summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-01-04 08:06:51 +0000
committeradam <adam@pkgsrc.org>2021-01-04 08:06:51 +0000
commitb06008e2f5f5852609eb58a15758d231104929e3 (patch)
treede1fa5310869e7ac8217eb0cea68170ffff2b55c /databases
parent80f6b27950a4e609e33e7397b67ba99414e94b81 (diff)
downloadpkgsrc-b06008e2f5f5852609eb58a15758d231104929e3.tar.gz
prometheus: provide React UI
Diffstat (limited to 'databases')
-rw-r--r--databases/prometheus/Makefile15
-rw-r--r--databases/prometheus/PLIST19
-rw-r--r--databases/prometheus/files/react/asset-manifest.json25
-rw-r--r--databases/prometheus/files/react/favicon.icobin0 -> 15086 bytes
-rw-r--r--databases/prometheus/files/react/index.html1
-rw-r--r--databases/prometheus/files/react/manifest.json15
-rw-r--r--databases/prometheus/files/react/precache-manifest.600e18226bdf38566b4336cf73cd409f.js30
-rw-r--r--databases/prometheus/files/react/service-worker.js39
-rw-r--r--databases/prometheus/files/react/static/css/2.3cee880a.chunk.css9
-rw-r--r--databases/prometheus/files/react/static/css/2.3cee880a.chunk.css.map1
-rw-r--r--databases/prometheus/files/react/static/css/main.1087ae1e.chunk.css2
-rw-r--r--databases/prometheus/files/react/static/css/main.1087ae1e.chunk.css.map1
-rw-r--r--databases/prometheus/files/react/static/js/2.57113e20.chunk.js3
-rw-r--r--databases/prometheus/files/react/static/js/2.57113e20.chunk.js.LICENSE.txt122
-rw-r--r--databases/prometheus/files/react/static/js/2.57113e20.chunk.js.map1
-rw-r--r--databases/prometheus/files/react/static/js/main.ca4ac742.chunk.js2
-rw-r--r--databases/prometheus/files/react/static/js/main.ca4ac742.chunk.js.map1
-rw-r--r--databases/prometheus/files/react/static/js/runtime-main.7e00e584.js2
-rw-r--r--databases/prometheus/files/react/static/js/runtime-main.7e00e584.js.map1
19 files changed, 287 insertions, 2 deletions
diff --git a/databases/prometheus/Makefile b/databases/prometheus/Makefile
index 9e7e4216d65..cc493db7867 100644
--- a/databases/prometheus/Makefile
+++ b/databases/prometheus/Makefile
@@ -1,6 +1,9 @@
-# $NetBSD: Makefile,v 1.41 2020/12/10 16:35:24 adam Exp $
+# $NetBSD: Makefile,v 1.42 2021/01/04 08:06:51 adam Exp $
+
+# Important: UI has to be manually built. See pre-configure below.
DISTNAME= prometheus-2.23.0
+PKGREVISION= 1
MASTER_SITES= ${MASTER_SITE_GITHUB:=prometheus/}
CATEGORIES= databases
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -44,6 +47,16 @@ INSTALLATION_DIRS+= bin ${EXAMPLE_DIR} ${WEBUI_DIR}
CONF_FILES+= ${EXAMPLE_DIR}/${f} ${PKG_SYSCONFDIR}/${f}
.endfor
+# Requirement: devel/yarn
+# cd ${WRKSRC}/web/ui/react-app
+# yarn
+# env PUBLIC_URL=. yarn build
+# rm -r ${FILESDIR}/react
+# mv build ${FILESDIR}/react
+pre-configure:
+ cd ${FILESDIR} && \
+ ${PAX} -rw -s '|.*/CVS/.*||' react ${WRKSRC}/web/ui/static/
+
do-install:
${INSTALL_DATA} ${WRKSRC}/documentation/examples/prometheus.yml \
${DESTDIR}${PREFIX}/${EXAMPLE_DIR}
diff --git a/databases/prometheus/PLIST b/databases/prometheus/PLIST
index 51314d513a2..ce6edd54ddf 100644
--- a/databases/prometheus/PLIST
+++ b/databases/prometheus/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2020/11/04 21:53:18 tnn Exp $
+@comment $NetBSD: PLIST,v 1.7 2021/01/04 08:06:51 adam Exp $
bin/prometheus
bin/promtool
share/examples/prometheus/console_libraries/menu.lib
@@ -26,6 +26,23 @@ share/prometheus/static/js/graph/graph_template.handlebar
share/prometheus/static/js/graph/index.js
share/prometheus/static/js/prom_console.js
share/prometheus/static/js/targets.js
+share/prometheus/static/react/asset-manifest.json
+share/prometheus/static/react/favicon.ico
+share/prometheus/static/react/index.html
+share/prometheus/static/react/manifest.json
+share/prometheus/static/react/precache-manifest.600e18226bdf38566b4336cf73cd409f.js
+share/prometheus/static/react/service-worker.js
+share/prometheus/static/react/static/css/2.3cee880a.chunk.css
+share/prometheus/static/react/static/css/2.3cee880a.chunk.css.map
+share/prometheus/static/react/static/css/main.1087ae1e.chunk.css
+share/prometheus/static/react/static/css/main.1087ae1e.chunk.css.map
+share/prometheus/static/react/static/js/2.57113e20.chunk.js
+share/prometheus/static/react/static/js/2.57113e20.chunk.js.LICENSE.txt
+share/prometheus/static/react/static/js/2.57113e20.chunk.js.map
+share/prometheus/static/react/static/js/main.ca4ac742.chunk.js
+share/prometheus/static/react/static/js/main.ca4ac742.chunk.js.map
+share/prometheus/static/react/static/js/runtime-main.7e00e584.js
+share/prometheus/static/react/static/js/runtime-main.7e00e584.js.map
share/prometheus/static/vendor/bootstrap-4.5.2/css/bootstrap-grid.css
share/prometheus/static/vendor/bootstrap-4.5.2/css/bootstrap-grid.css.map
share/prometheus/static/vendor/bootstrap-4.5.2/css/bootstrap-grid.min.css
diff --git a/databases/prometheus/files/react/asset-manifest.json b/databases/prometheus/files/react/asset-manifest.json
new file mode 100644
index 00000000000..c8638280afc
--- /dev/null
+++ b/databases/prometheus/files/react/asset-manifest.json
@@ -0,0 +1,25 @@
+{
+ "files": {
+ "main.css": "./static/css/main.1087ae1e.chunk.css",
+ "main.js": "./static/js/main.ca4ac742.chunk.js",
+ "main.js.map": "./static/js/main.ca4ac742.chunk.js.map",
+ "runtime-main.js": "./static/js/runtime-main.7e00e584.js",
+ "runtime-main.js.map": "./static/js/runtime-main.7e00e584.js.map",
+ "static/css/2.3cee880a.chunk.css": "./static/css/2.3cee880a.chunk.css",
+ "static/js/2.57113e20.chunk.js": "./static/js/2.57113e20.chunk.js",
+ "static/js/2.57113e20.chunk.js.map": "./static/js/2.57113e20.chunk.js.map",
+ "index.html": "./index.html",
+ "precache-manifest.600e18226bdf38566b4336cf73cd409f.js": "./precache-manifest.600e18226bdf38566b4336cf73cd409f.js",
+ "service-worker.js": "./service-worker.js",
+ "static/css/2.3cee880a.chunk.css.map": "./static/css/2.3cee880a.chunk.css.map",
+ "static/css/main.1087ae1e.chunk.css.map": "./static/css/main.1087ae1e.chunk.css.map",
+ "static/js/2.57113e20.chunk.js.LICENSE.txt": "./static/js/2.57113e20.chunk.js.LICENSE.txt"
+ },
+ "entrypoints": [
+ "static/js/runtime-main.7e00e584.js",
+ "static/css/2.3cee880a.chunk.css",
+ "static/js/2.57113e20.chunk.js",
+ "static/css/main.1087ae1e.chunk.css",
+ "static/js/main.ca4ac742.chunk.js"
+ ]
+} \ No newline at end of file
diff --git a/databases/prometheus/files/react/favicon.ico b/databases/prometheus/files/react/favicon.ico
new file mode 100644
index 00000000000..34bd1fbf0d4
--- /dev/null
+++ b/databases/prometheus/files/react/favicon.ico
Binary files differ
diff --git a/databases/prometheus/files/react/index.html b/databases/prometheus/files/react/index.html
new file mode 100644
index 00000000000..0e0b54bf700
--- /dev/null
+++ b/databases/prometheus/files/react/index.html
@@ -0,0 +1 @@
+<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><script>const GLOBAL_CONSOLES_LINK="CONSOLES_LINK_PLACEHOLDER"</script><link rel="manifest" href="./manifest.json" crossorigin="use-credentials"/><title>TITLE_PLACEHOLDER</title><link href="./static/css/2.3cee880a.chunk.css" rel="stylesheet"><link href="./static/css/main.1087ae1e.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(e){function r(r){for(var n,l,a=r[0],p=r[1],f=r[2],c=0,s=[];c<a.length;c++)l=a[c],Object.prototype.hasOwnProperty.call(o,l)&&o[l]&&s.push(o[l][0]),o[l]=0;for(n in p)Object.prototype.hasOwnProperty.call(p,n)&&(e[n]=p[n]);for(i&&i(r);s.length;)s.shift()();return u.push.apply(u,f||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,a=1;a<t.length;a++){var p=t[a];0!==o[p]&&(n=!1)}n&&(u.splice(r--,1),e=l(l.s=t[0]))}return e}var n={},o={1:0},u=[];function l(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,l),t.l=!0,t.exports}l.m=e,l.c=n,l.d=function(e,r,t){l.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},l.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.t=function(e,r){if(1&r&&(e=l(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(l.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)l.d(t,n,function(r){return e[r]}.bind(null,n));return t},l.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return l.d(r,"a",r),r},l.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},l.p="./";var a=this.webpackJsonpgraph=this.webpackJsonpgraph||[],p=a.push.bind(a);a.push=r,a=a.slice();for(var f=0;f<a.length;f++)r(a[f]);var i=p;t()}([])</script><script src="./static/js/2.57113e20.chunk.js"></script><script src="./static/js/main.ca4ac742.chunk.js"></script></body></html> \ No newline at end of file
diff --git a/databases/prometheus/files/react/manifest.json b/databases/prometheus/files/react/manifest.json
new file mode 100644
index 00000000000..42f04271aa9
--- /dev/null
+++ b/databases/prometheus/files/react/manifest.json
@@ -0,0 +1,15 @@
+{
+ "short_name": "Prometheus UI",
+ "name": "Prometheus Server Web Interface",
+ "icons": [
+ {
+ "src": "favicon.ico",
+ "sizes": "64x64 32x32 24x24 16x16",
+ "type": "image/x-icon"
+ }
+ ],
+ "start_url": ".",
+ "display": "standalone",
+ "theme_color": "#000000",
+ "background_color": "#ffffff"
+}
diff --git a/databases/prometheus/files/react/precache-manifest.600e18226bdf38566b4336cf73cd409f.js b/databases/prometheus/files/react/precache-manifest.600e18226bdf38566b4336cf73cd409f.js
new file mode 100644
index 00000000000..9d7ff3f03e4
--- /dev/null
+++ b/databases/prometheus/files/react/precache-manifest.600e18226bdf38566b4336cf73cd409f.js
@@ -0,0 +1,30 @@
+self.__precacheManifest = (self.__precacheManifest || []).concat([
+ {
+ "revision": "aff7ab42bb5329b9dd2375d2c996e75a",
+ "url": "./index.html"
+ },
+ {
+ "revision": "350954693135d610d66d",
+ "url": "./static/css/2.3cee880a.chunk.css"
+ },
+ {
+ "revision": "6276c18d91772fc9798e",
+ "url": "./static/css/main.1087ae1e.chunk.css"
+ },
+ {
+ "revision": "350954693135d610d66d",
+ "url": "./static/js/2.57113e20.chunk.js"
+ },
+ {
+ "revision": "8a14a1fd602a4d3db7d556b3c3a28860",
+ "url": "./static/js/2.57113e20.chunk.js.LICENSE.txt"
+ },
+ {
+ "revision": "6276c18d91772fc9798e",
+ "url": "./static/js/main.ca4ac742.chunk.js"
+ },
+ {
+ "revision": "7caf0cf1c289c5c9d7be",
+ "url": "./static/js/runtime-main.7e00e584.js"
+ }
+]); \ No newline at end of file
diff --git a/databases/prometheus/files/react/service-worker.js b/databases/prometheus/files/react/service-worker.js
new file mode 100644
index 00000000000..854be4314c2
--- /dev/null
+++ b/databases/prometheus/files/react/service-worker.js
@@ -0,0 +1,39 @@
+/**
+ * Welcome to your Workbox-powered service worker!
+ *
+ * You'll need to register this file in your web app and you should
+ * disable HTTP caching for this file too.
+ * See https://goo.gl/nhQhGp
+ *
+ * The rest of the code is auto-generated. Please don't update this file
+ * directly; instead, make changes to your Workbox build configuration
+ * and re-run your build process.
+ * See https://goo.gl/2aRDsh
+ */
+
+importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
+
+importScripts(
+ "./precache-manifest.600e18226bdf38566b4336cf73cd409f.js"
+);
+
+self.addEventListener('message', (event) => {
+ if (event.data && event.data.type === 'SKIP_WAITING') {
+ self.skipWaiting();
+ }
+});
+
+workbox.core.clientsClaim();
+
+/**
+ * The workboxSW.precacheAndRoute() method efficiently caches and responds to
+ * requests for URLs in the manifest.
+ * See https://goo.gl/S9QRab
+ */
+self.__precacheManifest = [].concat(self.__precacheManifest || []);
+workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
+
+workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL("./index.html"), {
+
+ blacklist: [/^\/_/,/\/[^/?]+\.[^/]+$/],
+});
diff --git a/databases/prometheus/files/react/static/css/2.3cee880a.chunk.css b/databases/prometheus/files/react/static/css/2.3cee880a.chunk.css
new file mode 100644
index 00000000000..b6368560c25
--- /dev/null
+++ b/databases/prometheus/files/react/static/css/2.3cee880a.chunk.css
@@ -0,0 +1,9 @@
+.bootstrap-datetimepicker-widget .btn[data-action=clear]:after,.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]:after,.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]:after,.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]:after,.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]:after,.bootstrap-datetimepicker-widget .btn[data-action=showHours]:after,.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]:after,.bootstrap-datetimepicker-widget .btn[data-action=today]:after,.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]:after,.bootstrap-datetimepicker-widget .picker-switch:after,.bootstrap-datetimepicker-widget table th.next:after,.bootstrap-datetimepicker-widget table th.prev:after,.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.bootstrap-datetimepicker-widget{list-style:none}.bootstrap-datetimepicker-widget.dropdown-menu{display:block;margin:2px 0;padding:4px;width:14rem}@media (min-width:576px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:768px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:992px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}.bootstrap-datetimepicker-widget.dropdown-menu:after,.bootstrap-datetimepicker-widget.dropdown-menu:before{content:"";display:inline-block;position:absolute}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(0,0,0,.2);top:-7px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;top:-6px;left:8px}.bootstrap-datetimepicker-widget.dropdown-menu.top:before{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid rgba(0,0,0,.2);bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.float-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.dropdown-menu.float-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget.dropdown-menu.wider{width:16rem}.bootstrap-datetimepicker-widget .list-unstyled{margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:700;font-size:1.2em;margin:0}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]:after{content:"Increment Hours"}.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]:after{content:"Increment Minutes"}.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]:after{content:"Decrement Hours"}.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]:after{content:"Decrement Minutes"}.bootstrap-datetimepicker-widget .btn[data-action=showHours]:after{content:"Show Hours"}.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]:after{content:"Show Minutes"}.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]:after{content:"Toggle AM/PM"}.bootstrap-datetimepicker-widget .btn[data-action=clear]:after{content:"Clear the picker"}.bootstrap-datetimepicker-widget .btn[data-action=today]:after{content:"Set the date to today"}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget .picker-switch:after{content:"Toggle Date and Time Screens"}.bootstrap-datetimepicker-widget .picker-switch td{padding:0;margin:0;height:auto;width:auto;line-height:inherit}.bootstrap-datetimepicker-widget .picker-switch td span{line-height:2.5;height:2.5em;width:100%}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th{text-align:center;border-radius:.25rem}.bootstrap-datetimepicker-widget table th{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table th.picker-switch{width:145px}.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover{background:none;color:#6c757d;cursor:not-allowed}.bootstrap-datetimepicker-widget table th.prev:after{content:"Previous Month"}.bootstrap-datetimepicker-widget table th.next:after{content:"Next Month"}.bootstrap-datetimepicker-widget table thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:#e9ecef}.bootstrap-datetimepicker-widget table td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget table td.cw{font-size:.8em;height:20px;line-height:20px;color:#6c757d}.bootstrap-datetimepicker-widget table td.day{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover{background:#e9ecef;cursor:pointer}.bootstrap-datetimepicker-widget table td.new,.bootstrap-datetimepicker-widget table td.old{color:#6c757d}.bootstrap-datetimepicker-widget table td.today{position:relative}.bootstrap-datetimepicker-widget table td.today:before{content:"";display:inline-block;border-color:rgba(0,0,0,.2) transparent #007bff;border-style:solid;border-width:0 0 7px 7px;position:absolute;bottom:4px;right:4px}.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{background-color:#007bff;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-datetimepicker-widget table td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover{background:none;color:#6c757d;cursor:not-allowed}.bootstrap-datetimepicker-widget table td span{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px 1.5px;cursor:pointer;border-radius:.25rem}.bootstrap-datetimepicker-widget table td span:hover{background:#e9ecef}.bootstrap-datetimepicker-widget table td span.active{background-color:#007bff;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-datetimepicker-widget table td span.old{color:#6c757d}.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover{background:none;color:#6c757d;cursor:not-allowed}.bootstrap-datetimepicker-widget.usetwentyfour td.hour{height:27px;line-height:27px}.input-group [data-toggle=datetimepicker]{cursor:pointer}
+
+/*!
+ * Bootstrap v4.5.3 (https://getbootstrap.com/)
+ * Copyright 2011-2020 The Bootstrap Authors
+ * Copyright 2011-2020 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
+ */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:initial}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem}.display-1,.display-2{font-weight:300;line-height:1.2}.display-2{font-size:5.5rem}.display-3{font-size:4.5rem}.display-3,.display-4{font-weight:300;line-height:1.2}.display-4{font-size:3.5rem}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer:before{content:"\2014\00A0"}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.666667%;max-width:16.666667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.333333%;max-width:8.333333%}.col-2{flex:0 0 16.666667%;max-width:16.666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.333333%;max-width:33.333333%}.col-5{flex:0 0 41.666667%;max-width:41.666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.333333%;max-width:58.333333%}.col-8{flex:0 0 66.666667%;max-width:66.666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.333333%;max-width:83.333333%}.col-11{flex:0 0 91.666667%;max-width:91.666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:hsla(0,0%,100%,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:initial;border:0}.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:initial;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{justify-content:center}.form-inline .form-group,.form-inline label{display:flex;align-items:center;margin-bottom:0}.form-inline .form-group{flex:0 0 auto;flex-flow:row wrap}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-color:initial;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary.focus,.btn-primary:focus,.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success.focus,.btn-success:focus,.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info.focus,.btn-info:focus,.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning.focus,.btn-warning:focus,.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger.focus,.btn-danger:focus,.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light.focus,.btn-light:focus,.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark.focus,.btn-dark:focus,.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:initial}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:initial}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:initial}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:initial}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:initial}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:initial}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:initial}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:initial}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3}.btn-link.focus,.btn-link:focus,.btn-link:hover{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropleft .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:initial;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:initial}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:flex;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;-webkit-print-color-adjust:exact;color-adjust:exact}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label:before,.custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label:before{pointer-events:none;background-color:#fff;border:1px solid #adb5bd}.custom-control-label:after,.custom-control-label:before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:""}.custom-control-label:after{background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-label:before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label:after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label:after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{display:inline-block;margin-bottom:0}.custom-file,.custom-file-input{position:relative;width:100%;height:calc(1.5em + .75rem + 2px)}.custom-file-input{z-index:2;margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.custom-file-label{left:0;z-index:1;height:calc(1.5em + .75rem + 2px);font-weight:400;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label,.custom-file-label:after{position:absolute;top:0;right:0;padding:.375rem .75rem;line-height:1.5;color:#495057}.custom-file-label:after{bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:initial;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:initial;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower,.custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label:before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:initial;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;padding:.5rem 1rem}.navbar,.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:initial;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat 50%;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.5);border-color:hsla(0,0%,100%,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:initial;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-bottom:-.75rem;border-bottom:0}.card-header-pills,.card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{display:flex;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{flex:1 0;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;grid-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb,.breadcrumb-item{display:flex}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:initial;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress{height:1rem;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress,.progress-bar{display:flex;overflow:hidden}.progress-bar{flex-direction:column;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.media{display:flex;align-items:flex-start}.media-body{flex:1 1}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:initial;border:0}a.close.disabled{pointer-events:none}.toast{flex-basis:350px;max-width:350px;font-size:.875rem;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{top:0;left:0;z-index:1060;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover,.popover .arrow{position:absolute;display:block}.popover .arrow{width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow:after,.popover .arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow:before,.bs-popover-top>.arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow:after,.bs-popover-top>.arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow:before,.bs-popover-right>.arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow:after,.bs-popover-right>.arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow:before,.bs-popover-bottom>.arrow:before{top:0;border-width:0 .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow:after,.bs-popover-bottom>.arrow:after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow:before,.bs-popover-left>.arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow:after,.bs-popover-left>.arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50%/100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:initial;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid;border-right:.25em solid transparent;border-radius:50%;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.align-baseline{vertical-align:initial!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:initial!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-right,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix:after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive:before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9:before{padding-top:42.857143%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-ms-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:transparent}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:initial;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,:after,:before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}
+/*# sourceMappingURL=2.3cee880a.chunk.css.map */ \ No newline at end of file
diff --git a/databases/prometheus/files/react/static/css/2.3cee880a.chunk.css.map b/databases/prometheus/files/react/static/css/2.3cee880a.chunk.css.map
new file mode 100644
index 00000000000..7544b7dbb9e
--- /dev/null
+++ b/databases/prometheus/files/react/static/css/2.3cee880a.chunk.css.map
@@ -0,0 +1 @@
+{"version":3,"sources":["tempusdominus-bootstrap-4.min.css","../../scss/bootstrap.scss","../../scss/_root.scss","dist/css/bootstrap.css","../../scss/_reboot.scss","../../scss/vendor/_rfs.scss","bootstrap.css","../../scss/mixins/_hover.scss","../../scss/_type.scss","../../scss/mixins/_lists.scss","../../scss/_images.scss","../../scss/mixins/_image.scss","../../scss/mixins/_border-radius.scss","../../scss/_code.scss","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/mixins/_breakpoints.scss","../../scss/mixins/_grid-framework.scss","../../scss/_tables.scss","../../scss/mixins/_table-row.scss","../../scss/_forms.scss","../../scss/mixins/_transition.scss","../../scss/mixins/_forms.scss","../../scss/mixins/_gradients.scss","../../scss/_buttons.scss","../../scss/mixins/_buttons.scss","../../scss/_transitions.scss","../../scss/_dropdown.scss","../../scss/mixins/_caret.scss","../../scss/mixins/_nav-divider.scss","../../scss/_button-group.scss","../../scss/_input-group.scss","../../scss/_custom-forms.scss","../../scss/_nav.scss","../../scss/_navbar.scss","../../scss/_card.scss","../../scss/_breadcrumb.scss","../../scss/_pagination.scss","../../scss/mixins/_pagination.scss","../../scss/_badge.scss","../../scss/mixins/_badge.scss","../../scss/_jumbotron.scss","../../scss/_alert.scss","../../scss/mixins/_alert.scss","../../scss/_progress.scss","../../scss/_media.scss","../../scss/_list-group.scss","../../scss/mixins/_list-group.scss","../../scss/_close.scss","../../scss/_toasts.scss","../../scss/_modal.scss","../../scss/_tooltip.scss","../../scss/mixins/_reset-text.scss","../../scss/_popover.scss","../../scss/_carousel.scss","../../scss/mixins/_clearfix.scss","../../scss/_spinners.scss","../../scss/utilities/_align.scss","../../scss/mixins/_background-variant.scss","../../scss/utilities/_background.scss","../../scss/utilities/_borders.scss","../../scss/utilities/_display.scss","../../scss/utilities/_embed.scss","../../scss/utilities/_flex.scss","../../scss/utilities/_float.scss","../../scss/utilities/_interactions.scss","../../scss/utilities/_overflow.scss","../../scss/utilities/_position.scss","../../scss/utilities/_screenreaders.scss","../../scss/mixins/_screen-reader.scss","../../scss/utilities/_shadows.scss","../../scss/utilities/_sizing.scss","../../scss/utilities/_spacing.scss","../../scss/utilities/_stretched-link.scss","../../scss/utilities/_text.scss","../../scss/mixins/_text-truncate.scss","../../scss/mixins/_text-emphasis.scss","../../scss/mixins/_text-hide.scss","../../scss/utilities/_visibility.scss","../../scss/_print.scss"],"names":[],"mappings":"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","file":"2.3cee880a.chunk.css","sourcesContent":["/*@preserve\r\n * Tempus Dominus Bootstrap4 v5.1.2 (https://tempusdominus.github.io/bootstrap-4/)\r\n * Copyright 2016-2018 Jonathan Peterson\r\n * Licensed under MIT (https://github.com/tempusdominus/bootstrap-3/blob/master/LICENSE)\r\n */\r\n\r\n.sr-only, .bootstrap-datetimepicker-widget .btn[data-action=\"incrementHours\"]::after, .bootstrap-datetimepicker-widget .btn[data-action=\"incrementMinutes\"]::after, .bootstrap-datetimepicker-widget .btn[data-action=\"decrementHours\"]::after, .bootstrap-datetimepicker-widget .btn[data-action=\"decrementMinutes\"]::after, .bootstrap-datetimepicker-widget .btn[data-action=\"showHours\"]::after, .bootstrap-datetimepicker-widget .btn[data-action=\"showMinutes\"]::after, .bootstrap-datetimepicker-widget .btn[data-action=\"togglePeriod\"]::after, .bootstrap-datetimepicker-widget .btn[data-action=\"clear\"]::after, .bootstrap-datetimepicker-widget .btn[data-action=\"today\"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {\n position: absolute;\n width: 1px;\n height: 1px;\n margin: -1px;\n padding: 0;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n border: 0; }\n\n.bootstrap-datetimepicker-widget {\n list-style: none; }\n .bootstrap-datetimepicker-widget.dropdown-menu {\n display: block;\n margin: 2px 0;\n padding: 4px;\n width: 14rem; }\n @media (min-width: 576px) {\n .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {\n width: 38em; } }\n @media (min-width: 768px) {\n .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {\n width: 38em; } }\n @media (min-width: 992px) {\n .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {\n width: 38em; } }\n .bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {\n content: '';\n display: inline-block;\n position: absolute; }\n .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {\n border-left: 7px solid transparent;\n border-right: 7px solid transparent;\n border-bottom: 7px solid #ccc;\n border-bottom-color: rgba(0, 0, 0, 0.2);\n top: -7px;\n left: 7px; }\n .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid white;\n top: -6px;\n left: 8px; }\n .bootstrap-datetimepicker-widget.dropdown-menu.top:before {\n border-left: 7px solid transparent;\n border-right: 7px solid transparent;\n border-top: 7px solid #ccc;\n border-top-color: rgba(0, 0, 0, 0.2);\n bottom: -7px;\n left: 6px; }\n .bootstrap-datetimepicker-widget.dropdown-menu.top:after {\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid white;\n bottom: -6px;\n left: 7px; }\n .bootstrap-datetimepicker-widget.dropdown-menu.float-right:before {\n left: auto;\n right: 6px; }\n .bootstrap-datetimepicker-widget.dropdown-menu.float-right:after {\n left: auto;\n right: 7px; }\n .bootstrap-datetimepicker-widget.dropdown-menu.wider {\n width: 16rem; }\n .bootstrap-datetimepicker-widget .list-unstyled {\n margin: 0; }\n .bootstrap-datetimepicker-widget a[data-action] {\n padding: 6px 0; }\n .bootstrap-datetimepicker-widget a[data-action]:active {\n box-shadow: none; }\n .bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {\n width: 54px;\n font-weight: bold;\n font-size: 1.2em;\n margin: 0; }\n .bootstrap-datetimepicker-widget button[data-action] {\n padding: 6px; }\n .bootstrap-datetimepicker-widget .btn[data-action=\"incrementHours\"]::after {\n content: \"Increment Hours\"; }\n .bootstrap-datetimepicker-widget .btn[data-action=\"incrementMinutes\"]::after {\n content: \"Increment Minutes\"; }\n .bootstrap-datetimepicker-widget .btn[data-action=\"decrementHours\"]::after {\n content: \"Decrement Hours\"; }\n .bootstrap-datetimepicker-widget .btn[data-action=\"decrementMinutes\"]::after {\n content: \"Decrement Minutes\"; }\n .bootstrap-datetimepicker-widget .btn[data-action=\"showHours\"]::after {\n content: \"Show Hours\"; }\n .bootstrap-datetimepicker-widget .btn[data-action=\"showMinutes\"]::after {\n content: \"Show Minutes\"; }\n .bootstrap-datetimepicker-widget .btn[data-action=\"togglePeriod\"]::after {\n content: \"Toggle AM/PM\"; }\n .bootstrap-datetimepicker-widget .btn[data-action=\"clear\"]::after {\n content: \"Clear the picker\"; }\n .bootstrap-datetimepicker-widget .btn[data-action=\"today\"]::after {\n content: \"Set the date to today\"; }\n .bootstrap-datetimepicker-widget .picker-switch {\n text-align: center; }\n .bootstrap-datetimepicker-widget .picker-switch::after {\n content: \"Toggle Date and Time Screens\"; }\n .bootstrap-datetimepicker-widget .picker-switch td {\n padding: 0;\n margin: 0;\n height: auto;\n width: auto;\n line-height: inherit; }\n .bootstrap-datetimepicker-widget .picker-switch td span {\n line-height: 2.5;\n height: 2.5em;\n width: 100%; }\n .bootstrap-datetimepicker-widget table {\n width: 100%;\n margin: 0; }\n .bootstrap-datetimepicker-widget table td,\n .bootstrap-datetimepicker-widget table th {\n text-align: center;\n border-radius: 0.25rem; }\n .bootstrap-datetimepicker-widget table th {\n height: 20px;\n line-height: 20px;\n width: 20px; }\n .bootstrap-datetimepicker-widget table th.picker-switch {\n width: 145px; }\n .bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {\n background: none;\n color: #6c757d;\n cursor: not-allowed; }\n .bootstrap-datetimepicker-widget table th.prev::after {\n content: \"Previous Month\"; }\n .bootstrap-datetimepicker-widget table th.next::after {\n content: \"Next Month\"; }\n .bootstrap-datetimepicker-widget table thead tr:first-child th {\n cursor: pointer; }\n .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {\n background: #e9ecef; }\n .bootstrap-datetimepicker-widget table td {\n height: 54px;\n line-height: 54px;\n width: 54px; }\n .bootstrap-datetimepicker-widget table td.cw {\n font-size: .8em;\n height: 20px;\n line-height: 20px;\n color: #6c757d; }\n .bootstrap-datetimepicker-widget table td.day {\n height: 20px;\n line-height: 20px;\n width: 20px; }\n .bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {\n background: #e9ecef;\n cursor: pointer; }\n .bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {\n color: #6c757d; }\n .bootstrap-datetimepicker-widget table td.today {\n position: relative; }\n .bootstrap-datetimepicker-widget table td.today:before {\n content: '';\n display: inline-block;\n border: solid transparent;\n border-width: 0 0 7px 7px;\n border-bottom-color: #007bff;\n border-top-color: rgba(0, 0, 0, 0.2);\n position: absolute;\n bottom: 4px;\n right: 4px; }\n .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {\n background-color: #007bff;\n color: #fff;\n text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }\n .bootstrap-datetimepicker-widget table td.active.today:before {\n border-bottom-color: #fff; }\n .bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {\n background: none;\n color: #6c757d;\n cursor: not-allowed; }\n .bootstrap-datetimepicker-widget table td span {\n display: inline-block;\n width: 54px;\n height: 54px;\n line-height: 54px;\n margin: 2px 1.5px;\n cursor: pointer;\n border-radius: 0.25rem; }\n .bootstrap-datetimepicker-widget table td span:hover {\n background: #e9ecef; }\n .bootstrap-datetimepicker-widget table td span.active {\n background-color: #007bff;\n color: #fff;\n text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }\n .bootstrap-datetimepicker-widget table td span.old {\n color: #6c757d; }\n .bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {\n background: none;\n color: #6c757d;\n cursor: not-allowed; }\n .bootstrap-datetimepicker-widget.usetwentyfour td.hour {\n height: 27px;\n line-height: 27px; }\n\n.input-group [data-toggle=\"datetimepicker\"] {\n cursor: pointer; }\r\n","/*!\n * Bootstrap v4.5.3 (https://getbootstrap.com/)\n * Copyright 2011-2020 The Bootstrap Authors\n * Copyright 2011-2020 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n\n@import \"functions\";\n@import \"variables\";\n@import \"mixins\";\n@import \"root\";\n@import \"reboot\";\n@import \"type\";\n@import \"images\";\n@import \"code\";\n@import \"grid\";\n@import \"tables\";\n@import \"forms\";\n@import \"buttons\";\n@import \"transitions\";\n@import \"dropdown\";\n@import \"button-group\";\n@import \"input-group\";\n@import \"custom-forms\";\n@import \"nav\";\n@import \"navbar\";\n@import \"card\";\n@import \"breadcrumb\";\n@import \"pagination\";\n@import \"badge\";\n@import \"jumbotron\";\n@import \"alert\";\n@import \"progress\";\n@import \"media\";\n@import \"list-group\";\n@import \"close\";\n@import \"toasts\";\n@import \"modal\";\n@import \"tooltip\";\n@import \"popover\";\n@import \"carousel\";\n@import \"spinners\";\n@import \"utilities\";\n@import \"print\";\n","// Do not forget to update getting-started/theming.md!\n:root {\n // Custom variable values only support SassScript inside `#{}`.\n @each $color, $value in $colors {\n --#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors {\n --#{$color}: #{$value};\n }\n\n @each $bp, $value in $grid-breakpoints {\n --breakpoint-#{$bp}: #{$value};\n }\n\n // Use `inspect` for lists so that quoted items keep the quotes.\n // See https://github.com/sass/sass/issues/2383#issuecomment-336349172\n --font-family-sans-serif: #{inspect($font-family-sans-serif)};\n --font-family-monospace: #{inspect($font-family-monospace)};\n}\n","/*!\n * Bootstrap v4.5.3 (https://getbootstrap.com/)\n * Copyright 2011-2020 The Bootstrap Authors\n * Copyright 2011-2020 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n:root {\n --blue: #007bff;\n --indigo: #6610f2;\n --purple: #6f42c1;\n --pink: #e83e8c;\n --red: #dc3545;\n --orange: #fd7e14;\n --yellow: #ffc107;\n --green: #28a745;\n --teal: #20c997;\n --cyan: #17a2b8;\n --white: #fff;\n --gray: #6c757d;\n --gray-dark: #343a40;\n --primary: #007bff;\n --secondary: #6c757d;\n --success: #28a745;\n --info: #17a2b8;\n --warning: #ffc107;\n --danger: #dc3545;\n --light: #f8f9fa;\n --dark: #343a40;\n --breakpoint-xs: 0;\n --breakpoint-sm: 576px;\n --breakpoint-md: 768px;\n --breakpoint-lg: 992px;\n --breakpoint-xl: 1200px;\n --font-family-sans-serif: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n}\n\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\nhtml {\n font-family: sans-serif;\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\n display: block;\n}\n\nbody {\n margin: 0;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #212529;\n text-align: left;\n background-color: #fff;\n}\n\n[tabindex=\"-1\"]:focus:not(:focus-visible) {\n outline: 0 !important;\n}\n\nhr {\n box-sizing: content-box;\n height: 0;\n overflow: visible;\n}\n\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: 0.5rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[title],\nabbr[data-original-title] {\n text-decoration: underline;\n -webkit-text-decoration: underline dotted;\n text-decoration: underline dotted;\n cursor: help;\n border-bottom: 0;\n -webkit-text-decoration-skip-ink: none;\n text-decoration-skip-ink: none;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: 700;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: bolder;\n}\n\nsmall {\n font-size: 80%;\n}\n\nsub,\nsup {\n position: relative;\n font-size: 75%;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -.25em;\n}\n\nsup {\n top: -.5em;\n}\n\na {\n color: #007bff;\n text-decoration: none;\n background-color: transparent;\n}\n\na:hover {\n color: #0056b3;\n text-decoration: underline;\n}\n\na:not([href]):not([class]) {\n color: inherit;\n text-decoration: none;\n}\n\na:not([href]):not([class]):hover {\n color: inherit;\n text-decoration: none;\n}\n\npre,\ncode,\nkbd,\nsamp {\n font-family: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n font-size: 1em;\n}\n\npre {\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n -ms-overflow-style: scrollbar;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg {\n vertical-align: middle;\n border-style: none;\n}\n\nsvg {\n overflow: hidden;\n vertical-align: middle;\n}\n\ntable {\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem;\n color: #6c757d;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n text-align: inherit;\n text-align: -webkit-match-parent;\n}\n\nlabel {\n display: inline-block;\n margin-bottom: 0.5rem;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\n[role=\"button\"] {\n cursor: pointer;\n}\n\nselect {\n word-wrap: normal;\n}\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\n}\n\nbutton:not(:disabled),\n[type=\"button\"]:not(:disabled),\n[type=\"reset\"]:not(:disabled),\n[type=\"submit\"]:not(:disabled) {\n cursor: pointer;\n}\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n box-sizing: border-box;\n padding: 0;\n}\n\ntextarea {\n overflow: auto;\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlegend {\n display: block;\n width: 100%;\n max-width: 100%;\n padding: 0;\n margin-bottom: .5rem;\n font-size: 1.5rem;\n line-height: inherit;\n color: inherit;\n white-space: normal;\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n outline-offset: -2px;\n -webkit-appearance: none;\n}\n\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n -webkit-appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\ntemplate {\n display: none;\n}\n\n[hidden] {\n display: none !important;\n}\n\nh1, h2, h3, h4, h5, h6,\n.h1, .h2, .h3, .h4, .h5, .h6 {\n margin-bottom: 0.5rem;\n font-weight: 500;\n line-height: 1.2;\n}\n\nh1, .h1 {\n font-size: 2.5rem;\n}\n\nh2, .h2 {\n font-size: 2rem;\n}\n\nh3, .h3 {\n font-size: 1.75rem;\n}\n\nh4, .h4 {\n font-size: 1.5rem;\n}\n\nh5, .h5 {\n font-size: 1.25rem;\n}\n\nh6, .h6 {\n font-size: 1rem;\n}\n\n.lead {\n font-size: 1.25rem;\n font-weight: 300;\n}\n\n.display-1 {\n font-size: 6rem;\n font-weight: 300;\n line-height: 1.2;\n}\n\n.display-2 {\n font-size: 5.5rem;\n font-weight: 300;\n line-height: 1.2;\n}\n\n.display-3 {\n font-size: 4.5rem;\n font-weight: 300;\n line-height: 1.2;\n}\n\n.display-4 {\n font-size: 3.5rem;\n font-weight: 300;\n line-height: 1.2;\n}\n\nhr {\n margin-top: 1rem;\n margin-bottom: 1rem;\n border: 0;\n border-top: 1px solid rgba(0, 0, 0, 0.1);\n}\n\nsmall,\n.small {\n font-size: 80%;\n font-weight: 400;\n}\n\nmark,\n.mark {\n padding: 0.2em;\n background-color: #fcf8e3;\n}\n\n.list-unstyled {\n padding-left: 0;\n list-style: none;\n}\n\n.list-inline {\n padding-left: 0;\n list-style: none;\n}\n\n.list-inline-item {\n display: inline-block;\n}\n\n.list-inline-item:not(:last-child) {\n margin-right: 0.5rem;\n}\n\n.initialism {\n font-size: 90%;\n text-transform: uppercase;\n}\n\n.blockquote {\n margin-bottom: 1rem;\n font-size: 1.25rem;\n}\n\n.blockquote-footer {\n display: block;\n font-size: 80%;\n color: #6c757d;\n}\n\n.blockquote-footer::before {\n content: \"\\2014\\00A0\";\n}\n\n.img-fluid {\n max-width: 100%;\n height: auto;\n}\n\n.img-thumbnail {\n padding: 0.25rem;\n background-color: #fff;\n border: 1px solid #dee2e6;\n border-radius: 0.25rem;\n max-width: 100%;\n height: auto;\n}\n\n.figure {\n display: inline-block;\n}\n\n.figure-img {\n margin-bottom: 0.5rem;\n line-height: 1;\n}\n\n.figure-caption {\n font-size: 90%;\n color: #6c757d;\n}\n\ncode {\n font-size: 87.5%;\n color: #e83e8c;\n word-wrap: break-word;\n}\n\na > code {\n color: inherit;\n}\n\nkbd {\n padding: 0.2rem 0.4rem;\n font-size: 87.5%;\n color: #fff;\n background-color: #212529;\n border-radius: 0.2rem;\n}\n\nkbd kbd {\n padding: 0;\n font-size: 100%;\n font-weight: 700;\n}\n\npre {\n display: block;\n font-size: 87.5%;\n color: #212529;\n}\n\npre code {\n font-size: inherit;\n color: inherit;\n word-break: normal;\n}\n\n.pre-scrollable {\n max-height: 340px;\n overflow-y: scroll;\n}\n\n.container,\n.container-fluid,\n.container-sm,\n.container-md,\n.container-lg,\n.container-xl {\n width: 100%;\n padding-right: 15px;\n padding-left: 15px;\n margin-right: auto;\n margin-left: auto;\n}\n\n@media (min-width: 576px) {\n .container, .container-sm {\n max-width: 540px;\n }\n}\n\n@media (min-width: 768px) {\n .container, .container-sm, .container-md {\n max-width: 720px;\n }\n}\n\n@media (min-width: 992px) {\n .container, .container-sm, .container-md, .container-lg {\n max-width: 960px;\n }\n}\n\n@media (min-width: 1200px) {\n .container, .container-sm, .container-md, .container-lg, .container-xl {\n max-width: 1140px;\n }\n}\n\n.row {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n margin-right: -15px;\n margin-left: -15px;\n}\n\n.no-gutters {\n margin-right: 0;\n margin-left: 0;\n}\n\n.no-gutters > .col,\n.no-gutters > [class*=\"col-\"] {\n padding-right: 0;\n padding-left: 0;\n}\n\n.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,\n.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,\n.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,\n.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,\n.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,\n.col-xl-auto {\n position: relative;\n width: 100%;\n padding-right: 15px;\n padding-left: 15px;\n}\n\n.col {\n -ms-flex-preferred-size: 0;\n flex-basis: 0;\n -ms-flex-positive: 1;\n flex-grow: 1;\n max-width: 100%;\n}\n\n.row-cols-1 > * {\n -ms-flex: 0 0 100%;\n flex: 0 0 100%;\n max-width: 100%;\n}\n\n.row-cols-2 > * {\n -ms-flex: 0 0 50%;\n flex: 0 0 50%;\n max-width: 50%;\n}\n\n.row-cols-3 > * {\n -ms-flex: 0 0 33.333333%;\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n}\n\n.row-cols-4 > * {\n -ms-flex: 0 0 25%;\n flex: 0 0 25%;\n max-width: 25%;\n}\n\n.row-cols-5 > * {\n -ms-flex: 0 0 20%;\n flex: 0 0 20%;\n max-width: 20%;\n}\n\n.row-cols-6 > * {\n -ms-flex: 0 0 16.666667%;\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n}\n\n.col-auto {\n -ms-flex: 0 0 auto;\n flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n}\n\n.col-1 {\n -ms-flex: 0 0 8.333333%;\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n}\n\n.col-2 {\n -ms-flex: 0 0 16.666667%;\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n}\n\n.col-3 {\n -ms-flex: 0 0 25%;\n flex: 0 0 25%;\n max-width: 25%;\n}\n\n.col-4 {\n -ms-flex: 0 0 33.333333%;\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n}\n\n.col-5 {\n -ms-flex: 0 0 41.666667%;\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n}\n\n.col-6 {\n -ms-flex: 0 0 50%;\n flex: 0 0 50%;\n max-width: 50%;\n}\n\n.col-7 {\n -ms-flex: 0 0 58.333333%;\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n}\n\n.col-8 {\n -ms-flex: 0 0 66.666667%;\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n}\n\n.col-9 {\n -ms-flex: 0 0 75%;\n flex: 0 0 75%;\n max-width: 75%;\n}\n\n.col-10 {\n -ms-flex: 0 0 83.333333%;\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n}\n\n.col-11 {\n -ms-flex: 0 0 91.666667%;\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n}\n\n.col-12 {\n -ms-flex: 0 0 100%;\n flex: 0 0 100%;\n max-width: 100%;\n}\n\n.order-first {\n -ms-flex-order: -1;\n order: -1;\n}\n\n.order-last {\n -ms-flex-order: 13;\n order: 13;\n}\n\n.order-0 {\n -ms-flex-order: 0;\n order: 0;\n}\n\n.order-1 {\n -ms-flex-order: 1;\n order: 1;\n}\n\n.order-2 {\n -ms-flex-order: 2;\n order: 2;\n}\n\n.order-3 {\n -ms-flex-order: 3;\n order: 3;\n}\n\n.order-4 {\n -ms-flex-order: 4;\n order: 4;\n}\n\n.order-5 {\n -ms-flex-order: 5;\n order: 5;\n}\n\n.order-6 {\n -ms-flex-order: 6;\n order: 6;\n}\n\n.order-7 {\n -ms-flex-order: 7;\n order: 7;\n}\n\n.order-8 {\n -ms-flex-order: 8;\n order: 8;\n}\n\n.order-9 {\n -ms-flex-order: 9;\n order: 9;\n}\n\n.order-10 {\n -ms-flex-order: 10;\n order: 10;\n}\n\n.order-11 {\n -ms-flex-order: 11;\n order: 11;\n}\n\n.order-12 {\n -ms-flex-order: 12;\n order: 12;\n}\n\n.offset-1 {\n margin-left: 8.333333%;\n}\n\n.offset-2 {\n margin-left: 16.666667%;\n}\n\n.offset-3 {\n margin-left: 25%;\n}\n\n.offset-4 {\n margin-left: 33.333333%;\n}\n\n.offset-5 {\n margin-left: 41.666667%;\n}\n\n.offset-6 {\n margin-left: 50%;\n}\n\n.offset-7 {\n margin-left: 58.333333%;\n}\n\n.offset-8 {\n margin-left: 66.666667%;\n}\n\n.offset-9 {\n margin-left: 75%;\n}\n\n.offset-10 {\n margin-left: 83.333333%;\n}\n\n.offset-11 {\n margin-left: 91.666667%;\n}\n\n@media (min-width: 576px) {\n .col-sm {\n -ms-flex-preferred-size: 0;\n flex-basis: 0;\n -ms-flex-positive: 1;\n flex-grow: 1;\n max-width: 100%;\n }\n .row-cols-sm-1 > * {\n -ms-flex: 0 0 100%;\n flex: 0 0 100%;\n max-width: 100%;\n }\n .row-cols-sm-2 > * {\n -ms-flex: 0 0 50%;\n flex: 0 0 50%;\n max-width: 50%;\n }\n .row-cols-sm-3 > * {\n -ms-flex: 0 0 33.333333%;\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .row-cols-sm-4 > * {\n -ms-flex: 0 0 25%;\n flex: 0 0 25%;\n max-width: 25%;\n }\n .row-cols-sm-5 > * {\n -ms-flex: 0 0 20%;\n flex: 0 0 20%;\n max-width: 20%;\n }\n .row-cols-sm-6 > * {\n -ms-flex: 0 0 16.666667%;\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-sm-auto {\n -ms-flex: 0 0 auto;\n flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n }\n .col-sm-1 {\n -ms-flex: 0 0 8.333333%;\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n }\n .col-sm-2 {\n -ms-flex: 0 0 16.666667%;\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-sm-3 {\n -ms-flex: 0 0 25%;\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-sm-4 {\n -ms-flex: 0 0 33.333333%;\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .col-sm-5 {\n -ms-flex: 0 0 41.666667%;\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n }\n .col-sm-6 {\n -ms-flex: 0 0 50%;\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-sm-7 {\n -ms-flex: 0 0 58.333333%;\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n }\n .col-sm-8 {\n -ms-flex: 0 0 66.666667%;\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n }\n .col-sm-9 {\n -ms-flex: 0 0 75%;\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-sm-10 {\n -ms-flex: 0 0 83.333333%;\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n }\n .col-sm-11 {\n -ms-flex: 0 0 91.666667%;\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n }\n .col-sm-12 {\n -ms-flex: 0 0 100%;\n flex: 0 0 100%;\n max-width: 100%;\n }\n .order-sm-first {\n -ms-flex-order: -1;\n order: -1;\n }\n .order-sm-last {\n -ms-flex-order: 13;\n order: 13;\n }\n .order-sm-0 {\n -ms-flex-order: 0;\n order: 0;\n }\n .order-sm-1 {\n -ms-flex-order: 1;\n order: 1;\n }\n .order-sm-2 {\n -ms-flex-order: 2;\n order: 2;\n }\n .order-sm-3 {\n -ms-flex-order: 3;\n order: 3;\n }\n .order-sm-4 {\n -ms-flex-order: 4;\n order: 4;\n }\n .order-sm-5 {\n -ms-flex-order: 5;\n order: 5;\n }\n .order-sm-6 {\n -ms-flex-order: 6;\n order: 6;\n }\n .order-sm-7 {\n -ms-flex-order: 7;\n order: 7;\n }\n .order-sm-8 {\n -ms-flex-order: 8;\n order: 8;\n }\n .order-sm-9 {\n -ms-flex-order: 9;\n order: 9;\n }\n .order-sm-10 {\n -ms-flex-order: 10;\n order: 10;\n }\n .order-sm-11 {\n -ms-flex-order: 11;\n order: 11;\n }\n .order-sm-12 {\n -ms-flex-order: 12;\n order: 12;\n }\n .offset-sm-0 {\n margin-left: 0;\n }\n .offset-sm-1 {\n margin-left: 8.333333%;\n }\n .offset-sm-2 {\n margin-left: 16.666667%;\n }\n .offset-sm-3 {\n margin-left: 25%;\n }\n .offset-sm-4 {\n margin-left: 33.333333%;\n }\n .offset-sm-5 {\n margin-left: 41.666667%;\n }\n .offset-sm-6 {\n margin-left: 50%;\n }\n .offset-sm-7 {\n margin-left: 58.333333%;\n }\n .offset-sm-8 {\n margin-left: 66.666667%;\n }\n .offset-sm-9 {\n margin-left: 75%;\n }\n .offset-sm-10 {\n margin-left: 83.333333%;\n }\n .offset-sm-11 {\n margin-left: 91.666667%;\n }\n}\n\n@media (min-width: 768px) {\n .col-md {\n -ms-flex-preferred-size: 0;\n flex-basis: 0;\n -ms-flex-positive: 1;\n flex-grow: 1;\n max-width: 100%;\n }\n .row-cols-md-1 > * {\n -ms-flex: 0 0 100%;\n flex: 0 0 100%;\n max-width: 100%;\n }\n .row-cols-md-2 > * {\n -ms-flex: 0 0 50%;\n flex: 0 0 50%;\n max-width: 50%;\n }\n .row-cols-md-3 > * {\n -ms-flex: 0 0 33.333333%;\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .row-cols-md-4 > * {\n -ms-flex: 0 0 25%;\n flex: 0 0 25%;\n max-width: 25%;\n }\n .row-cols-md-5 > * {\n -ms-flex: 0 0 20%;\n flex: 0 0 20%;\n max-width: 20%;\n }\n .row-cols-md-6 > * {\n -ms-flex: 0 0 16.666667%;\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-md-auto {\n -ms-flex: 0 0 auto;\n flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n }\n .col-md-1 {\n -ms-flex: 0 0 8.333333%;\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n }\n .col-md-2 {\n -ms-flex: 0 0 16.666667%;\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-md-3 {\n -ms-flex: 0 0 25%;\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-md-4 {\n -ms-flex: 0 0 33.333333%;\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .col-md-5 {\n -ms-flex: 0 0 41.666667%;\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n }\n .col-md-6 {\n -ms-flex: 0 0 50%;\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-md-7 {\n -ms-flex: 0 0 58.333333%;\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n }\n .col-md-8 {\n -ms-flex: 0 0 66.666667%;\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n }\n .col-md-9 {\n -ms-flex: 0 0 75%;\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-md-10 {\n -ms-flex: 0 0 83.333333%;\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n }\n .col-md-11 {\n -ms-flex: 0 0 91.666667%;\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n }\n .col-md-12 {\n -ms-flex: 0 0 100%;\n flex: 0 0 100%;\n max-width: 100%;\n }\n .order-md-first {\n -ms-flex-order: -1;\n order: -1;\n }\n .order-md-last {\n -ms-flex-order: 13;\n order: 13;\n }\n .order-md-0 {\n -ms-flex-order: 0;\n order: 0;\n }\n .order-md-1 {\n -ms-flex-order: 1;\n order: 1;\n }\n .order-md-2 {\n -ms-flex-order: 2;\n order: 2;\n }\n .order-md-3 {\n -ms-flex-order: 3;\n order: 3;\n }\n .order-md-4 {\n -ms-flex-order: 4;\n order: 4;\n }\n .order-md-5 {\n -ms-flex-order: 5;\n order: 5;\n }\n .order-md-6 {\n -ms-flex-order: 6;\n order: 6;\n }\n .order-md-7 {\n -ms-flex-order: 7;\n order: 7;\n }\n .order-md-8 {\n -ms-flex-order: 8;\n order: 8;\n }\n .order-md-9 {\n -ms-flex-order: 9;\n order: 9;\n }\n .order-md-10 {\n -ms-flex-order: 10;\n order: 10;\n }\n .order-md-11 {\n -ms-flex-order: 11;\n order: 11;\n }\n .order-md-12 {\n -ms-flex-order: 12;\n order: 12;\n }\n .offset-md-0 {\n margin-left: 0;\n }\n .offset-md-1 {\n margin-left: 8.333333%;\n }\n .offset-md-2 {\n margin-left: 16.666667%;\n }\n .offset-md-3 {\n margin-left: 25%;\n }\n .offset-md-4 {\n margin-left: 33.333333%;\n }\n .offset-md-5 {\n margin-left: 41.666667%;\n }\n .offset-md-6 {\n margin-left: 50%;\n }\n .offset-md-7 {\n margin-left: 58.333333%;\n }\n .offset-md-8 {\n margin-left: 66.666667%;\n }\n .offset-md-9 {\n margin-left: 75%;\n }\n .offset-md-10 {\n margin-left: 83.333333%;\n }\n .offset-md-11 {\n margin-left: 91.666667%;\n }\n}\n\n@media (min-width: 992px) {\n .col-lg {\n -ms-flex-preferred-size: 0;\n flex-basis: 0;\n -ms-flex-positive: 1;\n flex-grow: 1;\n max-width: 100%;\n }\n .row-cols-lg-1 > * {\n -ms-flex: 0 0 100%;\n flex: 0 0 100%;\n max-width: 100%;\n }\n .row-cols-lg-2 > * {\n -ms-flex: 0 0 50%;\n flex: 0 0 50%;\n max-width: 50%;\n }\n .row-cols-lg-3 > * {\n -ms-flex: 0 0 33.333333%;\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .row-cols-lg-4 > * {\n -ms-flex: 0 0 25%;\n flex: 0 0 25%;\n max-width: 25%;\n }\n .row-cols-lg-5 > * {\n -ms-flex: 0 0 20%;\n flex: 0 0 20%;\n max-width: 20%;\n }\n .row-cols-lg-6 > * {\n -ms-flex: 0 0 16.666667%;\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-lg-auto {\n -ms-flex: 0 0 auto;\n flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n }\n .col-lg-1 {\n -ms-flex: 0 0 8.333333%;\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n }\n .col-lg-2 {\n -ms-flex: 0 0 16.666667%;\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-lg-3 {\n -ms-flex: 0 0 25%;\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-lg-4 {\n -ms-flex: 0 0 33.333333%;\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .col-lg-5 {\n -ms-flex: 0 0 41.666667%;\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n }\n .col-lg-6 {\n -ms-flex: 0 0 50%;\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-lg-7 {\n -ms-flex: 0 0 58.333333%;\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n }\n .col-lg-8 {\n -ms-flex: 0 0 66.666667%;\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n }\n .col-lg-9 {\n -ms-flex: 0 0 75%;\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-lg-10 {\n -ms-flex: 0 0 83.333333%;\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n }\n .col-lg-11 {\n -ms-flex: 0 0 91.666667%;\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n }\n .col-lg-12 {\n -ms-flex: 0 0 100%;\n flex: 0 0 100%;\n max-width: 100%;\n }\n .order-lg-first {\n -ms-flex-order: -1;\n order: -1;\n }\n .order-lg-last {\n -ms-flex-order: 13;\n order: 13;\n }\n .order-lg-0 {\n -ms-flex-order: 0;\n order: 0;\n }\n .order-lg-1 {\n -ms-flex-order: 1;\n order: 1;\n }\n .order-lg-2 {\n -ms-flex-order: 2;\n order: 2;\n }\n .order-lg-3 {\n -ms-flex-order: 3;\n order: 3;\n }\n .order-lg-4 {\n -ms-flex-order: 4;\n order: 4;\n }\n .order-lg-5 {\n -ms-flex-order: 5;\n order: 5;\n }\n .order-lg-6 {\n -ms-flex-order: 6;\n order: 6;\n }\n .order-lg-7 {\n -ms-flex-order: 7;\n order: 7;\n }\n .order-lg-8 {\n -ms-flex-order: 8;\n order: 8;\n }\n .order-lg-9 {\n -ms-flex-order: 9;\n order: 9;\n }\n .order-lg-10 {\n -ms-flex-order: 10;\n order: 10;\n }\n .order-lg-11 {\n -ms-flex-order: 11;\n order: 11;\n }\n .order-lg-12 {\n -ms-flex-order: 12;\n order: 12;\n }\n .offset-lg-0 {\n margin-left: 0;\n }\n .offset-lg-1 {\n margin-left: 8.333333%;\n }\n .offset-lg-2 {\n margin-left: 16.666667%;\n }\n .offset-lg-3 {\n margin-left: 25%;\n }\n .offset-lg-4 {\n margin-left: 33.333333%;\n }\n .offset-lg-5 {\n margin-left: 41.666667%;\n }\n .offset-lg-6 {\n margin-left: 50%;\n }\n .offset-lg-7 {\n margin-left: 58.333333%;\n }\n .offset-lg-8 {\n margin-left: 66.666667%;\n }\n .offset-lg-9 {\n margin-left: 75%;\n }\n .offset-lg-10 {\n margin-left: 83.333333%;\n }\n .offset-lg-11 {\n margin-left: 91.666667%;\n }\n}\n\n@media (min-width: 1200px) {\n .col-xl {\n -ms-flex-preferred-size: 0;\n flex-basis: 0;\n -ms-flex-positive: 1;\n flex-grow: 1;\n max-width: 100%;\n }\n .row-cols-xl-1 > * {\n -ms-flex: 0 0 100%;\n flex: 0 0 100%;\n max-width: 100%;\n }\n .row-cols-xl-2 > * {\n -ms-flex: 0 0 50%;\n flex: 0 0 50%;\n max-width: 50%;\n }\n .row-cols-xl-3 > * {\n -ms-flex: 0 0 33.333333%;\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .row-cols-xl-4 > * {\n -ms-flex: 0 0 25%;\n flex: 0 0 25%;\n max-width: 25%;\n }\n .row-cols-xl-5 > * {\n -ms-flex: 0 0 20%;\n flex: 0 0 20%;\n max-width: 20%;\n }\n .row-cols-xl-6 > * {\n -ms-flex: 0 0 16.666667%;\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-xl-auto {\n -ms-flex: 0 0 auto;\n flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n }\n .col-xl-1 {\n -ms-flex: 0 0 8.333333%;\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n }\n .col-xl-2 {\n -ms-flex: 0 0 16.666667%;\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-xl-3 {\n -ms-flex: 0 0 25%;\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-xl-4 {\n -ms-flex: 0 0 33.333333%;\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .col-xl-5 {\n -ms-flex: 0 0 41.666667%;\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n }\n .col-xl-6 {\n -ms-flex: 0 0 50%;\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-xl-7 {\n -ms-flex: 0 0 58.333333%;\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n }\n .col-xl-8 {\n -ms-flex: 0 0 66.666667%;\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n }\n .col-xl-9 {\n -ms-flex: 0 0 75%;\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-xl-10 {\n -ms-flex: 0 0 83.333333%;\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n }\n .col-xl-11 {\n -ms-flex: 0 0 91.666667%;\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n }\n .col-xl-12 {\n -ms-flex: 0 0 100%;\n flex: 0 0 100%;\n max-width: 100%;\n }\n .order-xl-first {\n -ms-flex-order: -1;\n order: -1;\n }\n .order-xl-last {\n -ms-flex-order: 13;\n order: 13;\n }\n .order-xl-0 {\n -ms-flex-order: 0;\n order: 0;\n }\n .order-xl-1 {\n -ms-flex-order: 1;\n order: 1;\n }\n .order-xl-2 {\n -ms-flex-order: 2;\n order: 2;\n }\n .order-xl-3 {\n -ms-flex-order: 3;\n order: 3;\n }\n .order-xl-4 {\n -ms-flex-order: 4;\n order: 4;\n }\n .order-xl-5 {\n -ms-flex-order: 5;\n order: 5;\n }\n .order-xl-6 {\n -ms-flex-order: 6;\n order: 6;\n }\n .order-xl-7 {\n -ms-flex-order: 7;\n order: 7;\n }\n .order-xl-8 {\n -ms-flex-order: 8;\n order: 8;\n }\n .order-xl-9 {\n -ms-flex-order: 9;\n order: 9;\n }\n .order-xl-10 {\n -ms-flex-order: 10;\n order: 10;\n }\n .order-xl-11 {\n -ms-flex-order: 11;\n order: 11;\n }\n .order-xl-12 {\n -ms-flex-order: 12;\n order: 12;\n }\n .offset-xl-0 {\n margin-left: 0;\n }\n .offset-xl-1 {\n margin-left: 8.333333%;\n }\n .offset-xl-2 {\n margin-left: 16.666667%;\n }\n .offset-xl-3 {\n margin-left: 25%;\n }\n .offset-xl-4 {\n margin-left: 33.333333%;\n }\n .offset-xl-5 {\n margin-left: 41.666667%;\n }\n .offset-xl-6 {\n margin-left: 50%;\n }\n .offset-xl-7 {\n margin-left: 58.333333%;\n }\n .offset-xl-8 {\n margin-left: 66.666667%;\n }\n .offset-xl-9 {\n margin-left: 75%;\n }\n .offset-xl-10 {\n margin-left: 83.333333%;\n }\n .offset-xl-11 {\n margin-left: 91.666667%;\n }\n}\n\n.table {\n width: 100%;\n margin-bottom: 1rem;\n color: #212529;\n}\n\n.table th,\n.table td {\n padding: 0.75rem;\n vertical-align: top;\n border-top: 1px solid #dee2e6;\n}\n\n.table thead th {\n vertical-align: bottom;\n border-bottom: 2px solid #dee2e6;\n}\n\n.table tbody + tbody {\n border-top: 2px solid #dee2e6;\n}\n\n.table-sm th,\n.table-sm td {\n padding: 0.3rem;\n}\n\n.table-bordered {\n border: 1px solid #dee2e6;\n}\n\n.table-bordered th,\n.table-bordered td {\n border: 1px solid #dee2e6;\n}\n\n.table-bordered thead th,\n.table-bordered thead td {\n border-bottom-width: 2px;\n}\n\n.table-borderless th,\n.table-borderless td,\n.table-borderless thead th,\n.table-borderless tbody + tbody {\n border: 0;\n}\n\n.table-striped tbody tr:nth-of-type(odd) {\n background-color: rgba(0, 0, 0, 0.05);\n}\n\n.table-hover tbody tr:hover {\n color: #212529;\n background-color: rgba(0, 0, 0, 0.075);\n}\n\n.table-primary,\n.table-primary > th,\n.table-primary > td {\n background-color: #b8daff;\n}\n\n.table-primary th,\n.table-primary td,\n.table-primary thead th,\n.table-primary tbody + tbody {\n border-color: #7abaff;\n}\n\n.table-hover .table-primary:hover {\n background-color: #9fcdff;\n}\n\n.table-hover .table-primary:hover > td,\n.table-hover .table-primary:hover > th {\n background-color: #9fcdff;\n}\n\n.table-secondary,\n.table-secondary > th,\n.table-secondary > td {\n background-color: #d6d8db;\n}\n\n.table-secondary th,\n.table-secondary td,\n.table-secondary thead th,\n.table-secondary tbody + tbody {\n border-color: #b3b7bb;\n}\n\n.table-hover .table-secondary:hover {\n background-color: #c8cbcf;\n}\n\n.table-hover .table-secondary:hover > td,\n.table-hover .table-secondary:hover > th {\n background-color: #c8cbcf;\n}\n\n.table-success,\n.table-success > th,\n.table-success > td {\n background-color: #c3e6cb;\n}\n\n.table-success th,\n.table-success td,\n.table-success thead th,\n.table-success tbody + tbody {\n border-color: #8fd19e;\n}\n\n.table-hover .table-success:hover {\n background-color: #b1dfbb;\n}\n\n.table-hover .table-success:hover > td,\n.table-hover .table-success:hover > th {\n background-color: #b1dfbb;\n}\n\n.table-info,\n.table-info > th,\n.table-info > td {\n background-color: #bee5eb;\n}\n\n.table-info th,\n.table-info td,\n.table-info thead th,\n.table-info tbody + tbody {\n border-color: #86cfda;\n}\n\n.table-hover .table-info:hover {\n background-color: #abdde5;\n}\n\n.table-hover .table-info:hover > td,\n.table-hover .table-info:hover > th {\n background-color: #abdde5;\n}\n\n.table-warning,\n.table-warning > th,\n.table-warning > td {\n background-color: #ffeeba;\n}\n\n.table-warning th,\n.table-warning td,\n.table-warning thead th,\n.table-warning tbody + tbody {\n border-color: #ffdf7e;\n}\n\n.table-hover .table-warning:hover {\n background-color: #ffe8a1;\n}\n\n.table-hover .table-warning:hover > td,\n.table-hover .table-warning:hover > th {\n background-color: #ffe8a1;\n}\n\n.table-danger,\n.table-danger > th,\n.table-danger > td {\n background-color: #f5c6cb;\n}\n\n.table-danger th,\n.table-danger td,\n.table-danger thead th,\n.table-danger tbody + tbody {\n border-color: #ed969e;\n}\n\n.table-hover .table-danger:hover {\n background-color: #f1b0b7;\n}\n\n.table-hover .table-danger:hover > td,\n.table-hover .table-danger:hover > th {\n background-color: #f1b0b7;\n}\n\n.table-light,\n.table-light > th,\n.table-light > td {\n background-color: #fdfdfe;\n}\n\n.table-light th,\n.table-light td,\n.table-light thead th,\n.table-light tbody + tbody {\n border-color: #fbfcfc;\n}\n\n.table-hover .table-light:hover {\n background-color: #ececf6;\n}\n\n.table-hover .table-light:hover > td,\n.table-hover .table-light:hover > th {\n background-color: #ececf6;\n}\n\n.table-dark,\n.table-dark > th,\n.table-dark > td {\n background-color: #c6c8ca;\n}\n\n.table-dark th,\n.table-dark td,\n.table-dark thead th,\n.table-dark tbody + tbody {\n border-color: #95999c;\n}\n\n.table-hover .table-dark:hover {\n background-color: #b9bbbe;\n}\n\n.table-hover .table-dark:hover > td,\n.table-hover .table-dark:hover > th {\n background-color: #b9bbbe;\n}\n\n.table-active,\n.table-active > th,\n.table-active > td {\n background-color: rgba(0, 0, 0, 0.075);\n}\n\n.table-hover .table-active:hover {\n background-color: rgba(0, 0, 0, 0.075);\n}\n\n.table-hover .table-active:hover > td,\n.table-hover .table-active:hover > th {\n background-color: rgba(0, 0, 0, 0.075);\n}\n\n.table .thead-dark th {\n color: #fff;\n background-color: #343a40;\n border-color: #454d55;\n}\n\n.table .thead-light th {\n color: #495057;\n background-color: #e9ecef;\n border-color: #dee2e6;\n}\n\n.table-dark {\n color: #fff;\n background-color: #343a40;\n}\n\n.table-dark th,\n.table-dark td,\n.table-dark thead th {\n border-color: #454d55;\n}\n\n.table-dark.table-bordered {\n border: 0;\n}\n\n.table-dark.table-striped tbody tr:nth-of-type(odd) {\n background-color: rgba(255, 255, 255, 0.05);\n}\n\n.table-dark.table-hover tbody tr:hover {\n color: #fff;\n background-color: rgba(255, 255, 255, 0.075);\n}\n\n@media (max-width: 575.98px) {\n .table-responsive-sm {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n }\n .table-responsive-sm > .table-bordered {\n border: 0;\n }\n}\n\n@media (max-width: 767.98px) {\n .table-responsive-md {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n }\n .table-responsive-md > .table-bordered {\n border: 0;\n }\n}\n\n@media (max-width: 991.98px) {\n .table-responsive-lg {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n }\n .table-responsive-lg > .table-bordered {\n border: 0;\n }\n}\n\n@media (max-width: 1199.98px) {\n .table-responsive-xl {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n }\n .table-responsive-xl > .table-bordered {\n border: 0;\n }\n}\n\n.table-responsive {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n}\n\n.table-responsive > .table-bordered {\n border: 0;\n}\n\n.form-control {\n display: block;\n width: 100%;\n height: calc(1.5em + 0.75rem + 2px);\n padding: 0.375rem 0.75rem;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #495057;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid #ced4da;\n border-radius: 0.25rem;\n transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .form-control {\n transition: none;\n }\n}\n\n.form-control::-ms-expand {\n background-color: transparent;\n border: 0;\n}\n\n.form-control:-moz-focusring {\n color: transparent;\n text-shadow: 0 0 0 #495057;\n}\n\n.form-control:focus {\n color: #495057;\n background-color: #fff;\n border-color: #80bdff;\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.form-control::-webkit-input-placeholder {\n color: #6c757d;\n opacity: 1;\n}\n\n.form-control::-moz-placeholder {\n color: #6c757d;\n opacity: 1;\n}\n\n.form-control:-ms-input-placeholder {\n color: #6c757d;\n opacity: 1;\n}\n\n.form-control::-ms-input-placeholder {\n color: #6c757d;\n opacity: 1;\n}\n\n.form-control::placeholder {\n color: #6c757d;\n opacity: 1;\n}\n\n.form-control:disabled, .form-control[readonly] {\n background-color: #e9ecef;\n opacity: 1;\n}\n\ninput[type=\"date\"].form-control,\ninput[type=\"time\"].form-control,\ninput[type=\"datetime-local\"].form-control,\ninput[type=\"month\"].form-control {\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n}\n\nselect.form-control:focus::-ms-value {\n color: #495057;\n background-color: #fff;\n}\n\n.form-control-file,\n.form-control-range {\n display: block;\n width: 100%;\n}\n\n.col-form-label {\n padding-top: calc(0.375rem + 1px);\n padding-bottom: calc(0.375rem + 1px);\n margin-bottom: 0;\n font-size: inherit;\n line-height: 1.5;\n}\n\n.col-form-label-lg {\n padding-top: calc(0.5rem + 1px);\n padding-bottom: calc(0.5rem + 1px);\n font-size: 1.25rem;\n line-height: 1.5;\n}\n\n.col-form-label-sm {\n padding-top: calc(0.25rem + 1px);\n padding-bottom: calc(0.25rem + 1px);\n font-size: 0.875rem;\n line-height: 1.5;\n}\n\n.form-control-plaintext {\n display: block;\n width: 100%;\n padding: 0.375rem 0;\n margin-bottom: 0;\n font-size: 1rem;\n line-height: 1.5;\n color: #212529;\n background-color: transparent;\n border: solid transparent;\n border-width: 1px 0;\n}\n\n.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {\n padding-right: 0;\n padding-left: 0;\n}\n\n.form-control-sm {\n height: calc(1.5em + 0.5rem + 2px);\n padding: 0.25rem 0.5rem;\n font-size: 0.875rem;\n line-height: 1.5;\n border-radius: 0.2rem;\n}\n\n.form-control-lg {\n height: calc(1.5em + 1rem + 2px);\n padding: 0.5rem 1rem;\n font-size: 1.25rem;\n line-height: 1.5;\n border-radius: 0.3rem;\n}\n\nselect.form-control[size], select.form-control[multiple] {\n height: auto;\n}\n\ntextarea.form-control {\n height: auto;\n}\n\n.form-group {\n margin-bottom: 1rem;\n}\n\n.form-text {\n display: block;\n margin-top: 0.25rem;\n}\n\n.form-row {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n margin-right: -5px;\n margin-left: -5px;\n}\n\n.form-row > .col,\n.form-row > [class*=\"col-\"] {\n padding-right: 5px;\n padding-left: 5px;\n}\n\n.form-check {\n position: relative;\n display: block;\n padding-left: 1.25rem;\n}\n\n.form-check-input {\n position: absolute;\n margin-top: 0.3rem;\n margin-left: -1.25rem;\n}\n\n.form-check-input[disabled] ~ .form-check-label,\n.form-check-input:disabled ~ .form-check-label {\n color: #6c757d;\n}\n\n.form-check-label {\n margin-bottom: 0;\n}\n\n.form-check-inline {\n display: -ms-inline-flexbox;\n display: inline-flex;\n -ms-flex-align: center;\n align-items: center;\n padding-left: 0;\n margin-right: 0.75rem;\n}\n\n.form-check-inline .form-check-input {\n position: static;\n margin-top: 0;\n margin-right: 0.3125rem;\n margin-left: 0;\n}\n\n.valid-feedback {\n display: none;\n width: 100%;\n margin-top: 0.25rem;\n font-size: 80%;\n color: #28a745;\n}\n\n.valid-tooltip {\n position: absolute;\n top: 100%;\n left: 0;\n z-index: 5;\n display: none;\n max-width: 100%;\n padding: 0.25rem 0.5rem;\n margin-top: .1rem;\n font-size: 0.875rem;\n line-height: 1.5;\n color: #fff;\n background-color: rgba(40, 167, 69, 0.9);\n border-radius: 0.25rem;\n}\n\n.was-validated :valid ~ .valid-feedback,\n.was-validated :valid ~ .valid-tooltip,\n.is-valid ~ .valid-feedback,\n.is-valid ~ .valid-tooltip {\n display: block;\n}\n\n.was-validated .form-control:valid, .form-control.is-valid {\n border-color: #28a745;\n padding-right: calc(1.5em + 0.75rem);\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e\");\n background-repeat: no-repeat;\n background-position: right calc(0.375em + 0.1875rem) center;\n background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);\n}\n\n.was-validated .form-control:valid:focus, .form-control.is-valid:focus {\n border-color: #28a745;\n box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);\n}\n\n.was-validated textarea.form-control:valid, textarea.form-control.is-valid {\n padding-right: calc(1.5em + 0.75rem);\n background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);\n}\n\n.was-validated .custom-select:valid, .custom-select.is-valid {\n border-color: #28a745;\n padding-right: calc(0.75em + 2.3125rem);\n background: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e\") no-repeat right 0.75rem center/8px 10px, url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e\") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);\n}\n\n.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {\n border-color: #28a745;\n box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);\n}\n\n.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {\n color: #28a745;\n}\n\n.was-validated .form-check-input:valid ~ .valid-feedback,\n.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,\n.form-check-input.is-valid ~ .valid-tooltip {\n display: block;\n}\n\n.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {\n color: #28a745;\n}\n\n.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {\n border-color: #28a745;\n}\n\n.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {\n border-color: #34ce57;\n background-color: #34ce57;\n}\n\n.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {\n box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);\n}\n\n.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {\n border-color: #28a745;\n}\n\n.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {\n border-color: #28a745;\n}\n\n.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {\n border-color: #28a745;\n box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);\n}\n\n.invalid-feedback {\n display: none;\n width: 100%;\n margin-top: 0.25rem;\n font-size: 80%;\n color: #dc3545;\n}\n\n.invalid-tooltip {\n position: absolute;\n top: 100%;\n left: 0;\n z-index: 5;\n display: none;\n max-width: 100%;\n padding: 0.25rem 0.5rem;\n margin-top: .1rem;\n font-size: 0.875rem;\n line-height: 1.5;\n color: #fff;\n background-color: rgba(220, 53, 69, 0.9);\n border-radius: 0.25rem;\n}\n\n.was-validated :invalid ~ .invalid-feedback,\n.was-validated :invalid ~ .invalid-tooltip,\n.is-invalid ~ .invalid-feedback,\n.is-invalid ~ .invalid-tooltip {\n display: block;\n}\n\n.was-validated .form-control:invalid, .form-control.is-invalid {\n border-color: #dc3545;\n padding-right: calc(1.5em + 0.75rem);\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e\");\n background-repeat: no-repeat;\n background-position: right calc(0.375em + 0.1875rem) center;\n background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);\n}\n\n.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {\n border-color: #dc3545;\n box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);\n}\n\n.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {\n padding-right: calc(1.5em + 0.75rem);\n background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);\n}\n\n.was-validated .custom-select:invalid, .custom-select.is-invalid {\n border-color: #dc3545;\n padding-right: calc(0.75em + 2.3125rem);\n background: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e\") no-repeat right 0.75rem center/8px 10px, url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e\") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);\n}\n\n.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {\n border-color: #dc3545;\n box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);\n}\n\n.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {\n color: #dc3545;\n}\n\n.was-validated .form-check-input:invalid ~ .invalid-feedback,\n.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,\n.form-check-input.is-invalid ~ .invalid-tooltip {\n display: block;\n}\n\n.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {\n color: #dc3545;\n}\n\n.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {\n border-color: #dc3545;\n}\n\n.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {\n border-color: #e4606d;\n background-color: #e4606d;\n}\n\n.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {\n box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);\n}\n\n.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {\n border-color: #dc3545;\n}\n\n.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {\n border-color: #dc3545;\n}\n\n.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {\n border-color: #dc3545;\n box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);\n}\n\n.form-inline {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-flow: row wrap;\n flex-flow: row wrap;\n -ms-flex-align: center;\n align-items: center;\n}\n\n.form-inline .form-check {\n width: 100%;\n}\n\n@media (min-width: 576px) {\n .form-inline label {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: center;\n align-items: center;\n -ms-flex-pack: center;\n justify-content: center;\n margin-bottom: 0;\n }\n .form-inline .form-group {\n display: -ms-flexbox;\n display: flex;\n -ms-flex: 0 0 auto;\n flex: 0 0 auto;\n -ms-flex-flow: row wrap;\n flex-flow: row wrap;\n -ms-flex-align: center;\n align-items: center;\n margin-bottom: 0;\n }\n .form-inline .form-control {\n display: inline-block;\n width: auto;\n vertical-align: middle;\n }\n .form-inline .form-control-plaintext {\n display: inline-block;\n }\n .form-inline .input-group,\n .form-inline .custom-select {\n width: auto;\n }\n .form-inline .form-check {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: center;\n align-items: center;\n -ms-flex-pack: center;\n justify-content: center;\n width: auto;\n padding-left: 0;\n }\n .form-inline .form-check-input {\n position: relative;\n -ms-flex-negative: 0;\n flex-shrink: 0;\n margin-top: 0;\n margin-right: 0.25rem;\n margin-left: 0;\n }\n .form-inline .custom-control {\n -ms-flex-align: center;\n align-items: center;\n -ms-flex-pack: center;\n justify-content: center;\n }\n .form-inline .custom-control-label {\n margin-bottom: 0;\n }\n}\n\n.btn {\n display: inline-block;\n font-weight: 400;\n color: #212529;\n text-align: center;\n vertical-align: middle;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n background-color: transparent;\n border: 1px solid transparent;\n padding: 0.375rem 0.75rem;\n font-size: 1rem;\n line-height: 1.5;\n border-radius: 0.25rem;\n transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .btn {\n transition: none;\n }\n}\n\n.btn:hover {\n color: #212529;\n text-decoration: none;\n}\n\n.btn:focus, .btn.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.btn.disabled, .btn:disabled {\n opacity: 0.65;\n}\n\n.btn:not(:disabled):not(.disabled) {\n cursor: pointer;\n}\n\na.btn.disabled,\nfieldset:disabled a.btn {\n pointer-events: none;\n}\n\n.btn-primary {\n color: #fff;\n background-color: #007bff;\n border-color: #007bff;\n}\n\n.btn-primary:hover {\n color: #fff;\n background-color: #0069d9;\n border-color: #0062cc;\n}\n\n.btn-primary:focus, .btn-primary.focus {\n color: #fff;\n background-color: #0069d9;\n border-color: #0062cc;\n box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);\n}\n\n.btn-primary.disabled, .btn-primary:disabled {\n color: #fff;\n background-color: #007bff;\n border-color: #007bff;\n}\n\n.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,\n.show > .btn-primary.dropdown-toggle {\n color: #fff;\n background-color: #0062cc;\n border-color: #005cbf;\n}\n\n.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,\n.show > .btn-primary.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);\n}\n\n.btn-secondary {\n color: #fff;\n background-color: #6c757d;\n border-color: #6c757d;\n}\n\n.btn-secondary:hover {\n color: #fff;\n background-color: #5a6268;\n border-color: #545b62;\n}\n\n.btn-secondary:focus, .btn-secondary.focus {\n color: #fff;\n background-color: #5a6268;\n border-color: #545b62;\n box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);\n}\n\n.btn-secondary.disabled, .btn-secondary:disabled {\n color: #fff;\n background-color: #6c757d;\n border-color: #6c757d;\n}\n\n.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,\n.show > .btn-secondary.dropdown-toggle {\n color: #fff;\n background-color: #545b62;\n border-color: #4e555b;\n}\n\n.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,\n.show > .btn-secondary.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);\n}\n\n.btn-success {\n color: #fff;\n background-color: #28a745;\n border-color: #28a745;\n}\n\n.btn-success:hover {\n color: #fff;\n background-color: #218838;\n border-color: #1e7e34;\n}\n\n.btn-success:focus, .btn-success.focus {\n color: #fff;\n background-color: #218838;\n border-color: #1e7e34;\n box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);\n}\n\n.btn-success.disabled, .btn-success:disabled {\n color: #fff;\n background-color: #28a745;\n border-color: #28a745;\n}\n\n.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,\n.show > .btn-success.dropdown-toggle {\n color: #fff;\n background-color: #1e7e34;\n border-color: #1c7430;\n}\n\n.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,\n.show > .btn-success.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);\n}\n\n.btn-info {\n color: #fff;\n background-color: #17a2b8;\n border-color: #17a2b8;\n}\n\n.btn-info:hover {\n color: #fff;\n background-color: #138496;\n border-color: #117a8b;\n}\n\n.btn-info:focus, .btn-info.focus {\n color: #fff;\n background-color: #138496;\n border-color: #117a8b;\n box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);\n}\n\n.btn-info.disabled, .btn-info:disabled {\n color: #fff;\n background-color: #17a2b8;\n border-color: #17a2b8;\n}\n\n.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,\n.show > .btn-info.dropdown-toggle {\n color: #fff;\n background-color: #117a8b;\n border-color: #10707f;\n}\n\n.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,\n.show > .btn-info.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);\n}\n\n.btn-warning {\n color: #212529;\n background-color: #ffc107;\n border-color: #ffc107;\n}\n\n.btn-warning:hover {\n color: #212529;\n background-color: #e0a800;\n border-color: #d39e00;\n}\n\n.btn-warning:focus, .btn-warning.focus {\n color: #212529;\n background-color: #e0a800;\n border-color: #d39e00;\n box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);\n}\n\n.btn-warning.disabled, .btn-warning:disabled {\n color: #212529;\n background-color: #ffc107;\n border-color: #ffc107;\n}\n\n.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,\n.show > .btn-warning.dropdown-toggle {\n color: #212529;\n background-color: #d39e00;\n border-color: #c69500;\n}\n\n.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,\n.show > .btn-warning.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);\n}\n\n.btn-danger {\n color: #fff;\n background-color: #dc3545;\n border-color: #dc3545;\n}\n\n.btn-danger:hover {\n color: #fff;\n background-color: #c82333;\n border-color: #bd2130;\n}\n\n.btn-danger:focus, .btn-danger.focus {\n color: #fff;\n background-color: #c82333;\n border-color: #bd2130;\n box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);\n}\n\n.btn-danger.disabled, .btn-danger:disabled {\n color: #fff;\n background-color: #dc3545;\n border-color: #dc3545;\n}\n\n.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,\n.show > .btn-danger.dropdown-toggle {\n color: #fff;\n background-color: #bd2130;\n border-color: #b21f2d;\n}\n\n.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,\n.show > .btn-danger.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);\n}\n\n.btn-light {\n color: #212529;\n background-color: #f8f9fa;\n border-color: #f8f9fa;\n}\n\n.btn-light:hover {\n color: #212529;\n background-color: #e2e6ea;\n border-color: #dae0e5;\n}\n\n.btn-light:focus, .btn-light.focus {\n color: #212529;\n background-color: #e2e6ea;\n border-color: #dae0e5;\n box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);\n}\n\n.btn-light.disabled, .btn-light:disabled {\n color: #212529;\n background-color: #f8f9fa;\n border-color: #f8f9fa;\n}\n\n.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,\n.show > .btn-light.dropdown-toggle {\n color: #212529;\n background-color: #dae0e5;\n border-color: #d3d9df;\n}\n\n.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,\n.show > .btn-light.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);\n}\n\n.btn-dark {\n color: #fff;\n background-color: #343a40;\n border-color: #343a40;\n}\n\n.btn-dark:hover {\n color: #fff;\n background-color: #23272b;\n border-color: #1d2124;\n}\n\n.btn-dark:focus, .btn-dark.focus {\n color: #fff;\n background-color: #23272b;\n border-color: #1d2124;\n box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);\n}\n\n.btn-dark.disabled, .btn-dark:disabled {\n color: #fff;\n background-color: #343a40;\n border-color: #343a40;\n}\n\n.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,\n.show > .btn-dark.dropdown-toggle {\n color: #fff;\n background-color: #1d2124;\n border-color: #171a1d;\n}\n\n.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,\n.show > .btn-dark.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);\n}\n\n.btn-outline-primary {\n color: #007bff;\n border-color: #007bff;\n}\n\n.btn-outline-primary:hover {\n color: #fff;\n background-color: #007bff;\n border-color: #007bff;\n}\n\n.btn-outline-primary:focus, .btn-outline-primary.focus {\n box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);\n}\n\n.btn-outline-primary.disabled, .btn-outline-primary:disabled {\n color: #007bff;\n background-color: transparent;\n}\n\n.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,\n.show > .btn-outline-primary.dropdown-toggle {\n color: #fff;\n background-color: #007bff;\n border-color: #007bff;\n}\n\n.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,\n.show > .btn-outline-primary.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);\n}\n\n.btn-outline-secondary {\n color: #6c757d;\n border-color: #6c757d;\n}\n\n.btn-outline-secondary:hover {\n color: #fff;\n background-color: #6c757d;\n border-color: #6c757d;\n}\n\n.btn-outline-secondary:focus, .btn-outline-secondary.focus {\n box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);\n}\n\n.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {\n color: #6c757d;\n background-color: transparent;\n}\n\n.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,\n.show > .btn-outline-secondary.dropdown-toggle {\n color: #fff;\n background-color: #6c757d;\n border-color: #6c757d;\n}\n\n.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,\n.show > .btn-outline-secondary.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);\n}\n\n.btn-outline-success {\n color: #28a745;\n border-color: #28a745;\n}\n\n.btn-outline-success:hover {\n color: #fff;\n background-color: #28a745;\n border-color: #28a745;\n}\n\n.btn-outline-success:focus, .btn-outline-success.focus {\n box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);\n}\n\n.btn-outline-success.disabled, .btn-outline-success:disabled {\n color: #28a745;\n background-color: transparent;\n}\n\n.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,\n.show > .btn-outline-success.dropdown-toggle {\n color: #fff;\n background-color: #28a745;\n border-color: #28a745;\n}\n\n.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,\n.show > .btn-outline-success.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);\n}\n\n.btn-outline-info {\n color: #17a2b8;\n border-color: #17a2b8;\n}\n\n.btn-outline-info:hover {\n color: #fff;\n background-color: #17a2b8;\n border-color: #17a2b8;\n}\n\n.btn-outline-info:focus, .btn-outline-info.focus {\n box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);\n}\n\n.btn-outline-info.disabled, .btn-outline-info:disabled {\n color: #17a2b8;\n background-color: transparent;\n}\n\n.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,\n.show > .btn-outline-info.dropdown-toggle {\n color: #fff;\n background-color: #17a2b8;\n border-color: #17a2b8;\n}\n\n.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,\n.show > .btn-outline-info.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);\n}\n\n.btn-outline-warning {\n color: #ffc107;\n border-color: #ffc107;\n}\n\n.btn-outline-warning:hover {\n color: #212529;\n background-color: #ffc107;\n border-color: #ffc107;\n}\n\n.btn-outline-warning:focus, .btn-outline-warning.focus {\n box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);\n}\n\n.btn-outline-warning.disabled, .btn-outline-warning:disabled {\n color: #ffc107;\n background-color: transparent;\n}\n\n.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,\n.show > .btn-outline-warning.dropdown-toggle {\n color: #212529;\n background-color: #ffc107;\n border-color: #ffc107;\n}\n\n.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,\n.show > .btn-outline-warning.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);\n}\n\n.btn-outline-danger {\n color: #dc3545;\n border-color: #dc3545;\n}\n\n.btn-outline-danger:hover {\n color: #fff;\n background-color: #dc3545;\n border-color: #dc3545;\n}\n\n.btn-outline-danger:focus, .btn-outline-danger.focus {\n box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);\n}\n\n.btn-outline-danger.disabled, .btn-outline-danger:disabled {\n color: #dc3545;\n background-color: transparent;\n}\n\n.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,\n.show > .btn-outline-danger.dropdown-toggle {\n color: #fff;\n background-color: #dc3545;\n border-color: #dc3545;\n}\n\n.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,\n.show > .btn-outline-danger.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);\n}\n\n.btn-outline-light {\n color: #f8f9fa;\n border-color: #f8f9fa;\n}\n\n.btn-outline-light:hover {\n color: #212529;\n background-color: #f8f9fa;\n border-color: #f8f9fa;\n}\n\n.btn-outline-light:focus, .btn-outline-light.focus {\n box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);\n}\n\n.btn-outline-light.disabled, .btn-outline-light:disabled {\n color: #f8f9fa;\n background-color: transparent;\n}\n\n.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,\n.show > .btn-outline-light.dropdown-toggle {\n color: #212529;\n background-color: #f8f9fa;\n border-color: #f8f9fa;\n}\n\n.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,\n.show > .btn-outline-light.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);\n}\n\n.btn-outline-dark {\n color: #343a40;\n border-color: #343a40;\n}\n\n.btn-outline-dark:hover {\n color: #fff;\n background-color: #343a40;\n border-color: #343a40;\n}\n\n.btn-outline-dark:focus, .btn-outline-dark.focus {\n box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);\n}\n\n.btn-outline-dark.disabled, .btn-outline-dark:disabled {\n color: #343a40;\n background-color: transparent;\n}\n\n.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,\n.show > .btn-outline-dark.dropdown-toggle {\n color: #fff;\n background-color: #343a40;\n border-color: #343a40;\n}\n\n.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,\n.show > .btn-outline-dark.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);\n}\n\n.btn-link {\n font-weight: 400;\n color: #007bff;\n text-decoration: none;\n}\n\n.btn-link:hover {\n color: #0056b3;\n text-decoration: underline;\n}\n\n.btn-link:focus, .btn-link.focus {\n text-decoration: underline;\n}\n\n.btn-link:disabled, .btn-link.disabled {\n color: #6c757d;\n pointer-events: none;\n}\n\n.btn-lg, .btn-group-lg > .btn {\n padding: 0.5rem 1rem;\n font-size: 1.25rem;\n line-height: 1.5;\n border-radius: 0.3rem;\n}\n\n.btn-sm, .btn-group-sm > .btn {\n padding: 0.25rem 0.5rem;\n font-size: 0.875rem;\n line-height: 1.5;\n border-radius: 0.2rem;\n}\n\n.btn-block {\n display: block;\n width: 100%;\n}\n\n.btn-block + .btn-block {\n margin-top: 0.5rem;\n}\n\ninput[type=\"submit\"].btn-block,\ninput[type=\"reset\"].btn-block,\ninput[type=\"button\"].btn-block {\n width: 100%;\n}\n\n.fade {\n transition: opacity 0.15s linear;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .fade {\n transition: none;\n }\n}\n\n.fade:not(.show) {\n opacity: 0;\n}\n\n.collapse:not(.show) {\n display: none;\n}\n\n.collapsing {\n position: relative;\n height: 0;\n overflow: hidden;\n transition: height 0.35s ease;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .collapsing {\n transition: none;\n }\n}\n\n.dropup,\n.dropright,\n.dropdown,\n.dropleft {\n position: relative;\n}\n\n.dropdown-toggle {\n white-space: nowrap;\n}\n\n.dropdown-toggle::after {\n display: inline-block;\n margin-left: 0.255em;\n vertical-align: 0.255em;\n content: \"\";\n border-top: 0.3em solid;\n border-right: 0.3em solid transparent;\n border-bottom: 0;\n border-left: 0.3em solid transparent;\n}\n\n.dropdown-toggle:empty::after {\n margin-left: 0;\n}\n\n.dropdown-menu {\n position: absolute;\n top: 100%;\n left: 0;\n z-index: 1000;\n display: none;\n float: left;\n min-width: 10rem;\n padding: 0.5rem 0;\n margin: 0.125rem 0 0;\n font-size: 1rem;\n color: #212529;\n text-align: left;\n list-style: none;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, 0.15);\n border-radius: 0.25rem;\n}\n\n.dropdown-menu-left {\n right: auto;\n left: 0;\n}\n\n.dropdown-menu-right {\n right: 0;\n left: auto;\n}\n\n@media (min-width: 576px) {\n .dropdown-menu-sm-left {\n right: auto;\n left: 0;\n }\n .dropdown-menu-sm-right {\n right: 0;\n left: auto;\n }\n}\n\n@media (min-width: 768px) {\n .dropdown-menu-md-left {\n right: auto;\n left: 0;\n }\n .dropdown-menu-md-right {\n right: 0;\n left: auto;\n }\n}\n\n@media (min-width: 992px) {\n .dropdown-menu-lg-left {\n right: auto;\n left: 0;\n }\n .dropdown-menu-lg-right {\n right: 0;\n left: auto;\n }\n}\n\n@media (min-width: 1200px) {\n .dropdown-menu-xl-left {\n right: auto;\n left: 0;\n }\n .dropdown-menu-xl-right {\n right: 0;\n left: auto;\n }\n}\n\n.dropup .dropdown-menu {\n top: auto;\n bottom: 100%;\n margin-top: 0;\n margin-bottom: 0.125rem;\n}\n\n.dropup .dropdown-toggle::after {\n display: inline-block;\n margin-left: 0.255em;\n vertical-align: 0.255em;\n content: \"\";\n border-top: 0;\n border-right: 0.3em solid transparent;\n border-bottom: 0.3em solid;\n border-left: 0.3em solid transparent;\n}\n\n.dropup .dropdown-toggle:empty::after {\n margin-left: 0;\n}\n\n.dropright .dropdown-menu {\n top: 0;\n right: auto;\n left: 100%;\n margin-top: 0;\n margin-left: 0.125rem;\n}\n\n.dropright .dropdown-toggle::after {\n display: inline-block;\n margin-left: 0.255em;\n vertical-align: 0.255em;\n content: \"\";\n border-top: 0.3em solid transparent;\n border-right: 0;\n border-bottom: 0.3em solid transparent;\n border-left: 0.3em solid;\n}\n\n.dropright .dropdown-toggle:empty::after {\n margin-left: 0;\n}\n\n.dropright .dropdown-toggle::after {\n vertical-align: 0;\n}\n\n.dropleft .dropdown-menu {\n top: 0;\n right: 100%;\n left: auto;\n margin-top: 0;\n margin-right: 0.125rem;\n}\n\n.dropleft .dropdown-toggle::after {\n display: inline-block;\n margin-left: 0.255em;\n vertical-align: 0.255em;\n content: \"\";\n}\n\n.dropleft .dropdown-toggle::after {\n display: none;\n}\n\n.dropleft .dropdown-toggle::before {\n display: inline-block;\n margin-right: 0.255em;\n vertical-align: 0.255em;\n content: \"\";\n border-top: 0.3em solid transparent;\n border-right: 0.3em solid;\n border-bottom: 0.3em solid transparent;\n}\n\n.dropleft .dropdown-toggle:empty::after {\n margin-left: 0;\n}\n\n.dropleft .dropdown-toggle::before {\n vertical-align: 0;\n}\n\n.dropdown-menu[x-placement^=\"top\"], .dropdown-menu[x-placement^=\"right\"], .dropdown-menu[x-placement^=\"bottom\"], .dropdown-menu[x-placement^=\"left\"] {\n right: auto;\n bottom: auto;\n}\n\n.dropdown-divider {\n height: 0;\n margin: 0.5rem 0;\n overflow: hidden;\n border-top: 1px solid #e9ecef;\n}\n\n.dropdown-item {\n display: block;\n width: 100%;\n padding: 0.25rem 1.5rem;\n clear: both;\n font-weight: 400;\n color: #212529;\n text-align: inherit;\n white-space: nowrap;\n background-color: transparent;\n border: 0;\n}\n\n.dropdown-item:hover, .dropdown-item:focus {\n color: #16181b;\n text-decoration: none;\n background-color: #f8f9fa;\n}\n\n.dropdown-item.active, .dropdown-item:active {\n color: #fff;\n text-decoration: none;\n background-color: #007bff;\n}\n\n.dropdown-item.disabled, .dropdown-item:disabled {\n color: #6c757d;\n pointer-events: none;\n background-color: transparent;\n}\n\n.dropdown-menu.show {\n display: block;\n}\n\n.dropdown-header {\n display: block;\n padding: 0.5rem 1.5rem;\n margin-bottom: 0;\n font-size: 0.875rem;\n color: #6c757d;\n white-space: nowrap;\n}\n\n.dropdown-item-text {\n display: block;\n padding: 0.25rem 1.5rem;\n color: #212529;\n}\n\n.btn-group,\n.btn-group-vertical {\n position: relative;\n display: -ms-inline-flexbox;\n display: inline-flex;\n vertical-align: middle;\n}\n\n.btn-group > .btn,\n.btn-group-vertical > .btn {\n position: relative;\n -ms-flex: 1 1 auto;\n flex: 1 1 auto;\n}\n\n.btn-group > .btn:hover,\n.btn-group-vertical > .btn:hover {\n z-index: 1;\n}\n\n.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,\n.btn-group-vertical > .btn:focus,\n.btn-group-vertical > .btn:active,\n.btn-group-vertical > .btn.active {\n z-index: 1;\n}\n\n.btn-toolbar {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n -ms-flex-pack: start;\n justify-content: flex-start;\n}\n\n.btn-toolbar .input-group {\n width: auto;\n}\n\n.btn-group > .btn:not(:first-child),\n.btn-group > .btn-group:not(:first-child) {\n margin-left: -1px;\n}\n\n.btn-group > .btn:not(:last-child):not(.dropdown-toggle),\n.btn-group > .btn-group:not(:last-child) > .btn {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n.btn-group > .btn:not(:first-child),\n.btn-group > .btn-group:not(:first-child) > .btn {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.dropdown-toggle-split {\n padding-right: 0.5625rem;\n padding-left: 0.5625rem;\n}\n\n.dropdown-toggle-split::after,\n.dropup .dropdown-toggle-split::after,\n.dropright .dropdown-toggle-split::after {\n margin-left: 0;\n}\n\n.dropleft .dropdown-toggle-split::before {\n margin-right: 0;\n}\n\n.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {\n padding-right: 0.375rem;\n padding-left: 0.375rem;\n}\n\n.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {\n padding-right: 0.75rem;\n padding-left: 0.75rem;\n}\n\n.btn-group-vertical {\n -ms-flex-direction: column;\n flex-direction: column;\n -ms-flex-align: start;\n align-items: flex-start;\n -ms-flex-pack: center;\n justify-content: center;\n}\n\n.btn-group-vertical > .btn,\n.btn-group-vertical > .btn-group {\n width: 100%;\n}\n\n.btn-group-vertical > .btn:not(:first-child),\n.btn-group-vertical > .btn-group:not(:first-child) {\n margin-top: -1px;\n}\n\n.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),\n.btn-group-vertical > .btn-group:not(:last-child) > .btn {\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.btn-group-vertical > .btn:not(:first-child),\n.btn-group-vertical > .btn-group:not(:first-child) > .btn {\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n}\n\n.btn-group-toggle > .btn,\n.btn-group-toggle > .btn-group > .btn {\n margin-bottom: 0;\n}\n\n.btn-group-toggle > .btn input[type=\"radio\"],\n.btn-group-toggle > .btn input[type=\"checkbox\"],\n.btn-group-toggle > .btn-group > .btn input[type=\"radio\"],\n.btn-group-toggle > .btn-group > .btn input[type=\"checkbox\"] {\n position: absolute;\n clip: rect(0, 0, 0, 0);\n pointer-events: none;\n}\n\n.input-group {\n position: relative;\n display: -ms-flexbox;\n display: flex;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n -ms-flex-align: stretch;\n align-items: stretch;\n width: 100%;\n}\n\n.input-group > .form-control,\n.input-group > .form-control-plaintext,\n.input-group > .custom-select,\n.input-group > .custom-file {\n position: relative;\n -ms-flex: 1 1 auto;\n flex: 1 1 auto;\n width: 1%;\n min-width: 0;\n margin-bottom: 0;\n}\n\n.input-group > .form-control + .form-control,\n.input-group > .form-control + .custom-select,\n.input-group > .form-control + .custom-file,\n.input-group > .form-control-plaintext + .form-control,\n.input-group > .form-control-plaintext + .custom-select,\n.input-group > .form-control-plaintext + .custom-file,\n.input-group > .custom-select + .form-control,\n.input-group > .custom-select + .custom-select,\n.input-group > .custom-select + .custom-file,\n.input-group > .custom-file + .form-control,\n.input-group > .custom-file + .custom-select,\n.input-group > .custom-file + .custom-file {\n margin-left: -1px;\n}\n\n.input-group > .form-control:focus,\n.input-group > .custom-select:focus,\n.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {\n z-index: 3;\n}\n\n.input-group > .custom-file .custom-file-input:focus {\n z-index: 4;\n}\n\n.input-group > .form-control:not(:last-child),\n.input-group > .custom-select:not(:last-child) {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n.input-group > .form-control:not(:first-child),\n.input-group > .custom-select:not(:first-child) {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.input-group > .custom-file {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: center;\n align-items: center;\n}\n\n.input-group > .custom-file:not(:last-child) .custom-file-label,\n.input-group > .custom-file:not(:last-child) .custom-file-label::after {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n.input-group > .custom-file:not(:first-child) .custom-file-label {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.input-group-prepend,\n.input-group-append {\n display: -ms-flexbox;\n display: flex;\n}\n\n.input-group-prepend .btn,\n.input-group-append .btn {\n position: relative;\n z-index: 2;\n}\n\n.input-group-prepend .btn:focus,\n.input-group-append .btn:focus {\n z-index: 3;\n}\n\n.input-group-prepend .btn + .btn,\n.input-group-prepend .btn + .input-group-text,\n.input-group-prepend .input-group-text + .input-group-text,\n.input-group-prepend .input-group-text + .btn,\n.input-group-append .btn + .btn,\n.input-group-append .btn + .input-group-text,\n.input-group-append .input-group-text + .input-group-text,\n.input-group-append .input-group-text + .btn {\n margin-left: -1px;\n}\n\n.input-group-prepend {\n margin-right: -1px;\n}\n\n.input-group-append {\n margin-left: -1px;\n}\n\n.input-group-text {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: center;\n align-items: center;\n padding: 0.375rem 0.75rem;\n margin-bottom: 0;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #495057;\n text-align: center;\n white-space: nowrap;\n background-color: #e9ecef;\n border: 1px solid #ced4da;\n border-radius: 0.25rem;\n}\n\n.input-group-text input[type=\"radio\"],\n.input-group-text input[type=\"checkbox\"] {\n margin-top: 0;\n}\n\n.input-group-lg > .form-control:not(textarea),\n.input-group-lg > .custom-select {\n height: calc(1.5em + 1rem + 2px);\n}\n\n.input-group-lg > .form-control,\n.input-group-lg > .custom-select,\n.input-group-lg > .input-group-prepend > .input-group-text,\n.input-group-lg > .input-group-append > .input-group-text,\n.input-group-lg > .input-group-prepend > .btn,\n.input-group-lg > .input-group-append > .btn {\n padding: 0.5rem 1rem;\n font-size: 1.25rem;\n line-height: 1.5;\n border-radius: 0.3rem;\n}\n\n.input-group-sm > .form-control:not(textarea),\n.input-group-sm > .custom-select {\n height: calc(1.5em + 0.5rem + 2px);\n}\n\n.input-group-sm > .form-control,\n.input-group-sm > .custom-select,\n.input-group-sm > .input-group-prepend > .input-group-text,\n.input-group-sm > .input-group-append > .input-group-text,\n.input-group-sm > .input-group-prepend > .btn,\n.input-group-sm > .input-group-append > .btn {\n padding: 0.25rem 0.5rem;\n font-size: 0.875rem;\n line-height: 1.5;\n border-radius: 0.2rem;\n}\n\n.input-group-lg > .custom-select,\n.input-group-sm > .custom-select {\n padding-right: 1.75rem;\n}\n\n.input-group > .input-group-prepend > .btn,\n.input-group > .input-group-prepend > .input-group-text,\n.input-group > .input-group-append:not(:last-child) > .btn,\n.input-group > .input-group-append:not(:last-child) > .input-group-text,\n.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),\n.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n.input-group > .input-group-append > .btn,\n.input-group > .input-group-append > .input-group-text,\n.input-group > .input-group-prepend:not(:first-child) > .btn,\n.input-group > .input-group-prepend:not(:first-child) > .input-group-text,\n.input-group > .input-group-prepend:first-child > .btn:not(:first-child),\n.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.custom-control {\n position: relative;\n z-index: 1;\n display: block;\n min-height: 1.5rem;\n padding-left: 1.5rem;\n -webkit-print-color-adjust: exact;\n color-adjust: exact;\n}\n\n.custom-control-inline {\n display: -ms-inline-flexbox;\n display: inline-flex;\n margin-right: 1rem;\n}\n\n.custom-control-input {\n position: absolute;\n left: 0;\n z-index: -1;\n width: 1rem;\n height: 1.25rem;\n opacity: 0;\n}\n\n.custom-control-input:checked ~ .custom-control-label::before {\n color: #fff;\n border-color: #007bff;\n background-color: #007bff;\n}\n\n.custom-control-input:focus ~ .custom-control-label::before {\n box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {\n border-color: #80bdff;\n}\n\n.custom-control-input:not(:disabled):active ~ .custom-control-label::before {\n color: #fff;\n background-color: #b3d7ff;\n border-color: #b3d7ff;\n}\n\n.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {\n color: #6c757d;\n}\n\n.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {\n background-color: #e9ecef;\n}\n\n.custom-control-label {\n position: relative;\n margin-bottom: 0;\n vertical-align: top;\n}\n\n.custom-control-label::before {\n position: absolute;\n top: 0.25rem;\n left: -1.5rem;\n display: block;\n width: 1rem;\n height: 1rem;\n pointer-events: none;\n content: \"\";\n background-color: #fff;\n border: #adb5bd solid 1px;\n}\n\n.custom-control-label::after {\n position: absolute;\n top: 0.25rem;\n left: -1.5rem;\n display: block;\n width: 1rem;\n height: 1rem;\n content: \"\";\n background: no-repeat 50% / 50% 50%;\n}\n\n.custom-checkbox .custom-control-label::before {\n border-radius: 0.25rem;\n}\n\n.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e\");\n}\n\n.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {\n border-color: #007bff;\n background-color: #007bff;\n}\n\n.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e\");\n}\n\n.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {\n background-color: rgba(0, 123, 255, 0.5);\n}\n\n.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {\n background-color: rgba(0, 123, 255, 0.5);\n}\n\n.custom-radio .custom-control-label::before {\n border-radius: 50%;\n}\n\n.custom-radio .custom-control-input:checked ~ .custom-control-label::after {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e\");\n}\n\n.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {\n background-color: rgba(0, 123, 255, 0.5);\n}\n\n.custom-switch {\n padding-left: 2.25rem;\n}\n\n.custom-switch .custom-control-label::before {\n left: -2.25rem;\n width: 1.75rem;\n pointer-events: all;\n border-radius: 0.5rem;\n}\n\n.custom-switch .custom-control-label::after {\n top: calc(0.25rem + 2px);\n left: calc(-2.25rem + 2px);\n width: calc(1rem - 4px);\n height: calc(1rem - 4px);\n background-color: #adb5bd;\n border-radius: 0.5rem;\n transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;\n transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .custom-switch .custom-control-label::after {\n transition: none;\n }\n}\n\n.custom-switch .custom-control-input:checked ~ .custom-control-label::after {\n background-color: #fff;\n -webkit-transform: translateX(0.75rem);\n transform: translateX(0.75rem);\n}\n\n.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {\n background-color: rgba(0, 123, 255, 0.5);\n}\n\n.custom-select {\n display: inline-block;\n width: 100%;\n height: calc(1.5em + 0.75rem + 2px);\n padding: 0.375rem 1.75rem 0.375rem 0.75rem;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #495057;\n vertical-align: middle;\n background: #fff url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e\") no-repeat right 0.75rem center/8px 10px;\n border: 1px solid #ced4da;\n border-radius: 0.25rem;\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n}\n\n.custom-select:focus {\n border-color: #80bdff;\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.custom-select:focus::-ms-value {\n color: #495057;\n background-color: #fff;\n}\n\n.custom-select[multiple], .custom-select[size]:not([size=\"1\"]) {\n height: auto;\n padding-right: 0.75rem;\n background-image: none;\n}\n\n.custom-select:disabled {\n color: #6c757d;\n background-color: #e9ecef;\n}\n\n.custom-select::-ms-expand {\n display: none;\n}\n\n.custom-select:-moz-focusring {\n color: transparent;\n text-shadow: 0 0 0 #495057;\n}\n\n.custom-select-sm {\n height: calc(1.5em + 0.5rem + 2px);\n padding-top: 0.25rem;\n padding-bottom: 0.25rem;\n padding-left: 0.5rem;\n font-size: 0.875rem;\n}\n\n.custom-select-lg {\n height: calc(1.5em + 1rem + 2px);\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n padding-left: 1rem;\n font-size: 1.25rem;\n}\n\n.custom-file {\n position: relative;\n display: inline-block;\n width: 100%;\n height: calc(1.5em + 0.75rem + 2px);\n margin-bottom: 0;\n}\n\n.custom-file-input {\n position: relative;\n z-index: 2;\n width: 100%;\n height: calc(1.5em + 0.75rem + 2px);\n margin: 0;\n opacity: 0;\n}\n\n.custom-file-input:focus ~ .custom-file-label {\n border-color: #80bdff;\n box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.custom-file-input[disabled] ~ .custom-file-label,\n.custom-file-input:disabled ~ .custom-file-label {\n background-color: #e9ecef;\n}\n\n.custom-file-input:lang(en) ~ .custom-file-label::after {\n content: \"Browse\";\n}\n\n.custom-file-input ~ .custom-file-label[data-browse]::after {\n content: attr(data-browse);\n}\n\n.custom-file-label {\n position: absolute;\n top: 0;\n right: 0;\n left: 0;\n z-index: 1;\n height: calc(1.5em + 0.75rem + 2px);\n padding: 0.375rem 0.75rem;\n font-weight: 400;\n line-height: 1.5;\n color: #495057;\n background-color: #fff;\n border: 1px solid #ced4da;\n border-radius: 0.25rem;\n}\n\n.custom-file-label::after {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n z-index: 3;\n display: block;\n height: calc(1.5em + 0.75rem);\n padding: 0.375rem 0.75rem;\n line-height: 1.5;\n color: #495057;\n content: \"Browse\";\n background-color: #e9ecef;\n border-left: inherit;\n border-radius: 0 0.25rem 0.25rem 0;\n}\n\n.custom-range {\n width: 100%;\n height: 1.4rem;\n padding: 0;\n background-color: transparent;\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n}\n\n.custom-range:focus {\n outline: none;\n}\n\n.custom-range:focus::-webkit-slider-thumb {\n box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.custom-range:focus::-moz-range-thumb {\n box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.custom-range:focus::-ms-thumb {\n box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.custom-range::-moz-focus-outer {\n border: 0;\n}\n\n.custom-range::-webkit-slider-thumb {\n width: 1rem;\n height: 1rem;\n margin-top: -0.25rem;\n background-color: #007bff;\n border: 0;\n border-radius: 1rem;\n -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n -webkit-appearance: none;\n appearance: none;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .custom-range::-webkit-slider-thumb {\n -webkit-transition: none;\n transition: none;\n }\n}\n\n.custom-range::-webkit-slider-thumb:active {\n background-color: #b3d7ff;\n}\n\n.custom-range::-webkit-slider-runnable-track {\n width: 100%;\n height: 0.5rem;\n color: transparent;\n cursor: pointer;\n background-color: #dee2e6;\n border-color: transparent;\n border-radius: 1rem;\n}\n\n.custom-range::-moz-range-thumb {\n width: 1rem;\n height: 1rem;\n background-color: #007bff;\n border: 0;\n border-radius: 1rem;\n -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n -moz-appearance: none;\n appearance: none;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .custom-range::-moz-range-thumb {\n -moz-transition: none;\n transition: none;\n }\n}\n\n.custom-range::-moz-range-thumb:active {\n background-color: #b3d7ff;\n}\n\n.custom-range::-moz-range-track {\n width: 100%;\n height: 0.5rem;\n color: transparent;\n cursor: pointer;\n background-color: #dee2e6;\n border-color: transparent;\n border-radius: 1rem;\n}\n\n.custom-range::-ms-thumb {\n width: 1rem;\n height: 1rem;\n margin-top: 0;\n margin-right: 0.2rem;\n margin-left: 0.2rem;\n background-color: #007bff;\n border: 0;\n border-radius: 1rem;\n -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n appearance: none;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .custom-range::-ms-thumb {\n -ms-transition: none;\n transition: none;\n }\n}\n\n.custom-range::-ms-thumb:active {\n background-color: #b3d7ff;\n}\n\n.custom-range::-ms-track {\n width: 100%;\n height: 0.5rem;\n color: transparent;\n cursor: pointer;\n background-color: transparent;\n border-color: transparent;\n border-width: 0.5rem;\n}\n\n.custom-range::-ms-fill-lower {\n background-color: #dee2e6;\n border-radius: 1rem;\n}\n\n.custom-range::-ms-fill-upper {\n margin-right: 15px;\n background-color: #dee2e6;\n border-radius: 1rem;\n}\n\n.custom-range:disabled::-webkit-slider-thumb {\n background-color: #adb5bd;\n}\n\n.custom-range:disabled::-webkit-slider-runnable-track {\n cursor: default;\n}\n\n.custom-range:disabled::-moz-range-thumb {\n background-color: #adb5bd;\n}\n\n.custom-range:disabled::-moz-range-track {\n cursor: default;\n}\n\n.custom-range:disabled::-ms-thumb {\n background-color: #adb5bd;\n}\n\n.custom-control-label::before,\n.custom-file-label,\n.custom-select {\n transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .custom-control-label::before,\n .custom-file-label,\n .custom-select {\n transition: none;\n }\n}\n\n.nav {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n padding-left: 0;\n margin-bottom: 0;\n list-style: none;\n}\n\n.nav-link {\n display: block;\n padding: 0.5rem 1rem;\n}\n\n.nav-link:hover, .nav-link:focus {\n text-decoration: none;\n}\n\n.nav-link.disabled {\n color: #6c757d;\n pointer-events: none;\n cursor: default;\n}\n\n.nav-tabs {\n border-bottom: 1px solid #dee2e6;\n}\n\n.nav-tabs .nav-item {\n margin-bottom: -1px;\n}\n\n.nav-tabs .nav-link {\n border: 1px solid transparent;\n border-top-left-radius: 0.25rem;\n border-top-right-radius: 0.25rem;\n}\n\n.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {\n border-color: #e9ecef #e9ecef #dee2e6;\n}\n\n.nav-tabs .nav-link.disabled {\n color: #6c757d;\n background-color: transparent;\n border-color: transparent;\n}\n\n.nav-tabs .nav-link.active,\n.nav-tabs .nav-item.show .nav-link {\n color: #495057;\n background-color: #fff;\n border-color: #dee2e6 #dee2e6 #fff;\n}\n\n.nav-tabs .dropdown-menu {\n margin-top: -1px;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n}\n\n.nav-pills .nav-link {\n border-radius: 0.25rem;\n}\n\n.nav-pills .nav-link.active,\n.nav-pills .show > .nav-link {\n color: #fff;\n background-color: #007bff;\n}\n\n.nav-fill > .nav-link,\n.nav-fill .nav-item {\n -ms-flex: 1 1 auto;\n flex: 1 1 auto;\n text-align: center;\n}\n\n.nav-justified > .nav-link,\n.nav-justified .nav-item {\n -ms-flex-preferred-size: 0;\n flex-basis: 0;\n -ms-flex-positive: 1;\n flex-grow: 1;\n text-align: center;\n}\n\n.tab-content > .tab-pane {\n display: none;\n}\n\n.tab-content > .active {\n display: block;\n}\n\n.navbar {\n position: relative;\n display: -ms-flexbox;\n display: flex;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n -ms-flex-align: center;\n align-items: center;\n -ms-flex-pack: justify;\n justify-content: space-between;\n padding: 0.5rem 1rem;\n}\n\n.navbar .container,\n.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n -ms-flex-align: center;\n align-items: center;\n -ms-flex-pack: justify;\n justify-content: space-between;\n}\n\n.navbar-brand {\n display: inline-block;\n padding-top: 0.3125rem;\n padding-bottom: 0.3125rem;\n margin-right: 1rem;\n font-size: 1.25rem;\n line-height: inherit;\n white-space: nowrap;\n}\n\n.navbar-brand:hover, .navbar-brand:focus {\n text-decoration: none;\n}\n\n.navbar-nav {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-direction: column;\n flex-direction: column;\n padding-left: 0;\n margin-bottom: 0;\n list-style: none;\n}\n\n.navbar-nav .nav-link {\n padding-right: 0;\n padding-left: 0;\n}\n\n.navbar-nav .dropdown-menu {\n position: static;\n float: none;\n}\n\n.navbar-text {\n display: inline-block;\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n}\n\n.navbar-collapse {\n -ms-flex-preferred-size: 100%;\n flex-basis: 100%;\n -ms-flex-positive: 1;\n flex-grow: 1;\n -ms-flex-align: center;\n align-items: center;\n}\n\n.navbar-toggler {\n padding: 0.25rem 0.75rem;\n font-size: 1.25rem;\n line-height: 1;\n background-color: transparent;\n border: 1px solid transparent;\n border-radius: 0.25rem;\n}\n\n.navbar-toggler:hover, .navbar-toggler:focus {\n text-decoration: none;\n}\n\n.navbar-toggler-icon {\n display: inline-block;\n width: 1.5em;\n height: 1.5em;\n vertical-align: middle;\n content: \"\";\n background: no-repeat center center;\n background-size: 100% 100%;\n}\n\n@media (max-width: 575.98px) {\n .navbar-expand-sm > .container,\n .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 576px) {\n .navbar-expand-sm {\n -ms-flex-flow: row nowrap;\n flex-flow: row nowrap;\n -ms-flex-pack: start;\n justify-content: flex-start;\n }\n .navbar-expand-sm .navbar-nav {\n -ms-flex-direction: row;\n flex-direction: row;\n }\n .navbar-expand-sm .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-sm .navbar-nav .nav-link {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n }\n .navbar-expand-sm > .container,\n .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {\n -ms-flex-wrap: nowrap;\n flex-wrap: nowrap;\n }\n .navbar-expand-sm .navbar-collapse {\n display: -ms-flexbox !important;\n display: flex !important;\n -ms-flex-preferred-size: auto;\n flex-basis: auto;\n }\n .navbar-expand-sm .navbar-toggler {\n display: none;\n }\n}\n\n@media (max-width: 767.98px) {\n .navbar-expand-md > .container,\n .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 768px) {\n .navbar-expand-md {\n -ms-flex-flow: row nowrap;\n flex-flow: row nowrap;\n -ms-flex-pack: start;\n justify-content: flex-start;\n }\n .navbar-expand-md .navbar-nav {\n -ms-flex-direction: row;\n flex-direction: row;\n }\n .navbar-expand-md .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-md .navbar-nav .nav-link {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n }\n .navbar-expand-md > .container,\n .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {\n -ms-flex-wrap: nowrap;\n flex-wrap: nowrap;\n }\n .navbar-expand-md .navbar-collapse {\n display: -ms-flexbox !important;\n display: flex !important;\n -ms-flex-preferred-size: auto;\n flex-basis: auto;\n }\n .navbar-expand-md .navbar-toggler {\n display: none;\n }\n}\n\n@media (max-width: 991.98px) {\n .navbar-expand-lg > .container,\n .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 992px) {\n .navbar-expand-lg {\n -ms-flex-flow: row nowrap;\n flex-flow: row nowrap;\n -ms-flex-pack: start;\n justify-content: flex-start;\n }\n .navbar-expand-lg .navbar-nav {\n -ms-flex-direction: row;\n flex-direction: row;\n }\n .navbar-expand-lg .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-lg .navbar-nav .nav-link {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n }\n .navbar-expand-lg > .container,\n .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {\n -ms-flex-wrap: nowrap;\n flex-wrap: nowrap;\n }\n .navbar-expand-lg .navbar-collapse {\n display: -ms-flexbox !important;\n display: flex !important;\n -ms-flex-preferred-size: auto;\n flex-basis: auto;\n }\n .navbar-expand-lg .navbar-toggler {\n display: none;\n }\n}\n\n@media (max-width: 1199.98px) {\n .navbar-expand-xl > .container,\n .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 1200px) {\n .navbar-expand-xl {\n -ms-flex-flow: row nowrap;\n flex-flow: row nowrap;\n -ms-flex-pack: start;\n justify-content: flex-start;\n }\n .navbar-expand-xl .navbar-nav {\n -ms-flex-direction: row;\n flex-direction: row;\n }\n .navbar-expand-xl .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-xl .navbar-nav .nav-link {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n }\n .navbar-expand-xl > .container,\n .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {\n -ms-flex-wrap: nowrap;\n flex-wrap: nowrap;\n }\n .navbar-expand-xl .navbar-collapse {\n display: -ms-flexbox !important;\n display: flex !important;\n -ms-flex-preferred-size: auto;\n flex-basis: auto;\n }\n .navbar-expand-xl .navbar-toggler {\n display: none;\n }\n}\n\n.navbar-expand {\n -ms-flex-flow: row nowrap;\n flex-flow: row nowrap;\n -ms-flex-pack: start;\n justify-content: flex-start;\n}\n\n.navbar-expand > .container,\n.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {\n padding-right: 0;\n padding-left: 0;\n}\n\n.navbar-expand .navbar-nav {\n -ms-flex-direction: row;\n flex-direction: row;\n}\n\n.navbar-expand .navbar-nav .dropdown-menu {\n position: absolute;\n}\n\n.navbar-expand .navbar-nav .nav-link {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n}\n\n.navbar-expand > .container,\n.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {\n -ms-flex-wrap: nowrap;\n flex-wrap: nowrap;\n}\n\n.navbar-expand .navbar-collapse {\n display: -ms-flexbox !important;\n display: flex !important;\n -ms-flex-preferred-size: auto;\n flex-basis: auto;\n}\n\n.navbar-expand .navbar-toggler {\n display: none;\n}\n\n.navbar-light .navbar-brand {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-nav .nav-link {\n color: rgba(0, 0, 0, 0.5);\n}\n\n.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {\n color: rgba(0, 0, 0, 0.7);\n}\n\n.navbar-light .navbar-nav .nav-link.disabled {\n color: rgba(0, 0, 0, 0.3);\n}\n\n.navbar-light .navbar-nav .show > .nav-link,\n.navbar-light .navbar-nav .active > .nav-link,\n.navbar-light .navbar-nav .nav-link.show,\n.navbar-light .navbar-nav .nav-link.active {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-toggler {\n color: rgba(0, 0, 0, 0.5);\n border-color: rgba(0, 0, 0, 0.1);\n}\n\n.navbar-light .navbar-toggler-icon {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\");\n}\n\n.navbar-light .navbar-text {\n color: rgba(0, 0, 0, 0.5);\n}\n\n.navbar-light .navbar-text a {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-dark .navbar-brand {\n color: #fff;\n}\n\n.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {\n color: #fff;\n}\n\n.navbar-dark .navbar-nav .nav-link {\n color: rgba(255, 255, 255, 0.5);\n}\n\n.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {\n color: rgba(255, 255, 255, 0.75);\n}\n\n.navbar-dark .navbar-nav .nav-link.disabled {\n color: rgba(255, 255, 255, 0.25);\n}\n\n.navbar-dark .navbar-nav .show > .nav-link,\n.navbar-dark .navbar-nav .active > .nav-link,\n.navbar-dark .navbar-nav .nav-link.show,\n.navbar-dark .navbar-nav .nav-link.active {\n color: #fff;\n}\n\n.navbar-dark .navbar-toggler {\n color: rgba(255, 255, 255, 0.5);\n border-color: rgba(255, 255, 255, 0.1);\n}\n\n.navbar-dark .navbar-toggler-icon {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\");\n}\n\n.navbar-dark .navbar-text {\n color: rgba(255, 255, 255, 0.5);\n}\n\n.navbar-dark .navbar-text a {\n color: #fff;\n}\n\n.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {\n color: #fff;\n}\n\n.card {\n position: relative;\n display: -ms-flexbox;\n display: flex;\n -ms-flex-direction: column;\n flex-direction: column;\n min-width: 0;\n word-wrap: break-word;\n background-color: #fff;\n background-clip: border-box;\n border: 1px solid rgba(0, 0, 0, 0.125);\n border-radius: 0.25rem;\n}\n\n.card > hr {\n margin-right: 0;\n margin-left: 0;\n}\n\n.card > .list-group {\n border-top: inherit;\n border-bottom: inherit;\n}\n\n.card > .list-group:first-child {\n border-top-width: 0;\n border-top-left-radius: calc(0.25rem - 1px);\n border-top-right-radius: calc(0.25rem - 1px);\n}\n\n.card > .list-group:last-child {\n border-bottom-width: 0;\n border-bottom-right-radius: calc(0.25rem - 1px);\n border-bottom-left-radius: calc(0.25rem - 1px);\n}\n\n.card > .card-header + .list-group,\n.card > .list-group + .card-footer {\n border-top: 0;\n}\n\n.card-body {\n -ms-flex: 1 1 auto;\n flex: 1 1 auto;\n min-height: 1px;\n padding: 1.25rem;\n}\n\n.card-title {\n margin-bottom: 0.75rem;\n}\n\n.card-subtitle {\n margin-top: -0.375rem;\n margin-bottom: 0;\n}\n\n.card-text:last-child {\n margin-bottom: 0;\n}\n\n.card-link:hover {\n text-decoration: none;\n}\n\n.card-link + .card-link {\n margin-left: 1.25rem;\n}\n\n.card-header {\n padding: 0.75rem 1.25rem;\n margin-bottom: 0;\n background-color: rgba(0, 0, 0, 0.03);\n border-bottom: 1px solid rgba(0, 0, 0, 0.125);\n}\n\n.card-header:first-child {\n border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;\n}\n\n.card-footer {\n padding: 0.75rem 1.25rem;\n background-color: rgba(0, 0, 0, 0.03);\n border-top: 1px solid rgba(0, 0, 0, 0.125);\n}\n\n.card-footer:last-child {\n border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);\n}\n\n.card-header-tabs {\n margin-right: -0.625rem;\n margin-bottom: -0.75rem;\n margin-left: -0.625rem;\n border-bottom: 0;\n}\n\n.card-header-pills {\n margin-right: -0.625rem;\n margin-left: -0.625rem;\n}\n\n.card-img-overlay {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n padding: 1.25rem;\n border-radius: calc(0.25rem - 1px);\n}\n\n.card-img,\n.card-img-top,\n.card-img-bottom {\n -ms-flex-negative: 0;\n flex-shrink: 0;\n width: 100%;\n}\n\n.card-img,\n.card-img-top {\n border-top-left-radius: calc(0.25rem - 1px);\n border-top-right-radius: calc(0.25rem - 1px);\n}\n\n.card-img,\n.card-img-bottom {\n border-bottom-right-radius: calc(0.25rem - 1px);\n border-bottom-left-radius: calc(0.25rem - 1px);\n}\n\n.card-deck .card {\n margin-bottom: 15px;\n}\n\n@media (min-width: 576px) {\n .card-deck {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-flow: row wrap;\n flex-flow: row wrap;\n margin-right: -15px;\n margin-left: -15px;\n }\n .card-deck .card {\n -ms-flex: 1 0 0%;\n flex: 1 0 0%;\n margin-right: 15px;\n margin-bottom: 0;\n margin-left: 15px;\n }\n}\n\n.card-group > .card {\n margin-bottom: 15px;\n}\n\n@media (min-width: 576px) {\n .card-group {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-flow: row wrap;\n flex-flow: row wrap;\n }\n .card-group > .card {\n -ms-flex: 1 0 0%;\n flex: 1 0 0%;\n margin-bottom: 0;\n }\n .card-group > .card + .card {\n margin-left: 0;\n border-left: 0;\n }\n .card-group > .card:not(:last-child) {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n }\n .card-group > .card:not(:last-child) .card-img-top,\n .card-group > .card:not(:last-child) .card-header {\n border-top-right-radius: 0;\n }\n .card-group > .card:not(:last-child) .card-img-bottom,\n .card-group > .card:not(:last-child) .card-footer {\n border-bottom-right-radius: 0;\n }\n .card-group > .card:not(:first-child) {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n }\n .card-group > .card:not(:first-child) .card-img-top,\n .card-group > .card:not(:first-child) .card-header {\n border-top-left-radius: 0;\n }\n .card-group > .card:not(:first-child) .card-img-bottom,\n .card-group > .card:not(:first-child) .card-footer {\n border-bottom-left-radius: 0;\n }\n}\n\n.card-columns .card {\n margin-bottom: 0.75rem;\n}\n\n@media (min-width: 576px) {\n .card-columns {\n -webkit-column-count: 3;\n -moz-column-count: 3;\n column-count: 3;\n -webkit-column-gap: 1.25rem;\n -moz-column-gap: 1.25rem;\n column-gap: 1.25rem;\n orphans: 1;\n widows: 1;\n }\n .card-columns .card {\n display: inline-block;\n width: 100%;\n }\n}\n\n.accordion {\n overflow-anchor: none;\n}\n\n.accordion > .card {\n overflow: hidden;\n}\n\n.accordion > .card:not(:last-of-type) {\n border-bottom: 0;\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.accordion > .card:not(:first-of-type) {\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n}\n\n.accordion > .card > .card-header {\n border-radius: 0;\n margin-bottom: -1px;\n}\n\n.breadcrumb {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n padding: 0.75rem 1rem;\n margin-bottom: 1rem;\n list-style: none;\n background-color: #e9ecef;\n border-radius: 0.25rem;\n}\n\n.breadcrumb-item {\n display: -ms-flexbox;\n display: flex;\n}\n\n.breadcrumb-item + .breadcrumb-item {\n padding-left: 0.5rem;\n}\n\n.breadcrumb-item + .breadcrumb-item::before {\n display: inline-block;\n padding-right: 0.5rem;\n color: #6c757d;\n content: \"/\";\n}\n\n.breadcrumb-item + .breadcrumb-item:hover::before {\n text-decoration: underline;\n}\n\n.breadcrumb-item + .breadcrumb-item:hover::before {\n text-decoration: none;\n}\n\n.breadcrumb-item.active {\n color: #6c757d;\n}\n\n.pagination {\n display: -ms-flexbox;\n display: flex;\n padding-left: 0;\n list-style: none;\n border-radius: 0.25rem;\n}\n\n.page-link {\n position: relative;\n display: block;\n padding: 0.5rem 0.75rem;\n margin-left: -1px;\n line-height: 1.25;\n color: #007bff;\n background-color: #fff;\n border: 1px solid #dee2e6;\n}\n\n.page-link:hover {\n z-index: 2;\n color: #0056b3;\n text-decoration: none;\n background-color: #e9ecef;\n border-color: #dee2e6;\n}\n\n.page-link:focus {\n z-index: 3;\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.page-item:first-child .page-link {\n margin-left: 0;\n border-top-left-radius: 0.25rem;\n border-bottom-left-radius: 0.25rem;\n}\n\n.page-item:last-child .page-link {\n border-top-right-radius: 0.25rem;\n border-bottom-right-radius: 0.25rem;\n}\n\n.page-item.active .page-link {\n z-index: 3;\n color: #fff;\n background-color: #007bff;\n border-color: #007bff;\n}\n\n.page-item.disabled .page-link {\n color: #6c757d;\n pointer-events: none;\n cursor: auto;\n background-color: #fff;\n border-color: #dee2e6;\n}\n\n.pagination-lg .page-link {\n padding: 0.75rem 1.5rem;\n font-size: 1.25rem;\n line-height: 1.5;\n}\n\n.pagination-lg .page-item:first-child .page-link {\n border-top-left-radius: 0.3rem;\n border-bottom-left-radius: 0.3rem;\n}\n\n.pagination-lg .page-item:last-child .page-link {\n border-top-right-radius: 0.3rem;\n border-bottom-right-radius: 0.3rem;\n}\n\n.pagination-sm .page-link {\n padding: 0.25rem 0.5rem;\n font-size: 0.875rem;\n line-height: 1.5;\n}\n\n.pagination-sm .page-item:first-child .page-link {\n border-top-left-radius: 0.2rem;\n border-bottom-left-radius: 0.2rem;\n}\n\n.pagination-sm .page-item:last-child .page-link {\n border-top-right-radius: 0.2rem;\n border-bottom-right-radius: 0.2rem;\n}\n\n.badge {\n display: inline-block;\n padding: 0.25em 0.4em;\n font-size: 75%;\n font-weight: 700;\n line-height: 1;\n text-align: center;\n white-space: nowrap;\n vertical-align: baseline;\n border-radius: 0.25rem;\n transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .badge {\n transition: none;\n }\n}\n\na.badge:hover, a.badge:focus {\n text-decoration: none;\n}\n\n.badge:empty {\n display: none;\n}\n\n.btn .badge {\n position: relative;\n top: -1px;\n}\n\n.badge-pill {\n padding-right: 0.6em;\n padding-left: 0.6em;\n border-radius: 10rem;\n}\n\n.badge-primary {\n color: #fff;\n background-color: #007bff;\n}\n\na.badge-primary:hover, a.badge-primary:focus {\n color: #fff;\n background-color: #0062cc;\n}\n\na.badge-primary:focus, a.badge-primary.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);\n}\n\n.badge-secondary {\n color: #fff;\n background-color: #6c757d;\n}\n\na.badge-secondary:hover, a.badge-secondary:focus {\n color: #fff;\n background-color: #545b62;\n}\n\na.badge-secondary:focus, a.badge-secondary.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);\n}\n\n.badge-success {\n color: #fff;\n background-color: #28a745;\n}\n\na.badge-success:hover, a.badge-success:focus {\n color: #fff;\n background-color: #1e7e34;\n}\n\na.badge-success:focus, a.badge-success.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);\n}\n\n.badge-info {\n color: #fff;\n background-color: #17a2b8;\n}\n\na.badge-info:hover, a.badge-info:focus {\n color: #fff;\n background-color: #117a8b;\n}\n\na.badge-info:focus, a.badge-info.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);\n}\n\n.badge-warning {\n color: #212529;\n background-color: #ffc107;\n}\n\na.badge-warning:hover, a.badge-warning:focus {\n color: #212529;\n background-color: #d39e00;\n}\n\na.badge-warning:focus, a.badge-warning.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);\n}\n\n.badge-danger {\n color: #fff;\n background-color: #dc3545;\n}\n\na.badge-danger:hover, a.badge-danger:focus {\n color: #fff;\n background-color: #bd2130;\n}\n\na.badge-danger:focus, a.badge-danger.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);\n}\n\n.badge-light {\n color: #212529;\n background-color: #f8f9fa;\n}\n\na.badge-light:hover, a.badge-light:focus {\n color: #212529;\n background-color: #dae0e5;\n}\n\na.badge-light:focus, a.badge-light.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);\n}\n\n.badge-dark {\n color: #fff;\n background-color: #343a40;\n}\n\na.badge-dark:hover, a.badge-dark:focus {\n color: #fff;\n background-color: #1d2124;\n}\n\na.badge-dark:focus, a.badge-dark.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);\n}\n\n.jumbotron {\n padding: 2rem 1rem;\n margin-bottom: 2rem;\n background-color: #e9ecef;\n border-radius: 0.3rem;\n}\n\n@media (min-width: 576px) {\n .jumbotron {\n padding: 4rem 2rem;\n }\n}\n\n.jumbotron-fluid {\n padding-right: 0;\n padding-left: 0;\n border-radius: 0;\n}\n\n.alert {\n position: relative;\n padding: 0.75rem 1.25rem;\n margin-bottom: 1rem;\n border: 1px solid transparent;\n border-radius: 0.25rem;\n}\n\n.alert-heading {\n color: inherit;\n}\n\n.alert-link {\n font-weight: 700;\n}\n\n.alert-dismissible {\n padding-right: 4rem;\n}\n\n.alert-dismissible .close {\n position: absolute;\n top: 0;\n right: 0;\n z-index: 2;\n padding: 0.75rem 1.25rem;\n color: inherit;\n}\n\n.alert-primary {\n color: #004085;\n background-color: #cce5ff;\n border-color: #b8daff;\n}\n\n.alert-primary hr {\n border-top-color: #9fcdff;\n}\n\n.alert-primary .alert-link {\n color: #002752;\n}\n\n.alert-secondary {\n color: #383d41;\n background-color: #e2e3e5;\n border-color: #d6d8db;\n}\n\n.alert-secondary hr {\n border-top-color: #c8cbcf;\n}\n\n.alert-secondary .alert-link {\n color: #202326;\n}\n\n.alert-success {\n color: #155724;\n background-color: #d4edda;\n border-color: #c3e6cb;\n}\n\n.alert-success hr {\n border-top-color: #b1dfbb;\n}\n\n.alert-success .alert-link {\n color: #0b2e13;\n}\n\n.alert-info {\n color: #0c5460;\n background-color: #d1ecf1;\n border-color: #bee5eb;\n}\n\n.alert-info hr {\n border-top-color: #abdde5;\n}\n\n.alert-info .alert-link {\n color: #062c33;\n}\n\n.alert-warning {\n color: #856404;\n background-color: #fff3cd;\n border-color: #ffeeba;\n}\n\n.alert-warning hr {\n border-top-color: #ffe8a1;\n}\n\n.alert-warning .alert-link {\n color: #533f03;\n}\n\n.alert-danger {\n color: #721c24;\n background-color: #f8d7da;\n border-color: #f5c6cb;\n}\n\n.alert-danger hr {\n border-top-color: #f1b0b7;\n}\n\n.alert-danger .alert-link {\n color: #491217;\n}\n\n.alert-light {\n color: #818182;\n background-color: #fefefe;\n border-color: #fdfdfe;\n}\n\n.alert-light hr {\n border-top-color: #ececf6;\n}\n\n.alert-light .alert-link {\n color: #686868;\n}\n\n.alert-dark {\n color: #1b1e21;\n background-color: #d6d8d9;\n border-color: #c6c8ca;\n}\n\n.alert-dark hr {\n border-top-color: #b9bbbe;\n}\n\n.alert-dark .alert-link {\n color: #040505;\n}\n\n@-webkit-keyframes progress-bar-stripes {\n from {\n background-position: 1rem 0;\n }\n to {\n background-position: 0 0;\n }\n}\n\n@keyframes progress-bar-stripes {\n from {\n background-position: 1rem 0;\n }\n to {\n background-position: 0 0;\n }\n}\n\n.progress {\n display: -ms-flexbox;\n display: flex;\n height: 1rem;\n overflow: hidden;\n line-height: 0;\n font-size: 0.75rem;\n background-color: #e9ecef;\n border-radius: 0.25rem;\n}\n\n.progress-bar {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-direction: column;\n flex-direction: column;\n -ms-flex-pack: center;\n justify-content: center;\n overflow: hidden;\n color: #fff;\n text-align: center;\n white-space: nowrap;\n background-color: #007bff;\n transition: width 0.6s ease;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .progress-bar {\n transition: none;\n }\n}\n\n.progress-bar-striped {\n background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-size: 1rem 1rem;\n}\n\n.progress-bar-animated {\n -webkit-animation: progress-bar-stripes 1s linear infinite;\n animation: progress-bar-stripes 1s linear infinite;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .progress-bar-animated {\n -webkit-animation: none;\n animation: none;\n }\n}\n\n.media {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: start;\n align-items: flex-start;\n}\n\n.media-body {\n -ms-flex: 1;\n flex: 1;\n}\n\n.list-group {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-direction: column;\n flex-direction: column;\n padding-left: 0;\n margin-bottom: 0;\n border-radius: 0.25rem;\n}\n\n.list-group-item-action {\n width: 100%;\n color: #495057;\n text-align: inherit;\n}\n\n.list-group-item-action:hover, .list-group-item-action:focus {\n z-index: 1;\n color: #495057;\n text-decoration: none;\n background-color: #f8f9fa;\n}\n\n.list-group-item-action:active {\n color: #212529;\n background-color: #e9ecef;\n}\n\n.list-group-item {\n position: relative;\n display: block;\n padding: 0.75rem 1.25rem;\n background-color: #fff;\n border: 1px solid rgba(0, 0, 0, 0.125);\n}\n\n.list-group-item:first-child {\n border-top-left-radius: inherit;\n border-top-right-radius: inherit;\n}\n\n.list-group-item:last-child {\n border-bottom-right-radius: inherit;\n border-bottom-left-radius: inherit;\n}\n\n.list-group-item.disabled, .list-group-item:disabled {\n color: #6c757d;\n pointer-events: none;\n background-color: #fff;\n}\n\n.list-group-item.active {\n z-index: 2;\n color: #fff;\n background-color: #007bff;\n border-color: #007bff;\n}\n\n.list-group-item + .list-group-item {\n border-top-width: 0;\n}\n\n.list-group-item + .list-group-item.active {\n margin-top: -1px;\n border-top-width: 1px;\n}\n\n.list-group-horizontal {\n -ms-flex-direction: row;\n flex-direction: row;\n}\n\n.list-group-horizontal > .list-group-item:first-child {\n border-bottom-left-radius: 0.25rem;\n border-top-right-radius: 0;\n}\n\n.list-group-horizontal > .list-group-item:last-child {\n border-top-right-radius: 0.25rem;\n border-bottom-left-radius: 0;\n}\n\n.list-group-horizontal > .list-group-item.active {\n margin-top: 0;\n}\n\n.list-group-horizontal > .list-group-item + .list-group-item {\n border-top-width: 1px;\n border-left-width: 0;\n}\n\n.list-group-horizontal > .list-group-item + .list-group-item.active {\n margin-left: -1px;\n border-left-width: 1px;\n}\n\n@media (min-width: 576px) {\n .list-group-horizontal-sm {\n -ms-flex-direction: row;\n flex-direction: row;\n }\n .list-group-horizontal-sm > .list-group-item:first-child {\n border-bottom-left-radius: 0.25rem;\n border-top-right-radius: 0;\n }\n .list-group-horizontal-sm > .list-group-item:last-child {\n border-top-right-radius: 0.25rem;\n border-bottom-left-radius: 0;\n }\n .list-group-horizontal-sm > .list-group-item.active {\n margin-top: 0;\n }\n .list-group-horizontal-sm > .list-group-item + .list-group-item {\n border-top-width: 1px;\n border-left-width: 0;\n }\n .list-group-horizontal-sm > .list-group-item + .list-group-item.active {\n margin-left: -1px;\n border-left-width: 1px;\n }\n}\n\n@media (min-width: 768px) {\n .list-group-horizontal-md {\n -ms-flex-direction: row;\n flex-direction: row;\n }\n .list-group-horizontal-md > .list-group-item:first-child {\n border-bottom-left-radius: 0.25rem;\n border-top-right-radius: 0;\n }\n .list-group-horizontal-md > .list-group-item:last-child {\n border-top-right-radius: 0.25rem;\n border-bottom-left-radius: 0;\n }\n .list-group-horizontal-md > .list-group-item.active {\n margin-top: 0;\n }\n .list-group-horizontal-md > .list-group-item + .list-group-item {\n border-top-width: 1px;\n border-left-width: 0;\n }\n .list-group-horizontal-md > .list-group-item + .list-group-item.active {\n margin-left: -1px;\n border-left-width: 1px;\n }\n}\n\n@media (min-width: 992px) {\n .list-group-horizontal-lg {\n -ms-flex-direction: row;\n flex-direction: row;\n }\n .list-group-horizontal-lg > .list-group-item:first-child {\n border-bottom-left-radius: 0.25rem;\n border-top-right-radius: 0;\n }\n .list-group-horizontal-lg > .list-group-item:last-child {\n border-top-right-radius: 0.25rem;\n border-bottom-left-radius: 0;\n }\n .list-group-horizontal-lg > .list-group-item.active {\n margin-top: 0;\n }\n .list-group-horizontal-lg > .list-group-item + .list-group-item {\n border-top-width: 1px;\n border-left-width: 0;\n }\n .list-group-horizontal-lg > .list-group-item + .list-group-item.active {\n margin-left: -1px;\n border-left-width: 1px;\n }\n}\n\n@media (min-width: 1200px) {\n .list-group-horizontal-xl {\n -ms-flex-direction: row;\n flex-direction: row;\n }\n .list-group-horizontal-xl > .list-group-item:first-child {\n border-bottom-left-radius: 0.25rem;\n border-top-right-radius: 0;\n }\n .list-group-horizontal-xl > .list-group-item:last-child {\n border-top-right-radius: 0.25rem;\n border-bottom-left-radius: 0;\n }\n .list-group-horizontal-xl > .list-group-item.active {\n margin-top: 0;\n }\n .list-group-horizontal-xl > .list-group-item + .list-group-item {\n border-top-width: 1px;\n border-left-width: 0;\n }\n .list-group-horizontal-xl > .list-group-item + .list-group-item.active {\n margin-left: -1px;\n border-left-width: 1px;\n }\n}\n\n.list-group-flush {\n border-radius: 0;\n}\n\n.list-group-flush > .list-group-item {\n border-width: 0 0 1px;\n}\n\n.list-group-flush > .list-group-item:last-child {\n border-bottom-width: 0;\n}\n\n.list-group-item-primary {\n color: #004085;\n background-color: #b8daff;\n}\n\n.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {\n color: #004085;\n background-color: #9fcdff;\n}\n\n.list-group-item-primary.list-group-item-action.active {\n color: #fff;\n background-color: #004085;\n border-color: #004085;\n}\n\n.list-group-item-secondary {\n color: #383d41;\n background-color: #d6d8db;\n}\n\n.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {\n color: #383d41;\n background-color: #c8cbcf;\n}\n\n.list-group-item-secondary.list-group-item-action.active {\n color: #fff;\n background-color: #383d41;\n border-color: #383d41;\n}\n\n.list-group-item-success {\n color: #155724;\n background-color: #c3e6cb;\n}\n\n.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {\n color: #155724;\n background-color: #b1dfbb;\n}\n\n.list-group-item-success.list-group-item-action.active {\n color: #fff;\n background-color: #155724;\n border-color: #155724;\n}\n\n.list-group-item-info {\n color: #0c5460;\n background-color: #bee5eb;\n}\n\n.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {\n color: #0c5460;\n background-color: #abdde5;\n}\n\n.list-group-item-info.list-group-item-action.active {\n color: #fff;\n background-color: #0c5460;\n border-color: #0c5460;\n}\n\n.list-group-item-warning {\n color: #856404;\n background-color: #ffeeba;\n}\n\n.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {\n color: #856404;\n background-color: #ffe8a1;\n}\n\n.list-group-item-warning.list-group-item-action.active {\n color: #fff;\n background-color: #856404;\n border-color: #856404;\n}\n\n.list-group-item-danger {\n color: #721c24;\n background-color: #f5c6cb;\n}\n\n.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {\n color: #721c24;\n background-color: #f1b0b7;\n}\n\n.list-group-item-danger.list-group-item-action.active {\n color: #fff;\n background-color: #721c24;\n border-color: #721c24;\n}\n\n.list-group-item-light {\n color: #818182;\n background-color: #fdfdfe;\n}\n\n.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {\n color: #818182;\n background-color: #ececf6;\n}\n\n.list-group-item-light.list-group-item-action.active {\n color: #fff;\n background-color: #818182;\n border-color: #818182;\n}\n\n.list-group-item-dark {\n color: #1b1e21;\n background-color: #c6c8ca;\n}\n\n.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {\n color: #1b1e21;\n background-color: #b9bbbe;\n}\n\n.list-group-item-dark.list-group-item-action.active {\n color: #fff;\n background-color: #1b1e21;\n border-color: #1b1e21;\n}\n\n.close {\n float: right;\n font-size: 1.5rem;\n font-weight: 700;\n line-height: 1;\n color: #000;\n text-shadow: 0 1px 0 #fff;\n opacity: .5;\n}\n\n.close:hover {\n color: #000;\n text-decoration: none;\n}\n\n.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {\n opacity: .75;\n}\n\nbutton.close {\n padding: 0;\n background-color: transparent;\n border: 0;\n}\n\na.close.disabled {\n pointer-events: none;\n}\n\n.toast {\n -ms-flex-preferred-size: 350px;\n flex-basis: 350px;\n max-width: 350px;\n font-size: 0.875rem;\n background-color: rgba(255, 255, 255, 0.85);\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, 0.1);\n box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);\n opacity: 0;\n border-radius: 0.25rem;\n}\n\n.toast:not(:last-child) {\n margin-bottom: 0.75rem;\n}\n\n.toast.showing {\n opacity: 1;\n}\n\n.toast.show {\n display: block;\n opacity: 1;\n}\n\n.toast.hide {\n display: none;\n}\n\n.toast-header {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: center;\n align-items: center;\n padding: 0.25rem 0.75rem;\n color: #6c757d;\n background-color: rgba(255, 255, 255, 0.85);\n background-clip: padding-box;\n border-bottom: 1px solid rgba(0, 0, 0, 0.05);\n border-top-left-radius: calc(0.25rem - 1px);\n border-top-right-radius: calc(0.25rem - 1px);\n}\n\n.toast-body {\n padding: 0.75rem;\n}\n\n.modal-open {\n overflow: hidden;\n}\n\n.modal-open .modal {\n overflow-x: hidden;\n overflow-y: auto;\n}\n\n.modal {\n position: fixed;\n top: 0;\n left: 0;\n z-index: 1050;\n display: none;\n width: 100%;\n height: 100%;\n overflow: hidden;\n outline: 0;\n}\n\n.modal-dialog {\n position: relative;\n width: auto;\n margin: 0.5rem;\n pointer-events: none;\n}\n\n.modal.fade .modal-dialog {\n transition: -webkit-transform 0.3s ease-out;\n transition: transform 0.3s ease-out;\n transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;\n -webkit-transform: translate(0, -50px);\n transform: translate(0, -50px);\n}\n\n@media (prefers-reduced-motion: reduce) {\n .modal.fade .modal-dialog {\n transition: none;\n }\n}\n\n.modal.show .modal-dialog {\n -webkit-transform: none;\n transform: none;\n}\n\n.modal.modal-static .modal-dialog {\n -webkit-transform: scale(1.02);\n transform: scale(1.02);\n}\n\n.modal-dialog-scrollable {\n display: -ms-flexbox;\n display: flex;\n max-height: calc(100% - 1rem);\n}\n\n.modal-dialog-scrollable .modal-content {\n max-height: calc(100vh - 1rem);\n overflow: hidden;\n}\n\n.modal-dialog-scrollable .modal-header,\n.modal-dialog-scrollable .modal-footer {\n -ms-flex-negative: 0;\n flex-shrink: 0;\n}\n\n.modal-dialog-scrollable .modal-body {\n overflow-y: auto;\n}\n\n.modal-dialog-centered {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: center;\n align-items: center;\n min-height: calc(100% - 1rem);\n}\n\n.modal-dialog-centered::before {\n display: block;\n height: calc(100vh - 1rem);\n height: -webkit-min-content;\n height: -moz-min-content;\n height: min-content;\n content: \"\";\n}\n\n.modal-dialog-centered.modal-dialog-scrollable {\n -ms-flex-direction: column;\n flex-direction: column;\n -ms-flex-pack: center;\n justify-content: center;\n height: 100%;\n}\n\n.modal-dialog-centered.modal-dialog-scrollable .modal-content {\n max-height: none;\n}\n\n.modal-dialog-centered.modal-dialog-scrollable::before {\n content: none;\n}\n\n.modal-content {\n position: relative;\n display: -ms-flexbox;\n display: flex;\n -ms-flex-direction: column;\n flex-direction: column;\n width: 100%;\n pointer-events: auto;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, 0.2);\n border-radius: 0.3rem;\n outline: 0;\n}\n\n.modal-backdrop {\n position: fixed;\n top: 0;\n left: 0;\n z-index: 1040;\n width: 100vw;\n height: 100vh;\n background-color: #000;\n}\n\n.modal-backdrop.fade {\n opacity: 0;\n}\n\n.modal-backdrop.show {\n opacity: 0.5;\n}\n\n.modal-header {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: start;\n align-items: flex-start;\n -ms-flex-pack: justify;\n justify-content: space-between;\n padding: 1rem 1rem;\n border-bottom: 1px solid #dee2e6;\n border-top-left-radius: calc(0.3rem - 1px);\n border-top-right-radius: calc(0.3rem - 1px);\n}\n\n.modal-header .close {\n padding: 1rem 1rem;\n margin: -1rem -1rem -1rem auto;\n}\n\n.modal-title {\n margin-bottom: 0;\n line-height: 1.5;\n}\n\n.modal-body {\n position: relative;\n -ms-flex: 1 1 auto;\n flex: 1 1 auto;\n padding: 1rem;\n}\n\n.modal-footer {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n -ms-flex-align: center;\n align-items: center;\n -ms-flex-pack: end;\n justify-content: flex-end;\n padding: 0.75rem;\n border-top: 1px solid #dee2e6;\n border-bottom-right-radius: calc(0.3rem - 1px);\n border-bottom-left-radius: calc(0.3rem - 1px);\n}\n\n.modal-footer > * {\n margin: 0.25rem;\n}\n\n.modal-scrollbar-measure {\n position: absolute;\n top: -9999px;\n width: 50px;\n height: 50px;\n overflow: scroll;\n}\n\n@media (min-width: 576px) {\n .modal-dialog {\n max-width: 500px;\n margin: 1.75rem auto;\n }\n .modal-dialog-scrollable {\n max-height: calc(100% - 3.5rem);\n }\n .modal-dialog-scrollable .modal-content {\n max-height: calc(100vh - 3.5rem);\n }\n .modal-dialog-centered {\n min-height: calc(100% - 3.5rem);\n }\n .modal-dialog-centered::before {\n height: calc(100vh - 3.5rem);\n height: -webkit-min-content;\n height: -moz-min-content;\n height: min-content;\n }\n .modal-sm {\n max-width: 300px;\n }\n}\n\n@media (min-width: 992px) {\n .modal-lg,\n .modal-xl {\n max-width: 800px;\n }\n}\n\n@media (min-width: 1200px) {\n .modal-xl {\n max-width: 1140px;\n }\n}\n\n.tooltip {\n position: absolute;\n z-index: 1070;\n display: block;\n margin: 0;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n font-style: normal;\n font-weight: 400;\n line-height: 1.5;\n text-align: left;\n text-align: start;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n letter-spacing: normal;\n word-break: normal;\n word-spacing: normal;\n white-space: normal;\n line-break: auto;\n font-size: 0.875rem;\n word-wrap: break-word;\n opacity: 0;\n}\n\n.tooltip.show {\n opacity: 0.9;\n}\n\n.tooltip .arrow {\n position: absolute;\n display: block;\n width: 0.8rem;\n height: 0.4rem;\n}\n\n.tooltip .arrow::before {\n position: absolute;\n content: \"\";\n border-color: transparent;\n border-style: solid;\n}\n\n.bs-tooltip-top, .bs-tooltip-auto[x-placement^=\"top\"] {\n padding: 0.4rem 0;\n}\n\n.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=\"top\"] .arrow {\n bottom: 0;\n}\n\n.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=\"top\"] .arrow::before {\n top: 0;\n border-width: 0.4rem 0.4rem 0;\n border-top-color: #000;\n}\n\n.bs-tooltip-right, .bs-tooltip-auto[x-placement^=\"right\"] {\n padding: 0 0.4rem;\n}\n\n.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=\"right\"] .arrow {\n left: 0;\n width: 0.4rem;\n height: 0.8rem;\n}\n\n.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=\"right\"] .arrow::before {\n right: 0;\n border-width: 0.4rem 0.4rem 0.4rem 0;\n border-right-color: #000;\n}\n\n.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=\"bottom\"] {\n padding: 0.4rem 0;\n}\n\n.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=\"bottom\"] .arrow {\n top: 0;\n}\n\n.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=\"bottom\"] .arrow::before {\n bottom: 0;\n border-width: 0 0.4rem 0.4rem;\n border-bottom-color: #000;\n}\n\n.bs-tooltip-left, .bs-tooltip-auto[x-placement^=\"left\"] {\n padding: 0 0.4rem;\n}\n\n.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=\"left\"] .arrow {\n right: 0;\n width: 0.4rem;\n height: 0.8rem;\n}\n\n.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=\"left\"] .arrow::before {\n left: 0;\n border-width: 0.4rem 0 0.4rem 0.4rem;\n border-left-color: #000;\n}\n\n.tooltip-inner {\n max-width: 200px;\n padding: 0.25rem 0.5rem;\n color: #fff;\n text-align: center;\n background-color: #000;\n border-radius: 0.25rem;\n}\n\n.popover {\n position: absolute;\n top: 0;\n left: 0;\n z-index: 1060;\n display: block;\n max-width: 276px;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n font-style: normal;\n font-weight: 400;\n line-height: 1.5;\n text-align: left;\n text-align: start;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n letter-spacing: normal;\n word-break: normal;\n word-spacing: normal;\n white-space: normal;\n line-break: auto;\n font-size: 0.875rem;\n word-wrap: break-word;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, 0.2);\n border-radius: 0.3rem;\n}\n\n.popover .arrow {\n position: absolute;\n display: block;\n width: 1rem;\n height: 0.5rem;\n margin: 0 0.3rem;\n}\n\n.popover .arrow::before, .popover .arrow::after {\n position: absolute;\n display: block;\n content: \"\";\n border-color: transparent;\n border-style: solid;\n}\n\n.bs-popover-top, .bs-popover-auto[x-placement^=\"top\"] {\n margin-bottom: 0.5rem;\n}\n\n.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=\"top\"] > .arrow {\n bottom: calc(-0.5rem - 1px);\n}\n\n.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=\"top\"] > .arrow::before {\n bottom: 0;\n border-width: 0.5rem 0.5rem 0;\n border-top-color: rgba(0, 0, 0, 0.25);\n}\n\n.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=\"top\"] > .arrow::after {\n bottom: 1px;\n border-width: 0.5rem 0.5rem 0;\n border-top-color: #fff;\n}\n\n.bs-popover-right, .bs-popover-auto[x-placement^=\"right\"] {\n margin-left: 0.5rem;\n}\n\n.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=\"right\"] > .arrow {\n left: calc(-0.5rem - 1px);\n width: 0.5rem;\n height: 1rem;\n margin: 0.3rem 0;\n}\n\n.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=\"right\"] > .arrow::before {\n left: 0;\n border-width: 0.5rem 0.5rem 0.5rem 0;\n border-right-color: rgba(0, 0, 0, 0.25);\n}\n\n.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=\"right\"] > .arrow::after {\n left: 1px;\n border-width: 0.5rem 0.5rem 0.5rem 0;\n border-right-color: #fff;\n}\n\n.bs-popover-bottom, .bs-popover-auto[x-placement^=\"bottom\"] {\n margin-top: 0.5rem;\n}\n\n.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=\"bottom\"] > .arrow {\n top: calc(-0.5rem - 1px);\n}\n\n.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=\"bottom\"] > .arrow::before {\n top: 0;\n border-width: 0 0.5rem 0.5rem 0.5rem;\n border-bottom-color: rgba(0, 0, 0, 0.25);\n}\n\n.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=\"bottom\"] > .arrow::after {\n top: 1px;\n border-width: 0 0.5rem 0.5rem 0.5rem;\n border-bottom-color: #fff;\n}\n\n.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=\"bottom\"] .popover-header::before {\n position: absolute;\n top: 0;\n left: 50%;\n display: block;\n width: 1rem;\n margin-left: -0.5rem;\n content: \"\";\n border-bottom: 1px solid #f7f7f7;\n}\n\n.bs-popover-left, .bs-popover-auto[x-placement^=\"left\"] {\n margin-right: 0.5rem;\n}\n\n.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=\"left\"] > .arrow {\n right: calc(-0.5rem - 1px);\n width: 0.5rem;\n height: 1rem;\n margin: 0.3rem 0;\n}\n\n.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=\"left\"] > .arrow::before {\n right: 0;\n border-width: 0.5rem 0 0.5rem 0.5rem;\n border-left-color: rgba(0, 0, 0, 0.25);\n}\n\n.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=\"left\"] > .arrow::after {\n right: 1px;\n border-width: 0.5rem 0 0.5rem 0.5rem;\n border-left-color: #fff;\n}\n\n.popover-header {\n padding: 0.5rem 0.75rem;\n margin-bottom: 0;\n font-size: 1rem;\n background-color: #f7f7f7;\n border-bottom: 1px solid #ebebeb;\n border-top-left-radius: calc(0.3rem - 1px);\n border-top-right-radius: calc(0.3rem - 1px);\n}\n\n.popover-header:empty {\n display: none;\n}\n\n.popover-body {\n padding: 0.5rem 0.75rem;\n color: #212529;\n}\n\n.carousel {\n position: relative;\n}\n\n.carousel.pointer-event {\n -ms-touch-action: pan-y;\n touch-action: pan-y;\n}\n\n.carousel-inner {\n position: relative;\n width: 100%;\n overflow: hidden;\n}\n\n.carousel-inner::after {\n display: block;\n clear: both;\n content: \"\";\n}\n\n.carousel-item {\n position: relative;\n display: none;\n float: left;\n width: 100%;\n margin-right: -100%;\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n transition: -webkit-transform 0.6s ease-in-out;\n transition: transform 0.6s ease-in-out;\n transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .carousel-item {\n transition: none;\n }\n}\n\n.carousel-item.active,\n.carousel-item-next,\n.carousel-item-prev {\n display: block;\n}\n\n.carousel-item-next:not(.carousel-item-left),\n.active.carousel-item-right {\n -webkit-transform: translateX(100%);\n transform: translateX(100%);\n}\n\n.carousel-item-prev:not(.carousel-item-right),\n.active.carousel-item-left {\n -webkit-transform: translateX(-100%);\n transform: translateX(-100%);\n}\n\n.carousel-fade .carousel-item {\n opacity: 0;\n transition-property: opacity;\n -webkit-transform: none;\n transform: none;\n}\n\n.carousel-fade .carousel-item.active,\n.carousel-fade .carousel-item-next.carousel-item-left,\n.carousel-fade .carousel-item-prev.carousel-item-right {\n z-index: 1;\n opacity: 1;\n}\n\n.carousel-fade .active.carousel-item-left,\n.carousel-fade .active.carousel-item-right {\n z-index: 0;\n opacity: 0;\n transition: opacity 0s 0.6s;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .carousel-fade .active.carousel-item-left,\n .carousel-fade .active.carousel-item-right {\n transition: none;\n }\n}\n\n.carousel-control-prev,\n.carousel-control-next {\n position: absolute;\n top: 0;\n bottom: 0;\n z-index: 1;\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: center;\n align-items: center;\n -ms-flex-pack: center;\n justify-content: center;\n width: 15%;\n color: #fff;\n text-align: center;\n opacity: 0.5;\n transition: opacity 0.15s ease;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .carousel-control-prev,\n .carousel-control-next {\n transition: none;\n }\n}\n\n.carousel-control-prev:hover, .carousel-control-prev:focus,\n.carousel-control-next:hover,\n.carousel-control-next:focus {\n color: #fff;\n text-decoration: none;\n outline: 0;\n opacity: 0.9;\n}\n\n.carousel-control-prev {\n left: 0;\n}\n\n.carousel-control-next {\n right: 0;\n}\n\n.carousel-control-prev-icon,\n.carousel-control-next-icon {\n display: inline-block;\n width: 20px;\n height: 20px;\n background: no-repeat 50% / 100% 100%;\n}\n\n.carousel-control-prev-icon {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e\");\n}\n\n.carousel-control-next-icon {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e\");\n}\n\n.carousel-indicators {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 15;\n display: -ms-flexbox;\n display: flex;\n -ms-flex-pack: center;\n justify-content: center;\n padding-left: 0;\n margin-right: 15%;\n margin-left: 15%;\n list-style: none;\n}\n\n.carousel-indicators li {\n box-sizing: content-box;\n -ms-flex: 0 1 auto;\n flex: 0 1 auto;\n width: 30px;\n height: 3px;\n margin-right: 3px;\n margin-left: 3px;\n text-indent: -999px;\n cursor: pointer;\n background-color: #fff;\n background-clip: padding-box;\n border-top: 10px solid transparent;\n border-bottom: 10px solid transparent;\n opacity: .5;\n transition: opacity 0.6s ease;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .carousel-indicators li {\n transition: none;\n }\n}\n\n.carousel-indicators .active {\n opacity: 1;\n}\n\n.carousel-caption {\n position: absolute;\n right: 15%;\n bottom: 20px;\n left: 15%;\n z-index: 10;\n padding-top: 20px;\n padding-bottom: 20px;\n color: #fff;\n text-align: center;\n}\n\n@-webkit-keyframes spinner-border {\n to {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n\n@keyframes spinner-border {\n to {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n\n.spinner-border {\n display: inline-block;\n width: 2rem;\n height: 2rem;\n vertical-align: text-bottom;\n border: 0.25em solid currentColor;\n border-right-color: transparent;\n border-radius: 50%;\n -webkit-animation: spinner-border .75s linear infinite;\n animation: spinner-border .75s linear infinite;\n}\n\n.spinner-border-sm {\n width: 1rem;\n height: 1rem;\n border-width: 0.2em;\n}\n\n@-webkit-keyframes spinner-grow {\n 0% {\n -webkit-transform: scale(0);\n transform: scale(0);\n }\n 50% {\n opacity: 1;\n -webkit-transform: none;\n transform: none;\n }\n}\n\n@keyframes spinner-grow {\n 0% {\n -webkit-transform: scale(0);\n transform: scale(0);\n }\n 50% {\n opacity: 1;\n -webkit-transform: none;\n transform: none;\n }\n}\n\n.spinner-grow {\n display: inline-block;\n width: 2rem;\n height: 2rem;\n vertical-align: text-bottom;\n background-color: currentColor;\n border-radius: 50%;\n opacity: 0;\n -webkit-animation: spinner-grow .75s linear infinite;\n animation: spinner-grow .75s linear infinite;\n}\n\n.spinner-grow-sm {\n width: 1rem;\n height: 1rem;\n}\n\n.align-baseline {\n vertical-align: baseline !important;\n}\n\n.align-top {\n vertical-align: top !important;\n}\n\n.align-middle {\n vertical-align: middle !important;\n}\n\n.align-bottom {\n vertical-align: bottom !important;\n}\n\n.align-text-bottom {\n vertical-align: text-bottom !important;\n}\n\n.align-text-top {\n vertical-align: text-top !important;\n}\n\n.bg-primary {\n background-color: #007bff !important;\n}\n\na.bg-primary:hover, a.bg-primary:focus,\nbutton.bg-primary:hover,\nbutton.bg-primary:focus {\n background-color: #0062cc !important;\n}\n\n.bg-secondary {\n background-color: #6c757d !important;\n}\n\na.bg-secondary:hover, a.bg-secondary:focus,\nbutton.bg-secondary:hover,\nbutton.bg-secondary:focus {\n background-color: #545b62 !important;\n}\n\n.bg-success {\n background-color: #28a745 !important;\n}\n\na.bg-success:hover, a.bg-success:focus,\nbutton.bg-success:hover,\nbutton.bg-success:focus {\n background-color: #1e7e34 !important;\n}\n\n.bg-info {\n background-color: #17a2b8 !important;\n}\n\na.bg-info:hover, a.bg-info:focus,\nbutton.bg-info:hover,\nbutton.bg-info:focus {\n background-color: #117a8b !important;\n}\n\n.bg-warning {\n background-color: #ffc107 !important;\n}\n\na.bg-warning:hover, a.bg-warning:focus,\nbutton.bg-warning:hover,\nbutton.bg-warning:focus {\n background-color: #d39e00 !important;\n}\n\n.bg-danger {\n background-color: #dc3545 !important;\n}\n\na.bg-danger:hover, a.bg-danger:focus,\nbutton.bg-danger:hover,\nbutton.bg-danger:focus {\n background-color: #bd2130 !important;\n}\n\n.bg-light {\n background-color: #f8f9fa !important;\n}\n\na.bg-light:hover, a.bg-light:focus,\nbutton.bg-light:hover,\nbutton.bg-light:focus {\n background-color: #dae0e5 !important;\n}\n\n.bg-dark {\n background-color: #343a40 !important;\n}\n\na.bg-dark:hover, a.bg-dark:focus,\nbutton.bg-dark:hover,\nbutton.bg-dark:focus {\n background-color: #1d2124 !important;\n}\n\n.bg-white {\n background-color: #fff !important;\n}\n\n.bg-transparent {\n background-color: transparent !important;\n}\n\n.border {\n border: 1px solid #dee2e6 !important;\n}\n\n.border-top {\n border-top: 1px solid #dee2e6 !important;\n}\n\n.border-right {\n border-right: 1px solid #dee2e6 !important;\n}\n\n.border-bottom {\n border-bottom: 1px solid #dee2e6 !important;\n}\n\n.border-left {\n border-left: 1px solid #dee2e6 !important;\n}\n\n.border-0 {\n border: 0 !important;\n}\n\n.border-top-0 {\n border-top: 0 !important;\n}\n\n.border-right-0 {\n border-right: 0 !important;\n}\n\n.border-bottom-0 {\n border-bottom: 0 !important;\n}\n\n.border-left-0 {\n border-left: 0 !important;\n}\n\n.border-primary {\n border-color: #007bff !important;\n}\n\n.border-secondary {\n border-color: #6c757d !important;\n}\n\n.border-success {\n border-color: #28a745 !important;\n}\n\n.border-info {\n border-color: #17a2b8 !important;\n}\n\n.border-warning {\n border-color: #ffc107 !important;\n}\n\n.border-danger {\n border-color: #dc3545 !important;\n}\n\n.border-light {\n border-color: #f8f9fa !important;\n}\n\n.border-dark {\n border-color: #343a40 !important;\n}\n\n.border-white {\n border-color: #fff !important;\n}\n\n.rounded-sm {\n border-radius: 0.2rem !important;\n}\n\n.rounded {\n border-radius: 0.25rem !important;\n}\n\n.rounded-top {\n border-top-left-radius: 0.25rem !important;\n border-top-right-radius: 0.25rem !important;\n}\n\n.rounded-right {\n border-top-right-radius: 0.25rem !important;\n border-bottom-right-radius: 0.25rem !important;\n}\n\n.rounded-bottom {\n border-bottom-right-radius: 0.25rem !important;\n border-bottom-left-radius: 0.25rem !important;\n}\n\n.rounded-left {\n border-top-left-radius: 0.25rem !important;\n border-bottom-left-radius: 0.25rem !important;\n}\n\n.rounded-lg {\n border-radius: 0.3rem !important;\n}\n\n.rounded-circle {\n border-radius: 50% !important;\n}\n\n.rounded-pill {\n border-radius: 50rem !important;\n}\n\n.rounded-0 {\n border-radius: 0 !important;\n}\n\n.clearfix::after {\n display: block;\n clear: both;\n content: \"\";\n}\n\n.d-none {\n display: none !important;\n}\n\n.d-inline {\n display: inline !important;\n}\n\n.d-inline-block {\n display: inline-block !important;\n}\n\n.d-block {\n display: block !important;\n}\n\n.d-table {\n display: table !important;\n}\n\n.d-table-row {\n display: table-row !important;\n}\n\n.d-table-cell {\n display: table-cell !important;\n}\n\n.d-flex {\n display: -ms-flexbox !important;\n display: flex !important;\n}\n\n.d-inline-flex {\n display: -ms-inline-flexbox !important;\n display: inline-flex !important;\n}\n\n@media (min-width: 576px) {\n .d-sm-none {\n display: none !important;\n }\n .d-sm-inline {\n display: inline !important;\n }\n .d-sm-inline-block {\n display: inline-block !important;\n }\n .d-sm-block {\n display: block !important;\n }\n .d-sm-table {\n display: table !important;\n }\n .d-sm-table-row {\n display: table-row !important;\n }\n .d-sm-table-cell {\n display: table-cell !important;\n }\n .d-sm-flex {\n display: -ms-flexbox !important;\n display: flex !important;\n }\n .d-sm-inline-flex {\n display: -ms-inline-flexbox !important;\n display: inline-flex !important;\n }\n}\n\n@media (min-width: 768px) {\n .d-md-none {\n display: none !important;\n }\n .d-md-inline {\n display: inline !important;\n }\n .d-md-inline-block {\n display: inline-block !important;\n }\n .d-md-block {\n display: block !important;\n }\n .d-md-table {\n display: table !important;\n }\n .d-md-table-row {\n display: table-row !important;\n }\n .d-md-table-cell {\n display: table-cell !important;\n }\n .d-md-flex {\n display: -ms-flexbox !important;\n display: flex !important;\n }\n .d-md-inline-flex {\n display: -ms-inline-flexbox !important;\n display: inline-flex !important;\n }\n}\n\n@media (min-width: 992px) {\n .d-lg-none {\n display: none !important;\n }\n .d-lg-inline {\n display: inline !important;\n }\n .d-lg-inline-block {\n display: inline-block !important;\n }\n .d-lg-block {\n display: block !important;\n }\n .d-lg-table {\n display: table !important;\n }\n .d-lg-table-row {\n display: table-row !important;\n }\n .d-lg-table-cell {\n display: table-cell !important;\n }\n .d-lg-flex {\n display: -ms-flexbox !important;\n display: flex !important;\n }\n .d-lg-inline-flex {\n display: -ms-inline-flexbox !important;\n display: inline-flex !important;\n }\n}\n\n@media (min-width: 1200px) {\n .d-xl-none {\n display: none !important;\n }\n .d-xl-inline {\n display: inline !important;\n }\n .d-xl-inline-block {\n display: inline-block !important;\n }\n .d-xl-block {\n display: block !important;\n }\n .d-xl-table {\n display: table !important;\n }\n .d-xl-table-row {\n display: table-row !important;\n }\n .d-xl-table-cell {\n display: table-cell !important;\n }\n .d-xl-flex {\n display: -ms-flexbox !important;\n display: flex !important;\n }\n .d-xl-inline-flex {\n display: -ms-inline-flexbox !important;\n display: inline-flex !important;\n }\n}\n\n@media print {\n .d-print-none {\n display: none !important;\n }\n .d-print-inline {\n display: inline !important;\n }\n .d-print-inline-block {\n display: inline-block !important;\n }\n .d-print-block {\n display: block !important;\n }\n .d-print-table {\n display: table !important;\n }\n .d-print-table-row {\n display: table-row !important;\n }\n .d-print-table-cell {\n display: table-cell !important;\n }\n .d-print-flex {\n display: -ms-flexbox !important;\n display: flex !important;\n }\n .d-print-inline-flex {\n display: -ms-inline-flexbox !important;\n display: inline-flex !important;\n }\n}\n\n.embed-responsive {\n position: relative;\n display: block;\n width: 100%;\n padding: 0;\n overflow: hidden;\n}\n\n.embed-responsive::before {\n display: block;\n content: \"\";\n}\n\n.embed-responsive .embed-responsive-item,\n.embed-responsive iframe,\n.embed-responsive embed,\n.embed-responsive object,\n.embed-responsive video {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n width: 100%;\n height: 100%;\n border: 0;\n}\n\n.embed-responsive-21by9::before {\n padding-top: 42.857143%;\n}\n\n.embed-responsive-16by9::before {\n padding-top: 56.25%;\n}\n\n.embed-responsive-4by3::before {\n padding-top: 75%;\n}\n\n.embed-responsive-1by1::before {\n padding-top: 100%;\n}\n\n.flex-row {\n -ms-flex-direction: row !important;\n flex-direction: row !important;\n}\n\n.flex-column {\n -ms-flex-direction: column !important;\n flex-direction: column !important;\n}\n\n.flex-row-reverse {\n -ms-flex-direction: row-reverse !important;\n flex-direction: row-reverse !important;\n}\n\n.flex-column-reverse {\n -ms-flex-direction: column-reverse !important;\n flex-direction: column-reverse !important;\n}\n\n.flex-wrap {\n -ms-flex-wrap: wrap !important;\n flex-wrap: wrap !important;\n}\n\n.flex-nowrap {\n -ms-flex-wrap: nowrap !important;\n flex-wrap: nowrap !important;\n}\n\n.flex-wrap-reverse {\n -ms-flex-wrap: wrap-reverse !important;\n flex-wrap: wrap-reverse !important;\n}\n\n.flex-fill {\n -ms-flex: 1 1 auto !important;\n flex: 1 1 auto !important;\n}\n\n.flex-grow-0 {\n -ms-flex-positive: 0 !important;\n flex-grow: 0 !important;\n}\n\n.flex-grow-1 {\n -ms-flex-positive: 1 !important;\n flex-grow: 1 !important;\n}\n\n.flex-shrink-0 {\n -ms-flex-negative: 0 !important;\n flex-shrink: 0 !important;\n}\n\n.flex-shrink-1 {\n -ms-flex-negative: 1 !important;\n flex-shrink: 1 !important;\n}\n\n.justify-content-start {\n -ms-flex-pack: start !important;\n justify-content: flex-start !important;\n}\n\n.justify-content-end {\n -ms-flex-pack: end !important;\n justify-content: flex-end !important;\n}\n\n.justify-content-center {\n -ms-flex-pack: center !important;\n justify-content: center !important;\n}\n\n.justify-content-between {\n -ms-flex-pack: justify !important;\n justify-content: space-between !important;\n}\n\n.justify-content-around {\n -ms-flex-pack: distribute !important;\n justify-content: space-around !important;\n}\n\n.align-items-start {\n -ms-flex-align: start !important;\n align-items: flex-start !important;\n}\n\n.align-items-end {\n -ms-flex-align: end !important;\n align-items: flex-end !important;\n}\n\n.align-items-center {\n -ms-flex-align: center !important;\n align-items: center !important;\n}\n\n.align-items-baseline {\n -ms-flex-align: baseline !important;\n align-items: baseline !important;\n}\n\n.align-items-stretch {\n -ms-flex-align: stretch !important;\n align-items: stretch !important;\n}\n\n.align-content-start {\n -ms-flex-line-pack: start !important;\n align-content: flex-start !important;\n}\n\n.align-content-end {\n -ms-flex-line-pack: end !important;\n align-content: flex-end !important;\n}\n\n.align-content-center {\n -ms-flex-line-pack: center !important;\n align-content: center !important;\n}\n\n.align-content-between {\n -ms-flex-line-pack: justify !important;\n align-content: space-between !important;\n}\n\n.align-content-around {\n -ms-flex-line-pack: distribute !important;\n align-content: space-around !important;\n}\n\n.align-content-stretch {\n -ms-flex-line-pack: stretch !important;\n align-content: stretch !important;\n}\n\n.align-self-auto {\n -ms-flex-item-align: auto !important;\n align-self: auto !important;\n}\n\n.align-self-start {\n -ms-flex-item-align: start !important;\n align-self: flex-start !important;\n}\n\n.align-self-end {\n -ms-flex-item-align: end !important;\n align-self: flex-end !important;\n}\n\n.align-self-center {\n -ms-flex-item-align: center !important;\n align-self: center !important;\n}\n\n.align-self-baseline {\n -ms-flex-item-align: baseline !important;\n align-self: baseline !important;\n}\n\n.align-self-stretch {\n -ms-flex-item-align: stretch !important;\n align-self: stretch !important;\n}\n\n@media (min-width: 576px) {\n .flex-sm-row {\n -ms-flex-direction: row !important;\n flex-direction: row !important;\n }\n .flex-sm-column {\n -ms-flex-direction: column !important;\n flex-direction: column !important;\n }\n .flex-sm-row-reverse {\n -ms-flex-direction: row-reverse !important;\n flex-direction: row-reverse !important;\n }\n .flex-sm-column-reverse {\n -ms-flex-direction: column-reverse !important;\n flex-direction: column-reverse !important;\n }\n .flex-sm-wrap {\n -ms-flex-wrap: wrap !important;\n flex-wrap: wrap !important;\n }\n .flex-sm-nowrap {\n -ms-flex-wrap: nowrap !important;\n flex-wrap: nowrap !important;\n }\n .flex-sm-wrap-reverse {\n -ms-flex-wrap: wrap-reverse !important;\n flex-wrap: wrap-reverse !important;\n }\n .flex-sm-fill {\n -ms-flex: 1 1 auto !important;\n flex: 1 1 auto !important;\n }\n .flex-sm-grow-0 {\n -ms-flex-positive: 0 !important;\n flex-grow: 0 !important;\n }\n .flex-sm-grow-1 {\n -ms-flex-positive: 1 !important;\n flex-grow: 1 !important;\n }\n .flex-sm-shrink-0 {\n -ms-flex-negative: 0 !important;\n flex-shrink: 0 !important;\n }\n .flex-sm-shrink-1 {\n -ms-flex-negative: 1 !important;\n flex-shrink: 1 !important;\n }\n .justify-content-sm-start {\n -ms-flex-pack: start !important;\n justify-content: flex-start !important;\n }\n .justify-content-sm-end {\n -ms-flex-pack: end !important;\n justify-content: flex-end !important;\n }\n .justify-content-sm-center {\n -ms-flex-pack: center !important;\n justify-content: center !important;\n }\n .justify-content-sm-between {\n -ms-flex-pack: justify !important;\n justify-content: space-between !important;\n }\n .justify-content-sm-around {\n -ms-flex-pack: distribute !important;\n justify-content: space-around !important;\n }\n .align-items-sm-start {\n -ms-flex-align: start !important;\n align-items: flex-start !important;\n }\n .align-items-sm-end {\n -ms-flex-align: end !important;\n align-items: flex-end !important;\n }\n .align-items-sm-center {\n -ms-flex-align: center !important;\n align-items: center !important;\n }\n .align-items-sm-baseline {\n -ms-flex-align: baseline !important;\n align-items: baseline !important;\n }\n .align-items-sm-stretch {\n -ms-flex-align: stretch !important;\n align-items: stretch !important;\n }\n .align-content-sm-start {\n -ms-flex-line-pack: start !important;\n align-content: flex-start !important;\n }\n .align-content-sm-end {\n -ms-flex-line-pack: end !important;\n align-content: flex-end !important;\n }\n .align-content-sm-center {\n -ms-flex-line-pack: center !important;\n align-content: center !important;\n }\n .align-content-sm-between {\n -ms-flex-line-pack: justify !important;\n align-content: space-between !important;\n }\n .align-content-sm-around {\n -ms-flex-line-pack: distribute !important;\n align-content: space-around !important;\n }\n .align-content-sm-stretch {\n -ms-flex-line-pack: stretch !important;\n align-content: stretch !important;\n }\n .align-self-sm-auto {\n -ms-flex-item-align: auto !important;\n align-self: auto !important;\n }\n .align-self-sm-start {\n -ms-flex-item-align: start !important;\n align-self: flex-start !important;\n }\n .align-self-sm-end {\n -ms-flex-item-align: end !important;\n align-self: flex-end !important;\n }\n .align-self-sm-center {\n -ms-flex-item-align: center !important;\n align-self: center !important;\n }\n .align-self-sm-baseline {\n -ms-flex-item-align: baseline !important;\n align-self: baseline !important;\n }\n .align-self-sm-stretch {\n -ms-flex-item-align: stretch !important;\n align-self: stretch !important;\n }\n}\n\n@media (min-width: 768px) {\n .flex-md-row {\n -ms-flex-direction: row !important;\n flex-direction: row !important;\n }\n .flex-md-column {\n -ms-flex-direction: column !important;\n flex-direction: column !important;\n }\n .flex-md-row-reverse {\n -ms-flex-direction: row-reverse !important;\n flex-direction: row-reverse !important;\n }\n .flex-md-column-reverse {\n -ms-flex-direction: column-reverse !important;\n flex-direction: column-reverse !important;\n }\n .flex-md-wrap {\n -ms-flex-wrap: wrap !important;\n flex-wrap: wrap !important;\n }\n .flex-md-nowrap {\n -ms-flex-wrap: nowrap !important;\n flex-wrap: nowrap !important;\n }\n .flex-md-wrap-reverse {\n -ms-flex-wrap: wrap-reverse !important;\n flex-wrap: wrap-reverse !important;\n }\n .flex-md-fill {\n -ms-flex: 1 1 auto !important;\n flex: 1 1 auto !important;\n }\n .flex-md-grow-0 {\n -ms-flex-positive: 0 !important;\n flex-grow: 0 !important;\n }\n .flex-md-grow-1 {\n -ms-flex-positive: 1 !important;\n flex-grow: 1 !important;\n }\n .flex-md-shrink-0 {\n -ms-flex-negative: 0 !important;\n flex-shrink: 0 !important;\n }\n .flex-md-shrink-1 {\n -ms-flex-negative: 1 !important;\n flex-shrink: 1 !important;\n }\n .justify-content-md-start {\n -ms-flex-pack: start !important;\n justify-content: flex-start !important;\n }\n .justify-content-md-end {\n -ms-flex-pack: end !important;\n justify-content: flex-end !important;\n }\n .justify-content-md-center {\n -ms-flex-pack: center !important;\n justify-content: center !important;\n }\n .justify-content-md-between {\n -ms-flex-pack: justify !important;\n justify-content: space-between !important;\n }\n .justify-content-md-around {\n -ms-flex-pack: distribute !important;\n justify-content: space-around !important;\n }\n .align-items-md-start {\n -ms-flex-align: start !important;\n align-items: flex-start !important;\n }\n .align-items-md-end {\n -ms-flex-align: end !important;\n align-items: flex-end !important;\n }\n .align-items-md-center {\n -ms-flex-align: center !important;\n align-items: center !important;\n }\n .align-items-md-baseline {\n -ms-flex-align: baseline !important;\n align-items: baseline !important;\n }\n .align-items-md-stretch {\n -ms-flex-align: stretch !important;\n align-items: stretch !important;\n }\n .align-content-md-start {\n -ms-flex-line-pack: start !important;\n align-content: flex-start !important;\n }\n .align-content-md-end {\n -ms-flex-line-pack: end !important;\n align-content: flex-end !important;\n }\n .align-content-md-center {\n -ms-flex-line-pack: center !important;\n align-content: center !important;\n }\n .align-content-md-between {\n -ms-flex-line-pack: justify !important;\n align-content: space-between !important;\n }\n .align-content-md-around {\n -ms-flex-line-pack: distribute !important;\n align-content: space-around !important;\n }\n .align-content-md-stretch {\n -ms-flex-line-pack: stretch !important;\n align-content: stretch !important;\n }\n .align-self-md-auto {\n -ms-flex-item-align: auto !important;\n align-self: auto !important;\n }\n .align-self-md-start {\n -ms-flex-item-align: start !important;\n align-self: flex-start !important;\n }\n .align-self-md-end {\n -ms-flex-item-align: end !important;\n align-self: flex-end !important;\n }\n .align-self-md-center {\n -ms-flex-item-align: center !important;\n align-self: center !important;\n }\n .align-self-md-baseline {\n -ms-flex-item-align: baseline !important;\n align-self: baseline !important;\n }\n .align-self-md-stretch {\n -ms-flex-item-align: stretch !important;\n align-self: stretch !important;\n }\n}\n\n@media (min-width: 992px) {\n .flex-lg-row {\n -ms-flex-direction: row !important;\n flex-direction: row !important;\n }\n .flex-lg-column {\n -ms-flex-direction: column !important;\n flex-direction: column !important;\n }\n .flex-lg-row-reverse {\n -ms-flex-direction: row-reverse !important;\n flex-direction: row-reverse !important;\n }\n .flex-lg-column-reverse {\n -ms-flex-direction: column-reverse !important;\n flex-direction: column-reverse !important;\n }\n .flex-lg-wrap {\n -ms-flex-wrap: wrap !important;\n flex-wrap: wrap !important;\n }\n .flex-lg-nowrap {\n -ms-flex-wrap: nowrap !important;\n flex-wrap: nowrap !important;\n }\n .flex-lg-wrap-reverse {\n -ms-flex-wrap: wrap-reverse !important;\n flex-wrap: wrap-reverse !important;\n }\n .flex-lg-fill {\n -ms-flex: 1 1 auto !important;\n flex: 1 1 auto !important;\n }\n .flex-lg-grow-0 {\n -ms-flex-positive: 0 !important;\n flex-grow: 0 !important;\n }\n .flex-lg-grow-1 {\n -ms-flex-positive: 1 !important;\n flex-grow: 1 !important;\n }\n .flex-lg-shrink-0 {\n -ms-flex-negative: 0 !important;\n flex-shrink: 0 !important;\n }\n .flex-lg-shrink-1 {\n -ms-flex-negative: 1 !important;\n flex-shrink: 1 !important;\n }\n .justify-content-lg-start {\n -ms-flex-pack: start !important;\n justify-content: flex-start !important;\n }\n .justify-content-lg-end {\n -ms-flex-pack: end !important;\n justify-content: flex-end !important;\n }\n .justify-content-lg-center {\n -ms-flex-pack: center !important;\n justify-content: center !important;\n }\n .justify-content-lg-between {\n -ms-flex-pack: justify !important;\n justify-content: space-between !important;\n }\n .justify-content-lg-around {\n -ms-flex-pack: distribute !important;\n justify-content: space-around !important;\n }\n .align-items-lg-start {\n -ms-flex-align: start !important;\n align-items: flex-start !important;\n }\n .align-items-lg-end {\n -ms-flex-align: end !important;\n align-items: flex-end !important;\n }\n .align-items-lg-center {\n -ms-flex-align: center !important;\n align-items: center !important;\n }\n .align-items-lg-baseline {\n -ms-flex-align: baseline !important;\n align-items: baseline !important;\n }\n .align-items-lg-stretch {\n -ms-flex-align: stretch !important;\n align-items: stretch !important;\n }\n .align-content-lg-start {\n -ms-flex-line-pack: start !important;\n align-content: flex-start !important;\n }\n .align-content-lg-end {\n -ms-flex-line-pack: end !important;\n align-content: flex-end !important;\n }\n .align-content-lg-center {\n -ms-flex-line-pack: center !important;\n align-content: center !important;\n }\n .align-content-lg-between {\n -ms-flex-line-pack: justify !important;\n align-content: space-between !important;\n }\n .align-content-lg-around {\n -ms-flex-line-pack: distribute !important;\n align-content: space-around !important;\n }\n .align-content-lg-stretch {\n -ms-flex-line-pack: stretch !important;\n align-content: stretch !important;\n }\n .align-self-lg-auto {\n -ms-flex-item-align: auto !important;\n align-self: auto !important;\n }\n .align-self-lg-start {\n -ms-flex-item-align: start !important;\n align-self: flex-start !important;\n }\n .align-self-lg-end {\n -ms-flex-item-align: end !important;\n align-self: flex-end !important;\n }\n .align-self-lg-center {\n -ms-flex-item-align: center !important;\n align-self: center !important;\n }\n .align-self-lg-baseline {\n -ms-flex-item-align: baseline !important;\n align-self: baseline !important;\n }\n .align-self-lg-stretch {\n -ms-flex-item-align: stretch !important;\n align-self: stretch !important;\n }\n}\n\n@media (min-width: 1200px) {\n .flex-xl-row {\n -ms-flex-direction: row !important;\n flex-direction: row !important;\n }\n .flex-xl-column {\n -ms-flex-direction: column !important;\n flex-direction: column !important;\n }\n .flex-xl-row-reverse {\n -ms-flex-direction: row-reverse !important;\n flex-direction: row-reverse !important;\n }\n .flex-xl-column-reverse {\n -ms-flex-direction: column-reverse !important;\n flex-direction: column-reverse !important;\n }\n .flex-xl-wrap {\n -ms-flex-wrap: wrap !important;\n flex-wrap: wrap !important;\n }\n .flex-xl-nowrap {\n -ms-flex-wrap: nowrap !important;\n flex-wrap: nowrap !important;\n }\n .flex-xl-wrap-reverse {\n -ms-flex-wrap: wrap-reverse !important;\n flex-wrap: wrap-reverse !important;\n }\n .flex-xl-fill {\n -ms-flex: 1 1 auto !important;\n flex: 1 1 auto !important;\n }\n .flex-xl-grow-0 {\n -ms-flex-positive: 0 !important;\n flex-grow: 0 !important;\n }\n .flex-xl-grow-1 {\n -ms-flex-positive: 1 !important;\n flex-grow: 1 !important;\n }\n .flex-xl-shrink-0 {\n -ms-flex-negative: 0 !important;\n flex-shrink: 0 !important;\n }\n .flex-xl-shrink-1 {\n -ms-flex-negative: 1 !important;\n flex-shrink: 1 !important;\n }\n .justify-content-xl-start {\n -ms-flex-pack: start !important;\n justify-content: flex-start !important;\n }\n .justify-content-xl-end {\n -ms-flex-pack: end !important;\n justify-content: flex-end !important;\n }\n .justify-content-xl-center {\n -ms-flex-pack: center !important;\n justify-content: center !important;\n }\n .justify-content-xl-between {\n -ms-flex-pack: justify !important;\n justify-content: space-between !important;\n }\n .justify-content-xl-around {\n -ms-flex-pack: distribute !important;\n justify-content: space-around !important;\n }\n .align-items-xl-start {\n -ms-flex-align: start !important;\n align-items: flex-start !important;\n }\n .align-items-xl-end {\n -ms-flex-align: end !important;\n align-items: flex-end !important;\n }\n .align-items-xl-center {\n -ms-flex-align: center !important;\n align-items: center !important;\n }\n .align-items-xl-baseline {\n -ms-flex-align: baseline !important;\n align-items: baseline !important;\n }\n .align-items-xl-stretch {\n -ms-flex-align: stretch !important;\n align-items: stretch !important;\n }\n .align-content-xl-start {\n -ms-flex-line-pack: start !important;\n align-content: flex-start !important;\n }\n .align-content-xl-end {\n -ms-flex-line-pack: end !important;\n align-content: flex-end !important;\n }\n .align-content-xl-center {\n -ms-flex-line-pack: center !important;\n align-content: center !important;\n }\n .align-content-xl-between {\n -ms-flex-line-pack: justify !important;\n align-content: space-between !important;\n }\n .align-content-xl-around {\n -ms-flex-line-pack: distribute !important;\n align-content: space-around !important;\n }\n .align-content-xl-stretch {\n -ms-flex-line-pack: stretch !important;\n align-content: stretch !important;\n }\n .align-self-xl-auto {\n -ms-flex-item-align: auto !important;\n align-self: auto !important;\n }\n .align-self-xl-start {\n -ms-flex-item-align: start !important;\n align-self: flex-start !important;\n }\n .align-self-xl-end {\n -ms-flex-item-align: end !important;\n align-self: flex-end !important;\n }\n .align-self-xl-center {\n -ms-flex-item-align: center !important;\n align-self: center !important;\n }\n .align-self-xl-baseline {\n -ms-flex-item-align: baseline !important;\n align-self: baseline !important;\n }\n .align-self-xl-stretch {\n -ms-flex-item-align: stretch !important;\n align-self: stretch !important;\n }\n}\n\n.float-left {\n float: left !important;\n}\n\n.float-right {\n float: right !important;\n}\n\n.float-none {\n float: none !important;\n}\n\n@media (min-width: 576px) {\n .float-sm-left {\n float: left !important;\n }\n .float-sm-right {\n float: right !important;\n }\n .float-sm-none {\n float: none !important;\n }\n}\n\n@media (min-width: 768px) {\n .float-md-left {\n float: left !important;\n }\n .float-md-right {\n float: right !important;\n }\n .float-md-none {\n float: none !important;\n }\n}\n\n@media (min-width: 992px) {\n .float-lg-left {\n float: left !important;\n }\n .float-lg-right {\n float: right !important;\n }\n .float-lg-none {\n float: none !important;\n }\n}\n\n@media (min-width: 1200px) {\n .float-xl-left {\n float: left !important;\n }\n .float-xl-right {\n float: right !important;\n }\n .float-xl-none {\n float: none !important;\n }\n}\n\n.user-select-all {\n -webkit-user-select: all !important;\n -moz-user-select: all !important;\n -ms-user-select: all !important;\n user-select: all !important;\n}\n\n.user-select-auto {\n -webkit-user-select: auto !important;\n -moz-user-select: auto !important;\n -ms-user-select: auto !important;\n user-select: auto !important;\n}\n\n.user-select-none {\n -webkit-user-select: none !important;\n -moz-user-select: none !important;\n -ms-user-select: none !important;\n user-select: none !important;\n}\n\n.overflow-auto {\n overflow: auto !important;\n}\n\n.overflow-hidden {\n overflow: hidden !important;\n}\n\n.position-static {\n position: static !important;\n}\n\n.position-relative {\n position: relative !important;\n}\n\n.position-absolute {\n position: absolute !important;\n}\n\n.position-fixed {\n position: fixed !important;\n}\n\n.position-sticky {\n position: -webkit-sticky !important;\n position: sticky !important;\n}\n\n.fixed-top {\n position: fixed;\n top: 0;\n right: 0;\n left: 0;\n z-index: 1030;\n}\n\n.fixed-bottom {\n position: fixed;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1030;\n}\n\n@supports ((position: -webkit-sticky) or (position: sticky)) {\n .sticky-top {\n position: -webkit-sticky;\n position: sticky;\n top: 0;\n z-index: 1020;\n }\n}\n\n.sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border: 0;\n}\n\n.sr-only-focusable:active, .sr-only-focusable:focus {\n position: static;\n width: auto;\n height: auto;\n overflow: visible;\n clip: auto;\n white-space: normal;\n}\n\n.shadow-sm {\n box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;\n}\n\n.shadow {\n box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;\n}\n\n.shadow-lg {\n box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;\n}\n\n.shadow-none {\n box-shadow: none !important;\n}\n\n.w-25 {\n width: 25% !important;\n}\n\n.w-50 {\n width: 50% !important;\n}\n\n.w-75 {\n width: 75% !important;\n}\n\n.w-100 {\n width: 100% !important;\n}\n\n.w-auto {\n width: auto !important;\n}\n\n.h-25 {\n height: 25% !important;\n}\n\n.h-50 {\n height: 50% !important;\n}\n\n.h-75 {\n height: 75% !important;\n}\n\n.h-100 {\n height: 100% !important;\n}\n\n.h-auto {\n height: auto !important;\n}\n\n.mw-100 {\n max-width: 100% !important;\n}\n\n.mh-100 {\n max-height: 100% !important;\n}\n\n.min-vw-100 {\n min-width: 100vw !important;\n}\n\n.min-vh-100 {\n min-height: 100vh !important;\n}\n\n.vw-100 {\n width: 100vw !important;\n}\n\n.vh-100 {\n height: 100vh !important;\n}\n\n.m-0 {\n margin: 0 !important;\n}\n\n.mt-0,\n.my-0 {\n margin-top: 0 !important;\n}\n\n.mr-0,\n.mx-0 {\n margin-right: 0 !important;\n}\n\n.mb-0,\n.my-0 {\n margin-bottom: 0 !important;\n}\n\n.ml-0,\n.mx-0 {\n margin-left: 0 !important;\n}\n\n.m-1 {\n margin: 0.25rem !important;\n}\n\n.mt-1,\n.my-1 {\n margin-top: 0.25rem !important;\n}\n\n.mr-1,\n.mx-1 {\n margin-right: 0.25rem !important;\n}\n\n.mb-1,\n.my-1 {\n margin-bottom: 0.25rem !important;\n}\n\n.ml-1,\n.mx-1 {\n margin-left: 0.25rem !important;\n}\n\n.m-2 {\n margin: 0.5rem !important;\n}\n\n.mt-2,\n.my-2 {\n margin-top: 0.5rem !important;\n}\n\n.mr-2,\n.mx-2 {\n margin-right: 0.5rem !important;\n}\n\n.mb-2,\n.my-2 {\n margin-bottom: 0.5rem !important;\n}\n\n.ml-2,\n.mx-2 {\n margin-left: 0.5rem !important;\n}\n\n.m-3 {\n margin: 1rem !important;\n}\n\n.mt-3,\n.my-3 {\n margin-top: 1rem !important;\n}\n\n.mr-3,\n.mx-3 {\n margin-right: 1rem !important;\n}\n\n.mb-3,\n.my-3 {\n margin-bottom: 1rem !important;\n}\n\n.ml-3,\n.mx-3 {\n margin-left: 1rem !important;\n}\n\n.m-4 {\n margin: 1.5rem !important;\n}\n\n.mt-4,\n.my-4 {\n margin-top: 1.5rem !important;\n}\n\n.mr-4,\n.mx-4 {\n margin-right: 1.5rem !important;\n}\n\n.mb-4,\n.my-4 {\n margin-bottom: 1.5rem !important;\n}\n\n.ml-4,\n.mx-4 {\n margin-left: 1.5rem !important;\n}\n\n.m-5 {\n margin: 3rem !important;\n}\n\n.mt-5,\n.my-5 {\n margin-top: 3rem !important;\n}\n\n.mr-5,\n.mx-5 {\n margin-right: 3rem !important;\n}\n\n.mb-5,\n.my-5 {\n margin-bottom: 3rem !important;\n}\n\n.ml-5,\n.mx-5 {\n margin-left: 3rem !important;\n}\n\n.p-0 {\n padding: 0 !important;\n}\n\n.pt-0,\n.py-0 {\n padding-top: 0 !important;\n}\n\n.pr-0,\n.px-0 {\n padding-right: 0 !important;\n}\n\n.pb-0,\n.py-0 {\n padding-bottom: 0 !important;\n}\n\n.pl-0,\n.px-0 {\n padding-left: 0 !important;\n}\n\n.p-1 {\n padding: 0.25rem !important;\n}\n\n.pt-1,\n.py-1 {\n padding-top: 0.25rem !important;\n}\n\n.pr-1,\n.px-1 {\n padding-right: 0.25rem !important;\n}\n\n.pb-1,\n.py-1 {\n padding-bottom: 0.25rem !important;\n}\n\n.pl-1,\n.px-1 {\n padding-left: 0.25rem !important;\n}\n\n.p-2 {\n padding: 0.5rem !important;\n}\n\n.pt-2,\n.py-2 {\n padding-top: 0.5rem !important;\n}\n\n.pr-2,\n.px-2 {\n padding-right: 0.5rem !important;\n}\n\n.pb-2,\n.py-2 {\n padding-bottom: 0.5rem !important;\n}\n\n.pl-2,\n.px-2 {\n padding-left: 0.5rem !important;\n}\n\n.p-3 {\n padding: 1rem !important;\n}\n\n.pt-3,\n.py-3 {\n padding-top: 1rem !important;\n}\n\n.pr-3,\n.px-3 {\n padding-right: 1rem !important;\n}\n\n.pb-3,\n.py-3 {\n padding-bottom: 1rem !important;\n}\n\n.pl-3,\n.px-3 {\n padding-left: 1rem !important;\n}\n\n.p-4 {\n padding: 1.5rem !important;\n}\n\n.pt-4,\n.py-4 {\n padding-top: 1.5rem !important;\n}\n\n.pr-4,\n.px-4 {\n padding-right: 1.5rem !important;\n}\n\n.pb-4,\n.py-4 {\n padding-bottom: 1.5rem !important;\n}\n\n.pl-4,\n.px-4 {\n padding-left: 1.5rem !important;\n}\n\n.p-5 {\n padding: 3rem !important;\n}\n\n.pt-5,\n.py-5 {\n padding-top: 3rem !important;\n}\n\n.pr-5,\n.px-5 {\n padding-right: 3rem !important;\n}\n\n.pb-5,\n.py-5 {\n padding-bottom: 3rem !important;\n}\n\n.pl-5,\n.px-5 {\n padding-left: 3rem !important;\n}\n\n.m-n1 {\n margin: -0.25rem !important;\n}\n\n.mt-n1,\n.my-n1 {\n margin-top: -0.25rem !important;\n}\n\n.mr-n1,\n.mx-n1 {\n margin-right: -0.25rem !important;\n}\n\n.mb-n1,\n.my-n1 {\n margin-bottom: -0.25rem !important;\n}\n\n.ml-n1,\n.mx-n1 {\n margin-left: -0.25rem !important;\n}\n\n.m-n2 {\n margin: -0.5rem !important;\n}\n\n.mt-n2,\n.my-n2 {\n margin-top: -0.5rem !important;\n}\n\n.mr-n2,\n.mx-n2 {\n margin-right: -0.5rem !important;\n}\n\n.mb-n2,\n.my-n2 {\n margin-bottom: -0.5rem !important;\n}\n\n.ml-n2,\n.mx-n2 {\n margin-left: -0.5rem !important;\n}\n\n.m-n3 {\n margin: -1rem !important;\n}\n\n.mt-n3,\n.my-n3 {\n margin-top: -1rem !important;\n}\n\n.mr-n3,\n.mx-n3 {\n margin-right: -1rem !important;\n}\n\n.mb-n3,\n.my-n3 {\n margin-bottom: -1rem !important;\n}\n\n.ml-n3,\n.mx-n3 {\n margin-left: -1rem !important;\n}\n\n.m-n4 {\n margin: -1.5rem !important;\n}\n\n.mt-n4,\n.my-n4 {\n margin-top: -1.5rem !important;\n}\n\n.mr-n4,\n.mx-n4 {\n margin-right: -1.5rem !important;\n}\n\n.mb-n4,\n.my-n4 {\n margin-bottom: -1.5rem !important;\n}\n\n.ml-n4,\n.mx-n4 {\n margin-left: -1.5rem !important;\n}\n\n.m-n5 {\n margin: -3rem !important;\n}\n\n.mt-n5,\n.my-n5 {\n margin-top: -3rem !important;\n}\n\n.mr-n5,\n.mx-n5 {\n margin-right: -3rem !important;\n}\n\n.mb-n5,\n.my-n5 {\n margin-bottom: -3rem !important;\n}\n\n.ml-n5,\n.mx-n5 {\n margin-left: -3rem !important;\n}\n\n.m-auto {\n margin: auto !important;\n}\n\n.mt-auto,\n.my-auto {\n margin-top: auto !important;\n}\n\n.mr-auto,\n.mx-auto {\n margin-right: auto !important;\n}\n\n.mb-auto,\n.my-auto {\n margin-bottom: auto !important;\n}\n\n.ml-auto,\n.mx-auto {\n margin-left: auto !important;\n}\n\n@media (min-width: 576px) {\n .m-sm-0 {\n margin: 0 !important;\n }\n .mt-sm-0,\n .my-sm-0 {\n margin-top: 0 !important;\n }\n .mr-sm-0,\n .mx-sm-0 {\n margin-right: 0 !important;\n }\n .mb-sm-0,\n .my-sm-0 {\n margin-bottom: 0 !important;\n }\n .ml-sm-0,\n .mx-sm-0 {\n margin-left: 0 !important;\n }\n .m-sm-1 {\n margin: 0.25rem !important;\n }\n .mt-sm-1,\n .my-sm-1 {\n margin-top: 0.25rem !important;\n }\n .mr-sm-1,\n .mx-sm-1 {\n margin-right: 0.25rem !important;\n }\n .mb-sm-1,\n .my-sm-1 {\n margin-bottom: 0.25rem !important;\n }\n .ml-sm-1,\n .mx-sm-1 {\n margin-left: 0.25rem !important;\n }\n .m-sm-2 {\n margin: 0.5rem !important;\n }\n .mt-sm-2,\n .my-sm-2 {\n margin-top: 0.5rem !important;\n }\n .mr-sm-2,\n .mx-sm-2 {\n margin-right: 0.5rem !important;\n }\n .mb-sm-2,\n .my-sm-2 {\n margin-bottom: 0.5rem !important;\n }\n .ml-sm-2,\n .mx-sm-2 {\n margin-left: 0.5rem !important;\n }\n .m-sm-3 {\n margin: 1rem !important;\n }\n .mt-sm-3,\n .my-sm-3 {\n margin-top: 1rem !important;\n }\n .mr-sm-3,\n .mx-sm-3 {\n margin-right: 1rem !important;\n }\n .mb-sm-3,\n .my-sm-3 {\n margin-bottom: 1rem !important;\n }\n .ml-sm-3,\n .mx-sm-3 {\n margin-left: 1rem !important;\n }\n .m-sm-4 {\n margin: 1.5rem !important;\n }\n .mt-sm-4,\n .my-sm-4 {\n margin-top: 1.5rem !important;\n }\n .mr-sm-4,\n .mx-sm-4 {\n margin-right: 1.5rem !important;\n }\n .mb-sm-4,\n .my-sm-4 {\n margin-bottom: 1.5rem !important;\n }\n .ml-sm-4,\n .mx-sm-4 {\n margin-left: 1.5rem !important;\n }\n .m-sm-5 {\n margin: 3rem !important;\n }\n .mt-sm-5,\n .my-sm-5 {\n margin-top: 3rem !important;\n }\n .mr-sm-5,\n .mx-sm-5 {\n margin-right: 3rem !important;\n }\n .mb-sm-5,\n .my-sm-5 {\n margin-bottom: 3rem !important;\n }\n .ml-sm-5,\n .mx-sm-5 {\n margin-left: 3rem !important;\n }\n .p-sm-0 {\n padding: 0 !important;\n }\n .pt-sm-0,\n .py-sm-0 {\n padding-top: 0 !important;\n }\n .pr-sm-0,\n .px-sm-0 {\n padding-right: 0 !important;\n }\n .pb-sm-0,\n .py-sm-0 {\n padding-bottom: 0 !important;\n }\n .pl-sm-0,\n .px-sm-0 {\n padding-left: 0 !important;\n }\n .p-sm-1 {\n padding: 0.25rem !important;\n }\n .pt-sm-1,\n .py-sm-1 {\n padding-top: 0.25rem !important;\n }\n .pr-sm-1,\n .px-sm-1 {\n padding-right: 0.25rem !important;\n }\n .pb-sm-1,\n .py-sm-1 {\n padding-bottom: 0.25rem !important;\n }\n .pl-sm-1,\n .px-sm-1 {\n padding-left: 0.25rem !important;\n }\n .p-sm-2 {\n padding: 0.5rem !important;\n }\n .pt-sm-2,\n .py-sm-2 {\n padding-top: 0.5rem !important;\n }\n .pr-sm-2,\n .px-sm-2 {\n padding-right: 0.5rem !important;\n }\n .pb-sm-2,\n .py-sm-2 {\n padding-bottom: 0.5rem !important;\n }\n .pl-sm-2,\n .px-sm-2 {\n padding-left: 0.5rem !important;\n }\n .p-sm-3 {\n padding: 1rem !important;\n }\n .pt-sm-3,\n .py-sm-3 {\n padding-top: 1rem !important;\n }\n .pr-sm-3,\n .px-sm-3 {\n padding-right: 1rem !important;\n }\n .pb-sm-3,\n .py-sm-3 {\n padding-bottom: 1rem !important;\n }\n .pl-sm-3,\n .px-sm-3 {\n padding-left: 1rem !important;\n }\n .p-sm-4 {\n padding: 1.5rem !important;\n }\n .pt-sm-4,\n .py-sm-4 {\n padding-top: 1.5rem !important;\n }\n .pr-sm-4,\n .px-sm-4 {\n padding-right: 1.5rem !important;\n }\n .pb-sm-4,\n .py-sm-4 {\n padding-bottom: 1.5rem !important;\n }\n .pl-sm-4,\n .px-sm-4 {\n padding-left: 1.5rem !important;\n }\n .p-sm-5 {\n padding: 3rem !important;\n }\n .pt-sm-5,\n .py-sm-5 {\n padding-top: 3rem !important;\n }\n .pr-sm-5,\n .px-sm-5 {\n padding-right: 3rem !important;\n }\n .pb-sm-5,\n .py-sm-5 {\n padding-bottom: 3rem !important;\n }\n .pl-sm-5,\n .px-sm-5 {\n padding-left: 3rem !important;\n }\n .m-sm-n1 {\n margin: -0.25rem !important;\n }\n .mt-sm-n1,\n .my-sm-n1 {\n margin-top: -0.25rem !important;\n }\n .mr-sm-n1,\n .mx-sm-n1 {\n margin-right: -0.25rem !important;\n }\n .mb-sm-n1,\n .my-sm-n1 {\n margin-bottom: -0.25rem !important;\n }\n .ml-sm-n1,\n .mx-sm-n1 {\n margin-left: -0.25rem !important;\n }\n .m-sm-n2 {\n margin: -0.5rem !important;\n }\n .mt-sm-n2,\n .my-sm-n2 {\n margin-top: -0.5rem !important;\n }\n .mr-sm-n2,\n .mx-sm-n2 {\n margin-right: -0.5rem !important;\n }\n .mb-sm-n2,\n .my-sm-n2 {\n margin-bottom: -0.5rem !important;\n }\n .ml-sm-n2,\n .mx-sm-n2 {\n margin-left: -0.5rem !important;\n }\n .m-sm-n3 {\n margin: -1rem !important;\n }\n .mt-sm-n3,\n .my-sm-n3 {\n margin-top: -1rem !important;\n }\n .mr-sm-n3,\n .mx-sm-n3 {\n margin-right: -1rem !important;\n }\n .mb-sm-n3,\n .my-sm-n3 {\n margin-bottom: -1rem !important;\n }\n .ml-sm-n3,\n .mx-sm-n3 {\n margin-left: -1rem !important;\n }\n .m-sm-n4 {\n margin: -1.5rem !important;\n }\n .mt-sm-n4,\n .my-sm-n4 {\n margin-top: -1.5rem !important;\n }\n .mr-sm-n4,\n .mx-sm-n4 {\n margin-right: -1.5rem !important;\n }\n .mb-sm-n4,\n .my-sm-n4 {\n margin-bottom: -1.5rem !important;\n }\n .ml-sm-n4,\n .mx-sm-n4 {\n margin-left: -1.5rem !important;\n }\n .m-sm-n5 {\n margin: -3rem !important;\n }\n .mt-sm-n5,\n .my-sm-n5 {\n margin-top: -3rem !important;\n }\n .mr-sm-n5,\n .mx-sm-n5 {\n margin-right: -3rem !important;\n }\n .mb-sm-n5,\n .my-sm-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-sm-n5,\n .mx-sm-n5 {\n margin-left: -3rem !important;\n }\n .m-sm-auto {\n margin: auto !important;\n }\n .mt-sm-auto,\n .my-sm-auto {\n margin-top: auto !important;\n }\n .mr-sm-auto,\n .mx-sm-auto {\n margin-right: auto !important;\n }\n .mb-sm-auto,\n .my-sm-auto {\n margin-bottom: auto !important;\n }\n .ml-sm-auto,\n .mx-sm-auto {\n margin-left: auto !important;\n }\n}\n\n@media (min-width: 768px) {\n .m-md-0 {\n margin: 0 !important;\n }\n .mt-md-0,\n .my-md-0 {\n margin-top: 0 !important;\n }\n .mr-md-0,\n .mx-md-0 {\n margin-right: 0 !important;\n }\n .mb-md-0,\n .my-md-0 {\n margin-bottom: 0 !important;\n }\n .ml-md-0,\n .mx-md-0 {\n margin-left: 0 !important;\n }\n .m-md-1 {\n margin: 0.25rem !important;\n }\n .mt-md-1,\n .my-md-1 {\n margin-top: 0.25rem !important;\n }\n .mr-md-1,\n .mx-md-1 {\n margin-right: 0.25rem !important;\n }\n .mb-md-1,\n .my-md-1 {\n margin-bottom: 0.25rem !important;\n }\n .ml-md-1,\n .mx-md-1 {\n margin-left: 0.25rem !important;\n }\n .m-md-2 {\n margin: 0.5rem !important;\n }\n .mt-md-2,\n .my-md-2 {\n margin-top: 0.5rem !important;\n }\n .mr-md-2,\n .mx-md-2 {\n margin-right: 0.5rem !important;\n }\n .mb-md-2,\n .my-md-2 {\n margin-bottom: 0.5rem !important;\n }\n .ml-md-2,\n .mx-md-2 {\n margin-left: 0.5rem !important;\n }\n .m-md-3 {\n margin: 1rem !important;\n }\n .mt-md-3,\n .my-md-3 {\n margin-top: 1rem !important;\n }\n .mr-md-3,\n .mx-md-3 {\n margin-right: 1rem !important;\n }\n .mb-md-3,\n .my-md-3 {\n margin-bottom: 1rem !important;\n }\n .ml-md-3,\n .mx-md-3 {\n margin-left: 1rem !important;\n }\n .m-md-4 {\n margin: 1.5rem !important;\n }\n .mt-md-4,\n .my-md-4 {\n margin-top: 1.5rem !important;\n }\n .mr-md-4,\n .mx-md-4 {\n margin-right: 1.5rem !important;\n }\n .mb-md-4,\n .my-md-4 {\n margin-bottom: 1.5rem !important;\n }\n .ml-md-4,\n .mx-md-4 {\n margin-left: 1.5rem !important;\n }\n .m-md-5 {\n margin: 3rem !important;\n }\n .mt-md-5,\n .my-md-5 {\n margin-top: 3rem !important;\n }\n .mr-md-5,\n .mx-md-5 {\n margin-right: 3rem !important;\n }\n .mb-md-5,\n .my-md-5 {\n margin-bottom: 3rem !important;\n }\n .ml-md-5,\n .mx-md-5 {\n margin-left: 3rem !important;\n }\n .p-md-0 {\n padding: 0 !important;\n }\n .pt-md-0,\n .py-md-0 {\n padding-top: 0 !important;\n }\n .pr-md-0,\n .px-md-0 {\n padding-right: 0 !important;\n }\n .pb-md-0,\n .py-md-0 {\n padding-bottom: 0 !important;\n }\n .pl-md-0,\n .px-md-0 {\n padding-left: 0 !important;\n }\n .p-md-1 {\n padding: 0.25rem !important;\n }\n .pt-md-1,\n .py-md-1 {\n padding-top: 0.25rem !important;\n }\n .pr-md-1,\n .px-md-1 {\n padding-right: 0.25rem !important;\n }\n .pb-md-1,\n .py-md-1 {\n padding-bottom: 0.25rem !important;\n }\n .pl-md-1,\n .px-md-1 {\n padding-left: 0.25rem !important;\n }\n .p-md-2 {\n padding: 0.5rem !important;\n }\n .pt-md-2,\n .py-md-2 {\n padding-top: 0.5rem !important;\n }\n .pr-md-2,\n .px-md-2 {\n padding-right: 0.5rem !important;\n }\n .pb-md-2,\n .py-md-2 {\n padding-bottom: 0.5rem !important;\n }\n .pl-md-2,\n .px-md-2 {\n padding-left: 0.5rem !important;\n }\n .p-md-3 {\n padding: 1rem !important;\n }\n .pt-md-3,\n .py-md-3 {\n padding-top: 1rem !important;\n }\n .pr-md-3,\n .px-md-3 {\n padding-right: 1rem !important;\n }\n .pb-md-3,\n .py-md-3 {\n padding-bottom: 1rem !important;\n }\n .pl-md-3,\n .px-md-3 {\n padding-left: 1rem !important;\n }\n .p-md-4 {\n padding: 1.5rem !important;\n }\n .pt-md-4,\n .py-md-4 {\n padding-top: 1.5rem !important;\n }\n .pr-md-4,\n .px-md-4 {\n padding-right: 1.5rem !important;\n }\n .pb-md-4,\n .py-md-4 {\n padding-bottom: 1.5rem !important;\n }\n .pl-md-4,\n .px-md-4 {\n padding-left: 1.5rem !important;\n }\n .p-md-5 {\n padding: 3rem !important;\n }\n .pt-md-5,\n .py-md-5 {\n padding-top: 3rem !important;\n }\n .pr-md-5,\n .px-md-5 {\n padding-right: 3rem !important;\n }\n .pb-md-5,\n .py-md-5 {\n padding-bottom: 3rem !important;\n }\n .pl-md-5,\n .px-md-5 {\n padding-left: 3rem !important;\n }\n .m-md-n1 {\n margin: -0.25rem !important;\n }\n .mt-md-n1,\n .my-md-n1 {\n margin-top: -0.25rem !important;\n }\n .mr-md-n1,\n .mx-md-n1 {\n margin-right: -0.25rem !important;\n }\n .mb-md-n1,\n .my-md-n1 {\n margin-bottom: -0.25rem !important;\n }\n .ml-md-n1,\n .mx-md-n1 {\n margin-left: -0.25rem !important;\n }\n .m-md-n2 {\n margin: -0.5rem !important;\n }\n .mt-md-n2,\n .my-md-n2 {\n margin-top: -0.5rem !important;\n }\n .mr-md-n2,\n .mx-md-n2 {\n margin-right: -0.5rem !important;\n }\n .mb-md-n2,\n .my-md-n2 {\n margin-bottom: -0.5rem !important;\n }\n .ml-md-n2,\n .mx-md-n2 {\n margin-left: -0.5rem !important;\n }\n .m-md-n3 {\n margin: -1rem !important;\n }\n .mt-md-n3,\n .my-md-n3 {\n margin-top: -1rem !important;\n }\n .mr-md-n3,\n .mx-md-n3 {\n margin-right: -1rem !important;\n }\n .mb-md-n3,\n .my-md-n3 {\n margin-bottom: -1rem !important;\n }\n .ml-md-n3,\n .mx-md-n3 {\n margin-left: -1rem !important;\n }\n .m-md-n4 {\n margin: -1.5rem !important;\n }\n .mt-md-n4,\n .my-md-n4 {\n margin-top: -1.5rem !important;\n }\n .mr-md-n4,\n .mx-md-n4 {\n margin-right: -1.5rem !important;\n }\n .mb-md-n4,\n .my-md-n4 {\n margin-bottom: -1.5rem !important;\n }\n .ml-md-n4,\n .mx-md-n4 {\n margin-left: -1.5rem !important;\n }\n .m-md-n5 {\n margin: -3rem !important;\n }\n .mt-md-n5,\n .my-md-n5 {\n margin-top: -3rem !important;\n }\n .mr-md-n5,\n .mx-md-n5 {\n margin-right: -3rem !important;\n }\n .mb-md-n5,\n .my-md-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-md-n5,\n .mx-md-n5 {\n margin-left: -3rem !important;\n }\n .m-md-auto {\n margin: auto !important;\n }\n .mt-md-auto,\n .my-md-auto {\n margin-top: auto !important;\n }\n .mr-md-auto,\n .mx-md-auto {\n margin-right: auto !important;\n }\n .mb-md-auto,\n .my-md-auto {\n margin-bottom: auto !important;\n }\n .ml-md-auto,\n .mx-md-auto {\n margin-left: auto !important;\n }\n}\n\n@media (min-width: 992px) {\n .m-lg-0 {\n margin: 0 !important;\n }\n .mt-lg-0,\n .my-lg-0 {\n margin-top: 0 !important;\n }\n .mr-lg-0,\n .mx-lg-0 {\n margin-right: 0 !important;\n }\n .mb-lg-0,\n .my-lg-0 {\n margin-bottom: 0 !important;\n }\n .ml-lg-0,\n .mx-lg-0 {\n margin-left: 0 !important;\n }\n .m-lg-1 {\n margin: 0.25rem !important;\n }\n .mt-lg-1,\n .my-lg-1 {\n margin-top: 0.25rem !important;\n }\n .mr-lg-1,\n .mx-lg-1 {\n margin-right: 0.25rem !important;\n }\n .mb-lg-1,\n .my-lg-1 {\n margin-bottom: 0.25rem !important;\n }\n .ml-lg-1,\n .mx-lg-1 {\n margin-left: 0.25rem !important;\n }\n .m-lg-2 {\n margin: 0.5rem !important;\n }\n .mt-lg-2,\n .my-lg-2 {\n margin-top: 0.5rem !important;\n }\n .mr-lg-2,\n .mx-lg-2 {\n margin-right: 0.5rem !important;\n }\n .mb-lg-2,\n .my-lg-2 {\n margin-bottom: 0.5rem !important;\n }\n .ml-lg-2,\n .mx-lg-2 {\n margin-left: 0.5rem !important;\n }\n .m-lg-3 {\n margin: 1rem !important;\n }\n .mt-lg-3,\n .my-lg-3 {\n margin-top: 1rem !important;\n }\n .mr-lg-3,\n .mx-lg-3 {\n margin-right: 1rem !important;\n }\n .mb-lg-3,\n .my-lg-3 {\n margin-bottom: 1rem !important;\n }\n .ml-lg-3,\n .mx-lg-3 {\n margin-left: 1rem !important;\n }\n .m-lg-4 {\n margin: 1.5rem !important;\n }\n .mt-lg-4,\n .my-lg-4 {\n margin-top: 1.5rem !important;\n }\n .mr-lg-4,\n .mx-lg-4 {\n margin-right: 1.5rem !important;\n }\n .mb-lg-4,\n .my-lg-4 {\n margin-bottom: 1.5rem !important;\n }\n .ml-lg-4,\n .mx-lg-4 {\n margin-left: 1.5rem !important;\n }\n .m-lg-5 {\n margin: 3rem !important;\n }\n .mt-lg-5,\n .my-lg-5 {\n margin-top: 3rem !important;\n }\n .mr-lg-5,\n .mx-lg-5 {\n margin-right: 3rem !important;\n }\n .mb-lg-5,\n .my-lg-5 {\n margin-bottom: 3rem !important;\n }\n .ml-lg-5,\n .mx-lg-5 {\n margin-left: 3rem !important;\n }\n .p-lg-0 {\n padding: 0 !important;\n }\n .pt-lg-0,\n .py-lg-0 {\n padding-top: 0 !important;\n }\n .pr-lg-0,\n .px-lg-0 {\n padding-right: 0 !important;\n }\n .pb-lg-0,\n .py-lg-0 {\n padding-bottom: 0 !important;\n }\n .pl-lg-0,\n .px-lg-0 {\n padding-left: 0 !important;\n }\n .p-lg-1 {\n padding: 0.25rem !important;\n }\n .pt-lg-1,\n .py-lg-1 {\n padding-top: 0.25rem !important;\n }\n .pr-lg-1,\n .px-lg-1 {\n padding-right: 0.25rem !important;\n }\n .pb-lg-1,\n .py-lg-1 {\n padding-bottom: 0.25rem !important;\n }\n .pl-lg-1,\n .px-lg-1 {\n padding-left: 0.25rem !important;\n }\n .p-lg-2 {\n padding: 0.5rem !important;\n }\n .pt-lg-2,\n .py-lg-2 {\n padding-top: 0.5rem !important;\n }\n .pr-lg-2,\n .px-lg-2 {\n padding-right: 0.5rem !important;\n }\n .pb-lg-2,\n .py-lg-2 {\n padding-bottom: 0.5rem !important;\n }\n .pl-lg-2,\n .px-lg-2 {\n padding-left: 0.5rem !important;\n }\n .p-lg-3 {\n padding: 1rem !important;\n }\n .pt-lg-3,\n .py-lg-3 {\n padding-top: 1rem !important;\n }\n .pr-lg-3,\n .px-lg-3 {\n padding-right: 1rem !important;\n }\n .pb-lg-3,\n .py-lg-3 {\n padding-bottom: 1rem !important;\n }\n .pl-lg-3,\n .px-lg-3 {\n padding-left: 1rem !important;\n }\n .p-lg-4 {\n padding: 1.5rem !important;\n }\n .pt-lg-4,\n .py-lg-4 {\n padding-top: 1.5rem !important;\n }\n .pr-lg-4,\n .px-lg-4 {\n padding-right: 1.5rem !important;\n }\n .pb-lg-4,\n .py-lg-4 {\n padding-bottom: 1.5rem !important;\n }\n .pl-lg-4,\n .px-lg-4 {\n padding-left: 1.5rem !important;\n }\n .p-lg-5 {\n padding: 3rem !important;\n }\n .pt-lg-5,\n .py-lg-5 {\n padding-top: 3rem !important;\n }\n .pr-lg-5,\n .px-lg-5 {\n padding-right: 3rem !important;\n }\n .pb-lg-5,\n .py-lg-5 {\n padding-bottom: 3rem !important;\n }\n .pl-lg-5,\n .px-lg-5 {\n padding-left: 3rem !important;\n }\n .m-lg-n1 {\n margin: -0.25rem !important;\n }\n .mt-lg-n1,\n .my-lg-n1 {\n margin-top: -0.25rem !important;\n }\n .mr-lg-n1,\n .mx-lg-n1 {\n margin-right: -0.25rem !important;\n }\n .mb-lg-n1,\n .my-lg-n1 {\n margin-bottom: -0.25rem !important;\n }\n .ml-lg-n1,\n .mx-lg-n1 {\n margin-left: -0.25rem !important;\n }\n .m-lg-n2 {\n margin: -0.5rem !important;\n }\n .mt-lg-n2,\n .my-lg-n2 {\n margin-top: -0.5rem !important;\n }\n .mr-lg-n2,\n .mx-lg-n2 {\n margin-right: -0.5rem !important;\n }\n .mb-lg-n2,\n .my-lg-n2 {\n margin-bottom: -0.5rem !important;\n }\n .ml-lg-n2,\n .mx-lg-n2 {\n margin-left: -0.5rem !important;\n }\n .m-lg-n3 {\n margin: -1rem !important;\n }\n .mt-lg-n3,\n .my-lg-n3 {\n margin-top: -1rem !important;\n }\n .mr-lg-n3,\n .mx-lg-n3 {\n margin-right: -1rem !important;\n }\n .mb-lg-n3,\n .my-lg-n3 {\n margin-bottom: -1rem !important;\n }\n .ml-lg-n3,\n .mx-lg-n3 {\n margin-left: -1rem !important;\n }\n .m-lg-n4 {\n margin: -1.5rem !important;\n }\n .mt-lg-n4,\n .my-lg-n4 {\n margin-top: -1.5rem !important;\n }\n .mr-lg-n4,\n .mx-lg-n4 {\n margin-right: -1.5rem !important;\n }\n .mb-lg-n4,\n .my-lg-n4 {\n margin-bottom: -1.5rem !important;\n }\n .ml-lg-n4,\n .mx-lg-n4 {\n margin-left: -1.5rem !important;\n }\n .m-lg-n5 {\n margin: -3rem !important;\n }\n .mt-lg-n5,\n .my-lg-n5 {\n margin-top: -3rem !important;\n }\n .mr-lg-n5,\n .mx-lg-n5 {\n margin-right: -3rem !important;\n }\n .mb-lg-n5,\n .my-lg-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-lg-n5,\n .mx-lg-n5 {\n margin-left: -3rem !important;\n }\n .m-lg-auto {\n margin: auto !important;\n }\n .mt-lg-auto,\n .my-lg-auto {\n margin-top: auto !important;\n }\n .mr-lg-auto,\n .mx-lg-auto {\n margin-right: auto !important;\n }\n .mb-lg-auto,\n .my-lg-auto {\n margin-bottom: auto !important;\n }\n .ml-lg-auto,\n .mx-lg-auto {\n margin-left: auto !important;\n }\n}\n\n@media (min-width: 1200px) {\n .m-xl-0 {\n margin: 0 !important;\n }\n .mt-xl-0,\n .my-xl-0 {\n margin-top: 0 !important;\n }\n .mr-xl-0,\n .mx-xl-0 {\n margin-right: 0 !important;\n }\n .mb-xl-0,\n .my-xl-0 {\n margin-bottom: 0 !important;\n }\n .ml-xl-0,\n .mx-xl-0 {\n margin-left: 0 !important;\n }\n .m-xl-1 {\n margin: 0.25rem !important;\n }\n .mt-xl-1,\n .my-xl-1 {\n margin-top: 0.25rem !important;\n }\n .mr-xl-1,\n .mx-xl-1 {\n margin-right: 0.25rem !important;\n }\n .mb-xl-1,\n .my-xl-1 {\n margin-bottom: 0.25rem !important;\n }\n .ml-xl-1,\n .mx-xl-1 {\n margin-left: 0.25rem !important;\n }\n .m-xl-2 {\n margin: 0.5rem !important;\n }\n .mt-xl-2,\n .my-xl-2 {\n margin-top: 0.5rem !important;\n }\n .mr-xl-2,\n .mx-xl-2 {\n margin-right: 0.5rem !important;\n }\n .mb-xl-2,\n .my-xl-2 {\n margin-bottom: 0.5rem !important;\n }\n .ml-xl-2,\n .mx-xl-2 {\n margin-left: 0.5rem !important;\n }\n .m-xl-3 {\n margin: 1rem !important;\n }\n .mt-xl-3,\n .my-xl-3 {\n margin-top: 1rem !important;\n }\n .mr-xl-3,\n .mx-xl-3 {\n margin-right: 1rem !important;\n }\n .mb-xl-3,\n .my-xl-3 {\n margin-bottom: 1rem !important;\n }\n .ml-xl-3,\n .mx-xl-3 {\n margin-left: 1rem !important;\n }\n .m-xl-4 {\n margin: 1.5rem !important;\n }\n .mt-xl-4,\n .my-xl-4 {\n margin-top: 1.5rem !important;\n }\n .mr-xl-4,\n .mx-xl-4 {\n margin-right: 1.5rem !important;\n }\n .mb-xl-4,\n .my-xl-4 {\n margin-bottom: 1.5rem !important;\n }\n .ml-xl-4,\n .mx-xl-4 {\n margin-left: 1.5rem !important;\n }\n .m-xl-5 {\n margin: 3rem !important;\n }\n .mt-xl-5,\n .my-xl-5 {\n margin-top: 3rem !important;\n }\n .mr-xl-5,\n .mx-xl-5 {\n margin-right: 3rem !important;\n }\n .mb-xl-5,\n .my-xl-5 {\n margin-bottom: 3rem !important;\n }\n .ml-xl-5,\n .mx-xl-5 {\n margin-left: 3rem !important;\n }\n .p-xl-0 {\n padding: 0 !important;\n }\n .pt-xl-0,\n .py-xl-0 {\n padding-top: 0 !important;\n }\n .pr-xl-0,\n .px-xl-0 {\n padding-right: 0 !important;\n }\n .pb-xl-0,\n .py-xl-0 {\n padding-bottom: 0 !important;\n }\n .pl-xl-0,\n .px-xl-0 {\n padding-left: 0 !important;\n }\n .p-xl-1 {\n padding: 0.25rem !important;\n }\n .pt-xl-1,\n .py-xl-1 {\n padding-top: 0.25rem !important;\n }\n .pr-xl-1,\n .px-xl-1 {\n padding-right: 0.25rem !important;\n }\n .pb-xl-1,\n .py-xl-1 {\n padding-bottom: 0.25rem !important;\n }\n .pl-xl-1,\n .px-xl-1 {\n padding-left: 0.25rem !important;\n }\n .p-xl-2 {\n padding: 0.5rem !important;\n }\n .pt-xl-2,\n .py-xl-2 {\n padding-top: 0.5rem !important;\n }\n .pr-xl-2,\n .px-xl-2 {\n padding-right: 0.5rem !important;\n }\n .pb-xl-2,\n .py-xl-2 {\n padding-bottom: 0.5rem !important;\n }\n .pl-xl-2,\n .px-xl-2 {\n padding-left: 0.5rem !important;\n }\n .p-xl-3 {\n padding: 1rem !important;\n }\n .pt-xl-3,\n .py-xl-3 {\n padding-top: 1rem !important;\n }\n .pr-xl-3,\n .px-xl-3 {\n padding-right: 1rem !important;\n }\n .pb-xl-3,\n .py-xl-3 {\n padding-bottom: 1rem !important;\n }\n .pl-xl-3,\n .px-xl-3 {\n padding-left: 1rem !important;\n }\n .p-xl-4 {\n padding: 1.5rem !important;\n }\n .pt-xl-4,\n .py-xl-4 {\n padding-top: 1.5rem !important;\n }\n .pr-xl-4,\n .px-xl-4 {\n padding-right: 1.5rem !important;\n }\n .pb-xl-4,\n .py-xl-4 {\n padding-bottom: 1.5rem !important;\n }\n .pl-xl-4,\n .px-xl-4 {\n padding-left: 1.5rem !important;\n }\n .p-xl-5 {\n padding: 3rem !important;\n }\n .pt-xl-5,\n .py-xl-5 {\n padding-top: 3rem !important;\n }\n .pr-xl-5,\n .px-xl-5 {\n padding-right: 3rem !important;\n }\n .pb-xl-5,\n .py-xl-5 {\n padding-bottom: 3rem !important;\n }\n .pl-xl-5,\n .px-xl-5 {\n padding-left: 3rem !important;\n }\n .m-xl-n1 {\n margin: -0.25rem !important;\n }\n .mt-xl-n1,\n .my-xl-n1 {\n margin-top: -0.25rem !important;\n }\n .mr-xl-n1,\n .mx-xl-n1 {\n margin-right: -0.25rem !important;\n }\n .mb-xl-n1,\n .my-xl-n1 {\n margin-bottom: -0.25rem !important;\n }\n .ml-xl-n1,\n .mx-xl-n1 {\n margin-left: -0.25rem !important;\n }\n .m-xl-n2 {\n margin: -0.5rem !important;\n }\n .mt-xl-n2,\n .my-xl-n2 {\n margin-top: -0.5rem !important;\n }\n .mr-xl-n2,\n .mx-xl-n2 {\n margin-right: -0.5rem !important;\n }\n .mb-xl-n2,\n .my-xl-n2 {\n margin-bottom: -0.5rem !important;\n }\n .ml-xl-n2,\n .mx-xl-n2 {\n margin-left: -0.5rem !important;\n }\n .m-xl-n3 {\n margin: -1rem !important;\n }\n .mt-xl-n3,\n .my-xl-n3 {\n margin-top: -1rem !important;\n }\n .mr-xl-n3,\n .mx-xl-n3 {\n margin-right: -1rem !important;\n }\n .mb-xl-n3,\n .my-xl-n3 {\n margin-bottom: -1rem !important;\n }\n .ml-xl-n3,\n .mx-xl-n3 {\n margin-left: -1rem !important;\n }\n .m-xl-n4 {\n margin: -1.5rem !important;\n }\n .mt-xl-n4,\n .my-xl-n4 {\n margin-top: -1.5rem !important;\n }\n .mr-xl-n4,\n .mx-xl-n4 {\n margin-right: -1.5rem !important;\n }\n .mb-xl-n4,\n .my-xl-n4 {\n margin-bottom: -1.5rem !important;\n }\n .ml-xl-n4,\n .mx-xl-n4 {\n margin-left: -1.5rem !important;\n }\n .m-xl-n5 {\n margin: -3rem !important;\n }\n .mt-xl-n5,\n .my-xl-n5 {\n margin-top: -3rem !important;\n }\n .mr-xl-n5,\n .mx-xl-n5 {\n margin-right: -3rem !important;\n }\n .mb-xl-n5,\n .my-xl-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-xl-n5,\n .mx-xl-n5 {\n margin-left: -3rem !important;\n }\n .m-xl-auto {\n margin: auto !important;\n }\n .mt-xl-auto,\n .my-xl-auto {\n margin-top: auto !important;\n }\n .mr-xl-auto,\n .mx-xl-auto {\n margin-right: auto !important;\n }\n .mb-xl-auto,\n .my-xl-auto {\n margin-bottom: auto !important;\n }\n .ml-xl-auto,\n .mx-xl-auto {\n margin-left: auto !important;\n }\n}\n\n.stretched-link::after {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1;\n pointer-events: auto;\n content: \"\";\n background-color: rgba(0, 0, 0, 0);\n}\n\n.text-monospace {\n font-family: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace !important;\n}\n\n.text-justify {\n text-align: justify !important;\n}\n\n.text-wrap {\n white-space: normal !important;\n}\n\n.text-nowrap {\n white-space: nowrap !important;\n}\n\n.text-truncate {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n.text-left {\n text-align: left !important;\n}\n\n.text-right {\n text-align: right !important;\n}\n\n.text-center {\n text-align: center !important;\n}\n\n@media (min-width: 576px) {\n .text-sm-left {\n text-align: left !important;\n }\n .text-sm-right {\n text-align: right !important;\n }\n .text-sm-center {\n text-align: center !important;\n }\n}\n\n@media (min-width: 768px) {\n .text-md-left {\n text-align: left !important;\n }\n .text-md-right {\n text-align: right !important;\n }\n .text-md-center {\n text-align: center !important;\n }\n}\n\n@media (min-width: 992px) {\n .text-lg-left {\n text-align: left !important;\n }\n .text-lg-right {\n text-align: right !important;\n }\n .text-lg-center {\n text-align: center !important;\n }\n}\n\n@media (min-width: 1200px) {\n .text-xl-left {\n text-align: left !important;\n }\n .text-xl-right {\n text-align: right !important;\n }\n .text-xl-center {\n text-align: center !important;\n }\n}\n\n.text-lowercase {\n text-transform: lowercase !important;\n}\n\n.text-uppercase {\n text-transform: uppercase !important;\n}\n\n.text-capitalize {\n text-transform: capitalize !important;\n}\n\n.font-weight-light {\n font-weight: 300 !important;\n}\n\n.font-weight-lighter {\n font-weight: lighter !important;\n}\n\n.font-weight-normal {\n font-weight: 400 !important;\n}\n\n.font-weight-bold {\n font-weight: 700 !important;\n}\n\n.font-weight-bolder {\n font-weight: bolder !important;\n}\n\n.font-italic {\n font-style: italic !important;\n}\n\n.text-white {\n color: #fff !important;\n}\n\n.text-primary {\n color: #007bff !important;\n}\n\na.text-primary:hover, a.text-primary:focus {\n color: #0056b3 !important;\n}\n\n.text-secondary {\n color: #6c757d !important;\n}\n\na.text-secondary:hover, a.text-secondary:focus {\n color: #494f54 !important;\n}\n\n.text-success {\n color: #28a745 !important;\n}\n\na.text-success:hover, a.text-success:focus {\n color: #19692c !important;\n}\n\n.text-info {\n color: #17a2b8 !important;\n}\n\na.text-info:hover, a.text-info:focus {\n color: #0f6674 !important;\n}\n\n.text-warning {\n color: #ffc107 !important;\n}\n\na.text-warning:hover, a.text-warning:focus {\n color: #ba8b00 !important;\n}\n\n.text-danger {\n color: #dc3545 !important;\n}\n\na.text-danger:hover, a.text-danger:focus {\n color: #a71d2a !important;\n}\n\n.text-light {\n color: #f8f9fa !important;\n}\n\na.text-light:hover, a.text-light:focus {\n color: #cbd3da !important;\n}\n\n.text-dark {\n color: #343a40 !important;\n}\n\na.text-dark:hover, a.text-dark:focus {\n color: #121416 !important;\n}\n\n.text-body {\n color: #212529 !important;\n}\n\n.text-muted {\n color: #6c757d !important;\n}\n\n.text-black-50 {\n color: rgba(0, 0, 0, 0.5) !important;\n}\n\n.text-white-50 {\n color: rgba(255, 255, 255, 0.5) !important;\n}\n\n.text-hide {\n font: 0/0 a;\n color: transparent;\n text-shadow: none;\n background-color: transparent;\n border: 0;\n}\n\n.text-decoration-none {\n text-decoration: none !important;\n}\n\n.text-break {\n word-break: break-word !important;\n word-wrap: break-word !important;\n}\n\n.text-reset {\n color: inherit !important;\n}\n\n.visible {\n visibility: visible !important;\n}\n\n.invisible {\n visibility: hidden !important;\n}\n\n@media print {\n *,\n *::before,\n *::after {\n text-shadow: none !important;\n box-shadow: none !important;\n }\n a:not(.btn) {\n text-decoration: underline;\n }\n abbr[title]::after {\n content: \" (\" attr(title) \")\";\n }\n pre {\n white-space: pre-wrap !important;\n }\n pre,\n blockquote {\n border: 1px solid #adb5bd;\n page-break-inside: avoid;\n }\n thead {\n display: table-header-group;\n }\n tr,\n img {\n page-break-inside: avoid;\n }\n p,\n h2,\n h3 {\n orphans: 3;\n widows: 3;\n }\n h2,\n h3 {\n page-break-after: avoid;\n }\n @page {\n size: a3;\n }\n body {\n min-width: 992px !important;\n }\n .container {\n min-width: 992px !important;\n }\n .navbar {\n display: none;\n }\n .badge {\n border: 1px solid #000;\n }\n .table {\n border-collapse: collapse !important;\n }\n .table td,\n .table th {\n background-color: #fff !important;\n }\n .table-bordered th,\n .table-bordered td {\n border: 1px solid #dee2e6 !important;\n }\n .table-dark {\n color: inherit;\n }\n .table-dark th,\n .table-dark td,\n .table-dark thead th,\n .table-dark tbody + tbody {\n border-color: #dee2e6;\n }\n .table .thead-dark th {\n color: inherit;\n border-color: #dee2e6;\n }\n}\n/*# sourceMappingURL=bootstrap.css.map */","// stylelint-disable at-rule-no-vendor-prefix, declaration-no-important, selector-no-qualifying-type, property-no-vendor-prefix\n\n// Reboot\n//\n// Normalization of HTML elements, manually forked from Normalize.css to remove\n// styles targeting irrelevant browsers while applying new styles.\n//\n// Normalize is licensed MIT. https://github.com/necolas/normalize.css\n\n\n// Document\n//\n// 1. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.\n// 2. Change the default font family in all browsers.\n// 3. Correct the line height in all browsers.\n// 4. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.\n// 5. Change the default tap highlight to be completely transparent in iOS.\n\n*,\n*::before,\n*::after {\n box-sizing: border-box; // 1\n}\n\nhtml {\n font-family: sans-serif; // 2\n line-height: 1.15; // 3\n -webkit-text-size-adjust: 100%; // 4\n -webkit-tap-highlight-color: rgba($black, 0); // 5\n}\n\n// Shim for \"new\" HTML5 structural elements to display correctly (IE10, older browsers)\n// TODO: remove in v5\n// stylelint-disable-next-line selector-list-comma-newline-after\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\n display: block;\n}\n\n// Body\n//\n// 1. Remove the margin in all browsers.\n// 2. As a best practice, apply a default `background-color`.\n// 3. Set an explicit initial text-align value so that we can later use\n// the `inherit` value on things like `<th>` elements.\n\nbody {\n margin: 0; // 1\n font-family: $font-family-base;\n @include font-size($font-size-base);\n font-weight: $font-weight-base;\n line-height: $line-height-base;\n color: $body-color;\n text-align: left; // 3\n background-color: $body-bg; // 2\n}\n\n// Future-proof rule: in browsers that support :focus-visible, suppress the focus outline\n// on elements that programmatically receive focus but wouldn't normally show a visible\n// focus outline. In general, this would mean that the outline is only applied if the\n// interaction that led to the element receiving programmatic focus was a keyboard interaction,\n// or the browser has somehow determined that the user is primarily a keyboard user and/or\n// wants focus outlines to always be presented.\n//\n// See https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible\n// and https://developer.paciellogroup.com/blog/2018/03/focus-visible-and-backwards-compatibility/\n[tabindex=\"-1\"]:focus:not(:focus-visible) {\n outline: 0 !important;\n}\n\n\n// Content grouping\n//\n// 1. Add the correct box sizing in Firefox.\n// 2. Show the overflow in Edge and IE.\n\nhr {\n box-sizing: content-box; // 1\n height: 0; // 1\n overflow: visible; // 2\n}\n\n\n//\n// Typography\n//\n\n// Remove top margins from headings\n//\n// By default, `<h1>`-`<h6>` all receive top and bottom margins. We nuke the top\n// margin for easier control within type scales as it avoids margin collapsing.\n// stylelint-disable-next-line selector-list-comma-newline-after\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: $headings-margin-bottom;\n}\n\n// Reset margins on paragraphs\n//\n// Similarly, the top margin on `<p>`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\np {\n margin-top: 0;\n margin-bottom: $paragraph-margin-bottom;\n}\n\n// Abbreviations\n//\n// 1. Duplicate behavior to the data-* attribute for our tooltip plugin\n// 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n// 3. Add explicit cursor to indicate changed behavior.\n// 4. Remove the bottom border in Firefox 39-.\n// 5. Prevent the text-decoration to be skipped.\n\nabbr[title],\nabbr[data-original-title] { // 1\n text-decoration: underline; // 2\n text-decoration: underline dotted; // 2\n cursor: help; // 3\n border-bottom: 0; // 4\n text-decoration-skip-ink: none; // 5\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: $dt-font-weight;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; // Undo browser default\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: $font-weight-bolder; // Add the correct font weight in Chrome, Edge, and Safari\n}\n\nsmall {\n @include font-size(80%); // Add the correct font size in all browsers\n}\n\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n//\n\nsub,\nsup {\n position: relative;\n @include font-size(75%);\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n//\n// Links\n//\n\na {\n color: $link-color;\n text-decoration: $link-decoration;\n background-color: transparent; // Remove the gray background on active links in IE 10.\n\n @include hover() {\n color: $link-hover-color;\n text-decoration: $link-hover-decoration;\n }\n}\n\n// And undo these styles for placeholder links/named anchors (without href).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]):not([class]) {\n color: inherit;\n text-decoration: none;\n\n @include hover() {\n color: inherit;\n text-decoration: none;\n }\n}\n\n\n//\n// Code\n//\n\npre,\ncode,\nkbd,\nsamp {\n font-family: $font-family-monospace;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\n}\n\npre {\n // Remove browser default top margin\n margin-top: 0;\n // Reset browser default of `1em` to use `rem`s\n margin-bottom: 1rem;\n // Don't allow content to break outside\n overflow: auto;\n // Disable auto-hiding scrollbar in IE & legacy Edge to avoid overlap,\n // making it impossible to interact with the content\n -ms-overflow-style: scrollbar;\n}\n\n\n//\n// Figures\n//\n\nfigure {\n // Apply a consistent margin strategy (matches our type styles).\n margin: 0 0 1rem;\n}\n\n\n//\n// Images and content\n//\n\nimg {\n vertical-align: middle;\n border-style: none; // Remove the border on images inside links in IE 10-.\n}\n\nsvg {\n // Workaround for the SVG overflow bug in IE10/11 is still required.\n // See https://github.com/twbs/bootstrap/issues/26878\n overflow: hidden;\n vertical-align: middle;\n}\n\n\n//\n// Tables\n//\n\ntable {\n border-collapse: collapse; // Prevent double borders\n}\n\ncaption {\n padding-top: $table-cell-padding;\n padding-bottom: $table-cell-padding;\n color: $table-caption-color;\n text-align: left;\n caption-side: bottom;\n}\n\n// 1. Removes font-weight bold by inheriting\n// 2. Matches default `<td>` alignment by inheriting `text-align`.\n// 3. Fix alignment for Safari\n\nth {\n font-weight: $table-th-font-weight; // 1\n text-align: inherit; // 2\n text-align: -webkit-match-parent; // 3\n}\n\n\n//\n// Forms\n//\n\nlabel {\n // Allow labels to use `margin` for spacing.\n display: inline-block;\n margin-bottom: $label-margin-bottom;\n}\n\n// Remove the default `border-radius` that macOS Chrome adds.\n//\n// Details at https://github.com/twbs/bootstrap/issues/24093\nbutton {\n // stylelint-disable-next-line property-disallowed-list\n border-radius: 0;\n}\n\n// Work around a Firefox/IE bug where the transparent `button` background\n// results in a loss of the default `button` focus styles.\n//\n// Credit: https://github.com/suitcss/base/\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0; // Remove the margin in Firefox and Safari\n font-family: inherit;\n @include font-size(inherit);\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible; // Show the overflow in Edge\n}\n\nbutton,\nselect {\n text-transform: none; // Remove the inheritance of text transform in Firefox\n}\n\n// Set the cursor for non-`<button>` buttons\n//\n// Details at https://github.com/twbs/bootstrap/pull/30562\n[role=\"button\"] {\n cursor: pointer;\n}\n\n// Remove the inheritance of word-wrap in Safari.\n//\n// Details at https://github.com/twbs/bootstrap/issues/24990\nselect {\n word-wrap: normal;\n}\n\n\n// 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`\n// controls in Android 4.\n// 2. Correct the inability to style clickable types in iOS and Safari.\nbutton,\n[type=\"button\"], // 1\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button; // 2\n}\n\n// Opinionated: add \"hand\" cursor to non-disabled button elements.\n@if $enable-pointer-cursor-for-buttons {\n button,\n [type=\"button\"],\n [type=\"reset\"],\n [type=\"submit\"] {\n &:not(:disabled) {\n cursor: pointer;\n }\n }\n}\n\n// Remove inner border and padding from Firefox, but don't restore the outline like Normalize.\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n box-sizing: border-box; // 1. Add the correct box sizing in IE 10-\n padding: 0; // 2. Remove the padding in IE 10-\n}\n\n\ntextarea {\n overflow: auto; // Remove the default vertical scrollbar in IE.\n // Textareas should really only resize vertically so they don't break their (horizontal) containers.\n resize: vertical;\n}\n\nfieldset {\n // Browsers set a default `min-width: min-content;` on fieldsets,\n // unlike e.g. `<div>`s, which have `min-width: 0;` by default.\n // So we reset that to ensure fieldsets behave more like a standard block element.\n // See https://github.com/twbs/bootstrap/issues/12359\n // and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements\n min-width: 0;\n // Reset the default outline behavior of fieldsets so they don't affect page layout.\n padding: 0;\n margin: 0;\n border: 0;\n}\n\n// 1. Correct the text wrapping in Edge and IE.\n// 2. Correct the color inheritance from `fieldset` elements in IE.\nlegend {\n display: block;\n width: 100%;\n max-width: 100%; // 1\n padding: 0;\n margin-bottom: .5rem;\n @include font-size(1.5rem);\n line-height: inherit;\n color: inherit; // 2\n white-space: normal; // 1\n}\n\nprogress {\n vertical-align: baseline; // Add the correct vertical alignment in Chrome, Firefox, and Opera.\n}\n\n// Correct the cursor style of increment and decrement buttons in Chrome.\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n // This overrides the extra rounded corners on search inputs in iOS so that our\n // `.form-control` class can properly style them. Note that this cannot simply\n // be added to `.form-control` as it's not specific enough. For details, see\n // https://github.com/twbs/bootstrap/issues/11586.\n outline-offset: -2px; // 2. Correct the outline style in Safari.\n -webkit-appearance: none;\n}\n\n//\n// Remove the inner padding in Chrome and Safari on macOS.\n//\n\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n//\n// 1. Correct the inability to style clickable types in iOS and Safari.\n// 2. Change font properties to `inherit` in Safari.\n//\n\n::-webkit-file-upload-button {\n font: inherit; // 2\n -webkit-appearance: button; // 1\n}\n\n//\n// Correct element displays\n//\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item; // Add the correct display in all browsers\n cursor: pointer;\n}\n\ntemplate {\n display: none; // Add the correct display in IE\n}\n\n// Always hide an element with the `hidden` HTML attribute (from PureCSS).\n// Needed for proper display in IE 10-.\n[hidden] {\n display: none !important;\n}\n","// stylelint-disable property-blacklist, scss/dollar-variable-default\n\n// SCSS RFS mixin\n//\n// Automated font-resizing\n//\n// See https://github.com/twbs/rfs\n\n// Configuration\n\n// Base font size\n$rfs-base-font-size: 1.25rem !default;\n$rfs-font-size-unit: rem !default;\n\n// Breakpoint at where font-size starts decreasing if screen width is smaller\n$rfs-breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n// Resize font-size based on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-factor: 10 !default;\n\n@if type-of($rfs-factor) != \"number\" or $rfs-factor <= 1 {\n @error \"`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.\";\n}\n\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\n$rfs-class: false !default;\n\n// 1 rem = $rfs-rem-value px\n$rfs-rem-value: 16 !default;\n\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\n$rfs-safari-iframe-resize-bug-fix: false !default;\n\n// Disable RFS by setting $enable-responsive-font-sizes to false\n$enable-responsive-font-sizes: true !default;\n\n// Cache $rfs-base-font-size unit\n$rfs-base-font-size-unit: unit($rfs-base-font-size);\n\n// Remove px-unit from $rfs-base-font-size for calculations\n@if $rfs-base-font-size-unit == \"px\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1);\n}\n@else if $rfs-base-font-size-unit == \"rem\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1 / $rfs-rem-value);\n}\n\n// Cache $rfs-breakpoint unit to prevent multiple calls\n$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);\n\n// Remove unit from $rfs-breakpoint for calculations\n@if $rfs-breakpoint-unit-cache == \"px\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1);\n}\n@else if $rfs-breakpoint-unit-cache == \"rem\" or $rfs-breakpoint-unit-cache == \"em\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1 / $rfs-rem-value);\n}\n\n// Responsive font-size mixin\n@mixin rfs($fs, $important: false) {\n // Cache $fs unit\n $fs-unit: if(type-of($fs) == \"number\", unit($fs), false);\n\n // Add !important suffix if needed\n $rfs-suffix: if($important, \" !important\", \"\");\n\n // If $fs isn't a number (like inherit) or $fs has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n @if not $fs-unit or $fs-unit != \"\" and $fs-unit != \"px\" and $fs-unit != \"rem\" or $fs == 0 {\n font-size: #{$fs}#{$rfs-suffix};\n }\n @else {\n // Variables for storing static and fluid rescaling\n $rfs-static: null;\n $rfs-fluid: null;\n\n // Remove px-unit from $fs for calculations\n @if $fs-unit == \"px\" {\n $fs: $fs / ($fs * 0 + 1);\n }\n @else if $fs-unit == \"rem\" {\n $fs: $fs / ($fs * 0 + 1 / $rfs-rem-value);\n }\n\n // Set default font-size\n @if $rfs-font-size-unit == rem {\n $rfs-static: #{$fs / $rfs-rem-value}rem#{$rfs-suffix};\n }\n @else if $rfs-font-size-unit == px {\n $rfs-static: #{$fs}px#{$rfs-suffix};\n }\n @else {\n @error \"`#{$rfs-font-size-unit}` is not a valid unit for $rfs-font-size-unit. Use `px` or `rem`.\";\n }\n\n // Only add media query if font-size is bigger as the minimum font-size\n // If $rfs-factor == 1, no rescaling will take place\n @if $fs > $rfs-base-font-size and $enable-responsive-font-sizes {\n $min-width: null;\n $variable-unit: null;\n\n // Calculate minimum font-size for given font-size\n $fs-min: $rfs-base-font-size + ($fs - $rfs-base-font-size) / $rfs-factor;\n\n // Calculate difference between given font-size and minimum font-size for given font-size\n $fs-diff: $fs - $fs-min;\n\n // Base font-size formatting\n // No need to check if the unit is valid, because we did that before\n $min-width: if($rfs-font-size-unit == rem, #{$fs-min / $rfs-rem-value}rem, #{$fs-min}px);\n\n // If two-dimensional, use smallest of screen width and height\n $variable-unit: if($rfs-two-dimensional, vmin, vw);\n\n // Calculate the variable width between 0 and $rfs-breakpoint\n $variable-width: #{$fs-diff * 100 / $rfs-breakpoint}#{$variable-unit};\n\n // Set the calculated font-size.\n $rfs-fluid: calc(#{$min-width} + #{$variable-width}) #{$rfs-suffix};\n }\n\n // Rendering\n @if $rfs-fluid == null {\n // Only render static font-size if no fluid font-size is available\n font-size: $rfs-static;\n }\n @else {\n $mq-value: null;\n\n // RFS breakpoint formatting\n @if $rfs-breakpoint-unit == em or $rfs-breakpoint-unit == rem {\n $mq-value: #{$rfs-breakpoint / $rfs-rem-value}#{$rfs-breakpoint-unit};\n }\n @else if $rfs-breakpoint-unit == px {\n $mq-value: #{$rfs-breakpoint}px;\n }\n @else {\n @error \"`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.\";\n }\n\n @if $rfs-class == \"disable\" {\n // Adding an extra class increases specificity,\n // which prevents the media query to override the font size\n &,\n .disable-responsive-font-size &,\n &.disable-responsive-font-size {\n font-size: $rfs-static;\n }\n }\n @else {\n font-size: $rfs-static;\n }\n\n @if $rfs-two-dimensional {\n @media (max-width: #{$mq-value}), (max-height: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n @else {\n @media (max-width: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n }\n }\n}\n\n// The font-size & responsive-font-size mixin uses RFS to rescale font sizes\n@mixin font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n\n@mixin responsive-font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n","/*!\n * Bootstrap v4.5.3 (https://getbootstrap.com/)\n * Copyright 2011-2020 The Bootstrap Authors\n * Copyright 2011-2020 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n:root {\n --blue: #007bff;\n --indigo: #6610f2;\n --purple: #6f42c1;\n --pink: #e83e8c;\n --red: #dc3545;\n --orange: #fd7e14;\n --yellow: #ffc107;\n --green: #28a745;\n --teal: #20c997;\n --cyan: #17a2b8;\n --white: #fff;\n --gray: #6c757d;\n --gray-dark: #343a40;\n --primary: #007bff;\n --secondary: #6c757d;\n --success: #28a745;\n --info: #17a2b8;\n --warning: #ffc107;\n --danger: #dc3545;\n --light: #f8f9fa;\n --dark: #343a40;\n --breakpoint-xs: 0;\n --breakpoint-sm: 576px;\n --breakpoint-md: 768px;\n --breakpoint-lg: 992px;\n --breakpoint-xl: 1200px;\n --font-family-sans-serif: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n}\n\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\nhtml {\n font-family: sans-serif;\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\n display: block;\n}\n\nbody {\n margin: 0;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #212529;\n text-align: left;\n background-color: #fff;\n}\n\n[tabindex=\"-1\"]:focus:not(:focus-visible) {\n outline: 0 !important;\n}\n\nhr {\n box-sizing: content-box;\n height: 0;\n overflow: visible;\n}\n\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: 0.5rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[title],\nabbr[data-original-title] {\n text-decoration: underline;\n text-decoration: underline dotted;\n cursor: help;\n border-bottom: 0;\n text-decoration-skip-ink: none;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: 700;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: bolder;\n}\n\nsmall {\n font-size: 80%;\n}\n\nsub,\nsup {\n position: relative;\n font-size: 75%;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -.25em;\n}\n\nsup {\n top: -.5em;\n}\n\na {\n color: #007bff;\n text-decoration: none;\n background-color: transparent;\n}\n\na:hover {\n color: #0056b3;\n text-decoration: underline;\n}\n\na:not([href]):not([class]) {\n color: inherit;\n text-decoration: none;\n}\n\na:not([href]):not([class]):hover {\n color: inherit;\n text-decoration: none;\n}\n\npre,\ncode,\nkbd,\nsamp {\n font-family: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n font-size: 1em;\n}\n\npre {\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n -ms-overflow-style: scrollbar;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg {\n vertical-align: middle;\n border-style: none;\n}\n\nsvg {\n overflow: hidden;\n vertical-align: middle;\n}\n\ntable {\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem;\n color: #6c757d;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n text-align: inherit;\n text-align: -webkit-match-parent;\n}\n\nlabel {\n display: inline-block;\n margin-bottom: 0.5rem;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\n[role=\"button\"] {\n cursor: pointer;\n}\n\nselect {\n word-wrap: normal;\n}\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\n}\n\nbutton:not(:disabled),\n[type=\"button\"]:not(:disabled),\n[type=\"reset\"]:not(:disabled),\n[type=\"submit\"]:not(:disabled) {\n cursor: pointer;\n}\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n box-sizing: border-box;\n padding: 0;\n}\n\ntextarea {\n overflow: auto;\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlegend {\n display: block;\n width: 100%;\n max-width: 100%;\n padding: 0;\n margin-bottom: .5rem;\n font-size: 1.5rem;\n line-height: inherit;\n color: inherit;\n white-space: normal;\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n outline-offset: -2px;\n -webkit-appearance: none;\n}\n\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n -webkit-appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\ntemplate {\n display: none;\n}\n\n[hidden] {\n display: none !important;\n}\n\nh1, h2, h3, h4, h5, h6,\n.h1, .h2, .h3, .h4, .h5, .h6 {\n margin-bottom: 0.5rem;\n font-weight: 500;\n line-height: 1.2;\n}\n\nh1, .h1 {\n font-size: 2.5rem;\n}\n\nh2, .h2 {\n font-size: 2rem;\n}\n\nh3, .h3 {\n font-size: 1.75rem;\n}\n\nh4, .h4 {\n font-size: 1.5rem;\n}\n\nh5, .h5 {\n font-size: 1.25rem;\n}\n\nh6, .h6 {\n font-size: 1rem;\n}\n\n.lead {\n font-size: 1.25rem;\n font-weight: 300;\n}\n\n.display-1 {\n font-size: 6rem;\n font-weight: 300;\n line-height: 1.2;\n}\n\n.display-2 {\n font-size: 5.5rem;\n font-weight: 300;\n line-height: 1.2;\n}\n\n.display-3 {\n font-size: 4.5rem;\n font-weight: 300;\n line-height: 1.2;\n}\n\n.display-4 {\n font-size: 3.5rem;\n font-weight: 300;\n line-height: 1.2;\n}\n\nhr {\n margin-top: 1rem;\n margin-bottom: 1rem;\n border: 0;\n border-top: 1px solid rgba(0, 0, 0, 0.1);\n}\n\nsmall,\n.small {\n font-size: 80%;\n font-weight: 400;\n}\n\nmark,\n.mark {\n padding: 0.2em;\n background-color: #fcf8e3;\n}\n\n.list-unstyled {\n padding-left: 0;\n list-style: none;\n}\n\n.list-inline {\n padding-left: 0;\n list-style: none;\n}\n\n.list-inline-item {\n display: inline-block;\n}\n\n.list-inline-item:not(:last-child) {\n margin-right: 0.5rem;\n}\n\n.initialism {\n font-size: 90%;\n text-transform: uppercase;\n}\n\n.blockquote {\n margin-bottom: 1rem;\n font-size: 1.25rem;\n}\n\n.blockquote-footer {\n display: block;\n font-size: 80%;\n color: #6c757d;\n}\n\n.blockquote-footer::before {\n content: \"\\2014\\00A0\";\n}\n\n.img-fluid {\n max-width: 100%;\n height: auto;\n}\n\n.img-thumbnail {\n padding: 0.25rem;\n background-color: #fff;\n border: 1px solid #dee2e6;\n border-radius: 0.25rem;\n max-width: 100%;\n height: auto;\n}\n\n.figure {\n display: inline-block;\n}\n\n.figure-img {\n margin-bottom: 0.5rem;\n line-height: 1;\n}\n\n.figure-caption {\n font-size: 90%;\n color: #6c757d;\n}\n\ncode {\n font-size: 87.5%;\n color: #e83e8c;\n word-wrap: break-word;\n}\n\na > code {\n color: inherit;\n}\n\nkbd {\n padding: 0.2rem 0.4rem;\n font-size: 87.5%;\n color: #fff;\n background-color: #212529;\n border-radius: 0.2rem;\n}\n\nkbd kbd {\n padding: 0;\n font-size: 100%;\n font-weight: 700;\n}\n\npre {\n display: block;\n font-size: 87.5%;\n color: #212529;\n}\n\npre code {\n font-size: inherit;\n color: inherit;\n word-break: normal;\n}\n\n.pre-scrollable {\n max-height: 340px;\n overflow-y: scroll;\n}\n\n.container,\n.container-fluid,\n.container-sm,\n.container-md,\n.container-lg,\n.container-xl {\n width: 100%;\n padding-right: 15px;\n padding-left: 15px;\n margin-right: auto;\n margin-left: auto;\n}\n\n@media (min-width: 576px) {\n .container, .container-sm {\n max-width: 540px;\n }\n}\n\n@media (min-width: 768px) {\n .container, .container-sm, .container-md {\n max-width: 720px;\n }\n}\n\n@media (min-width: 992px) {\n .container, .container-sm, .container-md, .container-lg {\n max-width: 960px;\n }\n}\n\n@media (min-width: 1200px) {\n .container, .container-sm, .container-md, .container-lg, .container-xl {\n max-width: 1140px;\n }\n}\n\n.row {\n display: flex;\n flex-wrap: wrap;\n margin-right: -15px;\n margin-left: -15px;\n}\n\n.no-gutters {\n margin-right: 0;\n margin-left: 0;\n}\n\n.no-gutters > .col,\n.no-gutters > [class*=\"col-\"] {\n padding-right: 0;\n padding-left: 0;\n}\n\n.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,\n.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,\n.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,\n.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,\n.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,\n.col-xl-auto {\n position: relative;\n width: 100%;\n padding-right: 15px;\n padding-left: 15px;\n}\n\n.col {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n}\n\n.row-cols-1 > * {\n flex: 0 0 100%;\n max-width: 100%;\n}\n\n.row-cols-2 > * {\n flex: 0 0 50%;\n max-width: 50%;\n}\n\n.row-cols-3 > * {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n}\n\n.row-cols-4 > * {\n flex: 0 0 25%;\n max-width: 25%;\n}\n\n.row-cols-5 > * {\n flex: 0 0 20%;\n max-width: 20%;\n}\n\n.row-cols-6 > * {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n}\n\n.col-auto {\n flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n}\n\n.col-1 {\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n}\n\n.col-2 {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n}\n\n.col-3 {\n flex: 0 0 25%;\n max-width: 25%;\n}\n\n.col-4 {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n}\n\n.col-5 {\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n}\n\n.col-6 {\n flex: 0 0 50%;\n max-width: 50%;\n}\n\n.col-7 {\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n}\n\n.col-8 {\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n}\n\n.col-9 {\n flex: 0 0 75%;\n max-width: 75%;\n}\n\n.col-10 {\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n}\n\n.col-11 {\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n}\n\n.col-12 {\n flex: 0 0 100%;\n max-width: 100%;\n}\n\n.order-first {\n order: -1;\n}\n\n.order-last {\n order: 13;\n}\n\n.order-0 {\n order: 0;\n}\n\n.order-1 {\n order: 1;\n}\n\n.order-2 {\n order: 2;\n}\n\n.order-3 {\n order: 3;\n}\n\n.order-4 {\n order: 4;\n}\n\n.order-5 {\n order: 5;\n}\n\n.order-6 {\n order: 6;\n}\n\n.order-7 {\n order: 7;\n}\n\n.order-8 {\n order: 8;\n}\n\n.order-9 {\n order: 9;\n}\n\n.order-10 {\n order: 10;\n}\n\n.order-11 {\n order: 11;\n}\n\n.order-12 {\n order: 12;\n}\n\n.offset-1 {\n margin-left: 8.333333%;\n}\n\n.offset-2 {\n margin-left: 16.666667%;\n}\n\n.offset-3 {\n margin-left: 25%;\n}\n\n.offset-4 {\n margin-left: 33.333333%;\n}\n\n.offset-5 {\n margin-left: 41.666667%;\n}\n\n.offset-6 {\n margin-left: 50%;\n}\n\n.offset-7 {\n margin-left: 58.333333%;\n}\n\n.offset-8 {\n margin-left: 66.666667%;\n}\n\n.offset-9 {\n margin-left: 75%;\n}\n\n.offset-10 {\n margin-left: 83.333333%;\n}\n\n.offset-11 {\n margin-left: 91.666667%;\n}\n\n@media (min-width: 576px) {\n .col-sm {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n }\n .row-cols-sm-1 > * {\n flex: 0 0 100%;\n max-width: 100%;\n }\n .row-cols-sm-2 > * {\n flex: 0 0 50%;\n max-width: 50%;\n }\n .row-cols-sm-3 > * {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .row-cols-sm-4 > * {\n flex: 0 0 25%;\n max-width: 25%;\n }\n .row-cols-sm-5 > * {\n flex: 0 0 20%;\n max-width: 20%;\n }\n .row-cols-sm-6 > * {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-sm-auto {\n flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n }\n .col-sm-1 {\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n }\n .col-sm-2 {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-sm-3 {\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-sm-4 {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .col-sm-5 {\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n }\n .col-sm-6 {\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-sm-7 {\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n }\n .col-sm-8 {\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n }\n .col-sm-9 {\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-sm-10 {\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n }\n .col-sm-11 {\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n }\n .col-sm-12 {\n flex: 0 0 100%;\n max-width: 100%;\n }\n .order-sm-first {\n order: -1;\n }\n .order-sm-last {\n order: 13;\n }\n .order-sm-0 {\n order: 0;\n }\n .order-sm-1 {\n order: 1;\n }\n .order-sm-2 {\n order: 2;\n }\n .order-sm-3 {\n order: 3;\n }\n .order-sm-4 {\n order: 4;\n }\n .order-sm-5 {\n order: 5;\n }\n .order-sm-6 {\n order: 6;\n }\n .order-sm-7 {\n order: 7;\n }\n .order-sm-8 {\n order: 8;\n }\n .order-sm-9 {\n order: 9;\n }\n .order-sm-10 {\n order: 10;\n }\n .order-sm-11 {\n order: 11;\n }\n .order-sm-12 {\n order: 12;\n }\n .offset-sm-0 {\n margin-left: 0;\n }\n .offset-sm-1 {\n margin-left: 8.333333%;\n }\n .offset-sm-2 {\n margin-left: 16.666667%;\n }\n .offset-sm-3 {\n margin-left: 25%;\n }\n .offset-sm-4 {\n margin-left: 33.333333%;\n }\n .offset-sm-5 {\n margin-left: 41.666667%;\n }\n .offset-sm-6 {\n margin-left: 50%;\n }\n .offset-sm-7 {\n margin-left: 58.333333%;\n }\n .offset-sm-8 {\n margin-left: 66.666667%;\n }\n .offset-sm-9 {\n margin-left: 75%;\n }\n .offset-sm-10 {\n margin-left: 83.333333%;\n }\n .offset-sm-11 {\n margin-left: 91.666667%;\n }\n}\n\n@media (min-width: 768px) {\n .col-md {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n }\n .row-cols-md-1 > * {\n flex: 0 0 100%;\n max-width: 100%;\n }\n .row-cols-md-2 > * {\n flex: 0 0 50%;\n max-width: 50%;\n }\n .row-cols-md-3 > * {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .row-cols-md-4 > * {\n flex: 0 0 25%;\n max-width: 25%;\n }\n .row-cols-md-5 > * {\n flex: 0 0 20%;\n max-width: 20%;\n }\n .row-cols-md-6 > * {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-md-auto {\n flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n }\n .col-md-1 {\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n }\n .col-md-2 {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-md-3 {\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-md-4 {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .col-md-5 {\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n }\n .col-md-6 {\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-md-7 {\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n }\n .col-md-8 {\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n }\n .col-md-9 {\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-md-10 {\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n }\n .col-md-11 {\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n }\n .col-md-12 {\n flex: 0 0 100%;\n max-width: 100%;\n }\n .order-md-first {\n order: -1;\n }\n .order-md-last {\n order: 13;\n }\n .order-md-0 {\n order: 0;\n }\n .order-md-1 {\n order: 1;\n }\n .order-md-2 {\n order: 2;\n }\n .order-md-3 {\n order: 3;\n }\n .order-md-4 {\n order: 4;\n }\n .order-md-5 {\n order: 5;\n }\n .order-md-6 {\n order: 6;\n }\n .order-md-7 {\n order: 7;\n }\n .order-md-8 {\n order: 8;\n }\n .order-md-9 {\n order: 9;\n }\n .order-md-10 {\n order: 10;\n }\n .order-md-11 {\n order: 11;\n }\n .order-md-12 {\n order: 12;\n }\n .offset-md-0 {\n margin-left: 0;\n }\n .offset-md-1 {\n margin-left: 8.333333%;\n }\n .offset-md-2 {\n margin-left: 16.666667%;\n }\n .offset-md-3 {\n margin-left: 25%;\n }\n .offset-md-4 {\n margin-left: 33.333333%;\n }\n .offset-md-5 {\n margin-left: 41.666667%;\n }\n .offset-md-6 {\n margin-left: 50%;\n }\n .offset-md-7 {\n margin-left: 58.333333%;\n }\n .offset-md-8 {\n margin-left: 66.666667%;\n }\n .offset-md-9 {\n margin-left: 75%;\n }\n .offset-md-10 {\n margin-left: 83.333333%;\n }\n .offset-md-11 {\n margin-left: 91.666667%;\n }\n}\n\n@media (min-width: 992px) {\n .col-lg {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n }\n .row-cols-lg-1 > * {\n flex: 0 0 100%;\n max-width: 100%;\n }\n .row-cols-lg-2 > * {\n flex: 0 0 50%;\n max-width: 50%;\n }\n .row-cols-lg-3 > * {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .row-cols-lg-4 > * {\n flex: 0 0 25%;\n max-width: 25%;\n }\n .row-cols-lg-5 > * {\n flex: 0 0 20%;\n max-width: 20%;\n }\n .row-cols-lg-6 > * {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-lg-auto {\n flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n }\n .col-lg-1 {\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n }\n .col-lg-2 {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-lg-3 {\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-lg-4 {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .col-lg-5 {\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n }\n .col-lg-6 {\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-lg-7 {\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n }\n .col-lg-8 {\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n }\n .col-lg-9 {\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-lg-10 {\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n }\n .col-lg-11 {\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n }\n .col-lg-12 {\n flex: 0 0 100%;\n max-width: 100%;\n }\n .order-lg-first {\n order: -1;\n }\n .order-lg-last {\n order: 13;\n }\n .order-lg-0 {\n order: 0;\n }\n .order-lg-1 {\n order: 1;\n }\n .order-lg-2 {\n order: 2;\n }\n .order-lg-3 {\n order: 3;\n }\n .order-lg-4 {\n order: 4;\n }\n .order-lg-5 {\n order: 5;\n }\n .order-lg-6 {\n order: 6;\n }\n .order-lg-7 {\n order: 7;\n }\n .order-lg-8 {\n order: 8;\n }\n .order-lg-9 {\n order: 9;\n }\n .order-lg-10 {\n order: 10;\n }\n .order-lg-11 {\n order: 11;\n }\n .order-lg-12 {\n order: 12;\n }\n .offset-lg-0 {\n margin-left: 0;\n }\n .offset-lg-1 {\n margin-left: 8.333333%;\n }\n .offset-lg-2 {\n margin-left: 16.666667%;\n }\n .offset-lg-3 {\n margin-left: 25%;\n }\n .offset-lg-4 {\n margin-left: 33.333333%;\n }\n .offset-lg-5 {\n margin-left: 41.666667%;\n }\n .offset-lg-6 {\n margin-left: 50%;\n }\n .offset-lg-7 {\n margin-left: 58.333333%;\n }\n .offset-lg-8 {\n margin-left: 66.666667%;\n }\n .offset-lg-9 {\n margin-left: 75%;\n }\n .offset-lg-10 {\n margin-left: 83.333333%;\n }\n .offset-lg-11 {\n margin-left: 91.666667%;\n }\n}\n\n@media (min-width: 1200px) {\n .col-xl {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n }\n .row-cols-xl-1 > * {\n flex: 0 0 100%;\n max-width: 100%;\n }\n .row-cols-xl-2 > * {\n flex: 0 0 50%;\n max-width: 50%;\n }\n .row-cols-xl-3 > * {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .row-cols-xl-4 > * {\n flex: 0 0 25%;\n max-width: 25%;\n }\n .row-cols-xl-5 > * {\n flex: 0 0 20%;\n max-width: 20%;\n }\n .row-cols-xl-6 > * {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-xl-auto {\n flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n }\n .col-xl-1 {\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n }\n .col-xl-2 {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-xl-3 {\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-xl-4 {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .col-xl-5 {\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n }\n .col-xl-6 {\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-xl-7 {\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n }\n .col-xl-8 {\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n }\n .col-xl-9 {\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-xl-10 {\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n }\n .col-xl-11 {\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n }\n .col-xl-12 {\n flex: 0 0 100%;\n max-width: 100%;\n }\n .order-xl-first {\n order: -1;\n }\n .order-xl-last {\n order: 13;\n }\n .order-xl-0 {\n order: 0;\n }\n .order-xl-1 {\n order: 1;\n }\n .order-xl-2 {\n order: 2;\n }\n .order-xl-3 {\n order: 3;\n }\n .order-xl-4 {\n order: 4;\n }\n .order-xl-5 {\n order: 5;\n }\n .order-xl-6 {\n order: 6;\n }\n .order-xl-7 {\n order: 7;\n }\n .order-xl-8 {\n order: 8;\n }\n .order-xl-9 {\n order: 9;\n }\n .order-xl-10 {\n order: 10;\n }\n .order-xl-11 {\n order: 11;\n }\n .order-xl-12 {\n order: 12;\n }\n .offset-xl-0 {\n margin-left: 0;\n }\n .offset-xl-1 {\n margin-left: 8.333333%;\n }\n .offset-xl-2 {\n margin-left: 16.666667%;\n }\n .offset-xl-3 {\n margin-left: 25%;\n }\n .offset-xl-4 {\n margin-left: 33.333333%;\n }\n .offset-xl-5 {\n margin-left: 41.666667%;\n }\n .offset-xl-6 {\n margin-left: 50%;\n }\n .offset-xl-7 {\n margin-left: 58.333333%;\n }\n .offset-xl-8 {\n margin-left: 66.666667%;\n }\n .offset-xl-9 {\n margin-left: 75%;\n }\n .offset-xl-10 {\n margin-left: 83.333333%;\n }\n .offset-xl-11 {\n margin-left: 91.666667%;\n }\n}\n\n.table {\n width: 100%;\n margin-bottom: 1rem;\n color: #212529;\n}\n\n.table th,\n.table td {\n padding: 0.75rem;\n vertical-align: top;\n border-top: 1px solid #dee2e6;\n}\n\n.table thead th {\n vertical-align: bottom;\n border-bottom: 2px solid #dee2e6;\n}\n\n.table tbody + tbody {\n border-top: 2px solid #dee2e6;\n}\n\n.table-sm th,\n.table-sm td {\n padding: 0.3rem;\n}\n\n.table-bordered {\n border: 1px solid #dee2e6;\n}\n\n.table-bordered th,\n.table-bordered td {\n border: 1px solid #dee2e6;\n}\n\n.table-bordered thead th,\n.table-bordered thead td {\n border-bottom-width: 2px;\n}\n\n.table-borderless th,\n.table-borderless td,\n.table-borderless thead th,\n.table-borderless tbody + tbody {\n border: 0;\n}\n\n.table-striped tbody tr:nth-of-type(odd) {\n background-color: rgba(0, 0, 0, 0.05);\n}\n\n.table-hover tbody tr:hover {\n color: #212529;\n background-color: rgba(0, 0, 0, 0.075);\n}\n\n.table-primary,\n.table-primary > th,\n.table-primary > td {\n background-color: #b8daff;\n}\n\n.table-primary th,\n.table-primary td,\n.table-primary thead th,\n.table-primary tbody + tbody {\n border-color: #7abaff;\n}\n\n.table-hover .table-primary:hover {\n background-color: #9fcdff;\n}\n\n.table-hover .table-primary:hover > td,\n.table-hover .table-primary:hover > th {\n background-color: #9fcdff;\n}\n\n.table-secondary,\n.table-secondary > th,\n.table-secondary > td {\n background-color: #d6d8db;\n}\n\n.table-secondary th,\n.table-secondary td,\n.table-secondary thead th,\n.table-secondary tbody + tbody {\n border-color: #b3b7bb;\n}\n\n.table-hover .table-secondary:hover {\n background-color: #c8cbcf;\n}\n\n.table-hover .table-secondary:hover > td,\n.table-hover .table-secondary:hover > th {\n background-color: #c8cbcf;\n}\n\n.table-success,\n.table-success > th,\n.table-success > td {\n background-color: #c3e6cb;\n}\n\n.table-success th,\n.table-success td,\n.table-success thead th,\n.table-success tbody + tbody {\n border-color: #8fd19e;\n}\n\n.table-hover .table-success:hover {\n background-color: #b1dfbb;\n}\n\n.table-hover .table-success:hover > td,\n.table-hover .table-success:hover > th {\n background-color: #b1dfbb;\n}\n\n.table-info,\n.table-info > th,\n.table-info > td {\n background-color: #bee5eb;\n}\n\n.table-info th,\n.table-info td,\n.table-info thead th,\n.table-info tbody + tbody {\n border-color: #86cfda;\n}\n\n.table-hover .table-info:hover {\n background-color: #abdde5;\n}\n\n.table-hover .table-info:hover > td,\n.table-hover .table-info:hover > th {\n background-color: #abdde5;\n}\n\n.table-warning,\n.table-warning > th,\n.table-warning > td {\n background-color: #ffeeba;\n}\n\n.table-warning th,\n.table-warning td,\n.table-warning thead th,\n.table-warning tbody + tbody {\n border-color: #ffdf7e;\n}\n\n.table-hover .table-warning:hover {\n background-color: #ffe8a1;\n}\n\n.table-hover .table-warning:hover > td,\n.table-hover .table-warning:hover > th {\n background-color: #ffe8a1;\n}\n\n.table-danger,\n.table-danger > th,\n.table-danger > td {\n background-color: #f5c6cb;\n}\n\n.table-danger th,\n.table-danger td,\n.table-danger thead th,\n.table-danger tbody + tbody {\n border-color: #ed969e;\n}\n\n.table-hover .table-danger:hover {\n background-color: #f1b0b7;\n}\n\n.table-hover .table-danger:hover > td,\n.table-hover .table-danger:hover > th {\n background-color: #f1b0b7;\n}\n\n.table-light,\n.table-light > th,\n.table-light > td {\n background-color: #fdfdfe;\n}\n\n.table-light th,\n.table-light td,\n.table-light thead th,\n.table-light tbody + tbody {\n border-color: #fbfcfc;\n}\n\n.table-hover .table-light:hover {\n background-color: #ececf6;\n}\n\n.table-hover .table-light:hover > td,\n.table-hover .table-light:hover > th {\n background-color: #ececf6;\n}\n\n.table-dark,\n.table-dark > th,\n.table-dark > td {\n background-color: #c6c8ca;\n}\n\n.table-dark th,\n.table-dark td,\n.table-dark thead th,\n.table-dark tbody + tbody {\n border-color: #95999c;\n}\n\n.table-hover .table-dark:hover {\n background-color: #b9bbbe;\n}\n\n.table-hover .table-dark:hover > td,\n.table-hover .table-dark:hover > th {\n background-color: #b9bbbe;\n}\n\n.table-active,\n.table-active > th,\n.table-active > td {\n background-color: rgba(0, 0, 0, 0.075);\n}\n\n.table-hover .table-active:hover {\n background-color: rgba(0, 0, 0, 0.075);\n}\n\n.table-hover .table-active:hover > td,\n.table-hover .table-active:hover > th {\n background-color: rgba(0, 0, 0, 0.075);\n}\n\n.table .thead-dark th {\n color: #fff;\n background-color: #343a40;\n border-color: #454d55;\n}\n\n.table .thead-light th {\n color: #495057;\n background-color: #e9ecef;\n border-color: #dee2e6;\n}\n\n.table-dark {\n color: #fff;\n background-color: #343a40;\n}\n\n.table-dark th,\n.table-dark td,\n.table-dark thead th {\n border-color: #454d55;\n}\n\n.table-dark.table-bordered {\n border: 0;\n}\n\n.table-dark.table-striped tbody tr:nth-of-type(odd) {\n background-color: rgba(255, 255, 255, 0.05);\n}\n\n.table-dark.table-hover tbody tr:hover {\n color: #fff;\n background-color: rgba(255, 255, 255, 0.075);\n}\n\n@media (max-width: 575.98px) {\n .table-responsive-sm {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n }\n .table-responsive-sm > .table-bordered {\n border: 0;\n }\n}\n\n@media (max-width: 767.98px) {\n .table-responsive-md {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n }\n .table-responsive-md > .table-bordered {\n border: 0;\n }\n}\n\n@media (max-width: 991.98px) {\n .table-responsive-lg {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n }\n .table-responsive-lg > .table-bordered {\n border: 0;\n }\n}\n\n@media (max-width: 1199.98px) {\n .table-responsive-xl {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n }\n .table-responsive-xl > .table-bordered {\n border: 0;\n }\n}\n\n.table-responsive {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n}\n\n.table-responsive > .table-bordered {\n border: 0;\n}\n\n.form-control {\n display: block;\n width: 100%;\n height: calc(1.5em + 0.75rem + 2px);\n padding: 0.375rem 0.75rem;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #495057;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid #ced4da;\n border-radius: 0.25rem;\n transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .form-control {\n transition: none;\n }\n}\n\n.form-control::-ms-expand {\n background-color: transparent;\n border: 0;\n}\n\n.form-control:-moz-focusring {\n color: transparent;\n text-shadow: 0 0 0 #495057;\n}\n\n.form-control:focus {\n color: #495057;\n background-color: #fff;\n border-color: #80bdff;\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.form-control::placeholder {\n color: #6c757d;\n opacity: 1;\n}\n\n.form-control:disabled, .form-control[readonly] {\n background-color: #e9ecef;\n opacity: 1;\n}\n\ninput[type=\"date\"].form-control,\ninput[type=\"time\"].form-control,\ninput[type=\"datetime-local\"].form-control,\ninput[type=\"month\"].form-control {\n appearance: none;\n}\n\nselect.form-control:focus::-ms-value {\n color: #495057;\n background-color: #fff;\n}\n\n.form-control-file,\n.form-control-range {\n display: block;\n width: 100%;\n}\n\n.col-form-label {\n padding-top: calc(0.375rem + 1px);\n padding-bottom: calc(0.375rem + 1px);\n margin-bottom: 0;\n font-size: inherit;\n line-height: 1.5;\n}\n\n.col-form-label-lg {\n padding-top: calc(0.5rem + 1px);\n padding-bottom: calc(0.5rem + 1px);\n font-size: 1.25rem;\n line-height: 1.5;\n}\n\n.col-form-label-sm {\n padding-top: calc(0.25rem + 1px);\n padding-bottom: calc(0.25rem + 1px);\n font-size: 0.875rem;\n line-height: 1.5;\n}\n\n.form-control-plaintext {\n display: block;\n width: 100%;\n padding: 0.375rem 0;\n margin-bottom: 0;\n font-size: 1rem;\n line-height: 1.5;\n color: #212529;\n background-color: transparent;\n border: solid transparent;\n border-width: 1px 0;\n}\n\n.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {\n padding-right: 0;\n padding-left: 0;\n}\n\n.form-control-sm {\n height: calc(1.5em + 0.5rem + 2px);\n padding: 0.25rem 0.5rem;\n font-size: 0.875rem;\n line-height: 1.5;\n border-radius: 0.2rem;\n}\n\n.form-control-lg {\n height: calc(1.5em + 1rem + 2px);\n padding: 0.5rem 1rem;\n font-size: 1.25rem;\n line-height: 1.5;\n border-radius: 0.3rem;\n}\n\nselect.form-control[size], select.form-control[multiple] {\n height: auto;\n}\n\ntextarea.form-control {\n height: auto;\n}\n\n.form-group {\n margin-bottom: 1rem;\n}\n\n.form-text {\n display: block;\n margin-top: 0.25rem;\n}\n\n.form-row {\n display: flex;\n flex-wrap: wrap;\n margin-right: -5px;\n margin-left: -5px;\n}\n\n.form-row > .col,\n.form-row > [class*=\"col-\"] {\n padding-right: 5px;\n padding-left: 5px;\n}\n\n.form-check {\n position: relative;\n display: block;\n padding-left: 1.25rem;\n}\n\n.form-check-input {\n position: absolute;\n margin-top: 0.3rem;\n margin-left: -1.25rem;\n}\n\n.form-check-input[disabled] ~ .form-check-label,\n.form-check-input:disabled ~ .form-check-label {\n color: #6c757d;\n}\n\n.form-check-label {\n margin-bottom: 0;\n}\n\n.form-check-inline {\n display: inline-flex;\n align-items: center;\n padding-left: 0;\n margin-right: 0.75rem;\n}\n\n.form-check-inline .form-check-input {\n position: static;\n margin-top: 0;\n margin-right: 0.3125rem;\n margin-left: 0;\n}\n\n.valid-feedback {\n display: none;\n width: 100%;\n margin-top: 0.25rem;\n font-size: 80%;\n color: #28a745;\n}\n\n.valid-tooltip {\n position: absolute;\n top: 100%;\n left: 0;\n z-index: 5;\n display: none;\n max-width: 100%;\n padding: 0.25rem 0.5rem;\n margin-top: .1rem;\n font-size: 0.875rem;\n line-height: 1.5;\n color: #fff;\n background-color: rgba(40, 167, 69, 0.9);\n border-radius: 0.25rem;\n}\n\n.was-validated :valid ~ .valid-feedback,\n.was-validated :valid ~ .valid-tooltip,\n.is-valid ~ .valid-feedback,\n.is-valid ~ .valid-tooltip {\n display: block;\n}\n\n.was-validated .form-control:valid, .form-control.is-valid {\n border-color: #28a745;\n padding-right: calc(1.5em + 0.75rem);\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e\");\n background-repeat: no-repeat;\n background-position: right calc(0.375em + 0.1875rem) center;\n background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);\n}\n\n.was-validated .form-control:valid:focus, .form-control.is-valid:focus {\n border-color: #28a745;\n box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);\n}\n\n.was-validated textarea.form-control:valid, textarea.form-control.is-valid {\n padding-right: calc(1.5em + 0.75rem);\n background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);\n}\n\n.was-validated .custom-select:valid, .custom-select.is-valid {\n border-color: #28a745;\n padding-right: calc(0.75em + 2.3125rem);\n background: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e\") no-repeat right 0.75rem center/8px 10px, url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e\") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);\n}\n\n.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {\n border-color: #28a745;\n box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);\n}\n\n.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {\n color: #28a745;\n}\n\n.was-validated .form-check-input:valid ~ .valid-feedback,\n.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,\n.form-check-input.is-valid ~ .valid-tooltip {\n display: block;\n}\n\n.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {\n color: #28a745;\n}\n\n.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {\n border-color: #28a745;\n}\n\n.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {\n border-color: #34ce57;\n background-color: #34ce57;\n}\n\n.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {\n box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);\n}\n\n.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {\n border-color: #28a745;\n}\n\n.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {\n border-color: #28a745;\n}\n\n.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {\n border-color: #28a745;\n box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);\n}\n\n.invalid-feedback {\n display: none;\n width: 100%;\n margin-top: 0.25rem;\n font-size: 80%;\n color: #dc3545;\n}\n\n.invalid-tooltip {\n position: absolute;\n top: 100%;\n left: 0;\n z-index: 5;\n display: none;\n max-width: 100%;\n padding: 0.25rem 0.5rem;\n margin-top: .1rem;\n font-size: 0.875rem;\n line-height: 1.5;\n color: #fff;\n background-color: rgba(220, 53, 69, 0.9);\n border-radius: 0.25rem;\n}\n\n.was-validated :invalid ~ .invalid-feedback,\n.was-validated :invalid ~ .invalid-tooltip,\n.is-invalid ~ .invalid-feedback,\n.is-invalid ~ .invalid-tooltip {\n display: block;\n}\n\n.was-validated .form-control:invalid, .form-control.is-invalid {\n border-color: #dc3545;\n padding-right: calc(1.5em + 0.75rem);\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e\");\n background-repeat: no-repeat;\n background-position: right calc(0.375em + 0.1875rem) center;\n background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);\n}\n\n.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {\n border-color: #dc3545;\n box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);\n}\n\n.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {\n padding-right: calc(1.5em + 0.75rem);\n background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);\n}\n\n.was-validated .custom-select:invalid, .custom-select.is-invalid {\n border-color: #dc3545;\n padding-right: calc(0.75em + 2.3125rem);\n background: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e\") no-repeat right 0.75rem center/8px 10px, url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e\") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);\n}\n\n.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {\n border-color: #dc3545;\n box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);\n}\n\n.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {\n color: #dc3545;\n}\n\n.was-validated .form-check-input:invalid ~ .invalid-feedback,\n.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,\n.form-check-input.is-invalid ~ .invalid-tooltip {\n display: block;\n}\n\n.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {\n color: #dc3545;\n}\n\n.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {\n border-color: #dc3545;\n}\n\n.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {\n border-color: #e4606d;\n background-color: #e4606d;\n}\n\n.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {\n box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);\n}\n\n.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {\n border-color: #dc3545;\n}\n\n.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {\n border-color: #dc3545;\n}\n\n.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {\n border-color: #dc3545;\n box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);\n}\n\n.form-inline {\n display: flex;\n flex-flow: row wrap;\n align-items: center;\n}\n\n.form-inline .form-check {\n width: 100%;\n}\n\n@media (min-width: 576px) {\n .form-inline label {\n display: flex;\n align-items: center;\n justify-content: center;\n margin-bottom: 0;\n }\n .form-inline .form-group {\n display: flex;\n flex: 0 0 auto;\n flex-flow: row wrap;\n align-items: center;\n margin-bottom: 0;\n }\n .form-inline .form-control {\n display: inline-block;\n width: auto;\n vertical-align: middle;\n }\n .form-inline .form-control-plaintext {\n display: inline-block;\n }\n .form-inline .input-group,\n .form-inline .custom-select {\n width: auto;\n }\n .form-inline .form-check {\n display: flex;\n align-items: center;\n justify-content: center;\n width: auto;\n padding-left: 0;\n }\n .form-inline .form-check-input {\n position: relative;\n flex-shrink: 0;\n margin-top: 0;\n margin-right: 0.25rem;\n margin-left: 0;\n }\n .form-inline .custom-control {\n align-items: center;\n justify-content: center;\n }\n .form-inline .custom-control-label {\n margin-bottom: 0;\n }\n}\n\n.btn {\n display: inline-block;\n font-weight: 400;\n color: #212529;\n text-align: center;\n vertical-align: middle;\n user-select: none;\n background-color: transparent;\n border: 1px solid transparent;\n padding: 0.375rem 0.75rem;\n font-size: 1rem;\n line-height: 1.5;\n border-radius: 0.25rem;\n transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .btn {\n transition: none;\n }\n}\n\n.btn:hover {\n color: #212529;\n text-decoration: none;\n}\n\n.btn:focus, .btn.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.btn.disabled, .btn:disabled {\n opacity: 0.65;\n}\n\n.btn:not(:disabled):not(.disabled) {\n cursor: pointer;\n}\n\na.btn.disabled,\nfieldset:disabled a.btn {\n pointer-events: none;\n}\n\n.btn-primary {\n color: #fff;\n background-color: #007bff;\n border-color: #007bff;\n}\n\n.btn-primary:hover {\n color: #fff;\n background-color: #0069d9;\n border-color: #0062cc;\n}\n\n.btn-primary:focus, .btn-primary.focus {\n color: #fff;\n background-color: #0069d9;\n border-color: #0062cc;\n box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);\n}\n\n.btn-primary.disabled, .btn-primary:disabled {\n color: #fff;\n background-color: #007bff;\n border-color: #007bff;\n}\n\n.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,\n.show > .btn-primary.dropdown-toggle {\n color: #fff;\n background-color: #0062cc;\n border-color: #005cbf;\n}\n\n.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,\n.show > .btn-primary.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);\n}\n\n.btn-secondary {\n color: #fff;\n background-color: #6c757d;\n border-color: #6c757d;\n}\n\n.btn-secondary:hover {\n color: #fff;\n background-color: #5a6268;\n border-color: #545b62;\n}\n\n.btn-secondary:focus, .btn-secondary.focus {\n color: #fff;\n background-color: #5a6268;\n border-color: #545b62;\n box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);\n}\n\n.btn-secondary.disabled, .btn-secondary:disabled {\n color: #fff;\n background-color: #6c757d;\n border-color: #6c757d;\n}\n\n.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,\n.show > .btn-secondary.dropdown-toggle {\n color: #fff;\n background-color: #545b62;\n border-color: #4e555b;\n}\n\n.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,\n.show > .btn-secondary.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);\n}\n\n.btn-success {\n color: #fff;\n background-color: #28a745;\n border-color: #28a745;\n}\n\n.btn-success:hover {\n color: #fff;\n background-color: #218838;\n border-color: #1e7e34;\n}\n\n.btn-success:focus, .btn-success.focus {\n color: #fff;\n background-color: #218838;\n border-color: #1e7e34;\n box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);\n}\n\n.btn-success.disabled, .btn-success:disabled {\n color: #fff;\n background-color: #28a745;\n border-color: #28a745;\n}\n\n.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,\n.show > .btn-success.dropdown-toggle {\n color: #fff;\n background-color: #1e7e34;\n border-color: #1c7430;\n}\n\n.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,\n.show > .btn-success.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);\n}\n\n.btn-info {\n color: #fff;\n background-color: #17a2b8;\n border-color: #17a2b8;\n}\n\n.btn-info:hover {\n color: #fff;\n background-color: #138496;\n border-color: #117a8b;\n}\n\n.btn-info:focus, .btn-info.focus {\n color: #fff;\n background-color: #138496;\n border-color: #117a8b;\n box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);\n}\n\n.btn-info.disabled, .btn-info:disabled {\n color: #fff;\n background-color: #17a2b8;\n border-color: #17a2b8;\n}\n\n.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,\n.show > .btn-info.dropdown-toggle {\n color: #fff;\n background-color: #117a8b;\n border-color: #10707f;\n}\n\n.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,\n.show > .btn-info.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);\n}\n\n.btn-warning {\n color: #212529;\n background-color: #ffc107;\n border-color: #ffc107;\n}\n\n.btn-warning:hover {\n color: #212529;\n background-color: #e0a800;\n border-color: #d39e00;\n}\n\n.btn-warning:focus, .btn-warning.focus {\n color: #212529;\n background-color: #e0a800;\n border-color: #d39e00;\n box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);\n}\n\n.btn-warning.disabled, .btn-warning:disabled {\n color: #212529;\n background-color: #ffc107;\n border-color: #ffc107;\n}\n\n.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,\n.show > .btn-warning.dropdown-toggle {\n color: #212529;\n background-color: #d39e00;\n border-color: #c69500;\n}\n\n.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,\n.show > .btn-warning.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);\n}\n\n.btn-danger {\n color: #fff;\n background-color: #dc3545;\n border-color: #dc3545;\n}\n\n.btn-danger:hover {\n color: #fff;\n background-color: #c82333;\n border-color: #bd2130;\n}\n\n.btn-danger:focus, .btn-danger.focus {\n color: #fff;\n background-color: #c82333;\n border-color: #bd2130;\n box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);\n}\n\n.btn-danger.disabled, .btn-danger:disabled {\n color: #fff;\n background-color: #dc3545;\n border-color: #dc3545;\n}\n\n.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,\n.show > .btn-danger.dropdown-toggle {\n color: #fff;\n background-color: #bd2130;\n border-color: #b21f2d;\n}\n\n.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,\n.show > .btn-danger.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);\n}\n\n.btn-light {\n color: #212529;\n background-color: #f8f9fa;\n border-color: #f8f9fa;\n}\n\n.btn-light:hover {\n color: #212529;\n background-color: #e2e6ea;\n border-color: #dae0e5;\n}\n\n.btn-light:focus, .btn-light.focus {\n color: #212529;\n background-color: #e2e6ea;\n border-color: #dae0e5;\n box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);\n}\n\n.btn-light.disabled, .btn-light:disabled {\n color: #212529;\n background-color: #f8f9fa;\n border-color: #f8f9fa;\n}\n\n.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,\n.show > .btn-light.dropdown-toggle {\n color: #212529;\n background-color: #dae0e5;\n border-color: #d3d9df;\n}\n\n.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,\n.show > .btn-light.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);\n}\n\n.btn-dark {\n color: #fff;\n background-color: #343a40;\n border-color: #343a40;\n}\n\n.btn-dark:hover {\n color: #fff;\n background-color: #23272b;\n border-color: #1d2124;\n}\n\n.btn-dark:focus, .btn-dark.focus {\n color: #fff;\n background-color: #23272b;\n border-color: #1d2124;\n box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);\n}\n\n.btn-dark.disabled, .btn-dark:disabled {\n color: #fff;\n background-color: #343a40;\n border-color: #343a40;\n}\n\n.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,\n.show > .btn-dark.dropdown-toggle {\n color: #fff;\n background-color: #1d2124;\n border-color: #171a1d;\n}\n\n.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,\n.show > .btn-dark.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);\n}\n\n.btn-outline-primary {\n color: #007bff;\n border-color: #007bff;\n}\n\n.btn-outline-primary:hover {\n color: #fff;\n background-color: #007bff;\n border-color: #007bff;\n}\n\n.btn-outline-primary:focus, .btn-outline-primary.focus {\n box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);\n}\n\n.btn-outline-primary.disabled, .btn-outline-primary:disabled {\n color: #007bff;\n background-color: transparent;\n}\n\n.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,\n.show > .btn-outline-primary.dropdown-toggle {\n color: #fff;\n background-color: #007bff;\n border-color: #007bff;\n}\n\n.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,\n.show > .btn-outline-primary.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);\n}\n\n.btn-outline-secondary {\n color: #6c757d;\n border-color: #6c757d;\n}\n\n.btn-outline-secondary:hover {\n color: #fff;\n background-color: #6c757d;\n border-color: #6c757d;\n}\n\n.btn-outline-secondary:focus, .btn-outline-secondary.focus {\n box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);\n}\n\n.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {\n color: #6c757d;\n background-color: transparent;\n}\n\n.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,\n.show > .btn-outline-secondary.dropdown-toggle {\n color: #fff;\n background-color: #6c757d;\n border-color: #6c757d;\n}\n\n.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,\n.show > .btn-outline-secondary.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);\n}\n\n.btn-outline-success {\n color: #28a745;\n border-color: #28a745;\n}\n\n.btn-outline-success:hover {\n color: #fff;\n background-color: #28a745;\n border-color: #28a745;\n}\n\n.btn-outline-success:focus, .btn-outline-success.focus {\n box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);\n}\n\n.btn-outline-success.disabled, .btn-outline-success:disabled {\n color: #28a745;\n background-color: transparent;\n}\n\n.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,\n.show > .btn-outline-success.dropdown-toggle {\n color: #fff;\n background-color: #28a745;\n border-color: #28a745;\n}\n\n.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,\n.show > .btn-outline-success.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);\n}\n\n.btn-outline-info {\n color: #17a2b8;\n border-color: #17a2b8;\n}\n\n.btn-outline-info:hover {\n color: #fff;\n background-color: #17a2b8;\n border-color: #17a2b8;\n}\n\n.btn-outline-info:focus, .btn-outline-info.focus {\n box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);\n}\n\n.btn-outline-info.disabled, .btn-outline-info:disabled {\n color: #17a2b8;\n background-color: transparent;\n}\n\n.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,\n.show > .btn-outline-info.dropdown-toggle {\n color: #fff;\n background-color: #17a2b8;\n border-color: #17a2b8;\n}\n\n.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,\n.show > .btn-outline-info.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);\n}\n\n.btn-outline-warning {\n color: #ffc107;\n border-color: #ffc107;\n}\n\n.btn-outline-warning:hover {\n color: #212529;\n background-color: #ffc107;\n border-color: #ffc107;\n}\n\n.btn-outline-warning:focus, .btn-outline-warning.focus {\n box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);\n}\n\n.btn-outline-warning.disabled, .btn-outline-warning:disabled {\n color: #ffc107;\n background-color: transparent;\n}\n\n.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,\n.show > .btn-outline-warning.dropdown-toggle {\n color: #212529;\n background-color: #ffc107;\n border-color: #ffc107;\n}\n\n.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,\n.show > .btn-outline-warning.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);\n}\n\n.btn-outline-danger {\n color: #dc3545;\n border-color: #dc3545;\n}\n\n.btn-outline-danger:hover {\n color: #fff;\n background-color: #dc3545;\n border-color: #dc3545;\n}\n\n.btn-outline-danger:focus, .btn-outline-danger.focus {\n box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);\n}\n\n.btn-outline-danger.disabled, .btn-outline-danger:disabled {\n color: #dc3545;\n background-color: transparent;\n}\n\n.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,\n.show > .btn-outline-danger.dropdown-toggle {\n color: #fff;\n background-color: #dc3545;\n border-color: #dc3545;\n}\n\n.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,\n.show > .btn-outline-danger.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);\n}\n\n.btn-outline-light {\n color: #f8f9fa;\n border-color: #f8f9fa;\n}\n\n.btn-outline-light:hover {\n color: #212529;\n background-color: #f8f9fa;\n border-color: #f8f9fa;\n}\n\n.btn-outline-light:focus, .btn-outline-light.focus {\n box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);\n}\n\n.btn-outline-light.disabled, .btn-outline-light:disabled {\n color: #f8f9fa;\n background-color: transparent;\n}\n\n.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,\n.show > .btn-outline-light.dropdown-toggle {\n color: #212529;\n background-color: #f8f9fa;\n border-color: #f8f9fa;\n}\n\n.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,\n.show > .btn-outline-light.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);\n}\n\n.btn-outline-dark {\n color: #343a40;\n border-color: #343a40;\n}\n\n.btn-outline-dark:hover {\n color: #fff;\n background-color: #343a40;\n border-color: #343a40;\n}\n\n.btn-outline-dark:focus, .btn-outline-dark.focus {\n box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);\n}\n\n.btn-outline-dark.disabled, .btn-outline-dark:disabled {\n color: #343a40;\n background-color: transparent;\n}\n\n.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,\n.show > .btn-outline-dark.dropdown-toggle {\n color: #fff;\n background-color: #343a40;\n border-color: #343a40;\n}\n\n.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,\n.show > .btn-outline-dark.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);\n}\n\n.btn-link {\n font-weight: 400;\n color: #007bff;\n text-decoration: none;\n}\n\n.btn-link:hover {\n color: #0056b3;\n text-decoration: underline;\n}\n\n.btn-link:focus, .btn-link.focus {\n text-decoration: underline;\n}\n\n.btn-link:disabled, .btn-link.disabled {\n color: #6c757d;\n pointer-events: none;\n}\n\n.btn-lg, .btn-group-lg > .btn {\n padding: 0.5rem 1rem;\n font-size: 1.25rem;\n line-height: 1.5;\n border-radius: 0.3rem;\n}\n\n.btn-sm, .btn-group-sm > .btn {\n padding: 0.25rem 0.5rem;\n font-size: 0.875rem;\n line-height: 1.5;\n border-radius: 0.2rem;\n}\n\n.btn-block {\n display: block;\n width: 100%;\n}\n\n.btn-block + .btn-block {\n margin-top: 0.5rem;\n}\n\ninput[type=\"submit\"].btn-block,\ninput[type=\"reset\"].btn-block,\ninput[type=\"button\"].btn-block {\n width: 100%;\n}\n\n.fade {\n transition: opacity 0.15s linear;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .fade {\n transition: none;\n }\n}\n\n.fade:not(.show) {\n opacity: 0;\n}\n\n.collapse:not(.show) {\n display: none;\n}\n\n.collapsing {\n position: relative;\n height: 0;\n overflow: hidden;\n transition: height 0.35s ease;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .collapsing {\n transition: none;\n }\n}\n\n.dropup,\n.dropright,\n.dropdown,\n.dropleft {\n position: relative;\n}\n\n.dropdown-toggle {\n white-space: nowrap;\n}\n\n.dropdown-toggle::after {\n display: inline-block;\n margin-left: 0.255em;\n vertical-align: 0.255em;\n content: \"\";\n border-top: 0.3em solid;\n border-right: 0.3em solid transparent;\n border-bottom: 0;\n border-left: 0.3em solid transparent;\n}\n\n.dropdown-toggle:empty::after {\n margin-left: 0;\n}\n\n.dropdown-menu {\n position: absolute;\n top: 100%;\n left: 0;\n z-index: 1000;\n display: none;\n float: left;\n min-width: 10rem;\n padding: 0.5rem 0;\n margin: 0.125rem 0 0;\n font-size: 1rem;\n color: #212529;\n text-align: left;\n list-style: none;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, 0.15);\n border-radius: 0.25rem;\n}\n\n.dropdown-menu-left {\n right: auto;\n left: 0;\n}\n\n.dropdown-menu-right {\n right: 0;\n left: auto;\n}\n\n@media (min-width: 576px) {\n .dropdown-menu-sm-left {\n right: auto;\n left: 0;\n }\n .dropdown-menu-sm-right {\n right: 0;\n left: auto;\n }\n}\n\n@media (min-width: 768px) {\n .dropdown-menu-md-left {\n right: auto;\n left: 0;\n }\n .dropdown-menu-md-right {\n right: 0;\n left: auto;\n }\n}\n\n@media (min-width: 992px) {\n .dropdown-menu-lg-left {\n right: auto;\n left: 0;\n }\n .dropdown-menu-lg-right {\n right: 0;\n left: auto;\n }\n}\n\n@media (min-width: 1200px) {\n .dropdown-menu-xl-left {\n right: auto;\n left: 0;\n }\n .dropdown-menu-xl-right {\n right: 0;\n left: auto;\n }\n}\n\n.dropup .dropdown-menu {\n top: auto;\n bottom: 100%;\n margin-top: 0;\n margin-bottom: 0.125rem;\n}\n\n.dropup .dropdown-toggle::after {\n display: inline-block;\n margin-left: 0.255em;\n vertical-align: 0.255em;\n content: \"\";\n border-top: 0;\n border-right: 0.3em solid transparent;\n border-bottom: 0.3em solid;\n border-left: 0.3em solid transparent;\n}\n\n.dropup .dropdown-toggle:empty::after {\n margin-left: 0;\n}\n\n.dropright .dropdown-menu {\n top: 0;\n right: auto;\n left: 100%;\n margin-top: 0;\n margin-left: 0.125rem;\n}\n\n.dropright .dropdown-toggle::after {\n display: inline-block;\n margin-left: 0.255em;\n vertical-align: 0.255em;\n content: \"\";\n border-top: 0.3em solid transparent;\n border-right: 0;\n border-bottom: 0.3em solid transparent;\n border-left: 0.3em solid;\n}\n\n.dropright .dropdown-toggle:empty::after {\n margin-left: 0;\n}\n\n.dropright .dropdown-toggle::after {\n vertical-align: 0;\n}\n\n.dropleft .dropdown-menu {\n top: 0;\n right: 100%;\n left: auto;\n margin-top: 0;\n margin-right: 0.125rem;\n}\n\n.dropleft .dropdown-toggle::after {\n display: inline-block;\n margin-left: 0.255em;\n vertical-align: 0.255em;\n content: \"\";\n}\n\n.dropleft .dropdown-toggle::after {\n display: none;\n}\n\n.dropleft .dropdown-toggle::before {\n display: inline-block;\n margin-right: 0.255em;\n vertical-align: 0.255em;\n content: \"\";\n border-top: 0.3em solid transparent;\n border-right: 0.3em solid;\n border-bottom: 0.3em solid transparent;\n}\n\n.dropleft .dropdown-toggle:empty::after {\n margin-left: 0;\n}\n\n.dropleft .dropdown-toggle::before {\n vertical-align: 0;\n}\n\n.dropdown-menu[x-placement^=\"top\"], .dropdown-menu[x-placement^=\"right\"], .dropdown-menu[x-placement^=\"bottom\"], .dropdown-menu[x-placement^=\"left\"] {\n right: auto;\n bottom: auto;\n}\n\n.dropdown-divider {\n height: 0;\n margin: 0.5rem 0;\n overflow: hidden;\n border-top: 1px solid #e9ecef;\n}\n\n.dropdown-item {\n display: block;\n width: 100%;\n padding: 0.25rem 1.5rem;\n clear: both;\n font-weight: 400;\n color: #212529;\n text-align: inherit;\n white-space: nowrap;\n background-color: transparent;\n border: 0;\n}\n\n.dropdown-item:hover, .dropdown-item:focus {\n color: #16181b;\n text-decoration: none;\n background-color: #f8f9fa;\n}\n\n.dropdown-item.active, .dropdown-item:active {\n color: #fff;\n text-decoration: none;\n background-color: #007bff;\n}\n\n.dropdown-item.disabled, .dropdown-item:disabled {\n color: #6c757d;\n pointer-events: none;\n background-color: transparent;\n}\n\n.dropdown-menu.show {\n display: block;\n}\n\n.dropdown-header {\n display: block;\n padding: 0.5rem 1.5rem;\n margin-bottom: 0;\n font-size: 0.875rem;\n color: #6c757d;\n white-space: nowrap;\n}\n\n.dropdown-item-text {\n display: block;\n padding: 0.25rem 1.5rem;\n color: #212529;\n}\n\n.btn-group,\n.btn-group-vertical {\n position: relative;\n display: inline-flex;\n vertical-align: middle;\n}\n\n.btn-group > .btn,\n.btn-group-vertical > .btn {\n position: relative;\n flex: 1 1 auto;\n}\n\n.btn-group > .btn:hover,\n.btn-group-vertical > .btn:hover {\n z-index: 1;\n}\n\n.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,\n.btn-group-vertical > .btn:focus,\n.btn-group-vertical > .btn:active,\n.btn-group-vertical > .btn.active {\n z-index: 1;\n}\n\n.btn-toolbar {\n display: flex;\n flex-wrap: wrap;\n justify-content: flex-start;\n}\n\n.btn-toolbar .input-group {\n width: auto;\n}\n\n.btn-group > .btn:not(:first-child),\n.btn-group > .btn-group:not(:first-child) {\n margin-left: -1px;\n}\n\n.btn-group > .btn:not(:last-child):not(.dropdown-toggle),\n.btn-group > .btn-group:not(:last-child) > .btn {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n.btn-group > .btn:not(:first-child),\n.btn-group > .btn-group:not(:first-child) > .btn {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.dropdown-toggle-split {\n padding-right: 0.5625rem;\n padding-left: 0.5625rem;\n}\n\n.dropdown-toggle-split::after,\n.dropup .dropdown-toggle-split::after,\n.dropright .dropdown-toggle-split::after {\n margin-left: 0;\n}\n\n.dropleft .dropdown-toggle-split::before {\n margin-right: 0;\n}\n\n.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {\n padding-right: 0.375rem;\n padding-left: 0.375rem;\n}\n\n.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {\n padding-right: 0.75rem;\n padding-left: 0.75rem;\n}\n\n.btn-group-vertical {\n flex-direction: column;\n align-items: flex-start;\n justify-content: center;\n}\n\n.btn-group-vertical > .btn,\n.btn-group-vertical > .btn-group {\n width: 100%;\n}\n\n.btn-group-vertical > .btn:not(:first-child),\n.btn-group-vertical > .btn-group:not(:first-child) {\n margin-top: -1px;\n}\n\n.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),\n.btn-group-vertical > .btn-group:not(:last-child) > .btn {\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.btn-group-vertical > .btn:not(:first-child),\n.btn-group-vertical > .btn-group:not(:first-child) > .btn {\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n}\n\n.btn-group-toggle > .btn,\n.btn-group-toggle > .btn-group > .btn {\n margin-bottom: 0;\n}\n\n.btn-group-toggle > .btn input[type=\"radio\"],\n.btn-group-toggle > .btn input[type=\"checkbox\"],\n.btn-group-toggle > .btn-group > .btn input[type=\"radio\"],\n.btn-group-toggle > .btn-group > .btn input[type=\"checkbox\"] {\n position: absolute;\n clip: rect(0, 0, 0, 0);\n pointer-events: none;\n}\n\n.input-group {\n position: relative;\n display: flex;\n flex-wrap: wrap;\n align-items: stretch;\n width: 100%;\n}\n\n.input-group > .form-control,\n.input-group > .form-control-plaintext,\n.input-group > .custom-select,\n.input-group > .custom-file {\n position: relative;\n flex: 1 1 auto;\n width: 1%;\n min-width: 0;\n margin-bottom: 0;\n}\n\n.input-group > .form-control + .form-control,\n.input-group > .form-control + .custom-select,\n.input-group > .form-control + .custom-file,\n.input-group > .form-control-plaintext + .form-control,\n.input-group > .form-control-plaintext + .custom-select,\n.input-group > .form-control-plaintext + .custom-file,\n.input-group > .custom-select + .form-control,\n.input-group > .custom-select + .custom-select,\n.input-group > .custom-select + .custom-file,\n.input-group > .custom-file + .form-control,\n.input-group > .custom-file + .custom-select,\n.input-group > .custom-file + .custom-file {\n margin-left: -1px;\n}\n\n.input-group > .form-control:focus,\n.input-group > .custom-select:focus,\n.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {\n z-index: 3;\n}\n\n.input-group > .custom-file .custom-file-input:focus {\n z-index: 4;\n}\n\n.input-group > .form-control:not(:last-child),\n.input-group > .custom-select:not(:last-child) {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n.input-group > .form-control:not(:first-child),\n.input-group > .custom-select:not(:first-child) {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.input-group > .custom-file {\n display: flex;\n align-items: center;\n}\n\n.input-group > .custom-file:not(:last-child) .custom-file-label,\n.input-group > .custom-file:not(:last-child) .custom-file-label::after {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n.input-group > .custom-file:not(:first-child) .custom-file-label {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.input-group-prepend,\n.input-group-append {\n display: flex;\n}\n\n.input-group-prepend .btn,\n.input-group-append .btn {\n position: relative;\n z-index: 2;\n}\n\n.input-group-prepend .btn:focus,\n.input-group-append .btn:focus {\n z-index: 3;\n}\n\n.input-group-prepend .btn + .btn,\n.input-group-prepend .btn + .input-group-text,\n.input-group-prepend .input-group-text + .input-group-text,\n.input-group-prepend .input-group-text + .btn,\n.input-group-append .btn + .btn,\n.input-group-append .btn + .input-group-text,\n.input-group-append .input-group-text + .input-group-text,\n.input-group-append .input-group-text + .btn {\n margin-left: -1px;\n}\n\n.input-group-prepend {\n margin-right: -1px;\n}\n\n.input-group-append {\n margin-left: -1px;\n}\n\n.input-group-text {\n display: flex;\n align-items: center;\n padding: 0.375rem 0.75rem;\n margin-bottom: 0;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #495057;\n text-align: center;\n white-space: nowrap;\n background-color: #e9ecef;\n border: 1px solid #ced4da;\n border-radius: 0.25rem;\n}\n\n.input-group-text input[type=\"radio\"],\n.input-group-text input[type=\"checkbox\"] {\n margin-top: 0;\n}\n\n.input-group-lg > .form-control:not(textarea),\n.input-group-lg > .custom-select {\n height: calc(1.5em + 1rem + 2px);\n}\n\n.input-group-lg > .form-control,\n.input-group-lg > .custom-select,\n.input-group-lg > .input-group-prepend > .input-group-text,\n.input-group-lg > .input-group-append > .input-group-text,\n.input-group-lg > .input-group-prepend > .btn,\n.input-group-lg > .input-group-append > .btn {\n padding: 0.5rem 1rem;\n font-size: 1.25rem;\n line-height: 1.5;\n border-radius: 0.3rem;\n}\n\n.input-group-sm > .form-control:not(textarea),\n.input-group-sm > .custom-select {\n height: calc(1.5em + 0.5rem + 2px);\n}\n\n.input-group-sm > .form-control,\n.input-group-sm > .custom-select,\n.input-group-sm > .input-group-prepend > .input-group-text,\n.input-group-sm > .input-group-append > .input-group-text,\n.input-group-sm > .input-group-prepend > .btn,\n.input-group-sm > .input-group-append > .btn {\n padding: 0.25rem 0.5rem;\n font-size: 0.875rem;\n line-height: 1.5;\n border-radius: 0.2rem;\n}\n\n.input-group-lg > .custom-select,\n.input-group-sm > .custom-select {\n padding-right: 1.75rem;\n}\n\n.input-group > .input-group-prepend > .btn,\n.input-group > .input-group-prepend > .input-group-text,\n.input-group > .input-group-append:not(:last-child) > .btn,\n.input-group > .input-group-append:not(:last-child) > .input-group-text,\n.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),\n.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n.input-group > .input-group-append > .btn,\n.input-group > .input-group-append > .input-group-text,\n.input-group > .input-group-prepend:not(:first-child) > .btn,\n.input-group > .input-group-prepend:not(:first-child) > .input-group-text,\n.input-group > .input-group-prepend:first-child > .btn:not(:first-child),\n.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.custom-control {\n position: relative;\n z-index: 1;\n display: block;\n min-height: 1.5rem;\n padding-left: 1.5rem;\n color-adjust: exact;\n}\n\n.custom-control-inline {\n display: inline-flex;\n margin-right: 1rem;\n}\n\n.custom-control-input {\n position: absolute;\n left: 0;\n z-index: -1;\n width: 1rem;\n height: 1.25rem;\n opacity: 0;\n}\n\n.custom-control-input:checked ~ .custom-control-label::before {\n color: #fff;\n border-color: #007bff;\n background-color: #007bff;\n}\n\n.custom-control-input:focus ~ .custom-control-label::before {\n box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {\n border-color: #80bdff;\n}\n\n.custom-control-input:not(:disabled):active ~ .custom-control-label::before {\n color: #fff;\n background-color: #b3d7ff;\n border-color: #b3d7ff;\n}\n\n.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {\n color: #6c757d;\n}\n\n.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {\n background-color: #e9ecef;\n}\n\n.custom-control-label {\n position: relative;\n margin-bottom: 0;\n vertical-align: top;\n}\n\n.custom-control-label::before {\n position: absolute;\n top: 0.25rem;\n left: -1.5rem;\n display: block;\n width: 1rem;\n height: 1rem;\n pointer-events: none;\n content: \"\";\n background-color: #fff;\n border: #adb5bd solid 1px;\n}\n\n.custom-control-label::after {\n position: absolute;\n top: 0.25rem;\n left: -1.5rem;\n display: block;\n width: 1rem;\n height: 1rem;\n content: \"\";\n background: no-repeat 50% / 50% 50%;\n}\n\n.custom-checkbox .custom-control-label::before {\n border-radius: 0.25rem;\n}\n\n.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e\");\n}\n\n.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {\n border-color: #007bff;\n background-color: #007bff;\n}\n\n.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e\");\n}\n\n.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {\n background-color: rgba(0, 123, 255, 0.5);\n}\n\n.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {\n background-color: rgba(0, 123, 255, 0.5);\n}\n\n.custom-radio .custom-control-label::before {\n border-radius: 50%;\n}\n\n.custom-radio .custom-control-input:checked ~ .custom-control-label::after {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e\");\n}\n\n.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {\n background-color: rgba(0, 123, 255, 0.5);\n}\n\n.custom-switch {\n padding-left: 2.25rem;\n}\n\n.custom-switch .custom-control-label::before {\n left: -2.25rem;\n width: 1.75rem;\n pointer-events: all;\n border-radius: 0.5rem;\n}\n\n.custom-switch .custom-control-label::after {\n top: calc(0.25rem + 2px);\n left: calc(-2.25rem + 2px);\n width: calc(1rem - 4px);\n height: calc(1rem - 4px);\n background-color: #adb5bd;\n border-radius: 0.5rem;\n transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .custom-switch .custom-control-label::after {\n transition: none;\n }\n}\n\n.custom-switch .custom-control-input:checked ~ .custom-control-label::after {\n background-color: #fff;\n transform: translateX(0.75rem);\n}\n\n.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {\n background-color: rgba(0, 123, 255, 0.5);\n}\n\n.custom-select {\n display: inline-block;\n width: 100%;\n height: calc(1.5em + 0.75rem + 2px);\n padding: 0.375rem 1.75rem 0.375rem 0.75rem;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #495057;\n vertical-align: middle;\n background: #fff url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e\") no-repeat right 0.75rem center/8px 10px;\n border: 1px solid #ced4da;\n border-radius: 0.25rem;\n appearance: none;\n}\n\n.custom-select:focus {\n border-color: #80bdff;\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.custom-select:focus::-ms-value {\n color: #495057;\n background-color: #fff;\n}\n\n.custom-select[multiple], .custom-select[size]:not([size=\"1\"]) {\n height: auto;\n padding-right: 0.75rem;\n background-image: none;\n}\n\n.custom-select:disabled {\n color: #6c757d;\n background-color: #e9ecef;\n}\n\n.custom-select::-ms-expand {\n display: none;\n}\n\n.custom-select:-moz-focusring {\n color: transparent;\n text-shadow: 0 0 0 #495057;\n}\n\n.custom-select-sm {\n height: calc(1.5em + 0.5rem + 2px);\n padding-top: 0.25rem;\n padding-bottom: 0.25rem;\n padding-left: 0.5rem;\n font-size: 0.875rem;\n}\n\n.custom-select-lg {\n height: calc(1.5em + 1rem + 2px);\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n padding-left: 1rem;\n font-size: 1.25rem;\n}\n\n.custom-file {\n position: relative;\n display: inline-block;\n width: 100%;\n height: calc(1.5em + 0.75rem + 2px);\n margin-bottom: 0;\n}\n\n.custom-file-input {\n position: relative;\n z-index: 2;\n width: 100%;\n height: calc(1.5em + 0.75rem + 2px);\n margin: 0;\n opacity: 0;\n}\n\n.custom-file-input:focus ~ .custom-file-label {\n border-color: #80bdff;\n box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.custom-file-input[disabled] ~ .custom-file-label,\n.custom-file-input:disabled ~ .custom-file-label {\n background-color: #e9ecef;\n}\n\n.custom-file-input:lang(en) ~ .custom-file-label::after {\n content: \"Browse\";\n}\n\n.custom-file-input ~ .custom-file-label[data-browse]::after {\n content: attr(data-browse);\n}\n\n.custom-file-label {\n position: absolute;\n top: 0;\n right: 0;\n left: 0;\n z-index: 1;\n height: calc(1.5em + 0.75rem + 2px);\n padding: 0.375rem 0.75rem;\n font-weight: 400;\n line-height: 1.5;\n color: #495057;\n background-color: #fff;\n border: 1px solid #ced4da;\n border-radius: 0.25rem;\n}\n\n.custom-file-label::after {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n z-index: 3;\n display: block;\n height: calc(1.5em + 0.75rem);\n padding: 0.375rem 0.75rem;\n line-height: 1.5;\n color: #495057;\n content: \"Browse\";\n background-color: #e9ecef;\n border-left: inherit;\n border-radius: 0 0.25rem 0.25rem 0;\n}\n\n.custom-range {\n width: 100%;\n height: 1.4rem;\n padding: 0;\n background-color: transparent;\n appearance: none;\n}\n\n.custom-range:focus {\n outline: none;\n}\n\n.custom-range:focus::-webkit-slider-thumb {\n box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.custom-range:focus::-moz-range-thumb {\n box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.custom-range:focus::-ms-thumb {\n box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.custom-range::-moz-focus-outer {\n border: 0;\n}\n\n.custom-range::-webkit-slider-thumb {\n width: 1rem;\n height: 1rem;\n margin-top: -0.25rem;\n background-color: #007bff;\n border: 0;\n border-radius: 1rem;\n transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n appearance: none;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .custom-range::-webkit-slider-thumb {\n transition: none;\n }\n}\n\n.custom-range::-webkit-slider-thumb:active {\n background-color: #b3d7ff;\n}\n\n.custom-range::-webkit-slider-runnable-track {\n width: 100%;\n height: 0.5rem;\n color: transparent;\n cursor: pointer;\n background-color: #dee2e6;\n border-color: transparent;\n border-radius: 1rem;\n}\n\n.custom-range::-moz-range-thumb {\n width: 1rem;\n height: 1rem;\n background-color: #007bff;\n border: 0;\n border-radius: 1rem;\n transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n appearance: none;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .custom-range::-moz-range-thumb {\n transition: none;\n }\n}\n\n.custom-range::-moz-range-thumb:active {\n background-color: #b3d7ff;\n}\n\n.custom-range::-moz-range-track {\n width: 100%;\n height: 0.5rem;\n color: transparent;\n cursor: pointer;\n background-color: #dee2e6;\n border-color: transparent;\n border-radius: 1rem;\n}\n\n.custom-range::-ms-thumb {\n width: 1rem;\n height: 1rem;\n margin-top: 0;\n margin-right: 0.2rem;\n margin-left: 0.2rem;\n background-color: #007bff;\n border: 0;\n border-radius: 1rem;\n transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n appearance: none;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .custom-range::-ms-thumb {\n transition: none;\n }\n}\n\n.custom-range::-ms-thumb:active {\n background-color: #b3d7ff;\n}\n\n.custom-range::-ms-track {\n width: 100%;\n height: 0.5rem;\n color: transparent;\n cursor: pointer;\n background-color: transparent;\n border-color: transparent;\n border-width: 0.5rem;\n}\n\n.custom-range::-ms-fill-lower {\n background-color: #dee2e6;\n border-radius: 1rem;\n}\n\n.custom-range::-ms-fill-upper {\n margin-right: 15px;\n background-color: #dee2e6;\n border-radius: 1rem;\n}\n\n.custom-range:disabled::-webkit-slider-thumb {\n background-color: #adb5bd;\n}\n\n.custom-range:disabled::-webkit-slider-runnable-track {\n cursor: default;\n}\n\n.custom-range:disabled::-moz-range-thumb {\n background-color: #adb5bd;\n}\n\n.custom-range:disabled::-moz-range-track {\n cursor: default;\n}\n\n.custom-range:disabled::-ms-thumb {\n background-color: #adb5bd;\n}\n\n.custom-control-label::before,\n.custom-file-label,\n.custom-select {\n transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .custom-control-label::before,\n .custom-file-label,\n .custom-select {\n transition: none;\n }\n}\n\n.nav {\n display: flex;\n flex-wrap: wrap;\n padding-left: 0;\n margin-bottom: 0;\n list-style: none;\n}\n\n.nav-link {\n display: block;\n padding: 0.5rem 1rem;\n}\n\n.nav-link:hover, .nav-link:focus {\n text-decoration: none;\n}\n\n.nav-link.disabled {\n color: #6c757d;\n pointer-events: none;\n cursor: default;\n}\n\n.nav-tabs {\n border-bottom: 1px solid #dee2e6;\n}\n\n.nav-tabs .nav-item {\n margin-bottom: -1px;\n}\n\n.nav-tabs .nav-link {\n border: 1px solid transparent;\n border-top-left-radius: 0.25rem;\n border-top-right-radius: 0.25rem;\n}\n\n.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {\n border-color: #e9ecef #e9ecef #dee2e6;\n}\n\n.nav-tabs .nav-link.disabled {\n color: #6c757d;\n background-color: transparent;\n border-color: transparent;\n}\n\n.nav-tabs .nav-link.active,\n.nav-tabs .nav-item.show .nav-link {\n color: #495057;\n background-color: #fff;\n border-color: #dee2e6 #dee2e6 #fff;\n}\n\n.nav-tabs .dropdown-menu {\n margin-top: -1px;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n}\n\n.nav-pills .nav-link {\n border-radius: 0.25rem;\n}\n\n.nav-pills .nav-link.active,\n.nav-pills .show > .nav-link {\n color: #fff;\n background-color: #007bff;\n}\n\n.nav-fill > .nav-link,\n.nav-fill .nav-item {\n flex: 1 1 auto;\n text-align: center;\n}\n\n.nav-justified > .nav-link,\n.nav-justified .nav-item {\n flex-basis: 0;\n flex-grow: 1;\n text-align: center;\n}\n\n.tab-content > .tab-pane {\n display: none;\n}\n\n.tab-content > .active {\n display: block;\n}\n\n.navbar {\n position: relative;\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n justify-content: space-between;\n padding: 0.5rem 1rem;\n}\n\n.navbar .container,\n.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n justify-content: space-between;\n}\n\n.navbar-brand {\n display: inline-block;\n padding-top: 0.3125rem;\n padding-bottom: 0.3125rem;\n margin-right: 1rem;\n font-size: 1.25rem;\n line-height: inherit;\n white-space: nowrap;\n}\n\n.navbar-brand:hover, .navbar-brand:focus {\n text-decoration: none;\n}\n\n.navbar-nav {\n display: flex;\n flex-direction: column;\n padding-left: 0;\n margin-bottom: 0;\n list-style: none;\n}\n\n.navbar-nav .nav-link {\n padding-right: 0;\n padding-left: 0;\n}\n\n.navbar-nav .dropdown-menu {\n position: static;\n float: none;\n}\n\n.navbar-text {\n display: inline-block;\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n}\n\n.navbar-collapse {\n flex-basis: 100%;\n flex-grow: 1;\n align-items: center;\n}\n\n.navbar-toggler {\n padding: 0.25rem 0.75rem;\n font-size: 1.25rem;\n line-height: 1;\n background-color: transparent;\n border: 1px solid transparent;\n border-radius: 0.25rem;\n}\n\n.navbar-toggler:hover, .navbar-toggler:focus {\n text-decoration: none;\n}\n\n.navbar-toggler-icon {\n display: inline-block;\n width: 1.5em;\n height: 1.5em;\n vertical-align: middle;\n content: \"\";\n background: no-repeat center center;\n background-size: 100% 100%;\n}\n\n@media (max-width: 575.98px) {\n .navbar-expand-sm > .container,\n .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 576px) {\n .navbar-expand-sm {\n flex-flow: row nowrap;\n justify-content: flex-start;\n }\n .navbar-expand-sm .navbar-nav {\n flex-direction: row;\n }\n .navbar-expand-sm .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-sm .navbar-nav .nav-link {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n }\n .navbar-expand-sm > .container,\n .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {\n flex-wrap: nowrap;\n }\n .navbar-expand-sm .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n }\n .navbar-expand-sm .navbar-toggler {\n display: none;\n }\n}\n\n@media (max-width: 767.98px) {\n .navbar-expand-md > .container,\n .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 768px) {\n .navbar-expand-md {\n flex-flow: row nowrap;\n justify-content: flex-start;\n }\n .navbar-expand-md .navbar-nav {\n flex-direction: row;\n }\n .navbar-expand-md .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-md .navbar-nav .nav-link {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n }\n .navbar-expand-md > .container,\n .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {\n flex-wrap: nowrap;\n }\n .navbar-expand-md .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n }\n .navbar-expand-md .navbar-toggler {\n display: none;\n }\n}\n\n@media (max-width: 991.98px) {\n .navbar-expand-lg > .container,\n .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 992px) {\n .navbar-expand-lg {\n flex-flow: row nowrap;\n justify-content: flex-start;\n }\n .navbar-expand-lg .navbar-nav {\n flex-direction: row;\n }\n .navbar-expand-lg .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-lg .navbar-nav .nav-link {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n }\n .navbar-expand-lg > .container,\n .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {\n flex-wrap: nowrap;\n }\n .navbar-expand-lg .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n }\n .navbar-expand-lg .navbar-toggler {\n display: none;\n }\n}\n\n@media (max-width: 1199.98px) {\n .navbar-expand-xl > .container,\n .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 1200px) {\n .navbar-expand-xl {\n flex-flow: row nowrap;\n justify-content: flex-start;\n }\n .navbar-expand-xl .navbar-nav {\n flex-direction: row;\n }\n .navbar-expand-xl .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-xl .navbar-nav .nav-link {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n }\n .navbar-expand-xl > .container,\n .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {\n flex-wrap: nowrap;\n }\n .navbar-expand-xl .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n }\n .navbar-expand-xl .navbar-toggler {\n display: none;\n }\n}\n\n.navbar-expand {\n flex-flow: row nowrap;\n justify-content: flex-start;\n}\n\n.navbar-expand > .container,\n.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {\n padding-right: 0;\n padding-left: 0;\n}\n\n.navbar-expand .navbar-nav {\n flex-direction: row;\n}\n\n.navbar-expand .navbar-nav .dropdown-menu {\n position: absolute;\n}\n\n.navbar-expand .navbar-nav .nav-link {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n}\n\n.navbar-expand > .container,\n.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {\n flex-wrap: nowrap;\n}\n\n.navbar-expand .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n}\n\n.navbar-expand .navbar-toggler {\n display: none;\n}\n\n.navbar-light .navbar-brand {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-nav .nav-link {\n color: rgba(0, 0, 0, 0.5);\n}\n\n.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {\n color: rgba(0, 0, 0, 0.7);\n}\n\n.navbar-light .navbar-nav .nav-link.disabled {\n color: rgba(0, 0, 0, 0.3);\n}\n\n.navbar-light .navbar-nav .show > .nav-link,\n.navbar-light .navbar-nav .active > .nav-link,\n.navbar-light .navbar-nav .nav-link.show,\n.navbar-light .navbar-nav .nav-link.active {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-toggler {\n color: rgba(0, 0, 0, 0.5);\n border-color: rgba(0, 0, 0, 0.1);\n}\n\n.navbar-light .navbar-toggler-icon {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\");\n}\n\n.navbar-light .navbar-text {\n color: rgba(0, 0, 0, 0.5);\n}\n\n.navbar-light .navbar-text a {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-dark .navbar-brand {\n color: #fff;\n}\n\n.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {\n color: #fff;\n}\n\n.navbar-dark .navbar-nav .nav-link {\n color: rgba(255, 255, 255, 0.5);\n}\n\n.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {\n color: rgba(255, 255, 255, 0.75);\n}\n\n.navbar-dark .navbar-nav .nav-link.disabled {\n color: rgba(255, 255, 255, 0.25);\n}\n\n.navbar-dark .navbar-nav .show > .nav-link,\n.navbar-dark .navbar-nav .active > .nav-link,\n.navbar-dark .navbar-nav .nav-link.show,\n.navbar-dark .navbar-nav .nav-link.active {\n color: #fff;\n}\n\n.navbar-dark .navbar-toggler {\n color: rgba(255, 255, 255, 0.5);\n border-color: rgba(255, 255, 255, 0.1);\n}\n\n.navbar-dark .navbar-toggler-icon {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\");\n}\n\n.navbar-dark .navbar-text {\n color: rgba(255, 255, 255, 0.5);\n}\n\n.navbar-dark .navbar-text a {\n color: #fff;\n}\n\n.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {\n color: #fff;\n}\n\n.card {\n position: relative;\n display: flex;\n flex-direction: column;\n min-width: 0;\n word-wrap: break-word;\n background-color: #fff;\n background-clip: border-box;\n border: 1px solid rgba(0, 0, 0, 0.125);\n border-radius: 0.25rem;\n}\n\n.card > hr {\n margin-right: 0;\n margin-left: 0;\n}\n\n.card > .list-group {\n border-top: inherit;\n border-bottom: inherit;\n}\n\n.card > .list-group:first-child {\n border-top-width: 0;\n border-top-left-radius: calc(0.25rem - 1px);\n border-top-right-radius: calc(0.25rem - 1px);\n}\n\n.card > .list-group:last-child {\n border-bottom-width: 0;\n border-bottom-right-radius: calc(0.25rem - 1px);\n border-bottom-left-radius: calc(0.25rem - 1px);\n}\n\n.card > .card-header + .list-group,\n.card > .list-group + .card-footer {\n border-top: 0;\n}\n\n.card-body {\n flex: 1 1 auto;\n min-height: 1px;\n padding: 1.25rem;\n}\n\n.card-title {\n margin-bottom: 0.75rem;\n}\n\n.card-subtitle {\n margin-top: -0.375rem;\n margin-bottom: 0;\n}\n\n.card-text:last-child {\n margin-bottom: 0;\n}\n\n.card-link:hover {\n text-decoration: none;\n}\n\n.card-link + .card-link {\n margin-left: 1.25rem;\n}\n\n.card-header {\n padding: 0.75rem 1.25rem;\n margin-bottom: 0;\n background-color: rgba(0, 0, 0, 0.03);\n border-bottom: 1px solid rgba(0, 0, 0, 0.125);\n}\n\n.card-header:first-child {\n border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;\n}\n\n.card-footer {\n padding: 0.75rem 1.25rem;\n background-color: rgba(0, 0, 0, 0.03);\n border-top: 1px solid rgba(0, 0, 0, 0.125);\n}\n\n.card-footer:last-child {\n border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);\n}\n\n.card-header-tabs {\n margin-right: -0.625rem;\n margin-bottom: -0.75rem;\n margin-left: -0.625rem;\n border-bottom: 0;\n}\n\n.card-header-pills {\n margin-right: -0.625rem;\n margin-left: -0.625rem;\n}\n\n.card-img-overlay {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n padding: 1.25rem;\n border-radius: calc(0.25rem - 1px);\n}\n\n.card-img,\n.card-img-top,\n.card-img-bottom {\n flex-shrink: 0;\n width: 100%;\n}\n\n.card-img,\n.card-img-top {\n border-top-left-radius: calc(0.25rem - 1px);\n border-top-right-radius: calc(0.25rem - 1px);\n}\n\n.card-img,\n.card-img-bottom {\n border-bottom-right-radius: calc(0.25rem - 1px);\n border-bottom-left-radius: calc(0.25rem - 1px);\n}\n\n.card-deck .card {\n margin-bottom: 15px;\n}\n\n@media (min-width: 576px) {\n .card-deck {\n display: flex;\n flex-flow: row wrap;\n margin-right: -15px;\n margin-left: -15px;\n }\n .card-deck .card {\n flex: 1 0 0%;\n margin-right: 15px;\n margin-bottom: 0;\n margin-left: 15px;\n }\n}\n\n.card-group > .card {\n margin-bottom: 15px;\n}\n\n@media (min-width: 576px) {\n .card-group {\n display: flex;\n flex-flow: row wrap;\n }\n .card-group > .card {\n flex: 1 0 0%;\n margin-bottom: 0;\n }\n .card-group > .card + .card {\n margin-left: 0;\n border-left: 0;\n }\n .card-group > .card:not(:last-child) {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n }\n .card-group > .card:not(:last-child) .card-img-top,\n .card-group > .card:not(:last-child) .card-header {\n border-top-right-radius: 0;\n }\n .card-group > .card:not(:last-child) .card-img-bottom,\n .card-group > .card:not(:last-child) .card-footer {\n border-bottom-right-radius: 0;\n }\n .card-group > .card:not(:first-child) {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n }\n .card-group > .card:not(:first-child) .card-img-top,\n .card-group > .card:not(:first-child) .card-header {\n border-top-left-radius: 0;\n }\n .card-group > .card:not(:first-child) .card-img-bottom,\n .card-group > .card:not(:first-child) .card-footer {\n border-bottom-left-radius: 0;\n }\n}\n\n.card-columns .card {\n margin-bottom: 0.75rem;\n}\n\n@media (min-width: 576px) {\n .card-columns {\n column-count: 3;\n column-gap: 1.25rem;\n orphans: 1;\n widows: 1;\n }\n .card-columns .card {\n display: inline-block;\n width: 100%;\n }\n}\n\n.accordion {\n overflow-anchor: none;\n}\n\n.accordion > .card {\n overflow: hidden;\n}\n\n.accordion > .card:not(:last-of-type) {\n border-bottom: 0;\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.accordion > .card:not(:first-of-type) {\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n}\n\n.accordion > .card > .card-header {\n border-radius: 0;\n margin-bottom: -1px;\n}\n\n.breadcrumb {\n display: flex;\n flex-wrap: wrap;\n padding: 0.75rem 1rem;\n margin-bottom: 1rem;\n list-style: none;\n background-color: #e9ecef;\n border-radius: 0.25rem;\n}\n\n.breadcrumb-item {\n display: flex;\n}\n\n.breadcrumb-item + .breadcrumb-item {\n padding-left: 0.5rem;\n}\n\n.breadcrumb-item + .breadcrumb-item::before {\n display: inline-block;\n padding-right: 0.5rem;\n color: #6c757d;\n content: \"/\";\n}\n\n.breadcrumb-item + .breadcrumb-item:hover::before {\n text-decoration: underline;\n}\n\n.breadcrumb-item + .breadcrumb-item:hover::before {\n text-decoration: none;\n}\n\n.breadcrumb-item.active {\n color: #6c757d;\n}\n\n.pagination {\n display: flex;\n padding-left: 0;\n list-style: none;\n border-radius: 0.25rem;\n}\n\n.page-link {\n position: relative;\n display: block;\n padding: 0.5rem 0.75rem;\n margin-left: -1px;\n line-height: 1.25;\n color: #007bff;\n background-color: #fff;\n border: 1px solid #dee2e6;\n}\n\n.page-link:hover {\n z-index: 2;\n color: #0056b3;\n text-decoration: none;\n background-color: #e9ecef;\n border-color: #dee2e6;\n}\n\n.page-link:focus {\n z-index: 3;\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.page-item:first-child .page-link {\n margin-left: 0;\n border-top-left-radius: 0.25rem;\n border-bottom-left-radius: 0.25rem;\n}\n\n.page-item:last-child .page-link {\n border-top-right-radius: 0.25rem;\n border-bottom-right-radius: 0.25rem;\n}\n\n.page-item.active .page-link {\n z-index: 3;\n color: #fff;\n background-color: #007bff;\n border-color: #007bff;\n}\n\n.page-item.disabled .page-link {\n color: #6c757d;\n pointer-events: none;\n cursor: auto;\n background-color: #fff;\n border-color: #dee2e6;\n}\n\n.pagination-lg .page-link {\n padding: 0.75rem 1.5rem;\n font-size: 1.25rem;\n line-height: 1.5;\n}\n\n.pagination-lg .page-item:first-child .page-link {\n border-top-left-radius: 0.3rem;\n border-bottom-left-radius: 0.3rem;\n}\n\n.pagination-lg .page-item:last-child .page-link {\n border-top-right-radius: 0.3rem;\n border-bottom-right-radius: 0.3rem;\n}\n\n.pagination-sm .page-link {\n padding: 0.25rem 0.5rem;\n font-size: 0.875rem;\n line-height: 1.5;\n}\n\n.pagination-sm .page-item:first-child .page-link {\n border-top-left-radius: 0.2rem;\n border-bottom-left-radius: 0.2rem;\n}\n\n.pagination-sm .page-item:last-child .page-link {\n border-top-right-radius: 0.2rem;\n border-bottom-right-radius: 0.2rem;\n}\n\n.badge {\n display: inline-block;\n padding: 0.25em 0.4em;\n font-size: 75%;\n font-weight: 700;\n line-height: 1;\n text-align: center;\n white-space: nowrap;\n vertical-align: baseline;\n border-radius: 0.25rem;\n transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .badge {\n transition: none;\n }\n}\n\na.badge:hover, a.badge:focus {\n text-decoration: none;\n}\n\n.badge:empty {\n display: none;\n}\n\n.btn .badge {\n position: relative;\n top: -1px;\n}\n\n.badge-pill {\n padding-right: 0.6em;\n padding-left: 0.6em;\n border-radius: 10rem;\n}\n\n.badge-primary {\n color: #fff;\n background-color: #007bff;\n}\n\na.badge-primary:hover, a.badge-primary:focus {\n color: #fff;\n background-color: #0062cc;\n}\n\na.badge-primary:focus, a.badge-primary.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);\n}\n\n.badge-secondary {\n color: #fff;\n background-color: #6c757d;\n}\n\na.badge-secondary:hover, a.badge-secondary:focus {\n color: #fff;\n background-color: #545b62;\n}\n\na.badge-secondary:focus, a.badge-secondary.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);\n}\n\n.badge-success {\n color: #fff;\n background-color: #28a745;\n}\n\na.badge-success:hover, a.badge-success:focus {\n color: #fff;\n background-color: #1e7e34;\n}\n\na.badge-success:focus, a.badge-success.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);\n}\n\n.badge-info {\n color: #fff;\n background-color: #17a2b8;\n}\n\na.badge-info:hover, a.badge-info:focus {\n color: #fff;\n background-color: #117a8b;\n}\n\na.badge-info:focus, a.badge-info.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);\n}\n\n.badge-warning {\n color: #212529;\n background-color: #ffc107;\n}\n\na.badge-warning:hover, a.badge-warning:focus {\n color: #212529;\n background-color: #d39e00;\n}\n\na.badge-warning:focus, a.badge-warning.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);\n}\n\n.badge-danger {\n color: #fff;\n background-color: #dc3545;\n}\n\na.badge-danger:hover, a.badge-danger:focus {\n color: #fff;\n background-color: #bd2130;\n}\n\na.badge-danger:focus, a.badge-danger.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);\n}\n\n.badge-light {\n color: #212529;\n background-color: #f8f9fa;\n}\n\na.badge-light:hover, a.badge-light:focus {\n color: #212529;\n background-color: #dae0e5;\n}\n\na.badge-light:focus, a.badge-light.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);\n}\n\n.badge-dark {\n color: #fff;\n background-color: #343a40;\n}\n\na.badge-dark:hover, a.badge-dark:focus {\n color: #fff;\n background-color: #1d2124;\n}\n\na.badge-dark:focus, a.badge-dark.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);\n}\n\n.jumbotron {\n padding: 2rem 1rem;\n margin-bottom: 2rem;\n background-color: #e9ecef;\n border-radius: 0.3rem;\n}\n\n@media (min-width: 576px) {\n .jumbotron {\n padding: 4rem 2rem;\n }\n}\n\n.jumbotron-fluid {\n padding-right: 0;\n padding-left: 0;\n border-radius: 0;\n}\n\n.alert {\n position: relative;\n padding: 0.75rem 1.25rem;\n margin-bottom: 1rem;\n border: 1px solid transparent;\n border-radius: 0.25rem;\n}\n\n.alert-heading {\n color: inherit;\n}\n\n.alert-link {\n font-weight: 700;\n}\n\n.alert-dismissible {\n padding-right: 4rem;\n}\n\n.alert-dismissible .close {\n position: absolute;\n top: 0;\n right: 0;\n z-index: 2;\n padding: 0.75rem 1.25rem;\n color: inherit;\n}\n\n.alert-primary {\n color: #004085;\n background-color: #cce5ff;\n border-color: #b8daff;\n}\n\n.alert-primary hr {\n border-top-color: #9fcdff;\n}\n\n.alert-primary .alert-link {\n color: #002752;\n}\n\n.alert-secondary {\n color: #383d41;\n background-color: #e2e3e5;\n border-color: #d6d8db;\n}\n\n.alert-secondary hr {\n border-top-color: #c8cbcf;\n}\n\n.alert-secondary .alert-link {\n color: #202326;\n}\n\n.alert-success {\n color: #155724;\n background-color: #d4edda;\n border-color: #c3e6cb;\n}\n\n.alert-success hr {\n border-top-color: #b1dfbb;\n}\n\n.alert-success .alert-link {\n color: #0b2e13;\n}\n\n.alert-info {\n color: #0c5460;\n background-color: #d1ecf1;\n border-color: #bee5eb;\n}\n\n.alert-info hr {\n border-top-color: #abdde5;\n}\n\n.alert-info .alert-link {\n color: #062c33;\n}\n\n.alert-warning {\n color: #856404;\n background-color: #fff3cd;\n border-color: #ffeeba;\n}\n\n.alert-warning hr {\n border-top-color: #ffe8a1;\n}\n\n.alert-warning .alert-link {\n color: #533f03;\n}\n\n.alert-danger {\n color: #721c24;\n background-color: #f8d7da;\n border-color: #f5c6cb;\n}\n\n.alert-danger hr {\n border-top-color: #f1b0b7;\n}\n\n.alert-danger .alert-link {\n color: #491217;\n}\n\n.alert-light {\n color: #818182;\n background-color: #fefefe;\n border-color: #fdfdfe;\n}\n\n.alert-light hr {\n border-top-color: #ececf6;\n}\n\n.alert-light .alert-link {\n color: #686868;\n}\n\n.alert-dark {\n color: #1b1e21;\n background-color: #d6d8d9;\n border-color: #c6c8ca;\n}\n\n.alert-dark hr {\n border-top-color: #b9bbbe;\n}\n\n.alert-dark .alert-link {\n color: #040505;\n}\n\n@keyframes progress-bar-stripes {\n from {\n background-position: 1rem 0;\n }\n to {\n background-position: 0 0;\n }\n}\n\n.progress {\n display: flex;\n height: 1rem;\n overflow: hidden;\n line-height: 0;\n font-size: 0.75rem;\n background-color: #e9ecef;\n border-radius: 0.25rem;\n}\n\n.progress-bar {\n display: flex;\n flex-direction: column;\n justify-content: center;\n overflow: hidden;\n color: #fff;\n text-align: center;\n white-space: nowrap;\n background-color: #007bff;\n transition: width 0.6s ease;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .progress-bar {\n transition: none;\n }\n}\n\n.progress-bar-striped {\n background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-size: 1rem 1rem;\n}\n\n.progress-bar-animated {\n animation: progress-bar-stripes 1s linear infinite;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .progress-bar-animated {\n animation: none;\n }\n}\n\n.media {\n display: flex;\n align-items: flex-start;\n}\n\n.media-body {\n flex: 1;\n}\n\n.list-group {\n display: flex;\n flex-direction: column;\n padding-left: 0;\n margin-bottom: 0;\n border-radius: 0.25rem;\n}\n\n.list-group-item-action {\n width: 100%;\n color: #495057;\n text-align: inherit;\n}\n\n.list-group-item-action:hover, .list-group-item-action:focus {\n z-index: 1;\n color: #495057;\n text-decoration: none;\n background-color: #f8f9fa;\n}\n\n.list-group-item-action:active {\n color: #212529;\n background-color: #e9ecef;\n}\n\n.list-group-item {\n position: relative;\n display: block;\n padding: 0.75rem 1.25rem;\n background-color: #fff;\n border: 1px solid rgba(0, 0, 0, 0.125);\n}\n\n.list-group-item:first-child {\n border-top-left-radius: inherit;\n border-top-right-radius: inherit;\n}\n\n.list-group-item:last-child {\n border-bottom-right-radius: inherit;\n border-bottom-left-radius: inherit;\n}\n\n.list-group-item.disabled, .list-group-item:disabled {\n color: #6c757d;\n pointer-events: none;\n background-color: #fff;\n}\n\n.list-group-item.active {\n z-index: 2;\n color: #fff;\n background-color: #007bff;\n border-color: #007bff;\n}\n\n.list-group-item + .list-group-item {\n border-top-width: 0;\n}\n\n.list-group-item + .list-group-item.active {\n margin-top: -1px;\n border-top-width: 1px;\n}\n\n.list-group-horizontal {\n flex-direction: row;\n}\n\n.list-group-horizontal > .list-group-item:first-child {\n border-bottom-left-radius: 0.25rem;\n border-top-right-radius: 0;\n}\n\n.list-group-horizontal > .list-group-item:last-child {\n border-top-right-radius: 0.25rem;\n border-bottom-left-radius: 0;\n}\n\n.list-group-horizontal > .list-group-item.active {\n margin-top: 0;\n}\n\n.list-group-horizontal > .list-group-item + .list-group-item {\n border-top-width: 1px;\n border-left-width: 0;\n}\n\n.list-group-horizontal > .list-group-item + .list-group-item.active {\n margin-left: -1px;\n border-left-width: 1px;\n}\n\n@media (min-width: 576px) {\n .list-group-horizontal-sm {\n flex-direction: row;\n }\n .list-group-horizontal-sm > .list-group-item:first-child {\n border-bottom-left-radius: 0.25rem;\n border-top-right-radius: 0;\n }\n .list-group-horizontal-sm > .list-group-item:last-child {\n border-top-right-radius: 0.25rem;\n border-bottom-left-radius: 0;\n }\n .list-group-horizontal-sm > .list-group-item.active {\n margin-top: 0;\n }\n .list-group-horizontal-sm > .list-group-item + .list-group-item {\n border-top-width: 1px;\n border-left-width: 0;\n }\n .list-group-horizontal-sm > .list-group-item + .list-group-item.active {\n margin-left: -1px;\n border-left-width: 1px;\n }\n}\n\n@media (min-width: 768px) {\n .list-group-horizontal-md {\n flex-direction: row;\n }\n .list-group-horizontal-md > .list-group-item:first-child {\n border-bottom-left-radius: 0.25rem;\n border-top-right-radius: 0;\n }\n .list-group-horizontal-md > .list-group-item:last-child {\n border-top-right-radius: 0.25rem;\n border-bottom-left-radius: 0;\n }\n .list-group-horizontal-md > .list-group-item.active {\n margin-top: 0;\n }\n .list-group-horizontal-md > .list-group-item + .list-group-item {\n border-top-width: 1px;\n border-left-width: 0;\n }\n .list-group-horizontal-md > .list-group-item + .list-group-item.active {\n margin-left: -1px;\n border-left-width: 1px;\n }\n}\n\n@media (min-width: 992px) {\n .list-group-horizontal-lg {\n flex-direction: row;\n }\n .list-group-horizontal-lg > .list-group-item:first-child {\n border-bottom-left-radius: 0.25rem;\n border-top-right-radius: 0;\n }\n .list-group-horizontal-lg > .list-group-item:last-child {\n border-top-right-radius: 0.25rem;\n border-bottom-left-radius: 0;\n }\n .list-group-horizontal-lg > .list-group-item.active {\n margin-top: 0;\n }\n .list-group-horizontal-lg > .list-group-item + .list-group-item {\n border-top-width: 1px;\n border-left-width: 0;\n }\n .list-group-horizontal-lg > .list-group-item + .list-group-item.active {\n margin-left: -1px;\n border-left-width: 1px;\n }\n}\n\n@media (min-width: 1200px) {\n .list-group-horizontal-xl {\n flex-direction: row;\n }\n .list-group-horizontal-xl > .list-group-item:first-child {\n border-bottom-left-radius: 0.25rem;\n border-top-right-radius: 0;\n }\n .list-group-horizontal-xl > .list-group-item:last-child {\n border-top-right-radius: 0.25rem;\n border-bottom-left-radius: 0;\n }\n .list-group-horizontal-xl > .list-group-item.active {\n margin-top: 0;\n }\n .list-group-horizontal-xl > .list-group-item + .list-group-item {\n border-top-width: 1px;\n border-left-width: 0;\n }\n .list-group-horizontal-xl > .list-group-item + .list-group-item.active {\n margin-left: -1px;\n border-left-width: 1px;\n }\n}\n\n.list-group-flush {\n border-radius: 0;\n}\n\n.list-group-flush > .list-group-item {\n border-width: 0 0 1px;\n}\n\n.list-group-flush > .list-group-item:last-child {\n border-bottom-width: 0;\n}\n\n.list-group-item-primary {\n color: #004085;\n background-color: #b8daff;\n}\n\n.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {\n color: #004085;\n background-color: #9fcdff;\n}\n\n.list-group-item-primary.list-group-item-action.active {\n color: #fff;\n background-color: #004085;\n border-color: #004085;\n}\n\n.list-group-item-secondary {\n color: #383d41;\n background-color: #d6d8db;\n}\n\n.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {\n color: #383d41;\n background-color: #c8cbcf;\n}\n\n.list-group-item-secondary.list-group-item-action.active {\n color: #fff;\n background-color: #383d41;\n border-color: #383d41;\n}\n\n.list-group-item-success {\n color: #155724;\n background-color: #c3e6cb;\n}\n\n.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {\n color: #155724;\n background-color: #b1dfbb;\n}\n\n.list-group-item-success.list-group-item-action.active {\n color: #fff;\n background-color: #155724;\n border-color: #155724;\n}\n\n.list-group-item-info {\n color: #0c5460;\n background-color: #bee5eb;\n}\n\n.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {\n color: #0c5460;\n background-color: #abdde5;\n}\n\n.list-group-item-info.list-group-item-action.active {\n color: #fff;\n background-color: #0c5460;\n border-color: #0c5460;\n}\n\n.list-group-item-warning {\n color: #856404;\n background-color: #ffeeba;\n}\n\n.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {\n color: #856404;\n background-color: #ffe8a1;\n}\n\n.list-group-item-warning.list-group-item-action.active {\n color: #fff;\n background-color: #856404;\n border-color: #856404;\n}\n\n.list-group-item-danger {\n color: #721c24;\n background-color: #f5c6cb;\n}\n\n.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {\n color: #721c24;\n background-color: #f1b0b7;\n}\n\n.list-group-item-danger.list-group-item-action.active {\n color: #fff;\n background-color: #721c24;\n border-color: #721c24;\n}\n\n.list-group-item-light {\n color: #818182;\n background-color: #fdfdfe;\n}\n\n.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {\n color: #818182;\n background-color: #ececf6;\n}\n\n.list-group-item-light.list-group-item-action.active {\n color: #fff;\n background-color: #818182;\n border-color: #818182;\n}\n\n.list-group-item-dark {\n color: #1b1e21;\n background-color: #c6c8ca;\n}\n\n.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {\n color: #1b1e21;\n background-color: #b9bbbe;\n}\n\n.list-group-item-dark.list-group-item-action.active {\n color: #fff;\n background-color: #1b1e21;\n border-color: #1b1e21;\n}\n\n.close {\n float: right;\n font-size: 1.5rem;\n font-weight: 700;\n line-height: 1;\n color: #000;\n text-shadow: 0 1px 0 #fff;\n opacity: .5;\n}\n\n.close:hover {\n color: #000;\n text-decoration: none;\n}\n\n.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {\n opacity: .75;\n}\n\nbutton.close {\n padding: 0;\n background-color: transparent;\n border: 0;\n}\n\na.close.disabled {\n pointer-events: none;\n}\n\n.toast {\n flex-basis: 350px;\n max-width: 350px;\n font-size: 0.875rem;\n background-color: rgba(255, 255, 255, 0.85);\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, 0.1);\n box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);\n opacity: 0;\n border-radius: 0.25rem;\n}\n\n.toast:not(:last-child) {\n margin-bottom: 0.75rem;\n}\n\n.toast.showing {\n opacity: 1;\n}\n\n.toast.show {\n display: block;\n opacity: 1;\n}\n\n.toast.hide {\n display: none;\n}\n\n.toast-header {\n display: flex;\n align-items: center;\n padding: 0.25rem 0.75rem;\n color: #6c757d;\n background-color: rgba(255, 255, 255, 0.85);\n background-clip: padding-box;\n border-bottom: 1px solid rgba(0, 0, 0, 0.05);\n border-top-left-radius: calc(0.25rem - 1px);\n border-top-right-radius: calc(0.25rem - 1px);\n}\n\n.toast-body {\n padding: 0.75rem;\n}\n\n.modal-open {\n overflow: hidden;\n}\n\n.modal-open .modal {\n overflow-x: hidden;\n overflow-y: auto;\n}\n\n.modal {\n position: fixed;\n top: 0;\n left: 0;\n z-index: 1050;\n display: none;\n width: 100%;\n height: 100%;\n overflow: hidden;\n outline: 0;\n}\n\n.modal-dialog {\n position: relative;\n width: auto;\n margin: 0.5rem;\n pointer-events: none;\n}\n\n.modal.fade .modal-dialog {\n transition: transform 0.3s ease-out;\n transform: translate(0, -50px);\n}\n\n@media (prefers-reduced-motion: reduce) {\n .modal.fade .modal-dialog {\n transition: none;\n }\n}\n\n.modal.show .modal-dialog {\n transform: none;\n}\n\n.modal.modal-static .modal-dialog {\n transform: scale(1.02);\n}\n\n.modal-dialog-scrollable {\n display: flex;\n max-height: calc(100% - 1rem);\n}\n\n.modal-dialog-scrollable .modal-content {\n max-height: calc(100vh - 1rem);\n overflow: hidden;\n}\n\n.modal-dialog-scrollable .modal-header,\n.modal-dialog-scrollable .modal-footer {\n flex-shrink: 0;\n}\n\n.modal-dialog-scrollable .modal-body {\n overflow-y: auto;\n}\n\n.modal-dialog-centered {\n display: flex;\n align-items: center;\n min-height: calc(100% - 1rem);\n}\n\n.modal-dialog-centered::before {\n display: block;\n height: calc(100vh - 1rem);\n height: min-content;\n content: \"\";\n}\n\n.modal-dialog-centered.modal-dialog-scrollable {\n flex-direction: column;\n justify-content: center;\n height: 100%;\n}\n\n.modal-dialog-centered.modal-dialog-scrollable .modal-content {\n max-height: none;\n}\n\n.modal-dialog-centered.modal-dialog-scrollable::before {\n content: none;\n}\n\n.modal-content {\n position: relative;\n display: flex;\n flex-direction: column;\n width: 100%;\n pointer-events: auto;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, 0.2);\n border-radius: 0.3rem;\n outline: 0;\n}\n\n.modal-backdrop {\n position: fixed;\n top: 0;\n left: 0;\n z-index: 1040;\n width: 100vw;\n height: 100vh;\n background-color: #000;\n}\n\n.modal-backdrop.fade {\n opacity: 0;\n}\n\n.modal-backdrop.show {\n opacity: 0.5;\n}\n\n.modal-header {\n display: flex;\n align-items: flex-start;\n justify-content: space-between;\n padding: 1rem 1rem;\n border-bottom: 1px solid #dee2e6;\n border-top-left-radius: calc(0.3rem - 1px);\n border-top-right-radius: calc(0.3rem - 1px);\n}\n\n.modal-header .close {\n padding: 1rem 1rem;\n margin: -1rem -1rem -1rem auto;\n}\n\n.modal-title {\n margin-bottom: 0;\n line-height: 1.5;\n}\n\n.modal-body {\n position: relative;\n flex: 1 1 auto;\n padding: 1rem;\n}\n\n.modal-footer {\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n justify-content: flex-end;\n padding: 0.75rem;\n border-top: 1px solid #dee2e6;\n border-bottom-right-radius: calc(0.3rem - 1px);\n border-bottom-left-radius: calc(0.3rem - 1px);\n}\n\n.modal-footer > * {\n margin: 0.25rem;\n}\n\n.modal-scrollbar-measure {\n position: absolute;\n top: -9999px;\n width: 50px;\n height: 50px;\n overflow: scroll;\n}\n\n@media (min-width: 576px) {\n .modal-dialog {\n max-width: 500px;\n margin: 1.75rem auto;\n }\n .modal-dialog-scrollable {\n max-height: calc(100% - 3.5rem);\n }\n .modal-dialog-scrollable .modal-content {\n max-height: calc(100vh - 3.5rem);\n }\n .modal-dialog-centered {\n min-height: calc(100% - 3.5rem);\n }\n .modal-dialog-centered::before {\n height: calc(100vh - 3.5rem);\n height: min-content;\n }\n .modal-sm {\n max-width: 300px;\n }\n}\n\n@media (min-width: 992px) {\n .modal-lg,\n .modal-xl {\n max-width: 800px;\n }\n}\n\n@media (min-width: 1200px) {\n .modal-xl {\n max-width: 1140px;\n }\n}\n\n.tooltip {\n position: absolute;\n z-index: 1070;\n display: block;\n margin: 0;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n font-style: normal;\n font-weight: 400;\n line-height: 1.5;\n text-align: left;\n text-align: start;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n letter-spacing: normal;\n word-break: normal;\n word-spacing: normal;\n white-space: normal;\n line-break: auto;\n font-size: 0.875rem;\n word-wrap: break-word;\n opacity: 0;\n}\n\n.tooltip.show {\n opacity: 0.9;\n}\n\n.tooltip .arrow {\n position: absolute;\n display: block;\n width: 0.8rem;\n height: 0.4rem;\n}\n\n.tooltip .arrow::before {\n position: absolute;\n content: \"\";\n border-color: transparent;\n border-style: solid;\n}\n\n.bs-tooltip-top, .bs-tooltip-auto[x-placement^=\"top\"] {\n padding: 0.4rem 0;\n}\n\n.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=\"top\"] .arrow {\n bottom: 0;\n}\n\n.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=\"top\"] .arrow::before {\n top: 0;\n border-width: 0.4rem 0.4rem 0;\n border-top-color: #000;\n}\n\n.bs-tooltip-right, .bs-tooltip-auto[x-placement^=\"right\"] {\n padding: 0 0.4rem;\n}\n\n.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=\"right\"] .arrow {\n left: 0;\n width: 0.4rem;\n height: 0.8rem;\n}\n\n.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=\"right\"] .arrow::before {\n right: 0;\n border-width: 0.4rem 0.4rem 0.4rem 0;\n border-right-color: #000;\n}\n\n.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=\"bottom\"] {\n padding: 0.4rem 0;\n}\n\n.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=\"bottom\"] .arrow {\n top: 0;\n}\n\n.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=\"bottom\"] .arrow::before {\n bottom: 0;\n border-width: 0 0.4rem 0.4rem;\n border-bottom-color: #000;\n}\n\n.bs-tooltip-left, .bs-tooltip-auto[x-placement^=\"left\"] {\n padding: 0 0.4rem;\n}\n\n.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=\"left\"] .arrow {\n right: 0;\n width: 0.4rem;\n height: 0.8rem;\n}\n\n.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=\"left\"] .arrow::before {\n left: 0;\n border-width: 0.4rem 0 0.4rem 0.4rem;\n border-left-color: #000;\n}\n\n.tooltip-inner {\n max-width: 200px;\n padding: 0.25rem 0.5rem;\n color: #fff;\n text-align: center;\n background-color: #000;\n border-radius: 0.25rem;\n}\n\n.popover {\n position: absolute;\n top: 0;\n left: 0;\n z-index: 1060;\n display: block;\n max-width: 276px;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n font-style: normal;\n font-weight: 400;\n line-height: 1.5;\n text-align: left;\n text-align: start;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n letter-spacing: normal;\n word-break: normal;\n word-spacing: normal;\n white-space: normal;\n line-break: auto;\n font-size: 0.875rem;\n word-wrap: break-word;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, 0.2);\n border-radius: 0.3rem;\n}\n\n.popover .arrow {\n position: absolute;\n display: block;\n width: 1rem;\n height: 0.5rem;\n margin: 0 0.3rem;\n}\n\n.popover .arrow::before, .popover .arrow::after {\n position: absolute;\n display: block;\n content: \"\";\n border-color: transparent;\n border-style: solid;\n}\n\n.bs-popover-top, .bs-popover-auto[x-placement^=\"top\"] {\n margin-bottom: 0.5rem;\n}\n\n.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=\"top\"] > .arrow {\n bottom: calc(-0.5rem - 1px);\n}\n\n.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=\"top\"] > .arrow::before {\n bottom: 0;\n border-width: 0.5rem 0.5rem 0;\n border-top-color: rgba(0, 0, 0, 0.25);\n}\n\n.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=\"top\"] > .arrow::after {\n bottom: 1px;\n border-width: 0.5rem 0.5rem 0;\n border-top-color: #fff;\n}\n\n.bs-popover-right, .bs-popover-auto[x-placement^=\"right\"] {\n margin-left: 0.5rem;\n}\n\n.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=\"right\"] > .arrow {\n left: calc(-0.5rem - 1px);\n width: 0.5rem;\n height: 1rem;\n margin: 0.3rem 0;\n}\n\n.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=\"right\"] > .arrow::before {\n left: 0;\n border-width: 0.5rem 0.5rem 0.5rem 0;\n border-right-color: rgba(0, 0, 0, 0.25);\n}\n\n.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=\"right\"] > .arrow::after {\n left: 1px;\n border-width: 0.5rem 0.5rem 0.5rem 0;\n border-right-color: #fff;\n}\n\n.bs-popover-bottom, .bs-popover-auto[x-placement^=\"bottom\"] {\n margin-top: 0.5rem;\n}\n\n.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=\"bottom\"] > .arrow {\n top: calc(-0.5rem - 1px);\n}\n\n.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=\"bottom\"] > .arrow::before {\n top: 0;\n border-width: 0 0.5rem 0.5rem 0.5rem;\n border-bottom-color: rgba(0, 0, 0, 0.25);\n}\n\n.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=\"bottom\"] > .arrow::after {\n top: 1px;\n border-width: 0 0.5rem 0.5rem 0.5rem;\n border-bottom-color: #fff;\n}\n\n.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=\"bottom\"] .popover-header::before {\n position: absolute;\n top: 0;\n left: 50%;\n display: block;\n width: 1rem;\n margin-left: -0.5rem;\n content: \"\";\n border-bottom: 1px solid #f7f7f7;\n}\n\n.bs-popover-left, .bs-popover-auto[x-placement^=\"left\"] {\n margin-right: 0.5rem;\n}\n\n.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=\"left\"] > .arrow {\n right: calc(-0.5rem - 1px);\n width: 0.5rem;\n height: 1rem;\n margin: 0.3rem 0;\n}\n\n.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=\"left\"] > .arrow::before {\n right: 0;\n border-width: 0.5rem 0 0.5rem 0.5rem;\n border-left-color: rgba(0, 0, 0, 0.25);\n}\n\n.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=\"left\"] > .arrow::after {\n right: 1px;\n border-width: 0.5rem 0 0.5rem 0.5rem;\n border-left-color: #fff;\n}\n\n.popover-header {\n padding: 0.5rem 0.75rem;\n margin-bottom: 0;\n font-size: 1rem;\n background-color: #f7f7f7;\n border-bottom: 1px solid #ebebeb;\n border-top-left-radius: calc(0.3rem - 1px);\n border-top-right-radius: calc(0.3rem - 1px);\n}\n\n.popover-header:empty {\n display: none;\n}\n\n.popover-body {\n padding: 0.5rem 0.75rem;\n color: #212529;\n}\n\n.carousel {\n position: relative;\n}\n\n.carousel.pointer-event {\n touch-action: pan-y;\n}\n\n.carousel-inner {\n position: relative;\n width: 100%;\n overflow: hidden;\n}\n\n.carousel-inner::after {\n display: block;\n clear: both;\n content: \"\";\n}\n\n.carousel-item {\n position: relative;\n display: none;\n float: left;\n width: 100%;\n margin-right: -100%;\n backface-visibility: hidden;\n transition: transform 0.6s ease-in-out;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .carousel-item {\n transition: none;\n }\n}\n\n.carousel-item.active,\n.carousel-item-next,\n.carousel-item-prev {\n display: block;\n}\n\n.carousel-item-next:not(.carousel-item-left),\n.active.carousel-item-right {\n transform: translateX(100%);\n}\n\n.carousel-item-prev:not(.carousel-item-right),\n.active.carousel-item-left {\n transform: translateX(-100%);\n}\n\n.carousel-fade .carousel-item {\n opacity: 0;\n transition-property: opacity;\n transform: none;\n}\n\n.carousel-fade .carousel-item.active,\n.carousel-fade .carousel-item-next.carousel-item-left,\n.carousel-fade .carousel-item-prev.carousel-item-right {\n z-index: 1;\n opacity: 1;\n}\n\n.carousel-fade .active.carousel-item-left,\n.carousel-fade .active.carousel-item-right {\n z-index: 0;\n opacity: 0;\n transition: opacity 0s 0.6s;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .carousel-fade .active.carousel-item-left,\n .carousel-fade .active.carousel-item-right {\n transition: none;\n }\n}\n\n.carousel-control-prev,\n.carousel-control-next {\n position: absolute;\n top: 0;\n bottom: 0;\n z-index: 1;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 15%;\n color: #fff;\n text-align: center;\n opacity: 0.5;\n transition: opacity 0.15s ease;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .carousel-control-prev,\n .carousel-control-next {\n transition: none;\n }\n}\n\n.carousel-control-prev:hover, .carousel-control-prev:focus,\n.carousel-control-next:hover,\n.carousel-control-next:focus {\n color: #fff;\n text-decoration: none;\n outline: 0;\n opacity: 0.9;\n}\n\n.carousel-control-prev {\n left: 0;\n}\n\n.carousel-control-next {\n right: 0;\n}\n\n.carousel-control-prev-icon,\n.carousel-control-next-icon {\n display: inline-block;\n width: 20px;\n height: 20px;\n background: no-repeat 50% / 100% 100%;\n}\n\n.carousel-control-prev-icon {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e\");\n}\n\n.carousel-control-next-icon {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e\");\n}\n\n.carousel-indicators {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 15;\n display: flex;\n justify-content: center;\n padding-left: 0;\n margin-right: 15%;\n margin-left: 15%;\n list-style: none;\n}\n\n.carousel-indicators li {\n box-sizing: content-box;\n flex: 0 1 auto;\n width: 30px;\n height: 3px;\n margin-right: 3px;\n margin-left: 3px;\n text-indent: -999px;\n cursor: pointer;\n background-color: #fff;\n background-clip: padding-box;\n border-top: 10px solid transparent;\n border-bottom: 10px solid transparent;\n opacity: .5;\n transition: opacity 0.6s ease;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .carousel-indicators li {\n transition: none;\n }\n}\n\n.carousel-indicators .active {\n opacity: 1;\n}\n\n.carousel-caption {\n position: absolute;\n right: 15%;\n bottom: 20px;\n left: 15%;\n z-index: 10;\n padding-top: 20px;\n padding-bottom: 20px;\n color: #fff;\n text-align: center;\n}\n\n@keyframes spinner-border {\n to {\n transform: rotate(360deg);\n }\n}\n\n.spinner-border {\n display: inline-block;\n width: 2rem;\n height: 2rem;\n vertical-align: text-bottom;\n border: 0.25em solid currentColor;\n border-right-color: transparent;\n border-radius: 50%;\n animation: spinner-border .75s linear infinite;\n}\n\n.spinner-border-sm {\n width: 1rem;\n height: 1rem;\n border-width: 0.2em;\n}\n\n@keyframes spinner-grow {\n 0% {\n transform: scale(0);\n }\n 50% {\n opacity: 1;\n transform: none;\n }\n}\n\n.spinner-grow {\n display: inline-block;\n width: 2rem;\n height: 2rem;\n vertical-align: text-bottom;\n background-color: currentColor;\n border-radius: 50%;\n opacity: 0;\n animation: spinner-grow .75s linear infinite;\n}\n\n.spinner-grow-sm {\n width: 1rem;\n height: 1rem;\n}\n\n.align-baseline {\n vertical-align: baseline !important;\n}\n\n.align-top {\n vertical-align: top !important;\n}\n\n.align-middle {\n vertical-align: middle !important;\n}\n\n.align-bottom {\n vertical-align: bottom !important;\n}\n\n.align-text-bottom {\n vertical-align: text-bottom !important;\n}\n\n.align-text-top {\n vertical-align: text-top !important;\n}\n\n.bg-primary {\n background-color: #007bff !important;\n}\n\na.bg-primary:hover, a.bg-primary:focus,\nbutton.bg-primary:hover,\nbutton.bg-primary:focus {\n background-color: #0062cc !important;\n}\n\n.bg-secondary {\n background-color: #6c757d !important;\n}\n\na.bg-secondary:hover, a.bg-secondary:focus,\nbutton.bg-secondary:hover,\nbutton.bg-secondary:focus {\n background-color: #545b62 !important;\n}\n\n.bg-success {\n background-color: #28a745 !important;\n}\n\na.bg-success:hover, a.bg-success:focus,\nbutton.bg-success:hover,\nbutton.bg-success:focus {\n background-color: #1e7e34 !important;\n}\n\n.bg-info {\n background-color: #17a2b8 !important;\n}\n\na.bg-info:hover, a.bg-info:focus,\nbutton.bg-info:hover,\nbutton.bg-info:focus {\n background-color: #117a8b !important;\n}\n\n.bg-warning {\n background-color: #ffc107 !important;\n}\n\na.bg-warning:hover, a.bg-warning:focus,\nbutton.bg-warning:hover,\nbutton.bg-warning:focus {\n background-color: #d39e00 !important;\n}\n\n.bg-danger {\n background-color: #dc3545 !important;\n}\n\na.bg-danger:hover, a.bg-danger:focus,\nbutton.bg-danger:hover,\nbutton.bg-danger:focus {\n background-color: #bd2130 !important;\n}\n\n.bg-light {\n background-color: #f8f9fa !important;\n}\n\na.bg-light:hover, a.bg-light:focus,\nbutton.bg-light:hover,\nbutton.bg-light:focus {\n background-color: #dae0e5 !important;\n}\n\n.bg-dark {\n background-color: #343a40 !important;\n}\n\na.bg-dark:hover, a.bg-dark:focus,\nbutton.bg-dark:hover,\nbutton.bg-dark:focus {\n background-color: #1d2124 !important;\n}\n\n.bg-white {\n background-color: #fff !important;\n}\n\n.bg-transparent {\n background-color: transparent !important;\n}\n\n.border {\n border: 1px solid #dee2e6 !important;\n}\n\n.border-top {\n border-top: 1px solid #dee2e6 !important;\n}\n\n.border-right {\n border-right: 1px solid #dee2e6 !important;\n}\n\n.border-bottom {\n border-bottom: 1px solid #dee2e6 !important;\n}\n\n.border-left {\n border-left: 1px solid #dee2e6 !important;\n}\n\n.border-0 {\n border: 0 !important;\n}\n\n.border-top-0 {\n border-top: 0 !important;\n}\n\n.border-right-0 {\n border-right: 0 !important;\n}\n\n.border-bottom-0 {\n border-bottom: 0 !important;\n}\n\n.border-left-0 {\n border-left: 0 !important;\n}\n\n.border-primary {\n border-color: #007bff !important;\n}\n\n.border-secondary {\n border-color: #6c757d !important;\n}\n\n.border-success {\n border-color: #28a745 !important;\n}\n\n.border-info {\n border-color: #17a2b8 !important;\n}\n\n.border-warning {\n border-color: #ffc107 !important;\n}\n\n.border-danger {\n border-color: #dc3545 !important;\n}\n\n.border-light {\n border-color: #f8f9fa !important;\n}\n\n.border-dark {\n border-color: #343a40 !important;\n}\n\n.border-white {\n border-color: #fff !important;\n}\n\n.rounded-sm {\n border-radius: 0.2rem !important;\n}\n\n.rounded {\n border-radius: 0.25rem !important;\n}\n\n.rounded-top {\n border-top-left-radius: 0.25rem !important;\n border-top-right-radius: 0.25rem !important;\n}\n\n.rounded-right {\n border-top-right-radius: 0.25rem !important;\n border-bottom-right-radius: 0.25rem !important;\n}\n\n.rounded-bottom {\n border-bottom-right-radius: 0.25rem !important;\n border-bottom-left-radius: 0.25rem !important;\n}\n\n.rounded-left {\n border-top-left-radius: 0.25rem !important;\n border-bottom-left-radius: 0.25rem !important;\n}\n\n.rounded-lg {\n border-radius: 0.3rem !important;\n}\n\n.rounded-circle {\n border-radius: 50% !important;\n}\n\n.rounded-pill {\n border-radius: 50rem !important;\n}\n\n.rounded-0 {\n border-radius: 0 !important;\n}\n\n.clearfix::after {\n display: block;\n clear: both;\n content: \"\";\n}\n\n.d-none {\n display: none !important;\n}\n\n.d-inline {\n display: inline !important;\n}\n\n.d-inline-block {\n display: inline-block !important;\n}\n\n.d-block {\n display: block !important;\n}\n\n.d-table {\n display: table !important;\n}\n\n.d-table-row {\n display: table-row !important;\n}\n\n.d-table-cell {\n display: table-cell !important;\n}\n\n.d-flex {\n display: flex !important;\n}\n\n.d-inline-flex {\n display: inline-flex !important;\n}\n\n@media (min-width: 576px) {\n .d-sm-none {\n display: none !important;\n }\n .d-sm-inline {\n display: inline !important;\n }\n .d-sm-inline-block {\n display: inline-block !important;\n }\n .d-sm-block {\n display: block !important;\n }\n .d-sm-table {\n display: table !important;\n }\n .d-sm-table-row {\n display: table-row !important;\n }\n .d-sm-table-cell {\n display: table-cell !important;\n }\n .d-sm-flex {\n display: flex !important;\n }\n .d-sm-inline-flex {\n display: inline-flex !important;\n }\n}\n\n@media (min-width: 768px) {\n .d-md-none {\n display: none !important;\n }\n .d-md-inline {\n display: inline !important;\n }\n .d-md-inline-block {\n display: inline-block !important;\n }\n .d-md-block {\n display: block !important;\n }\n .d-md-table {\n display: table !important;\n }\n .d-md-table-row {\n display: table-row !important;\n }\n .d-md-table-cell {\n display: table-cell !important;\n }\n .d-md-flex {\n display: flex !important;\n }\n .d-md-inline-flex {\n display: inline-flex !important;\n }\n}\n\n@media (min-width: 992px) {\n .d-lg-none {\n display: none !important;\n }\n .d-lg-inline {\n display: inline !important;\n }\n .d-lg-inline-block {\n display: inline-block !important;\n }\n .d-lg-block {\n display: block !important;\n }\n .d-lg-table {\n display: table !important;\n }\n .d-lg-table-row {\n display: table-row !important;\n }\n .d-lg-table-cell {\n display: table-cell !important;\n }\n .d-lg-flex {\n display: flex !important;\n }\n .d-lg-inline-flex {\n display: inline-flex !important;\n }\n}\n\n@media (min-width: 1200px) {\n .d-xl-none {\n display: none !important;\n }\n .d-xl-inline {\n display: inline !important;\n }\n .d-xl-inline-block {\n display: inline-block !important;\n }\n .d-xl-block {\n display: block !important;\n }\n .d-xl-table {\n display: table !important;\n }\n .d-xl-table-row {\n display: table-row !important;\n }\n .d-xl-table-cell {\n display: table-cell !important;\n }\n .d-xl-flex {\n display: flex !important;\n }\n .d-xl-inline-flex {\n display: inline-flex !important;\n }\n}\n\n@media print {\n .d-print-none {\n display: none !important;\n }\n .d-print-inline {\n display: inline !important;\n }\n .d-print-inline-block {\n display: inline-block !important;\n }\n .d-print-block {\n display: block !important;\n }\n .d-print-table {\n display: table !important;\n }\n .d-print-table-row {\n display: table-row !important;\n }\n .d-print-table-cell {\n display: table-cell !important;\n }\n .d-print-flex {\n display: flex !important;\n }\n .d-print-inline-flex {\n display: inline-flex !important;\n }\n}\n\n.embed-responsive {\n position: relative;\n display: block;\n width: 100%;\n padding: 0;\n overflow: hidden;\n}\n\n.embed-responsive::before {\n display: block;\n content: \"\";\n}\n\n.embed-responsive .embed-responsive-item,\n.embed-responsive iframe,\n.embed-responsive embed,\n.embed-responsive object,\n.embed-responsive video {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n width: 100%;\n height: 100%;\n border: 0;\n}\n\n.embed-responsive-21by9::before {\n padding-top: 42.857143%;\n}\n\n.embed-responsive-16by9::before {\n padding-top: 56.25%;\n}\n\n.embed-responsive-4by3::before {\n padding-top: 75%;\n}\n\n.embed-responsive-1by1::before {\n padding-top: 100%;\n}\n\n.flex-row {\n flex-direction: row !important;\n}\n\n.flex-column {\n flex-direction: column !important;\n}\n\n.flex-row-reverse {\n flex-direction: row-reverse !important;\n}\n\n.flex-column-reverse {\n flex-direction: column-reverse !important;\n}\n\n.flex-wrap {\n flex-wrap: wrap !important;\n}\n\n.flex-nowrap {\n flex-wrap: nowrap !important;\n}\n\n.flex-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n}\n\n.flex-fill {\n flex: 1 1 auto !important;\n}\n\n.flex-grow-0 {\n flex-grow: 0 !important;\n}\n\n.flex-grow-1 {\n flex-grow: 1 !important;\n}\n\n.flex-shrink-0 {\n flex-shrink: 0 !important;\n}\n\n.flex-shrink-1 {\n flex-shrink: 1 !important;\n}\n\n.justify-content-start {\n justify-content: flex-start !important;\n}\n\n.justify-content-end {\n justify-content: flex-end !important;\n}\n\n.justify-content-center {\n justify-content: center !important;\n}\n\n.justify-content-between {\n justify-content: space-between !important;\n}\n\n.justify-content-around {\n justify-content: space-around !important;\n}\n\n.align-items-start {\n align-items: flex-start !important;\n}\n\n.align-items-end {\n align-items: flex-end !important;\n}\n\n.align-items-center {\n align-items: center !important;\n}\n\n.align-items-baseline {\n align-items: baseline !important;\n}\n\n.align-items-stretch {\n align-items: stretch !important;\n}\n\n.align-content-start {\n align-content: flex-start !important;\n}\n\n.align-content-end {\n align-content: flex-end !important;\n}\n\n.align-content-center {\n align-content: center !important;\n}\n\n.align-content-between {\n align-content: space-between !important;\n}\n\n.align-content-around {\n align-content: space-around !important;\n}\n\n.align-content-stretch {\n align-content: stretch !important;\n}\n\n.align-self-auto {\n align-self: auto !important;\n}\n\n.align-self-start {\n align-self: flex-start !important;\n}\n\n.align-self-end {\n align-self: flex-end !important;\n}\n\n.align-self-center {\n align-self: center !important;\n}\n\n.align-self-baseline {\n align-self: baseline !important;\n}\n\n.align-self-stretch {\n align-self: stretch !important;\n}\n\n@media (min-width: 576px) {\n .flex-sm-row {\n flex-direction: row !important;\n }\n .flex-sm-column {\n flex-direction: column !important;\n }\n .flex-sm-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-sm-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-sm-wrap {\n flex-wrap: wrap !important;\n }\n .flex-sm-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-sm-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .flex-sm-fill {\n flex: 1 1 auto !important;\n }\n .flex-sm-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-sm-grow-1 {\n flex-grow: 1 !important;\n }\n .flex-sm-shrink-0 {\n flex-shrink: 0 !important;\n }\n .flex-sm-shrink-1 {\n flex-shrink: 1 !important;\n }\n .justify-content-sm-start {\n justify-content: flex-start !important;\n }\n .justify-content-sm-end {\n justify-content: flex-end !important;\n }\n .justify-content-sm-center {\n justify-content: center !important;\n }\n .justify-content-sm-between {\n justify-content: space-between !important;\n }\n .justify-content-sm-around {\n justify-content: space-around !important;\n }\n .align-items-sm-start {\n align-items: flex-start !important;\n }\n .align-items-sm-end {\n align-items: flex-end !important;\n }\n .align-items-sm-center {\n align-items: center !important;\n }\n .align-items-sm-baseline {\n align-items: baseline !important;\n }\n .align-items-sm-stretch {\n align-items: stretch !important;\n }\n .align-content-sm-start {\n align-content: flex-start !important;\n }\n .align-content-sm-end {\n align-content: flex-end !important;\n }\n .align-content-sm-center {\n align-content: center !important;\n }\n .align-content-sm-between {\n align-content: space-between !important;\n }\n .align-content-sm-around {\n align-content: space-around !important;\n }\n .align-content-sm-stretch {\n align-content: stretch !important;\n }\n .align-self-sm-auto {\n align-self: auto !important;\n }\n .align-self-sm-start {\n align-self: flex-start !important;\n }\n .align-self-sm-end {\n align-self: flex-end !important;\n }\n .align-self-sm-center {\n align-self: center !important;\n }\n .align-self-sm-baseline {\n align-self: baseline !important;\n }\n .align-self-sm-stretch {\n align-self: stretch !important;\n }\n}\n\n@media (min-width: 768px) {\n .flex-md-row {\n flex-direction: row !important;\n }\n .flex-md-column {\n flex-direction: column !important;\n }\n .flex-md-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-md-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-md-wrap {\n flex-wrap: wrap !important;\n }\n .flex-md-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-md-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .flex-md-fill {\n flex: 1 1 auto !important;\n }\n .flex-md-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-md-grow-1 {\n flex-grow: 1 !important;\n }\n .flex-md-shrink-0 {\n flex-shrink: 0 !important;\n }\n .flex-md-shrink-1 {\n flex-shrink: 1 !important;\n }\n .justify-content-md-start {\n justify-content: flex-start !important;\n }\n .justify-content-md-end {\n justify-content: flex-end !important;\n }\n .justify-content-md-center {\n justify-content: center !important;\n }\n .justify-content-md-between {\n justify-content: space-between !important;\n }\n .justify-content-md-around {\n justify-content: space-around !important;\n }\n .align-items-md-start {\n align-items: flex-start !important;\n }\n .align-items-md-end {\n align-items: flex-end !important;\n }\n .align-items-md-center {\n align-items: center !important;\n }\n .align-items-md-baseline {\n align-items: baseline !important;\n }\n .align-items-md-stretch {\n align-items: stretch !important;\n }\n .align-content-md-start {\n align-content: flex-start !important;\n }\n .align-content-md-end {\n align-content: flex-end !important;\n }\n .align-content-md-center {\n align-content: center !important;\n }\n .align-content-md-between {\n align-content: space-between !important;\n }\n .align-content-md-around {\n align-content: space-around !important;\n }\n .align-content-md-stretch {\n align-content: stretch !important;\n }\n .align-self-md-auto {\n align-self: auto !important;\n }\n .align-self-md-start {\n align-self: flex-start !important;\n }\n .align-self-md-end {\n align-self: flex-end !important;\n }\n .align-self-md-center {\n align-self: center !important;\n }\n .align-self-md-baseline {\n align-self: baseline !important;\n }\n .align-self-md-stretch {\n align-self: stretch !important;\n }\n}\n\n@media (min-width: 992px) {\n .flex-lg-row {\n flex-direction: row !important;\n }\n .flex-lg-column {\n flex-direction: column !important;\n }\n .flex-lg-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-lg-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-lg-wrap {\n flex-wrap: wrap !important;\n }\n .flex-lg-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-lg-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .flex-lg-fill {\n flex: 1 1 auto !important;\n }\n .flex-lg-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-lg-grow-1 {\n flex-grow: 1 !important;\n }\n .flex-lg-shrink-0 {\n flex-shrink: 0 !important;\n }\n .flex-lg-shrink-1 {\n flex-shrink: 1 !important;\n }\n .justify-content-lg-start {\n justify-content: flex-start !important;\n }\n .justify-content-lg-end {\n justify-content: flex-end !important;\n }\n .justify-content-lg-center {\n justify-content: center !important;\n }\n .justify-content-lg-between {\n justify-content: space-between !important;\n }\n .justify-content-lg-around {\n justify-content: space-around !important;\n }\n .align-items-lg-start {\n align-items: flex-start !important;\n }\n .align-items-lg-end {\n align-items: flex-end !important;\n }\n .align-items-lg-center {\n align-items: center !important;\n }\n .align-items-lg-baseline {\n align-items: baseline !important;\n }\n .align-items-lg-stretch {\n align-items: stretch !important;\n }\n .align-content-lg-start {\n align-content: flex-start !important;\n }\n .align-content-lg-end {\n align-content: flex-end !important;\n }\n .align-content-lg-center {\n align-content: center !important;\n }\n .align-content-lg-between {\n align-content: space-between !important;\n }\n .align-content-lg-around {\n align-content: space-around !important;\n }\n .align-content-lg-stretch {\n align-content: stretch !important;\n }\n .align-self-lg-auto {\n align-self: auto !important;\n }\n .align-self-lg-start {\n align-self: flex-start !important;\n }\n .align-self-lg-end {\n align-self: flex-end !important;\n }\n .align-self-lg-center {\n align-self: center !important;\n }\n .align-self-lg-baseline {\n align-self: baseline !important;\n }\n .align-self-lg-stretch {\n align-self: stretch !important;\n }\n}\n\n@media (min-width: 1200px) {\n .flex-xl-row {\n flex-direction: row !important;\n }\n .flex-xl-column {\n flex-direction: column !important;\n }\n .flex-xl-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-xl-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-xl-wrap {\n flex-wrap: wrap !important;\n }\n .flex-xl-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-xl-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .flex-xl-fill {\n flex: 1 1 auto !important;\n }\n .flex-xl-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-xl-grow-1 {\n flex-grow: 1 !important;\n }\n .flex-xl-shrink-0 {\n flex-shrink: 0 !important;\n }\n .flex-xl-shrink-1 {\n flex-shrink: 1 !important;\n }\n .justify-content-xl-start {\n justify-content: flex-start !important;\n }\n .justify-content-xl-end {\n justify-content: flex-end !important;\n }\n .justify-content-xl-center {\n justify-content: center !important;\n }\n .justify-content-xl-between {\n justify-content: space-between !important;\n }\n .justify-content-xl-around {\n justify-content: space-around !important;\n }\n .align-items-xl-start {\n align-items: flex-start !important;\n }\n .align-items-xl-end {\n align-items: flex-end !important;\n }\n .align-items-xl-center {\n align-items: center !important;\n }\n .align-items-xl-baseline {\n align-items: baseline !important;\n }\n .align-items-xl-stretch {\n align-items: stretch !important;\n }\n .align-content-xl-start {\n align-content: flex-start !important;\n }\n .align-content-xl-end {\n align-content: flex-end !important;\n }\n .align-content-xl-center {\n align-content: center !important;\n }\n .align-content-xl-between {\n align-content: space-between !important;\n }\n .align-content-xl-around {\n align-content: space-around !important;\n }\n .align-content-xl-stretch {\n align-content: stretch !important;\n }\n .align-self-xl-auto {\n align-self: auto !important;\n }\n .align-self-xl-start {\n align-self: flex-start !important;\n }\n .align-self-xl-end {\n align-self: flex-end !important;\n }\n .align-self-xl-center {\n align-self: center !important;\n }\n .align-self-xl-baseline {\n align-self: baseline !important;\n }\n .align-self-xl-stretch {\n align-self: stretch !important;\n }\n}\n\n.float-left {\n float: left !important;\n}\n\n.float-right {\n float: right !important;\n}\n\n.float-none {\n float: none !important;\n}\n\n@media (min-width: 576px) {\n .float-sm-left {\n float: left !important;\n }\n .float-sm-right {\n float: right !important;\n }\n .float-sm-none {\n float: none !important;\n }\n}\n\n@media (min-width: 768px) {\n .float-md-left {\n float: left !important;\n }\n .float-md-right {\n float: right !important;\n }\n .float-md-none {\n float: none !important;\n }\n}\n\n@media (min-width: 992px) {\n .float-lg-left {\n float: left !important;\n }\n .float-lg-right {\n float: right !important;\n }\n .float-lg-none {\n float: none !important;\n }\n}\n\n@media (min-width: 1200px) {\n .float-xl-left {\n float: left !important;\n }\n .float-xl-right {\n float: right !important;\n }\n .float-xl-none {\n float: none !important;\n }\n}\n\n.user-select-all {\n user-select: all !important;\n}\n\n.user-select-auto {\n user-select: auto !important;\n}\n\n.user-select-none {\n user-select: none !important;\n}\n\n.overflow-auto {\n overflow: auto !important;\n}\n\n.overflow-hidden {\n overflow: hidden !important;\n}\n\n.position-static {\n position: static !important;\n}\n\n.position-relative {\n position: relative !important;\n}\n\n.position-absolute {\n position: absolute !important;\n}\n\n.position-fixed {\n position: fixed !important;\n}\n\n.position-sticky {\n position: sticky !important;\n}\n\n.fixed-top {\n position: fixed;\n top: 0;\n right: 0;\n left: 0;\n z-index: 1030;\n}\n\n.fixed-bottom {\n position: fixed;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1030;\n}\n\n@supports (position: sticky) {\n .sticky-top {\n position: sticky;\n top: 0;\n z-index: 1020;\n }\n}\n\n.sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border: 0;\n}\n\n.sr-only-focusable:active, .sr-only-focusable:focus {\n position: static;\n width: auto;\n height: auto;\n overflow: visible;\n clip: auto;\n white-space: normal;\n}\n\n.shadow-sm {\n box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;\n}\n\n.shadow {\n box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;\n}\n\n.shadow-lg {\n box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;\n}\n\n.shadow-none {\n box-shadow: none !important;\n}\n\n.w-25 {\n width: 25% !important;\n}\n\n.w-50 {\n width: 50% !important;\n}\n\n.w-75 {\n width: 75% !important;\n}\n\n.w-100 {\n width: 100% !important;\n}\n\n.w-auto {\n width: auto !important;\n}\n\n.h-25 {\n height: 25% !important;\n}\n\n.h-50 {\n height: 50% !important;\n}\n\n.h-75 {\n height: 75% !important;\n}\n\n.h-100 {\n height: 100% !important;\n}\n\n.h-auto {\n height: auto !important;\n}\n\n.mw-100 {\n max-width: 100% !important;\n}\n\n.mh-100 {\n max-height: 100% !important;\n}\n\n.min-vw-100 {\n min-width: 100vw !important;\n}\n\n.min-vh-100 {\n min-height: 100vh !important;\n}\n\n.vw-100 {\n width: 100vw !important;\n}\n\n.vh-100 {\n height: 100vh !important;\n}\n\n.m-0 {\n margin: 0 !important;\n}\n\n.mt-0,\n.my-0 {\n margin-top: 0 !important;\n}\n\n.mr-0,\n.mx-0 {\n margin-right: 0 !important;\n}\n\n.mb-0,\n.my-0 {\n margin-bottom: 0 !important;\n}\n\n.ml-0,\n.mx-0 {\n margin-left: 0 !important;\n}\n\n.m-1 {\n margin: 0.25rem !important;\n}\n\n.mt-1,\n.my-1 {\n margin-top: 0.25rem !important;\n}\n\n.mr-1,\n.mx-1 {\n margin-right: 0.25rem !important;\n}\n\n.mb-1,\n.my-1 {\n margin-bottom: 0.25rem !important;\n}\n\n.ml-1,\n.mx-1 {\n margin-left: 0.25rem !important;\n}\n\n.m-2 {\n margin: 0.5rem !important;\n}\n\n.mt-2,\n.my-2 {\n margin-top: 0.5rem !important;\n}\n\n.mr-2,\n.mx-2 {\n margin-right: 0.5rem !important;\n}\n\n.mb-2,\n.my-2 {\n margin-bottom: 0.5rem !important;\n}\n\n.ml-2,\n.mx-2 {\n margin-left: 0.5rem !important;\n}\n\n.m-3 {\n margin: 1rem !important;\n}\n\n.mt-3,\n.my-3 {\n margin-top: 1rem !important;\n}\n\n.mr-3,\n.mx-3 {\n margin-right: 1rem !important;\n}\n\n.mb-3,\n.my-3 {\n margin-bottom: 1rem !important;\n}\n\n.ml-3,\n.mx-3 {\n margin-left: 1rem !important;\n}\n\n.m-4 {\n margin: 1.5rem !important;\n}\n\n.mt-4,\n.my-4 {\n margin-top: 1.5rem !important;\n}\n\n.mr-4,\n.mx-4 {\n margin-right: 1.5rem !important;\n}\n\n.mb-4,\n.my-4 {\n margin-bottom: 1.5rem !important;\n}\n\n.ml-4,\n.mx-4 {\n margin-left: 1.5rem !important;\n}\n\n.m-5 {\n margin: 3rem !important;\n}\n\n.mt-5,\n.my-5 {\n margin-top: 3rem !important;\n}\n\n.mr-5,\n.mx-5 {\n margin-right: 3rem !important;\n}\n\n.mb-5,\n.my-5 {\n margin-bottom: 3rem !important;\n}\n\n.ml-5,\n.mx-5 {\n margin-left: 3rem !important;\n}\n\n.p-0 {\n padding: 0 !important;\n}\n\n.pt-0,\n.py-0 {\n padding-top: 0 !important;\n}\n\n.pr-0,\n.px-0 {\n padding-right: 0 !important;\n}\n\n.pb-0,\n.py-0 {\n padding-bottom: 0 !important;\n}\n\n.pl-0,\n.px-0 {\n padding-left: 0 !important;\n}\n\n.p-1 {\n padding: 0.25rem !important;\n}\n\n.pt-1,\n.py-1 {\n padding-top: 0.25rem !important;\n}\n\n.pr-1,\n.px-1 {\n padding-right: 0.25rem !important;\n}\n\n.pb-1,\n.py-1 {\n padding-bottom: 0.25rem !important;\n}\n\n.pl-1,\n.px-1 {\n padding-left: 0.25rem !important;\n}\n\n.p-2 {\n padding: 0.5rem !important;\n}\n\n.pt-2,\n.py-2 {\n padding-top: 0.5rem !important;\n}\n\n.pr-2,\n.px-2 {\n padding-right: 0.5rem !important;\n}\n\n.pb-2,\n.py-2 {\n padding-bottom: 0.5rem !important;\n}\n\n.pl-2,\n.px-2 {\n padding-left: 0.5rem !important;\n}\n\n.p-3 {\n padding: 1rem !important;\n}\n\n.pt-3,\n.py-3 {\n padding-top: 1rem !important;\n}\n\n.pr-3,\n.px-3 {\n padding-right: 1rem !important;\n}\n\n.pb-3,\n.py-3 {\n padding-bottom: 1rem !important;\n}\n\n.pl-3,\n.px-3 {\n padding-left: 1rem !important;\n}\n\n.p-4 {\n padding: 1.5rem !important;\n}\n\n.pt-4,\n.py-4 {\n padding-top: 1.5rem !important;\n}\n\n.pr-4,\n.px-4 {\n padding-right: 1.5rem !important;\n}\n\n.pb-4,\n.py-4 {\n padding-bottom: 1.5rem !important;\n}\n\n.pl-4,\n.px-4 {\n padding-left: 1.5rem !important;\n}\n\n.p-5 {\n padding: 3rem !important;\n}\n\n.pt-5,\n.py-5 {\n padding-top: 3rem !important;\n}\n\n.pr-5,\n.px-5 {\n padding-right: 3rem !important;\n}\n\n.pb-5,\n.py-5 {\n padding-bottom: 3rem !important;\n}\n\n.pl-5,\n.px-5 {\n padding-left: 3rem !important;\n}\n\n.m-n1 {\n margin: -0.25rem !important;\n}\n\n.mt-n1,\n.my-n1 {\n margin-top: -0.25rem !important;\n}\n\n.mr-n1,\n.mx-n1 {\n margin-right: -0.25rem !important;\n}\n\n.mb-n1,\n.my-n1 {\n margin-bottom: -0.25rem !important;\n}\n\n.ml-n1,\n.mx-n1 {\n margin-left: -0.25rem !important;\n}\n\n.m-n2 {\n margin: -0.5rem !important;\n}\n\n.mt-n2,\n.my-n2 {\n margin-top: -0.5rem !important;\n}\n\n.mr-n2,\n.mx-n2 {\n margin-right: -0.5rem !important;\n}\n\n.mb-n2,\n.my-n2 {\n margin-bottom: -0.5rem !important;\n}\n\n.ml-n2,\n.mx-n2 {\n margin-left: -0.5rem !important;\n}\n\n.m-n3 {\n margin: -1rem !important;\n}\n\n.mt-n3,\n.my-n3 {\n margin-top: -1rem !important;\n}\n\n.mr-n3,\n.mx-n3 {\n margin-right: -1rem !important;\n}\n\n.mb-n3,\n.my-n3 {\n margin-bottom: -1rem !important;\n}\n\n.ml-n3,\n.mx-n3 {\n margin-left: -1rem !important;\n}\n\n.m-n4 {\n margin: -1.5rem !important;\n}\n\n.mt-n4,\n.my-n4 {\n margin-top: -1.5rem !important;\n}\n\n.mr-n4,\n.mx-n4 {\n margin-right: -1.5rem !important;\n}\n\n.mb-n4,\n.my-n4 {\n margin-bottom: -1.5rem !important;\n}\n\n.ml-n4,\n.mx-n4 {\n margin-left: -1.5rem !important;\n}\n\n.m-n5 {\n margin: -3rem !important;\n}\n\n.mt-n5,\n.my-n5 {\n margin-top: -3rem !important;\n}\n\n.mr-n5,\n.mx-n5 {\n margin-right: -3rem !important;\n}\n\n.mb-n5,\n.my-n5 {\n margin-bottom: -3rem !important;\n}\n\n.ml-n5,\n.mx-n5 {\n margin-left: -3rem !important;\n}\n\n.m-auto {\n margin: auto !important;\n}\n\n.mt-auto,\n.my-auto {\n margin-top: auto !important;\n}\n\n.mr-auto,\n.mx-auto {\n margin-right: auto !important;\n}\n\n.mb-auto,\n.my-auto {\n margin-bottom: auto !important;\n}\n\n.ml-auto,\n.mx-auto {\n margin-left: auto !important;\n}\n\n@media (min-width: 576px) {\n .m-sm-0 {\n margin: 0 !important;\n }\n .mt-sm-0,\n .my-sm-0 {\n margin-top: 0 !important;\n }\n .mr-sm-0,\n .mx-sm-0 {\n margin-right: 0 !important;\n }\n .mb-sm-0,\n .my-sm-0 {\n margin-bottom: 0 !important;\n }\n .ml-sm-0,\n .mx-sm-0 {\n margin-left: 0 !important;\n }\n .m-sm-1 {\n margin: 0.25rem !important;\n }\n .mt-sm-1,\n .my-sm-1 {\n margin-top: 0.25rem !important;\n }\n .mr-sm-1,\n .mx-sm-1 {\n margin-right: 0.25rem !important;\n }\n .mb-sm-1,\n .my-sm-1 {\n margin-bottom: 0.25rem !important;\n }\n .ml-sm-1,\n .mx-sm-1 {\n margin-left: 0.25rem !important;\n }\n .m-sm-2 {\n margin: 0.5rem !important;\n }\n .mt-sm-2,\n .my-sm-2 {\n margin-top: 0.5rem !important;\n }\n .mr-sm-2,\n .mx-sm-2 {\n margin-right: 0.5rem !important;\n }\n .mb-sm-2,\n .my-sm-2 {\n margin-bottom: 0.5rem !important;\n }\n .ml-sm-2,\n .mx-sm-2 {\n margin-left: 0.5rem !important;\n }\n .m-sm-3 {\n margin: 1rem !important;\n }\n .mt-sm-3,\n .my-sm-3 {\n margin-top: 1rem !important;\n }\n .mr-sm-3,\n .mx-sm-3 {\n margin-right: 1rem !important;\n }\n .mb-sm-3,\n .my-sm-3 {\n margin-bottom: 1rem !important;\n }\n .ml-sm-3,\n .mx-sm-3 {\n margin-left: 1rem !important;\n }\n .m-sm-4 {\n margin: 1.5rem !important;\n }\n .mt-sm-4,\n .my-sm-4 {\n margin-top: 1.5rem !important;\n }\n .mr-sm-4,\n .mx-sm-4 {\n margin-right: 1.5rem !important;\n }\n .mb-sm-4,\n .my-sm-4 {\n margin-bottom: 1.5rem !important;\n }\n .ml-sm-4,\n .mx-sm-4 {\n margin-left: 1.5rem !important;\n }\n .m-sm-5 {\n margin: 3rem !important;\n }\n .mt-sm-5,\n .my-sm-5 {\n margin-top: 3rem !important;\n }\n .mr-sm-5,\n .mx-sm-5 {\n margin-right: 3rem !important;\n }\n .mb-sm-5,\n .my-sm-5 {\n margin-bottom: 3rem !important;\n }\n .ml-sm-5,\n .mx-sm-5 {\n margin-left: 3rem !important;\n }\n .p-sm-0 {\n padding: 0 !important;\n }\n .pt-sm-0,\n .py-sm-0 {\n padding-top: 0 !important;\n }\n .pr-sm-0,\n .px-sm-0 {\n padding-right: 0 !important;\n }\n .pb-sm-0,\n .py-sm-0 {\n padding-bottom: 0 !important;\n }\n .pl-sm-0,\n .px-sm-0 {\n padding-left: 0 !important;\n }\n .p-sm-1 {\n padding: 0.25rem !important;\n }\n .pt-sm-1,\n .py-sm-1 {\n padding-top: 0.25rem !important;\n }\n .pr-sm-1,\n .px-sm-1 {\n padding-right: 0.25rem !important;\n }\n .pb-sm-1,\n .py-sm-1 {\n padding-bottom: 0.25rem !important;\n }\n .pl-sm-1,\n .px-sm-1 {\n padding-left: 0.25rem !important;\n }\n .p-sm-2 {\n padding: 0.5rem !important;\n }\n .pt-sm-2,\n .py-sm-2 {\n padding-top: 0.5rem !important;\n }\n .pr-sm-2,\n .px-sm-2 {\n padding-right: 0.5rem !important;\n }\n .pb-sm-2,\n .py-sm-2 {\n padding-bottom: 0.5rem !important;\n }\n .pl-sm-2,\n .px-sm-2 {\n padding-left: 0.5rem !important;\n }\n .p-sm-3 {\n padding: 1rem !important;\n }\n .pt-sm-3,\n .py-sm-3 {\n padding-top: 1rem !important;\n }\n .pr-sm-3,\n .px-sm-3 {\n padding-right: 1rem !important;\n }\n .pb-sm-3,\n .py-sm-3 {\n padding-bottom: 1rem !important;\n }\n .pl-sm-3,\n .px-sm-3 {\n padding-left: 1rem !important;\n }\n .p-sm-4 {\n padding: 1.5rem !important;\n }\n .pt-sm-4,\n .py-sm-4 {\n padding-top: 1.5rem !important;\n }\n .pr-sm-4,\n .px-sm-4 {\n padding-right: 1.5rem !important;\n }\n .pb-sm-4,\n .py-sm-4 {\n padding-bottom: 1.5rem !important;\n }\n .pl-sm-4,\n .px-sm-4 {\n padding-left: 1.5rem !important;\n }\n .p-sm-5 {\n padding: 3rem !important;\n }\n .pt-sm-5,\n .py-sm-5 {\n padding-top: 3rem !important;\n }\n .pr-sm-5,\n .px-sm-5 {\n padding-right: 3rem !important;\n }\n .pb-sm-5,\n .py-sm-5 {\n padding-bottom: 3rem !important;\n }\n .pl-sm-5,\n .px-sm-5 {\n padding-left: 3rem !important;\n }\n .m-sm-n1 {\n margin: -0.25rem !important;\n }\n .mt-sm-n1,\n .my-sm-n1 {\n margin-top: -0.25rem !important;\n }\n .mr-sm-n1,\n .mx-sm-n1 {\n margin-right: -0.25rem !important;\n }\n .mb-sm-n1,\n .my-sm-n1 {\n margin-bottom: -0.25rem !important;\n }\n .ml-sm-n1,\n .mx-sm-n1 {\n margin-left: -0.25rem !important;\n }\n .m-sm-n2 {\n margin: -0.5rem !important;\n }\n .mt-sm-n2,\n .my-sm-n2 {\n margin-top: -0.5rem !important;\n }\n .mr-sm-n2,\n .mx-sm-n2 {\n margin-right: -0.5rem !important;\n }\n .mb-sm-n2,\n .my-sm-n2 {\n margin-bottom: -0.5rem !important;\n }\n .ml-sm-n2,\n .mx-sm-n2 {\n margin-left: -0.5rem !important;\n }\n .m-sm-n3 {\n margin: -1rem !important;\n }\n .mt-sm-n3,\n .my-sm-n3 {\n margin-top: -1rem !important;\n }\n .mr-sm-n3,\n .mx-sm-n3 {\n margin-right: -1rem !important;\n }\n .mb-sm-n3,\n .my-sm-n3 {\n margin-bottom: -1rem !important;\n }\n .ml-sm-n3,\n .mx-sm-n3 {\n margin-left: -1rem !important;\n }\n .m-sm-n4 {\n margin: -1.5rem !important;\n }\n .mt-sm-n4,\n .my-sm-n4 {\n margin-top: -1.5rem !important;\n }\n .mr-sm-n4,\n .mx-sm-n4 {\n margin-right: -1.5rem !important;\n }\n .mb-sm-n4,\n .my-sm-n4 {\n margin-bottom: -1.5rem !important;\n }\n .ml-sm-n4,\n .mx-sm-n4 {\n margin-left: -1.5rem !important;\n }\n .m-sm-n5 {\n margin: -3rem !important;\n }\n .mt-sm-n5,\n .my-sm-n5 {\n margin-top: -3rem !important;\n }\n .mr-sm-n5,\n .mx-sm-n5 {\n margin-right: -3rem !important;\n }\n .mb-sm-n5,\n .my-sm-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-sm-n5,\n .mx-sm-n5 {\n margin-left: -3rem !important;\n }\n .m-sm-auto {\n margin: auto !important;\n }\n .mt-sm-auto,\n .my-sm-auto {\n margin-top: auto !important;\n }\n .mr-sm-auto,\n .mx-sm-auto {\n margin-right: auto !important;\n }\n .mb-sm-auto,\n .my-sm-auto {\n margin-bottom: auto !important;\n }\n .ml-sm-auto,\n .mx-sm-auto {\n margin-left: auto !important;\n }\n}\n\n@media (min-width: 768px) {\n .m-md-0 {\n margin: 0 !important;\n }\n .mt-md-0,\n .my-md-0 {\n margin-top: 0 !important;\n }\n .mr-md-0,\n .mx-md-0 {\n margin-right: 0 !important;\n }\n .mb-md-0,\n .my-md-0 {\n margin-bottom: 0 !important;\n }\n .ml-md-0,\n .mx-md-0 {\n margin-left: 0 !important;\n }\n .m-md-1 {\n margin: 0.25rem !important;\n }\n .mt-md-1,\n .my-md-1 {\n margin-top: 0.25rem !important;\n }\n .mr-md-1,\n .mx-md-1 {\n margin-right: 0.25rem !important;\n }\n .mb-md-1,\n .my-md-1 {\n margin-bottom: 0.25rem !important;\n }\n .ml-md-1,\n .mx-md-1 {\n margin-left: 0.25rem !important;\n }\n .m-md-2 {\n margin: 0.5rem !important;\n }\n .mt-md-2,\n .my-md-2 {\n margin-top: 0.5rem !important;\n }\n .mr-md-2,\n .mx-md-2 {\n margin-right: 0.5rem !important;\n }\n .mb-md-2,\n .my-md-2 {\n margin-bottom: 0.5rem !important;\n }\n .ml-md-2,\n .mx-md-2 {\n margin-left: 0.5rem !important;\n }\n .m-md-3 {\n margin: 1rem !important;\n }\n .mt-md-3,\n .my-md-3 {\n margin-top: 1rem !important;\n }\n .mr-md-3,\n .mx-md-3 {\n margin-right: 1rem !important;\n }\n .mb-md-3,\n .my-md-3 {\n margin-bottom: 1rem !important;\n }\n .ml-md-3,\n .mx-md-3 {\n margin-left: 1rem !important;\n }\n .m-md-4 {\n margin: 1.5rem !important;\n }\n .mt-md-4,\n .my-md-4 {\n margin-top: 1.5rem !important;\n }\n .mr-md-4,\n .mx-md-4 {\n margin-right: 1.5rem !important;\n }\n .mb-md-4,\n .my-md-4 {\n margin-bottom: 1.5rem !important;\n }\n .ml-md-4,\n .mx-md-4 {\n margin-left: 1.5rem !important;\n }\n .m-md-5 {\n margin: 3rem !important;\n }\n .mt-md-5,\n .my-md-5 {\n margin-top: 3rem !important;\n }\n .mr-md-5,\n .mx-md-5 {\n margin-right: 3rem !important;\n }\n .mb-md-5,\n .my-md-5 {\n margin-bottom: 3rem !important;\n }\n .ml-md-5,\n .mx-md-5 {\n margin-left: 3rem !important;\n }\n .p-md-0 {\n padding: 0 !important;\n }\n .pt-md-0,\n .py-md-0 {\n padding-top: 0 !important;\n }\n .pr-md-0,\n .px-md-0 {\n padding-right: 0 !important;\n }\n .pb-md-0,\n .py-md-0 {\n padding-bottom: 0 !important;\n }\n .pl-md-0,\n .px-md-0 {\n padding-left: 0 !important;\n }\n .p-md-1 {\n padding: 0.25rem !important;\n }\n .pt-md-1,\n .py-md-1 {\n padding-top: 0.25rem !important;\n }\n .pr-md-1,\n .px-md-1 {\n padding-right: 0.25rem !important;\n }\n .pb-md-1,\n .py-md-1 {\n padding-bottom: 0.25rem !important;\n }\n .pl-md-1,\n .px-md-1 {\n padding-left: 0.25rem !important;\n }\n .p-md-2 {\n padding: 0.5rem !important;\n }\n .pt-md-2,\n .py-md-2 {\n padding-top: 0.5rem !important;\n }\n .pr-md-2,\n .px-md-2 {\n padding-right: 0.5rem !important;\n }\n .pb-md-2,\n .py-md-2 {\n padding-bottom: 0.5rem !important;\n }\n .pl-md-2,\n .px-md-2 {\n padding-left: 0.5rem !important;\n }\n .p-md-3 {\n padding: 1rem !important;\n }\n .pt-md-3,\n .py-md-3 {\n padding-top: 1rem !important;\n }\n .pr-md-3,\n .px-md-3 {\n padding-right: 1rem !important;\n }\n .pb-md-3,\n .py-md-3 {\n padding-bottom: 1rem !important;\n }\n .pl-md-3,\n .px-md-3 {\n padding-left: 1rem !important;\n }\n .p-md-4 {\n padding: 1.5rem !important;\n }\n .pt-md-4,\n .py-md-4 {\n padding-top: 1.5rem !important;\n }\n .pr-md-4,\n .px-md-4 {\n padding-right: 1.5rem !important;\n }\n .pb-md-4,\n .py-md-4 {\n padding-bottom: 1.5rem !important;\n }\n .pl-md-4,\n .px-md-4 {\n padding-left: 1.5rem !important;\n }\n .p-md-5 {\n padding: 3rem !important;\n }\n .pt-md-5,\n .py-md-5 {\n padding-top: 3rem !important;\n }\n .pr-md-5,\n .px-md-5 {\n padding-right: 3rem !important;\n }\n .pb-md-5,\n .py-md-5 {\n padding-bottom: 3rem !important;\n }\n .pl-md-5,\n .px-md-5 {\n padding-left: 3rem !important;\n }\n .m-md-n1 {\n margin: -0.25rem !important;\n }\n .mt-md-n1,\n .my-md-n1 {\n margin-top: -0.25rem !important;\n }\n .mr-md-n1,\n .mx-md-n1 {\n margin-right: -0.25rem !important;\n }\n .mb-md-n1,\n .my-md-n1 {\n margin-bottom: -0.25rem !important;\n }\n .ml-md-n1,\n .mx-md-n1 {\n margin-left: -0.25rem !important;\n }\n .m-md-n2 {\n margin: -0.5rem !important;\n }\n .mt-md-n2,\n .my-md-n2 {\n margin-top: -0.5rem !important;\n }\n .mr-md-n2,\n .mx-md-n2 {\n margin-right: -0.5rem !important;\n }\n .mb-md-n2,\n .my-md-n2 {\n margin-bottom: -0.5rem !important;\n }\n .ml-md-n2,\n .mx-md-n2 {\n margin-left: -0.5rem !important;\n }\n .m-md-n3 {\n margin: -1rem !important;\n }\n .mt-md-n3,\n .my-md-n3 {\n margin-top: -1rem !important;\n }\n .mr-md-n3,\n .mx-md-n3 {\n margin-right: -1rem !important;\n }\n .mb-md-n3,\n .my-md-n3 {\n margin-bottom: -1rem !important;\n }\n .ml-md-n3,\n .mx-md-n3 {\n margin-left: -1rem !important;\n }\n .m-md-n4 {\n margin: -1.5rem !important;\n }\n .mt-md-n4,\n .my-md-n4 {\n margin-top: -1.5rem !important;\n }\n .mr-md-n4,\n .mx-md-n4 {\n margin-right: -1.5rem !important;\n }\n .mb-md-n4,\n .my-md-n4 {\n margin-bottom: -1.5rem !important;\n }\n .ml-md-n4,\n .mx-md-n4 {\n margin-left: -1.5rem !important;\n }\n .m-md-n5 {\n margin: -3rem !important;\n }\n .mt-md-n5,\n .my-md-n5 {\n margin-top: -3rem !important;\n }\n .mr-md-n5,\n .mx-md-n5 {\n margin-right: -3rem !important;\n }\n .mb-md-n5,\n .my-md-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-md-n5,\n .mx-md-n5 {\n margin-left: -3rem !important;\n }\n .m-md-auto {\n margin: auto !important;\n }\n .mt-md-auto,\n .my-md-auto {\n margin-top: auto !important;\n }\n .mr-md-auto,\n .mx-md-auto {\n margin-right: auto !important;\n }\n .mb-md-auto,\n .my-md-auto {\n margin-bottom: auto !important;\n }\n .ml-md-auto,\n .mx-md-auto {\n margin-left: auto !important;\n }\n}\n\n@media (min-width: 992px) {\n .m-lg-0 {\n margin: 0 !important;\n }\n .mt-lg-0,\n .my-lg-0 {\n margin-top: 0 !important;\n }\n .mr-lg-0,\n .mx-lg-0 {\n margin-right: 0 !important;\n }\n .mb-lg-0,\n .my-lg-0 {\n margin-bottom: 0 !important;\n }\n .ml-lg-0,\n .mx-lg-0 {\n margin-left: 0 !important;\n }\n .m-lg-1 {\n margin: 0.25rem !important;\n }\n .mt-lg-1,\n .my-lg-1 {\n margin-top: 0.25rem !important;\n }\n .mr-lg-1,\n .mx-lg-1 {\n margin-right: 0.25rem !important;\n }\n .mb-lg-1,\n .my-lg-1 {\n margin-bottom: 0.25rem !important;\n }\n .ml-lg-1,\n .mx-lg-1 {\n margin-left: 0.25rem !important;\n }\n .m-lg-2 {\n margin: 0.5rem !important;\n }\n .mt-lg-2,\n .my-lg-2 {\n margin-top: 0.5rem !important;\n }\n .mr-lg-2,\n .mx-lg-2 {\n margin-right: 0.5rem !important;\n }\n .mb-lg-2,\n .my-lg-2 {\n margin-bottom: 0.5rem !important;\n }\n .ml-lg-2,\n .mx-lg-2 {\n margin-left: 0.5rem !important;\n }\n .m-lg-3 {\n margin: 1rem !important;\n }\n .mt-lg-3,\n .my-lg-3 {\n margin-top: 1rem !important;\n }\n .mr-lg-3,\n .mx-lg-3 {\n margin-right: 1rem !important;\n }\n .mb-lg-3,\n .my-lg-3 {\n margin-bottom: 1rem !important;\n }\n .ml-lg-3,\n .mx-lg-3 {\n margin-left: 1rem !important;\n }\n .m-lg-4 {\n margin: 1.5rem !important;\n }\n .mt-lg-4,\n .my-lg-4 {\n margin-top: 1.5rem !important;\n }\n .mr-lg-4,\n .mx-lg-4 {\n margin-right: 1.5rem !important;\n }\n .mb-lg-4,\n .my-lg-4 {\n margin-bottom: 1.5rem !important;\n }\n .ml-lg-4,\n .mx-lg-4 {\n margin-left: 1.5rem !important;\n }\n .m-lg-5 {\n margin: 3rem !important;\n }\n .mt-lg-5,\n .my-lg-5 {\n margin-top: 3rem !important;\n }\n .mr-lg-5,\n .mx-lg-5 {\n margin-right: 3rem !important;\n }\n .mb-lg-5,\n .my-lg-5 {\n margin-bottom: 3rem !important;\n }\n .ml-lg-5,\n .mx-lg-5 {\n margin-left: 3rem !important;\n }\n .p-lg-0 {\n padding: 0 !important;\n }\n .pt-lg-0,\n .py-lg-0 {\n padding-top: 0 !important;\n }\n .pr-lg-0,\n .px-lg-0 {\n padding-right: 0 !important;\n }\n .pb-lg-0,\n .py-lg-0 {\n padding-bottom: 0 !important;\n }\n .pl-lg-0,\n .px-lg-0 {\n padding-left: 0 !important;\n }\n .p-lg-1 {\n padding: 0.25rem !important;\n }\n .pt-lg-1,\n .py-lg-1 {\n padding-top: 0.25rem !important;\n }\n .pr-lg-1,\n .px-lg-1 {\n padding-right: 0.25rem !important;\n }\n .pb-lg-1,\n .py-lg-1 {\n padding-bottom: 0.25rem !important;\n }\n .pl-lg-1,\n .px-lg-1 {\n padding-left: 0.25rem !important;\n }\n .p-lg-2 {\n padding: 0.5rem !important;\n }\n .pt-lg-2,\n .py-lg-2 {\n padding-top: 0.5rem !important;\n }\n .pr-lg-2,\n .px-lg-2 {\n padding-right: 0.5rem !important;\n }\n .pb-lg-2,\n .py-lg-2 {\n padding-bottom: 0.5rem !important;\n }\n .pl-lg-2,\n .px-lg-2 {\n padding-left: 0.5rem !important;\n }\n .p-lg-3 {\n padding: 1rem !important;\n }\n .pt-lg-3,\n .py-lg-3 {\n padding-top: 1rem !important;\n }\n .pr-lg-3,\n .px-lg-3 {\n padding-right: 1rem !important;\n }\n .pb-lg-3,\n .py-lg-3 {\n padding-bottom: 1rem !important;\n }\n .pl-lg-3,\n .px-lg-3 {\n padding-left: 1rem !important;\n }\n .p-lg-4 {\n padding: 1.5rem !important;\n }\n .pt-lg-4,\n .py-lg-4 {\n padding-top: 1.5rem !important;\n }\n .pr-lg-4,\n .px-lg-4 {\n padding-right: 1.5rem !important;\n }\n .pb-lg-4,\n .py-lg-4 {\n padding-bottom: 1.5rem !important;\n }\n .pl-lg-4,\n .px-lg-4 {\n padding-left: 1.5rem !important;\n }\n .p-lg-5 {\n padding: 3rem !important;\n }\n .pt-lg-5,\n .py-lg-5 {\n padding-top: 3rem !important;\n }\n .pr-lg-5,\n .px-lg-5 {\n padding-right: 3rem !important;\n }\n .pb-lg-5,\n .py-lg-5 {\n padding-bottom: 3rem !important;\n }\n .pl-lg-5,\n .px-lg-5 {\n padding-left: 3rem !important;\n }\n .m-lg-n1 {\n margin: -0.25rem !important;\n }\n .mt-lg-n1,\n .my-lg-n1 {\n margin-top: -0.25rem !important;\n }\n .mr-lg-n1,\n .mx-lg-n1 {\n margin-right: -0.25rem !important;\n }\n .mb-lg-n1,\n .my-lg-n1 {\n margin-bottom: -0.25rem !important;\n }\n .ml-lg-n1,\n .mx-lg-n1 {\n margin-left: -0.25rem !important;\n }\n .m-lg-n2 {\n margin: -0.5rem !important;\n }\n .mt-lg-n2,\n .my-lg-n2 {\n margin-top: -0.5rem !important;\n }\n .mr-lg-n2,\n .mx-lg-n2 {\n margin-right: -0.5rem !important;\n }\n .mb-lg-n2,\n .my-lg-n2 {\n margin-bottom: -0.5rem !important;\n }\n .ml-lg-n2,\n .mx-lg-n2 {\n margin-left: -0.5rem !important;\n }\n .m-lg-n3 {\n margin: -1rem !important;\n }\n .mt-lg-n3,\n .my-lg-n3 {\n margin-top: -1rem !important;\n }\n .mr-lg-n3,\n .mx-lg-n3 {\n margin-right: -1rem !important;\n }\n .mb-lg-n3,\n .my-lg-n3 {\n margin-bottom: -1rem !important;\n }\n .ml-lg-n3,\n .mx-lg-n3 {\n margin-left: -1rem !important;\n }\n .m-lg-n4 {\n margin: -1.5rem !important;\n }\n .mt-lg-n4,\n .my-lg-n4 {\n margin-top: -1.5rem !important;\n }\n .mr-lg-n4,\n .mx-lg-n4 {\n margin-right: -1.5rem !important;\n }\n .mb-lg-n4,\n .my-lg-n4 {\n margin-bottom: -1.5rem !important;\n }\n .ml-lg-n4,\n .mx-lg-n4 {\n margin-left: -1.5rem !important;\n }\n .m-lg-n5 {\n margin: -3rem !important;\n }\n .mt-lg-n5,\n .my-lg-n5 {\n margin-top: -3rem !important;\n }\n .mr-lg-n5,\n .mx-lg-n5 {\n margin-right: -3rem !important;\n }\n .mb-lg-n5,\n .my-lg-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-lg-n5,\n .mx-lg-n5 {\n margin-left: -3rem !important;\n }\n .m-lg-auto {\n margin: auto !important;\n }\n .mt-lg-auto,\n .my-lg-auto {\n margin-top: auto !important;\n }\n .mr-lg-auto,\n .mx-lg-auto {\n margin-right: auto !important;\n }\n .mb-lg-auto,\n .my-lg-auto {\n margin-bottom: auto !important;\n }\n .ml-lg-auto,\n .mx-lg-auto {\n margin-left: auto !important;\n }\n}\n\n@media (min-width: 1200px) {\n .m-xl-0 {\n margin: 0 !important;\n }\n .mt-xl-0,\n .my-xl-0 {\n margin-top: 0 !important;\n }\n .mr-xl-0,\n .mx-xl-0 {\n margin-right: 0 !important;\n }\n .mb-xl-0,\n .my-xl-0 {\n margin-bottom: 0 !important;\n }\n .ml-xl-0,\n .mx-xl-0 {\n margin-left: 0 !important;\n }\n .m-xl-1 {\n margin: 0.25rem !important;\n }\n .mt-xl-1,\n .my-xl-1 {\n margin-top: 0.25rem !important;\n }\n .mr-xl-1,\n .mx-xl-1 {\n margin-right: 0.25rem !important;\n }\n .mb-xl-1,\n .my-xl-1 {\n margin-bottom: 0.25rem !important;\n }\n .ml-xl-1,\n .mx-xl-1 {\n margin-left: 0.25rem !important;\n }\n .m-xl-2 {\n margin: 0.5rem !important;\n }\n .mt-xl-2,\n .my-xl-2 {\n margin-top: 0.5rem !important;\n }\n .mr-xl-2,\n .mx-xl-2 {\n margin-right: 0.5rem !important;\n }\n .mb-xl-2,\n .my-xl-2 {\n margin-bottom: 0.5rem !important;\n }\n .ml-xl-2,\n .mx-xl-2 {\n margin-left: 0.5rem !important;\n }\n .m-xl-3 {\n margin: 1rem !important;\n }\n .mt-xl-3,\n .my-xl-3 {\n margin-top: 1rem !important;\n }\n .mr-xl-3,\n .mx-xl-3 {\n margin-right: 1rem !important;\n }\n .mb-xl-3,\n .my-xl-3 {\n margin-bottom: 1rem !important;\n }\n .ml-xl-3,\n .mx-xl-3 {\n margin-left: 1rem !important;\n }\n .m-xl-4 {\n margin: 1.5rem !important;\n }\n .mt-xl-4,\n .my-xl-4 {\n margin-top: 1.5rem !important;\n }\n .mr-xl-4,\n .mx-xl-4 {\n margin-right: 1.5rem !important;\n }\n .mb-xl-4,\n .my-xl-4 {\n margin-bottom: 1.5rem !important;\n }\n .ml-xl-4,\n .mx-xl-4 {\n margin-left: 1.5rem !important;\n }\n .m-xl-5 {\n margin: 3rem !important;\n }\n .mt-xl-5,\n .my-xl-5 {\n margin-top: 3rem !important;\n }\n .mr-xl-5,\n .mx-xl-5 {\n margin-right: 3rem !important;\n }\n .mb-xl-5,\n .my-xl-5 {\n margin-bottom: 3rem !important;\n }\n .ml-xl-5,\n .mx-xl-5 {\n margin-left: 3rem !important;\n }\n .p-xl-0 {\n padding: 0 !important;\n }\n .pt-xl-0,\n .py-xl-0 {\n padding-top: 0 !important;\n }\n .pr-xl-0,\n .px-xl-0 {\n padding-right: 0 !important;\n }\n .pb-xl-0,\n .py-xl-0 {\n padding-bottom: 0 !important;\n }\n .pl-xl-0,\n .px-xl-0 {\n padding-left: 0 !important;\n }\n .p-xl-1 {\n padding: 0.25rem !important;\n }\n .pt-xl-1,\n .py-xl-1 {\n padding-top: 0.25rem !important;\n }\n .pr-xl-1,\n .px-xl-1 {\n padding-right: 0.25rem !important;\n }\n .pb-xl-1,\n .py-xl-1 {\n padding-bottom: 0.25rem !important;\n }\n .pl-xl-1,\n .px-xl-1 {\n padding-left: 0.25rem !important;\n }\n .p-xl-2 {\n padding: 0.5rem !important;\n }\n .pt-xl-2,\n .py-xl-2 {\n padding-top: 0.5rem !important;\n }\n .pr-xl-2,\n .px-xl-2 {\n padding-right: 0.5rem !important;\n }\n .pb-xl-2,\n .py-xl-2 {\n padding-bottom: 0.5rem !important;\n }\n .pl-xl-2,\n .px-xl-2 {\n padding-left: 0.5rem !important;\n }\n .p-xl-3 {\n padding: 1rem !important;\n }\n .pt-xl-3,\n .py-xl-3 {\n padding-top: 1rem !important;\n }\n .pr-xl-3,\n .px-xl-3 {\n padding-right: 1rem !important;\n }\n .pb-xl-3,\n .py-xl-3 {\n padding-bottom: 1rem !important;\n }\n .pl-xl-3,\n .px-xl-3 {\n padding-left: 1rem !important;\n }\n .p-xl-4 {\n padding: 1.5rem !important;\n }\n .pt-xl-4,\n .py-xl-4 {\n padding-top: 1.5rem !important;\n }\n .pr-xl-4,\n .px-xl-4 {\n padding-right: 1.5rem !important;\n }\n .pb-xl-4,\n .py-xl-4 {\n padding-bottom: 1.5rem !important;\n }\n .pl-xl-4,\n .px-xl-4 {\n padding-left: 1.5rem !important;\n }\n .p-xl-5 {\n padding: 3rem !important;\n }\n .pt-xl-5,\n .py-xl-5 {\n padding-top: 3rem !important;\n }\n .pr-xl-5,\n .px-xl-5 {\n padding-right: 3rem !important;\n }\n .pb-xl-5,\n .py-xl-5 {\n padding-bottom: 3rem !important;\n }\n .pl-xl-5,\n .px-xl-5 {\n padding-left: 3rem !important;\n }\n .m-xl-n1 {\n margin: -0.25rem !important;\n }\n .mt-xl-n1,\n .my-xl-n1 {\n margin-top: -0.25rem !important;\n }\n .mr-xl-n1,\n .mx-xl-n1 {\n margin-right: -0.25rem !important;\n }\n .mb-xl-n1,\n .my-xl-n1 {\n margin-bottom: -0.25rem !important;\n }\n .ml-xl-n1,\n .mx-xl-n1 {\n margin-left: -0.25rem !important;\n }\n .m-xl-n2 {\n margin: -0.5rem !important;\n }\n .mt-xl-n2,\n .my-xl-n2 {\n margin-top: -0.5rem !important;\n }\n .mr-xl-n2,\n .mx-xl-n2 {\n margin-right: -0.5rem !important;\n }\n .mb-xl-n2,\n .my-xl-n2 {\n margin-bottom: -0.5rem !important;\n }\n .ml-xl-n2,\n .mx-xl-n2 {\n margin-left: -0.5rem !important;\n }\n .m-xl-n3 {\n margin: -1rem !important;\n }\n .mt-xl-n3,\n .my-xl-n3 {\n margin-top: -1rem !important;\n }\n .mr-xl-n3,\n .mx-xl-n3 {\n margin-right: -1rem !important;\n }\n .mb-xl-n3,\n .my-xl-n3 {\n margin-bottom: -1rem !important;\n }\n .ml-xl-n3,\n .mx-xl-n3 {\n margin-left: -1rem !important;\n }\n .m-xl-n4 {\n margin: -1.5rem !important;\n }\n .mt-xl-n4,\n .my-xl-n4 {\n margin-top: -1.5rem !important;\n }\n .mr-xl-n4,\n .mx-xl-n4 {\n margin-right: -1.5rem !important;\n }\n .mb-xl-n4,\n .my-xl-n4 {\n margin-bottom: -1.5rem !important;\n }\n .ml-xl-n4,\n .mx-xl-n4 {\n margin-left: -1.5rem !important;\n }\n .m-xl-n5 {\n margin: -3rem !important;\n }\n .mt-xl-n5,\n .my-xl-n5 {\n margin-top: -3rem !important;\n }\n .mr-xl-n5,\n .mx-xl-n5 {\n margin-right: -3rem !important;\n }\n .mb-xl-n5,\n .my-xl-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-xl-n5,\n .mx-xl-n5 {\n margin-left: -3rem !important;\n }\n .m-xl-auto {\n margin: auto !important;\n }\n .mt-xl-auto,\n .my-xl-auto {\n margin-top: auto !important;\n }\n .mr-xl-auto,\n .mx-xl-auto {\n margin-right: auto !important;\n }\n .mb-xl-auto,\n .my-xl-auto {\n margin-bottom: auto !important;\n }\n .ml-xl-auto,\n .mx-xl-auto {\n margin-left: auto !important;\n }\n}\n\n.stretched-link::after {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1;\n pointer-events: auto;\n content: \"\";\n background-color: rgba(0, 0, 0, 0);\n}\n\n.text-monospace {\n font-family: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace !important;\n}\n\n.text-justify {\n text-align: justify !important;\n}\n\n.text-wrap {\n white-space: normal !important;\n}\n\n.text-nowrap {\n white-space: nowrap !important;\n}\n\n.text-truncate {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n.text-left {\n text-align: left !important;\n}\n\n.text-right {\n text-align: right !important;\n}\n\n.text-center {\n text-align: center !important;\n}\n\n@media (min-width: 576px) {\n .text-sm-left {\n text-align: left !important;\n }\n .text-sm-right {\n text-align: right !important;\n }\n .text-sm-center {\n text-align: center !important;\n }\n}\n\n@media (min-width: 768px) {\n .text-md-left {\n text-align: left !important;\n }\n .text-md-right {\n text-align: right !important;\n }\n .text-md-center {\n text-align: center !important;\n }\n}\n\n@media (min-width: 992px) {\n .text-lg-left {\n text-align: left !important;\n }\n .text-lg-right {\n text-align: right !important;\n }\n .text-lg-center {\n text-align: center !important;\n }\n}\n\n@media (min-width: 1200px) {\n .text-xl-left {\n text-align: left !important;\n }\n .text-xl-right {\n text-align: right !important;\n }\n .text-xl-center {\n text-align: center !important;\n }\n}\n\n.text-lowercase {\n text-transform: lowercase !important;\n}\n\n.text-uppercase {\n text-transform: uppercase !important;\n}\n\n.text-capitalize {\n text-transform: capitalize !important;\n}\n\n.font-weight-light {\n font-weight: 300 !important;\n}\n\n.font-weight-lighter {\n font-weight: lighter !important;\n}\n\n.font-weight-normal {\n font-weight: 400 !important;\n}\n\n.font-weight-bold {\n font-weight: 700 !important;\n}\n\n.font-weight-bolder {\n font-weight: bolder !important;\n}\n\n.font-italic {\n font-style: italic !important;\n}\n\n.text-white {\n color: #fff !important;\n}\n\n.text-primary {\n color: #007bff !important;\n}\n\na.text-primary:hover, a.text-primary:focus {\n color: #0056b3 !important;\n}\n\n.text-secondary {\n color: #6c757d !important;\n}\n\na.text-secondary:hover, a.text-secondary:focus {\n color: #494f54 !important;\n}\n\n.text-success {\n color: #28a745 !important;\n}\n\na.text-success:hover, a.text-success:focus {\n color: #19692c !important;\n}\n\n.text-info {\n color: #17a2b8 !important;\n}\n\na.text-info:hover, a.text-info:focus {\n color: #0f6674 !important;\n}\n\n.text-warning {\n color: #ffc107 !important;\n}\n\na.text-warning:hover, a.text-warning:focus {\n color: #ba8b00 !important;\n}\n\n.text-danger {\n color: #dc3545 !important;\n}\n\na.text-danger:hover, a.text-danger:focus {\n color: #a71d2a !important;\n}\n\n.text-light {\n color: #f8f9fa !important;\n}\n\na.text-light:hover, a.text-light:focus {\n color: #cbd3da !important;\n}\n\n.text-dark {\n color: #343a40 !important;\n}\n\na.text-dark:hover, a.text-dark:focus {\n color: #121416 !important;\n}\n\n.text-body {\n color: #212529 !important;\n}\n\n.text-muted {\n color: #6c757d !important;\n}\n\n.text-black-50 {\n color: rgba(0, 0, 0, 0.5) !important;\n}\n\n.text-white-50 {\n color: rgba(255, 255, 255, 0.5) !important;\n}\n\n.text-hide {\n font: 0/0 a;\n color: transparent;\n text-shadow: none;\n background-color: transparent;\n border: 0;\n}\n\n.text-decoration-none {\n text-decoration: none !important;\n}\n\n.text-break {\n word-break: break-word !important;\n word-wrap: break-word !important;\n}\n\n.text-reset {\n color: inherit !important;\n}\n\n.visible {\n visibility: visible !important;\n}\n\n.invisible {\n visibility: hidden !important;\n}\n\n@media print {\n *,\n *::before,\n *::after {\n text-shadow: none !important;\n box-shadow: none !important;\n }\n a:not(.btn) {\n text-decoration: underline;\n }\n abbr[title]::after {\n content: \" (\" attr(title) \")\";\n }\n pre {\n white-space: pre-wrap !important;\n }\n pre,\n blockquote {\n border: 1px solid #adb5bd;\n page-break-inside: avoid;\n }\n thead {\n display: table-header-group;\n }\n tr,\n img {\n page-break-inside: avoid;\n }\n p,\n h2,\n h3 {\n orphans: 3;\n widows: 3;\n }\n h2,\n h3 {\n page-break-after: avoid;\n }\n @page {\n size: a3;\n }\n body {\n min-width: 992px !important;\n }\n .container {\n min-width: 992px !important;\n }\n .navbar {\n display: none;\n }\n .badge {\n border: 1px solid #000;\n }\n .table {\n border-collapse: collapse !important;\n }\n .table td,\n .table th {\n background-color: #fff !important;\n }\n .table-bordered th,\n .table-bordered td {\n border: 1px solid #dee2e6 !important;\n }\n .table-dark {\n color: inherit;\n }\n .table-dark th,\n .table-dark td,\n .table-dark thead th,\n .table-dark tbody + tbody {\n border-color: #dee2e6;\n }\n .table .thead-dark th {\n color: inherit;\n border-color: #dee2e6;\n }\n}\n\n/*# sourceMappingURL=bootstrap.css.map */","// Hover mixin and `$enable-hover-media-query` are deprecated.\n//\n// Originally added during our alphas and maintained during betas, this mixin was\n// designed to prevent `:hover` stickiness on iOS-an issue where hover styles\n// would persist after initial touch.\n//\n// For backward compatibility, we've kept these mixins and updated them to\n// always return their regular pseudo-classes instead of a shimmed media query.\n//\n// Issue: https://github.com/twbs/bootstrap/issues/25195\n\n@mixin hover() {\n &:hover { @content; }\n}\n\n@mixin hover-focus() {\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin plain-hover-focus() {\n &,\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin hover-focus-active() {\n &:hover,\n &:focus,\n &:active {\n @content;\n }\n}\n","// stylelint-disable declaration-no-important, selector-list-comma-newline-after\n\n//\n// Headings\n//\n\nh1, h2, h3, h4, h5, h6,\n.h1, .h2, .h3, .h4, .h5, .h6 {\n margin-bottom: $headings-margin-bottom;\n font-family: $headings-font-family;\n font-weight: $headings-font-weight;\n line-height: $headings-line-height;\n color: $headings-color;\n}\n\nh1, .h1 { @include font-size($h1-font-size); }\nh2, .h2 { @include font-size($h2-font-size); }\nh3, .h3 { @include font-size($h3-font-size); }\nh4, .h4 { @include font-size($h4-font-size); }\nh5, .h5 { @include font-size($h5-font-size); }\nh6, .h6 { @include font-size($h6-font-size); }\n\n.lead {\n @include font-size($lead-font-size);\n font-weight: $lead-font-weight;\n}\n\n// Type display classes\n.display-1 {\n @include font-size($display1-size);\n font-weight: $display1-weight;\n line-height: $display-line-height;\n}\n.display-2 {\n @include font-size($display2-size);\n font-weight: $display2-weight;\n line-height: $display-line-height;\n}\n.display-3 {\n @include font-size($display3-size);\n font-weight: $display3-weight;\n line-height: $display-line-height;\n}\n.display-4 {\n @include font-size($display4-size);\n font-weight: $display4-weight;\n line-height: $display-line-height;\n}\n\n\n//\n// Horizontal rules\n//\n\nhr {\n margin-top: $hr-margin-y;\n margin-bottom: $hr-margin-y;\n border: 0;\n border-top: $hr-border-width solid $hr-border-color;\n}\n\n\n//\n// Emphasis\n//\n\nsmall,\n.small {\n @include font-size($small-font-size);\n font-weight: $font-weight-normal;\n}\n\nmark,\n.mark {\n padding: $mark-padding;\n background-color: $mark-bg;\n}\n\n\n//\n// Lists\n//\n\n.list-unstyled {\n @include list-unstyled();\n}\n\n// Inline turns list items into inline-block\n.list-inline {\n @include list-unstyled();\n}\n.list-inline-item {\n display: inline-block;\n\n &:not(:last-child) {\n margin-right: $list-inline-padding;\n }\n}\n\n\n//\n// Misc\n//\n\n// Builds on `abbr`\n.initialism {\n @include font-size(90%);\n text-transform: uppercase;\n}\n\n// Blockquotes\n.blockquote {\n margin-bottom: $spacer;\n @include font-size($blockquote-font-size);\n}\n\n.blockquote-footer {\n display: block;\n @include font-size($blockquote-small-font-size);\n color: $blockquote-small-color;\n\n &::before {\n content: \"\\2014\\00A0\"; // em dash, nbsp\n }\n}\n","// Lists\n\n// Unstyled keeps list items block level, just removes default browser padding and list-style\n@mixin list-unstyled() {\n padding-left: 0;\n list-style: none;\n}\n","// Responsive images (ensure images don't scale beyond their parents)\n//\n// This is purposefully opt-in via an explicit class rather than being the default for all `<img>`s.\n// We previously tried the \"images are responsive by default\" approach in Bootstrap v2,\n// and abandoned it in Bootstrap v3 because it breaks lots of third-party widgets (including Google Maps)\n// which weren't expecting the images within themselves to be involuntarily resized.\n// See also https://github.com/twbs/bootstrap/issues/18178\n.img-fluid {\n @include img-fluid();\n}\n\n\n// Image thumbnails\n.img-thumbnail {\n padding: $thumbnail-padding;\n background-color: $thumbnail-bg;\n border: $thumbnail-border-width solid $thumbnail-border-color;\n @include border-radius($thumbnail-border-radius);\n @include box-shadow($thumbnail-box-shadow);\n\n // Keep them at most 100% wide\n @include img-fluid();\n}\n\n//\n// Figures\n//\n\n.figure {\n // Ensures the caption's text aligns with the image.\n display: inline-block;\n}\n\n.figure-img {\n margin-bottom: $spacer / 2;\n line-height: 1;\n}\n\n.figure-caption {\n @include font-size($figure-caption-font-size);\n color: $figure-caption-color;\n}\n","// Image Mixins\n// - Responsive image\n// - Retina image\n\n\n// Responsive image\n//\n// Keep images from scaling beyond the width of their parents.\n\n@mixin img-fluid() {\n // Part 1: Set a maximum relative to the parent\n max-width: 100%;\n // Part 2: Override the height to auto, otherwise images will be stretched\n // when setting a width and height attribute on the img element.\n height: auto;\n}\n\n\n// Retina image\n//\n// Short retina mixin for setting background-image and -size.\n\n@mixin img-retina($file-1x, $file-2x, $width-1x, $height-1x) {\n background-image: url($file-1x);\n\n // Autoprefixer takes care of adding -webkit-min-device-pixel-ratio and -o-min-device-pixel-ratio,\n // but doesn't convert dppx=>dpi.\n // There's no such thing as unprefixed min-device-pixel-ratio since it's nonstandard.\n // Compatibility info: https://caniuse.com/#feat=css-media-resolution\n @media only screen and (min-resolution: 192dpi), // IE9-11 don't support dppx\n only screen and (min-resolution: 2dppx) { // Standardized\n background-image: url($file-2x);\n background-size: $width-1x $height-1x;\n }\n @include deprecate(\"`img-retina()`\", \"v4.3.0\", \"v5\");\n}\n","// stylelint-disable property-disallowed-list\n// Single side border-radius\n\n// Helper function to replace negative values with 0\n@function valid-radius($radius) {\n $return: ();\n @each $value in $radius {\n @if type-of($value) == number {\n $return: append($return, max($value, 0));\n } @else {\n $return: append($return, $value);\n }\n }\n @return $return;\n}\n\n@mixin border-radius($radius: $border-radius, $fallback-border-radius: false) {\n @if $enable-rounded {\n border-radius: valid-radius($radius);\n }\n @else if $fallback-border-radius != false {\n border-radius: $fallback-border-radius;\n }\n}\n\n@mixin border-top-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: valid-radius($radius);\n border-top-right-radius: valid-radius($radius);\n }\n}\n\n@mixin border-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: valid-radius($radius);\n border-bottom-right-radius: valid-radius($radius);\n }\n}\n\n@mixin border-bottom-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: valid-radius($radius);\n border-bottom-left-radius: valid-radius($radius);\n }\n}\n\n@mixin border-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: valid-radius($radius);\n border-bottom-left-radius: valid-radius($radius);\n }\n}\n\n@mixin border-top-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: valid-radius($radius);\n }\n}\n\n@mixin border-top-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: valid-radius($radius);\n }\n}\n\n@mixin border-bottom-right-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: valid-radius($radius);\n }\n}\n\n@mixin border-bottom-left-radius($radius) {\n @if $enable-rounded {\n border-bottom-left-radius: valid-radius($radius);\n }\n}\n","// Inline code\ncode {\n @include font-size($code-font-size);\n color: $code-color;\n word-wrap: break-word;\n\n // Streamline the style when inside anchors to avoid broken underline and more\n a > & {\n color: inherit;\n }\n}\n\n// User input typically entered via keyboard\nkbd {\n padding: $kbd-padding-y $kbd-padding-x;\n @include font-size($kbd-font-size);\n color: $kbd-color;\n background-color: $kbd-bg;\n @include border-radius($border-radius-sm);\n @include box-shadow($kbd-box-shadow);\n\n kbd {\n padding: 0;\n @include font-size(100%);\n font-weight: $nested-kbd-font-weight;\n @include box-shadow(none);\n }\n}\n\n// Blocks of code\npre {\n display: block;\n @include font-size($code-font-size);\n color: $pre-color;\n\n // Account for some code outputs that place code tags in pre tags\n code {\n @include font-size(inherit);\n color: inherit;\n word-break: normal;\n }\n}\n\n// Enable scrollable blocks of code\n.pre-scrollable {\n max-height: $pre-scrollable-max-height;\n overflow-y: scroll;\n}\n","// Container widths\n//\n// Set the container width, and override it for fixed navbars in media queries.\n\n@if $enable-grid-classes {\n // Single container class with breakpoint max-widths\n .container,\n // 100% wide container at all breakpoints\n .container-fluid {\n @include make-container();\n }\n\n // Responsive containers that are 100% wide until a breakpoint\n @each $breakpoint, $container-max-width in $container-max-widths {\n .container-#{$breakpoint} {\n @extend .container-fluid;\n }\n\n @include media-breakpoint-up($breakpoint, $grid-breakpoints) {\n %responsive-container-#{$breakpoint} {\n max-width: $container-max-width;\n }\n\n // Extend each breakpoint which is smaller or equal to the current breakpoint\n $extend-breakpoint: true;\n\n @each $name, $width in $grid-breakpoints {\n @if ($extend-breakpoint) {\n .container#{breakpoint-infix($name, $grid-breakpoints)} {\n @extend %responsive-container-#{$breakpoint};\n }\n\n // Once the current breakpoint is reached, stop extending\n @if ($breakpoint == $name) {\n $extend-breakpoint: false;\n }\n }\n }\n }\n }\n}\n\n\n// Row\n//\n// Rows contain your columns.\n\n@if $enable-grid-classes {\n .row {\n @include make-row();\n }\n\n // Remove the negative margin from default .row, then the horizontal padding\n // from all immediate children columns (to prevent runaway style inheritance).\n .no-gutters {\n margin-right: 0;\n margin-left: 0;\n\n > .col,\n > [class*=\"col-\"] {\n padding-right: 0;\n padding-left: 0;\n }\n }\n}\n\n// Columns\n//\n// Common styles for small and large grid columns\n\n@if $enable-grid-classes {\n @include make-grid-columns();\n}\n","/// Grid system\n//\n// Generate semantic grid columns with these mixins.\n\n@mixin make-container($gutter: $grid-gutter-width) {\n width: 100%;\n padding-right: $gutter / 2;\n padding-left: $gutter / 2;\n margin-right: auto;\n margin-left: auto;\n}\n\n@mixin make-row($gutter: $grid-gutter-width) {\n display: flex;\n flex-wrap: wrap;\n margin-right: -$gutter / 2;\n margin-left: -$gutter / 2;\n}\n\n// For each breakpoint, define the maximum width of the container in a media query\n@mixin make-container-max-widths($max-widths: $container-max-widths, $breakpoints: $grid-breakpoints) {\n @each $breakpoint, $container-max-width in $max-widths {\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n max-width: $container-max-width;\n }\n }\n @include deprecate(\"The `make-container-max-widths` mixin\", \"v4.5.2\", \"v5\");\n}\n\n@mixin make-col-ready($gutter: $grid-gutter-width) {\n position: relative;\n // Prevent columns from becoming too narrow when at smaller grid tiers by\n // always setting `width: 100%;`. This works because we use `flex` values\n // later on to override this initial width.\n width: 100%;\n padding-right: $gutter / 2;\n padding-left: $gutter / 2;\n}\n\n@mixin make-col($size, $columns: $grid-columns) {\n flex: 0 0 percentage($size / $columns);\n // Add a `max-width` to ensure content within each column does not blow out\n // the width of the column. Applies to IE10+ and Firefox. Chrome and Safari\n // do not appear to require this.\n max-width: percentage($size / $columns);\n}\n\n@mixin make-col-auto() {\n flex: 0 0 auto;\n width: auto;\n max-width: 100%; // Reset earlier grid tiers\n}\n\n@mixin make-col-offset($size, $columns: $grid-columns) {\n $num: $size / $columns;\n margin-left: if($num == 0, 0, percentage($num));\n}\n\n// Row columns\n//\n// Specify on a parent element(e.g., .row) to force immediate children into NN\n// numberof columns. Supports wrapping to new lines, but does not do a Masonry\n// style grid.\n@mixin row-cols($count) {\n > * {\n flex: 0 0 100% / $count;\n max-width: 100% / $count;\n }\n}\n","// Breakpoint viewport sizes and media queries.\n//\n// Breakpoints are defined as a map of (name: minimum width), order from small to large:\n//\n// (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)\n//\n// The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.\n\n// Name of the next breakpoint, or null for the last breakpoint.\n//\n// >> breakpoint-next(sm)\n// md\n// >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// md\n// >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl))\n// md\n@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {\n $n: index($breakpoint-names, $name);\n @return if($n != null and $n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);\n}\n\n// Minimum breakpoint width. Null for the smallest (first) breakpoint.\n//\n// >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 576px\n@function breakpoint-min($name, $breakpoints: $grid-breakpoints) {\n $min: map-get($breakpoints, $name);\n @return if($min != 0, $min, null);\n}\n\n// Maximum breakpoint width. Null for the largest (last) breakpoint.\n// The maximum value is calculated as the minimum of the next one less 0.02px\n// to work around the limitations of `min-` and `max-` prefixes and viewports with fractional widths.\n// See https://www.w3.org/TR/mediaqueries-4/#mq-min-max\n// Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari.\n// See https://bugs.webkit.org/show_bug.cgi?id=178261\n//\n// >> breakpoint-max(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $next: breakpoint-next($name, $breakpoints);\n @return if($next, breakpoint-min($next, $breakpoints) - .02, null);\n}\n\n// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.\n// Useful for making responsive utilities.\n//\n// >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"\" (Returns a blank string)\n// >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"-sm\"\n@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {\n @return if(breakpoint-min($name, $breakpoints) == null, \"\", \"-#{$name}\");\n}\n\n// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.\n// Makes the @content apply to the given breakpoint and wider.\n@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n @if $min {\n @media (min-width: $min) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media of at most the maximum breakpoint width. No query for the largest breakpoint.\n// Makes the @content apply to the given breakpoint and narrower.\n@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {\n $max: breakpoint-max($name, $breakpoints);\n @if $max {\n @media (max-width: $max) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media that spans multiple breakpoint widths.\n// Makes the @content apply between the min and max breakpoints\n@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($lower, $breakpoints);\n $max: breakpoint-max($upper, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($lower, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($upper, $breakpoints) {\n @content;\n }\n }\n}\n\n// Media between the breakpoint's minimum and maximum widths.\n// No minimum for the smallest breakpoint, and no maximum for the largest one.\n// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.\n@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n $max: breakpoint-max($name, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($name, $breakpoints) {\n @content;\n }\n }\n}\n","// Framework grid generation\n//\n// Used only by Bootstrap to generate the correct number of grid classes given\n// any value of `$grid-columns`.\n\n@mixin make-grid-columns($columns: $grid-columns, $gutter: $grid-gutter-width, $breakpoints: $grid-breakpoints) {\n // Common properties for all breakpoints\n %grid-column {\n position: relative;\n width: 100%;\n padding-right: $gutter / 2;\n padding-left: $gutter / 2;\n }\n\n @each $breakpoint in map-keys($breakpoints) {\n $infix: breakpoint-infix($breakpoint, $breakpoints);\n\n @if $columns > 0 {\n // Allow columns to stretch full width below their breakpoints\n @for $i from 1 through $columns {\n .col#{$infix}-#{$i} {\n @extend %grid-column;\n }\n }\n }\n\n .col#{$infix},\n .col#{$infix}-auto {\n @extend %grid-column;\n }\n\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n // Provide basic `.col-{bp}` classes for equal-width flexbox columns\n .col#{$infix} {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n }\n\n @if $grid-row-columns > 0 {\n @for $i from 1 through $grid-row-columns {\n .row-cols#{$infix}-#{$i} {\n @include row-cols($i);\n }\n }\n }\n\n .col#{$infix}-auto {\n @include make-col-auto();\n }\n\n @if $columns > 0 {\n @for $i from 1 through $columns {\n .col#{$infix}-#{$i} {\n @include make-col($i, $columns);\n }\n }\n }\n\n .order#{$infix}-first { order: -1; }\n\n .order#{$infix}-last { order: $columns + 1; }\n\n @for $i from 0 through $columns {\n .order#{$infix}-#{$i} { order: $i; }\n }\n\n @if $columns > 0 {\n // `$columns - 1` because offsetting by the width of an entire row isn't possible\n @for $i from 0 through ($columns - 1) {\n @if not ($infix == \"\" and $i == 0) { // Avoid emitting useless .offset-0\n .offset#{$infix}-#{$i} {\n @include make-col-offset($i, $columns);\n }\n }\n }\n }\n }\n }\n}\n","//\n// Basic Bootstrap table\n//\n\n.table {\n width: 100%;\n margin-bottom: $spacer;\n color: $table-color;\n background-color: $table-bg; // Reset for nesting within parents with `background-color`.\n\n th,\n td {\n padding: $table-cell-padding;\n vertical-align: top;\n border-top: $table-border-width solid $table-border-color;\n }\n\n thead th {\n vertical-align: bottom;\n border-bottom: (2 * $table-border-width) solid $table-border-color;\n }\n\n tbody + tbody {\n border-top: (2 * $table-border-width) solid $table-border-color;\n }\n}\n\n\n//\n// Condensed table w/ half padding\n//\n\n.table-sm {\n th,\n td {\n padding: $table-cell-padding-sm;\n }\n}\n\n\n// Border versions\n//\n// Add or remove borders all around the table and between all the columns.\n\n.table-bordered {\n border: $table-border-width solid $table-border-color;\n\n th,\n td {\n border: $table-border-width solid $table-border-color;\n }\n\n thead {\n th,\n td {\n border-bottom-width: 2 * $table-border-width;\n }\n }\n}\n\n.table-borderless {\n th,\n td,\n thead th,\n tbody + tbody {\n border: 0;\n }\n}\n\n// Zebra-striping\n//\n// Default zebra-stripe styles (alternating gray and transparent backgrounds)\n\n.table-striped {\n tbody tr:nth-of-type(#{$table-striped-order}) {\n background-color: $table-accent-bg;\n }\n}\n\n\n// Hover effect\n//\n// Placed here since it has to come after the potential zebra striping\n\n.table-hover {\n tbody tr {\n @include hover() {\n color: $table-hover-color;\n background-color: $table-hover-bg;\n }\n }\n}\n\n\n// Table backgrounds\n//\n// Exact selectors below required to override `.table-striped` and prevent\n// inheritance to nested tables.\n\n@each $color, $value in $theme-colors {\n @include table-row-variant($color, theme-color-level($color, $table-bg-level), theme-color-level($color, $table-border-level));\n}\n\n@include table-row-variant(active, $table-active-bg);\n\n\n// Dark styles\n//\n// Same table markup, but inverted color scheme: dark background and light text.\n\n// stylelint-disable-next-line no-duplicate-selectors\n.table {\n .thead-dark {\n th {\n color: $table-dark-color;\n background-color: $table-dark-bg;\n border-color: $table-dark-border-color;\n }\n }\n\n .thead-light {\n th {\n color: $table-head-color;\n background-color: $table-head-bg;\n border-color: $table-border-color;\n }\n }\n}\n\n.table-dark {\n color: $table-dark-color;\n background-color: $table-dark-bg;\n\n th,\n td,\n thead th {\n border-color: $table-dark-border-color;\n }\n\n &.table-bordered {\n border: 0;\n }\n\n &.table-striped {\n tbody tr:nth-of-type(#{$table-striped-order}) {\n background-color: $table-dark-accent-bg;\n }\n }\n\n &.table-hover {\n tbody tr {\n @include hover() {\n color: $table-dark-hover-color;\n background-color: $table-dark-hover-bg;\n }\n }\n }\n}\n\n\n// Responsive tables\n//\n// Generate series of `.table-responsive-*` classes for configuring the screen\n// size of where your table will overflow.\n\n.table-responsive {\n @each $breakpoint in map-keys($grid-breakpoints) {\n $next: breakpoint-next($breakpoint, $grid-breakpoints);\n $infix: breakpoint-infix($next, $grid-breakpoints);\n\n &#{$infix} {\n @include media-breakpoint-down($breakpoint) {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n\n // Prevent double border on horizontal scroll due to use of `display: block;`\n > .table-bordered {\n border: 0;\n }\n }\n }\n }\n}\n","// Tables\n\n@mixin table-row-variant($state, $background, $border: null) {\n // Exact selectors below required to override `.table-striped` and prevent\n // inheritance to nested tables.\n .table-#{$state} {\n &,\n > th,\n > td {\n background-color: $background;\n }\n\n @if $border != null {\n th,\n td,\n thead th,\n tbody + tbody {\n border-color: $border;\n }\n }\n }\n\n // Hover states for `.table-hover`\n // Note: this is not available for cells or rows within `thead` or `tfoot`.\n .table-hover {\n $hover-background: darken($background, 5%);\n\n .table-#{$state} {\n @include hover() {\n background-color: $hover-background;\n\n > td,\n > th {\n background-color: $hover-background;\n }\n }\n }\n }\n}\n","// stylelint-disable selector-no-qualifying-type\n\n//\n// Textual form controls\n//\n\n.form-control {\n display: block;\n width: 100%;\n height: $input-height;\n padding: $input-padding-y $input-padding-x;\n font-family: $input-font-family;\n @include font-size($input-font-size);\n font-weight: $input-font-weight;\n line-height: $input-line-height;\n color: $input-color;\n background-color: $input-bg;\n background-clip: padding-box;\n border: $input-border-width solid $input-border-color;\n\n // Note: This has no effect on <select>s in some browsers, due to the limited stylability of `<select>`s in CSS.\n @include border-radius($input-border-radius, 0);\n\n @include box-shadow($input-box-shadow);\n @include transition($input-transition);\n\n // Unstyle the caret on `<select>`s in IE10+.\n &::-ms-expand {\n background-color: transparent;\n border: 0;\n }\n\n // Remove select outline from select box in FF\n &:-moz-focusring {\n color: transparent;\n text-shadow: 0 0 0 $input-color;\n }\n\n // Customize the `:focus` state to imitate native WebKit styles.\n @include form-control-focus($ignore-warning: true);\n\n // Placeholder\n &::placeholder {\n color: $input-placeholder-color;\n // Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526.\n opacity: 1;\n }\n\n // Disabled and read-only inputs\n //\n // HTML5 says that controls under a fieldset > legend:first-child won't be\n // disabled if the fieldset is disabled. Due to implementation difficulty, we\n // don't honor that edge case; we style them as disabled anyway.\n &:disabled,\n &[readonly] {\n background-color: $input-disabled-bg;\n // iOS fix for unreadable disabled content; see https://github.com/twbs/bootstrap/issues/11655.\n opacity: 1;\n }\n}\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n &.form-control {\n appearance: none; // Fix appearance for date inputs in Safari\n }\n}\n\nselect.form-control {\n &:focus::-ms-value {\n // Suppress the nested default white text on blue background highlight given to\n // the selected option text when the (still closed) <select> receives focus\n // in IE and (under certain conditions) Edge, as it looks bad and cannot be made to\n // match the appearance of the native widget.\n // See https://github.com/twbs/bootstrap/issues/19398.\n color: $input-color;\n background-color: $input-bg;\n }\n}\n\n// Make file inputs better match text inputs by forcing them to new lines.\n.form-control-file,\n.form-control-range {\n display: block;\n width: 100%;\n}\n\n\n//\n// Labels\n//\n\n// For use with horizontal and inline forms, when you need the label (or legend)\n// text to align with the form controls.\n.col-form-label {\n padding-top: add($input-padding-y, $input-border-width);\n padding-bottom: add($input-padding-y, $input-border-width);\n margin-bottom: 0; // Override the `<label>/<legend>` default\n @include font-size(inherit); // Override the `<legend>` default\n line-height: $input-line-height;\n}\n\n.col-form-label-lg {\n padding-top: add($input-padding-y-lg, $input-border-width);\n padding-bottom: add($input-padding-y-lg, $input-border-width);\n @include font-size($input-font-size-lg);\n line-height: $input-line-height-lg;\n}\n\n.col-form-label-sm {\n padding-top: add($input-padding-y-sm, $input-border-width);\n padding-bottom: add($input-padding-y-sm, $input-border-width);\n @include font-size($input-font-size-sm);\n line-height: $input-line-height-sm;\n}\n\n\n// Readonly controls as plain text\n//\n// Apply class to a readonly input to make it appear like regular plain\n// text (without any border, background color, focus indicator)\n\n.form-control-plaintext {\n display: block;\n width: 100%;\n padding: $input-padding-y 0;\n margin-bottom: 0; // match inputs if this class comes on inputs with default margins\n @include font-size($input-font-size);\n line-height: $input-line-height;\n color: $input-plaintext-color;\n background-color: transparent;\n border: solid transparent;\n border-width: $input-border-width 0;\n\n &.form-control-sm,\n &.form-control-lg {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n\n// Form control sizing\n//\n// Build on `.form-control` with modifier classes to decrease or increase the\n// height and font-size of form controls.\n//\n// Repeated in `_input_group.scss` to avoid Sass extend issues.\n\n.form-control-sm {\n height: $input-height-sm;\n padding: $input-padding-y-sm $input-padding-x-sm;\n @include font-size($input-font-size-sm);\n line-height: $input-line-height-sm;\n @include border-radius($input-border-radius-sm);\n}\n\n.form-control-lg {\n height: $input-height-lg;\n padding: $input-padding-y-lg $input-padding-x-lg;\n @include font-size($input-font-size-lg);\n line-height: $input-line-height-lg;\n @include border-radius($input-border-radius-lg);\n}\n\n// stylelint-disable-next-line no-duplicate-selectors\nselect.form-control {\n &[size],\n &[multiple] {\n height: auto;\n }\n}\n\ntextarea.form-control {\n height: auto;\n}\n\n// Form groups\n//\n// Designed to help with the organization and spacing of vertical forms. For\n// horizontal forms, use the predefined grid classes.\n\n.form-group {\n margin-bottom: $form-group-margin-bottom;\n}\n\n.form-text {\n display: block;\n margin-top: $form-text-margin-top;\n}\n\n\n// Form grid\n//\n// Special replacement for our grid system's `.row` for tighter form layouts.\n\n.form-row {\n display: flex;\n flex-wrap: wrap;\n margin-right: -$form-grid-gutter-width / 2;\n margin-left: -$form-grid-gutter-width / 2;\n\n > .col,\n > [class*=\"col-\"] {\n padding-right: $form-grid-gutter-width / 2;\n padding-left: $form-grid-gutter-width / 2;\n }\n}\n\n\n// Checkboxes and radios\n//\n// Indent the labels to position radios/checkboxes as hanging controls.\n\n.form-check {\n position: relative;\n display: block;\n padding-left: $form-check-input-gutter;\n}\n\n.form-check-input {\n position: absolute;\n margin-top: $form-check-input-margin-y;\n margin-left: -$form-check-input-gutter;\n\n // Use [disabled] and :disabled for workaround https://github.com/twbs/bootstrap/issues/28247\n &[disabled] ~ .form-check-label,\n &:disabled ~ .form-check-label {\n color: $text-muted;\n }\n}\n\n.form-check-label {\n margin-bottom: 0; // Override default `<label>` bottom margin\n}\n\n.form-check-inline {\n display: inline-flex;\n align-items: center;\n padding-left: 0; // Override base .form-check\n margin-right: $form-check-inline-margin-x;\n\n // Undo .form-check-input defaults and add some `margin-right`.\n .form-check-input {\n position: static;\n margin-top: 0;\n margin-right: $form-check-inline-input-margin-x;\n margin-left: 0;\n }\n}\n\n\n// Form validation\n//\n// Provide feedback to users when form field values are valid or invalid. Works\n// primarily for client-side validation via scoped `:invalid` and `:valid`\n// pseudo-classes but also includes `.is-invalid` and `.is-valid` classes for\n// server side validation.\n\n@each $state, $data in $form-validation-states {\n @include form-validation-state($state, map-get($data, color), map-get($data, icon));\n}\n\n// Inline forms\n//\n// Make forms appear inline(-block) by adding the `.form-inline` class. Inline\n// forms begin stacked on extra small (mobile) devices and then go inline when\n// viewports reach <768px.\n//\n// Requires wrapping inputs and labels with `.form-group` for proper display of\n// default HTML form controls and our custom form controls (e.g., input groups).\n\n.form-inline {\n display: flex;\n flex-flow: row wrap;\n align-items: center; // Prevent shorter elements from growing to same height as others (e.g., small buttons growing to normal sized button height)\n\n // Because we use flex, the initial sizing of checkboxes is collapsed and\n // doesn't occupy the full-width (which is what we want for xs grid tier),\n // so we force that here.\n .form-check {\n width: 100%;\n }\n\n // Kick in the inline\n @include media-breakpoint-up(sm) {\n label {\n display: flex;\n align-items: center;\n justify-content: center;\n margin-bottom: 0;\n }\n\n // Inline-block all the things for \"inline\"\n .form-group {\n display: flex;\n flex: 0 0 auto;\n flex-flow: row wrap;\n align-items: center;\n margin-bottom: 0;\n }\n\n // Allow folks to *not* use `.form-group`\n .form-control {\n display: inline-block;\n width: auto; // Prevent labels from stacking above inputs in `.form-group`\n vertical-align: middle;\n }\n\n // Make static controls behave like regular ones\n .form-control-plaintext {\n display: inline-block;\n }\n\n .input-group,\n .custom-select {\n width: auto;\n }\n\n // Remove default margin on radios/checkboxes that were used for stacking, and\n // then undo the floating of radios and checkboxes to match.\n .form-check {\n display: flex;\n align-items: center;\n justify-content: center;\n width: auto;\n padding-left: 0;\n }\n .form-check-input {\n position: relative;\n flex-shrink: 0;\n margin-top: 0;\n margin-right: $form-check-input-margin-x;\n margin-left: 0;\n }\n\n .custom-control {\n align-items: center;\n justify-content: center;\n }\n .custom-control-label {\n margin-bottom: 0;\n }\n }\n}\n","// stylelint-disable property-disallowed-list\n@mixin transition($transition...) {\n @if length($transition) == 0 {\n $transition: $transition-base;\n }\n\n @if length($transition) > 1 {\n @each $value in $transition {\n @if $value == null or $value == none {\n @warn \"The keyword 'none' or 'null' must be used as a single argument.\";\n }\n }\n }\n\n @if $enable-transitions {\n @if nth($transition, 1) != null {\n transition: $transition;\n }\n\n @if $enable-prefers-reduced-motion-media-query and nth($transition, 1) != null and nth($transition, 1) != none {\n @media (prefers-reduced-motion: reduce) {\n transition: none;\n }\n }\n }\n}\n","// Form control focus state\n//\n// Generate a customized focus state and for any input with the specified color,\n// which defaults to the `$input-focus-border-color` variable.\n//\n// We highly encourage you to not customize the default value, but instead use\n// this to tweak colors on an as-needed basis. This aesthetic change is based on\n// WebKit's default styles, but applicable to a wider range of browsers. Its\n// usability and accessibility should be taken into account with any change.\n//\n// Example usage: change the default blue border and shadow to white for better\n// contrast against a dark gray background.\n@mixin form-control-focus($ignore-warning: false) {\n &:focus {\n color: $input-focus-color;\n background-color: $input-focus-bg;\n border-color: $input-focus-border-color;\n outline: 0;\n @if $enable-shadows {\n @include box-shadow($input-box-shadow, $input-focus-box-shadow);\n } @else {\n // Avoid using mixin so we can pass custom focus shadow properly\n box-shadow: $input-focus-box-shadow;\n }\n }\n @include deprecate(\"The `form-control-focus()` mixin\", \"v4.4.0\", \"v5\", $ignore-warning);\n}\n\n// This mixin uses an `if()` technique to be compatible with Dart Sass\n// See https://github.com/sass/sass/issues/1873#issuecomment-152293725 for more details\n@mixin form-validation-state-selector($state) {\n @if ($state == \"valid\" or $state == \"invalid\") {\n .was-validated #{if(&, \"&\", \"\")}:#{$state},\n #{if(&, \"&\", \"\")}.is-#{$state} {\n @content;\n }\n } @else {\n #{if(&, \"&\", \"\")}.is-#{$state} {\n @content;\n }\n }\n}\n\n@mixin form-validation-state($state, $color, $icon) {\n .#{$state}-feedback {\n display: none;\n width: 100%;\n margin-top: $form-feedback-margin-top;\n @include font-size($form-feedback-font-size);\n color: $color;\n }\n\n .#{$state}-tooltip {\n position: absolute;\n top: 100%;\n left: 0;\n z-index: 5;\n display: none;\n max-width: 100%; // Contain to parent when possible\n padding: $form-feedback-tooltip-padding-y $form-feedback-tooltip-padding-x;\n margin-top: .1rem;\n @include font-size($form-feedback-tooltip-font-size);\n line-height: $form-feedback-tooltip-line-height;\n color: color-yiq($color);\n background-color: rgba($color, $form-feedback-tooltip-opacity);\n @include border-radius($form-feedback-tooltip-border-radius);\n }\n\n @include form-validation-state-selector($state) {\n ~ .#{$state}-feedback,\n ~ .#{$state}-tooltip {\n display: block;\n }\n }\n\n .form-control {\n @include form-validation-state-selector($state) {\n border-color: $color;\n\n @if $enable-validation-icons {\n padding-right: $input-height-inner;\n background-image: escape-svg($icon);\n background-repeat: no-repeat;\n background-position: right $input-height-inner-quarter center;\n background-size: $input-height-inner-half $input-height-inner-half;\n }\n\n &:focus {\n border-color: $color;\n box-shadow: 0 0 0 $input-focus-width rgba($color, .25);\n }\n }\n }\n\n // stylelint-disable-next-line selector-no-qualifying-type\n textarea.form-control {\n @include form-validation-state-selector($state) {\n @if $enable-validation-icons {\n padding-right: $input-height-inner;\n background-position: top $input-height-inner-quarter right $input-height-inner-quarter;\n }\n }\n }\n\n .custom-select {\n @include form-validation-state-selector($state) {\n border-color: $color;\n\n @if $enable-validation-icons {\n padding-right: $custom-select-feedback-icon-padding-right;\n background: $custom-select-background, escape-svg($icon) $custom-select-bg no-repeat $custom-select-feedback-icon-position / $custom-select-feedback-icon-size;\n }\n\n &:focus {\n border-color: $color;\n box-shadow: 0 0 0 $input-focus-width rgba($color, .25);\n }\n }\n }\n\n .form-check-input {\n @include form-validation-state-selector($state) {\n ~ .form-check-label {\n color: $color;\n }\n\n ~ .#{$state}-feedback,\n ~ .#{$state}-tooltip {\n display: block;\n }\n }\n }\n\n .custom-control-input {\n @include form-validation-state-selector($state) {\n ~ .custom-control-label {\n color: $color;\n\n &::before {\n border-color: $color;\n }\n }\n\n &:checked {\n ~ .custom-control-label::before {\n border-color: lighten($color, 10%);\n @include gradient-bg(lighten($color, 10%));\n }\n }\n\n &:focus {\n ~ .custom-control-label::before {\n box-shadow: 0 0 0 $input-focus-width rgba($color, .25);\n }\n\n &:not(:checked) ~ .custom-control-label::before {\n border-color: $color;\n }\n }\n }\n }\n\n // custom file\n .custom-file-input {\n @include form-validation-state-selector($state) {\n ~ .custom-file-label {\n border-color: $color;\n }\n\n &:focus {\n ~ .custom-file-label {\n border-color: $color;\n box-shadow: 0 0 0 $input-focus-width rgba($color, .25);\n }\n }\n }\n }\n}\n","// Gradients\n\n@mixin gradient-bg($color) {\n @if $enable-gradients {\n background: $color linear-gradient(180deg, mix($body-bg, $color, 15%), $color) repeat-x;\n } @else {\n background-color: $color;\n }\n}\n\n// Horizontal gradient, from left to right\n//\n// Creates two color stops, start and end, by specifying a color and position for each color stop.\n@mixin gradient-x($start-color: $gray-700, $end-color: $gray-800, $start-percent: 0%, $end-percent: 100%) {\n background-image: linear-gradient(to right, $start-color $start-percent, $end-color $end-percent);\n background-repeat: repeat-x;\n}\n\n// Vertical gradient, from top to bottom\n//\n// Creates two color stops, start and end, by specifying a color and position for each color stop.\n@mixin gradient-y($start-color: $gray-700, $end-color: $gray-800, $start-percent: 0%, $end-percent: 100%) {\n background-image: linear-gradient(to bottom, $start-color $start-percent, $end-color $end-percent);\n background-repeat: repeat-x;\n}\n\n@mixin gradient-directional($start-color: $gray-700, $end-color: $gray-800, $deg: 45deg) {\n background-image: linear-gradient($deg, $start-color, $end-color);\n background-repeat: repeat-x;\n}\n@mixin gradient-x-three-colors($start-color: $blue, $mid-color: $purple, $color-stop: 50%, $end-color: $red) {\n background-image: linear-gradient(to right, $start-color, $mid-color $color-stop, $end-color);\n background-repeat: no-repeat;\n}\n@mixin gradient-y-three-colors($start-color: $blue, $mid-color: $purple, $color-stop: 50%, $end-color: $red) {\n background-image: linear-gradient($start-color, $mid-color $color-stop, $end-color);\n background-repeat: no-repeat;\n}\n@mixin gradient-radial($inner-color: $gray-700, $outer-color: $gray-800) {\n background-image: radial-gradient(circle, $inner-color, $outer-color);\n background-repeat: no-repeat;\n}\n@mixin gradient-striped($color: rgba($white, .15), $angle: 45deg) {\n background-image: linear-gradient($angle, $color 25%, transparent 25%, transparent 50%, $color 50%, $color 75%, transparent 75%, transparent);\n}\n","// stylelint-disable selector-no-qualifying-type\n\n//\n// Base styles\n//\n\n.btn {\n display: inline-block;\n font-family: $btn-font-family;\n font-weight: $btn-font-weight;\n color: $body-color;\n text-align: center;\n text-decoration: if($link-decoration == none, null, none);\n white-space: $btn-white-space;\n vertical-align: middle;\n user-select: none;\n background-color: transparent;\n border: $btn-border-width solid transparent;\n @include button-size($btn-padding-y, $btn-padding-x, $btn-font-size, $btn-line-height, $btn-border-radius);\n @include transition($btn-transition);\n\n @include hover() {\n color: $body-color;\n text-decoration: none;\n }\n\n &:focus,\n &.focus {\n outline: 0;\n box-shadow: $btn-focus-box-shadow;\n }\n\n // Disabled comes first so active can properly restyle\n &.disabled,\n &:disabled {\n opacity: $btn-disabled-opacity;\n @include box-shadow(none);\n }\n\n &:not(:disabled):not(.disabled) {\n cursor: if($enable-pointer-cursor-for-buttons, pointer, null);\n\n &:active,\n &.active {\n @include box-shadow($btn-active-box-shadow);\n\n &:focus {\n @include box-shadow($btn-focus-box-shadow, $btn-active-box-shadow);\n }\n }\n }\n}\n\n// Future-proof disabling of clicks on `<a>` elements\na.btn.disabled,\nfieldset:disabled a.btn {\n pointer-events: none;\n}\n\n\n//\n// Alternate buttons\n//\n\n@each $color, $value in $theme-colors {\n .btn-#{$color} {\n @include button-variant($value, $value);\n }\n}\n\n@each $color, $value in $theme-colors {\n .btn-outline-#{$color} {\n @include button-outline-variant($value);\n }\n}\n\n\n//\n// Link buttons\n//\n\n// Make a button look and behave like a link\n.btn-link {\n font-weight: $font-weight-normal;\n color: $link-color;\n text-decoration: $link-decoration;\n\n @include hover() {\n color: $link-hover-color;\n text-decoration: $link-hover-decoration;\n }\n\n &:focus,\n &.focus {\n text-decoration: $link-hover-decoration;\n }\n\n &:disabled,\n &.disabled {\n color: $btn-link-disabled-color;\n pointer-events: none;\n }\n\n // No need for an active state here\n}\n\n\n//\n// Button Sizes\n//\n\n.btn-lg {\n @include button-size($btn-padding-y-lg, $btn-padding-x-lg, $btn-font-size-lg, $btn-line-height-lg, $btn-border-radius-lg);\n}\n\n.btn-sm {\n @include button-size($btn-padding-y-sm, $btn-padding-x-sm, $btn-font-size-sm, $btn-line-height-sm, $btn-border-radius-sm);\n}\n\n\n//\n// Block button\n//\n\n.btn-block {\n display: block;\n width: 100%;\n\n // Vertically space out multiple block buttons\n + .btn-block {\n margin-top: $btn-block-spacing-y;\n }\n}\n\n// Specificity overrides\ninput[type=\"submit\"],\ninput[type=\"reset\"],\ninput[type=\"button\"] {\n &.btn-block {\n width: 100%;\n }\n}\n","// Button variants\n//\n// Easily pump out default styles, as well as :hover, :focus, :active,\n// and disabled options for all buttons\n\n@mixin button-variant($background, $border, $hover-background: darken($background, 7.5%), $hover-border: darken($border, 10%), $active-background: darken($background, 10%), $active-border: darken($border, 12.5%)) {\n color: color-yiq($background);\n @include gradient-bg($background);\n border-color: $border;\n @include box-shadow($btn-box-shadow);\n\n @include hover() {\n color: color-yiq($hover-background);\n @include gradient-bg($hover-background);\n border-color: $hover-border;\n }\n\n &:focus,\n &.focus {\n color: color-yiq($hover-background);\n @include gradient-bg($hover-background);\n border-color: $hover-border;\n @if $enable-shadows {\n @include box-shadow($btn-box-shadow, 0 0 0 $btn-focus-width rgba(mix(color-yiq($background), $border, 15%), .5));\n } @else {\n // Avoid using mixin so we can pass custom focus shadow properly\n box-shadow: 0 0 0 $btn-focus-width rgba(mix(color-yiq($background), $border, 15%), .5);\n }\n }\n\n // Disabled comes first so active can properly restyle\n &.disabled,\n &:disabled {\n color: color-yiq($background);\n background-color: $background;\n border-color: $border;\n // Remove CSS gradients if they're enabled\n @if $enable-gradients {\n background-image: none;\n }\n }\n\n &:not(:disabled):not(.disabled):active,\n &:not(:disabled):not(.disabled).active,\n .show > &.dropdown-toggle {\n color: color-yiq($active-background);\n background-color: $active-background;\n @if $enable-gradients {\n background-image: none; // Remove the gradient for the pressed/active state\n }\n border-color: $active-border;\n\n &:focus {\n @if $enable-shadows and $btn-active-box-shadow != none {\n @include box-shadow($btn-active-box-shadow, 0 0 0 $btn-focus-width rgba(mix(color-yiq($background), $border, 15%), .5));\n } @else {\n // Avoid using mixin so we can pass custom focus shadow properly\n box-shadow: 0 0 0 $btn-focus-width rgba(mix(color-yiq($background), $border, 15%), .5);\n }\n }\n }\n}\n\n@mixin button-outline-variant($color, $color-hover: color-yiq($color), $active-background: $color, $active-border: $color) {\n color: $color;\n border-color: $color;\n\n @include hover() {\n color: $color-hover;\n background-color: $active-background;\n border-color: $active-border;\n }\n\n &:focus,\n &.focus {\n box-shadow: 0 0 0 $btn-focus-width rgba($color, .5);\n }\n\n &.disabled,\n &:disabled {\n color: $color;\n background-color: transparent;\n }\n\n &:not(:disabled):not(.disabled):active,\n &:not(:disabled):not(.disabled).active,\n .show > &.dropdown-toggle {\n color: color-yiq($active-background);\n background-color: $active-background;\n border-color: $active-border;\n\n &:focus {\n @if $enable-shadows and $btn-active-box-shadow != none {\n @include box-shadow($btn-active-box-shadow, 0 0 0 $btn-focus-width rgba($color, .5));\n } @else {\n // Avoid using mixin so we can pass custom focus shadow properly\n box-shadow: 0 0 0 $btn-focus-width rgba($color, .5);\n }\n }\n }\n}\n\n// Button sizes\n@mixin button-size($padding-y, $padding-x, $font-size, $line-height, $border-radius) {\n padding: $padding-y $padding-x;\n @include font-size($font-size);\n line-height: $line-height;\n // Manually declare to provide an override to the browser default\n @include border-radius($border-radius, 0);\n}\n",".fade {\n @include transition($transition-fade);\n\n &:not(.show) {\n opacity: 0;\n }\n}\n\n.collapse {\n &:not(.show) {\n display: none;\n }\n}\n\n.collapsing {\n position: relative;\n height: 0;\n overflow: hidden;\n @include transition($transition-collapse);\n}\n","// The dropdown wrapper (`<div>`)\n.dropup,\n.dropright,\n.dropdown,\n.dropleft {\n position: relative;\n}\n\n.dropdown-toggle {\n white-space: nowrap;\n\n // Generate the caret automatically\n @include caret();\n}\n\n// The dropdown menu\n.dropdown-menu {\n position: absolute;\n top: 100%;\n left: 0;\n z-index: $zindex-dropdown;\n display: none; // none by default, but block on \"open\" of the menu\n float: left;\n min-width: $dropdown-min-width;\n padding: $dropdown-padding-y $dropdown-padding-x;\n margin: $dropdown-spacer 0 0; // override default ul\n @include font-size($dropdown-font-size);\n color: $dropdown-color;\n text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer)\n list-style: none;\n background-color: $dropdown-bg;\n background-clip: padding-box;\n border: $dropdown-border-width solid $dropdown-border-color;\n @include border-radius($dropdown-border-radius);\n @include box-shadow($dropdown-box-shadow);\n}\n\n@each $breakpoint in map-keys($grid-breakpoints) {\n @include media-breakpoint-up($breakpoint) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n .dropdown-menu#{$infix}-left {\n right: auto;\n left: 0;\n }\n\n .dropdown-menu#{$infix}-right {\n right: 0;\n left: auto;\n }\n }\n}\n\n// Allow for dropdowns to go bottom up (aka, dropup-menu)\n// Just add .dropup after the standard .dropdown class and you're set.\n.dropup {\n .dropdown-menu {\n top: auto;\n bottom: 100%;\n margin-top: 0;\n margin-bottom: $dropdown-spacer;\n }\n\n .dropdown-toggle {\n @include caret(up);\n }\n}\n\n.dropright {\n .dropdown-menu {\n top: 0;\n right: auto;\n left: 100%;\n margin-top: 0;\n margin-left: $dropdown-spacer;\n }\n\n .dropdown-toggle {\n @include caret(right);\n &::after {\n vertical-align: 0;\n }\n }\n}\n\n.dropleft {\n .dropdown-menu {\n top: 0;\n right: 100%;\n left: auto;\n margin-top: 0;\n margin-right: $dropdown-spacer;\n }\n\n .dropdown-toggle {\n @include caret(left);\n &::before {\n vertical-align: 0;\n }\n }\n}\n\n// When enabled Popper.js, reset basic dropdown position\n// stylelint-disable-next-line no-duplicate-selectors\n.dropdown-menu {\n &[x-placement^=\"top\"],\n &[x-placement^=\"right\"],\n &[x-placement^=\"bottom\"],\n &[x-placement^=\"left\"] {\n right: auto;\n bottom: auto;\n }\n}\n\n// Dividers (basically an `<hr>`) within the dropdown\n.dropdown-divider {\n @include nav-divider($dropdown-divider-bg, $dropdown-divider-margin-y, true);\n}\n\n// Links, buttons, and more within the dropdown menu\n//\n// `<button>`-specific styles are denoted with `// For <button>s`\n.dropdown-item {\n display: block;\n width: 100%; // For `<button>`s\n padding: $dropdown-item-padding-y $dropdown-item-padding-x;\n clear: both;\n font-weight: $font-weight-normal;\n color: $dropdown-link-color;\n text-align: inherit; // For `<button>`s\n text-decoration: if($link-decoration == none, null, none);\n white-space: nowrap; // prevent links from randomly breaking onto new lines\n background-color: transparent; // For `<button>`s\n border: 0; // For `<button>`s\n\n // Prevent dropdown overflow if there's no padding\n // See https://github.com/twbs/bootstrap/pull/27703\n @if $dropdown-padding-y == 0 {\n &:first-child {\n @include border-top-radius($dropdown-inner-border-radius);\n }\n\n &:last-child {\n @include border-bottom-radius($dropdown-inner-border-radius);\n }\n }\n\n @include hover-focus() {\n color: $dropdown-link-hover-color;\n text-decoration: none;\n @include gradient-bg($dropdown-link-hover-bg);\n }\n\n &.active,\n &:active {\n color: $dropdown-link-active-color;\n text-decoration: none;\n @include gradient-bg($dropdown-link-active-bg);\n }\n\n &.disabled,\n &:disabled {\n color: $dropdown-link-disabled-color;\n pointer-events: none;\n background-color: transparent;\n // Remove CSS gradients if they're enabled\n @if $enable-gradients {\n background-image: none;\n }\n }\n}\n\n.dropdown-menu.show {\n display: block;\n}\n\n// Dropdown section headers\n.dropdown-header {\n display: block;\n padding: $dropdown-header-padding;\n margin-bottom: 0; // for use with heading elements\n @include font-size($font-size-sm);\n color: $dropdown-header-color;\n white-space: nowrap; // as with > li > a\n}\n\n// Dropdown text\n.dropdown-item-text {\n display: block;\n padding: $dropdown-item-padding-y $dropdown-item-padding-x;\n color: $dropdown-link-color;\n}\n","@mixin caret-down() {\n border-top: $caret-width solid;\n border-right: $caret-width solid transparent;\n border-bottom: 0;\n border-left: $caret-width solid transparent;\n}\n\n@mixin caret-up() {\n border-top: 0;\n border-right: $caret-width solid transparent;\n border-bottom: $caret-width solid;\n border-left: $caret-width solid transparent;\n}\n\n@mixin caret-right() {\n border-top: $caret-width solid transparent;\n border-right: 0;\n border-bottom: $caret-width solid transparent;\n border-left: $caret-width solid;\n}\n\n@mixin caret-left() {\n border-top: $caret-width solid transparent;\n border-right: $caret-width solid;\n border-bottom: $caret-width solid transparent;\n}\n\n@mixin caret($direction: down) {\n @if $enable-caret {\n &::after {\n display: inline-block;\n margin-left: $caret-spacing;\n vertical-align: $caret-vertical-align;\n content: \"\";\n @if $direction == down {\n @include caret-down();\n } @else if $direction == up {\n @include caret-up();\n } @else if $direction == right {\n @include caret-right();\n }\n }\n\n @if $direction == left {\n &::after {\n display: none;\n }\n\n &::before {\n display: inline-block;\n margin-right: $caret-spacing;\n vertical-align: $caret-vertical-align;\n content: \"\";\n @include caret-left();\n }\n }\n\n &:empty::after {\n margin-left: 0;\n }\n }\n}\n","// Horizontal dividers\n//\n// Dividers (basically an hr) within dropdowns and nav lists\n\n@mixin nav-divider($color: $nav-divider-color, $margin-y: $nav-divider-margin-y, $ignore-warning: false) {\n height: 0;\n margin: $margin-y 0;\n overflow: hidden;\n border-top: 1px solid $color;\n @include deprecate(\"The `nav-divider()` mixin\", \"v4.4.0\", \"v5\", $ignore-warning);\n}\n","// stylelint-disable selector-no-qualifying-type\n\n// Make the div behave like a button\n.btn-group,\n.btn-group-vertical {\n position: relative;\n display: inline-flex;\n vertical-align: middle; // match .btn alignment given font-size hack above\n\n > .btn {\n position: relative;\n flex: 1 1 auto;\n\n // Bring the hover, focused, and \"active\" buttons to the front to overlay\n // the borders properly\n @include hover() {\n z-index: 1;\n }\n &:focus,\n &:active,\n &.active {\n z-index: 1;\n }\n }\n}\n\n// Optional: Group multiple button groups together for a toolbar\n.btn-toolbar {\n display: flex;\n flex-wrap: wrap;\n justify-content: flex-start;\n\n .input-group {\n width: auto;\n }\n}\n\n.btn-group {\n // Prevent double borders when buttons are next to each other\n > .btn:not(:first-child),\n > .btn-group:not(:first-child) {\n margin-left: -$btn-border-width;\n }\n\n // Reset rounded corners\n > .btn:not(:last-child):not(.dropdown-toggle),\n > .btn-group:not(:last-child) > .btn {\n @include border-right-radius(0);\n }\n\n > .btn:not(:first-child),\n > .btn-group:not(:first-child) > .btn {\n @include border-left-radius(0);\n }\n}\n\n// Sizing\n//\n// Remix the default button sizing classes into new ones for easier manipulation.\n\n.btn-group-sm > .btn { @extend .btn-sm; }\n.btn-group-lg > .btn { @extend .btn-lg; }\n\n\n//\n// Split button dropdowns\n//\n\n.dropdown-toggle-split {\n padding-right: $btn-padding-x * .75;\n padding-left: $btn-padding-x * .75;\n\n &::after,\n .dropup &::after,\n .dropright &::after {\n margin-left: 0;\n }\n\n .dropleft &::before {\n margin-right: 0;\n }\n}\n\n.btn-sm + .dropdown-toggle-split {\n padding-right: $btn-padding-x-sm * .75;\n padding-left: $btn-padding-x-sm * .75;\n}\n\n.btn-lg + .dropdown-toggle-split {\n padding-right: $btn-padding-x-lg * .75;\n padding-left: $btn-padding-x-lg * .75;\n}\n\n\n// The clickable button for toggling the menu\n// Set the same inset shadow as the :active state\n.btn-group.show .dropdown-toggle {\n @include box-shadow($btn-active-box-shadow);\n\n // Show no shadow for `.btn-link` since it has no other button styles.\n &.btn-link {\n @include box-shadow(none);\n }\n}\n\n\n//\n// Vertical button groups\n//\n\n.btn-group-vertical {\n flex-direction: column;\n align-items: flex-start;\n justify-content: center;\n\n > .btn,\n > .btn-group {\n width: 100%;\n }\n\n > .btn:not(:first-child),\n > .btn-group:not(:first-child) {\n margin-top: -$btn-border-width;\n }\n\n // Reset rounded corners\n > .btn:not(:last-child):not(.dropdown-toggle),\n > .btn-group:not(:last-child) > .btn {\n @include border-bottom-radius(0);\n }\n\n > .btn:not(:first-child),\n > .btn-group:not(:first-child) > .btn {\n @include border-top-radius(0);\n }\n}\n\n\n// Checkbox and radio options\n//\n// In order to support the browser's form validation feedback, powered by the\n// `required` attribute, we have to \"hide\" the inputs via `clip`. We cannot use\n// `display: none;` or `visibility: hidden;` as that also hides the popover.\n// Simply visually hiding the inputs via `opacity` would leave them clickable in\n// certain cases which is prevented by using `clip` and `pointer-events`.\n// This way, we ensure a DOM element is visible to position the popover from.\n//\n// See https://github.com/twbs/bootstrap/pull/12794 and\n// https://github.com/twbs/bootstrap/pull/14559 for more information.\n\n.btn-group-toggle {\n > .btn,\n > .btn-group > .btn {\n margin-bottom: 0; // Override default `<label>` value\n\n input[type=\"radio\"],\n input[type=\"checkbox\"] {\n position: absolute;\n clip: rect(0, 0, 0, 0);\n pointer-events: none;\n }\n }\n}\n","// stylelint-disable selector-no-qualifying-type\n\n//\n// Base styles\n//\n\n.input-group {\n position: relative;\n display: flex;\n flex-wrap: wrap; // For form validation feedback\n align-items: stretch;\n width: 100%;\n\n > .form-control,\n > .form-control-plaintext,\n > .custom-select,\n > .custom-file {\n position: relative; // For focus state's z-index\n flex: 1 1 auto;\n width: 1%;\n min-width: 0; // https://stackoverflow.com/questions/36247140/why-dont-flex-items-shrink-past-content-size\n margin-bottom: 0;\n\n + .form-control,\n + .custom-select,\n + .custom-file {\n margin-left: -$input-border-width;\n }\n }\n\n // Bring the \"active\" form control to the top of surrounding elements\n > .form-control:focus,\n > .custom-select:focus,\n > .custom-file .custom-file-input:focus ~ .custom-file-label {\n z-index: 3;\n }\n\n // Bring the custom file input above the label\n > .custom-file .custom-file-input:focus {\n z-index: 4;\n }\n\n > .form-control,\n > .custom-select {\n &:not(:last-child) { @include border-right-radius(0); }\n &:not(:first-child) { @include border-left-radius(0); }\n }\n\n // Custom file inputs have more complex markup, thus requiring different\n // border-radius overrides.\n > .custom-file {\n display: flex;\n align-items: center;\n\n &:not(:last-child) .custom-file-label,\n &:not(:last-child) .custom-file-label::after { @include border-right-radius(0); }\n &:not(:first-child) .custom-file-label { @include border-left-radius(0); }\n }\n}\n\n\n// Prepend and append\n//\n// While it requires one extra layer of HTML for each, dedicated prepend and\n// append elements allow us to 1) be less clever, 2) simplify our selectors, and\n// 3) support HTML5 form validation.\n\n.input-group-prepend,\n.input-group-append {\n display: flex;\n\n // Ensure buttons are always above inputs for more visually pleasing borders.\n // This isn't needed for `.input-group-text` since it shares the same border-color\n // as our inputs.\n .btn {\n position: relative;\n z-index: 2;\n\n &:focus {\n z-index: 3;\n }\n }\n\n .btn + .btn,\n .btn + .input-group-text,\n .input-group-text + .input-group-text,\n .input-group-text + .btn {\n margin-left: -$input-border-width;\n }\n}\n\n.input-group-prepend { margin-right: -$input-border-width; }\n.input-group-append { margin-left: -$input-border-width; }\n\n\n// Textual addons\n//\n// Serves as a catch-all element for any text or radio/checkbox input you wish\n// to prepend or append to an input.\n\n.input-group-text {\n display: flex;\n align-items: center;\n padding: $input-padding-y $input-padding-x;\n margin-bottom: 0; // Allow use of <label> elements by overriding our default margin-bottom\n @include font-size($input-font-size); // Match inputs\n font-weight: $font-weight-normal;\n line-height: $input-line-height;\n color: $input-group-addon-color;\n text-align: center;\n white-space: nowrap;\n background-color: $input-group-addon-bg;\n border: $input-border-width solid $input-group-addon-border-color;\n @include border-radius($input-border-radius);\n\n // Nuke default margins from checkboxes and radios to vertically center within.\n input[type=\"radio\"],\n input[type=\"checkbox\"] {\n margin-top: 0;\n }\n}\n\n\n// Sizing\n//\n// Remix the default form control sizing classes into new ones for easier\n// manipulation.\n\n.input-group-lg > .form-control:not(textarea),\n.input-group-lg > .custom-select {\n height: $input-height-lg;\n}\n\n.input-group-lg > .form-control,\n.input-group-lg > .custom-select,\n.input-group-lg > .input-group-prepend > .input-group-text,\n.input-group-lg > .input-group-append > .input-group-text,\n.input-group-lg > .input-group-prepend > .btn,\n.input-group-lg > .input-group-append > .btn {\n padding: $input-padding-y-lg $input-padding-x-lg;\n @include font-size($input-font-size-lg);\n line-height: $input-line-height-lg;\n @include border-radius($input-border-radius-lg);\n}\n\n.input-group-sm > .form-control:not(textarea),\n.input-group-sm > .custom-select {\n height: $input-height-sm;\n}\n\n.input-group-sm > .form-control,\n.input-group-sm > .custom-select,\n.input-group-sm > .input-group-prepend > .input-group-text,\n.input-group-sm > .input-group-append > .input-group-text,\n.input-group-sm > .input-group-prepend > .btn,\n.input-group-sm > .input-group-append > .btn {\n padding: $input-padding-y-sm $input-padding-x-sm;\n @include font-size($input-font-size-sm);\n line-height: $input-line-height-sm;\n @include border-radius($input-border-radius-sm);\n}\n\n.input-group-lg > .custom-select,\n.input-group-sm > .custom-select {\n padding-right: $custom-select-padding-x + $custom-select-indicator-padding;\n}\n\n\n// Prepend and append rounded corners\n//\n// These rulesets must come after the sizing ones to properly override sm and lg\n// border-radius values when extending. They're more specific than we'd like\n// with the `.input-group >` part, but without it, we cannot override the sizing.\n\n\n.input-group > .input-group-prepend > .btn,\n.input-group > .input-group-prepend > .input-group-text,\n.input-group > .input-group-append:not(:last-child) > .btn,\n.input-group > .input-group-append:not(:last-child) > .input-group-text,\n.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),\n.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {\n @include border-right-radius(0);\n}\n\n.input-group > .input-group-append > .btn,\n.input-group > .input-group-append > .input-group-text,\n.input-group > .input-group-prepend:not(:first-child) > .btn,\n.input-group > .input-group-prepend:not(:first-child) > .input-group-text,\n.input-group > .input-group-prepend:first-child > .btn:not(:first-child),\n.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {\n @include border-left-radius(0);\n}\n","// Embedded icons from Open Iconic.\n// Released under MIT and copyright 2014 Waybury.\n// https://useiconic.com/open\n\n\n// Checkboxes and radios\n//\n// Base class takes care of all the key behavioral aspects.\n\n.custom-control {\n position: relative;\n z-index: 1;\n display: block;\n min-height: $font-size-base * $line-height-base;\n padding-left: $custom-control-gutter + $custom-control-indicator-size;\n color-adjust: exact; // Keep themed appearance for print\n}\n\n.custom-control-inline {\n display: inline-flex;\n margin-right: $custom-control-spacer-x;\n}\n\n.custom-control-input {\n position: absolute;\n left: 0;\n z-index: -1; // Put the input behind the label so it doesn't overlay text\n width: $custom-control-indicator-size;\n height: ($font-size-base * $line-height-base + $custom-control-indicator-size) / 2;\n opacity: 0;\n\n &:checked ~ .custom-control-label::before {\n color: $custom-control-indicator-checked-color;\n border-color: $custom-control-indicator-checked-border-color;\n @include gradient-bg($custom-control-indicator-checked-bg);\n @include box-shadow($custom-control-indicator-checked-box-shadow);\n }\n\n &:focus ~ .custom-control-label::before {\n // the mixin is not used here to make sure there is feedback\n @if $enable-shadows {\n box-shadow: $input-box-shadow, $custom-control-indicator-focus-box-shadow;\n } @else {\n box-shadow: $custom-control-indicator-focus-box-shadow;\n }\n }\n\n &:focus:not(:checked) ~ .custom-control-label::before {\n border-color: $custom-control-indicator-focus-border-color;\n }\n\n &:not(:disabled):active ~ .custom-control-label::before {\n color: $custom-control-indicator-active-color;\n background-color: $custom-control-indicator-active-bg;\n border-color: $custom-control-indicator-active-border-color;\n @include box-shadow($custom-control-indicator-active-box-shadow);\n }\n\n // Use [disabled] and :disabled to work around https://github.com/twbs/bootstrap/issues/28247\n &[disabled],\n &:disabled {\n ~ .custom-control-label {\n color: $custom-control-label-disabled-color;\n\n &::before {\n background-color: $custom-control-indicator-disabled-bg;\n }\n }\n }\n}\n\n// Custom control indicators\n//\n// Build the custom controls out of pseudo-elements.\n\n.custom-control-label {\n position: relative;\n margin-bottom: 0;\n color: $custom-control-label-color;\n vertical-align: top;\n cursor: $custom-control-cursor;\n\n // Background-color and (when enabled) gradient\n &::before {\n position: absolute;\n top: ($font-size-base * $line-height-base - $custom-control-indicator-size) / 2;\n left: -($custom-control-gutter + $custom-control-indicator-size);\n display: block;\n width: $custom-control-indicator-size;\n height: $custom-control-indicator-size;\n pointer-events: none;\n content: \"\";\n background-color: $custom-control-indicator-bg;\n border: $custom-control-indicator-border-color solid $custom-control-indicator-border-width;\n @include box-shadow($custom-control-indicator-box-shadow);\n }\n\n // Foreground (icon)\n &::after {\n position: absolute;\n top: ($font-size-base * $line-height-base - $custom-control-indicator-size) / 2;\n left: -($custom-control-gutter + $custom-control-indicator-size);\n display: block;\n width: $custom-control-indicator-size;\n height: $custom-control-indicator-size;\n content: \"\";\n background: no-repeat 50% / #{$custom-control-indicator-bg-size};\n }\n}\n\n\n// Checkboxes\n//\n// Tweak just a few things for checkboxes.\n\n.custom-checkbox {\n .custom-control-label::before {\n @include border-radius($custom-checkbox-indicator-border-radius);\n }\n\n .custom-control-input:checked ~ .custom-control-label {\n &::after {\n background-image: escape-svg($custom-checkbox-indicator-icon-checked);\n }\n }\n\n .custom-control-input:indeterminate ~ .custom-control-label {\n &::before {\n border-color: $custom-checkbox-indicator-indeterminate-border-color;\n @include gradient-bg($custom-checkbox-indicator-indeterminate-bg);\n @include box-shadow($custom-checkbox-indicator-indeterminate-box-shadow);\n }\n &::after {\n background-image: escape-svg($custom-checkbox-indicator-icon-indeterminate);\n }\n }\n\n .custom-control-input:disabled {\n &:checked ~ .custom-control-label::before {\n @include gradient-bg($custom-control-indicator-checked-disabled-bg);\n }\n &:indeterminate ~ .custom-control-label::before {\n @include gradient-bg($custom-control-indicator-checked-disabled-bg);\n }\n }\n}\n\n// Radios\n//\n// Tweak just a few things for radios.\n\n.custom-radio {\n .custom-control-label::before {\n // stylelint-disable-next-line property-disallowed-list\n border-radius: $custom-radio-indicator-border-radius;\n }\n\n .custom-control-input:checked ~ .custom-control-label {\n &::after {\n background-image: escape-svg($custom-radio-indicator-icon-checked);\n }\n }\n\n .custom-control-input:disabled {\n &:checked ~ .custom-control-label::before {\n @include gradient-bg($custom-control-indicator-checked-disabled-bg);\n }\n }\n}\n\n\n// switches\n//\n// Tweak a few things for switches\n\n.custom-switch {\n padding-left: $custom-switch-width + $custom-control-gutter;\n\n .custom-control-label {\n &::before {\n left: -($custom-switch-width + $custom-control-gutter);\n width: $custom-switch-width;\n pointer-events: all;\n // stylelint-disable-next-line property-disallowed-list\n border-radius: $custom-switch-indicator-border-radius;\n }\n\n &::after {\n top: add(($font-size-base * $line-height-base - $custom-control-indicator-size) / 2, $custom-control-indicator-border-width * 2);\n left: add(-($custom-switch-width + $custom-control-gutter), $custom-control-indicator-border-width * 2);\n width: $custom-switch-indicator-size;\n height: $custom-switch-indicator-size;\n background-color: $custom-control-indicator-border-color;\n // stylelint-disable-next-line property-disallowed-list\n border-radius: $custom-switch-indicator-border-radius;\n @include transition(transform .15s ease-in-out, $custom-forms-transition);\n }\n }\n\n .custom-control-input:checked ~ .custom-control-label {\n &::after {\n background-color: $custom-control-indicator-bg;\n transform: translateX($custom-switch-width - $custom-control-indicator-size);\n }\n }\n\n .custom-control-input:disabled {\n &:checked ~ .custom-control-label::before {\n @include gradient-bg($custom-control-indicator-checked-disabled-bg);\n }\n }\n}\n\n\n// Select\n//\n// Replaces the browser default select with a custom one, mostly pulled from\n// https://primer.github.io/.\n//\n\n.custom-select {\n display: inline-block;\n width: 100%;\n height: $custom-select-height;\n padding: $custom-select-padding-y ($custom-select-padding-x + $custom-select-indicator-padding) $custom-select-padding-y $custom-select-padding-x;\n font-family: $custom-select-font-family;\n @include font-size($custom-select-font-size);\n font-weight: $custom-select-font-weight;\n line-height: $custom-select-line-height;\n color: $custom-select-color;\n vertical-align: middle;\n background: $custom-select-bg $custom-select-background;\n border: $custom-select-border-width solid $custom-select-border-color;\n @include border-radius($custom-select-border-radius, 0);\n @include box-shadow($custom-select-box-shadow);\n appearance: none;\n\n &:focus {\n border-color: $custom-select-focus-border-color;\n outline: 0;\n @if $enable-shadows {\n @include box-shadow($custom-select-box-shadow, $custom-select-focus-box-shadow);\n } @else {\n // Avoid using mixin so we can pass custom focus shadow properly\n box-shadow: $custom-select-focus-box-shadow;\n }\n\n &::-ms-value {\n // For visual consistency with other platforms/browsers,\n // suppress the default white text on blue background highlight given to\n // the selected option text when the (still closed) <select> receives focus\n // in IE and (under certain conditions) Edge.\n // See https://github.com/twbs/bootstrap/issues/19398.\n color: $input-color;\n background-color: $input-bg;\n }\n }\n\n &[multiple],\n &[size]:not([size=\"1\"]) {\n height: auto;\n padding-right: $custom-select-padding-x;\n background-image: none;\n }\n\n &:disabled {\n color: $custom-select-disabled-color;\n background-color: $custom-select-disabled-bg;\n }\n\n // Hides the default caret in IE11\n &::-ms-expand {\n display: none;\n }\n\n // Remove outline from select box in FF\n &:-moz-focusring {\n color: transparent;\n text-shadow: 0 0 0 $custom-select-color;\n }\n}\n\n.custom-select-sm {\n height: $custom-select-height-sm;\n padding-top: $custom-select-padding-y-sm;\n padding-bottom: $custom-select-padding-y-sm;\n padding-left: $custom-select-padding-x-sm;\n @include font-size($custom-select-font-size-sm);\n}\n\n.custom-select-lg {\n height: $custom-select-height-lg;\n padding-top: $custom-select-padding-y-lg;\n padding-bottom: $custom-select-padding-y-lg;\n padding-left: $custom-select-padding-x-lg;\n @include font-size($custom-select-font-size-lg);\n}\n\n\n// File\n//\n// Custom file input.\n\n.custom-file {\n position: relative;\n display: inline-block;\n width: 100%;\n height: $custom-file-height;\n margin-bottom: 0;\n}\n\n.custom-file-input {\n position: relative;\n z-index: 2;\n width: 100%;\n height: $custom-file-height;\n margin: 0;\n opacity: 0;\n\n &:focus ~ .custom-file-label {\n border-color: $custom-file-focus-border-color;\n box-shadow: $custom-file-focus-box-shadow;\n }\n\n // Use [disabled] and :disabled to work around https://github.com/twbs/bootstrap/issues/28247\n &[disabled] ~ .custom-file-label,\n &:disabled ~ .custom-file-label {\n background-color: $custom-file-disabled-bg;\n }\n\n @each $lang, $value in $custom-file-text {\n &:lang(#{$lang}) ~ .custom-file-label::after {\n content: $value;\n }\n }\n\n ~ .custom-file-label[data-browse]::after {\n content: attr(data-browse);\n }\n}\n\n.custom-file-label {\n position: absolute;\n top: 0;\n right: 0;\n left: 0;\n z-index: 1;\n height: $custom-file-height;\n padding: $custom-file-padding-y $custom-file-padding-x;\n font-family: $custom-file-font-family;\n font-weight: $custom-file-font-weight;\n line-height: $custom-file-line-height;\n color: $custom-file-color;\n background-color: $custom-file-bg;\n border: $custom-file-border-width solid $custom-file-border-color;\n @include border-radius($custom-file-border-radius);\n @include box-shadow($custom-file-box-shadow);\n\n &::after {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n z-index: 3;\n display: block;\n height: $custom-file-height-inner;\n padding: $custom-file-padding-y $custom-file-padding-x;\n line-height: $custom-file-line-height;\n color: $custom-file-button-color;\n content: \"Browse\";\n @include gradient-bg($custom-file-button-bg);\n border-left: inherit;\n @include border-radius(0 $custom-file-border-radius $custom-file-border-radius 0);\n }\n}\n\n// Range\n//\n// Style range inputs the same across browsers. Vendor-specific rules for pseudo\n// elements cannot be mixed. As such, there are no shared styles for focus or\n// active states on prefixed selectors.\n\n.custom-range {\n width: 100%;\n height: add($custom-range-thumb-height, $custom-range-thumb-focus-box-shadow-width * 2);\n padding: 0; // Need to reset padding\n background-color: transparent;\n appearance: none;\n\n &:focus {\n outline: none;\n\n // Pseudo-elements must be split across multiple rulesets to have an effect.\n // No box-shadow() mixin for focus accessibility.\n &::-webkit-slider-thumb { box-shadow: $custom-range-thumb-focus-box-shadow; }\n &::-moz-range-thumb { box-shadow: $custom-range-thumb-focus-box-shadow; }\n &::-ms-thumb { box-shadow: $custom-range-thumb-focus-box-shadow; }\n }\n\n &::-moz-focus-outer {\n border: 0;\n }\n\n &::-webkit-slider-thumb {\n width: $custom-range-thumb-width;\n height: $custom-range-thumb-height;\n margin-top: ($custom-range-track-height - $custom-range-thumb-height) / 2; // Webkit specific\n @include gradient-bg($custom-range-thumb-bg);\n border: $custom-range-thumb-border;\n @include border-radius($custom-range-thumb-border-radius);\n @include box-shadow($custom-range-thumb-box-shadow);\n @include transition($custom-forms-transition);\n appearance: none;\n\n &:active {\n @include gradient-bg($custom-range-thumb-active-bg);\n }\n }\n\n &::-webkit-slider-runnable-track {\n width: $custom-range-track-width;\n height: $custom-range-track-height;\n color: transparent; // Why?\n cursor: $custom-range-track-cursor;\n background-color: $custom-range-track-bg;\n border-color: transparent;\n @include border-radius($custom-range-track-border-radius);\n @include box-shadow($custom-range-track-box-shadow);\n }\n\n &::-moz-range-thumb {\n width: $custom-range-thumb-width;\n height: $custom-range-thumb-height;\n @include gradient-bg($custom-range-thumb-bg);\n border: $custom-range-thumb-border;\n @include border-radius($custom-range-thumb-border-radius);\n @include box-shadow($custom-range-thumb-box-shadow);\n @include transition($custom-forms-transition);\n appearance: none;\n\n &:active {\n @include gradient-bg($custom-range-thumb-active-bg);\n }\n }\n\n &::-moz-range-track {\n width: $custom-range-track-width;\n height: $custom-range-track-height;\n color: transparent;\n cursor: $custom-range-track-cursor;\n background-color: $custom-range-track-bg;\n border-color: transparent; // Firefox specific?\n @include border-radius($custom-range-track-border-radius);\n @include box-shadow($custom-range-track-box-shadow);\n }\n\n &::-ms-thumb {\n width: $custom-range-thumb-width;\n height: $custom-range-thumb-height;\n margin-top: 0; // Edge specific\n margin-right: $custom-range-thumb-focus-box-shadow-width; // Workaround that overflowed box-shadow is hidden.\n margin-left: $custom-range-thumb-focus-box-shadow-width; // Workaround that overflowed box-shadow is hidden.\n @include gradient-bg($custom-range-thumb-bg);\n border: $custom-range-thumb-border;\n @include border-radius($custom-range-thumb-border-radius);\n @include box-shadow($custom-range-thumb-box-shadow);\n @include transition($custom-forms-transition);\n appearance: none;\n\n &:active {\n @include gradient-bg($custom-range-thumb-active-bg);\n }\n }\n\n &::-ms-track {\n width: $custom-range-track-width;\n height: $custom-range-track-height;\n color: transparent;\n cursor: $custom-range-track-cursor;\n background-color: transparent;\n border-color: transparent;\n border-width: $custom-range-thumb-height / 2;\n @include box-shadow($custom-range-track-box-shadow);\n }\n\n &::-ms-fill-lower {\n background-color: $custom-range-track-bg;\n @include border-radius($custom-range-track-border-radius);\n }\n\n &::-ms-fill-upper {\n margin-right: 15px; // arbitrary?\n background-color: $custom-range-track-bg;\n @include border-radius($custom-range-track-border-radius);\n }\n\n &:disabled {\n &::-webkit-slider-thumb {\n background-color: $custom-range-thumb-disabled-bg;\n }\n\n &::-webkit-slider-runnable-track {\n cursor: default;\n }\n\n &::-moz-range-thumb {\n background-color: $custom-range-thumb-disabled-bg;\n }\n\n &::-moz-range-track {\n cursor: default;\n }\n\n &::-ms-thumb {\n background-color: $custom-range-thumb-disabled-bg;\n }\n }\n}\n\n.custom-control-label::before,\n.custom-file-label,\n.custom-select {\n @include transition($custom-forms-transition);\n}\n","// Base class\n//\n// Kickstart any navigation component with a set of style resets. Works with\n// `<nav>`s, `<ul>`s or `<ol>`s.\n\n.nav {\n display: flex;\n flex-wrap: wrap;\n padding-left: 0;\n margin-bottom: 0;\n list-style: none;\n}\n\n.nav-link {\n display: block;\n padding: $nav-link-padding-y $nav-link-padding-x;\n text-decoration: if($link-decoration == none, null, none);\n\n @include hover-focus() {\n text-decoration: none;\n }\n\n // Disabled state lightens text\n &.disabled {\n color: $nav-link-disabled-color;\n pointer-events: none;\n cursor: default;\n }\n}\n\n//\n// Tabs\n//\n\n.nav-tabs {\n border-bottom: $nav-tabs-border-width solid $nav-tabs-border-color;\n\n .nav-item {\n margin-bottom: -$nav-tabs-border-width;\n }\n\n .nav-link {\n border: $nav-tabs-border-width solid transparent;\n @include border-top-radius($nav-tabs-border-radius);\n\n @include hover-focus() {\n border-color: $nav-tabs-link-hover-border-color;\n }\n\n &.disabled {\n color: $nav-link-disabled-color;\n background-color: transparent;\n border-color: transparent;\n }\n }\n\n .nav-link.active,\n .nav-item.show .nav-link {\n color: $nav-tabs-link-active-color;\n background-color: $nav-tabs-link-active-bg;\n border-color: $nav-tabs-link-active-border-color;\n }\n\n .dropdown-menu {\n // Make dropdown border overlap tab border\n margin-top: -$nav-tabs-border-width;\n // Remove the top rounded corners here since there is a hard edge above the menu\n @include border-top-radius(0);\n }\n}\n\n\n//\n// Pills\n//\n\n.nav-pills {\n .nav-link {\n @include border-radius($nav-pills-border-radius);\n }\n\n .nav-link.active,\n .show > .nav-link {\n color: $nav-pills-link-active-color;\n background-color: $nav-pills-link-active-bg;\n }\n}\n\n\n//\n// Justified variants\n//\n\n.nav-fill {\n > .nav-link,\n .nav-item {\n flex: 1 1 auto;\n text-align: center;\n }\n}\n\n.nav-justified {\n > .nav-link,\n .nav-item {\n flex-basis: 0;\n flex-grow: 1;\n text-align: center;\n }\n}\n\n\n// Tabbable tabs\n//\n// Hide tabbable panes to start, show them when `.active`\n\n.tab-content {\n > .tab-pane {\n display: none;\n }\n > .active {\n display: block;\n }\n}\n","// Contents\n//\n// Navbar\n// Navbar brand\n// Navbar nav\n// Navbar text\n// Navbar divider\n// Responsive navbar\n// Navbar position\n// Navbar themes\n\n\n// Navbar\n//\n// Provide a static navbar from which we expand to create full-width, fixed, and\n// other navbar variations.\n\n.navbar {\n position: relative;\n display: flex;\n flex-wrap: wrap; // allow us to do the line break for collapsing content\n align-items: center;\n justify-content: space-between; // space out brand from logo\n padding: $navbar-padding-y $navbar-padding-x;\n\n // Because flex properties aren't inherited, we need to redeclare these first\n // few properties so that content nested within behave properly.\n %container-flex-properties {\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n justify-content: space-between;\n }\n\n .container,\n .container-fluid {\n @extend %container-flex-properties;\n }\n\n @each $breakpoint, $container-max-width in $container-max-widths {\n > .container#{breakpoint-infix($breakpoint, $container-max-widths)} {\n @extend %container-flex-properties;\n }\n }\n}\n\n\n// Navbar brand\n//\n// Used for brand, project, or site names.\n\n.navbar-brand {\n display: inline-block;\n padding-top: $navbar-brand-padding-y;\n padding-bottom: $navbar-brand-padding-y;\n margin-right: $navbar-padding-x;\n @include font-size($navbar-brand-font-size);\n line-height: inherit;\n white-space: nowrap;\n\n @include hover-focus() {\n text-decoration: none;\n }\n}\n\n\n// Navbar nav\n//\n// Custom navbar navigation (doesn't require `.nav`, but does make use of `.nav-link`).\n\n.navbar-nav {\n display: flex;\n flex-direction: column; // cannot use `inherit` to get the `.navbar`s value\n padding-left: 0;\n margin-bottom: 0;\n list-style: none;\n\n .nav-link {\n padding-right: 0;\n padding-left: 0;\n }\n\n .dropdown-menu {\n position: static;\n float: none;\n }\n}\n\n\n// Navbar text\n//\n//\n\n.navbar-text {\n display: inline-block;\n padding-top: $nav-link-padding-y;\n padding-bottom: $nav-link-padding-y;\n}\n\n\n// Responsive navbar\n//\n// Custom styles for responsive collapsing and toggling of navbar contents.\n// Powered by the collapse Bootstrap JavaScript plugin.\n\n// When collapsed, prevent the toggleable navbar contents from appearing in\n// the default flexbox row orientation. Requires the use of `flex-wrap: wrap`\n// on the `.navbar` parent.\n.navbar-collapse {\n flex-basis: 100%;\n flex-grow: 1;\n // For always expanded or extra full navbars, ensure content aligns itself\n // properly vertically. Can be easily overridden with flex utilities.\n align-items: center;\n}\n\n// Button for toggling the navbar when in its collapsed state\n.navbar-toggler {\n padding: $navbar-toggler-padding-y $navbar-toggler-padding-x;\n @include font-size($navbar-toggler-font-size);\n line-height: 1;\n background-color: transparent; // remove default button style\n border: $border-width solid transparent; // remove default button style\n @include border-radius($navbar-toggler-border-radius);\n\n @include hover-focus() {\n text-decoration: none;\n }\n}\n\n// Keep as a separate element so folks can easily override it with another icon\n// or image file as needed.\n.navbar-toggler-icon {\n display: inline-block;\n width: 1.5em;\n height: 1.5em;\n vertical-align: middle;\n content: \"\";\n background: no-repeat center center;\n background-size: 100% 100%;\n}\n\n// Generate series of `.navbar-expand-*` responsive classes for configuring\n// where your navbar collapses.\n.navbar-expand {\n @each $breakpoint in map-keys($grid-breakpoints) {\n $next: breakpoint-next($breakpoint, $grid-breakpoints);\n $infix: breakpoint-infix($next, $grid-breakpoints);\n\n &#{$infix} {\n @include media-breakpoint-down($breakpoint) {\n %container-navbar-expand-#{$breakpoint} {\n padding-right: 0;\n padding-left: 0;\n }\n\n > .container,\n > .container-fluid {\n @extend %container-navbar-expand-#{$breakpoint};\n }\n\n @each $size, $container-max-width in $container-max-widths {\n > .container#{breakpoint-infix($size, $container-max-widths)} {\n @extend %container-navbar-expand-#{$breakpoint};\n }\n }\n }\n\n @include media-breakpoint-up($next) {\n flex-flow: row nowrap;\n justify-content: flex-start;\n\n .navbar-nav {\n flex-direction: row;\n\n .dropdown-menu {\n position: absolute;\n }\n\n .nav-link {\n padding-right: $navbar-nav-link-padding-x;\n padding-left: $navbar-nav-link-padding-x;\n }\n }\n\n // For nesting containers, have to redeclare for alignment purposes\n %container-nesting-#{$breakpoint} {\n flex-wrap: nowrap;\n }\n\n > .container,\n > .container-fluid {\n @extend %container-nesting-#{$breakpoint};\n }\n\n @each $size, $container-max-width in $container-max-widths {\n > .container#{breakpoint-infix($size, $container-max-widths)} {\n @extend %container-nesting-#{$breakpoint};\n }\n }\n\n .navbar-collapse {\n display: flex !important; // stylelint-disable-line declaration-no-important\n\n // Changes flex-bases to auto because of an IE10 bug\n flex-basis: auto;\n }\n\n .navbar-toggler {\n display: none;\n }\n }\n }\n }\n}\n\n\n// Navbar themes\n//\n// Styles for switching between navbars with light or dark background.\n\n// Dark links against a light background\n.navbar-light {\n .navbar-brand {\n color: $navbar-light-brand-color;\n\n @include hover-focus() {\n color: $navbar-light-brand-hover-color;\n }\n }\n\n .navbar-nav {\n .nav-link {\n color: $navbar-light-color;\n\n @include hover-focus() {\n color: $navbar-light-hover-color;\n }\n\n &.disabled {\n color: $navbar-light-disabled-color;\n }\n }\n\n .show > .nav-link,\n .active > .nav-link,\n .nav-link.show,\n .nav-link.active {\n color: $navbar-light-active-color;\n }\n }\n\n .navbar-toggler {\n color: $navbar-light-color;\n border-color: $navbar-light-toggler-border-color;\n }\n\n .navbar-toggler-icon {\n background-image: escape-svg($navbar-light-toggler-icon-bg);\n }\n\n .navbar-text {\n color: $navbar-light-color;\n a {\n color: $navbar-light-active-color;\n\n @include hover-focus() {\n color: $navbar-light-active-color;\n }\n }\n }\n}\n\n// White links against a dark background\n.navbar-dark {\n .navbar-brand {\n color: $navbar-dark-brand-color;\n\n @include hover-focus() {\n color: $navbar-dark-brand-hover-color;\n }\n }\n\n .navbar-nav {\n .nav-link {\n color: $navbar-dark-color;\n\n @include hover-focus() {\n color: $navbar-dark-hover-color;\n }\n\n &.disabled {\n color: $navbar-dark-disabled-color;\n }\n }\n\n .show > .nav-link,\n .active > .nav-link,\n .nav-link.show,\n .nav-link.active {\n color: $navbar-dark-active-color;\n }\n }\n\n .navbar-toggler {\n color: $navbar-dark-color;\n border-color: $navbar-dark-toggler-border-color;\n }\n\n .navbar-toggler-icon {\n background-image: escape-svg($navbar-dark-toggler-icon-bg);\n }\n\n .navbar-text {\n color: $navbar-dark-color;\n a {\n color: $navbar-dark-active-color;\n\n @include hover-focus() {\n color: $navbar-dark-active-color;\n }\n }\n }\n}\n","//\n// Base styles\n//\n\n.card {\n position: relative;\n display: flex;\n flex-direction: column;\n min-width: 0; // See https://github.com/twbs/bootstrap/pull/22740#issuecomment-305868106\n height: $card-height;\n word-wrap: break-word;\n background-color: $card-bg;\n background-clip: border-box;\n border: $card-border-width solid $card-border-color;\n @include border-radius($card-border-radius);\n\n > hr {\n margin-right: 0;\n margin-left: 0;\n }\n\n > .list-group {\n border-top: inherit;\n border-bottom: inherit;\n\n &:first-child {\n border-top-width: 0;\n @include border-top-radius($card-inner-border-radius);\n }\n\n &:last-child {\n border-bottom-width: 0;\n @include border-bottom-radius($card-inner-border-radius);\n }\n }\n\n // Due to specificity of the above selector (`.card > .list-group`), we must\n // use a child selector here to prevent double borders.\n > .card-header + .list-group,\n > .list-group + .card-footer {\n border-top: 0;\n }\n}\n\n.card-body {\n // Enable `flex-grow: 1` for decks and groups so that card blocks take up\n // as much space as possible, ensuring footers are aligned to the bottom.\n flex: 1 1 auto;\n // Workaround for the image size bug in IE\n // See: https://github.com/twbs/bootstrap/pull/28855\n min-height: 1px;\n padding: $card-spacer-x;\n color: $card-color;\n}\n\n.card-title {\n margin-bottom: $card-spacer-y;\n}\n\n.card-subtitle {\n margin-top: -$card-spacer-y / 2;\n margin-bottom: 0;\n}\n\n.card-text:last-child {\n margin-bottom: 0;\n}\n\n.card-link {\n @include hover() {\n text-decoration: none;\n }\n\n + .card-link {\n margin-left: $card-spacer-x;\n }\n}\n\n//\n// Optional textual caps\n//\n\n.card-header {\n padding: $card-spacer-y $card-spacer-x;\n margin-bottom: 0; // Removes the default margin-bottom of <hN>\n color: $card-cap-color;\n background-color: $card-cap-bg;\n border-bottom: $card-border-width solid $card-border-color;\n\n &:first-child {\n @include border-radius($card-inner-border-radius $card-inner-border-radius 0 0);\n }\n}\n\n.card-footer {\n padding: $card-spacer-y $card-spacer-x;\n color: $card-cap-color;\n background-color: $card-cap-bg;\n border-top: $card-border-width solid $card-border-color;\n\n &:last-child {\n @include border-radius(0 0 $card-inner-border-radius $card-inner-border-radius);\n }\n}\n\n\n//\n// Header navs\n//\n\n.card-header-tabs {\n margin-right: -$card-spacer-x / 2;\n margin-bottom: -$card-spacer-y;\n margin-left: -$card-spacer-x / 2;\n border-bottom: 0;\n}\n\n.card-header-pills {\n margin-right: -$card-spacer-x / 2;\n margin-left: -$card-spacer-x / 2;\n}\n\n// Card image\n.card-img-overlay {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n padding: $card-img-overlay-padding;\n @include border-radius($card-inner-border-radius);\n}\n\n.card-img,\n.card-img-top,\n.card-img-bottom {\n flex-shrink: 0; // For IE: https://github.com/twbs/bootstrap/issues/29396\n width: 100%; // Required because we use flexbox and this inherently applies align-self: stretch\n}\n\n.card-img,\n.card-img-top {\n @include border-top-radius($card-inner-border-radius);\n}\n\n.card-img,\n.card-img-bottom {\n @include border-bottom-radius($card-inner-border-radius);\n}\n\n\n// Card deck\n\n.card-deck {\n .card {\n margin-bottom: $card-deck-margin;\n }\n\n @include media-breakpoint-up(sm) {\n display: flex;\n flex-flow: row wrap;\n margin-right: -$card-deck-margin;\n margin-left: -$card-deck-margin;\n\n .card {\n // Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4\n flex: 1 0 0%;\n margin-right: $card-deck-margin;\n margin-bottom: 0; // Override the default\n margin-left: $card-deck-margin;\n }\n }\n}\n\n\n//\n// Card groups\n//\n\n.card-group {\n // The child selector allows nested `.card` within `.card-group`\n // to display properly.\n > .card {\n margin-bottom: $card-group-margin;\n }\n\n @include media-breakpoint-up(sm) {\n display: flex;\n flex-flow: row wrap;\n // The child selector allows nested `.card` within `.card-group`\n // to display properly.\n > .card {\n // Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4\n flex: 1 0 0%;\n margin-bottom: 0;\n\n + .card {\n margin-left: 0;\n border-left: 0;\n }\n\n // Handle rounded corners\n @if $enable-rounded {\n &:not(:last-child) {\n @include border-right-radius(0);\n\n .card-img-top,\n .card-header {\n // stylelint-disable-next-line property-disallowed-list\n border-top-right-radius: 0;\n }\n .card-img-bottom,\n .card-footer {\n // stylelint-disable-next-line property-disallowed-list\n border-bottom-right-radius: 0;\n }\n }\n\n &:not(:first-child) {\n @include border-left-radius(0);\n\n .card-img-top,\n .card-header {\n // stylelint-disable-next-line property-disallowed-list\n border-top-left-radius: 0;\n }\n .card-img-bottom,\n .card-footer {\n // stylelint-disable-next-line property-disallowed-list\n border-bottom-left-radius: 0;\n }\n }\n }\n }\n }\n}\n\n\n//\n// Columns\n//\n\n.card-columns {\n .card {\n margin-bottom: $card-columns-margin;\n }\n\n @include media-breakpoint-up(sm) {\n column-count: $card-columns-count;\n column-gap: $card-columns-gap;\n orphans: 1;\n widows: 1;\n\n .card {\n display: inline-block; // Don't let them vertically span multiple columns\n width: 100%; // Don't let their width change\n }\n }\n}\n\n\n//\n// Accordion\n//\n\n.accordion {\n overflow-anchor: none;\n\n > .card {\n overflow: hidden;\n\n &:not(:last-of-type) {\n border-bottom: 0;\n @include border-bottom-radius(0);\n }\n\n &:not(:first-of-type) {\n @include border-top-radius(0);\n }\n\n > .card-header {\n @include border-radius(0);\n margin-bottom: -$card-border-width;\n }\n }\n}\n",".breadcrumb {\n display: flex;\n flex-wrap: wrap;\n padding: $breadcrumb-padding-y $breadcrumb-padding-x;\n margin-bottom: $breadcrumb-margin-bottom;\n @include font-size($breadcrumb-font-size);\n list-style: none;\n background-color: $breadcrumb-bg;\n @include border-radius($breadcrumb-border-radius);\n}\n\n.breadcrumb-item {\n display: flex;\n\n // The separator between breadcrumbs (by default, a forward-slash: \"/\")\n + .breadcrumb-item {\n padding-left: $breadcrumb-item-padding;\n\n &::before {\n display: inline-block; // Suppress underlining of the separator in modern browsers\n padding-right: $breadcrumb-item-padding;\n color: $breadcrumb-divider-color;\n content: escape-svg($breadcrumb-divider);\n }\n }\n\n // IE9-11 hack to properly handle hyperlink underlines for breadcrumbs built\n // without `<ul>`s. The `::before` pseudo-element generates an element\n // *within* the .breadcrumb-item and thereby inherits the `text-decoration`.\n //\n // To trick IE into suppressing the underline, we give the pseudo-element an\n // underline and then immediately remove it.\n + .breadcrumb-item:hover::before {\n text-decoration: underline;\n }\n // stylelint-disable-next-line no-duplicate-selectors\n + .breadcrumb-item:hover::before {\n text-decoration: none;\n }\n\n &.active {\n color: $breadcrumb-active-color;\n }\n}\n",".pagination {\n display: flex;\n @include list-unstyled();\n @include border-radius();\n}\n\n.page-link {\n position: relative;\n display: block;\n padding: $pagination-padding-y $pagination-padding-x;\n margin-left: -$pagination-border-width;\n line-height: $pagination-line-height;\n color: $pagination-color;\n text-decoration: if($link-decoration == none, null, none);\n background-color: $pagination-bg;\n border: $pagination-border-width solid $pagination-border-color;\n\n &:hover {\n z-index: 2;\n color: $pagination-hover-color;\n text-decoration: none;\n background-color: $pagination-hover-bg;\n border-color: $pagination-hover-border-color;\n }\n\n &:focus {\n z-index: 3;\n outline: $pagination-focus-outline;\n box-shadow: $pagination-focus-box-shadow;\n }\n}\n\n.page-item {\n &:first-child {\n .page-link {\n margin-left: 0;\n @include border-left-radius($border-radius);\n }\n }\n &:last-child {\n .page-link {\n @include border-right-radius($border-radius);\n }\n }\n\n &.active .page-link {\n z-index: 3;\n color: $pagination-active-color;\n background-color: $pagination-active-bg;\n border-color: $pagination-active-border-color;\n }\n\n &.disabled .page-link {\n color: $pagination-disabled-color;\n pointer-events: none;\n // Opinionated: remove the \"hand\" cursor set previously for .page-link\n cursor: auto;\n background-color: $pagination-disabled-bg;\n border-color: $pagination-disabled-border-color;\n }\n}\n\n\n//\n// Sizing\n//\n\n.pagination-lg {\n @include pagination-size($pagination-padding-y-lg, $pagination-padding-x-lg, $font-size-lg, $line-height-lg, $border-radius-lg);\n}\n\n.pagination-sm {\n @include pagination-size($pagination-padding-y-sm, $pagination-padding-x-sm, $font-size-sm, $line-height-sm, $border-radius-sm);\n}\n","// Pagination\n\n@mixin pagination-size($padding-y, $padding-x, $font-size, $line-height, $border-radius) {\n .page-link {\n padding: $padding-y $padding-x;\n @include font-size($font-size);\n line-height: $line-height;\n }\n\n .page-item {\n &:first-child {\n .page-link {\n @include border-left-radius($border-radius);\n }\n }\n &:last-child {\n .page-link {\n @include border-right-radius($border-radius);\n }\n }\n }\n}\n","// Base class\n//\n// Requires one of the contextual, color modifier classes for `color` and\n// `background-color`.\n\n.badge {\n display: inline-block;\n padding: $badge-padding-y $badge-padding-x;\n @include font-size($badge-font-size);\n font-weight: $badge-font-weight;\n line-height: 1;\n text-align: center;\n white-space: nowrap;\n vertical-align: baseline;\n @include border-radius($badge-border-radius);\n @include transition($badge-transition);\n\n @at-root a#{&} {\n @include hover-focus() {\n text-decoration: none;\n }\n }\n\n // Empty badges collapse automatically\n &:empty {\n display: none;\n }\n}\n\n// Quick fix for badges in buttons\n.btn .badge {\n position: relative;\n top: -1px;\n}\n\n// Pill badges\n//\n// Make them extra rounded with a modifier to replace v3's badges.\n\n.badge-pill {\n padding-right: $badge-pill-padding-x;\n padding-left: $badge-pill-padding-x;\n @include border-radius($badge-pill-border-radius);\n}\n\n// Colors\n//\n// Contextual variations (linked badges get darker on :hover).\n\n@each $color, $value in $theme-colors {\n .badge-#{$color} {\n @include badge-variant($value);\n }\n}\n","@mixin badge-variant($bg) {\n color: color-yiq($bg);\n background-color: $bg;\n\n @at-root a#{&} {\n @include hover-focus() {\n color: color-yiq($bg);\n background-color: darken($bg, 10%);\n }\n\n &:focus,\n &.focus {\n outline: 0;\n box-shadow: 0 0 0 $badge-focus-width rgba($bg, .5);\n }\n }\n}\n",".jumbotron {\n padding: $jumbotron-padding ($jumbotron-padding / 2);\n margin-bottom: $jumbotron-padding;\n color: $jumbotron-color;\n background-color: $jumbotron-bg;\n @include border-radius($border-radius-lg);\n\n @include media-breakpoint-up(sm) {\n padding: ($jumbotron-padding * 2) $jumbotron-padding;\n }\n}\n\n.jumbotron-fluid {\n padding-right: 0;\n padding-left: 0;\n @include border-radius(0);\n}\n","//\n// Base styles\n//\n\n.alert {\n position: relative;\n padding: $alert-padding-y $alert-padding-x;\n margin-bottom: $alert-margin-bottom;\n border: $alert-border-width solid transparent;\n @include border-radius($alert-border-radius);\n}\n\n// Headings for larger alerts\n.alert-heading {\n // Specified to prevent conflicts of changing $headings-color\n color: inherit;\n}\n\n// Provide class for links that match alerts\n.alert-link {\n font-weight: $alert-link-font-weight;\n}\n\n\n// Dismissible alerts\n//\n// Expand the right padding and account for the close button's positioning.\n\n.alert-dismissible {\n padding-right: $close-font-size + $alert-padding-x * 2;\n\n // Adjust close link position\n .close {\n position: absolute;\n top: 0;\n right: 0;\n z-index: 2;\n padding: $alert-padding-y $alert-padding-x;\n color: inherit;\n }\n}\n\n\n// Alternate styles\n//\n// Generate contextual modifier classes for colorizing the alert.\n\n@each $color, $value in $theme-colors {\n .alert-#{$color} {\n @include alert-variant(theme-color-level($color, $alert-bg-level), theme-color-level($color, $alert-border-level), theme-color-level($color, $alert-color-level));\n }\n}\n","@mixin alert-variant($background, $border, $color) {\n color: $color;\n @include gradient-bg($background);\n border-color: $border;\n\n hr {\n border-top-color: darken($border, 5%);\n }\n\n .alert-link {\n color: darken($color, 10%);\n }\n}\n","// Disable animation if transitions are disabled\n@if $enable-transitions {\n @keyframes progress-bar-stripes {\n from { background-position: $progress-height 0; }\n to { background-position: 0 0; }\n }\n}\n\n.progress {\n display: flex;\n height: $progress-height;\n overflow: hidden; // force rounded corners by cropping it\n line-height: 0;\n @include font-size($progress-font-size);\n background-color: $progress-bg;\n @include border-radius($progress-border-radius);\n @include box-shadow($progress-box-shadow);\n}\n\n.progress-bar {\n display: flex;\n flex-direction: column;\n justify-content: center;\n overflow: hidden;\n color: $progress-bar-color;\n text-align: center;\n white-space: nowrap;\n background-color: $progress-bar-bg;\n @include transition($progress-bar-transition);\n}\n\n.progress-bar-striped {\n @include gradient-striped();\n background-size: $progress-height $progress-height;\n}\n\n@if $enable-transitions {\n .progress-bar-animated {\n animation: progress-bar-stripes $progress-bar-animation-timing;\n\n @if $enable-prefers-reduced-motion-media-query {\n @media (prefers-reduced-motion: reduce) {\n animation: none;\n }\n }\n }\n}\n",".media {\n display: flex;\n align-items: flex-start;\n}\n\n.media-body {\n flex: 1;\n}\n","// Base class\n//\n// Easily usable on <ul>, <ol>, or <div>.\n\n.list-group {\n display: flex;\n flex-direction: column;\n\n // No need to set list-style: none; since .list-group-item is block level\n padding-left: 0; // reset padding because ul and ol\n margin-bottom: 0;\n @include border-radius($list-group-border-radius);\n}\n\n\n// Interactive list items\n//\n// Use anchor or button elements instead of `li`s or `div`s to create interactive\n// list items. Includes an extra `.active` modifier class for selected items.\n\n.list-group-item-action {\n width: 100%; // For `<button>`s (anchors become 100% by default though)\n color: $list-group-action-color;\n text-align: inherit; // For `<button>`s (anchors inherit)\n\n // Hover state\n @include hover-focus() {\n z-index: 1; // Place hover/focus items above their siblings for proper border styling\n color: $list-group-action-hover-color;\n text-decoration: none;\n background-color: $list-group-hover-bg;\n }\n\n &:active {\n color: $list-group-action-active-color;\n background-color: $list-group-action-active-bg;\n }\n}\n\n\n// Individual list items\n//\n// Use on `li`s or `div`s within the `.list-group` parent.\n\n.list-group-item {\n position: relative;\n display: block;\n padding: $list-group-item-padding-y $list-group-item-padding-x;\n color: $list-group-color;\n text-decoration: if($link-decoration == none, null, none);\n background-color: $list-group-bg;\n border: $list-group-border-width solid $list-group-border-color;\n\n &:first-child {\n @include border-top-radius(inherit);\n }\n\n &:last-child {\n @include border-bottom-radius(inherit);\n }\n\n &.disabled,\n &:disabled {\n color: $list-group-disabled-color;\n pointer-events: none;\n background-color: $list-group-disabled-bg;\n }\n\n // Include both here for `<a>`s and `<button>`s\n &.active {\n z-index: 2; // Place active items above their siblings for proper border styling\n color: $list-group-active-color;\n background-color: $list-group-active-bg;\n border-color: $list-group-active-border-color;\n }\n\n & + & {\n border-top-width: 0;\n\n &.active {\n margin-top: -$list-group-border-width;\n border-top-width: $list-group-border-width;\n }\n }\n}\n\n\n// Horizontal\n//\n// Change the layout of list group items from vertical (default) to horizontal.\n\n@each $breakpoint in map-keys($grid-breakpoints) {\n @include media-breakpoint-up($breakpoint) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n .list-group-horizontal#{$infix} {\n flex-direction: row;\n\n > .list-group-item {\n &:first-child {\n @include border-bottom-left-radius($list-group-border-radius);\n @include border-top-right-radius(0);\n }\n\n &:last-child {\n @include border-top-right-radius($list-group-border-radius);\n @include border-bottom-left-radius(0);\n }\n\n &.active {\n margin-top: 0;\n }\n\n + .list-group-item {\n border-top-width: $list-group-border-width;\n border-left-width: 0;\n\n &.active {\n margin-left: -$list-group-border-width;\n border-left-width: $list-group-border-width;\n }\n }\n }\n }\n }\n}\n\n\n// Flush list items\n//\n// Remove borders and border-radius to keep list group items edge-to-edge. Most\n// useful within other components (e.g., cards).\n\n.list-group-flush {\n @include border-radius(0);\n\n > .list-group-item {\n border-width: 0 0 $list-group-border-width;\n\n &:last-child {\n border-bottom-width: 0;\n }\n }\n}\n\n\n// Contextual variants\n//\n// Add modifier classes to change text and background color on individual items.\n// Organizationally, this must come after the `:hover` states.\n\n@each $color, $value in $theme-colors {\n @include list-group-item-variant($color, theme-color-level($color, -9), theme-color-level($color, 6));\n}\n","// List Groups\n\n@mixin list-group-item-variant($state, $background, $color) {\n .list-group-item-#{$state} {\n color: $color;\n background-color: $background;\n\n &.list-group-item-action {\n @include hover-focus() {\n color: $color;\n background-color: darken($background, 5%);\n }\n\n &.active {\n color: $white;\n background-color: $color;\n border-color: $color;\n }\n }\n }\n}\n",".close {\n float: right;\n @include font-size($close-font-size);\n font-weight: $close-font-weight;\n line-height: 1;\n color: $close-color;\n text-shadow: $close-text-shadow;\n opacity: .5;\n\n // Override <a>'s hover style\n @include hover() {\n color: $close-color;\n text-decoration: none;\n }\n\n &:not(:disabled):not(.disabled) {\n @include hover-focus() {\n opacity: .75;\n }\n }\n}\n\n// Additional properties for button version\n// iOS requires the button element instead of an anchor tag.\n// If you want the anchor version, it requires `href=\"#\"`.\n// See https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile\n\n// stylelint-disable-next-line selector-no-qualifying-type\nbutton.close {\n padding: 0;\n background-color: transparent;\n border: 0;\n}\n\n// Future-proof disabling of clicks on `<a>` elements\n\n// stylelint-disable-next-line selector-no-qualifying-type\na.close.disabled {\n pointer-events: none;\n}\n",".toast {\n // Prevents from shrinking in IE11, when in a flex container\n // See https://github.com/twbs/bootstrap/issues/28341\n flex-basis: $toast-max-width;\n max-width: $toast-max-width;\n @include font-size($toast-font-size);\n color: $toast-color;\n background-color: $toast-background-color;\n background-clip: padding-box;\n border: $toast-border-width solid $toast-border-color;\n box-shadow: $toast-box-shadow;\n opacity: 0;\n @include border-radius($toast-border-radius);\n\n &:not(:last-child) {\n margin-bottom: $toast-padding-x;\n }\n\n &.showing {\n opacity: 1;\n }\n\n &.show {\n display: block;\n opacity: 1;\n }\n\n &.hide {\n display: none;\n }\n}\n\n.toast-header {\n display: flex;\n align-items: center;\n padding: $toast-padding-y $toast-padding-x;\n color: $toast-header-color;\n background-color: $toast-header-background-color;\n background-clip: padding-box;\n border-bottom: $toast-border-width solid $toast-header-border-color;\n @include border-top-radius(subtract($toast-border-radius, $toast-border-width));\n}\n\n.toast-body {\n padding: $toast-padding-x; // apply to both vertical and horizontal\n}\n","// .modal-open - body class for killing the scroll\n// .modal - container to scroll within\n// .modal-dialog - positioning shell for the actual modal\n// .modal-content - actual modal w/ bg and corners and stuff\n\n\n.modal-open {\n // Kill the scroll on the body\n overflow: hidden;\n\n .modal {\n overflow-x: hidden;\n overflow-y: auto;\n }\n}\n\n// Container that the modal scrolls within\n.modal {\n position: fixed;\n top: 0;\n left: 0;\n z-index: $zindex-modal;\n display: none;\n width: 100%;\n height: 100%;\n overflow: hidden;\n // Prevent Chrome on Windows from adding a focus outline. For details, see\n // https://github.com/twbs/bootstrap/pull/10951.\n outline: 0;\n // We deliberately don't use `-webkit-overflow-scrolling: touch;` due to a\n // gnarly iOS Safari bug: https://bugs.webkit.org/show_bug.cgi?id=158342\n // See also https://github.com/twbs/bootstrap/issues/17695\n}\n\n// Shell div to position the modal with bottom padding\n.modal-dialog {\n position: relative;\n width: auto;\n margin: $modal-dialog-margin;\n // allow clicks to pass through for custom click handling to close modal\n pointer-events: none;\n\n // When fading in the modal, animate it to slide down\n .modal.fade & {\n @include transition($modal-transition);\n transform: $modal-fade-transform;\n }\n .modal.show & {\n transform: $modal-show-transform;\n }\n\n // When trying to close, animate focus to scale\n .modal.modal-static & {\n transform: $modal-scale-transform;\n }\n}\n\n.modal-dialog-scrollable {\n display: flex; // IE10/11\n max-height: subtract(100%, $modal-dialog-margin * 2);\n\n .modal-content {\n max-height: subtract(100vh, $modal-dialog-margin * 2); // IE10/11\n overflow: hidden;\n }\n\n .modal-header,\n .modal-footer {\n flex-shrink: 0;\n }\n\n .modal-body {\n overflow-y: auto;\n }\n}\n\n.modal-dialog-centered {\n display: flex;\n align-items: center;\n min-height: subtract(100%, $modal-dialog-margin * 2);\n\n // Ensure `modal-dialog-centered` extends the full height of the view (IE10/11)\n &::before {\n display: block; // IE10\n height: subtract(100vh, $modal-dialog-margin * 2);\n height: min-content; // Reset height to 0 except on IE\n content: \"\";\n }\n\n // Ensure `.modal-body` shows scrollbar (IE10/11)\n &.modal-dialog-scrollable {\n flex-direction: column;\n justify-content: center;\n height: 100%;\n\n .modal-content {\n max-height: none;\n }\n\n &::before {\n content: none;\n }\n }\n}\n\n// Actual modal\n.modal-content {\n position: relative;\n display: flex;\n flex-direction: column;\n width: 100%; // Ensure `.modal-content` extends the full width of the parent `.modal-dialog`\n // counteract the pointer-events: none; in the .modal-dialog\n color: $modal-content-color;\n pointer-events: auto;\n background-color: $modal-content-bg;\n background-clip: padding-box;\n border: $modal-content-border-width solid $modal-content-border-color;\n @include border-radius($modal-content-border-radius);\n @include box-shadow($modal-content-box-shadow-xs);\n // Remove focus outline from opened modal\n outline: 0;\n}\n\n// Modal background\n.modal-backdrop {\n position: fixed;\n top: 0;\n left: 0;\n z-index: $zindex-modal-backdrop;\n width: 100vw;\n height: 100vh;\n background-color: $modal-backdrop-bg;\n\n // Fade for backdrop\n &.fade { opacity: 0; }\n &.show { opacity: $modal-backdrop-opacity; }\n}\n\n// Modal header\n// Top section of the modal w/ title and dismiss\n.modal-header {\n display: flex;\n align-items: flex-start; // so the close btn always stays on the upper right corner\n justify-content: space-between; // Put modal header elements (title and dismiss) on opposite ends\n padding: $modal-header-padding;\n border-bottom: $modal-header-border-width solid $modal-header-border-color;\n @include border-top-radius($modal-content-inner-border-radius);\n\n .close {\n padding: $modal-header-padding;\n // auto on the left force icon to the right even when there is no .modal-title\n margin: (-$modal-header-padding-y) (-$modal-header-padding-x) (-$modal-header-padding-y) auto;\n }\n}\n\n// Title text within header\n.modal-title {\n margin-bottom: 0;\n line-height: $modal-title-line-height;\n}\n\n// Modal body\n// Where all modal content resides (sibling of .modal-header and .modal-footer)\n.modal-body {\n position: relative;\n // Enable `flex-grow: 1` so that the body take up as much space as possible\n // when there should be a fixed height on `.modal-dialog`.\n flex: 1 1 auto;\n padding: $modal-inner-padding;\n}\n\n// Footer (for actions)\n.modal-footer {\n display: flex;\n flex-wrap: wrap;\n align-items: center; // vertically center\n justify-content: flex-end; // Right align buttons with flex property because text-align doesn't work on flex items\n padding: $modal-inner-padding - $modal-footer-margin-between / 2;\n border-top: $modal-footer-border-width solid $modal-footer-border-color;\n @include border-bottom-radius($modal-content-inner-border-radius);\n\n // Place margin between footer elements\n // This solution is far from ideal because of the universal selector usage,\n // but is needed to fix https://github.com/twbs/bootstrap/issues/24800\n > * {\n margin: $modal-footer-margin-between / 2;\n }\n}\n\n// Measure scrollbar width for padding body during modal show/hide\n.modal-scrollbar-measure {\n position: absolute;\n top: -9999px;\n width: 50px;\n height: 50px;\n overflow: scroll;\n}\n\n// Scale up the modal\n@include media-breakpoint-up(sm) {\n // Automatically set modal's width for larger viewports\n .modal-dialog {\n max-width: $modal-md;\n margin: $modal-dialog-margin-y-sm-up auto;\n }\n\n .modal-dialog-scrollable {\n max-height: subtract(100%, $modal-dialog-margin-y-sm-up * 2);\n\n .modal-content {\n max-height: subtract(100vh, $modal-dialog-margin-y-sm-up * 2);\n }\n }\n\n .modal-dialog-centered {\n min-height: subtract(100%, $modal-dialog-margin-y-sm-up * 2);\n\n &::before {\n height: subtract(100vh, $modal-dialog-margin-y-sm-up * 2);\n height: min-content;\n }\n }\n\n .modal-content {\n @include box-shadow($modal-content-box-shadow-sm-up);\n }\n\n .modal-sm { max-width: $modal-sm; }\n}\n\n@include media-breakpoint-up(lg) {\n .modal-lg,\n .modal-xl {\n max-width: $modal-lg;\n }\n}\n\n@include media-breakpoint-up(xl) {\n .modal-xl { max-width: $modal-xl; }\n}\n","// Base class\n.tooltip {\n position: absolute;\n z-index: $zindex-tooltip;\n display: block;\n margin: $tooltip-margin;\n // Our parent element can be arbitrary since tooltips are by default inserted as a sibling of their target element.\n // So reset our font and text properties to avoid inheriting weird values.\n @include reset-text();\n @include font-size($tooltip-font-size);\n // Allow breaking very long words so they don't overflow the tooltip's bounds\n word-wrap: break-word;\n opacity: 0;\n\n &.show { opacity: $tooltip-opacity; }\n\n .arrow {\n position: absolute;\n display: block;\n width: $tooltip-arrow-width;\n height: $tooltip-arrow-height;\n\n &::before {\n position: absolute;\n content: \"\";\n border-color: transparent;\n border-style: solid;\n }\n }\n}\n\n.bs-tooltip-top {\n padding: $tooltip-arrow-height 0;\n\n .arrow {\n bottom: 0;\n\n &::before {\n top: 0;\n border-width: $tooltip-arrow-height ($tooltip-arrow-width / 2) 0;\n border-top-color: $tooltip-arrow-color;\n }\n }\n}\n\n.bs-tooltip-right {\n padding: 0 $tooltip-arrow-height;\n\n .arrow {\n left: 0;\n width: $tooltip-arrow-height;\n height: $tooltip-arrow-width;\n\n &::before {\n right: 0;\n border-width: ($tooltip-arrow-width / 2) $tooltip-arrow-height ($tooltip-arrow-width / 2) 0;\n border-right-color: $tooltip-arrow-color;\n }\n }\n}\n\n.bs-tooltip-bottom {\n padding: $tooltip-arrow-height 0;\n\n .arrow {\n top: 0;\n\n &::before {\n bottom: 0;\n border-width: 0 ($tooltip-arrow-width / 2) $tooltip-arrow-height;\n border-bottom-color: $tooltip-arrow-color;\n }\n }\n}\n\n.bs-tooltip-left {\n padding: 0 $tooltip-arrow-height;\n\n .arrow {\n right: 0;\n width: $tooltip-arrow-height;\n height: $tooltip-arrow-width;\n\n &::before {\n left: 0;\n border-width: ($tooltip-arrow-width / 2) 0 ($tooltip-arrow-width / 2) $tooltip-arrow-height;\n border-left-color: $tooltip-arrow-color;\n }\n }\n}\n\n.bs-tooltip-auto {\n &[x-placement^=\"top\"] {\n @extend .bs-tooltip-top;\n }\n &[x-placement^=\"right\"] {\n @extend .bs-tooltip-right;\n }\n &[x-placement^=\"bottom\"] {\n @extend .bs-tooltip-bottom;\n }\n &[x-placement^=\"left\"] {\n @extend .bs-tooltip-left;\n }\n}\n\n// Wrapper for the tooltip content\n.tooltip-inner {\n max-width: $tooltip-max-width;\n padding: $tooltip-padding-y $tooltip-padding-x;\n color: $tooltip-color;\n text-align: center;\n background-color: $tooltip-bg;\n @include border-radius($tooltip-border-radius);\n}\n","@mixin reset-text() {\n font-family: $font-family-base;\n // We deliberately do NOT reset font-size or word-wrap.\n font-style: normal;\n font-weight: $font-weight-normal;\n line-height: $line-height-base;\n text-align: left; // Fallback for where `start` is not supported\n text-align: start;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n letter-spacing: normal;\n word-break: normal;\n word-spacing: normal;\n white-space: normal;\n line-break: auto;\n}\n",".popover {\n position: absolute;\n top: 0;\n left: 0;\n z-index: $zindex-popover;\n display: block;\n max-width: $popover-max-width;\n // Our parent element can be arbitrary since tooltips are by default inserted as a sibling of their target element.\n // So reset our font and text properties to avoid inheriting weird values.\n @include reset-text();\n @include font-size($popover-font-size);\n // Allow breaking very long words so they don't overflow the popover's bounds\n word-wrap: break-word;\n background-color: $popover-bg;\n background-clip: padding-box;\n border: $popover-border-width solid $popover-border-color;\n @include border-radius($popover-border-radius);\n @include box-shadow($popover-box-shadow);\n\n .arrow {\n position: absolute;\n display: block;\n width: $popover-arrow-width;\n height: $popover-arrow-height;\n margin: 0 $popover-border-radius;\n\n &::before,\n &::after {\n position: absolute;\n display: block;\n content: \"\";\n border-color: transparent;\n border-style: solid;\n }\n }\n}\n\n.bs-popover-top {\n margin-bottom: $popover-arrow-height;\n\n > .arrow {\n bottom: subtract(-$popover-arrow-height, $popover-border-width);\n\n &::before {\n bottom: 0;\n border-width: $popover-arrow-height ($popover-arrow-width / 2) 0;\n border-top-color: $popover-arrow-outer-color;\n }\n\n &::after {\n bottom: $popover-border-width;\n border-width: $popover-arrow-height ($popover-arrow-width / 2) 0;\n border-top-color: $popover-arrow-color;\n }\n }\n}\n\n.bs-popover-right {\n margin-left: $popover-arrow-height;\n\n > .arrow {\n left: subtract(-$popover-arrow-height, $popover-border-width);\n width: $popover-arrow-height;\n height: $popover-arrow-width;\n margin: $popover-border-radius 0; // make sure the arrow does not touch the popover's rounded corners\n\n &::before {\n left: 0;\n border-width: ($popover-arrow-width / 2) $popover-arrow-height ($popover-arrow-width / 2) 0;\n border-right-color: $popover-arrow-outer-color;\n }\n\n &::after {\n left: $popover-border-width;\n border-width: ($popover-arrow-width / 2) $popover-arrow-height ($popover-arrow-width / 2) 0;\n border-right-color: $popover-arrow-color;\n }\n }\n}\n\n.bs-popover-bottom {\n margin-top: $popover-arrow-height;\n\n > .arrow {\n top: subtract(-$popover-arrow-height, $popover-border-width);\n\n &::before {\n top: 0;\n border-width: 0 ($popover-arrow-width / 2) $popover-arrow-height ($popover-arrow-width / 2);\n border-bottom-color: $popover-arrow-outer-color;\n }\n\n &::after {\n top: $popover-border-width;\n border-width: 0 ($popover-arrow-width / 2) $popover-arrow-height ($popover-arrow-width / 2);\n border-bottom-color: $popover-arrow-color;\n }\n }\n\n // This will remove the popover-header's border just below the arrow\n .popover-header::before {\n position: absolute;\n top: 0;\n left: 50%;\n display: block;\n width: $popover-arrow-width;\n margin-left: -$popover-arrow-width / 2;\n content: \"\";\n border-bottom: $popover-border-width solid $popover-header-bg;\n }\n}\n\n.bs-popover-left {\n margin-right: $popover-arrow-height;\n\n > .arrow {\n right: subtract(-$popover-arrow-height, $popover-border-width);\n width: $popover-arrow-height;\n height: $popover-arrow-width;\n margin: $popover-border-radius 0; // make sure the arrow does not touch the popover's rounded corners\n\n &::before {\n right: 0;\n border-width: ($popover-arrow-width / 2) 0 ($popover-arrow-width / 2) $popover-arrow-height;\n border-left-color: $popover-arrow-outer-color;\n }\n\n &::after {\n right: $popover-border-width;\n border-width: ($popover-arrow-width / 2) 0 ($popover-arrow-width / 2) $popover-arrow-height;\n border-left-color: $popover-arrow-color;\n }\n }\n}\n\n.bs-popover-auto {\n &[x-placement^=\"top\"] {\n @extend .bs-popover-top;\n }\n &[x-placement^=\"right\"] {\n @extend .bs-popover-right;\n }\n &[x-placement^=\"bottom\"] {\n @extend .bs-popover-bottom;\n }\n &[x-placement^=\"left\"] {\n @extend .bs-popover-left;\n }\n}\n\n\n// Offset the popover to account for the popover arrow\n.popover-header {\n padding: $popover-header-padding-y $popover-header-padding-x;\n margin-bottom: 0; // Reset the default from Reboot\n @include font-size($font-size-base);\n color: $popover-header-color;\n background-color: $popover-header-bg;\n border-bottom: $popover-border-width solid darken($popover-header-bg, 5%);\n @include border-top-radius($popover-inner-border-radius);\n\n &:empty {\n display: none;\n }\n}\n\n.popover-body {\n padding: $popover-body-padding-y $popover-body-padding-x;\n color: $popover-body-color;\n}\n","// Notes on the classes:\n//\n// 1. .carousel.pointer-event should ideally be pan-y (to allow for users to scroll vertically)\n// even when their scroll action started on a carousel, but for compatibility (with Firefox)\n// we're preventing all actions instead\n// 2. The .carousel-item-left and .carousel-item-right is used to indicate where\n// the active slide is heading.\n// 3. .active.carousel-item is the current slide.\n// 4. .active.carousel-item-left and .active.carousel-item-right is the current\n// slide in its in-transition state. Only one of these occurs at a time.\n// 5. .carousel-item-next.carousel-item-left and .carousel-item-prev.carousel-item-right\n// is the upcoming slide in transition.\n\n.carousel {\n position: relative;\n}\n\n.carousel.pointer-event {\n touch-action: pan-y;\n}\n\n.carousel-inner {\n position: relative;\n width: 100%;\n overflow: hidden;\n @include clearfix();\n}\n\n.carousel-item {\n position: relative;\n display: none;\n float: left;\n width: 100%;\n margin-right: -100%;\n backface-visibility: hidden;\n @include transition($carousel-transition);\n}\n\n.carousel-item.active,\n.carousel-item-next,\n.carousel-item-prev {\n display: block;\n}\n\n.carousel-item-next:not(.carousel-item-left),\n.active.carousel-item-right {\n transform: translateX(100%);\n}\n\n.carousel-item-prev:not(.carousel-item-right),\n.active.carousel-item-left {\n transform: translateX(-100%);\n}\n\n\n//\n// Alternate transitions\n//\n\n.carousel-fade {\n .carousel-item {\n opacity: 0;\n transition-property: opacity;\n transform: none;\n }\n\n .carousel-item.active,\n .carousel-item-next.carousel-item-left,\n .carousel-item-prev.carousel-item-right {\n z-index: 1;\n opacity: 1;\n }\n\n .active.carousel-item-left,\n .active.carousel-item-right {\n z-index: 0;\n opacity: 0;\n @include transition(opacity 0s $carousel-transition-duration);\n }\n}\n\n\n//\n// Left/right controls for nav\n//\n\n.carousel-control-prev,\n.carousel-control-next {\n position: absolute;\n top: 0;\n bottom: 0;\n z-index: 1;\n // Use flex for alignment (1-3)\n display: flex; // 1. allow flex styles\n align-items: center; // 2. vertically center contents\n justify-content: center; // 3. horizontally center contents\n width: $carousel-control-width;\n color: $carousel-control-color;\n text-align: center;\n opacity: $carousel-control-opacity;\n @include transition($carousel-control-transition);\n\n // Hover/focus state\n @include hover-focus() {\n color: $carousel-control-color;\n text-decoration: none;\n outline: 0;\n opacity: $carousel-control-hover-opacity;\n }\n}\n.carousel-control-prev {\n left: 0;\n @if $enable-gradients {\n background-image: linear-gradient(90deg, rgba($black, .25), rgba($black, .001));\n }\n}\n.carousel-control-next {\n right: 0;\n @if $enable-gradients {\n background-image: linear-gradient(270deg, rgba($black, .25), rgba($black, .001));\n }\n}\n\n// Icons for within\n.carousel-control-prev-icon,\n.carousel-control-next-icon {\n display: inline-block;\n width: $carousel-control-icon-width;\n height: $carousel-control-icon-width;\n background: no-repeat 50% / 100% 100%;\n}\n.carousel-control-prev-icon {\n background-image: escape-svg($carousel-control-prev-icon-bg);\n}\n.carousel-control-next-icon {\n background-image: escape-svg($carousel-control-next-icon-bg);\n}\n\n\n// Optional indicator pips\n//\n// Add an ordered list with the following class and add a list item for each\n// slide your carousel holds.\n\n.carousel-indicators {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 15;\n display: flex;\n justify-content: center;\n padding-left: 0; // override <ol> default\n // Use the .carousel-control's width as margin so we don't overlay those\n margin-right: $carousel-control-width;\n margin-left: $carousel-control-width;\n list-style: none;\n\n li {\n box-sizing: content-box;\n flex: 0 1 auto;\n width: $carousel-indicator-width;\n height: $carousel-indicator-height;\n margin-right: $carousel-indicator-spacer;\n margin-left: $carousel-indicator-spacer;\n text-indent: -999px;\n cursor: pointer;\n background-color: $carousel-indicator-active-bg;\n background-clip: padding-box;\n // Use transparent borders to increase the hit area by 10px on top and bottom.\n border-top: $carousel-indicator-hit-area-height solid transparent;\n border-bottom: $carousel-indicator-hit-area-height solid transparent;\n opacity: .5;\n @include transition($carousel-indicator-transition);\n }\n\n .active {\n opacity: 1;\n }\n}\n\n\n// Optional captions\n//\n//\n\n.carousel-caption {\n position: absolute;\n right: (100% - $carousel-caption-width) / 2;\n bottom: 20px;\n left: (100% - $carousel-caption-width) / 2;\n z-index: 10;\n padding-top: 20px;\n padding-bottom: 20px;\n color: $carousel-caption-color;\n text-align: center;\n}\n","@mixin clearfix() {\n &::after {\n display: block;\n clear: both;\n content: \"\";\n }\n}\n","//\n// Rotating border\n//\n\n@keyframes spinner-border {\n to { transform: rotate(360deg); }\n}\n\n.spinner-border {\n display: inline-block;\n width: $spinner-width;\n height: $spinner-height;\n vertical-align: text-bottom;\n border: $spinner-border-width solid currentColor;\n border-right-color: transparent;\n // stylelint-disable-next-line property-disallowed-list\n border-radius: 50%;\n animation: spinner-border .75s linear infinite;\n}\n\n.spinner-border-sm {\n width: $spinner-width-sm;\n height: $spinner-height-sm;\n border-width: $spinner-border-width-sm;\n}\n\n//\n// Growing circle\n//\n\n@keyframes spinner-grow {\n 0% {\n transform: scale(0);\n }\n 50% {\n opacity: 1;\n transform: none;\n }\n}\n\n.spinner-grow {\n display: inline-block;\n width: $spinner-width;\n height: $spinner-height;\n vertical-align: text-bottom;\n background-color: currentColor;\n // stylelint-disable-next-line property-disallowed-list\n border-radius: 50%;\n opacity: 0;\n animation: spinner-grow .75s linear infinite;\n}\n\n.spinner-grow-sm {\n width: $spinner-width-sm;\n height: $spinner-height-sm;\n}\n","// stylelint-disable declaration-no-important\n\n.align-baseline { vertical-align: baseline !important; } // Browser default\n.align-top { vertical-align: top !important; }\n.align-middle { vertical-align: middle !important; }\n.align-bottom { vertical-align: bottom !important; }\n.align-text-bottom { vertical-align: text-bottom !important; }\n.align-text-top { vertical-align: text-top !important; }\n","// stylelint-disable declaration-no-important\n\n// Contextual backgrounds\n\n@mixin bg-variant($parent, $color, $ignore-warning: false) {\n #{$parent} {\n background-color: $color !important;\n }\n a#{$parent},\n button#{$parent} {\n @include hover-focus() {\n background-color: darken($color, 10%) !important;\n }\n }\n @include deprecate(\"The `bg-variant` mixin\", \"v4.4.0\", \"v5\", $ignore-warning);\n}\n\n@mixin bg-gradient-variant($parent, $color, $ignore-warning: false) {\n #{$parent} {\n background: $color linear-gradient(180deg, mix($body-bg, $color, 15%), $color) repeat-x !important;\n }\n @include deprecate(\"The `bg-gradient-variant` mixin\", \"v4.5.0\", \"v5\", $ignore-warning);\n}\n","// stylelint-disable declaration-no-important\n\n@each $color, $value in $theme-colors {\n @include bg-variant(\".bg-#{$color}\", $value, true);\n}\n\n@if $enable-gradients {\n @each $color, $value in $theme-colors {\n @include bg-gradient-variant(\".bg-gradient-#{$color}\", $value, true);\n }\n}\n\n.bg-white {\n background-color: $white !important;\n}\n\n.bg-transparent {\n background-color: transparent !important;\n}\n","// stylelint-disable property-disallowed-list, declaration-no-important\n\n//\n// Border\n//\n\n.border { border: $border-width solid $border-color !important; }\n.border-top { border-top: $border-width solid $border-color !important; }\n.border-right { border-right: $border-width solid $border-color !important; }\n.border-bottom { border-bottom: $border-width solid $border-color !important; }\n.border-left { border-left: $border-width solid $border-color !important; }\n\n.border-0 { border: 0 !important; }\n.border-top-0 { border-top: 0 !important; }\n.border-right-0 { border-right: 0 !important; }\n.border-bottom-0 { border-bottom: 0 !important; }\n.border-left-0 { border-left: 0 !important; }\n\n@each $color, $value in $theme-colors {\n .border-#{$color} {\n border-color: $value !important;\n }\n}\n\n.border-white {\n border-color: $white !important;\n}\n\n//\n// Border-radius\n//\n\n.rounded-sm {\n border-radius: $border-radius-sm !important;\n}\n\n.rounded {\n border-radius: $border-radius !important;\n}\n\n.rounded-top {\n border-top-left-radius: $border-radius !important;\n border-top-right-radius: $border-radius !important;\n}\n\n.rounded-right {\n border-top-right-radius: $border-radius !important;\n border-bottom-right-radius: $border-radius !important;\n}\n\n.rounded-bottom {\n border-bottom-right-radius: $border-radius !important;\n border-bottom-left-radius: $border-radius !important;\n}\n\n.rounded-left {\n border-top-left-radius: $border-radius !important;\n border-bottom-left-radius: $border-radius !important;\n}\n\n.rounded-lg {\n border-radius: $border-radius-lg !important;\n}\n\n.rounded-circle {\n border-radius: 50% !important;\n}\n\n.rounded-pill {\n border-radius: $rounded-pill !important;\n}\n\n.rounded-0 {\n border-radius: 0 !important;\n}\n","// stylelint-disable declaration-no-important\n\n//\n// Utilities for common `display` values\n//\n\n@each $breakpoint in map-keys($grid-breakpoints) {\n @include media-breakpoint-up($breakpoint) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n @each $value in $displays {\n .d#{$infix}-#{$value} { display: $value !important; }\n }\n }\n}\n\n\n//\n// Utilities for toggling `display` in print\n//\n\n@media print {\n @each $value in $displays {\n .d-print-#{$value} { display: $value !important; }\n }\n}\n","// Credit: Nicolas Gallagher and SUIT CSS.\n\n.embed-responsive {\n position: relative;\n display: block;\n width: 100%;\n padding: 0;\n overflow: hidden;\n\n &::before {\n display: block;\n content: \"\";\n }\n\n .embed-responsive-item,\n iframe,\n embed,\n object,\n video {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n width: 100%;\n height: 100%;\n border: 0;\n }\n}\n\n@each $embed-responsive-aspect-ratio in $embed-responsive-aspect-ratios {\n $embed-responsive-aspect-ratio-x: nth($embed-responsive-aspect-ratio, 1);\n $embed-responsive-aspect-ratio-y: nth($embed-responsive-aspect-ratio, 2);\n\n .embed-responsive-#{$embed-responsive-aspect-ratio-x}by#{$embed-responsive-aspect-ratio-y} {\n &::before {\n padding-top: percentage($embed-responsive-aspect-ratio-y / $embed-responsive-aspect-ratio-x);\n }\n }\n}\n","// stylelint-disable declaration-no-important\n\n// Flex variation\n//\n// Custom styles for additional flex alignment options.\n\n@each $breakpoint in map-keys($grid-breakpoints) {\n @include media-breakpoint-up($breakpoint) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n .flex#{$infix}-row { flex-direction: row !important; }\n .flex#{$infix}-column { flex-direction: column !important; }\n .flex#{$infix}-row-reverse { flex-direction: row-reverse !important; }\n .flex#{$infix}-column-reverse { flex-direction: column-reverse !important; }\n\n .flex#{$infix}-wrap { flex-wrap: wrap !important; }\n .flex#{$infix}-nowrap { flex-wrap: nowrap !important; }\n .flex#{$infix}-wrap-reverse { flex-wrap: wrap-reverse !important; }\n .flex#{$infix}-fill { flex: 1 1 auto !important; }\n .flex#{$infix}-grow-0 { flex-grow: 0 !important; }\n .flex#{$infix}-grow-1 { flex-grow: 1 !important; }\n .flex#{$infix}-shrink-0 { flex-shrink: 0 !important; }\n .flex#{$infix}-shrink-1 { flex-shrink: 1 !important; }\n\n .justify-content#{$infix}-start { justify-content: flex-start !important; }\n .justify-content#{$infix}-end { justify-content: flex-end !important; }\n .justify-content#{$infix}-center { justify-content: center !important; }\n .justify-content#{$infix}-between { justify-content: space-between !important; }\n .justify-content#{$infix}-around { justify-content: space-around !important; }\n\n .align-items#{$infix}-start { align-items: flex-start !important; }\n .align-items#{$infix}-end { align-items: flex-end !important; }\n .align-items#{$infix}-center { align-items: center !important; }\n .align-items#{$infix}-baseline { align-items: baseline !important; }\n .align-items#{$infix}-stretch { align-items: stretch !important; }\n\n .align-content#{$infix}-start { align-content: flex-start !important; }\n .align-content#{$infix}-end { align-content: flex-end !important; }\n .align-content#{$infix}-center { align-content: center !important; }\n .align-content#{$infix}-between { align-content: space-between !important; }\n .align-content#{$infix}-around { align-content: space-around !important; }\n .align-content#{$infix}-stretch { align-content: stretch !important; }\n\n .align-self#{$infix}-auto { align-self: auto !important; }\n .align-self#{$infix}-start { align-self: flex-start !important; }\n .align-self#{$infix}-end { align-self: flex-end !important; }\n .align-self#{$infix}-center { align-self: center !important; }\n .align-self#{$infix}-baseline { align-self: baseline !important; }\n .align-self#{$infix}-stretch { align-self: stretch !important; }\n }\n}\n","// stylelint-disable declaration-no-important\n\n@each $breakpoint in map-keys($grid-breakpoints) {\n @include media-breakpoint-up($breakpoint) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n .float#{$infix}-left { float: left !important; }\n .float#{$infix}-right { float: right !important; }\n .float#{$infix}-none { float: none !important; }\n }\n}\n","// stylelint-disable declaration-no-important\n\n@each $value in $user-selects {\n .user-select-#{$value} { user-select: $value !important; }\n}\n","// stylelint-disable declaration-no-important\n\n@each $value in $overflows {\n .overflow-#{$value} { overflow: $value !important; }\n}\n","// stylelint-disable declaration-no-important\n\n// Common values\n@each $position in $positions {\n .position-#{$position} { position: $position !important; }\n}\n\n// Shorthand\n\n.fixed-top {\n position: fixed;\n top: 0;\n right: 0;\n left: 0;\n z-index: $zindex-fixed;\n}\n\n.fixed-bottom {\n position: fixed;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: $zindex-fixed;\n}\n\n.sticky-top {\n @supports (position: sticky) {\n position: sticky;\n top: 0;\n z-index: $zindex-sticky;\n }\n}\n","//\n// Screenreaders\n//\n\n.sr-only {\n @include sr-only();\n}\n\n.sr-only-focusable {\n @include sr-only-focusable();\n}\n","// Only display content to screen readers\n//\n// See: https://www.a11yproject.com/posts/2013-01-11-how-to-hide-content/\n// See: https://hugogiraudel.com/2016/10/13/css-hide-and-seek/\n\n@mixin sr-only() {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px; // Fix for https://github.com/twbs/bootstrap/issues/25686\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border: 0;\n}\n\n// Use in conjunction with .sr-only to only display content when it's focused.\n//\n// Useful for \"Skip to main content\" links; see https://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1\n//\n// Credit: HTML5 Boilerplate\n\n@mixin sr-only-focusable() {\n &:active,\n &:focus {\n position: static;\n width: auto;\n height: auto;\n overflow: visible;\n clip: auto;\n white-space: normal;\n }\n}\n","// stylelint-disable declaration-no-important\n\n.shadow-sm { box-shadow: $box-shadow-sm !important; }\n.shadow { box-shadow: $box-shadow !important; }\n.shadow-lg { box-shadow: $box-shadow-lg !important; }\n.shadow-none { box-shadow: none !important; }\n","// stylelint-disable declaration-no-important\n\n// Width and height\n\n@each $prop, $abbrev in (width: w, height: h) {\n @each $size, $length in $sizes {\n .#{$abbrev}-#{$size} { #{$prop}: $length !important; }\n }\n}\n\n.mw-100 { max-width: 100% !important; }\n.mh-100 { max-height: 100% !important; }\n\n// Viewport additional helpers\n\n.min-vw-100 { min-width: 100vw !important; }\n.min-vh-100 { min-height: 100vh !important; }\n\n.vw-100 { width: 100vw !important; }\n.vh-100 { height: 100vh !important; }\n","// stylelint-disable declaration-no-important\n\n// Margin and Padding\n\n@each $breakpoint in map-keys($grid-breakpoints) {\n @include media-breakpoint-up($breakpoint) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n @each $prop, $abbrev in (margin: m, padding: p) {\n @each $size, $length in $spacers {\n .#{$abbrev}#{$infix}-#{$size} { #{$prop}: $length !important; }\n .#{$abbrev}t#{$infix}-#{$size},\n .#{$abbrev}y#{$infix}-#{$size} {\n #{$prop}-top: $length !important;\n }\n .#{$abbrev}r#{$infix}-#{$size},\n .#{$abbrev}x#{$infix}-#{$size} {\n #{$prop}-right: $length !important;\n }\n .#{$abbrev}b#{$infix}-#{$size},\n .#{$abbrev}y#{$infix}-#{$size} {\n #{$prop}-bottom: $length !important;\n }\n .#{$abbrev}l#{$infix}-#{$size},\n .#{$abbrev}x#{$infix}-#{$size} {\n #{$prop}-left: $length !important;\n }\n }\n }\n\n // Negative margins (e.g., where `.mb-n1` is negative version of `.mb-1`)\n @each $size, $length in $spacers {\n @if $size != 0 {\n .m#{$infix}-n#{$size} { margin: -$length !important; }\n .mt#{$infix}-n#{$size},\n .my#{$infix}-n#{$size} {\n margin-top: -$length !important;\n }\n .mr#{$infix}-n#{$size},\n .mx#{$infix}-n#{$size} {\n margin-right: -$length !important;\n }\n .mb#{$infix}-n#{$size},\n .my#{$infix}-n#{$size} {\n margin-bottom: -$length !important;\n }\n .ml#{$infix}-n#{$size},\n .mx#{$infix}-n#{$size} {\n margin-left: -$length !important;\n }\n }\n }\n\n // Some special margin utils\n .m#{$infix}-auto { margin: auto !important; }\n .mt#{$infix}-auto,\n .my#{$infix}-auto {\n margin-top: auto !important;\n }\n .mr#{$infix}-auto,\n .mx#{$infix}-auto {\n margin-right: auto !important;\n }\n .mb#{$infix}-auto,\n .my#{$infix}-auto {\n margin-bottom: auto !important;\n }\n .ml#{$infix}-auto,\n .mx#{$infix}-auto {\n margin-left: auto !important;\n }\n }\n}\n","//\n// Stretched link\n//\n\n.stretched-link {\n &::after {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1;\n // Just in case `pointer-events: none` is set on a parent\n pointer-events: auto;\n content: \"\";\n // IE10 bugfix, see https://stackoverflow.com/questions/16947967/ie10-hover-pseudo-class-doesnt-work-without-background-color\n background-color: rgba(0, 0, 0, 0);\n }\n}\n","// stylelint-disable declaration-no-important\n\n//\n// Text\n//\n\n.text-monospace { font-family: $font-family-monospace !important; }\n\n// Alignment\n\n.text-justify { text-align: justify !important; }\n.text-wrap { white-space: normal !important; }\n.text-nowrap { white-space: nowrap !important; }\n.text-truncate { @include text-truncate(); }\n\n// Responsive alignment\n\n@each $breakpoint in map-keys($grid-breakpoints) {\n @include media-breakpoint-up($breakpoint) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n .text#{$infix}-left { text-align: left !important; }\n .text#{$infix}-right { text-align: right !important; }\n .text#{$infix}-center { text-align: center !important; }\n }\n}\n\n// Transformation\n\n.text-lowercase { text-transform: lowercase !important; }\n.text-uppercase { text-transform: uppercase !important; }\n.text-capitalize { text-transform: capitalize !important; }\n\n// Weight and italics\n\n.font-weight-light { font-weight: $font-weight-light !important; }\n.font-weight-lighter { font-weight: $font-weight-lighter !important; }\n.font-weight-normal { font-weight: $font-weight-normal !important; }\n.font-weight-bold { font-weight: $font-weight-bold !important; }\n.font-weight-bolder { font-weight: $font-weight-bolder !important; }\n.font-italic { font-style: italic !important; }\n\n// Contextual colors\n\n.text-white { color: $white !important; }\n\n@each $color, $value in $theme-colors {\n @include text-emphasis-variant(\".text-#{$color}\", $value, true);\n}\n\n.text-body { color: $body-color !important; }\n.text-muted { color: $text-muted !important; }\n\n.text-black-50 { color: rgba($black, .5) !important; }\n.text-white-50 { color: rgba($white, .5) !important; }\n\n// Misc\n\n.text-hide {\n @include text-hide($ignore-warning: true);\n}\n\n.text-decoration-none { text-decoration: none !important; }\n\n.text-break {\n word-break: break-word !important; // Deprecated, but avoids issues with flex containers\n word-wrap: break-word !important; // Used instead of `overflow-wrap` for IE & Edge Legacy\n}\n\n// Reset\n\n.text-reset { color: inherit !important; }\n","// Text truncate\n// Requires inline-block or block for proper styling\n\n@mixin text-truncate() {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n","// stylelint-disable declaration-no-important\n\n// Typography\n\n@mixin text-emphasis-variant($parent, $color, $ignore-warning: false) {\n #{$parent} {\n color: $color !important;\n }\n @if $emphasized-link-hover-darken-percentage != 0 {\n a#{$parent} {\n @include hover-focus() {\n color: darken($color, $emphasized-link-hover-darken-percentage) !important;\n }\n }\n }\n @include deprecate(\"`text-emphasis-variant()`\", \"v4.4.0\", \"v5\", $ignore-warning);\n}\n","// CSS image replacement\n@mixin text-hide($ignore-warning: false) {\n // stylelint-disable-next-line font-family-no-missing-generic-family-keyword\n font: 0/0 a;\n color: transparent;\n text-shadow: none;\n background-color: transparent;\n border: 0;\n\n @include deprecate(\"`text-hide()`\", \"v4.1.0\", \"v5\", $ignore-warning);\n}\n","// stylelint-disable declaration-no-important\n\n//\n// Visibility utilities\n//\n\n.visible {\n visibility: visible !important;\n}\n\n.invisible {\n visibility: hidden !important;\n}\n","// stylelint-disable declaration-no-important, selector-no-qualifying-type\n\n// Source: https://github.com/h5bp/main.css/blob/master/src/_print.css\n\n// ==========================================================================\n// Print styles.\n// Inlined to avoid the additional HTTP request:\n// https://www.phpied.com/delay-loading-your-print-css/\n// ==========================================================================\n\n@if $enable-print-styles {\n @media print {\n *,\n *::before,\n *::after {\n // Bootstrap specific; comment out `color` and `background`\n //color: $black !important; // Black prints faster\n text-shadow: none !important;\n //background: transparent !important;\n box-shadow: none !important;\n }\n\n a {\n &:not(.btn) {\n text-decoration: underline;\n }\n }\n\n // Bootstrap specific; comment the following selector out\n //a[href]::after {\n // content: \" (\" attr(href) \")\";\n //}\n\n abbr[title]::after {\n content: \" (\" attr(title) \")\";\n }\n\n // Bootstrap specific; comment the following selector out\n //\n // Don't show links that are fragment identifiers,\n // or use the `javascript:` pseudo protocol\n //\n\n //a[href^=\"#\"]::after,\n //a[href^=\"javascript:\"]::after {\n // content: \"\";\n //}\n\n pre {\n white-space: pre-wrap !important;\n }\n pre,\n blockquote {\n border: $border-width solid $gray-500; // Bootstrap custom code; using `$border-width` instead of 1px\n page-break-inside: avoid;\n }\n\n //\n // Printing Tables:\n // https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables\n //\n\n thead {\n display: table-header-group;\n }\n\n tr,\n img {\n page-break-inside: avoid;\n }\n\n p,\n h2,\n h3 {\n orphans: 3;\n widows: 3;\n }\n\n h2,\n h3 {\n page-break-after: avoid;\n }\n\n // Bootstrap specific changes start\n\n // Specify a size and min-width to make printing closer across browsers.\n // We don't set margin here because it breaks `size` in Chrome. We also\n // don't use `!important` on `size` as it breaks in Chrome.\n @page {\n size: $print-page-size;\n }\n body {\n min-width: $print-body-min-width !important;\n }\n .container {\n min-width: $print-body-min-width !important;\n }\n\n // Bootstrap components\n .navbar {\n display: none;\n }\n .badge {\n border: $border-width solid $black;\n }\n\n .table {\n border-collapse: collapse !important;\n\n td,\n th {\n background-color: $white !important;\n }\n }\n\n .table-bordered {\n th,\n td {\n border: 1px solid $gray-300 !important;\n }\n }\n\n .table-dark {\n color: inherit;\n\n th,\n td,\n thead th,\n tbody + tbody {\n border-color: $table-border-color;\n }\n }\n\n .table .thead-dark th {\n color: inherit;\n border-color: $table-border-color;\n }\n\n // Bootstrap specific changes end\n }\n}\n"]} \ No newline at end of file
diff --git a/databases/prometheus/files/react/static/css/main.1087ae1e.chunk.css b/databases/prometheus/files/react/static/css/main.1087ae1e.chunk.css
new file mode 100644
index 00000000000..daa5d083eb7
--- /dev/null
+++ b/databases/prometheus/files/react/static/css/main.1087ae1e.chunk.css
@@ -0,0 +1,2 @@
+html{scroll-padding-top:56px}.panel{margin-bottom:20px}input[type=checkbox]:checked+label{color:#286090}.custom-control-label{cursor:pointer}.togglers-wrapper .form-group{margin-bottom:.5rem}[for$=-toggler].custom-control-label:after,[for$=-toggler].custom-control-label:before{top:.28rem;left:-1.3rem;width:1.12rem;height:1.12rem}.capitalize-title:first-letter{text-transform:capitalize}.expression-input{margin-bottom:10px}.expression-input textarea{resize:none;overflow:hidden}button.execute-btn{width:84px}.alert.alert-danger{margin-bottom:10px}.nav-tabs .nav-link{cursor:pointer}.tab-content{border-left:1px solid #dee2e6;border-right:1px solid #dee2e6;border-bottom:1px solid #dee2e6;padding:10px}.tab-content .alert{margin-bottom:0}.data-table.table{margin:10px 0 2px}.data-table>tbody>tr>td{padding:5px 0 5px 8px;font-size:.8em;overflow:hidden}.autosuggest-dropdown{position:absolute;border:1px solid #ced4da;background-color:#fff;color:#495057;font-size:1rem;z-index:1000;left:56px;margin-top:-6px}.autosuggest-dropdown-list{padding:0;margin:0;list-style:none}.autosuggest-dropdown-list li{width:100%;padding:.25rem 1.5rem;clear:both;white-space:nowrap;background-color:initial;border:0;display:block}.autosuggest-dropdown-list li.autosuggest-dropdown-header{background-color:#bfdeff;font-size:10px;line-height:1.5;text-transform:uppercase;text-align:center}.graph-controls,.table-controls{margin-bottom:10px}.graph-controls input,.table-controls input{text-align:center}.graph-controls .range-input input{width:50px}.time-input input{border-right:none}.time-input{width:270px!important}.graph-controls input.resolution-input{width:90px}.graph-controls>:not(:first-child){margin-left:20px}.graph-controls .clear-time-btn,.table-controls .clear-time-btn{background:#fff;border-left:none;border-top:1px solid #ced4da;border-bottom:1px solid #ced4da;color:#495057}.graph-legend{margin:15px 0 15px 55px;font-size:.75em;padding:10px 5px;display:inline-block}.legend-item{cursor:pointer;display:flex;padding:0 5px;border-radius:3px;line-height:1.7}.legend-item div{flex-wrap:wrap}.legend-swatch{min-width:7px;height:7px;outline-offset:1px;outline:1.5px solid #ccc;margin:6px 8px 2px 0;display:inline-block}.legend-item:hover{background:rgba(0,0,0,.18)}.legend-metric-name{margin-right:1px}.legend-label-name{font-weight:700}.graph{margin:0 5px}.graph-chart{height:500px;width:100%;fill:#495057;font-size:.8em}.graph-chart .flot-overlay{cursor:crosshair}.graph-tooltip{background:rgba(0,0,0,.8);color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:12px;white-space:nowrap;padding:8px;border-radius:3px}.graph-tooltip .labels{font-size:11px;line-height:11px}.graph-tooltip .detail-swatch{display:inline-block;width:10px;height:10px}.add-panel-btn{margin-bottom:20px}.target-head{font-weight:700;font-size:large}.group-info{display:flex;justify-content:space-between;margin-bottom:10px;padding:10px}.badges-wrapper>span{margin-right:5px;max-height:20px}.rules-head{font-weight:600}.rule_cell{white-space:pre-wrap;background-color:#f5f5f5;display:block;font-family:monospace}.query-stats{flex-grow:1;font-size:.7rem;color:#71808e}.config-yaml{display:block;padding:10px;font-size:13px;color:#333;word-break:break-all;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}.Filter_btn__1yhdg{margin-top:.6em;margin-bottom:15px}.ScrapePoolPanel_container__2macm{margin-top:-12px}.ScrapePoolPanel_title__1ppGj{font-size:20px;font-weight:700;cursor:pointer}.ScrapePoolPanel_danger__ZoHk6{color:#f24141}.ScrapePoolPanel_table__1Sdr1{width:100%}.ScrapePoolPanel_cell__3LVb_{height:auto;word-wrap:break-word;word-break:break-all}.ScrapePoolPanel_endpoint__1N4gx,.ScrapePoolPanel_labels__1VVxb{width:25%}.ScrapePoolPanel_last-scrape__192VK,.ScrapePoolPanel_state__2BqDx{width:10%}.ScrapePoolPanel_errors__2JBvY{width:30%}.TargetLabels_discovered__2eSl4{white-space:nowrap}
+/*# sourceMappingURL=main.1087ae1e.chunk.css.map */ \ No newline at end of file
diff --git a/databases/prometheus/files/react/static/css/main.1087ae1e.chunk.css.map b/databases/prometheus/files/react/static/css/main.1087ae1e.chunk.css.map
new file mode 100644
index 00000000000..466e7bc2fbc
--- /dev/null
+++ b/databases/prometheus/files/react/static/css/main.1087ae1e.chunk.css.map
@@ -0,0 +1 @@
+{"version":3,"sources":["App.css","QueryStatsView.css","Config.css","Filter.module.css","ScrapePoolPanel.module.css","TargetLabels.module.css"],"names":[],"mappings":"AAAA,KAGE,uBACF,CAEA,OACE,kBACF,CAEA,mCACE,aACF,CAEA,sBACE,cACF,CAEA,8BACE,mBACF,CAEA,uFAEE,UAAY,CACZ,YAAa,CACb,aAAc,CACd,cACF,CAEA,+BACE,yBACF,CAEA,kBACE,kBACF,CAEA,2BAEE,WAAY,CACZ,eACF,CAEA,mBACE,UACF,CAEA,oBACE,kBACF,CAEA,oBACE,cACF,CAEA,aACE,6BAA8B,CAC9B,8BAA+B,CAC/B,+BAAgC,CAChC,YACF,CAEA,oBACE,eACF,CAEA,kBACE,iBACF,CAEA,wBACE,qBAAsB,CACtB,cAAgB,CAChB,eACF,CAEA,sBACE,iBAAkB,CAClB,wBAAyB,CACzB,qBAAsB,CACtB,aAAc,CACd,cAAe,CACf,YAAa,CACb,SAAU,CACV,eACF,CAEA,2BACE,SAAU,CACV,QAAS,CACT,eACF,CAEA,8BACE,UAAW,CACX,qBAAuB,CACvB,UAAW,CACX,kBAAmB,CACnB,wBAA6B,CAC7B,QAAS,CACT,aACF,CAEA,0DACE,wBAAyB,CACzB,cAAe,CACf,eAAgB,CAChB,wBAAyB,CACzB,iBACF,CAEA,gCAEE,kBACF,CAEA,4CAEE,iBACF,CAEA,mCACE,UACF,CAEA,kBACE,iBACF,CAEA,YACE,qBACF,CAEA,uCACE,UACF,CAEA,mCACE,gBACF,CAEA,gEAEE,eAAgB,CAChB,gBAAiB,CACjB,4BAA6B,CAC7B,+BAAgC,CAChC,aACF,CAEA,cACE,uBAAwB,CACxB,eAAiB,CACjB,gBAAiB,CACjB,oBACF,CAEA,aACE,cAAe,CACf,YAAa,CACb,aAAc,CACd,iBAAkB,CAClB,eACF,CACA,iBACE,cACF,CAEA,eACE,aAAc,CACd,UAAW,CACX,kBAAmB,CACnB,wBAAyB,CACzB,oBAAqB,CACrB,oBACF,CAEA,mBACE,0BACF,CAEA,oBACE,gBACF,CAEA,mBACE,eACF,CAEA,OACE,YACF,CAEA,aACE,YAAa,CACb,UAAW,CAGX,YAAa,CACb,cACF,CAEA,2BACE,gBACF,CAEA,eACE,yBAA8B,CAC9B,UAAW,CACX,sCAAyC,CACzC,cAAe,CACf,kBAAmB,CACnB,WAAY,CACZ,iBACF,CAEA,uBACE,cAAe,CACf,gBACF,CAEA,8BACE,oBAAqB,CACrB,UAAW,CACX,WACF,CAEA,eACE,kBACF,CAEA,aACE,eAAgB,CAChB,eACF,CAEA,YACE,YAAa,CACb,6BAA8B,CAC9B,kBAAmB,CACnB,YACF,CAEA,qBACE,gBAAiB,CACjB,eACF,CAEA,YACE,eACF,CAEA,WACE,oBAAqB,CACrB,wBAAyB,CACzB,aAAc,CACd,qBACF,CClQA,aACI,WAAY,CACZ,eAAiB,CACjB,aACJ,CCJA,aACE,aAAc,CACd,YAAa,CACb,cAAe,CACf,UAAW,CACX,oBAAqB,CACrB,wBAAyB,CACzB,qBAAsB,CACtB,iBACF,CCTA,mBACE,eAAiB,CACjB,kBACF,CCHA,kCACE,gBACF,CAEA,8BACE,cAAe,CACf,eAAiB,CACjB,cACF,CAMA,+BAEE,aACF,CAEA,8BACE,UACF,CAEA,6BACE,WAAY,CACZ,oBAAqB,CACrB,oBACF,CAEA,gEAEE,SACF,CAEA,kEAEE,SACF,CAEA,+BAEE,SACF,CC1CA,gCACE,kBACF","file":"main.1087ae1e.chunk.css","sourcesContent":["html {\n /* https://github.com/prometheus/prometheus/issues/7434 */\n /* Scroll to hash-fragment-links counting the fixed navbar 40px tall with 16px padding */\n scroll-padding-top: 56px;\n}\n\n.panel {\n margin-bottom: 20px;\n}\n\ninput[type='checkbox']:checked + label {\n color: #286090;\n}\n\n.custom-control-label {\n cursor: pointer;\n}\n\n.togglers-wrapper .form-group {\n margin-bottom: 0.5rem;\n}\n\n[for$='-toggler'].custom-control-label::before,\n[for$='-toggler'].custom-control-label::after {\n top: 0.28rem;\n left: -1.3rem;\n width: 1.12rem;\n height: 1.12rem;\n}\n\n.capitalize-title::first-letter {\n text-transform: capitalize;\n}\n\n.expression-input {\n margin-bottom: 10px;\n}\n\n.expression-input textarea {\n /* font-family: Menlo,Monaco,Consolas,'Courier New',monospace; */\n resize: none;\n overflow: hidden;\n}\n\nbutton.execute-btn {\n width: 84px;\n}\n\n.alert.alert-danger {\n margin-bottom: 10px;\n}\n\n.nav-tabs .nav-link {\n cursor: pointer;\n}\n\n.tab-content {\n border-left: 1px solid #dee2e6;\n border-right: 1px solid #dee2e6;\n border-bottom: 1px solid #dee2e6;\n padding: 10px;\n}\n\n.tab-content .alert {\n margin-bottom: 0;\n}\n\n.data-table.table {\n margin: 10px 0 2px 0;\n}\n\n.data-table > tbody > tr > td {\n padding: 5px 0 5px 8px;\n font-size: 0.8em;\n overflow: hidden;\n}\n\n.autosuggest-dropdown {\n position: absolute;\n border: 1px solid #ced4da;\n background-color: #fff;\n color: #495057;\n font-size: 1rem;\n z-index: 1000;\n left: 56px;\n margin-top: -6px;\n}\n\n.autosuggest-dropdown-list {\n padding: 0;\n margin: 0;\n list-style: none;\n}\n\n.autosuggest-dropdown-list li {\n width: 100%;\n padding: 0.25rem 1.5rem;\n clear: both;\n white-space: nowrap;\n background-color: transparent;\n border: 0;\n display: block;\n}\n\n.autosuggest-dropdown-list li.autosuggest-dropdown-header {\n background-color: #bfdeff;\n font-size: 10px;\n line-height: 1.5;\n text-transform: uppercase;\n text-align: center;\n}\n\n.graph-controls,\n.table-controls {\n margin-bottom: 10px;\n}\n\n.graph-controls input,\n.table-controls input {\n text-align: center;\n}\n\n.graph-controls .range-input input {\n width: 50px;\n}\n\n.time-input input {\n border-right: none;\n}\n\n.time-input {\n width: 270px !important;\n}\n\n.graph-controls input.resolution-input {\n width: 90px;\n}\n\n.graph-controls > :not(:first-child) {\n margin-left: 20px;\n}\n\n.graph-controls .clear-time-btn,\n.table-controls .clear-time-btn {\n background: #fff;\n border-left: none;\n border-top: 1px solid #ced4da;\n border-bottom: 1px solid #ced4da;\n color: #495057;\n}\n\n.graph-legend {\n margin: 15px 0 15px 55px;\n font-size: 0.75em;\n padding: 10px 5px;\n display: inline-block;\n}\n\n.legend-item {\n cursor: pointer;\n display: flex;\n padding: 0 5px;\n border-radius: 3px;\n line-height: 1.7;\n}\n.legend-item div {\n flex-wrap: wrap;\n}\n\n.legend-swatch {\n min-width: 7px;\n height: 7px;\n outline-offset: 1px;\n outline: 1.5px solid #ccc;\n margin: 6px 8px 2px 0;\n display: inline-block;\n}\n\n.legend-item:hover {\n background: rgba(0, 0, 0, 0.18);\n}\n\n.legend-metric-name {\n margin-right: 1px;\n}\n\n.legend-label-name {\n font-weight: bold;\n}\n\n.graph {\n margin: 0 5px 0 5px;\n}\n\n.graph-chart {\n height: 500px;\n width: 100%;\n /* This is picked up by Flot's axis label font renderer,\n which ignores \"color\" and uses \"fill\" instead. */\n fill: #495057;\n font-size: 0.8em;\n}\n\n.graph-chart .flot-overlay {\n cursor: crosshair;\n}\n\n.graph-tooltip {\n background: rgba(0, 0, 0, 0.8);\n color: #fff;\n font-family: Arial, Helvetica, sans-serif;\n font-size: 12px;\n white-space: nowrap;\n padding: 8px;\n border-radius: 3px;\n}\n\n.graph-tooltip .labels {\n font-size: 11px;\n line-height: 11px;\n}\n\n.graph-tooltip .detail-swatch {\n display: inline-block;\n width: 10px;\n height: 10px;\n}\n\n.add-panel-btn {\n margin-bottom: 20px;\n}\n\n.target-head {\n font-weight: 700;\n font-size: large;\n}\n\n.group-info {\n display: flex;\n justify-content: space-between;\n margin-bottom: 10px;\n padding: 10px;\n}\n\n.badges-wrapper > span {\n margin-right: 5px;\n max-height: 20px;\n}\n\n.rules-head {\n font-weight: 600;\n}\n\n.rule_cell {\n white-space: pre-wrap;\n background-color: #f5f5f5;\n display: block;\n font-family: monospace;\n}\n",".query-stats{\n flex-grow: 1;\n font-size: 0.7rem;\n color: #71808e;\n}\n",".config-yaml {\n display: block;\n padding: 10px;\n font-size: 13px;\n color: #333;\n word-break: break-all;\n background-color: #f5f5f5;\n border: 1px solid #ccc;\n border-radius: 4px;\n}\n",".btn {\n margin-top: 0.6em;\n margin-bottom: 15px;\n}\n",".container {\n margin-top: -12px;\n}\n\n.title {\n font-size: 20px;\n font-weight: bold;\n cursor: pointer;\n}\n\n.normal {\n composes: title;\n}\n\n.danger {\n composes: title;\n color: rgb(242, 65, 65);\n}\n\n.table {\n width: 100%;\n}\n\n.cell {\n height: auto;\n word-wrap: break-word;\n word-break: break-all;\n}\n\n.endpoint, .labels {\n composes: cell;\n width: 25%;\n}\n\n.state, .last-scrape {\n composes: cell;\n width: 10%;\n}\n\n.errors {\n composes: cell;\n width: 30%;\n}\n",".discovered {\n white-space: nowrap;\n}\n"]} \ No newline at end of file
diff --git a/databases/prometheus/files/react/static/js/2.57113e20.chunk.js b/databases/prometheus/files/react/static/js/2.57113e20.chunk.js
new file mode 100644
index 00000000000..54c6aea2a32
--- /dev/null
+++ b/databases/prometheus/files/react/static/js/2.57113e20.chunk.js
@@ -0,0 +1,3 @@
+/*! For license information please see 2.57113e20.chunk.js.LICENSE.txt */
+(this.webpackJsonpgraph=this.webpackJsonpgraph||[]).push([[2],[function(e,t,n){"use strict";e.exports=n(83)},function(e,t,n){e.exports=n(87)()},function(e,t,n){"use strict";n.d(t,"i",(function(){return a})),n.d(t,"j",(function(){return s})),n.d(t,"k",(function(){return c})),n.d(t,"n",(function(){return l})),n.d(t,"a",(function(){return f})),n.d(t,"m",(function(){return d})),n.d(t,"l",(function(){return h})),n.d(t,"e",(function(){return b})),n.d(t,"c",(function(){return m})),n.d(t,"d",(function(){return M})),n.d(t,"h",(function(){return g})),n.d(t,"b",(function(){return y})),n.d(t,"g",(function(){return _})),n.d(t,"f",(function(){return z}));var r,o=n(1),i=n.n(o);function a(e,t){return void 0===e&&(e=""),void 0===t&&(t=r),t?e.split(" ").map((function(e){return t[e]||e})).join(" "):e}function s(e,t){var n={};return Object.keys(e).forEach((function(r){-1===t.indexOf(r)&&(n[r]=e[r])})),n}function c(e,t){for(var n,r=Array.isArray(t)?t:[t],o=r.length,i={};o>0;)i[n=r[o-=1]]=e[n];return i}var u={};function l(e){u[e]||("undefined"!==typeof console&&console.error(e),u[e]=!0)}var p="object"===typeof window&&window.Element||function(){};function f(e,t,n){if(!(e[t]instanceof p))return new Error("Invalid prop `"+t+"` supplied to `"+n+"`. Expected prop to be an instance of Element. Validation failed.")}var d=i.a.oneOfType([i.a.string,i.a.func,f,i.a.shape({current:i.a.any})]),h=i.a.oneOfType([i.a.func,i.a.string,i.a.shape({$$typeof:i.a.symbol,render:i.a.func}),i.a.arrayOf(i.a.oneOfType([i.a.func,i.a.string,i.a.shape({$$typeof:i.a.symbol,render:i.a.func})]))]),b={Fade:150,Collapse:350,Modal:300,Carousel:600},m=["in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","onEnter","onEntering","onEntered","onExit","onExiting","onExited"],M={ENTERING:"entering",ENTERED:"entered",EXITING:"exiting",EXITED:"exited"},g={esc:27,space:32,enter:13,tab:9,up:38,down:40,home:36,end:35,n:78,p:80},y=["auto-start","auto","auto-end","top-start","top","top-end","right-start","right","right-end","bottom-end","bottom","bottom-start","left-end","left","left-start"],v=!("undefined"===typeof window||!window.document||!window.document.createElement);function A(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":Object.prototype.toString.call(e)}function _(e){var t=typeof e;return null!=e&&("object"===t||"function"===t)}function w(e){if(function(e){return!(!e||"object"!==typeof e)&&"current"in e}(e))return e.current;if(function(e){if(!_(e))return!1;var t=A(e);return"[object Function]"===t||"[object AsyncFunction]"===t||"[object GeneratorFunction]"===t||"[object Proxy]"===t}(e))return e();if("string"===typeof e&&v){var t=document.querySelectorAll(e);if(t.length||(t=document.querySelectorAll("#"+e)),!t.length)throw new Error("The target '"+e+"' could not be identified in the dom, tip: check spelling");return t}return e}function O(e){return null!==e&&(Array.isArray(e)||v&&"number"===typeof e.length)}function z(e,t){var n=w(e);return t?O(n)?n:null===n?[]:[n]:O(n)?n[0]:n}},function(e,t,n){"use strict";function r(){return(r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}n.d(t,"a",(function(){return r}))},function(e,t,n){var r;!function(){"use strict";var n={}.hasOwnProperty;function o(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var i=typeof r;if("string"===i||"number"===i)e.push(r);else if(Array.isArray(r)&&r.length){var a=o.apply(null,r);a&&e.push(a)}else if("object"===i)for(var s in r)n.call(r,s)&&r[s]&&e.push(s)}}return e.join(" ")}e.exports?(o.default=o,e.exports=o):void 0===(r=function(){return o}.apply(t,[]))||(e.exports=r)}()},function(e,t,n){"use strict";function r(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}n.d(t,"a",(function(){return r}))},function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n(34);function o(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!==typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,o=!1,i=void 0;try{for(var a,s=e[Symbol.iterator]();!(r=(a=s.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(c){o=!0,i=c}finally{try{r||null==s.return||s.return()}finally{if(o)throw i}}return n}}(e,t)||Object(r.a)(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}},function(e,t,n){"use strict";function r(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}n.d(t,"a",(function(){return r}))},function(e,t,n){"use strict";function r(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}n.d(t,"a",(function(){return r}))},function(e,t,n){"use strict";function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function i(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?o(Object(n),!0).forEach((function(t){r(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):o(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}n.d(t,"a",(function(){return i}))},,function(e,t,n){"use strict";n.d(t,"a",(function(){return r})),n.d(t,"b",(function(){return o})),n.d(t,"c",(function(){return i})),n.d(t,"d",(function(){return a})),n.d(t,"e",(function(){return s})),n.d(t,"f",(function(){return c})),n.d(t,"g",(function(){return u})),n.d(t,"h",(function(){return l})),n.d(t,"i",(function(){return p})),n.d(t,"j",(function(){return f})),n.d(t,"k",(function(){return d})),n.d(t,"l",(function(){return h})),n.d(t,"m",(function(){return b}));var r={prefix:"fas",iconName:"arrow-down",icon:[448,512,[],"f063","M413.1 222.5l22.2 22.2c9.4 9.4 9.4 24.6 0 33.9L241 473c-9.4 9.4-24.6 9.4-33.9 0L12.7 278.6c-9.4-9.4-9.4-24.6 0-33.9l22.2-22.2c9.5-9.5 25-9.3 34.3.4L184 343.4V56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v287.4l114.8-120.5c9.3-9.8 24.8-10 34.3-.4z"]},o={prefix:"fas",iconName:"arrow-up",icon:[448,512,[],"f062","M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z"]},i={prefix:"fas",iconName:"calendar-check",icon:[448,512,[],"f274","M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z"]},a={prefix:"fas",iconName:"chart-area",icon:[512,512,[],"f1fe","M500 384c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v308h436zM372.7 159.5L288 216l-85.3-113.7c-5.1-6.8-15.5-6.3-19.9 1L96 248v104h384l-89.9-187.8c-3.2-6.5-11.4-8.7-17.4-4.7z"]},s={prefix:"fas",iconName:"chart-line",icon:[512,512,[],"f201","M496 384H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM464 96H345.94c-21.38 0-32.09 25.85-16.97 40.97l32.4 32.4L288 242.75l-73.37-73.37c-12.5-12.5-32.76-12.5-45.25 0l-68.69 68.69c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L192 237.25l73.37 73.37c12.5 12.5 32.76 12.5 45.25 0l96-96 32.4 32.4c15.12 15.12 40.97 4.41 40.97-16.97V112c.01-8.84-7.15-16-15.99-16z"]},c={prefix:"fas",iconName:"chevron-down",icon:[448,512,[],"f078","M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"]},u={prefix:"fas",iconName:"chevron-left",icon:[320,512,[],"f053","M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z"]},l={prefix:"fas",iconName:"chevron-right",icon:[320,512,[],"f054","M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"]},p={prefix:"fas",iconName:"minus",icon:[448,512,[],"f068","M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"]},f={prefix:"fas",iconName:"plus",icon:[448,512,[],"f067","M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"]},d={prefix:"fas",iconName:"search",icon:[512,512,[],"f002","M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"]},h={prefix:"fas",iconName:"spinner",icon:[512,512,[],"f110","M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z"]},b={prefix:"fas",iconName:"times",icon:[352,512,[],"f00d","M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"]}},function(e,t){e.exports=function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}},function(e,t){e.exports=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},function(e,t,n){"use strict";n.d(t,"a",(function(){return H})),n.d(t,"b",(function(){return K})),n.d(t,"c",(function(){return P}));var r=n(0),o=n.n(r),i=(n(1),n(37)),a=n.n(i),s=n(42),c=n.n(s),u=n(43),l=function(e,t){return e.substr(0,t.length)===t},p=function(e,t){for(var n=void 0,r=void 0,o=t.split("?")[0],i=y(o),s=""===i[0],c=g(e),u=0,l=c.length;u<l;u++){var p=!1,f=c[u].route;if(f.default)r={route:f,params:{},uri:t};else{for(var d=y(f.path),b={},M=Math.max(i.length,d.length),v=0;v<M;v++){var _=d[v],w=i[v];if(m(_)){b[_.slice(1)||"*"]=i.slice(v).map(decodeURIComponent).join("/");break}if(void 0===w){p=!0;break}var O=h.exec(_);if(O&&!s){-1===A.indexOf(O[1])||a()(!1);var z=decodeURIComponent(w);b[O[1]]=z}else if(_!==w){p=!0;break}}if(!p){n={route:f,params:b,uri:"/"+i.slice(0,v).join("/")};break}}}return n||r||null},f=function(e,t){if(l(e,"/"))return e;var n=e.split("?"),r=n[0],o=n[1],i=t.split("?")[0],a=y(r),s=y(i);if(""===a[0])return v(i,o);if(!l(a[0],".")){var c=s.concat(a).join("/");return v(("/"===i?"":"/")+c,o)}for(var u=s.concat(a),p=[],f=0,d=u.length;f<d;f++){var h=u[f];".."===h?p.pop():"."!==h&&p.push(h)}return v("/"+p.join("/"),o)},d=function(e,t){var n=e.split("?"),r=n[0],o=n[1],i=void 0===o?"":o,a="/"+y(r).map((function(e){var n=h.exec(e);return n?t[n[1]]:e})).join("/"),s=t.location,c=(s=void 0===s?{}:s).search,u=(void 0===c?"":c).split("?")[1]||"";return a=v(a,i,u)},h=/^:(.+)/,b=function(e){return h.test(e)},m=function(e){return e&&"*"===e[0]},M=function(e,t){return{route:e,score:e.default?0:y(e.path).reduce((function(e,t){return e+=4,!function(e){return""===e}(t)?b(t)?e+=2:m(t)?e-=5:e+=3:e+=1,e}),0),index:t}},g=function(e){return e.map(M).sort((function(e,t){return e.score<t.score?1:e.score>t.score?-1:e.index-t.index}))},y=function(e){return e.replace(/(^\/+|\/+$)/g,"").split("/")},v=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return e+((n=n.filter((function(e){return e&&e.length>0})))&&n.length>0?"?"+n.join("&"):"")},A=["uri","path"],_=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},w=function(e){var t=e.location,n=t.search,r=t.hash,o=t.href,i=t.origin,a=t.protocol,s=t.host,c=t.hostname,u=t.port,l=e.location.pathname;!l&&o&&O&&(l=new URL(o).pathname);return{pathname:encodeURI(decodeURI(l)),search:n,hash:r,href:o,origin:i,protocol:a,host:s,hostname:c,port:u,state:e.history.state,key:e.history.state&&e.history.state.key||"initial"}},O=!("undefined"===typeof window||!window.document||!window.document.createElement),z=function(e,t){var n=[],r=w(e),o=!1,i=function(){};return{get location(){return r},get transitioning(){return o},_onTransitionComplete:function(){o=!1,i()},listen:function(t){n.push(t);var o=function(){r=w(e),t({location:r,action:"POP"})};return e.addEventListener("popstate",o),function(){e.removeEventListener("popstate",o),n=n.filter((function(e){return e!==t}))}},navigate:function(t){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},s=a.state,c=a.replace,u=void 0!==c&&c;if("number"===typeof t)e.history.go(t);else{s=_({},s,{key:Date.now()+""});try{o||u?e.history.replaceState(s,null,t):e.history.pushState(s,null,t)}catch(p){e.location[u?"replace":"assign"](t)}}r=w(e),o=!0;var l=new Promise((function(e){return i=e}));return n.forEach((function(e){return e({location:r,action:"PUSH"})})),l}}}(O?window:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/",t=e.indexOf("?"),n={pathname:t>-1?e.substr(0,t):e,search:t>-1?e.substr(t):""},r=0,o=[n],i=[null];return{get location(){return o[r]},addEventListener:function(e,t){},removeEventListener:function(e,t){},history:{get entries(){return o},get index(){return r},get state(){return i[r]},pushState:function(e,t,n){var a=n.split("?"),s=a[0],c=a[1],u=void 0===c?"":c;r++,o.push({pathname:s,search:u.length?"?"+u:u}),i.push(e)},replaceState:function(e,t,n){var a=n.split("?"),s=a[0],c=a[1],u=void 0===c?"":c;o[r]={pathname:s,search:u},i[r]=e},go:function(e){var t=r+e;t<0||t>i.length-1||(r=t)}}}}()),T=(z.navigate,Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e});function x(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}function N(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function L(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!==typeof t&&"function"!==typeof t?e:t}function E(e,t){if("function"!==typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}var S=function(e,t){var n=c()(t);return n.displayName=e,n},C=S("Location"),k=function(e){var t=e.children;return o.a.createElement(C.Consumer,null,(function(e){return e?t(e):o.a.createElement(q,null,t)}))},q=function(e){function t(){var n,r;N(this,t);for(var o=arguments.length,i=Array(o),a=0;a<o;a++)i[a]=arguments[a];return n=r=L(this,e.call.apply(e,[this].concat(i))),r.state={context:r.getContext(),refs:{unlisten:null}},L(r,n)}return E(t,e),t.prototype.getContext=function(){var e=this.props.history;return{navigate:e.navigate,location:e.location}},t.prototype.componentDidCatch=function(e,t){if(!G(e))throw e;(0,this.props.history.navigate)(e.uri,{replace:!0})},t.prototype.componentDidUpdate=function(e,t){t.context.location!==this.state.context.location&&this.props.history._onTransitionComplete()},t.prototype.componentDidMount=function(){var e=this,t=this.state.refs,n=this.props.history;n._onTransitionComplete(),t.unlisten=n.listen((function(){Promise.resolve().then((function(){requestAnimationFrame((function(){e.unmounted||e.setState((function(){return{context:e.getContext()}}))}))}))}))},t.prototype.componentWillUnmount=function(){var e=this.state.refs;this.unmounted=!0,e.unlisten()},t.prototype.render=function(){var e=this.state.context,t=this.props.children;return o.a.createElement(C.Provider,{value:e},"function"===typeof t?t(e):t||null)},t}(o.a.Component);q.defaultProps={history:z};var W=S("Base",{baseuri:"/",basepath:"/"}),P=function(e){return o.a.createElement(W.Consumer,null,(function(t){return o.a.createElement(k,null,(function(n){return o.a.createElement(D,T({},t,n,e))}))}))},D=function(e){function t(){return N(this,t),L(this,e.apply(this,arguments))}return E(t,e),t.prototype.render=function(){var e=this.props,t=e.location,n=e.navigate,r=e.basepath,i=e.primary,a=e.children,s=(e.baseuri,e.component),c=void 0===s?"div":s,u=x(e,["location","navigate","basepath","primary","children","baseuri","component"]),l=o.a.Children.toArray(a).reduce((function(e,t){var n=Q(r)(t);return e.concat(n)}),[]),d=t.pathname,h=p(l,d);if(h){var b=h.params,m=h.uri,M=h.route,g=h.route.value;r=M.default?r:M.path.replace(/\*$/,"");var y=T({},b,{uri:m,location:t,navigate:function(e,t){return n(f(e,m),t)}}),v=o.a.cloneElement(g,y,g.props.children?o.a.createElement(P,{location:t,primary:i},g.props.children):void 0),A=i?j:c,_=i?T({uri:m,location:t,component:c},u):u;return o.a.createElement(W.Provider,{value:{baseuri:m,basepath:r}},o.a.createElement(A,_,v))}return null},t}(o.a.PureComponent);D.defaultProps={primary:!0};var B=S("Focus"),j=function(e){var t=e.uri,n=e.location,r=e.component,i=x(e,["uri","location","component"]);return o.a.createElement(B.Consumer,null,(function(e){return o.a.createElement(I,T({},i,{component:r,requestFocus:e,uri:t,location:n}))}))},R=!0,X=0,I=function(e){function t(){var n,r;N(this,t);for(var o=arguments.length,i=Array(o),a=0;a<o;a++)i[a]=arguments[a];return n=r=L(this,e.call.apply(e,[this].concat(i))),r.state={},r.requestFocus=function(e){!r.state.shouldFocus&&e&&e.focus()},L(r,n)}return E(t,e),t.getDerivedStateFromProps=function(e,t){if(null==t.uri)return T({shouldFocus:!0},e);var n=e.uri!==t.uri,r=t.location.pathname!==e.location.pathname&&e.location.pathname===e.uri;return T({shouldFocus:n||r},e)},t.prototype.componentDidMount=function(){X++,this.focus()},t.prototype.componentWillUnmount=function(){0===--X&&(R=!0)},t.prototype.componentDidUpdate=function(e,t){e.location!==this.props.location&&this.state.shouldFocus&&this.focus()},t.prototype.focus=function(){var e=this.props.requestFocus;e?e(this.node):R?R=!1:this.node&&(this.node.contains(document.activeElement)||this.node.focus())},t.prototype.render=function(){var e=this,t=this.props,n=(t.children,t.style),r=(t.requestFocus,t.component),i=void 0===r?"div":r,a=(t.uri,t.location,x(t,["children","style","requestFocus","component","uri","location"]));return o.a.createElement(i,T({style:T({outline:"none"},n),tabIndex:"-1",ref:function(t){return e.node=t}},a),o.a.createElement(B.Provider,{value:this.requestFocus},this.props.children))},t}(o.a.Component);Object(u.polyfill)(I);var U=function(){},F=o.a.forwardRef;"undefined"===typeof F&&(F=function(e){return e});var H=F((function(e,t){var n=e.innerRef,r=x(e,["innerRef"]);return o.a.createElement(W.Consumer,null,(function(e){e.basepath;var i=e.baseuri;return o.a.createElement(k,null,(function(e){var a=e.location,s=e.navigate,c=r.to,u=r.state,p=r.replace,d=r.getProps,h=void 0===d?U:d,b=x(r,["to","state","replace","getProps"]),m=f(c,i),M=encodeURI(m),g=a.pathname===M,y=l(a.pathname,M);return o.a.createElement("a",T({ref:t||n,"aria-current":g?"page":void 0},b,h({isCurrent:g,isPartiallyCurrent:y,href:m,location:a}),{href:m,onClick:function(e){if(b.onClick&&b.onClick(e),J(e)){e.preventDefault();var t=p;if("boolean"!==typeof p&&g){var n=T({},a.state),r=(n.key,x(n,["key"]));t=function(e,t){var n=Object.keys(e);return n.length===Object.keys(t).length&&n.every((function(n){return t.hasOwnProperty(n)&&e[n]===t[n]}))}(T({},u),r)}s(m,{state:u,replace:t})}}}))}))}))}));function V(e){this.uri=e}H.displayName="Link";var G=function(e){return e instanceof V},Y=function(e){function t(){return N(this,t),L(this,e.apply(this,arguments))}return E(t,e),t.prototype.componentDidMount=function(){var e=this.props,t=e.navigate,n=e.to,r=(e.from,e.replace),o=void 0===r||r,i=e.state,a=(e.noThrow,e.baseuri),s=x(e,["navigate","to","from","replace","state","noThrow","baseuri"]);Promise.resolve().then((function(){var e=f(n,a);t(d(e,s),{replace:o,state:i})}))},t.prototype.render=function(){var e=this.props,t=(e.navigate,e.to),n=(e.from,e.replace,e.state,e.noThrow),r=e.baseuri,o=x(e,["navigate","to","from","replace","state","noThrow","baseuri"]),i=f(t,r);return n||function(e){throw new V(e)}(d(i,o)),null},t}(o.a.Component),K=function(e){return o.a.createElement(W.Consumer,null,(function(t){var n=t.baseuri;return o.a.createElement(k,null,(function(t){return o.a.createElement(Y,T({},t,{baseuri:n},e))}))}))},$=function(e){return e.replace(/(^\/+|\/+$)/g,"")},Q=function e(t){return function(n){if(!n)return null;if(n.type===o.a.Fragment&&n.props.children)return o.a.Children.map(n.props.children,e(t));if(n.props.path||n.props.default||n.type===K||a()(!1),n.type!==K||n.props.from&&n.props.to||a()(!1),n.type!==K||function(e,t){var n=function(e){return b(e)};return y(e).filter(n).sort().join("/")===y(t).filter(n).sort().join("/")}(n.props.from,n.props.to)||a()(!1),n.props.default)return{value:n,default:!0};var r=n.type===K?n.props.from:n.props.path,i="/"===r?t:$(t)+"/"+$(r);return{value:n,default:n.props.default,path:n.props.children?$(i)+"/*":i}}},J=function(e){return!e.defaultPrevented&&0===e.button&&!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}},function(e,t,n){"use strict";n.d(t,"a",(function(){return y}));var r=n(38),o=n(1),i=n.n(o),a=n(0),s=n.n(a);function c(e){return(c="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function u(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function l(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function p(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?l(Object(n),!0).forEach((function(t){u(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):l(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function f(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function d(e){return function(e){if(Array.isArray(e)){for(var t=0,n=new Array(e.length);t<e.length;t++)n[t]=e[t];return n}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}function h(e){return t=e,(t-=0)===t?e:(e=e.replace(/[\-_\s]+(.)?/g,(function(e,t){return t?t.toUpperCase():""}))).substr(0,1).toLowerCase()+e.substr(1);var t}function b(e){return e.split(";").map((function(e){return e.trim()})).filter((function(e){return e})).reduce((function(e,t){var n,r=t.indexOf(":"),o=h(t.slice(0,r)),i=t.slice(r+1).trim();return o.startsWith("webkit")?e[(n=o,n.charAt(0).toUpperCase()+n.slice(1))]=i:e[o]=i,e}),{})}var m=!1;try{m=!0}catch(A){}function M(e){return null===e?null:"object"===c(e)&&e.prefix&&e.iconName?e:Array.isArray(e)&&2===e.length?{prefix:e[0],iconName:e[1]}:"string"===typeof e?{prefix:"fas",iconName:e}:void 0}function g(e,t){return Array.isArray(t)&&t.length>0||!Array.isArray(t)&&t?u({},e,t):{}}function y(e){var t=e.forwardedRef,n=f(e,["forwardedRef"]),o=n.icon,i=n.mask,a=n.symbol,s=n.className,c=n.title,l=M(o),h=g("classes",[].concat(d(function(e){var t,n=e.spin,r=e.pulse,o=e.fixedWidth,i=e.inverse,a=e.border,s=e.listItem,c=e.flip,l=e.size,p=e.rotation,f=e.pull,d=(u(t={"fa-spin":n,"fa-pulse":r,"fa-fw":o,"fa-inverse":i,"fa-border":a,"fa-li":s,"fa-flip-horizontal":"horizontal"===c||"both"===c,"fa-flip-vertical":"vertical"===c||"both"===c},"fa-".concat(l),"undefined"!==typeof l&&null!==l),u(t,"fa-rotate-".concat(p),"undefined"!==typeof p&&null!==p&&0!==p),u(t,"fa-pull-".concat(f),"undefined"!==typeof f&&null!==f),u(t,"fa-swap-opacity",e.swapOpacity),t);return Object.keys(d).map((function(e){return d[e]?e:null})).filter((function(e){return e}))}(n)),d(s.split(" ")))),b=g("transform","string"===typeof n.transform?r.d.transform(n.transform):n.transform),A=g("mask",M(i)),_=Object(r.b)(l,p({},h,{},b,{},A,{symbol:a,title:c}));if(!_)return function(){var e;!m&&console&&"function"===typeof console.error&&(e=console).error.apply(e,arguments)}("Could not find icon",l),null;var w=_.abstract,O={ref:t};return Object.keys(n).forEach((function(e){y.defaultProps.hasOwnProperty(e)||(O[e]=n[e])})),v(w[0],O)}y.displayName="FontAwesomeIcon",y.propTypes={border:i.a.bool,className:i.a.string,mask:i.a.oneOfType([i.a.object,i.a.array,i.a.string]),fixedWidth:i.a.bool,inverse:i.a.bool,flip:i.a.oneOf(["horizontal","vertical","both"]),icon:i.a.oneOfType([i.a.object,i.a.array,i.a.string]),listItem:i.a.bool,pull:i.a.oneOf(["right","left"]),pulse:i.a.bool,rotation:i.a.oneOf([0,90,180,270]),size:i.a.oneOf(["lg","xs","sm","1x","2x","3x","4x","5x","6x","7x","8x","9x","10x"]),spin:i.a.bool,symbol:i.a.oneOfType([i.a.bool,i.a.string]),title:i.a.string,transform:i.a.oneOfType([i.a.string,i.a.object]),swapOpacity:i.a.bool},y.defaultProps={border:!1,className:"",mask:null,fixedWidth:!1,inverse:!1,flip:null,icon:null,listItem:!1,pull:null,pulse:!1,rotation:null,size:null,spin:!1,symbol:!1,title:"",transform:null,swapOpacity:!1};var v=function e(t,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if("string"===typeof n)return n;var o=(n.children||[]).map((function(n){return e(t,n)})),i=Object.keys(n.attributes||{}).reduce((function(e,t){var r=n.attributes[t];switch(t){case"class":e.attrs.className=r,delete n.attributes.class;break;case"style":e.attrs.style=b(r);break;default:0===t.indexOf("aria-")||0===t.indexOf("data-")?e.attrs[t.toLowerCase()]=r:e.attrs[h(t)]=r}return e}),{attrs:{}}),a=r.style,s=void 0===a?{}:a,c=f(r,["style"]);return i.attrs.style=p({},i.attrs.style,{},s),t.apply(void 0,[n.tag,p({},i.attrs,{},c)].concat(d(o)))}.bind(null,s.a.createElement)},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}n.d(t,"a",(function(){return r}))},function(e,t,n){"use strict";function r(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function o(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),e}n.d(t,"a",(function(){return o}))},function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));var r=n(41);var o=n(34);function i(e){return function(e){if(Array.isArray(e))return Object(r.a)(e)}(e)||function(e){if("undefined"!==typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||Object(o.a)(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}},function(e,t,n){(e.exports=n(118)).tz.load(n(119))},function(e,t,n){"use strict";function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}n.d(t,"a",(function(){return r}))},function(e,t,n){"use strict";function r(e){return(r=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function o(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}function i(e){return(i="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function a(e,t){return!t||"object"!==i(t)&&"function"!==typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function s(e){return function(){var t,n=r(e);if(o()){var i=r(this).constructor;t=Reflect.construct(n,arguments,i)}else t=n.apply(this,arguments);return a(this,t)}}n.d(t,"a",(function(){return s}))},function(e,t,n){"use strict";function r(e,t){return(r=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function o(e,t){if("function"!==typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&r(e,t)}n.d(t,"a",(function(){return o}))},function(e,t,n){var r;!function(t,n){"use strict";"object"===typeof e.exports?e.exports=t.document?n(t,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return n(e)}:n(t)}("undefined"!==typeof window?window:this,(function(n,o){"use strict";var i=[],a=Object.getPrototypeOf,s=i.slice,c=i.flat?function(e){return i.flat.call(e)}:function(e){return i.concat.apply([],e)},u=i.push,l=i.indexOf,p={},f=p.toString,d=p.hasOwnProperty,h=d.toString,b=h.call(Object),m={},M=function(e){return"function"===typeof e&&"number"!==typeof e.nodeType},g=function(e){return null!=e&&e===e.window},y=n.document,v={type:!0,src:!0,nonce:!0,noModule:!0};function A(e,t,n){var r,o,i=(n=n||y).createElement("script");if(i.text=e,t)for(r in v)(o=t[r]||t.getAttribute&&t.getAttribute(r))&&i.setAttribute(r,o);n.head.appendChild(i).parentNode.removeChild(i)}function _(e){return null==e?e+"":"object"===typeof e||"function"===typeof e?p[f.call(e)]||"object":typeof e}var w=function e(t,n){return new e.fn.init(t,n)};function O(e){var t=!!e&&"length"in e&&e.length,n=_(e);return!M(e)&&!g(e)&&("array"===n||0===t||"number"===typeof t&&t>0&&t-1 in e)}w.fn=w.prototype={jquery:"3.5.1",constructor:w,length:0,toArray:function(){return s.call(this)},get:function(e){return null==e?s.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=w.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return w.each(this,e)},map:function(e){return this.pushStack(w.map(this,(function(t,n){return e.call(t,n,t)})))},slice:function(){return this.pushStack(s.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(w.grep(this,(function(e,t){return(t+1)%2})))},odd:function(){return this.pushStack(w.grep(this,(function(e,t){return t%2})))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:u,sort:i.sort,splice:i.splice},w.extend=w.fn.extend=function(){var e,t,n,r,o,i,a=arguments[0]||{},s=1,c=arguments.length,u=!1;for("boolean"===typeof a&&(u=a,a=arguments[s]||{},s++),"object"===typeof a||M(a)||(a={}),s===c&&(a=this,s--);s<c;s++)if(null!=(e=arguments[s]))for(t in e)r=e[t],"__proto__"!==t&&a!==r&&(u&&r&&(w.isPlainObject(r)||(o=Array.isArray(r)))?(n=a[t],i=o&&!Array.isArray(n)?[]:o||w.isPlainObject(n)?n:{},o=!1,a[t]=w.extend(u,i,r)):void 0!==r&&(a[t]=r));return a},w.extend({expando:"jQuery"+("3.5.1"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==f.call(e))&&(!(t=a(e))||"function"===typeof(n=d.call(t,"constructor")&&t.constructor)&&h.call(n)===b)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e,t,n){A(e,{nonce:t&&t.nonce},n)},each:function(e,t){var n,r=0;if(O(e))for(n=e.length;r<n&&!1!==t.call(e[r],r,e[r]);r++);else for(r in e)if(!1===t.call(e[r],r,e[r]))break;return e},makeArray:function(e,t){var n=t||[];return null!=e&&(O(Object(e))?w.merge(n,"string"===typeof e?[e]:e):u.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:l.call(t,e,n)},merge:function(e,t){for(var n=+t.length,r=0,o=e.length;r<n;r++)e[o++]=t[r];return e.length=o,e},grep:function(e,t,n){for(var r=[],o=0,i=e.length,a=!n;o<i;o++)!t(e[o],o)!==a&&r.push(e[o]);return r},map:function(e,t,n){var r,o,i=0,a=[];if(O(e))for(r=e.length;i<r;i++)null!=(o=t(e[i],i,n))&&a.push(o);else for(i in e)null!=(o=t(e[i],i,n))&&a.push(o);return c(a)},guid:1,support:m}),"function"===typeof Symbol&&(w.fn[Symbol.iterator]=i[Symbol.iterator]),w.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),(function(e,t){p["[object "+t+"]"]=t.toLowerCase()}));var z=function(e){var t,n,r,o,i,a,s,c,u,l,p,f,d,h,b,m,M,g,y,v="sizzle"+1*new Date,A=e.document,_=0,w=0,O=ce(),z=ce(),T=ce(),x=ce(),N=function(e,t){return e===t&&(p=!0),0},L={}.hasOwnProperty,E=[],S=E.pop,C=E.push,k=E.push,q=E.slice,W=function(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},P="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",D="[\\x20\\t\\r\\n\\f]",B="(?:\\\\[\\da-fA-F]{1,6}"+D+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",j="\\["+D+"*("+B+")(?:"+D+"*([*^$|!~]?=)"+D+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+B+"))|)"+D+"*\\]",R=":("+B+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+j+")*)|.*)\\)|)",X=new RegExp(D+"+","g"),I=new RegExp("^"+D+"+|((?:^|[^\\\\])(?:\\\\.)*)"+D+"+$","g"),U=new RegExp("^"+D+"*,"+D+"*"),F=new RegExp("^"+D+"*([>+~]|"+D+")"+D+"*"),H=new RegExp(D+"|>"),V=new RegExp(R),G=new RegExp("^"+B+"$"),Y={ID:new RegExp("^#("+B+")"),CLASS:new RegExp("^\\.("+B+")"),TAG:new RegExp("^("+B+"|[*])"),ATTR:new RegExp("^"+j),PSEUDO:new RegExp("^"+R),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+D+"*(even|odd|(([+-]|)(\\d*)n|)"+D+"*(?:([+-]|)"+D+"*(\\d+)|))"+D+"*\\)|)","i"),bool:new RegExp("^(?:"+P+")$","i"),needsContext:new RegExp("^"+D+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+D+"*((?:-\\d)?\\d*)"+D+"*\\)|)(?=[^-]|$)","i")},K=/HTML$/i,$=/^(?:input|select|textarea|button)$/i,Q=/^h\d$/i,J=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+D+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,oe=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},ie=function(){f()},ae=ve((function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()}),{dir:"parentNode",next:"legend"});try{k.apply(E=q.call(A.childNodes),A.childNodes),E[A.childNodes.length].nodeType}catch(ze){k={apply:E.length?function(e,t){C.apply(e,q.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}function se(e,t,r,o){var i,s,u,l,p,h,M,g=t&&t.ownerDocument,A=t?t.nodeType:9;if(r=r||[],"string"!==typeof e||!e||1!==A&&9!==A&&11!==A)return r;if(!o&&(f(t),t=t||d,b)){if(11!==A&&(p=Z.exec(e)))if(i=p[1]){if(9===A){if(!(u=t.getElementById(i)))return r;if(u.id===i)return r.push(u),r}else if(g&&(u=g.getElementById(i))&&y(t,u)&&u.id===i)return r.push(u),r}else{if(p[2])return k.apply(r,t.getElementsByTagName(e)),r;if((i=p[3])&&n.getElementsByClassName&&t.getElementsByClassName)return k.apply(r,t.getElementsByClassName(i)),r}if(n.qsa&&!x[e+" "]&&(!m||!m.test(e))&&(1!==A||"object"!==t.nodeName.toLowerCase())){if(M=e,g=t,1===A&&(H.test(e)||F.test(e))){for((g=ee.test(e)&&Me(t.parentNode)||t)===t&&n.scope||((l=t.getAttribute("id"))?l=l.replace(re,oe):t.setAttribute("id",l=v)),s=(h=a(e)).length;s--;)h[s]=(l?"#"+l:":scope")+" "+ye(h[s]);M=h.join(",")}try{return k.apply(r,g.querySelectorAll(M)),r}catch(_){x(e,!0)}finally{l===v&&t.removeAttribute("id")}}}return c(e.replace(I,"$1"),t,r,o)}function ce(){var e=[];return function t(n,o){return e.push(n+" ")>r.cacheLength&&delete t[e.shift()],t[n+" "]=o}}function ue(e){return e[v]=!0,e}function le(e){var t=d.createElement("fieldset");try{return!!e(t)}catch(ze){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function pe(e,t){for(var n=e.split("|"),o=n.length;o--;)r.attrHandle[n[o]]=t}function fe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function de(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function he(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function be(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&ae(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function me(e){return ue((function(t){return t=+t,ue((function(n,r){for(var o,i=e([],n.length,t),a=i.length;a--;)n[o=i[a]]&&(n[o]=!(r[o]=n[o]))}))}))}function Me(e){return e&&"undefined"!==typeof e.getElementsByTagName&&e}for(t in n=se.support={},i=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!K.test(t||n&&n.nodeName||"HTML")},f=se.setDocument=function(e){var t,o,a=e?e.ownerDocument||e:A;return a!=d&&9===a.nodeType&&a.documentElement?(h=(d=a).documentElement,b=!i(d),A!=d&&(o=d.defaultView)&&o.top!==o&&(o.addEventListener?o.addEventListener("unload",ie,!1):o.attachEvent&&o.attachEvent("onunload",ie)),n.scope=le((function(e){return h.appendChild(e).appendChild(d.createElement("div")),"undefined"!==typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length})),n.attributes=le((function(e){return e.className="i",!e.getAttribute("className")})),n.getElementsByTagName=le((function(e){return e.appendChild(d.createComment("")),!e.getElementsByTagName("*").length})),n.getElementsByClassName=J.test(d.getElementsByClassName),n.getById=le((function(e){return h.appendChild(e).id=v,!d.getElementsByName||!d.getElementsByName(v).length})),n.getById?(r.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},r.find.ID=function(e,t){if("undefined"!==typeof t.getElementById&&b){var n=t.getElementById(e);return n?[n]:[]}}):(r.filter.ID=function(e){var t=e.replace(te,ne);return function(e){var n="undefined"!==typeof e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},r.find.ID=function(e,t){if("undefined"!==typeof t.getElementById&&b){var n,r,o,i=t.getElementById(e);if(i){if((n=i.getAttributeNode("id"))&&n.value===e)return[i];for(o=t.getElementsByName(e),r=0;i=o[r++];)if((n=i.getAttributeNode("id"))&&n.value===e)return[i]}return[]}}),r.find.TAG=n.getElementsByTagName?function(e,t){return"undefined"!==typeof t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],o=0,i=t.getElementsByTagName(e);if("*"===e){for(;n=i[o++];)1===n.nodeType&&r.push(n);return r}return i},r.find.CLASS=n.getElementsByClassName&&function(e,t){if("undefined"!==typeof t.getElementsByClassName&&b)return t.getElementsByClassName(e)},M=[],m=[],(n.qsa=J.test(d.querySelectorAll))&&(le((function(e){var t;h.appendChild(e).innerHTML="<a id='"+v+"'></a><select id='"+v+"-\r\\' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&m.push("[*^$]="+D+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||m.push("\\["+D+"*(?:value|"+P+")"),e.querySelectorAll("[id~="+v+"-]").length||m.push("~="),(t=d.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||m.push("\\["+D+"*name"+D+"*="+D+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||m.push(":checked"),e.querySelectorAll("a#"+v+"+*").length||m.push(".#.+[+~]"),e.querySelectorAll("\\\f"),m.push("[\\r\\n\\f]")})),le((function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=d.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&m.push("name"+D+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&m.push(":enabled",":disabled"),h.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&m.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),m.push(",.*:")}))),(n.matchesSelector=J.test(g=h.matches||h.webkitMatchesSelector||h.mozMatchesSelector||h.oMatchesSelector||h.msMatchesSelector))&&le((function(e){n.disconnectedMatch=g.call(e,"*"),g.call(e,"[s!='']:x"),M.push("!=",R)})),m=m.length&&new RegExp(m.join("|")),M=M.length&&new RegExp(M.join("|")),t=J.test(h.compareDocumentPosition),y=t||J.test(h.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},N=t?function(e,t){if(e===t)return p=!0,0;var r=!e.compareDocumentPosition-!t.compareDocumentPosition;return r||(1&(r=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===r?e==d||e.ownerDocument==A&&y(A,e)?-1:t==d||t.ownerDocument==A&&y(A,t)?1:l?W(l,e)-W(l,t):0:4&r?-1:1)}:function(e,t){if(e===t)return p=!0,0;var n,r=0,o=e.parentNode,i=t.parentNode,a=[e],s=[t];if(!o||!i)return e==d?-1:t==d?1:o?-1:i?1:l?W(l,e)-W(l,t):0;if(o===i)return fe(e,t);for(n=e;n=n.parentNode;)a.unshift(n);for(n=t;n=n.parentNode;)s.unshift(n);for(;a[r]===s[r];)r++;return r?fe(a[r],s[r]):a[r]==A?-1:s[r]==A?1:0},d):d},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(f(e),n.matchesSelector&&b&&!x[t+" "]&&(!M||!M.test(t))&&(!m||!m.test(t)))try{var r=g.call(e,t);if(r||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(ze){x(t,!0)}return se(t,d,null,[e]).length>0},se.contains=function(e,t){return(e.ownerDocument||e)!=d&&f(e),y(e,t)},se.attr=function(e,t){(e.ownerDocument||e)!=d&&f(e);var o=r.attrHandle[t.toLowerCase()],i=o&&L.call(r.attrHandle,t.toLowerCase())?o(e,t,!b):void 0;return void 0!==i?i:n.attributes||!b?e.getAttribute(t):(i=e.getAttributeNode(t))&&i.specified?i.value:null},se.escape=function(e){return(e+"").replace(re,oe)},se.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},se.uniqueSort=function(e){var t,r=[],o=0,i=0;if(p=!n.detectDuplicates,l=!n.sortStable&&e.slice(0),e.sort(N),p){for(;t=e[i++];)t===e[i]&&(o=r.push(i));for(;o--;)e.splice(r[o],1)}return l=null,e},o=se.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"===typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=o(e)}else if(3===i||4===i)return e.nodeValue}else for(;t=e[r++];)n+=o(t);return n},(r=se.selectors={cacheLength:50,createPseudo:ue,match:Y,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return Y.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&V.test(n)&&(t=a(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=O[e+" "];return t||(t=new RegExp("(^|"+D+")"+e+"("+D+"|$)"))&&O(e,(function(e){return t.test("string"===typeof e.className&&e.className||"undefined"!==typeof e.getAttribute&&e.getAttribute("class")||"")}))},ATTR:function(e,t,n){return function(r){var o=se.attr(r,e);return null==o?"!="===t:!t||(o+="","="===t?o===n:"!="===t?o!==n:"^="===t?n&&0===o.indexOf(n):"*="===t?n&&o.indexOf(n)>-1:"$="===t?n&&o.slice(-n.length)===n:"~="===t?(" "+o.replace(X," ")+" ").indexOf(n)>-1:"|="===t&&(o===n||o.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,r,o){var i="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===o?function(e){return!!e.parentNode}:function(t,n,c){var u,l,p,f,d,h,b=i!==a?"nextSibling":"previousSibling",m=t.parentNode,M=s&&t.nodeName.toLowerCase(),g=!c&&!s,y=!1;if(m){if(i){for(;b;){for(f=t;f=f[b];)if(s?f.nodeName.toLowerCase()===M:1===f.nodeType)return!1;h=b="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?m.firstChild:m.lastChild],a&&g){for(y=(d=(u=(l=(p=(f=m)[v]||(f[v]={}))[f.uniqueID]||(p[f.uniqueID]={}))[e]||[])[0]===_&&u[1])&&u[2],f=d&&m.childNodes[d];f=++d&&f&&f[b]||(y=d=0)||h.pop();)if(1===f.nodeType&&++y&&f===t){l[e]=[_,d,y];break}}else if(g&&(y=d=(u=(l=(p=(f=t)[v]||(f[v]={}))[f.uniqueID]||(p[f.uniqueID]={}))[e]||[])[0]===_&&u[1]),!1===y)for(;(f=++d&&f&&f[b]||(y=d=0)||h.pop())&&((s?f.nodeName.toLowerCase()!==M:1!==f.nodeType)||!++y||(g&&((l=(p=f[v]||(f[v]={}))[f.uniqueID]||(p[f.uniqueID]={}))[e]=[_,y]),f!==t)););return(y-=o)===r||y%r===0&&y/r>=0}}},PSEUDO:function(e,t){var n,o=r.pseudos[e]||r.setFilters[e.toLowerCase()]||se.error("unsupported pseudo: "+e);return o[v]?o(t):o.length>1?(n=[e,e,"",t],r.setFilters.hasOwnProperty(e.toLowerCase())?ue((function(e,n){for(var r,i=o(e,t),a=i.length;a--;)e[r=W(e,i[a])]=!(n[r]=i[a])})):function(e){return o(e,0,n)}):o}},pseudos:{not:ue((function(e){var t=[],n=[],r=s(e.replace(I,"$1"));return r[v]?ue((function(e,t,n,o){for(var i,a=r(e,null,o,[]),s=e.length;s--;)(i=a[s])&&(e[s]=!(t[s]=i))})):function(e,o,i){return t[0]=e,r(t,null,i,n),t[0]=null,!n.pop()}})),has:ue((function(e){return function(t){return se(e,t).length>0}})),contains:ue((function(e){return e=e.replace(te,ne),function(t){return(t.textContent||o(t)).indexOf(e)>-1}})),lang:ue((function(e){return G.test(e||"")||se.error("unsupported lang: "+e),e=e.replace(te,ne).toLowerCase(),function(t){var n;do{if(n=b?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}})),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===h},focus:function(e){return e===d.activeElement&&(!d.hasFocus||d.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:be(!1),disabled:be(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!r.pseudos.empty(e)},header:function(e){return Q.test(e.nodeName)},input:function(e){return $.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:me((function(){return[0]})),last:me((function(e,t){return[t-1]})),eq:me((function(e,t,n){return[n<0?n+t:n]})),even:me((function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e})),odd:me((function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e})),lt:me((function(e,t,n){for(var r=n<0?n+t:n>t?t:n;--r>=0;)e.push(r);return e})),gt:me((function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e}))}}).pseudos.nth=r.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})r.pseudos[t]=de(t);for(t in{submit:!0,reset:!0})r.pseudos[t]=he(t);function ge(){}function ye(e){for(var t=0,n=e.length,r="";t<n;t++)r+=e[t].value;return r}function ve(e,t,n){var r=t.dir,o=t.next,i=o||r,a=n&&"parentNode"===i,s=w++;return t.first?function(t,n,o){for(;t=t[r];)if(1===t.nodeType||a)return e(t,n,o);return!1}:function(t,n,c){var u,l,p,f=[_,s];if(c){for(;t=t[r];)if((1===t.nodeType||a)&&e(t,n,c))return!0}else for(;t=t[r];)if(1===t.nodeType||a)if(l=(p=t[v]||(t[v]={}))[t.uniqueID]||(p[t.uniqueID]={}),o&&o===t.nodeName.toLowerCase())t=t[r]||t;else{if((u=l[i])&&u[0]===_&&u[1]===s)return f[2]=u[2];if(l[i]=f,f[2]=e(t,n,c))return!0}return!1}}function Ae(e){return e.length>1?function(t,n,r){for(var o=e.length;o--;)if(!e[o](t,n,r))return!1;return!0}:e[0]}function _e(e,t,n,r,o){for(var i,a=[],s=0,c=e.length,u=null!=t;s<c;s++)(i=e[s])&&(n&&!n(i,r,o)||(a.push(i),u&&t.push(s)));return a}function we(e,t,n,r,o,i){return r&&!r[v]&&(r=we(r)),o&&!o[v]&&(o=we(o,i)),ue((function(i,a,s,c){var u,l,p,f=[],d=[],h=a.length,b=i||function(e,t,n){for(var r=0,o=t.length;r<o;r++)se(e,t[r],n);return n}(t||"*",s.nodeType?[s]:s,[]),m=!e||!i&&t?b:_e(b,f,e,s,c),M=n?o||(i?e:h||r)?[]:a:m;if(n&&n(m,M,s,c),r)for(u=_e(M,d),r(u,[],s,c),l=u.length;l--;)(p=u[l])&&(M[d[l]]=!(m[d[l]]=p));if(i){if(o||e){if(o){for(u=[],l=M.length;l--;)(p=M[l])&&u.push(m[l]=p);o(null,M=[],u,c)}for(l=M.length;l--;)(p=M[l])&&(u=o?W(i,p):f[l])>-1&&(i[u]=!(a[u]=p))}}else M=_e(M===a?M.splice(h,M.length):M),o?o(null,a,M,c):k.apply(a,M)}))}function Oe(e){for(var t,n,o,i=e.length,a=r.relative[e[0].type],s=a||r.relative[" "],c=a?1:0,l=ve((function(e){return e===t}),s,!0),p=ve((function(e){return W(t,e)>-1}),s,!0),f=[function(e,n,r){var o=!a&&(r||n!==u)||((t=n).nodeType?l(e,n,r):p(e,n,r));return t=null,o}];c<i;c++)if(n=r.relative[e[c].type])f=[ve(Ae(f),n)];else{if((n=r.filter[e[c].type].apply(null,e[c].matches))[v]){for(o=++c;o<i&&!r.relative[e[o].type];o++);return we(c>1&&Ae(f),c>1&&ye(e.slice(0,c-1).concat({value:" "===e[c-2].type?"*":""})).replace(I,"$1"),n,c<o&&Oe(e.slice(c,o)),o<i&&Oe(e=e.slice(o)),o<i&&ye(e))}f.push(n)}return Ae(f)}return ge.prototype=r.filters=r.pseudos,r.setFilters=new ge,a=se.tokenize=function(e,t){var n,o,i,a,s,c,u,l=z[e+" "];if(l)return t?0:l.slice(0);for(s=e,c=[],u=r.preFilter;s;){for(a in n&&!(o=U.exec(s))||(o&&(s=s.slice(o[0].length)||s),c.push(i=[])),n=!1,(o=F.exec(s))&&(n=o.shift(),i.push({value:n,type:o[0].replace(I," ")}),s=s.slice(n.length)),r.filter)!(o=Y[a].exec(s))||u[a]&&!(o=u[a](o))||(n=o.shift(),i.push({value:n,type:a,matches:o}),s=s.slice(n.length));if(!n)break}return t?s.length:s?se.error(e):z(e,c).slice(0)},s=se.compile=function(e,t){var n,o=[],i=[],s=T[e+" "];if(!s){for(t||(t=a(e)),n=t.length;n--;)(s=Oe(t[n]))[v]?o.push(s):i.push(s);(s=T(e,function(e,t){var n=t.length>0,o=e.length>0,i=function(i,a,s,c,l){var p,h,m,M=0,g="0",y=i&&[],v=[],A=u,w=i||o&&r.find.TAG("*",l),O=_+=null==A?1:Math.random()||.1,z=w.length;for(l&&(u=a==d||a||l);g!==z&&null!=(p=w[g]);g++){if(o&&p){for(h=0,a||p.ownerDocument==d||(f(p),s=!b);m=e[h++];)if(m(p,a||d,s)){c.push(p);break}l&&(_=O)}n&&((p=!m&&p)&&M--,i&&y.push(p))}if(M+=g,n&&g!==M){for(h=0;m=t[h++];)m(y,v,a,s);if(i){if(M>0)for(;g--;)y[g]||v[g]||(v[g]=S.call(c));v=_e(v)}k.apply(c,v),l&&!i&&v.length>0&&M+t.length>1&&se.uniqueSort(c)}return l&&(_=O,u=A),y};return n?ue(i):i}(i,o))).selector=e}return s},c=se.select=function(e,t,n,o){var i,c,u,l,p,f="function"===typeof e&&e,d=!o&&a(e=f.selector||e);if(n=n||[],1===d.length){if((c=d[0]=d[0].slice(0)).length>2&&"ID"===(u=c[0]).type&&9===t.nodeType&&b&&r.relative[c[1].type]){if(!(t=(r.find.ID(u.matches[0].replace(te,ne),t)||[])[0]))return n;f&&(t=t.parentNode),e=e.slice(c.shift().value.length)}for(i=Y.needsContext.test(e)?0:c.length;i--&&(u=c[i],!r.relative[l=u.type]);)if((p=r.find[l])&&(o=p(u.matches[0].replace(te,ne),ee.test(c[0].type)&&Me(t.parentNode)||t))){if(c.splice(i,1),!(e=o.length&&ye(c)))return k.apply(n,o),n;break}}return(f||s(e,d))(o,t,!b,n,!t||ee.test(e)&&Me(t.parentNode)||t),n},n.sortStable=v.split("").sort(N).join("")===v,n.detectDuplicates=!!p,f(),n.sortDetached=le((function(e){return 1&e.compareDocumentPosition(d.createElement("fieldset"))})),le((function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")}))||pe("type|href|height|width",(function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)})),n.attributes&&le((function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")}))||pe("value",(function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue})),le((function(e){return null==e.getAttribute("disabled")}))||pe(P,(function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null})),se}(n);w.find=z,(w.expr=z.selectors)[":"]=w.expr.pseudos,w.uniqueSort=w.unique=z.uniqueSort,w.text=z.getText,w.isXMLDoc=z.isXML,w.contains=z.contains,w.escapeSelector=z.escape;var T=function(e,t,n){for(var r=[],o=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(o&&w(e).is(n))break;r.push(e)}return r},x=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},N=w.expr.match.needsContext;function L(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var E=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function S(e,t,n){return M(t)?w.grep(e,(function(e,r){return!!t.call(e,r,e)!==n})):t.nodeType?w.grep(e,(function(e){return e===t!==n})):"string"!==typeof t?w.grep(e,(function(e){return l.call(t,e)>-1!==n})):w.filter(t,e,n)}w.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?w.find.matchesSelector(r,e)?[r]:[]:w.find.matches(e,w.grep(t,(function(e){return 1===e.nodeType})))},w.fn.extend({find:function(e){var t,n,r=this.length,o=this;if("string"!==typeof e)return this.pushStack(w(e).filter((function(){for(t=0;t<r;t++)if(w.contains(o[t],this))return!0})));for(n=this.pushStack([]),t=0;t<r;t++)w.find(e,o[t],n);return r>1?w.uniqueSort(n):n},filter:function(e){return this.pushStack(S(this,e||[],!1))},not:function(e){return this.pushStack(S(this,e||[],!0))},is:function(e){return!!S(this,"string"===typeof e&&N.test(e)?w(e):e||[],!1).length}});var C,k=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(w.fn.init=function(e,t,n){var r,o;if(!e)return this;if(n=n||C,"string"===typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:k.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof w?t[0]:t,w.merge(this,w.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:y,!0)),E.test(r[1])&&w.isPlainObject(t))for(r in t)M(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(o=y.getElementById(r[2]))&&(this[0]=o,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):M(e)?void 0!==n.ready?n.ready(e):e(w):w.makeArray(e,this)}).prototype=w.fn,C=w(y);var q=/^(?:parents|prev(?:Until|All))/,W={children:!0,contents:!0,next:!0,prev:!0};function P(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}w.fn.extend({has:function(e){var t=w(e,this),n=t.length;return this.filter((function(){for(var e=0;e<n;e++)if(w.contains(this,t[e]))return!0}))},closest:function(e,t){var n,r=0,o=this.length,i=[],a="string"!==typeof e&&w(e);if(!N.test(e))for(;r<o;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(a?a.index(n)>-1:1===n.nodeType&&w.find.matchesSelector(n,e))){i.push(n);break}return this.pushStack(i.length>1?w.uniqueSort(i):i)},index:function(e){return e?"string"===typeof e?l.call(w(e),this[0]):l.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(w.uniqueSort(w.merge(this.get(),w(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),w.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return T(e,"parentNode")},parentsUntil:function(e,t,n){return T(e,"parentNode",n)},next:function(e){return P(e,"nextSibling")},prev:function(e){return P(e,"previousSibling")},nextAll:function(e){return T(e,"nextSibling")},prevAll:function(e){return T(e,"previousSibling")},nextUntil:function(e,t,n){return T(e,"nextSibling",n)},prevUntil:function(e,t,n){return T(e,"previousSibling",n)},siblings:function(e){return x((e.parentNode||{}).firstChild,e)},children:function(e){return x(e.firstChild)},contents:function(e){return null!=e.contentDocument&&a(e.contentDocument)?e.contentDocument:(L(e,"template")&&(e=e.content||e),w.merge([],e.childNodes))}},(function(e,t){w.fn[e]=function(n,r){var o=w.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"===typeof r&&(o=w.filter(r,o)),this.length>1&&(W[e]||w.uniqueSort(o),q.test(e)&&o.reverse()),this.pushStack(o)}}));var D=/[^\x20\t\r\n\f]+/g;function B(e){return e}function j(e){throw e}function R(e,t,n,r){var o;try{e&&M(o=e.promise)?o.call(e).done(t).fail(n):e&&M(o=e.then)?o.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}w.Callbacks=function(e){e="string"===typeof e?function(e){var t={};return w.each(e.match(D)||[],(function(e,n){t[n]=!0})),t}(e):w.extend({},e);var t,n,r,o,i=[],a=[],s=-1,c=function(){for(o=o||e.once,r=t=!0;a.length;s=-1)for(n=a.shift();++s<i.length;)!1===i[s].apply(n[0],n[1])&&e.stopOnFalse&&(s=i.length,n=!1);e.memory||(n=!1),t=!1,o&&(i=n?[]:"")},u={add:function(){return i&&(n&&!t&&(s=i.length-1,a.push(n)),function t(n){w.each(n,(function(n,r){M(r)?e.unique&&u.has(r)||i.push(r):r&&r.length&&"string"!==_(r)&&t(r)}))}(arguments),n&&!t&&c()),this},remove:function(){return w.each(arguments,(function(e,t){for(var n;(n=w.inArray(t,i,n))>-1;)i.splice(n,1),n<=s&&s--})),this},has:function(e){return e?w.inArray(e,i)>-1:i.length>0},empty:function(){return i&&(i=[]),this},disable:function(){return o=a=[],i=n="",this},disabled:function(){return!i},lock:function(){return o=a=[],n||t||(i=n=""),this},locked:function(){return!!o},fireWith:function(e,n){return o||(n=[e,(n=n||[]).slice?n.slice():n],a.push(n),t||c()),this},fire:function(){return u.fireWith(this,arguments),this},fired:function(){return!!r}};return u},w.extend({Deferred:function(e){var t=[["notify","progress",w.Callbacks("memory"),w.Callbacks("memory"),2],["resolve","done",w.Callbacks("once memory"),w.Callbacks("once memory"),0,"resolved"],["reject","fail",w.Callbacks("once memory"),w.Callbacks("once memory"),1,"rejected"]],r="pending",o={state:function(){return r},always:function(){return i.done(arguments).fail(arguments),this},catch:function(e){return o.then(null,e)},pipe:function(){var e=arguments;return w.Deferred((function(n){w.each(t,(function(t,r){var o=M(e[r[4]])&&e[r[4]];i[r[1]]((function(){var e=o&&o.apply(this,arguments);e&&M(e.promise)?e.promise().progress(n.notify).done(n.resolve).fail(n.reject):n[r[0]+"With"](this,o?[e]:arguments)}))})),e=null})).promise()},then:function(e,r,o){var i=0;function a(e,t,r,o){return function(){var s=this,c=arguments,u=function(){var n,u;if(!(e<i)){if((n=r.apply(s,c))===t.promise())throw new TypeError("Thenable self-resolution");u=n&&("object"===typeof n||"function"===typeof n)&&n.then,M(u)?o?u.call(n,a(i,t,B,o),a(i,t,j,o)):(i++,u.call(n,a(i,t,B,o),a(i,t,j,o),a(i,t,B,t.notifyWith))):(r!==B&&(s=void 0,c=[n]),(o||t.resolveWith)(s,c))}},l=o?u:function(){try{u()}catch(n){w.Deferred.exceptionHook&&w.Deferred.exceptionHook(n,l.stackTrace),e+1>=i&&(r!==j&&(s=void 0,c=[n]),t.rejectWith(s,c))}};e?l():(w.Deferred.getStackHook&&(l.stackTrace=w.Deferred.getStackHook()),n.setTimeout(l))}}return w.Deferred((function(n){t[0][3].add(a(0,n,M(o)?o:B,n.notifyWith)),t[1][3].add(a(0,n,M(e)?e:B)),t[2][3].add(a(0,n,M(r)?r:j))})).promise()},promise:function(e){return null!=e?w.extend(e,o):o}},i={};return w.each(t,(function(e,n){var a=n[2],s=n[5];o[n[1]]=a.add,s&&a.add((function(){r=s}),t[3-e][2].disable,t[3-e][3].disable,t[0][2].lock,t[0][3].lock),a.add(n[3].fire),i[n[0]]=function(){return i[n[0]+"With"](this===i?void 0:this,arguments),this},i[n[0]+"With"]=a.fireWith})),o.promise(i),e&&e.call(i,i),i},when:function(e){var t=arguments.length,n=t,r=Array(n),o=s.call(arguments),i=w.Deferred(),a=function(e){return function(n){r[e]=this,o[e]=arguments.length>1?s.call(arguments):n,--t||i.resolveWith(r,o)}};if(t<=1&&(R(e,i.done(a(n)).resolve,i.reject,!t),"pending"===i.state()||M(o[n]&&o[n].then)))return i.then();for(;n--;)R(o[n],a(n),i.reject);return i.promise()}});var X=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;w.Deferred.exceptionHook=function(e,t){n.console&&n.console.warn&&e&&X.test(e.name)&&n.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},w.readyException=function(e){n.setTimeout((function(){throw e}))};var I=w.Deferred();function U(){y.removeEventListener("DOMContentLoaded",U),n.removeEventListener("load",U),w.ready()}w.fn.ready=function(e){return I.then(e).catch((function(e){w.readyException(e)})),this},w.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--w.readyWait:w.isReady)||(w.isReady=!0,!0!==e&&--w.readyWait>0||I.resolveWith(y,[w]))}}),w.ready.then=I.then,"complete"===y.readyState||"loading"!==y.readyState&&!y.documentElement.doScroll?n.setTimeout(w.ready):(y.addEventListener("DOMContentLoaded",U),n.addEventListener("load",U));var F=function e(t,n,r,o,i,a,s){var c=0,u=t.length,l=null==r;if("object"===_(r))for(c in i=!0,r)e(t,n,c,r[c],!0,a,s);else if(void 0!==o&&(i=!0,M(o)||(s=!0),l&&(s?(n.call(t,o),n=null):(l=n,n=function(e,t,n){return l.call(w(e),n)})),n))for(;c<u;c++)n(t[c],r,s?o:o.call(t[c],c,n(t[c],r)));return i?t:l?n.call(t):u?n(t[0],r):a},H=/^-ms-/,V=/-([a-z])/g;function G(e,t){return t.toUpperCase()}function Y(e){return e.replace(H,"ms-").replace(V,G)}var K=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};function $(){this.expando=w.expando+$.uid++}$.uid=1,$.prototype={cache:function(e){var t=e[this.expando];return t||(t={},K(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var r,o=this.cache(e);if("string"===typeof t)o[Y(t)]=n;else for(r in t)o[Y(r)]=t[r];return o},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][Y(t)]},access:function(e,t,n){return void 0===t||t&&"string"===typeof t&&void 0===n?this.get(e,t):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,r=e[this.expando];if(void 0!==r){if(void 0!==t){n=(t=Array.isArray(t)?t.map(Y):(t=Y(t))in r?[t]:t.match(D)||[]).length;for(;n--;)delete r[t[n]]}(void 0===t||w.isEmptyObject(r))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!w.isEmptyObject(t)}};var Q=new $,J=new $,Z=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,ee=/[A-Z]/g;function te(e,t,n){var r;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(ee,"-$&").toLowerCase(),"string"===typeof(n=e.getAttribute(r))){try{n=function(e){return"true"===e||"false"!==e&&("null"===e?null:e===+e+""?+e:Z.test(e)?JSON.parse(e):e)}(n)}catch(o){}J.set(e,t,n)}else n=void 0;return n}w.extend({hasData:function(e){return J.hasData(e)||Q.hasData(e)},data:function(e,t,n){return J.access(e,t,n)},removeData:function(e,t){J.remove(e,t)},_data:function(e,t,n){return Q.access(e,t,n)},_removeData:function(e,t){Q.remove(e,t)}}),w.fn.extend({data:function(e,t){var n,r,o,i=this[0],a=i&&i.attributes;if(void 0===e){if(this.length&&(o=J.get(i),1===i.nodeType&&!Q.get(i,"hasDataAttrs"))){for(n=a.length;n--;)a[n]&&0===(r=a[n].name).indexOf("data-")&&(r=Y(r.slice(5)),te(i,r,o[r]));Q.set(i,"hasDataAttrs",!0)}return o}return"object"===typeof e?this.each((function(){J.set(this,e)})):F(this,(function(t){var n;if(i&&void 0===t)return void 0!==(n=J.get(i,e))||void 0!==(n=te(i,e))?n:void 0;this.each((function(){J.set(this,e,t)}))}),null,t,arguments.length>1,null,!0)},removeData:function(e){return this.each((function(){J.remove(this,e)}))}}),w.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=Q.get(e,t),n&&(!r||Array.isArray(n)?r=Q.access(e,t,w.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){var n=w.queue(e,t=t||"fx"),r=n.length,o=n.shift(),i=w._queueHooks(e,t);"inprogress"===o&&(o=n.shift(),r--),o&&("fx"===t&&n.unshift("inprogress"),delete i.stop,o.call(e,(function(){w.dequeue(e,t)}),i)),!r&&i&&i.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return Q.get(e,n)||Q.access(e,n,{empty:w.Callbacks("once memory").add((function(){Q.remove(e,[t+"queue",n])}))})}}),w.fn.extend({queue:function(e,t){var n=2;return"string"!==typeof e&&(t=e,e="fx",n--),arguments.length<n?w.queue(this[0],e):void 0===t?this:this.each((function(){var n=w.queue(this,e,t);w._queueHooks(this,e),"fx"===e&&"inprogress"!==n[0]&&w.dequeue(this,e)}))},dequeue:function(e){return this.each((function(){w.dequeue(this,e)}))},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,r=1,o=w.Deferred(),i=this,a=this.length,s=function(){--r||o.resolveWith(i,[i])};for("string"!==typeof e&&(t=e,e=void 0),e=e||"fx";a--;)(n=Q.get(i[a],e+"queueHooks"))&&n.empty&&(r++,n.empty.add(s));return s(),o.promise(t)}});var ne=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,re=new RegExp("^(?:([+-])=|)("+ne+")([a-z%]*)$","i"),oe=["Top","Right","Bottom","Left"],ie=y.documentElement,ae=function(e){return w.contains(e.ownerDocument,e)},se={composed:!0};ie.getRootNode&&(ae=function(e){return w.contains(e.ownerDocument,e)||e.getRootNode(se)===e.ownerDocument});var ce=function(e,t){return"none"===(e=t||e).style.display||""===e.style.display&&ae(e)&&"none"===w.css(e,"display")};function ue(e,t,n,r){var o,i,a=20,s=r?function(){return r.cur()}:function(){return w.css(e,t,"")},c=s(),u=n&&n[3]||(w.cssNumber[t]?"":"px"),l=e.nodeType&&(w.cssNumber[t]||"px"!==u&&+c)&&re.exec(w.css(e,t));if(l&&l[3]!==u){for(c/=2,u=u||l[3],l=+c||1;a--;)w.style(e,t,l+u),(1-i)*(1-(i=s()/c||.5))<=0&&(a=0),l/=i;w.style(e,t,(l*=2)+u),n=n||[]}return n&&(l=+l||+c||0,o=n[1]?l+(n[1]+1)*n[2]:+n[2],r&&(r.unit=u,r.start=l,r.end=o)),o}var le={};function pe(e){var t,n=e.ownerDocument,r=e.nodeName,o=le[r];return o||(t=n.body.appendChild(n.createElement(r)),o=w.css(t,"display"),t.parentNode.removeChild(t),"none"===o&&(o="block"),le[r]=o,o)}function fe(e,t){for(var n,r,o=[],i=0,a=e.length;i<a;i++)(r=e[i]).style&&(n=r.style.display,t?("none"===n&&(o[i]=Q.get(r,"display")||null,o[i]||(r.style.display="")),""===r.style.display&&ce(r)&&(o[i]=pe(r))):"none"!==n&&(o[i]="none",Q.set(r,"display",n)));for(i=0;i<a;i++)null!=o[i]&&(e[i].style.display=o[i]);return e}w.fn.extend({show:function(){return fe(this,!0)},hide:function(){return fe(this)},toggle:function(e){return"boolean"===typeof e?e?this.show():this.hide():this.each((function(){ce(this)?w(this).show():w(this).hide()}))}});var de=/^(?:checkbox|radio)$/i,he=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,be=/^$|^module$|\/(?:java|ecma)script/i;!function(){var e=y.createDocumentFragment().appendChild(y.createElement("div")),t=y.createElement("input");t.setAttribute("type","radio"),t.setAttribute("checked","checked"),t.setAttribute("name","t"),e.appendChild(t),m.checkClone=e.cloneNode(!0).cloneNode(!0).lastChild.checked,e.innerHTML="<textarea>x</textarea>",m.noCloneChecked=!!e.cloneNode(!0).lastChild.defaultValue,e.innerHTML="<option></option>",m.option=!!e.lastChild}();var me={thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function Me(e,t){var n;return n="undefined"!==typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!==typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&L(e,t)?w.merge([e],n):n}function ge(e,t){for(var n=0,r=e.length;n<r;n++)Q.set(e[n],"globalEval",!t||Q.get(t[n],"globalEval"))}me.tbody=me.tfoot=me.colgroup=me.caption=me.thead,me.th=me.td,m.option||(me.optgroup=me.option=[1,"<select multiple='multiple'>","</select>"]);var ye=/<|&#?\w+;/;function ve(e,t,n,r,o){for(var i,a,s,c,u,l,p=t.createDocumentFragment(),f=[],d=0,h=e.length;d<h;d++)if((i=e[d])||0===i)if("object"===_(i))w.merge(f,i.nodeType?[i]:i);else if(ye.test(i)){for(a=a||p.appendChild(t.createElement("div")),s=(he.exec(i)||["",""])[1].toLowerCase(),c=me[s]||me._default,a.innerHTML=c[1]+w.htmlPrefilter(i)+c[2],l=c[0];l--;)a=a.lastChild;w.merge(f,a.childNodes),(a=p.firstChild).textContent=""}else f.push(t.createTextNode(i));for(p.textContent="",d=0;i=f[d++];)if(r&&w.inArray(i,r)>-1)o&&o.push(i);else if(u=ae(i),a=Me(p.appendChild(i),"script"),u&&ge(a),n)for(l=0;i=a[l++];)be.test(i.type||"")&&n.push(i);return p}var Ae=/^key/,_e=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,we=/^([^.]*)(?:\.(.+)|)/;function Oe(){return!0}function ze(){return!1}function Te(e,t){return e===function(){try{return y.activeElement}catch(e){}}()===("focus"===t)}function xe(e,t,n,r,o,i){var a,s;if("object"===typeof t){for(s in"string"!==typeof n&&(r=r||n,n=void 0),t)xe(e,s,n,r,t[s],i);return e}if(null==r&&null==o?(o=n,r=n=void 0):null==o&&("string"===typeof n?(o=r,r=void 0):(o=r,r=n,n=void 0)),!1===o)o=ze;else if(!o)return e;return 1===i&&(a=o,(o=function(e){return w().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=w.guid++)),e.each((function(){w.event.add(this,t,o,r,n)}))}function Ne(e,t,n){n?(Q.set(e,t,!1),w.event.add(e,t,{namespace:!1,handler:function(e){var r,o,i=Q.get(this,t);if(1&e.isTrigger&&this[t]){if(i.length)(w.event.special[t]||{}).delegateType&&e.stopPropagation();else if(i=s.call(arguments),Q.set(this,t,i),r=n(this,t),this[t](),i!==(o=Q.get(this,t))||r?Q.set(this,t,!1):o={},i!==o)return e.stopImmediatePropagation(),e.preventDefault(),o.value}else i.length&&(Q.set(this,t,{value:w.event.trigger(w.extend(i[0],w.Event.prototype),i.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===Q.get(e,t)&&w.event.add(e,t,Oe)}w.event={global:{},add:function(e,t,n,r,o){var i,a,s,c,u,l,p,f,d,h,b,m=Q.get(e);if(K(e))for(n.handler&&(n=(i=n).handler,o=i.selector),o&&w.find.matchesSelector(ie,o),n.guid||(n.guid=w.guid++),(c=m.events)||(c=m.events=Object.create(null)),(a=m.handle)||(a=m.handle=function(t){return w.event.triggered!==t.type?w.event.dispatch.apply(e,arguments):void 0}),u=(t=(t||"").match(D)||[""]).length;u--;)d=b=(s=we.exec(t[u])||[])[1],h=(s[2]||"").split(".").sort(),d&&(p=w.event.special[d]||{},d=(o?p.delegateType:p.bindType)||d,p=w.event.special[d]||{},l=w.extend({type:d,origType:b,data:r,handler:n,guid:n.guid,selector:o,needsContext:o&&w.expr.match.needsContext.test(o),namespace:h.join(".")},i),(f=c[d])||((f=c[d]=[]).delegateCount=0,p.setup&&!1!==p.setup.call(e,r,h,a)||e.addEventListener&&e.addEventListener(d,a)),p.add&&(p.add.call(e,l),l.handler.guid||(l.handler.guid=n.guid)),o?f.splice(f.delegateCount++,0,l):f.push(l),w.event.global[d]=!0)},remove:function(e,t,n,r,o){var i,a,s,c,u,l,p,f,d,h,b,m=Q.hasData(e)&&Q.get(e);if(m&&(c=m.events)){for(u=(t=(t||"").match(D)||[""]).length;u--;)if(d=b=(s=we.exec(t[u])||[])[1],h=(s[2]||"").split(".").sort(),d){for(p=w.event.special[d]||{},f=c[d=(r?p.delegateType:p.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=i=f.length;i--;)l=f[i],!o&&b!==l.origType||n&&n.guid!==l.guid||s&&!s.test(l.namespace)||r&&r!==l.selector&&("**"!==r||!l.selector)||(f.splice(i,1),l.selector&&f.delegateCount--,p.remove&&p.remove.call(e,l));a&&!f.length&&(p.teardown&&!1!==p.teardown.call(e,h,m.handle)||w.removeEvent(e,d,m.handle),delete c[d])}else for(d in c)w.event.remove(e,d+t[u],n,r,!0);w.isEmptyObject(c)&&Q.remove(e,"handle events")}},dispatch:function(e){var t,n,r,o,i,a,s=new Array(arguments.length),c=w.event.fix(e),u=(Q.get(this,"events")||Object.create(null))[c.type]||[],l=w.event.special[c.type]||{};for(s[0]=c,t=1;t<arguments.length;t++)s[t]=arguments[t];if(c.delegateTarget=this,!l.preDispatch||!1!==l.preDispatch.call(this,c)){for(a=w.event.handlers.call(this,c,u),t=0;(o=a[t++])&&!c.isPropagationStopped();)for(c.currentTarget=o.elem,n=0;(i=o.handlers[n++])&&!c.isImmediatePropagationStopped();)c.rnamespace&&!1!==i.namespace&&!c.rnamespace.test(i.namespace)||(c.handleObj=i,c.data=i.data,void 0!==(r=((w.event.special[i.origType]||{}).handle||i.handler).apply(o.elem,s))&&!1===(c.result=r)&&(c.preventDefault(),c.stopPropagation()));return l.postDispatch&&l.postDispatch.call(this,c),c.result}},handlers:function(e,t){var n,r,o,i,a,s=[],c=t.delegateCount,u=e.target;if(c&&u.nodeType&&!("click"===e.type&&e.button>=1))for(;u!==this;u=u.parentNode||this)if(1===u.nodeType&&("click"!==e.type||!0!==u.disabled)){for(i=[],a={},n=0;n<c;n++)void 0===a[o=(r=t[n]).selector+" "]&&(a[o]=r.needsContext?w(o,this).index(u)>-1:w.find(o,this,null,[u]).length),a[o]&&i.push(r);i.length&&s.push({elem:u,handlers:i})}return u=this,c<t.length&&s.push({elem:u,handlers:t.slice(c)}),s},addProp:function(e,t){Object.defineProperty(w.Event.prototype,e,{enumerable:!0,configurable:!0,get:M(t)?function(){if(this.originalEvent)return t(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[e]},set:function(t){Object.defineProperty(this,e,{enumerable:!0,configurable:!0,writable:!0,value:t})}})},fix:function(e){return e[w.expando]?e:new w.Event(e)},special:{load:{noBubble:!0},click:{setup:function(e){var t=this||e;return de.test(t.type)&&t.click&&L(t,"input")&&Ne(t,"click",Oe),!1},trigger:function(e){var t=this||e;return de.test(t.type)&&t.click&&L(t,"input")&&Ne(t,"click"),!0},_default:function(e){var t=e.target;return de.test(t.type)&&t.click&&L(t,"input")&&Q.get(t,"click")||L(t,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},w.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},(w.Event=function(e,t){if(!(this instanceof w.Event))return new w.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?Oe:ze,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&w.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[w.expando]=!0}).prototype={constructor:w.Event,isDefaultPrevented:ze,isPropagationStopped:ze,isImmediatePropagationStopped:ze,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=Oe,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=Oe,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=Oe,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},w.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(e){var t=e.button;return null==e.which&&Ae.test(e.type)?null!=e.charCode?e.charCode:e.keyCode:!e.which&&void 0!==t&&_e.test(e.type)?1&t?1:2&t?3:4&t?2:0:e.which}},w.event.addProp),w.each({focus:"focusin",blur:"focusout"},(function(e,t){w.event.special[e]={setup:function(){return Ne(this,e,Te),!1},trigger:function(){return Ne(this,e),!0},delegateType:t}})),w.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},(function(e,t){w.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,r=this,o=e.relatedTarget,i=e.handleObj;return o&&(o===r||w.contains(r,o))||(e.type=i.origType,n=i.handler.apply(this,arguments),e.type=t),n}}})),w.fn.extend({on:function(e,t,n,r){return xe(this,e,t,n,r)},one:function(e,t,n,r){return xe(this,e,t,n,r,1)},off:function(e,t,n){var r,o;if(e&&e.preventDefault&&e.handleObj)return r=e.handleObj,w(e.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler),this;if("object"===typeof e){for(o in e)this.off(o,t,e[o]);return this}return!1!==t&&"function"!==typeof t||(n=t,t=void 0),!1===n&&(n=ze),this.each((function(){w.event.remove(this,e,n,t)}))}});var Le=/<script|<style|<link/i,Ee=/checked\s*(?:[^=]|=\s*.checked.)/i,Se=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function Ce(e,t){return L(e,"table")&&L(11!==t.nodeType?t:t.firstChild,"tr")&&w(e).children("tbody")[0]||e}function ke(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function qe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function We(e,t){var n,r,o,i,a,s;if(1===t.nodeType){if(Q.hasData(e)&&(s=Q.get(e).events))for(o in Q.remove(t,"handle events"),s)for(n=0,r=s[o].length;n<r;n++)w.event.add(t,o,s[o][n]);J.hasData(e)&&(i=J.access(e),a=w.extend({},i),J.set(t,a))}}function Pe(e,t){var n=t.nodeName.toLowerCase();"input"===n&&de.test(e.type)?t.checked=e.checked:"input"!==n&&"textarea"!==n||(t.defaultValue=e.defaultValue)}function De(e,t,n,r){t=c(t);var o,i,a,s,u,l,p=0,f=e.length,d=f-1,h=t[0],b=M(h);if(b||f>1&&"string"===typeof h&&!m.checkClone&&Ee.test(h))return e.each((function(o){var i=e.eq(o);b&&(t[0]=h.call(this,o,i.html())),De(i,t,n,r)}));if(f&&(i=(o=ve(t,e[0].ownerDocument,!1,e,r)).firstChild,1===o.childNodes.length&&(o=i),i||r)){for(s=(a=w.map(Me(o,"script"),ke)).length;p<f;p++)u=o,p!==d&&(u=w.clone(u,!0,!0),s&&w.merge(a,Me(u,"script"))),n.call(e[p],u,p);if(s)for(l=a[a.length-1].ownerDocument,w.map(a,qe),p=0;p<s;p++)u=a[p],be.test(u.type||"")&&!Q.access(u,"globalEval")&&w.contains(l,u)&&(u.src&&"module"!==(u.type||"").toLowerCase()?w._evalUrl&&!u.noModule&&w._evalUrl(u.src,{nonce:u.nonce||u.getAttribute("nonce")},l):A(u.textContent.replace(Se,""),u,l))}return e}function Be(e,t,n){for(var r,o=t?w.filter(t,e):e,i=0;null!=(r=o[i]);i++)n||1!==r.nodeType||w.cleanData(Me(r)),r.parentNode&&(n&&ae(r)&&ge(Me(r,"script")),r.parentNode.removeChild(r));return e}w.extend({htmlPrefilter:function(e){return e},clone:function(e,t,n){var r,o,i,a,s=e.cloneNode(!0),c=ae(e);if(!m.noCloneChecked&&(1===e.nodeType||11===e.nodeType)&&!w.isXMLDoc(e))for(a=Me(s),r=0,o=(i=Me(e)).length;r<o;r++)Pe(i[r],a[r]);if(t)if(n)for(i=i||Me(e),a=a||Me(s),r=0,o=i.length;r<o;r++)We(i[r],a[r]);else We(e,s);return(a=Me(s,"script")).length>0&&ge(a,!c&&Me(e,"script")),s},cleanData:function(e){for(var t,n,r,o=w.event.special,i=0;void 0!==(n=e[i]);i++)if(K(n)){if(t=n[Q.expando]){if(t.events)for(r in t.events)o[r]?w.event.remove(n,r):w.removeEvent(n,r,t.handle);n[Q.expando]=void 0}n[J.expando]&&(n[J.expando]=void 0)}}}),w.fn.extend({detach:function(e){return Be(this,e,!0)},remove:function(e){return Be(this,e)},text:function(e){return F(this,(function(e){return void 0===e?w.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)}))}),null,e,arguments.length)},append:function(){return De(this,arguments,(function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Ce(this,e).appendChild(e)}))},prepend:function(){return De(this,arguments,(function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Ce(this,e);t.insertBefore(e,t.firstChild)}}))},before:function(){return De(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this)}))},after:function(){return De(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)}))},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(w.cleanData(Me(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map((function(){return w.clone(this,e,t)}))},html:function(e){return F(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&&!Le.test(e)&&!me[(he.exec(e)||["",""])[1].toLowerCase()]){e=w.htmlPrefilter(e);try{for(;n<r;n++)1===(t=this[n]||{}).nodeType&&(w.cleanData(Me(t,!1)),t.innerHTML=e);t=0}catch(o){}}t&&this.empty().append(e)}),null,e,arguments.length)},replaceWith:function(){var e=[];return De(this,arguments,(function(t){var n=this.parentNode;w.inArray(this,e)<0&&(w.cleanData(Me(this)),n&&n.replaceChild(t,this))}),e)}}),w.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},(function(e,t){w.fn[e]=function(e){for(var n,r=[],o=w(e),i=o.length-1,a=0;a<=i;a++)n=a===i?this:this.clone(!0),w(o[a])[t](n),u.apply(r,n.get());return this.pushStack(r)}}));var je=new RegExp("^("+ne+")(?!px)[a-z%]+$","i"),Re=function(e){var t=e.ownerDocument.defaultView;return t&&t.opener||(t=n),t.getComputedStyle(e)},Xe=function(e,t,n){var r,o,i={};for(o in t)i[o]=e.style[o],e.style[o]=t[o];for(o in r=n.call(e),t)e.style[o]=i[o];return r},Ie=new RegExp(oe.join("|"),"i");function Ue(e,t,n){var r,o,i,a,s=e.style;return(n=n||Re(e))&&(""!==(a=n.getPropertyValue(t)||n[t])||ae(e)||(a=w.style(e,t)),!m.pixelBoxStyles()&&je.test(a)&&Ie.test(t)&&(r=s.width,o=s.minWidth,i=s.maxWidth,s.minWidth=s.maxWidth=s.width=a,a=n.width,s.width=r,s.minWidth=o,s.maxWidth=i)),void 0!==a?a+"":a}function Fe(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}!function(){function e(){if(l){u.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",l.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",ie.appendChild(u).appendChild(l);var e=n.getComputedStyle(l);r="1%"!==e.top,c=12===t(e.marginLeft),l.style.right="60%",a=36===t(e.right),o=36===t(e.width),l.style.position="absolute",i=12===t(l.offsetWidth/3),ie.removeChild(u),l=null}}function t(e){return Math.round(parseFloat(e))}var r,o,i,a,s,c,u=y.createElement("div"),l=y.createElement("div");l.style&&(l.style.backgroundClip="content-box",l.cloneNode(!0).style.backgroundClip="",m.clearCloneStyle="content-box"===l.style.backgroundClip,w.extend(m,{boxSizingReliable:function(){return e(),o},pixelBoxStyles:function(){return e(),a},pixelPosition:function(){return e(),r},reliableMarginLeft:function(){return e(),c},scrollboxSize:function(){return e(),i},reliableTrDimensions:function(){var e,t,r,o;return null==s&&(e=y.createElement("table"),t=y.createElement("tr"),r=y.createElement("div"),e.style.cssText="position:absolute;left:-11111px",t.style.height="1px",r.style.height="9px",ie.appendChild(e).appendChild(t).appendChild(r),o=n.getComputedStyle(t),s=parseInt(o.height)>3,ie.removeChild(e)),s}}))}();var He=["Webkit","Moz","ms"],Ve=y.createElement("div").style,Ge={};function Ye(e){var t=w.cssProps[e]||Ge[e];return t||(e in Ve?e:Ge[e]=function(e){for(var t=e[0].toUpperCase()+e.slice(1),n=He.length;n--;)if((e=He[n]+t)in Ve)return e}(e)||e)}var Ke=/^(none|table(?!-c[ea]).+)/,$e=/^--/,Qe={position:"absolute",visibility:"hidden",display:"block"},Je={letterSpacing:"0",fontWeight:"400"};function Ze(e,t,n){var r=re.exec(t);return r?Math.max(0,r[2]-(n||0))+(r[3]||"px"):t}function et(e,t,n,r,o,i){var a="width"===t?1:0,s=0,c=0;if(n===(r?"border":"content"))return 0;for(;a<4;a+=2)"margin"===n&&(c+=w.css(e,n+oe[a],!0,o)),r?("content"===n&&(c-=w.css(e,"padding"+oe[a],!0,o)),"margin"!==n&&(c-=w.css(e,"border"+oe[a]+"Width",!0,o))):(c+=w.css(e,"padding"+oe[a],!0,o),"padding"!==n?c+=w.css(e,"border"+oe[a]+"Width",!0,o):s+=w.css(e,"border"+oe[a]+"Width",!0,o));return!r&&i>=0&&(c+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-i-c-s-.5))||0),c}function tt(e,t,n){var r=Re(e),o=(!m.boxSizingReliable()||n)&&"border-box"===w.css(e,"boxSizing",!1,r),i=o,a=Ue(e,t,r),s="offset"+t[0].toUpperCase()+t.slice(1);if(je.test(a)){if(!n)return a;a="auto"}return(!m.boxSizingReliable()&&o||!m.reliableTrDimensions()&&L(e,"tr")||"auto"===a||!parseFloat(a)&&"inline"===w.css(e,"display",!1,r))&&e.getClientRects().length&&(o="border-box"===w.css(e,"boxSizing",!1,r),(i=s in e)&&(a=e[s])),(a=parseFloat(a)||0)+et(e,t,n||(o?"border":"content"),i,r,a)+"px"}function nt(e,t,n,r,o){return new nt.prototype.init(e,t,n,r,o)}w.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Ue(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!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,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var o,i,a,s=Y(t),c=$e.test(t),u=e.style;if(c||(t=Ye(s)),a=w.cssHooks[t]||w.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(o=a.get(e,!1,r))?o:u[t];"string"===(i=typeof n)&&(o=re.exec(n))&&o[1]&&(n=ue(e,t,o),i="number"),null!=n&&n===n&&("number"!==i||c||(n+=o&&o[3]||(w.cssNumber[s]?"":"px")),m.clearCloneStyle||""!==n||0!==t.indexOf("background")||(u[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,r))||(c?u.setProperty(t,n):u[t]=n))}},css:function(e,t,n,r){var o,i,a,s=Y(t);return $e.test(t)||(t=Ye(s)),(a=w.cssHooks[t]||w.cssHooks[s])&&"get"in a&&(o=a.get(e,!0,n)),void 0===o&&(o=Ue(e,t,r)),"normal"===o&&t in Je&&(o=Je[t]),""===n||n?(i=parseFloat(o),!0===n||isFinite(i)?i||0:o):o}}),w.each(["height","width"],(function(e,t){w.cssHooks[t]={get:function(e,n,r){if(n)return!Ke.test(w.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?tt(e,t,r):Xe(e,Qe,(function(){return tt(e,t,r)}))},set:function(e,n,r){var o,i=Re(e),a=!m.scrollboxSize()&&"absolute"===i.position,s=(a||r)&&"border-box"===w.css(e,"boxSizing",!1,i),c=r?et(e,t,r,s,i):0;return s&&a&&(c-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(i[t])-et(e,t,"border",!1,i)-.5)),c&&(o=re.exec(n))&&"px"!==(o[3]||"px")&&(e.style[t]=n,n=w.css(e,t)),Ze(0,n,c)}}})),w.cssHooks.marginLeft=Fe(m.reliableMarginLeft,(function(e,t){if(t)return(parseFloat(Ue(e,"marginLeft"))||e.getBoundingClientRect().left-Xe(e,{marginLeft:0},(function(){return e.getBoundingClientRect().left})))+"px"})),w.each({margin:"",padding:"",border:"Width"},(function(e,t){w.cssHooks[e+t]={expand:function(n){for(var r=0,o={},i="string"===typeof n?n.split(" "):[n];r<4;r++)o[e+oe[r]+t]=i[r]||i[r-2]||i[0];return o}},"margin"!==e&&(w.cssHooks[e+t].set=Ze)})),w.fn.extend({css:function(e,t){return F(this,(function(e,t,n){var r,o,i={},a=0;if(Array.isArray(t)){for(r=Re(e),o=t.length;a<o;a++)i[t[a]]=w.css(e,t[a],!1,r);return i}return void 0!==n?w.style(e,t,n):w.css(e,t)}),e,t,arguments.length>1)}}),w.Tween=nt,nt.prototype={constructor:nt,init:function(e,t,n,r,o,i){this.elem=e,this.prop=n,this.easing=o||w.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=i||(w.cssNumber[n]?"":"px")},cur:function(){var e=nt.propHooks[this.prop];return e&&e.get?e.get(this):nt.propHooks._default.get(this)},run:function(e){var t,n=nt.propHooks[this.prop];return this.options.duration?this.pos=t=w.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):nt.propHooks._default.set(this),this}},nt.prototype.init.prototype=nt.prototype,nt.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=w.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){w.fx.step[e.prop]?w.fx.step[e.prop](e):1!==e.elem.nodeType||!w.cssHooks[e.prop]&&null==e.elem.style[Ye(e.prop)]?e.elem[e.prop]=e.now:w.style(e.elem,e.prop,e.now+e.unit)}}},nt.propHooks.scrollTop=nt.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},w.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},(w.fx=nt.prototype.init).step={};var rt,ot,it=/^(?:toggle|show|hide)$/,at=/queueHooks$/;function st(){ot&&(!1===y.hidden&&n.requestAnimationFrame?n.requestAnimationFrame(st):n.setTimeout(st,w.fx.interval),w.fx.tick())}function ct(){return n.setTimeout((function(){rt=void 0})),rt=Date.now()}function ut(e,t){var n,r=0,o={height:e};for(t=t?1:0;r<4;r+=2-t)o["margin"+(n=oe[r])]=o["padding"+n]=e;return t&&(o.opacity=o.width=e),o}function lt(e,t,n){for(var r,o=(pt.tweeners[t]||[]).concat(pt.tweeners["*"]),i=0,a=o.length;i<a;i++)if(r=o[i].call(n,t,e))return r}function pt(e,t,n){var r,o,i=0,a=pt.prefilters.length,s=w.Deferred().always((function(){delete c.elem})),c=function(){if(o)return!1;for(var t=rt||ct(),n=Math.max(0,u.startTime+u.duration-t),r=1-(n/u.duration||0),i=0,a=u.tweens.length;i<a;i++)u.tweens[i].run(r);return s.notifyWith(e,[u,r,n]),r<1&&a?n:(a||s.notifyWith(e,[u,1,0]),s.resolveWith(e,[u]),!1)},u=s.promise({elem:e,props:w.extend({},t),opts:w.extend(!0,{specialEasing:{},easing:w.easing._default},n),originalProperties:t,originalOptions:n,startTime:rt||ct(),duration:n.duration,tweens:[],createTween:function(t,n){var r=w.Tween(e,u.opts,t,n,u.opts.specialEasing[t]||u.opts.easing);return u.tweens.push(r),r},stop:function(t){var n=0,r=t?u.tweens.length:0;if(o)return this;for(o=!0;n<r;n++)u.tweens[n].run(1);return t?(s.notifyWith(e,[u,1,0]),s.resolveWith(e,[u,t])):s.rejectWith(e,[u,t]),this}}),l=u.props;for(!function(e,t){var n,r,o,i,a;for(n in e)if(o=t[r=Y(n)],i=e[n],Array.isArray(i)&&(o=i[1],i=e[n]=i[0]),n!==r&&(e[r]=i,delete e[n]),(a=w.cssHooks[r])&&"expand"in a)for(n in i=a.expand(i),delete e[r],i)n in e||(e[n]=i[n],t[n]=o);else t[r]=o}(l,u.opts.specialEasing);i<a;i++)if(r=pt.prefilters[i].call(u,e,l,u.opts))return M(r.stop)&&(w._queueHooks(u.elem,u.opts.queue).stop=r.stop.bind(r)),r;return w.map(l,lt,u),M(u.opts.start)&&u.opts.start.call(e,u),u.progress(u.opts.progress).done(u.opts.done,u.opts.complete).fail(u.opts.fail).always(u.opts.always),w.fx.timer(w.extend(c,{elem:e,anim:u,queue:u.opts.queue})),u}w.Animation=w.extend(pt,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return ue(n.elem,e,re.exec(t),n),n}]},tweener:function(e,t){M(e)?(t=e,e=["*"]):e=e.match(D);for(var n,r=0,o=e.length;r<o;r++)n=e[r],pt.tweeners[n]=pt.tweeners[n]||[],pt.tweeners[n].unshift(t)},prefilters:[function(e,t,n){var r,o,i,a,s,c,u,l,p="width"in t||"height"in t,f=this,d={},h=e.style,b=e.nodeType&&ce(e),m=Q.get(e,"fxshow");for(r in n.queue||(null==(a=w._queueHooks(e,"fx")).unqueued&&(a.unqueued=0,s=a.empty.fire,a.empty.fire=function(){a.unqueued||s()}),a.unqueued++,f.always((function(){f.always((function(){a.unqueued--,w.queue(e,"fx").length||a.empty.fire()}))}))),t)if(o=t[r],it.test(o)){if(delete t[r],i=i||"toggle"===o,o===(b?"hide":"show")){if("show"!==o||!m||void 0===m[r])continue;b=!0}d[r]=m&&m[r]||w.style(e,r)}if((c=!w.isEmptyObject(t))||!w.isEmptyObject(d))for(r in p&&1===e.nodeType&&(n.overflow=[h.overflow,h.overflowX,h.overflowY],null==(u=m&&m.display)&&(u=Q.get(e,"display")),"none"===(l=w.css(e,"display"))&&(u?l=u:(fe([e],!0),u=e.style.display||u,l=w.css(e,"display"),fe([e]))),("inline"===l||"inline-block"===l&&null!=u)&&"none"===w.css(e,"float")&&(c||(f.done((function(){h.display=u})),null==u&&(l=h.display,u="none"===l?"":l)),h.display="inline-block")),n.overflow&&(h.overflow="hidden",f.always((function(){h.overflow=n.overflow[0],h.overflowX=n.overflow[1],h.overflowY=n.overflow[2]}))),c=!1,d)c||(m?"hidden"in m&&(b=m.hidden):m=Q.access(e,"fxshow",{display:u}),i&&(m.hidden=!b),b&&fe([e],!0),f.done((function(){for(r in b||fe([e]),Q.remove(e,"fxshow"),d)w.style(e,r,d[r])}))),c=lt(b?m[r]:0,r,f),r in m||(m[r]=c.start,b&&(c.end=c.start,c.start=0))}],prefilter:function(e,t){t?pt.prefilters.unshift(e):pt.prefilters.push(e)}}),w.speed=function(e,t,n){var r=e&&"object"===typeof e?w.extend({},e):{complete:n||!n&&t||M(e)&&e,duration:e,easing:n&&t||t&&!M(t)&&t};return w.fx.off?r.duration=0:"number"!==typeof r.duration&&(r.duration in w.fx.speeds?r.duration=w.fx.speeds[r.duration]:r.duration=w.fx.speeds._default),null!=r.queue&&!0!==r.queue||(r.queue="fx"),r.old=r.complete,r.complete=function(){M(r.old)&&r.old.call(this),r.queue&&w.dequeue(this,r.queue)},r},w.fn.extend({fadeTo:function(e,t,n,r){return this.filter(ce).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(e,t,n,r){var o=w.isEmptyObject(e),i=w.speed(t,n,r),a=function(){var t=pt(this,w.extend({},e),i);(o||Q.get(this,"finish"))&&t.stop(!0)};return a.finish=a,o||!1===i.queue?this.each(a):this.queue(i.queue,a)},stop:function(e,t,n){var r=function(e){var t=e.stop;delete e.stop,t(n)};return"string"!==typeof e&&(n=t,t=e,e=void 0),t&&this.queue(e||"fx",[]),this.each((function(){var t=!0,o=null!=e&&e+"queueHooks",i=w.timers,a=Q.get(this);if(o)a[o]&&a[o].stop&&r(a[o]);else for(o in a)a[o]&&a[o].stop&&at.test(o)&&r(a[o]);for(o=i.length;o--;)i[o].elem!==this||null!=e&&i[o].queue!==e||(i[o].anim.stop(n),t=!1,i.splice(o,1));!t&&n||w.dequeue(this,e)}))},finish:function(e){return!1!==e&&(e=e||"fx"),this.each((function(){var t,n=Q.get(this),r=n[e+"queue"],o=n[e+"queueHooks"],i=w.timers,a=r?r.length:0;for(n.finish=!0,w.queue(this,e,[]),o&&o.stop&&o.stop.call(this,!0),t=i.length;t--;)i[t].elem===this&&i[t].queue===e&&(i[t].anim.stop(!0),i.splice(t,1));for(t=0;t<a;t++)r[t]&&r[t].finish&&r[t].finish.call(this);delete n.finish}))}}),w.each(["toggle","show","hide"],(function(e,t){var n=w.fn[t];w.fn[t]=function(e,r,o){return null==e||"boolean"===typeof e?n.apply(this,arguments):this.animate(ut(t,!0),e,r,o)}})),w.each({slideDown:ut("show"),slideUp:ut("hide"),slideToggle:ut("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},(function(e,t){w.fn[e]=function(e,n,r){return this.animate(t,e,n,r)}})),w.timers=[],w.fx.tick=function(){var e,t=0,n=w.timers;for(rt=Date.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||w.fx.stop(),rt=void 0},w.fx.timer=function(e){w.timers.push(e),w.fx.start()},w.fx.interval=13,w.fx.start=function(){ot||(ot=!0,st())},w.fx.stop=function(){ot=null},w.fx.speeds={slow:600,fast:200,_default:400},w.fn.delay=function(e,t){return e=w.fx&&w.fx.speeds[e]||e,t=t||"fx",this.queue(t,(function(t,r){var o=n.setTimeout(t,e);r.stop=function(){n.clearTimeout(o)}}))},function(){var e=y.createElement("input"),t=y.createElement("select").appendChild(y.createElement("option"));e.type="checkbox",m.checkOn=""!==e.value,m.optSelected=t.selected,(e=y.createElement("input")).value="t",e.type="radio",m.radioValue="t"===e.value}();var ft,dt=w.expr.attrHandle;w.fn.extend({attr:function(e,t){return F(this,w.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each((function(){w.removeAttr(this,e)}))}}),w.extend({attr:function(e,t,n){var r,o,i=e.nodeType;if(3!==i&&8!==i&&2!==i)return"undefined"===typeof e.getAttribute?w.prop(e,t,n):(1===i&&w.isXMLDoc(e)||(o=w.attrHooks[t.toLowerCase()]||(w.expr.match.bool.test(t)?ft:void 0)),void 0!==n?null===n?void w.removeAttr(e,t):o&&"set"in o&&void 0!==(r=o.set(e,n,t))?r:(e.setAttribute(t,n+""),n):o&&"get"in o&&null!==(r=o.get(e,t))?r:null==(r=w.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!m.radioValue&&"radio"===t&&L(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,o=t&&t.match(D);if(o&&1===e.nodeType)for(;n=o[r++];)e.removeAttribute(n)}}),ft={set:function(e,t,n){return!1===t?w.removeAttr(e,n):e.setAttribute(n,n),n}},w.each(w.expr.match.bool.source.match(/\w+/g),(function(e,t){var n=dt[t]||w.find.attr;dt[t]=function(e,t,r){var o,i,a=t.toLowerCase();return r||(i=dt[a],dt[a]=o,o=null!=n(e,t,r)?a:null,dt[a]=i),o}}));var ht=/^(?:input|select|textarea|button)$/i,bt=/^(?:a|area)$/i;function mt(e){return(e.match(D)||[]).join(" ")}function Mt(e){return e.getAttribute&&e.getAttribute("class")||""}function gt(e){return Array.isArray(e)?e:"string"===typeof e&&e.match(D)||[]}w.fn.extend({prop:function(e,t){return F(this,w.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each((function(){delete this[w.propFix[e]||e]}))}}),w.extend({prop:function(e,t,n){var r,o,i=e.nodeType;if(3!==i&&8!==i&&2!==i)return 1===i&&w.isXMLDoc(e)||(t=w.propFix[t]||t,o=w.propHooks[t]),void 0!==n?o&&"set"in o&&void 0!==(r=o.set(e,n,t))?r:e[t]=n:o&&"get"in o&&null!==(r=o.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=w.find.attr(e,"tabindex");return t?parseInt(t,10):ht.test(e.nodeName)||bt.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),m.optSelected||(w.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),w.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){w.propFix[this.toLowerCase()]=this})),w.fn.extend({addClass:function(e){var t,n,r,o,i,a,s,c=0;if(M(e))return this.each((function(t){w(this).addClass(e.call(this,t,Mt(this)))}));if((t=gt(e)).length)for(;n=this[c++];)if(o=Mt(n),r=1===n.nodeType&&" "+mt(o)+" "){for(a=0;i=t[a++];)r.indexOf(" "+i+" ")<0&&(r+=i+" ");o!==(s=mt(r))&&n.setAttribute("class",s)}return this},removeClass:function(e){var t,n,r,o,i,a,s,c=0;if(M(e))return this.each((function(t){w(this).removeClass(e.call(this,t,Mt(this)))}));if(!arguments.length)return this.attr("class","");if((t=gt(e)).length)for(;n=this[c++];)if(o=Mt(n),r=1===n.nodeType&&" "+mt(o)+" "){for(a=0;i=t[a++];)for(;r.indexOf(" "+i+" ")>-1;)r=r.replace(" "+i+" "," ");o!==(s=mt(r))&&n.setAttribute("class",s)}return this},toggleClass:function(e,t){var n=typeof e,r="string"===n||Array.isArray(e);return"boolean"===typeof t&&r?t?this.addClass(e):this.removeClass(e):M(e)?this.each((function(n){w(this).toggleClass(e.call(this,n,Mt(this),t),t)})):this.each((function(){var t,o,i,a;if(r)for(o=0,i=w(this),a=gt(e);t=a[o++];)i.hasClass(t)?i.removeClass(t):i.addClass(t);else void 0!==e&&"boolean"!==n||((t=Mt(this))&&Q.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":Q.get(this,"__className__")||""))}))},hasClass:function(e){var t,n,r=0;for(t=" "+e+" ";n=this[r++];)if(1===n.nodeType&&(" "+mt(Mt(n))+" ").indexOf(t)>-1)return!0;return!1}});var yt=/\r/g;w.fn.extend({val:function(e){var t,n,r,o=this[0];return arguments.length?(r=M(e),this.each((function(n){var o;1===this.nodeType&&(null==(o=r?e.call(this,n,w(this).val()):e)?o="":"number"===typeof o?o+="":Array.isArray(o)&&(o=w.map(o,(function(e){return null==e?"":e+""}))),(t=w.valHooks[this.type]||w.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,o,"value")||(this.value=o))}))):o?(t=w.valHooks[o.type]||w.valHooks[o.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(o,"value"))?n:"string"===typeof(n=o.value)?n.replace(yt,""):null==n?"":n:void 0}}),w.extend({valHooks:{option:{get:function(e){var t=w.find.attr(e,"value");return null!=t?t:mt(w.text(e))}},select:{get:function(e){var t,n,r,o=e.options,i=e.selectedIndex,a="select-one"===e.type,s=a?null:[],c=a?i+1:o.length;for(r=i<0?c:a?i:0;r<c;r++)if(((n=o[r]).selected||r===i)&&!n.disabled&&(!n.parentNode.disabled||!L(n.parentNode,"optgroup"))){if(t=w(n).val(),a)return t;s.push(t)}return s},set:function(e,t){for(var n,r,o=e.options,i=w.makeArray(t),a=o.length;a--;)((r=o[a]).selected=w.inArray(w.valHooks.option.get(r),i)>-1)&&(n=!0);return n||(e.selectedIndex=-1),i}}}}),w.each(["radio","checkbox"],(function(){w.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=w.inArray(w(e).val(),t)>-1}},m.checkOn||(w.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})})),m.focusin="onfocusin"in n;var vt=/^(?:focusinfocus|focusoutblur)$/,At=function(e){e.stopPropagation()};w.extend(w.event,{trigger:function(e,t,r,o){var i,a,s,c,u,l,p,f,h=[r||y],b=d.call(e,"type")?e.type:e,m=d.call(e,"namespace")?e.namespace.split("."):[];if(a=f=s=r=r||y,3!==r.nodeType&&8!==r.nodeType&&!vt.test(b+w.event.triggered)&&(b.indexOf(".")>-1&&(m=b.split("."),b=m.shift(),m.sort()),u=b.indexOf(":")<0&&"on"+b,(e=e[w.expando]?e:new w.Event(b,"object"===typeof e&&e)).isTrigger=o?2:3,e.namespace=m.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+m.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=r),t=null==t?[e]:w.makeArray(t,[e]),p=w.event.special[b]||{},o||!p.trigger||!1!==p.trigger.apply(r,t))){if(!o&&!p.noBubble&&!g(r)){for(c=p.delegateType||b,vt.test(c+b)||(a=a.parentNode);a;a=a.parentNode)h.push(a),s=a;s===(r.ownerDocument||y)&&h.push(s.defaultView||s.parentWindow||n)}for(i=0;(a=h[i++])&&!e.isPropagationStopped();)f=a,e.type=i>1?c:p.bindType||b,(l=(Q.get(a,"events")||Object.create(null))[e.type]&&Q.get(a,"handle"))&&l.apply(a,t),(l=u&&a[u])&&l.apply&&K(a)&&(e.result=l.apply(a,t),!1===e.result&&e.preventDefault());return e.type=b,o||e.isDefaultPrevented()||p._default&&!1!==p._default.apply(h.pop(),t)||!K(r)||u&&M(r[b])&&!g(r)&&((s=r[u])&&(r[u]=null),w.event.triggered=b,e.isPropagationStopped()&&f.addEventListener(b,At),r[b](),e.isPropagationStopped()&&f.removeEventListener(b,At),w.event.triggered=void 0,s&&(r[u]=s)),e.result}},simulate:function(e,t,n){var r=w.extend(new w.Event,n,{type:e,isSimulated:!0});w.event.trigger(r,null,t)}}),w.fn.extend({trigger:function(e,t){return this.each((function(){w.event.trigger(e,t,this)}))},triggerHandler:function(e,t){var n=this[0];if(n)return w.event.trigger(e,t,n,!0)}}),m.focusin||w.each({focus:"focusin",blur:"focusout"},(function(e,t){var n=function(e){w.event.simulate(t,e.target,w.event.fix(e))};w.event.special[t]={setup:function(){var r=this.ownerDocument||this.document||this,o=Q.access(r,t);o||r.addEventListener(e,n,!0),Q.access(r,t,(o||0)+1)},teardown:function(){var r=this.ownerDocument||this.document||this,o=Q.access(r,t)-1;o?Q.access(r,t,o):(r.removeEventListener(e,n,!0),Q.remove(r,t))}}}));var _t=n.location,wt={guid:Date.now()},Ot=/\?/;w.parseXML=function(e){var t;if(!e||"string"!==typeof e)return null;try{t=(new n.DOMParser).parseFromString(e,"text/xml")}catch(r){t=void 0}return t&&!t.getElementsByTagName("parsererror").length||w.error("Invalid XML: "+e),t};var zt=/\[\]$/,Tt=/\r?\n/g,xt=/^(?:submit|button|image|reset|file)$/i,Nt=/^(?:input|select|textarea|keygen)/i;function Lt(e,t,n,r){var o;if(Array.isArray(t))w.each(t,(function(t,o){n||zt.test(e)?r(e,o):Lt(e+"["+("object"===typeof o&&null!=o?t:"")+"]",o,n,r)}));else if(n||"object"!==_(t))r(e,t);else for(o in t)Lt(e+"["+o+"]",t[o],n,r)}w.param=function(e,t){var n,r=[],o=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&&!w.isPlainObject(e))w.each(e,(function(){o(this.name,this.value)}));else for(n in e)Lt(n,e[n],t,o);return r.join("&")},w.fn.extend({serialize:function(){return w.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var e=w.prop(this,"elements");return e?w.makeArray(e):this})).filter((function(){var e=this.type;return this.name&&!w(this).is(":disabled")&&Nt.test(this.nodeName)&&!xt.test(e)&&(this.checked||!de.test(e))})).map((function(e,t){var n=w(this).val();return null==n?null:Array.isArray(n)?w.map(n,(function(e){return{name:t.name,value:e.replace(Tt,"\r\n")}})):{name:t.name,value:n.replace(Tt,"\r\n")}})).get()}});var Et=/%20/g,St=/#.*$/,Ct=/([?&])_=[^&]*/,kt=/^(.*?):[ \t]*([^\r\n]*)$/gm,qt=/^(?:GET|HEAD)$/,Wt=/^\/\//,Pt={},Dt={},Bt="*/".concat("*"),jt=y.createElement("a");function Rt(e){return function(t,n){"string"!==typeof t&&(n=t,t="*");var r,o=0,i=t.toLowerCase().match(D)||[];if(M(n))for(;r=i[o++];)"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function Xt(e,t,n,r){var o={},i=e===Dt;function a(s){var c;return o[s]=!0,w.each(e[s]||[],(function(e,s){var u=s(t,n,r);return"string"!==typeof u||i||o[u]?i?!(c=u):void 0:(t.dataTypes.unshift(u),a(u),!1)})),c}return a(t.dataTypes[0])||!o["*"]&&a("*")}function It(e,t){var n,r,o=w.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((o[n]?e:r||(r={}))[n]=t[n]);return r&&w.extend(!0,e,r),e}jt.href=_t.href,w.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:_t.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(_t.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Bt,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":w.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?It(It(e,w.ajaxSettings),t):It(w.ajaxSettings,e)},ajaxPrefilter:Rt(Pt),ajaxTransport:Rt(Dt),ajax:function(e,t){"object"===typeof e&&(t=e,e=void 0);var r,o,i,a,s,c,u,l,p,f,d=w.ajaxSetup({},t=t||{}),h=d.context||d,b=d.context&&(h.nodeType||h.jquery)?w(h):w.event,m=w.Deferred(),M=w.Callbacks("once memory"),g=d.statusCode||{},v={},A={},_="canceled",O={readyState:0,getResponseHeader:function(e){var t;if(u){if(!a)for(a={};t=kt.exec(i);)a[t[1].toLowerCase()+" "]=(a[t[1].toLowerCase()+" "]||[]).concat(t[2]);t=a[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return u?i:null},setRequestHeader:function(e,t){return null==u&&(e=A[e.toLowerCase()]=A[e.toLowerCase()]||e,v[e]=t),this},overrideMimeType:function(e){return null==u&&(d.mimeType=e),this},statusCode:function(e){var t;if(e)if(u)O.always(e[O.status]);else for(t in e)g[t]=[g[t],e[t]];return this},abort:function(e){var t=e||_;return r&&r.abort(t),z(0,t),this}};if(m.promise(O),d.url=((e||d.url||_t.href)+"").replace(Wt,_t.protocol+"//"),d.type=t.method||t.type||d.method||d.type,d.dataTypes=(d.dataType||"*").toLowerCase().match(D)||[""],null==d.crossDomain){c=y.createElement("a");try{c.href=d.url,c.href=c.href,d.crossDomain=jt.protocol+"//"+jt.host!==c.protocol+"//"+c.host}catch(T){d.crossDomain=!0}}if(d.data&&d.processData&&"string"!==typeof d.data&&(d.data=w.param(d.data,d.traditional)),Xt(Pt,d,t,O),u)return O;for(p in(l=w.event&&d.global)&&0===w.active++&&w.event.trigger("ajaxStart"),d.type=d.type.toUpperCase(),d.hasContent=!qt.test(d.type),o=d.url.replace(St,""),d.hasContent?d.data&&d.processData&&0===(d.contentType||"").indexOf("application/x-www-form-urlencoded")&&(d.data=d.data.replace(Et,"+")):(f=d.url.slice(o.length),d.data&&(d.processData||"string"===typeof d.data)&&(o+=(Ot.test(o)?"&":"?")+d.data,delete d.data),!1===d.cache&&(o=o.replace(Ct,"$1"),f=(Ot.test(o)?"&":"?")+"_="+wt.guid+++f),d.url=o+f),d.ifModified&&(w.lastModified[o]&&O.setRequestHeader("If-Modified-Since",w.lastModified[o]),w.etag[o]&&O.setRequestHeader("If-None-Match",w.etag[o])),(d.data&&d.hasContent&&!1!==d.contentType||t.contentType)&&O.setRequestHeader("Content-Type",d.contentType),O.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+("*"!==d.dataTypes[0]?", "+Bt+"; q=0.01":""):d.accepts["*"]),d.headers)O.setRequestHeader(p,d.headers[p]);if(d.beforeSend&&(!1===d.beforeSend.call(h,O,d)||u))return O.abort();if(_="abort",M.add(d.complete),O.done(d.success),O.fail(d.error),r=Xt(Dt,d,t,O)){if(O.readyState=1,l&&b.trigger("ajaxSend",[O,d]),u)return O;d.async&&d.timeout>0&&(s=n.setTimeout((function(){O.abort("timeout")}),d.timeout));try{u=!1,r.send(v,z)}catch(T){if(u)throw T;z(-1,T)}}else z(-1,"No Transport");function z(e,t,a,c){var p,f,y,v,A,_=t;u||(u=!0,s&&n.clearTimeout(s),r=void 0,i=c||"",O.readyState=e>0?4:0,p=e>=200&&e<300||304===e,a&&(v=function(e,t,n){for(var r,o,i,a,s=e.contents,c=e.dataTypes;"*"===c[0];)c.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(o in s)if(s[o]&&s[o].test(r)){c.unshift(o);break}if(c[0]in n)i=c[0];else{for(o in n){if(!c[0]||e.converters[o+" "+c[0]]){i=o;break}a||(a=o)}i=i||a}if(i)return i!==c[0]&&c.unshift(i),n[i]}(d,O,a)),!p&&w.inArray("script",d.dataTypes)>-1&&(d.converters["text script"]=function(){}),v=function(e,t,n,r){var o,i,a,s,c,u={},l=e.dataTypes.slice();if(l[1])for(a in e.converters)u[a.toLowerCase()]=e.converters[a];for(i=l.shift();i;)if(e.responseFields[i]&&(n[e.responseFields[i]]=t),!c&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),c=i,i=l.shift())if("*"===i)i=c;else if("*"!==c&&c!==i){if(!(a=u[c+" "+i]||u["* "+i]))for(o in u)if((s=o.split(" "))[1]===i&&(a=u[c+" "+s[0]]||u["* "+s[0]])){!0===a?a=u[o]:!0!==u[o]&&(i=s[0],l.unshift(s[1]));break}if(!0!==a)if(a&&e.throws)t=a(t);else try{t=a(t)}catch(T){return{state:"parsererror",error:a?T:"No conversion from "+c+" to "+i}}}return{state:"success",data:t}}(d,v,O,p),p?(d.ifModified&&((A=O.getResponseHeader("Last-Modified"))&&(w.lastModified[o]=A),(A=O.getResponseHeader("etag"))&&(w.etag[o]=A)),204===e||"HEAD"===d.type?_="nocontent":304===e?_="notmodified":(_=v.state,f=v.data,p=!(y=v.error))):(y=_,!e&&_||(_="error",e<0&&(e=0))),O.status=e,O.statusText=(t||_)+"",p?m.resolveWith(h,[f,_,O]):m.rejectWith(h,[O,_,y]),O.statusCode(g),g=void 0,l&&b.trigger(p?"ajaxSuccess":"ajaxError",[O,d,p?f:y]),M.fireWith(h,[O,_]),l&&(b.trigger("ajaxComplete",[O,d]),--w.active||w.event.trigger("ajaxStop")))}return O},getJSON:function(e,t,n){return w.get(e,t,n,"json")},getScript:function(e,t){return w.get(e,void 0,t,"script")}}),w.each(["get","post"],(function(e,t){w[t]=function(e,n,r,o){return M(n)&&(o=o||r,r=n,n=void 0),w.ajax(w.extend({url:e,type:t,dataType:o,data:n,success:r},w.isPlainObject(e)&&e))}})),w.ajaxPrefilter((function(e){var t;for(t in e.headers)"content-type"===t.toLowerCase()&&(e.contentType=e.headers[t]||"")})),w._evalUrl=function(e,t,n){return w.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){w.globalEval(e,t,n)}})},w.fn.extend({wrapAll:function(e){var t;return this[0]&&(M(e)&&(e=e.call(this[0])),t=w(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map((function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e})).append(this)),this},wrapInner:function(e){return M(e)?this.each((function(t){w(this).wrapInner(e.call(this,t))})):this.each((function(){var t=w(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)}))},wrap:function(e){var t=M(e);return this.each((function(n){w(this).wrapAll(t?e.call(this,n):e)}))},unwrap:function(e){return this.parent(e).not("body").each((function(){w(this).replaceWith(this.childNodes)})),this}}),w.expr.pseudos.hidden=function(e){return!w.expr.pseudos.visible(e)},w.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},w.ajaxSettings.xhr=function(){try{return new n.XMLHttpRequest}catch(e){}};var Ut={0:200,1223:204},Ft=w.ajaxSettings.xhr();m.cors=!!Ft&&"withCredentials"in Ft,m.ajax=Ft=!!Ft,w.ajaxTransport((function(e){var t,r;if(m.cors||Ft&&!e.crossDomain)return{send:function(o,i){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||o["X-Requested-With"]||(o["X-Requested-With"]="XMLHttpRequest"),o)s.setRequestHeader(a,o[a]);t=function(e){return function(){t&&(t=r=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,"abort"===e?s.abort():"error"===e?"number"!==typeof s.status?i(0,"error"):i(s.status,s.statusText):i(Ut[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(),r=s.onerror=s.ontimeout=t("error"),void 0!==s.onabort?s.onabort=r:s.onreadystatechange=function(){4===s.readyState&&n.setTimeout((function(){t&&r()}))},t=t("abort");try{s.send(e.hasContent&&e.data||null)}catch(c){if(t)throw c}},abort:function(){t&&t()}}})),w.ajaxPrefilter((function(e){e.crossDomain&&(e.contents.script=!1)})),w.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return w.globalEval(e),e}}}),w.ajaxPrefilter("script",(function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")})),w.ajaxTransport("script",(function(e){var t,n;if(e.crossDomain||e.scriptAttrs)return{send:function(r,o){t=w("<script>").attr(e.scriptAttrs||{}).prop({charset:e.scriptCharset,src:e.url}).on("load error",n=function(e){t.remove(),n=null,e&&o("error"===e.type?404:200,e.type)}),y.head.appendChild(t[0])},abort:function(){n&&n()}}}));var Ht=[],Vt=/(=)\?(?=&|$)|\?\?/;w.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Ht.pop()||w.expando+"_"+wt.guid++;return this[e]=!0,e}}),w.ajaxPrefilter("json jsonp",(function(e,t,r){var o,i,a,s=!1!==e.jsonp&&(Vt.test(e.url)?"url":"string"===typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Vt.test(e.data)&&"data");if(s||"jsonp"===e.dataTypes[0])return o=e.jsonpCallback=M(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,s?e[s]=e[s].replace(Vt,"$1"+o):!1!==e.jsonp&&(e.url+=(Ot.test(e.url)?"&":"?")+e.jsonp+"="+o),e.converters["script json"]=function(){return a||w.error(o+" was not called"),a[0]},e.dataTypes[0]="json",i=n[o],n[o]=function(){a=arguments},r.always((function(){void 0===i?w(n).removeProp(o):n[o]=i,e[o]&&(e.jsonpCallback=t.jsonpCallback,Ht.push(o)),a&&M(i)&&i(a[0]),a=i=void 0})),"script"})),m.createHTMLDocument=function(){var e=y.implementation.createHTMLDocument("").body;return e.innerHTML="<form></form><form></form>",2===e.childNodes.length}(),w.parseHTML=function(e,t,n){return"string"!==typeof e?[]:("boolean"===typeof t&&(n=t,t=!1),t||(m.createHTMLDocument?((r=(t=y.implementation.createHTMLDocument("")).createElement("base")).href=y.location.href,t.head.appendChild(r)):t=y),i=!n&&[],(o=E.exec(e))?[t.createElement(o[1])]:(o=ve([e],t,i),i&&i.length&&w(i).remove(),w.merge([],o.childNodes)));var r,o,i},w.fn.load=function(e,t,n){var r,o,i,a=this,s=e.indexOf(" ");return s>-1&&(r=mt(e.slice(s)),e=e.slice(0,s)),M(t)?(n=t,t=void 0):t&&"object"===typeof t&&(o="POST"),a.length>0&&w.ajax({url:e,type:o||"GET",dataType:"html",data:t}).done((function(e){i=arguments,a.html(r?w("<div>").append(w.parseHTML(e)).find(r):e)})).always(n&&function(e,t){a.each((function(){n.apply(this,i||[e.responseText,t,e])}))}),this},w.expr.pseudos.animated=function(e){return w.grep(w.timers,(function(t){return e===t.elem})).length},w.offset={setOffset:function(e,t,n){var r,o,i,a,s,c,u=w.css(e,"position"),l=w(e),p={};"static"===u&&(e.style.position="relative"),s=l.offset(),i=w.css(e,"top"),c=w.css(e,"left"),("absolute"===u||"fixed"===u)&&(i+c).indexOf("auto")>-1?(a=(r=l.position()).top,o=r.left):(a=parseFloat(i)||0,o=parseFloat(c)||0),M(t)&&(t=t.call(e,n,w.extend({},s))),null!=t.top&&(p.top=t.top-s.top+a),null!=t.left&&(p.left=t.left-s.left+o),"using"in t?t.using.call(e,p):("number"===typeof p.top&&(p.top+="px"),"number"===typeof p.left&&(p.left+="px"),l.css(p))}},w.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each((function(t){w.offset.setOffset(this,e,t)}));var t,n,r=this[0];return r?r.getClientRects().length?(t=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:t.top+n.pageYOffset,left:t.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],o={top:0,left:0};if("fixed"===w.css(r,"position"))t=r.getBoundingClientRect();else{for(t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;e&&(e===n.body||e===n.documentElement)&&"static"===w.css(e,"position");)e=e.parentNode;e&&e!==r&&1===e.nodeType&&((o=w(e).offset()).top+=w.css(e,"borderTopWidth",!0),o.left+=w.css(e,"borderLeftWidth",!0))}return{top:t.top-o.top-w.css(r,"marginTop",!0),left:t.left-o.left-w.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map((function(){for(var e=this.offsetParent;e&&"static"===w.css(e,"position");)e=e.offsetParent;return e||ie}))}}),w.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},(function(e,t){var n="pageYOffset"===t;w.fn[e]=function(r){return F(this,(function(e,r,o){var i;if(g(e)?i=e:9===e.nodeType&&(i=e.defaultView),void 0===o)return i?i[t]:e[r];i?i.scrollTo(n?i.pageXOffset:o,n?o:i.pageYOffset):e[r]=o}),e,r,arguments.length)}})),w.each(["top","left"],(function(e,t){w.cssHooks[t]=Fe(m.pixelPosition,(function(e,n){if(n)return n=Ue(e,t),je.test(n)?w(e).position()[t]+"px":n}))})),w.each({Height:"height",Width:"width"},(function(e,t){w.each({padding:"inner"+e,content:t,"":"outer"+e},(function(n,r){w.fn[r]=function(o,i){var a=arguments.length&&(n||"boolean"!==typeof o),s=n||(!0===o||!0===i?"margin":"border");return F(this,(function(t,n,o){var i;return g(t)?0===r.indexOf("outer")?t["inner"+e]:t.document.documentElement["client"+e]:9===t.nodeType?(i=t.documentElement,Math.max(t.body["scroll"+e],i["scroll"+e],t.body["offset"+e],i["offset"+e],i["client"+e])):void 0===o?w.css(t,n,s):w.style(t,n,o,s)}),t,a?o:void 0,a)}}))})),w.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],(function(e,t){w.fn[t]=function(e){return this.on(t,e)}})),w.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),w.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),(function(e,t){w.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}}));var Gt=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;w.proxy=function(e,t){var n,r,o;if("string"===typeof t&&(n=e[t],t=e,e=n),M(e))return r=s.call(arguments,2),(o=function(){return e.apply(t||this,r.concat(s.call(arguments)))}).guid=e.guid=e.guid||w.guid++,o},w.holdReady=function(e){e?w.readyWait++:w.ready(!0)},w.isArray=Array.isArray,w.parseJSON=JSON.parse,w.nodeName=L,w.isFunction=M,w.isWindow=g,w.camelCase=Y,w.type=_,w.now=Date.now,w.isNumeric=function(e){var t=w.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},w.trim=function(e){return null==e?"":(e+"").replace(Gt,"")},void 0===(r=function(){return w}.apply(t,[]))||(e.exports=r);var Yt=n.jQuery,Kt=n.$;return w.noConflict=function(e){return n.$===w&&(n.$=Kt),e&&n.jQuery===w&&(n.jQuery=Yt),w},"undefined"===typeof o&&(n.jQuery=n.$=w),w}))},function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(r){"object"===typeof window&&(n=window)}e.exports=n},function(e,t,n){(function(e){e.exports=function(){"use strict";var t,n;function r(){return t.apply(null,arguments)}function o(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function i(e){return null!=e&&"[object Object]"===Object.prototype.toString.call(e)}function a(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function s(e){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(e).length;var t;for(t in e)if(a(e,t))return!1;return!0}function c(e){return void 0===e}function u(e){return"number"===typeof e||"[object Number]"===Object.prototype.toString.call(e)}function l(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)}function p(e,t){var n,r=[];for(n=0;n<e.length;++n)r.push(t(e[n],n));return r}function f(e,t){for(var n in t)a(t,n)&&(e[n]=t[n]);return a(t,"toString")&&(e.toString=t.toString),a(t,"valueOf")&&(e.valueOf=t.valueOf),e}function d(e,t,n,r){return Ot(e,t,n,r,!0).utc()}function h(e){return null==e._pf&&(e._pf={empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidEra:null,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],era:null,meridiem:null,rfc2822:!1,weekdayMismatch:!1}),e._pf}function b(e){if(null==e._isValid){var t=h(e),r=n.call(t.parsedDateParts,(function(e){return null!=e})),o=!isNaN(e._d.getTime())&&t.overflow<0&&!t.empty&&!t.invalidEra&&!t.invalidMonth&&!t.invalidWeekday&&!t.weekdayMismatch&&!t.nullInput&&!t.invalidFormat&&!t.userInvalidated&&(!t.meridiem||t.meridiem&&r);if(e._strict&&(o=o&&0===t.charsLeftOver&&0===t.unusedTokens.length&&void 0===t.bigHour),null!=Object.isFrozen&&Object.isFrozen(e))return o;e._isValid=o}return e._isValid}function m(e){var t=d(NaN);return null!=e?f(h(t),e):h(t).userInvalidated=!0,t}n=Array.prototype.some?Array.prototype.some:function(e){var t,n=Object(this),r=n.length>>>0;for(t=0;t<r;t++)if(t in n&&e.call(this,n[t],t,n))return!0;return!1};var M=r.momentProperties=[],g=!1;function y(e,t){var n,r,o;if(c(t._isAMomentObject)||(e._isAMomentObject=t._isAMomentObject),c(t._i)||(e._i=t._i),c(t._f)||(e._f=t._f),c(t._l)||(e._l=t._l),c(t._strict)||(e._strict=t._strict),c(t._tzm)||(e._tzm=t._tzm),c(t._isUTC)||(e._isUTC=t._isUTC),c(t._offset)||(e._offset=t._offset),c(t._pf)||(e._pf=h(t)),c(t._locale)||(e._locale=t._locale),M.length>0)for(n=0;n<M.length;n++)c(o=t[r=M[n]])||(e[r]=o);return e}function v(e){y(this,e),this._d=new Date(null!=e._d?e._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===g&&(g=!0,r.updateOffset(this),g=!1)}function A(e){return e instanceof v||null!=e&&null!=e._isAMomentObject}function _(e){!1===r.suppressDeprecationWarnings&&"undefined"!==typeof console&&console.warn&&console.warn("Deprecation warning: "+e)}function w(e,t){var n=!0;return f((function(){if(null!=r.deprecationHandler&&r.deprecationHandler(null,e),n){var o,i,s,c=[];for(i=0;i<arguments.length;i++){if(o="","object"===typeof arguments[i]){for(s in o+="\n["+i+"] ",arguments[0])a(arguments[0],s)&&(o+=s+": "+arguments[0][s]+", ");o=o.slice(0,-2)}else o=arguments[i];c.push(o)}_(e+"\nArguments: "+Array.prototype.slice.call(c).join("")+"\n"+(new Error).stack),n=!1}return t.apply(this,arguments)}),t)}var O,z={};function T(e,t){null!=r.deprecationHandler&&r.deprecationHandler(e,t),z[e]||(_(t),z[e]=!0)}function x(e){return"undefined"!==typeof Function&&e instanceof Function||"[object Function]"===Object.prototype.toString.call(e)}function N(e,t){var n,r=f({},e);for(n in t)a(t,n)&&(i(e[n])&&i(t[n])?(r[n]={},f(r[n],e[n]),f(r[n],t[n])):null!=t[n]?r[n]=t[n]:delete r[n]);for(n in e)a(e,n)&&!a(t,n)&&i(e[n])&&(r[n]=f({},r[n]));return r}function L(e){null!=e&&this.set(e)}function E(e,t,n){var r=""+Math.abs(e),o=t-r.length;return(e>=0?n?"+":"":"-")+Math.pow(10,Math.max(0,o)).toString().substr(1)+r}r.suppressDeprecationWarnings=!1,r.deprecationHandler=null,O=Object.keys?Object.keys:function(e){var t,n=[];for(t in e)a(e,t)&&n.push(t);return n};var S=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,C=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,k={},q={};function W(e,t,n,r){var o=r;"string"===typeof r&&(o=function(){return this[r]()}),e&&(q[e]=o),t&&(q[t[0]]=function(){return E(o.apply(this,arguments),t[1],t[2])}),n&&(q[n]=function(){return this.localeData().ordinal(o.apply(this,arguments),e)})}function P(e,t){return e.isValid()?(t=D(t,e.localeData()),k[t]=k[t]||function(e){var t,n,r,o=e.match(S);for(t=0,n=o.length;t<n;t++)q[o[t]]?o[t]=q[o[t]]:o[t]=(r=o[t]).match(/\[[\s\S]/)?r.replace(/^\[|\]$/g,""):r.replace(/\\/g,"");return function(t){var r,i="";for(r=0;r<n;r++)i+=x(o[r])?o[r].call(t,e):o[r];return i}}(t),k[t](e)):e.localeData().invalidDate()}function D(e,t){var n=5;function r(e){return t.longDateFormat(e)||e}for(C.lastIndex=0;n>=0&&C.test(e);)e=e.replace(C,r),C.lastIndex=0,n-=1;return e}var B={};function j(e,t){var n=e.toLowerCase();B[n]=B[n+"s"]=B[t]=e}function R(e){return"string"===typeof e?B[e]||B[e.toLowerCase()]:void 0}function X(e){var t,n,r={};for(n in e)a(e,n)&&(t=R(n))&&(r[t]=e[n]);return r}var I={};function U(e,t){I[e]=t}function F(e){return e%4===0&&e%100!==0||e%400===0}function H(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function V(e){var t=+e,n=0;return 0!==t&&isFinite(t)&&(n=H(t)),n}function G(e,t){return function(n){return null!=n?(K(this,e,n),r.updateOffset(this,t),this):Y(this,e)}}function Y(e,t){return e.isValid()?e._d["get"+(e._isUTC?"UTC":"")+t]():NaN}function K(e,t,n){e.isValid()&&!isNaN(n)&&("FullYear"===t&&F(e.year())&&1===e.month()&&29===e.date()?(n=V(n),e._d["set"+(e._isUTC?"UTC":"")+t](n,e.month(),Ae(n,e.month()))):e._d["set"+(e._isUTC?"UTC":"")+t](n))}var $,Q=/\d/,J=/\d\d/,Z=/\d{3}/,ee=/\d{4}/,te=/[+-]?\d{6}/,ne=/\d\d?/,re=/\d\d\d\d?/,oe=/\d\d\d\d\d\d?/,ie=/\d{1,3}/,ae=/\d{1,4}/,se=/[+-]?\d{1,6}/,ce=/\d+/,ue=/[+-]?\d+/,le=/Z|[+-]\d\d:?\d\d/gi,pe=/Z|[+-]\d\d(?::?\d\d)?/gi,fe=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i;function de(e,t,n){$[e]=x(t)?t:function(e,r){return e&&n?n:t}}function he(e,t){return a($,e)?$[e](t._strict,t._locale):new RegExp(be(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(e,t,n,r,o){return t||n||r||o}))))}function be(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}$={};var me,Me={};function ge(e,t){var n,r=t;for("string"===typeof e&&(e=[e]),u(t)&&(r=function(e,n){n[t]=V(e)}),n=0;n<e.length;n++)Me[e[n]]=r}function ye(e,t){ge(e,(function(e,n,r,o){r._w=r._w||{},t(e,r._w,r,o)}))}function ve(e,t,n){null!=t&&a(Me,e)&&Me[e](t,n._a,n,e)}function Ae(e,t){if(isNaN(e)||isNaN(t))return NaN;var n,r=(t%(n=12)+n)%n;return e+=(t-r)/12,1===r?F(e)?29:28:31-r%7%2}me=Array.prototype.indexOf?Array.prototype.indexOf:function(e){var t;for(t=0;t<this.length;++t)if(this[t]===e)return t;return-1},W("M",["MM",2],"Mo",(function(){return this.month()+1})),W("MMM",0,0,(function(e){return this.localeData().monthsShort(this,e)})),W("MMMM",0,0,(function(e){return this.localeData().months(this,e)})),j("month","M"),U("month",8),de("M",ne),de("MM",ne,J),de("MMM",(function(e,t){return t.monthsShortRegex(e)})),de("MMMM",(function(e,t){return t.monthsRegex(e)})),ge(["M","MM"],(function(e,t){t[1]=V(e)-1})),ge(["MMM","MMMM"],(function(e,t,n,r){var o=n._locale.monthsParse(e,r,n._strict);null!=o?t[1]=o:h(n).invalidMonth=e}));var _e="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),we="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),Oe=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,ze=fe,Te=fe;function xe(e,t,n){var r,o,i,a=e.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],r=0;r<12;++r)i=d([2e3,r]),this._shortMonthsParse[r]=this.monthsShort(i,"").toLocaleLowerCase(),this._longMonthsParse[r]=this.months(i,"").toLocaleLowerCase();return n?"MMM"===t?-1!==(o=me.call(this._shortMonthsParse,a))?o:null:-1!==(o=me.call(this._longMonthsParse,a))?o:null:"MMM"===t?-1!==(o=me.call(this._shortMonthsParse,a))||-1!==(o=me.call(this._longMonthsParse,a))?o:null:-1!==(o=me.call(this._longMonthsParse,a))||-1!==(o=me.call(this._shortMonthsParse,a))?o:null}function Ne(e,t){var n;if(!e.isValid())return e;if("string"===typeof t)if(/^\d+$/.test(t))t=V(t);else if(!u(t=e.localeData().monthsParse(t)))return e;return n=Math.min(e.date(),Ae(e.year(),t)),e._d["set"+(e._isUTC?"UTC":"")+"Month"](t,n),e}function Le(e){return null!=e?(Ne(this,e),r.updateOffset(this,!0),this):Y(this,"Month")}function Ee(){function e(e,t){return t.length-e.length}var t,n,r=[],o=[],i=[];for(t=0;t<12;t++)n=d([2e3,t]),r.push(this.monthsShort(n,"")),o.push(this.months(n,"")),i.push(this.months(n,"")),i.push(this.monthsShort(n,""));for(r.sort(e),o.sort(e),i.sort(e),t=0;t<12;t++)r[t]=be(r[t]),o[t]=be(o[t]);for(t=0;t<24;t++)i[t]=be(i[t]);this._monthsRegex=new RegExp("^("+i.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+o.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+r.join("|")+")","i")}function Se(e){return F(e)?366:365}W("Y",0,0,(function(){var e=this.year();return e<=9999?E(e,4):"+"+e})),W(0,["YY",2],0,(function(){return this.year()%100})),W(0,["YYYY",4],0,"year"),W(0,["YYYYY",5],0,"year"),W(0,["YYYYYY",6,!0],0,"year"),j("year","y"),U("year",1),de("Y",ue),de("YY",ne,J),de("YYYY",ae,ee),de("YYYYY",se,te),de("YYYYYY",se,te),ge(["YYYYY","YYYYYY"],0),ge("YYYY",(function(e,t){t[0]=2===e.length?r.parseTwoDigitYear(e):V(e)})),ge("YY",(function(e,t){t[0]=r.parseTwoDigitYear(e)})),ge("Y",(function(e,t){t[0]=parseInt(e,10)})),r.parseTwoDigitYear=function(e){return V(e)+(V(e)>68?1900:2e3)};var Ce=G("FullYear",!0);function ke(e,t,n,r,o,i,a){var s;return e<100&&e>=0?(s=new Date(e+400,t,n,r,o,i,a),isFinite(s.getFullYear())&&s.setFullYear(e)):s=new Date(e,t,n,r,o,i,a),s}function qe(e){var t,n;return e<100&&e>=0?((n=Array.prototype.slice.call(arguments))[0]=e+400,t=new Date(Date.UTC.apply(null,n)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e)):t=new Date(Date.UTC.apply(null,arguments)),t}function We(e,t,n){var r=7+t-n;return-(7+qe(e,0,r).getUTCDay()-t)%7+r-1}function Pe(e,t,n,r,o){var i,a,s=1+7*(t-1)+(7+n-r)%7+We(e,r,o);return s<=0?a=Se(i=e-1)+s:s>Se(e)?(i=e+1,a=s-Se(e)):(i=e,a=s),{year:i,dayOfYear:a}}function De(e,t,n){var r,o,i=We(e.year(),t,n),a=Math.floor((e.dayOfYear()-i-1)/7)+1;return a<1?r=a+Be(o=e.year()-1,t,n):a>Be(e.year(),t,n)?(r=a-Be(e.year(),t,n),o=e.year()+1):(o=e.year(),r=a),{week:r,year:o}}function Be(e,t,n){var r=We(e,t,n),o=We(e+1,t,n);return(Se(e)-r+o)/7}function je(e,t){return e.slice(t,7).concat(e.slice(0,t))}W("w",["ww",2],"wo","week"),W("W",["WW",2],"Wo","isoWeek"),j("week","w"),j("isoWeek","W"),U("week",5),U("isoWeek",5),de("w",ne),de("ww",ne,J),de("W",ne),de("WW",ne,J),ye(["w","ww","W","WW"],(function(e,t,n,r){t[r.substr(0,1)]=V(e)})),W("d",0,"do","day"),W("dd",0,0,(function(e){return this.localeData().weekdaysMin(this,e)})),W("ddd",0,0,(function(e){return this.localeData().weekdaysShort(this,e)})),W("dddd",0,0,(function(e){return this.localeData().weekdays(this,e)})),W("e",0,0,"weekday"),W("E",0,0,"isoWeekday"),j("day","d"),j("weekday","e"),j("isoWeekday","E"),U("day",11),U("weekday",11),U("isoWeekday",11),de("d",ne),de("e",ne),de("E",ne),de("dd",(function(e,t){return t.weekdaysMinRegex(e)})),de("ddd",(function(e,t){return t.weekdaysShortRegex(e)})),de("dddd",(function(e,t){return t.weekdaysRegex(e)})),ye(["dd","ddd","dddd"],(function(e,t,n,r){var o=n._locale.weekdaysParse(e,r,n._strict);null!=o?t.d=o:h(n).invalidWeekday=e})),ye(["d","e","E"],(function(e,t,n,r){t[r]=V(e)}));var Re="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Xe="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Ie="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Ue=fe,Fe=fe,He=fe;function Ve(e,t,n){var r,o,i,a=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],r=0;r<7;++r)i=d([2e3,1]).day(r),this._minWeekdaysParse[r]=this.weekdaysMin(i,"").toLocaleLowerCase(),this._shortWeekdaysParse[r]=this.weekdaysShort(i,"").toLocaleLowerCase(),this._weekdaysParse[r]=this.weekdays(i,"").toLocaleLowerCase();return n?"dddd"===t?-1!==(o=me.call(this._weekdaysParse,a))?o:null:"ddd"===t?-1!==(o=me.call(this._shortWeekdaysParse,a))?o:null:-1!==(o=me.call(this._minWeekdaysParse,a))?o:null:"dddd"===t?-1!==(o=me.call(this._weekdaysParse,a))||-1!==(o=me.call(this._shortWeekdaysParse,a))||-1!==(o=me.call(this._minWeekdaysParse,a))?o:null:"ddd"===t?-1!==(o=me.call(this._shortWeekdaysParse,a))||-1!==(o=me.call(this._weekdaysParse,a))||-1!==(o=me.call(this._minWeekdaysParse,a))?o:null:-1!==(o=me.call(this._minWeekdaysParse,a))||-1!==(o=me.call(this._weekdaysParse,a))||-1!==(o=me.call(this._shortWeekdaysParse,a))?o:null}function Ge(){function e(e,t){return t.length-e.length}var t,n,r,o,i,a=[],s=[],c=[],u=[];for(t=0;t<7;t++)n=d([2e3,1]).day(t),r=be(this.weekdaysMin(n,"")),o=be(this.weekdaysShort(n,"")),i=be(this.weekdays(n,"")),a.push(r),s.push(o),c.push(i),u.push(r),u.push(o),u.push(i);a.sort(e),s.sort(e),c.sort(e),u.sort(e),this._weekdaysRegex=new RegExp("^("+u.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+c.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+a.join("|")+")","i")}function Ye(){return this.hours()%12||12}function Ke(e,t){W(e,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)}))}function $e(e,t){return t._meridiemParse}W("H",["HH",2],0,"hour"),W("h",["hh",2],0,Ye),W("k",["kk",2],0,(function(){return this.hours()||24})),W("hmm",0,0,(function(){return""+Ye.apply(this)+E(this.minutes(),2)})),W("hmmss",0,0,(function(){return""+Ye.apply(this)+E(this.minutes(),2)+E(this.seconds(),2)})),W("Hmm",0,0,(function(){return""+this.hours()+E(this.minutes(),2)})),W("Hmmss",0,0,(function(){return""+this.hours()+E(this.minutes(),2)+E(this.seconds(),2)})),Ke("a",!0),Ke("A",!1),j("hour","h"),U("hour",13),de("a",$e),de("A",$e),de("H",ne),de("h",ne),de("k",ne),de("HH",ne,J),de("hh",ne,J),de("kk",ne,J),de("hmm",re),de("hmmss",oe),de("Hmm",re),de("Hmmss",oe),ge(["H","HH"],3),ge(["k","kk"],(function(e,t,n){var r=V(e);t[3]=24===r?0:r})),ge(["a","A"],(function(e,t,n){n._isPm=n._locale.isPM(e),n._meridiem=e})),ge(["h","hh"],(function(e,t,n){t[3]=V(e),h(n).bigHour=!0})),ge("hmm",(function(e,t,n){var r=e.length-2;t[3]=V(e.substr(0,r)),t[4]=V(e.substr(r)),h(n).bigHour=!0})),ge("hmmss",(function(e,t,n){var r=e.length-4,o=e.length-2;t[3]=V(e.substr(0,r)),t[4]=V(e.substr(r,2)),t[5]=V(e.substr(o)),h(n).bigHour=!0})),ge("Hmm",(function(e,t,n){var r=e.length-2;t[3]=V(e.substr(0,r)),t[4]=V(e.substr(r))})),ge("Hmmss",(function(e,t,n){var r=e.length-4,o=e.length-2;t[3]=V(e.substr(0,r)),t[4]=V(e.substr(r,2)),t[5]=V(e.substr(o))}));var Qe,Je=G("Hours",!0),Ze={calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:/\d{1,2}/,relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},months:_e,monthsShort:we,week:{dow:0,doy:6},weekdays:Re,weekdaysMin:Ie,weekdaysShort:Xe,meridiemParse:/[ap]\.?m?\.?/i},et={},tt={};function nt(e,t){var n,r=Math.min(e.length,t.length);for(n=0;n<r;n+=1)if(e[n]!==t[n])return n;return r}function rt(e){return e?e.toLowerCase().replace("_","-"):e}function ot(t){var n=null;if(void 0===et[t]&&"undefined"!==typeof e&&e&&e.exports)try{n=Qe._abbr,function(){var e=new Error("Cannot find module 'undefined'");throw e.code="MODULE_NOT_FOUND",e}(),it(n)}catch(r){et[t]=null}return et[t]}function it(e,t){var n;return e&&((n=c(t)?st(e):at(e,t))?Qe=n:"undefined"!==typeof console&&console.warn&&console.warn("Locale "+e+" not found. Did you forget to load it?")),Qe._abbr}function at(e,t){if(null!==t){var n,r=Ze;if(t.abbr=e,null!=et[e])T("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),r=et[e]._config;else if(null!=t.parentLocale)if(null!=et[t.parentLocale])r=et[t.parentLocale]._config;else{if(null==(n=ot(t.parentLocale)))return tt[t.parentLocale]||(tt[t.parentLocale]=[]),tt[t.parentLocale].push({name:e,config:t}),null;r=n._config}return et[e]=new L(N(r,t)),tt[e]&&tt[e].forEach((function(e){at(e.name,e.config)})),it(e),et[e]}return delete et[e],null}function st(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return Qe;if(!o(e)){if(t=ot(e))return t;e=[e]}return function(e){for(var t,n,r,o,i=0;i<e.length;){for(t=(o=rt(e[i]).split("-")).length,n=(n=rt(e[i+1]))?n.split("-"):null;t>0;){if(r=ot(o.slice(0,t).join("-")))return r;if(n&&n.length>=t&&nt(o,n)>=t-1)break;t--}i++}return Qe}(e)}function ct(e){var t,n=e._a;return n&&-2===h(e).overflow&&(t=n[1]<0||n[1]>11?1:n[2]<1||n[2]>Ae(n[0],n[1])?2:n[3]<0||n[3]>24||24===n[3]&&(0!==n[4]||0!==n[5]||0!==n[6])?3:n[4]<0||n[4]>59?4:n[5]<0||n[5]>59?5:n[6]<0||n[6]>999?6:-1,h(e)._overflowDayOfYear&&(t<0||t>2)&&(t=2),h(e)._overflowWeeks&&-1===t&&(t=7),h(e)._overflowWeekday&&-1===t&&(t=8),h(e).overflow=t),e}var ut=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,lt=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,pt=/Z|[+-]\d\d(?::?\d\d)?/,ft=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],dt=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],ht=/^\/?Date\((-?\d+)/i,bt=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,mt={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function Mt(e){var t,n,r,o,i,a,s=e._i,c=ut.exec(s)||lt.exec(s);if(c){for(h(e).iso=!0,t=0,n=ft.length;t<n;t++)if(ft[t][1].exec(c[1])){o=ft[t][0],r=!1!==ft[t][2];break}if(null==o)return void(e._isValid=!1);if(c[3]){for(t=0,n=dt.length;t<n;t++)if(dt[t][1].exec(c[3])){i=(c[2]||" ")+dt[t][0];break}if(null==i)return void(e._isValid=!1)}if(!r&&null!=i)return void(e._isValid=!1);if(c[4]){if(!pt.exec(c[4]))return void(e._isValid=!1);a="Z"}e._f=o+(i||"")+(a||""),_t(e)}else e._isValid=!1}function gt(e){var t=parseInt(e,10);return t<=49?2e3+t:t<=999?1900+t:t}function yt(e){var t,n=bt.exec(e._i.replace(/\([^)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,""));if(n){if(t=function(e,t,n,r,o,i){var a=[gt(e),we.indexOf(t),parseInt(n,10),parseInt(r,10),parseInt(o,10)];return i&&a.push(parseInt(i,10)),a}(n[4],n[3],n[2],n[5],n[6],n[7]),!function(e,t,n){return!e||Xe.indexOf(e)===new Date(t[0],t[1],t[2]).getDay()||(h(n).weekdayMismatch=!0,n._isValid=!1,!1)}(n[1],t,e))return;e._a=t,e._tzm=function(e,t,n){if(e)return mt[e];if(t)return 0;var r=parseInt(n,10),o=r%100;return(r-o)/100*60+o}(n[8],n[9],n[10]),e._d=qe.apply(null,e._a),e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),h(e).rfc2822=!0}else e._isValid=!1}function vt(e,t,n){return null!=e?e:null!=t?t:n}function At(e){var t,n,o,i,a,s=[];if(!e._d){for(o=function(e){var t=new Date(r.now());return e._useUTC?[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()]:[t.getFullYear(),t.getMonth(),t.getDate()]}(e),e._w&&null==e._a[2]&&null==e._a[1]&&function(e){var t,n,r,o,i,a,s,c,u;null!=(t=e._w).GG||null!=t.W||null!=t.E?(i=1,a=4,n=vt(t.GG,e._a[0],De(zt(),1,4).year),r=vt(t.W,1),((o=vt(t.E,1))<1||o>7)&&(c=!0)):(i=e._locale._week.dow,a=e._locale._week.doy,u=De(zt(),i,a),n=vt(t.gg,e._a[0],u.year),r=vt(t.w,u.week),null!=t.d?((o=t.d)<0||o>6)&&(c=!0):null!=t.e?(o=t.e+i,(t.e<0||t.e>6)&&(c=!0)):o=i),r<1||r>Be(n,i,a)?h(e)._overflowWeeks=!0:null!=c?h(e)._overflowWeekday=!0:(s=Pe(n,r,o,i,a),e._a[0]=s.year,e._dayOfYear=s.dayOfYear)}(e),null!=e._dayOfYear&&(a=vt(e._a[0],o[0]),(e._dayOfYear>Se(a)||0===e._dayOfYear)&&(h(e)._overflowDayOfYear=!0),n=qe(a,0,e._dayOfYear),e._a[1]=n.getUTCMonth(),e._a[2]=n.getUTCDate()),t=0;t<3&&null==e._a[t];++t)e._a[t]=s[t]=o[t];for(;t<7;t++)e._a[t]=s[t]=null==e._a[t]?2===t?1:0:e._a[t];24===e._a[3]&&0===e._a[4]&&0===e._a[5]&&0===e._a[6]&&(e._nextDay=!0,e._a[3]=0),e._d=(e._useUTC?qe:ke).apply(null,s),i=e._useUTC?e._d.getUTCDay():e._d.getDay(),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[3]=24),e._w&&"undefined"!==typeof e._w.d&&e._w.d!==i&&(h(e).weekdayMismatch=!0)}}function _t(e){if(e._f!==r.ISO_8601)if(e._f!==r.RFC_2822){e._a=[],h(e).empty=!0;var t,n,o,i,a,s,c=""+e._i,u=c.length,l=0;for(o=D(e._f,e._locale).match(S)||[],t=0;t<o.length;t++)i=o[t],(n=(c.match(he(i,e))||[])[0])&&((a=c.substr(0,c.indexOf(n))).length>0&&h(e).unusedInput.push(a),c=c.slice(c.indexOf(n)+n.length),l+=n.length),q[i]?(n?h(e).empty=!1:h(e).unusedTokens.push(i),ve(i,n,e)):e._strict&&!n&&h(e).unusedTokens.push(i);h(e).charsLeftOver=u-l,c.length>0&&h(e).unusedInput.push(c),e._a[3]<=12&&!0===h(e).bigHour&&e._a[3]>0&&(h(e).bigHour=void 0),h(e).parsedDateParts=e._a.slice(0),h(e).meridiem=e._meridiem,e._a[3]=function(e,t,n){var r;return null==n?t:null!=e.meridiemHour?e.meridiemHour(t,n):null!=e.isPM?((r=e.isPM(n))&&t<12&&(t+=12),r||12!==t||(t=0),t):t}(e._locale,e._a[3],e._meridiem),null!==(s=h(e).era)&&(e._a[0]=e._locale.erasConvertYear(s,e._a[0])),At(e),ct(e)}else yt(e);else Mt(e)}function wt(e){var t=e._i,n=e._f;return e._locale=e._locale||st(e._l),null===t||void 0===n&&""===t?m({nullInput:!0}):("string"===typeof t&&(e._i=t=e._locale.preparse(t)),A(t)?new v(ct(t)):(l(t)?e._d=t:o(n)?function(e){var t,n,r,o,i,a,s=!1;if(0===e._f.length)return h(e).invalidFormat=!0,void(e._d=new Date(NaN));for(o=0;o<e._f.length;o++)i=0,a=!1,t=y({},e),null!=e._useUTC&&(t._useUTC=e._useUTC),t._f=e._f[o],_t(t),b(t)&&(a=!0),i+=h(t).charsLeftOver,i+=10*h(t).unusedTokens.length,h(t).score=i,s?i<r&&(r=i,n=t):(null==r||i<r||a)&&(r=i,n=t,a&&(s=!0));f(e,n||t)}(e):n?_t(e):function(e){var t=e._i;c(t)?e._d=new Date(r.now()):l(t)?e._d=new Date(t.valueOf()):"string"===typeof t?function(e){var t=ht.exec(e._i);null===t?(Mt(e),!1===e._isValid&&(delete e._isValid,yt(e),!1===e._isValid&&(delete e._isValid,e._strict?e._isValid=!1:r.createFromInputFallback(e)))):e._d=new Date(+t[1])}(e):o(t)?(e._a=p(t.slice(0),(function(e){return parseInt(e,10)})),At(e)):i(t)?function(e){if(!e._d){var t=X(e._i),n=void 0===t.day?t.date:t.day;e._a=p([t.year,t.month,n,t.hour,t.minute,t.second,t.millisecond],(function(e){return e&&parseInt(e,10)})),At(e)}}(e):u(t)?e._d=new Date(t):r.createFromInputFallback(e)}(e),b(e)||(e._d=null),e))}function Ot(e,t,n,r,a){var c={};return!0!==t&&!1!==t||(r=t,t=void 0),!0!==n&&!1!==n||(r=n,n=void 0),(i(e)&&s(e)||o(e)&&0===e.length)&&(e=void 0),c._isAMomentObject=!0,c._useUTC=c._isUTC=a,c._l=n,c._i=e,c._f=t,c._strict=r,function(e){var t=new v(ct(wt(e)));return t._nextDay&&(t.add(1,"d"),t._nextDay=void 0),t}(c)}function zt(e,t,n,r){return Ot(e,t,n,r,!1)}r.createFromInputFallback=w("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",(function(e){e._d=new Date(e._i+(e._useUTC?" UTC":""))})),r.ISO_8601=function(){},r.RFC_2822=function(){};var Tt=w("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var e=zt.apply(null,arguments);return this.isValid()&&e.isValid()?e<this?this:e:m()})),xt=w("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var e=zt.apply(null,arguments);return this.isValid()&&e.isValid()?e>this?this:e:m()}));function Nt(e,t){var n,r;if(1===t.length&&o(t[0])&&(t=t[0]),!t.length)return zt();for(n=t[0],r=1;r<t.length;++r)t[r].isValid()&&!t[r][e](n)||(n=t[r]);return n}var Lt=["year","quarter","month","week","day","hour","minute","second","millisecond"];function Et(e){var t=X(e),n=t.year||0,r=t.quarter||0,o=t.month||0,i=t.week||t.isoWeek||0,s=t.day||0,c=t.hour||0,u=t.minute||0,l=t.second||0,p=t.millisecond||0;this._isValid=function(e){var t,n,r=!1;for(t in e)if(a(e,t)&&(-1===me.call(Lt,t)||null!=e[t]&&isNaN(e[t])))return!1;for(n=0;n<Lt.length;++n)if(e[Lt[n]]){if(r)return!1;parseFloat(e[Lt[n]])!==V(e[Lt[n]])&&(r=!0)}return!0}(t),this._milliseconds=+p+1e3*l+6e4*u+1e3*c*60*60,this._days=+s+7*i,this._months=+o+3*r+12*n,this._data={},this._locale=st(),this._bubble()}function St(e){return e instanceof Et}function Ct(e){return e<0?-1*Math.round(-1*e):Math.round(e)}function kt(e,t){W(e,0,0,(function(){var e=this.utcOffset(),n="+";return e<0&&(e=-e,n="-"),n+E(~~(e/60),2)+t+E(~~e%60,2)}))}kt("Z",":"),kt("ZZ",""),de("Z",pe),de("ZZ",pe),ge(["Z","ZZ"],(function(e,t,n){n._useUTC=!0,n._tzm=Wt(pe,e)}));var qt=/([\+\-]|\d\d)/gi;function Wt(e,t){var n,r,o=(t||"").match(e);return null===o?null:0===(r=60*(n=((o[o.length-1]||[])+"").match(qt)||["-",0,0])[1]+V(n[2]))?0:"+"===n[0]?r:-r}function Pt(e,t){var n,o;return t._isUTC?(n=t.clone(),o=(A(e)||l(e)?e.valueOf():zt(e).valueOf())-n.valueOf(),n._d.setTime(n._d.valueOf()+o),r.updateOffset(n,!1),n):zt(e).local()}function Dt(e){return-Math.round(e._d.getTimezoneOffset())}function Bt(){return!!this.isValid()&&this._isUTC&&0===this._offset}r.updateOffset=function(){};var jt=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,Rt=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Xt(e,t){var n,r,o,i=e,s=null;return St(e)?i={ms:e._milliseconds,d:e._days,M:e._months}:u(e)||!isNaN(+e)?(i={},t?i[t]=+e:i.milliseconds=+e):(s=jt.exec(e))?(n="-"===s[1]?-1:1,i={y:0,d:V(s[2])*n,h:V(s[3])*n,m:V(s[4])*n,s:V(s[5])*n,ms:V(Ct(1e3*s[6]))*n}):(s=Rt.exec(e))?(n="-"===s[1]?-1:1,i={y:It(s[2],n),M:It(s[3],n),w:It(s[4],n),d:It(s[5],n),h:It(s[6],n),m:It(s[7],n),s:It(s[8],n)}):null==i?i={}:"object"===typeof i&&("from"in i||"to"in i)&&(o=function(e,t){var n;return e.isValid()&&t.isValid()?(t=Pt(t,e),e.isBefore(t)?n=Ut(e,t):((n=Ut(t,e)).milliseconds=-n.milliseconds,n.months=-n.months),n):{milliseconds:0,months:0}}(zt(i.from),zt(i.to)),(i={}).ms=o.milliseconds,i.M=o.months),r=new Et(i),St(e)&&a(e,"_locale")&&(r._locale=e._locale),St(e)&&a(e,"_isValid")&&(r._isValid=e._isValid),r}function It(e,t){var n=e&&parseFloat(e.replace(",","."));return(isNaN(n)?0:n)*t}function Ut(e,t){var n={};return n.months=t.month()-e.month()+12*(t.year()-e.year()),e.clone().add(n.months,"M").isAfter(t)&&--n.months,n.milliseconds=+t-+e.clone().add(n.months,"M"),n}function Ft(e,t){return function(n,r){var o;return null===r||isNaN(+r)||(T(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),o=n,n=r,r=o),Ht(this,Xt(n,r),e),this}}function Ht(e,t,n,o){var i=t._milliseconds,a=Ct(t._days),s=Ct(t._months);e.isValid()&&(o=null==o||o,s&&Ne(e,Y(e,"Month")+s*n),a&&K(e,"Date",Y(e,"Date")+a*n),i&&e._d.setTime(e._d.valueOf()+i*n),o&&r.updateOffset(e,a||s))}Xt.fn=Et.prototype,Xt.invalid=function(){return Xt(NaN)};var Vt=Ft(1,"add"),Gt=Ft(-1,"subtract");function Yt(e){return"string"===typeof e||e instanceof String}function Kt(e){return A(e)||l(e)||Yt(e)||u(e)||function(e){var t=o(e),n=!1;return t&&(n=0===e.filter((function(t){return!u(t)&&Yt(e)})).length),t&&n}(e)||function(e){var t,n,r=i(e)&&!s(e),o=!1,c=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"];for(t=0;t<c.length;t+=1)n=c[t],o=o||a(e,n);return r&&o}(e)||null===e||void 0===e}function $t(e){var t,n=i(e)&&!s(e),r=!1,o=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"];for(t=0;t<o.length;t+=1)r=r||a(e,o[t]);return n&&r}function Qt(e,t){if(e.date()<t.date())return-Qt(t,e);var n=12*(t.year()-e.year())+(t.month()-e.month()),r=e.clone().add(n,"months");return-(n+(t-r<0?(t-r)/(r-e.clone().add(n-1,"months")):(t-r)/(e.clone().add(n+1,"months")-r)))||0}function Jt(e){var t;return void 0===e?this._locale._abbr:(null!=(t=st(e))&&(this._locale=t),this)}r.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",r.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var Zt=w("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",(function(e){return void 0===e?this.localeData():this.locale(e)}));function en(){return this._locale}function tn(e,t){return(e%t+t)%t}function nn(e,t,n){return e<100&&e>=0?new Date(e+400,t,n)-126227808e5:new Date(e,t,n).valueOf()}function rn(e,t,n){return e<100&&e>=0?Date.UTC(e+400,t,n)-126227808e5:Date.UTC(e,t,n)}function on(e,t){return t.erasAbbrRegex(e)}function an(){var e,t,n=[],r=[],o=[],i=[],a=this.eras();for(e=0,t=a.length;e<t;++e)r.push(be(a[e].name)),n.push(be(a[e].abbr)),o.push(be(a[e].narrow)),i.push(be(a[e].name)),i.push(be(a[e].abbr)),i.push(be(a[e].narrow));this._erasRegex=new RegExp("^("+i.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+r.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+n.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+o.join("|")+")","i")}function sn(e,t){W(0,[e,e.length],0,t)}function cn(e,t,n,r,o){var i;return null==e?De(this,r,o).year:(t>(i=Be(e,r,o))&&(t=i),un.call(this,e,t,n,r,o))}function un(e,t,n,r,o){var i=Pe(e,t,n,r,o),a=qe(i.year,0,i.dayOfYear);return this.year(a.getUTCFullYear()),this.month(a.getUTCMonth()),this.date(a.getUTCDate()),this}W("N",0,0,"eraAbbr"),W("NN",0,0,"eraAbbr"),W("NNN",0,0,"eraAbbr"),W("NNNN",0,0,"eraName"),W("NNNNN",0,0,"eraNarrow"),W("y",["y",1],"yo","eraYear"),W("y",["yy",2],0,"eraYear"),W("y",["yyy",3],0,"eraYear"),W("y",["yyyy",4],0,"eraYear"),de("N",on),de("NN",on),de("NNN",on),de("NNNN",(function(e,t){return t.erasNameRegex(e)})),de("NNNNN",(function(e,t){return t.erasNarrowRegex(e)})),ge(["N","NN","NNN","NNNN","NNNNN"],(function(e,t,n,r){var o=n._locale.erasParse(e,r,n._strict);o?h(n).era=o:h(n).invalidEra=e})),de("y",ce),de("yy",ce),de("yyy",ce),de("yyyy",ce),de("yo",(function(e,t){return t._eraYearOrdinalRegex||ce})),ge(["y","yy","yyy","yyyy"],0),ge(["yo"],(function(e,t,n,r){var o;n._locale._eraYearOrdinalRegex&&(o=e.match(n._locale._eraYearOrdinalRegex)),n._locale.eraYearOrdinalParse?t[0]=n._locale.eraYearOrdinalParse(e,o):t[0]=parseInt(e,10)})),W(0,["gg",2],0,(function(){return this.weekYear()%100})),W(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),sn("gggg","weekYear"),sn("ggggg","weekYear"),sn("GGGG","isoWeekYear"),sn("GGGGG","isoWeekYear"),j("weekYear","gg"),j("isoWeekYear","GG"),U("weekYear",1),U("isoWeekYear",1),de("G",ue),de("g",ue),de("GG",ne,J),de("gg",ne,J),de("GGGG",ae,ee),de("gggg",ae,ee),de("GGGGG",se,te),de("ggggg",se,te),ye(["gggg","ggggg","GGGG","GGGGG"],(function(e,t,n,r){t[r.substr(0,2)]=V(e)})),ye(["gg","GG"],(function(e,t,n,o){t[o]=r.parseTwoDigitYear(e)})),W("Q",0,"Qo","quarter"),j("quarter","Q"),U("quarter",7),de("Q",Q),ge("Q",(function(e,t){t[1]=3*(V(e)-1)})),W("D",["DD",2],"Do","date"),j("date","D"),U("date",9),de("D",ne),de("DD",ne,J),de("Do",(function(e,t){return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient})),ge(["D","DD"],2),ge("Do",(function(e,t){t[2]=V(e.match(ne)[0])}));var ln=G("Date",!0);W("DDD",["DDDD",3],"DDDo","dayOfYear"),j("dayOfYear","DDD"),U("dayOfYear",4),de("DDD",ie),de("DDDD",Z),ge(["DDD","DDDD"],(function(e,t,n){n._dayOfYear=V(e)})),W("m",["mm",2],0,"minute"),j("minute","m"),U("minute",14),de("m",ne),de("mm",ne,J),ge(["m","mm"],4);var pn=G("Minutes",!1);W("s",["ss",2],0,"second"),j("second","s"),U("second",15),de("s",ne),de("ss",ne,J),ge(["s","ss"],5);var fn,dn,hn=G("Seconds",!1);for(W("S",0,0,(function(){return~~(this.millisecond()/100)})),W(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),W(0,["SSS",3],0,"millisecond"),W(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),W(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),W(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),W(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),W(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),W(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),j("millisecond","ms"),U("millisecond",16),de("S",ie,Q),de("SS",ie,J),de("SSS",ie,Z),fn="SSSS";fn.length<=9;fn+="S")de(fn,ce);function bn(e,t){t[6]=V(1e3*("0."+e))}for(fn="S";fn.length<=9;fn+="S")ge(fn,bn);dn=G("Milliseconds",!1),W("z",0,0,"zoneAbbr"),W("zz",0,0,"zoneName");var mn=v.prototype;function Mn(e){return e}mn.add=Vt,mn.calendar=function(e,t){1===arguments.length&&(arguments[0]?Kt(arguments[0])?(e=arguments[0],t=void 0):$t(arguments[0])&&(t=arguments[0],e=void 0):(e=void 0,t=void 0));var n=e||zt(),o=Pt(n,this).startOf("day"),i=r.calendarFormat(this,o)||"sameElse",a=t&&(x(t[i])?t[i].call(this,n):t[i]);return this.format(a||this.localeData().calendar(i,this,zt(n)))},mn.clone=function(){return new v(this)},mn.diff=function(e,t,n){var r,o,i;if(!this.isValid())return NaN;if(!(r=Pt(e,this)).isValid())return NaN;switch(o=6e4*(r.utcOffset()-this.utcOffset()),t=R(t)){case"year":i=Qt(this,r)/12;break;case"month":i=Qt(this,r);break;case"quarter":i=Qt(this,r)/3;break;case"second":i=(this-r)/1e3;break;case"minute":i=(this-r)/6e4;break;case"hour":i=(this-r)/36e5;break;case"day":i=(this-r-o)/864e5;break;case"week":i=(this-r-o)/6048e5;break;default:i=this-r}return n?i:H(i)},mn.endOf=function(e){var t,n;if(void 0===(e=R(e))||"millisecond"===e||!this.isValid())return this;switch(n=this._isUTC?rn:nn,e){case"year":t=n(this.year()+1,0,1)-1;break;case"quarter":t=n(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":t=n(this.year(),this.month()+1,1)-1;break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":t=n(this.year(),this.month(),this.date()+1)-1;break;case"hour":t=this._d.valueOf(),t+=36e5-tn(t+(this._isUTC?0:6e4*this.utcOffset()),36e5)-1;break;case"minute":t=this._d.valueOf(),t+=6e4-tn(t,6e4)-1;break;case"second":t=this._d.valueOf(),t+=1e3-tn(t,1e3)-1}return this._d.setTime(t),r.updateOffset(this,!0),this},mn.format=function(e){e||(e=this.isUtc()?r.defaultFormatUtc:r.defaultFormat);var t=P(this,e);return this.localeData().postformat(t)},mn.from=function(e,t){return this.isValid()&&(A(e)&&e.isValid()||zt(e).isValid())?Xt({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()},mn.fromNow=function(e){return this.from(zt(),e)},mn.to=function(e,t){return this.isValid()&&(A(e)&&e.isValid()||zt(e).isValid())?Xt({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()},mn.toNow=function(e){return this.to(zt(),e)},mn.get=function(e){return x(this[e=R(e)])?this[e]():this},mn.invalidAt=function(){return h(this).overflow},mn.isAfter=function(e,t){var n=A(e)?e:zt(e);return!(!this.isValid()||!n.isValid())&&("millisecond"===(t=R(t)||"millisecond")?this.valueOf()>n.valueOf():n.valueOf()<this.clone().startOf(t).valueOf())},mn.isBefore=function(e,t){var n=A(e)?e:zt(e);return!(!this.isValid()||!n.isValid())&&("millisecond"===(t=R(t)||"millisecond")?this.valueOf()<n.valueOf():this.clone().endOf(t).valueOf()<n.valueOf())},mn.isBetween=function(e,t,n,r){var o=A(e)?e:zt(e),i=A(t)?t:zt(t);return!!(this.isValid()&&o.isValid()&&i.isValid())&&(("("===(r=r||"()")[0]?this.isAfter(o,n):!this.isBefore(o,n))&&(")"===r[1]?this.isBefore(i,n):!this.isAfter(i,n)))},mn.isSame=function(e,t){var n,r=A(e)?e:zt(e);return!(!this.isValid()||!r.isValid())&&("millisecond"===(t=R(t)||"millisecond")?this.valueOf()===r.valueOf():(n=r.valueOf(),this.clone().startOf(t).valueOf()<=n&&n<=this.clone().endOf(t).valueOf()))},mn.isSameOrAfter=function(e,t){return this.isSame(e,t)||this.isAfter(e,t)},mn.isSameOrBefore=function(e,t){return this.isSame(e,t)||this.isBefore(e,t)},mn.isValid=function(){return b(this)},mn.lang=Zt,mn.locale=Jt,mn.localeData=en,mn.max=xt,mn.min=Tt,mn.parsingFlags=function(){return f({},h(this))},mn.set=function(e,t){if("object"===typeof e){var n,r=function(e){var t,n=[];for(t in e)a(e,t)&&n.push({unit:t,priority:I[t]});return n.sort((function(e,t){return e.priority-t.priority})),n}(e=X(e));for(n=0;n<r.length;n++)this[r[n].unit](e[r[n].unit])}else if(x(this[e=R(e)]))return this[e](t);return this},mn.startOf=function(e){var t,n;if(void 0===(e=R(e))||"millisecond"===e||!this.isValid())return this;switch(n=this._isUTC?rn:nn,e){case"year":t=n(this.year(),0,1);break;case"quarter":t=n(this.year(),this.month()-this.month()%3,1);break;case"month":t=n(this.year(),this.month(),1);break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":t=n(this.year(),this.month(),this.date());break;case"hour":t=this._d.valueOf(),t-=tn(t+(this._isUTC?0:6e4*this.utcOffset()),36e5);break;case"minute":t=this._d.valueOf(),t-=tn(t,6e4);break;case"second":t=this._d.valueOf(),t-=tn(t,1e3)}return this._d.setTime(t),r.updateOffset(this,!0),this},mn.subtract=Gt,mn.toArray=function(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]},mn.toObject=function(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}},mn.toDate=function(){return new Date(this.valueOf())},mn.toISOString=function(e){if(!this.isValid())return null;var t=!0!==e,n=t?this.clone().utc():this;return n.year()<0||n.year()>9999?P(n,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):x(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",P(n,"Z")):P(n,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")},mn.inspect=function(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e,t,n,r="moment",o="";return this.isLocal()||(r=0===this.utcOffset()?"moment.utc":"moment.parseZone",o="Z"),e="["+r+'("]',t=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",n=o+'[")]',this.format(e+t+"-MM-DD[T]HH:mm:ss.SSS"+n)},"undefined"!==typeof Symbol&&null!=Symbol.for&&(mn[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),mn.toJSON=function(){return this.isValid()?this.toISOString():null},mn.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},mn.unix=function(){return Math.floor(this.valueOf()/1e3)},mn.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},mn.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},mn.eraName=function(){var e,t,n,r=this.localeData().eras();for(e=0,t=r.length;e<t;++e){if(n=this.clone().startOf("day").valueOf(),r[e].since<=n&&n<=r[e].until)return r[e].name;if(r[e].until<=n&&n<=r[e].since)return r[e].name}return""},mn.eraNarrow=function(){var e,t,n,r=this.localeData().eras();for(e=0,t=r.length;e<t;++e){if(n=this.clone().startOf("day").valueOf(),r[e].since<=n&&n<=r[e].until)return r[e].narrow;if(r[e].until<=n&&n<=r[e].since)return r[e].narrow}return""},mn.eraAbbr=function(){var e,t,n,r=this.localeData().eras();for(e=0,t=r.length;e<t;++e){if(n=this.clone().startOf("day").valueOf(),r[e].since<=n&&n<=r[e].until)return r[e].abbr;if(r[e].until<=n&&n<=r[e].since)return r[e].abbr}return""},mn.eraYear=function(){var e,t,n,o,i=this.localeData().eras();for(e=0,t=i.length;e<t;++e)if(n=i[e].since<=i[e].until?1:-1,o=this.clone().startOf("day").valueOf(),i[e].since<=o&&o<=i[e].until||i[e].until<=o&&o<=i[e].since)return(this.year()-r(i[e].since).year())*n+i[e].offset;return this.year()},mn.year=Ce,mn.isLeapYear=function(){return F(this.year())},mn.weekYear=function(e){return cn.call(this,e,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)},mn.isoWeekYear=function(e){return cn.call(this,e,this.isoWeek(),this.isoWeekday(),1,4)},mn.quarter=mn.quarters=function(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)},mn.month=Le,mn.daysInMonth=function(){return Ae(this.year(),this.month())},mn.week=mn.weeks=function(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")},mn.isoWeek=mn.isoWeeks=function(e){var t=De(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")},mn.weeksInYear=function(){var e=this.localeData()._week;return Be(this.year(),e.dow,e.doy)},mn.weeksInWeekYear=function(){var e=this.localeData()._week;return Be(this.weekYear(),e.dow,e.doy)},mn.isoWeeksInYear=function(){return Be(this.year(),1,4)},mn.isoWeeksInISOWeekYear=function(){return Be(this.isoWeekYear(),1,4)},mn.date=ln,mn.day=mn.days=function(e){if(!this.isValid())return null!=e?this:NaN;var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=e?(e=function(e,t){return"string"!==typeof e?e:isNaN(e)?"number"===typeof(e=t.weekdaysParse(e))?e:null:parseInt(e,10)}(e,this.localeData()),this.add(e-t,"d")):t},mn.weekday=function(e){if(!this.isValid())return null!=e?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return null==e?t:this.add(e-t,"d")},mn.isoWeekday=function(e){if(!this.isValid())return null!=e?this:NaN;if(null!=e){var t=function(e,t){return"string"===typeof e?t.weekdaysParse(e)%7||7:isNaN(e)?null:e}(e,this.localeData());return this.day(this.day()%7?t:t-7)}return this.day()||7},mn.dayOfYear=function(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==e?t:this.add(e-t,"d")},mn.hour=mn.hours=Je,mn.minute=mn.minutes=pn,mn.second=mn.seconds=hn,mn.millisecond=mn.milliseconds=dn,mn.utcOffset=function(e,t,n){var o,i=this._offset||0;if(!this.isValid())return null!=e?this:NaN;if(null!=e){if("string"===typeof e){if(null===(e=Wt(pe,e)))return this}else Math.abs(e)<16&&!n&&(e*=60);return!this._isUTC&&t&&(o=Dt(this)),this._offset=e,this._isUTC=!0,null!=o&&this.add(o,"m"),i!==e&&(!t||this._changeInProgress?Ht(this,Xt(e-i,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,r.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?i:Dt(this)},mn.utc=function(e){return this.utcOffset(0,e)},mn.local=function(e){return this._isUTC&&(this.utcOffset(0,e),this._isUTC=!1,e&&this.subtract(Dt(this),"m")),this},mn.parseZone=function(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"===typeof this._i){var e=Wt(le,this._i);null!=e?this.utcOffset(e):this.utcOffset(0,!0)}return this},mn.hasAlignedHourOffset=function(e){return!!this.isValid()&&(e=e?zt(e).utcOffset():0,(this.utcOffset()-e)%60===0)},mn.isDST=function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},mn.isLocal=function(){return!!this.isValid()&&!this._isUTC},mn.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},mn.isUtc=Bt,mn.isUTC=Bt,mn.zoneAbbr=function(){return this._isUTC?"UTC":""},mn.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},mn.dates=w("dates accessor is deprecated. Use date instead.",ln),mn.months=w("months accessor is deprecated. Use month instead",Le),mn.years=w("years accessor is deprecated. Use year instead",Ce),mn.zone=w("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",(function(e,t){return null!=e?("string"!==typeof e&&(e=-e),this.utcOffset(e,t),this):-this.utcOffset()})),mn.isDSTShifted=w("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",(function(){if(!c(this._isDSTShifted))return this._isDSTShifted;var e,t={};return y(t,this),(t=wt(t))._a?(e=t._isUTC?d(t._a):zt(t._a),this._isDSTShifted=this.isValid()&&function(e,t,n){var r,o=Math.min(e.length,t.length),i=Math.abs(e.length-t.length),a=0;for(r=0;r<o;r++)(n&&e[r]!==t[r]||!n&&V(e[r])!==V(t[r]))&&a++;return a+i}(t._a,e.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}));var gn=L.prototype;function yn(e,t,n,r){var o=st(),i=d().set(r,t);return o[n](i,e)}function vn(e,t,n){if(u(e)&&(t=e,e=void 0),e=e||"",null!=t)return yn(e,t,n,"month");var r,o=[];for(r=0;r<12;r++)o[r]=yn(e,r,n,"month");return o}function An(e,t,n,r){"boolean"===typeof e?(u(t)&&(n=t,t=void 0),t=t||""):(n=t=e,e=!1,u(t)&&(n=t,t=void 0),t=t||"");var o,i=st(),a=e?i._week.dow:0,s=[];if(null!=n)return yn(t,(n+a)%7,r,"day");for(o=0;o<7;o++)s[o]=yn(t,(o+a)%7,r,"day");return s}gn.calendar=function(e,t,n){var r=this._calendar[e]||this._calendar.sameElse;return x(r)?r.call(t,n):r},gn.longDateFormat=function(e){var t=this._longDateFormat[e],n=this._longDateFormat[e.toUpperCase()];return t||!n?t:(this._longDateFormat[e]=n.match(S).map((function(e){return"MMMM"===e||"MM"===e||"DD"===e||"dddd"===e?e.slice(1):e})).join(""),this._longDateFormat[e])},gn.invalidDate=function(){return this._invalidDate},gn.ordinal=function(e){return this._ordinal.replace("%d",e)},gn.preparse=Mn,gn.postformat=Mn,gn.relativeTime=function(e,t,n,r){var o=this._relativeTime[n];return x(o)?o(e,t,n,r):o.replace(/%d/i,e)},gn.pastFuture=function(e,t){var n=this._relativeTime[e>0?"future":"past"];return x(n)?n(t):n.replace(/%s/i,t)},gn.set=function(e){var t,n;for(n in e)a(e,n)&&(x(t=e[n])?this[n]=t:this["_"+n]=t);this._config=e,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)},gn.eras=function(e,t){var n,o,i,a=this._eras||st("en")._eras;for(n=0,o=a.length;n<o;++n){switch(typeof a[n].since){case"string":i=r(a[n].since).startOf("day"),a[n].since=i.valueOf()}switch(typeof a[n].until){case"undefined":a[n].until=1/0;break;case"string":i=r(a[n].until).startOf("day").valueOf(),a[n].until=i.valueOf()}}return a},gn.erasParse=function(e,t,n){var r,o,i,a,s,c=this.eras();for(e=e.toUpperCase(),r=0,o=c.length;r<o;++r)if(i=c[r].name.toUpperCase(),a=c[r].abbr.toUpperCase(),s=c[r].narrow.toUpperCase(),n)switch(t){case"N":case"NN":case"NNN":if(a===e)return c[r];break;case"NNNN":if(i===e)return c[r];break;case"NNNNN":if(s===e)return c[r]}else if([i,a,s].indexOf(e)>=0)return c[r]},gn.erasConvertYear=function(e,t){var n=e.since<=e.until?1:-1;return void 0===t?r(e.since).year():r(e.since).year()+(t-e.offset)*n},gn.erasAbbrRegex=function(e){return a(this,"_erasAbbrRegex")||an.call(this),e?this._erasAbbrRegex:this._erasRegex},gn.erasNameRegex=function(e){return a(this,"_erasNameRegex")||an.call(this),e?this._erasNameRegex:this._erasRegex},gn.erasNarrowRegex=function(e){return a(this,"_erasNarrowRegex")||an.call(this),e?this._erasNarrowRegex:this._erasRegex},gn.months=function(e,t){return e?o(this._months)?this._months[e.month()]:this._months[(this._months.isFormat||Oe).test(t)?"format":"standalone"][e.month()]:o(this._months)?this._months:this._months.standalone},gn.monthsShort=function(e,t){return e?o(this._monthsShort)?this._monthsShort[e.month()]:this._monthsShort[Oe.test(t)?"format":"standalone"][e.month()]:o(this._monthsShort)?this._monthsShort:this._monthsShort.standalone},gn.monthsParse=function(e,t,n){var r,o,i;if(this._monthsParseExact)return xe.call(this,e,t,n);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),r=0;r<12;r++){if(o=d([2e3,r]),n&&!this._longMonthsParse[r]&&(this._longMonthsParse[r]=new RegExp("^"+this.months(o,"").replace(".","")+"$","i"),this._shortMonthsParse[r]=new RegExp("^"+this.monthsShort(o,"").replace(".","")+"$","i")),n||this._monthsParse[r]||(i="^"+this.months(o,"")+"|^"+this.monthsShort(o,""),this._monthsParse[r]=new RegExp(i.replace(".",""),"i")),n&&"MMMM"===t&&this._longMonthsParse[r].test(e))return r;if(n&&"MMM"===t&&this._shortMonthsParse[r].test(e))return r;if(!n&&this._monthsParse[r].test(e))return r}},gn.monthsRegex=function(e){return this._monthsParseExact?(a(this,"_monthsRegex")||Ee.call(this),e?this._monthsStrictRegex:this._monthsRegex):(a(this,"_monthsRegex")||(this._monthsRegex=Te),this._monthsStrictRegex&&e?this._monthsStrictRegex:this._monthsRegex)},gn.monthsShortRegex=function(e){return this._monthsParseExact?(a(this,"_monthsRegex")||Ee.call(this),e?this._monthsShortStrictRegex:this._monthsShortRegex):(a(this,"_monthsShortRegex")||(this._monthsShortRegex=ze),this._monthsShortStrictRegex&&e?this._monthsShortStrictRegex:this._monthsShortRegex)},gn.week=function(e){return De(e,this._week.dow,this._week.doy).week},gn.firstDayOfYear=function(){return this._week.doy},gn.firstDayOfWeek=function(){return this._week.dow},gn.weekdays=function(e,t){var n=o(this._weekdays)?this._weekdays:this._weekdays[e&&!0!==e&&this._weekdays.isFormat.test(t)?"format":"standalone"];return!0===e?je(n,this._week.dow):e?n[e.day()]:n},gn.weekdaysMin=function(e){return!0===e?je(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin},gn.weekdaysShort=function(e){return!0===e?je(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort},gn.weekdaysParse=function(e,t,n){var r,o,i;if(this._weekdaysParseExact)return Ve.call(this,e,t,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),r=0;r<7;r++){if(o=d([2e3,1]).day(r),n&&!this._fullWeekdaysParse[r]&&(this._fullWeekdaysParse[r]=new RegExp("^"+this.weekdays(o,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[r]=new RegExp("^"+this.weekdaysShort(o,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[r]=new RegExp("^"+this.weekdaysMin(o,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[r]||(i="^"+this.weekdays(o,"")+"|^"+this.weekdaysShort(o,"")+"|^"+this.weekdaysMin(o,""),this._weekdaysParse[r]=new RegExp(i.replace(".",""),"i")),n&&"dddd"===t&&this._fullWeekdaysParse[r].test(e))return r;if(n&&"ddd"===t&&this._shortWeekdaysParse[r].test(e))return r;if(n&&"dd"===t&&this._minWeekdaysParse[r].test(e))return r;if(!n&&this._weekdaysParse[r].test(e))return r}},gn.weekdaysRegex=function(e){return this._weekdaysParseExact?(a(this,"_weekdaysRegex")||Ge.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(a(this,"_weekdaysRegex")||(this._weekdaysRegex=Ue),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)},gn.weekdaysShortRegex=function(e){return this._weekdaysParseExact?(a(this,"_weekdaysRegex")||Ge.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(a(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Fe),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)},gn.weekdaysMinRegex=function(e){return this._weekdaysParseExact?(a(this,"_weekdaysRegex")||Ge.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(a(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=He),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)},gn.isPM=function(e){return"p"===(e+"").toLowerCase().charAt(0)},gn.meridiem=function(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"},it("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1===V(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}}),r.lang=w("moment.lang is deprecated. Use moment.locale instead.",it),r.langData=w("moment.langData is deprecated. Use moment.localeData instead.",st);var _n=Math.abs;function wn(e,t,n,r){var o=Xt(t,n);return e._milliseconds+=r*o._milliseconds,e._days+=r*o._days,e._months+=r*o._months,e._bubble()}function On(e){return e<0?Math.floor(e):Math.ceil(e)}function zn(e){return 4800*e/146097}function Tn(e){return 146097*e/4800}function xn(e){return function(){return this.as(e)}}var Nn=xn("ms"),Ln=xn("s"),En=xn("m"),Sn=xn("h"),Cn=xn("d"),kn=xn("w"),qn=xn("M"),Wn=xn("Q"),Pn=xn("y");function Dn(e){return function(){return this.isValid()?this._data[e]:NaN}}var Bn=Dn("milliseconds"),jn=Dn("seconds"),Rn=Dn("minutes"),Xn=Dn("hours"),In=Dn("days"),Un=Dn("months"),Fn=Dn("years"),Hn=Math.round,Vn={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function Gn(e,t,n,r,o){return o.relativeTime(t||1,!!n,e,r)}var Yn=Math.abs;function Kn(e){return(e>0)-(e<0)||+e}function $n(){if(!this.isValid())return this.localeData().invalidDate();var e,t,n,r,o,i,a,s,c=Yn(this._milliseconds)/1e3,u=Yn(this._days),l=Yn(this._months),p=this.asSeconds();return p?(e=H(c/60),t=H(e/60),c%=60,e%=60,n=H(l/12),l%=12,r=c?c.toFixed(3).replace(/\.?0+$/,""):"",o=p<0?"-":"",i=Kn(this._months)!==Kn(p)?"-":"",a=Kn(this._days)!==Kn(p)?"-":"",s=Kn(this._milliseconds)!==Kn(p)?"-":"",o+"P"+(n?i+n+"Y":"")+(l?i+l+"M":"")+(u?a+u+"D":"")+(t||e||c?"T":"")+(t?s+t+"H":"")+(e?s+e+"M":"")+(c?s+r+"S":"")):"P0D"}var Qn=Et.prototype;return Qn.isValid=function(){return this._isValid},Qn.abs=function(){var e=this._data;return this._milliseconds=_n(this._milliseconds),this._days=_n(this._days),this._months=_n(this._months),e.milliseconds=_n(e.milliseconds),e.seconds=_n(e.seconds),e.minutes=_n(e.minutes),e.hours=_n(e.hours),e.months=_n(e.months),e.years=_n(e.years),this},Qn.add=function(e,t){return wn(this,e,t,1)},Qn.subtract=function(e,t){return wn(this,e,t,-1)},Qn.as=function(e){if(!this.isValid())return NaN;var t,n,r=this._milliseconds;if("month"===(e=R(e))||"quarter"===e||"year"===e)switch(t=this._days+r/864e5,n=this._months+zn(t),e){case"month":return n;case"quarter":return n/3;case"year":return n/12}else switch(t=this._days+Math.round(Tn(this._months)),e){case"week":return t/7+r/6048e5;case"day":return t+r/864e5;case"hour":return 24*t+r/36e5;case"minute":return 1440*t+r/6e4;case"second":return 86400*t+r/1e3;case"millisecond":return Math.floor(864e5*t)+r;default:throw new Error("Unknown unit "+e)}},Qn.asMilliseconds=Nn,Qn.asSeconds=Ln,Qn.asMinutes=En,Qn.asHours=Sn,Qn.asDays=Cn,Qn.asWeeks=kn,Qn.asMonths=qn,Qn.asQuarters=Wn,Qn.asYears=Pn,Qn.valueOf=function(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*V(this._months/12):NaN},Qn._bubble=function(){var e,t,n,r,o,i=this._milliseconds,a=this._days,s=this._months,c=this._data;return i>=0&&a>=0&&s>=0||i<=0&&a<=0&&s<=0||(i+=864e5*On(Tn(s)+a),a=0,s=0),c.milliseconds=i%1e3,e=H(i/1e3),c.seconds=e%60,t=H(e/60),c.minutes=t%60,n=H(t/60),c.hours=n%24,a+=H(n/24),o=H(zn(a)),s+=o,a-=On(Tn(o)),r=H(s/12),s%=12,c.days=a,c.months=s,c.years=r,this},Qn.clone=function(){return Xt(this)},Qn.get=function(e){return e=R(e),this.isValid()?this[e+"s"]():NaN},Qn.milliseconds=Bn,Qn.seconds=jn,Qn.minutes=Rn,Qn.hours=Xn,Qn.days=In,Qn.weeks=function(){return H(this.days()/7)},Qn.months=Un,Qn.years=Fn,Qn.humanize=function(e,t){if(!this.isValid())return this.localeData().invalidDate();var n,r,o=!1,i=Vn;return"object"===typeof e&&(t=e,e=!1),"boolean"===typeof e&&(o=e),"object"===typeof t&&(i=Object.assign({},Vn,t),null!=t.s&&null==t.ss&&(i.ss=t.s-1)),n=this.localeData(),r=function(e,t,n,r){var o=Xt(e).abs(),i=Hn(o.as("s")),a=Hn(o.as("m")),s=Hn(o.as("h")),c=Hn(o.as("d")),u=Hn(o.as("M")),l=Hn(o.as("w")),p=Hn(o.as("y")),f=i<=n.ss&&["s",i]||i<n.s&&["ss",i]||a<=1&&["m"]||a<n.m&&["mm",a]||s<=1&&["h"]||s<n.h&&["hh",s]||c<=1&&["d"]||c<n.d&&["dd",c];return null!=n.w&&(f=f||l<=1&&["w"]||l<n.w&&["ww",l]),(f=f||u<=1&&["M"]||u<n.M&&["MM",u]||p<=1&&["y"]||["yy",p])[2]=t,f[3]=+e>0,f[4]=r,Gn.apply(null,f)}(this,!o,i,n),o&&(r=n.pastFuture(+this,r)),n.postformat(r)},Qn.toISOString=$n,Qn.toString=$n,Qn.toJSON=$n,Qn.locale=Jt,Qn.localeData=en,Qn.toIsoString=w("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",$n),Qn.lang=Zt,W("X",0,0,"unix"),W("x",0,0,"valueOf"),de("x",ue),de("X",/[+-]?\d+(\.\d{1,3})?/),ge("X",(function(e,t,n){n._d=new Date(1e3*parseFloat(e))})),ge("x",(function(e,t,n){n._d=new Date(V(e))})),r.version="2.29.1",t=zt,r.fn=mn,r.min=function(){var e=[].slice.call(arguments,0);return Nt("isBefore",e)},r.max=function(){var e=[].slice.call(arguments,0);return Nt("isAfter",e)},r.now=function(){return Date.now?Date.now():+new Date},r.utc=d,r.unix=function(e){return zt(1e3*e)},r.months=function(e,t){return vn(e,t,"months")},r.isDate=l,r.locale=it,r.invalid=m,r.duration=Xt,r.isMoment=A,r.weekdays=function(e,t,n){return An(e,t,n,"weekdays")},r.parseZone=function(){return zt.apply(null,arguments).parseZone()},r.localeData=st,r.isDuration=St,r.monthsShort=function(e,t){return vn(e,t,"monthsShort")},r.weekdaysMin=function(e,t,n){return An(e,t,n,"weekdaysMin")},r.defineLocale=at,r.updateLocale=function(e,t){if(null!=t){var n,r,o=Ze;null!=et[e]&&null!=et[e].parentLocale?et[e].set(N(et[e]._config,t)):(null!=(r=ot(e))&&(o=r._config),t=N(o,t),null==r&&(t.abbr=e),(n=new L(t)).parentLocale=et[e],et[e]=n),it(e)}else null!=et[e]&&(null!=et[e].parentLocale?(et[e]=et[e].parentLocale,e===it()&&it(e)):null!=et[e]&&delete et[e]);return et[e]},r.locales=function(){return O(et)},r.weekdaysShort=function(e,t,n){return An(e,t,n,"weekdaysShort")},r.normalizeUnits=R,r.relativeTimeRounding=function(e){return void 0===e?Hn:"function"===typeof e&&(Hn=e,!0)},r.relativeTimeThreshold=function(e,t){return void 0!==Vn[e]&&(void 0===t?Vn[e]:(Vn[e]=t,"s"===e&&(Vn.ss=t-1),!0))},r.calendarFormat=function(e,t){var n=e.diff(t,"days",!0);return n<-6?"sameElse":n<-1?"lastWeek":n<0?"lastDay":n<1?"sameDay":n<2?"nextDay":n<7?"nextWeek":"sameElse"},r.prototype=mn,r.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},r}()}).call(this,n(82)(e))},function(e,t,n){"use strict";var r=n(3),o=n(5),i=n(20),a=n(0),s=n.n(a),c=n(1),u=n.n(c),l=n(4),p=n.n(l),f=n(31),d=n(2);function h(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function b(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?h(Object(n),!0).forEach((function(t){Object(i.a)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):h(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var m=b(b({},f.Transition.propTypes),{},{children:u.a.oneOfType([u.a.arrayOf(u.a.node),u.a.node]),tag:d.l,baseClass:u.a.string,baseClassActive:u.a.string,className:u.a.string,cssModule:u.a.object,innerRef:u.a.oneOfType([u.a.object,u.a.string,u.a.func])}),M=b(b({},f.Transition.defaultProps),{},{tag:"div",baseClass:"fade",baseClassActive:"show",timeout:d.e.Fade,appear:!0,enter:!0,exit:!0,in:!0});function g(e){var t=e.tag,n=e.baseClass,i=e.baseClassActive,a=e.className,c=e.cssModule,u=e.children,l=e.innerRef,h=Object(o.a)(e,["tag","baseClass","baseClassActive","className","cssModule","children","innerRef"]),b=Object(d.k)(h,d.c),m=Object(d.j)(h,d.c);return s.a.createElement(f.Transition,b,(function(e){var o="entered"===e,f=Object(d.i)(p()(a,n,o&&i),c);return s.a.createElement(t,Object(r.a)({className:f},m,{ref:l}),u)}))}g.propTypes=m,g.defaultProps=M,t.a=g},,function(e,t,n){"use strict";n.d(t,"c",(function(){return r})),n.d(t,"a",(function(){return o})),n.d(t,"b",(function(){return i}));var r=function(e){return Array.isArray(e)?e[0]:e},o=function(e){if("function"===typeof e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return e.apply(void 0,n)}},i=function(e,t){if("function"===typeof e)return o(e,t);null!=e&&(e.current=t)}},function(e,t,n){"use strict";!function e(){if("undefined"!==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"===typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE){0;try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(t){console.error(t)}}}(),e.exports=n(84)},function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n(0),o=n.n(r).a.createContext({})},function(e,t,n){"use strict";var r=s(n(91)),o=s(n(96)),i=s(n(58)),a=s(n(56));function s(e){return e&&e.__esModule?e:{default:e}}e.exports={Transition:a.default,TransitionGroup:i.default,ReplaceTransition:o.default,CSSTransition:r.default}},function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n(34);function o(e){if("undefined"===typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(e=Object(r.a)(e))){var t=0,n=function(){};return{s:n,n:function(){return t>=e.length?{done:!0}:{done:!1,value:e[t++]}},e:function(e){throw e},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,i,a=!0,s=!1;return{s:function(){o=e[Symbol.iterator]()},n:function(){var e=o.next();return a=e.done,e},e:function(e){s=!0,i=e},f:function(){try{a||null==o.return||o.return()}finally{if(s)throw i}}}}},function(e,t){function n(){return e.exports=n=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},n.apply(this,arguments)}e.exports=n},function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n(41);function o(e,t){if(e){if("string"===typeof e)return Object(r.a)(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Object(r.a)(e,t):void 0}}},function(e,t){e.exports=function(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}},function(e,t,n){"use strict";function r(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}n.d(t,"a",(function(){return r}))},function(e,t,n){"use strict";e.exports=function(e,t,n,r,o,i,a,s){if(!e){var c;if(void 0===t)c=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var u=[n,r,o,i,a,s],l=0;(c=new Error(t.replace(/%s/g,(function(){return u[l++]})))).name="Invariant Violation"}throw c.framesToPop=1,c}}},function(e,t,n){"use strict";(function(e,r){function o(e){return(o="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function i(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function s(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"===typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){a(e,t,n[t])}))}return e}function c(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=[],r=!0,o=!1,i=void 0;try{for(var a,s=e[Symbol.iterator]();!(r=(a=s.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(c){o=!0,i=c}finally{try{r||null==s.return||s.return()}finally{if(o)throw i}}return n}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}function u(e){return function(e){if(Array.isArray(e)){for(var t=0,n=new Array(e.length);t<e.length;t++)n[t]=e[t];return n}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}n.d(t,"b",(function(){return Tt})),n.d(t,"c",(function(){return _t})),n.d(t,"a",(function(){return Ot})),n.d(t,"d",(function(){return zt}));var l=function(){},p={},f={},d=null,h={mark:l,measure:l};try{"undefined"!==typeof window&&(p=window),"undefined"!==typeof document&&(f=document),"undefined"!==typeof MutationObserver&&(d=MutationObserver),"undefined"!==typeof performance&&(h=performance)}catch(Lt){}var b=(p.navigator||{}).userAgent,m=void 0===b?"":b,M=p,g=f,y=d,v=h,A=(M.document,!!g.documentElement&&!!g.head&&"function"===typeof g.addEventListener&&"function"===typeof g.createElement),_=~m.indexOf("MSIE")||~m.indexOf("Trident/"),w=["HTML","HEAD","STYLE","SCRIPT"],O=function(){try{return!0}catch(Lt){return!1}}(),z={fas:"solid",far:"regular",fal:"light",fad:"duotone",fab:"brands",fak:"kit",fa:"solid"},T={solid:"fas",regular:"far",light:"fal",duotone:"fad",brands:"fab",kit:"fak"},x=/Font Awesome ([5 ]*)(Solid|Regular|Light|Duotone|Brands|Free|Pro|Kit).*/,N={900:"fas",400:"far",normal:"far",300:"fal"},L=[1,2,3,4,5,6,7,8,9,10],E=L.concat([11,12,13,14,15,16,17,18,19,20]),S=["class","data-prefix","data-icon","data-fa-transform","data-fa-mask"],C={GROUP:"group",SWAP_OPACITY:"swap-opacity",PRIMARY:"primary",SECONDARY:"secondary"},k=["xs","sm","lg","fw","ul","li","border","pull-left","pull-right","spin","pulse","rotate-90","rotate-180","rotate-270","flip-horizontal","flip-vertical","flip-both","stack","stack-1x","stack-2x","inverse","layers","layers-text","layers-counter",C.GROUP,C.SWAP_OPACITY,C.PRIMARY,C.SECONDARY].concat(L.map((function(e){return"".concat(e,"x")}))).concat(E.map((function(e){return"w-".concat(e)}))),q=M.FontAwesomeConfig||{};if(g&&"function"===typeof g.querySelector){[["data-family-prefix","familyPrefix"],["data-replacement-class","replacementClass"],["data-auto-replace-svg","autoReplaceSvg"],["data-auto-add-css","autoAddCss"],["data-auto-a11y","autoA11y"],["data-search-pseudo-elements","searchPseudoElements"],["data-observe-mutations","observeMutations"],["data-mutate-approach","mutateApproach"],["data-keep-original-source","keepOriginalSource"],["data-measure-performance","measurePerformance"],["data-show-missing-icons","showMissingIcons"]].forEach((function(e){var t=c(e,2),n=t[0],r=t[1],o=function(e){return""===e||"false"!==e&&("true"===e||e)}(function(e){var t=g.querySelector("script["+e+"]");if(t)return t.getAttribute(e)}(n));void 0!==o&&null!==o&&(q[r]=o)}))}var W=s({},{familyPrefix:"fa",replacementClass:"svg-inline--fa",autoReplaceSvg:!0,autoAddCss:!0,autoA11y:!0,searchPseudoElements:!1,observeMutations:!0,mutateApproach:"async",keepOriginalSource:!0,measurePerformance:!1,showMissingIcons:!0},q);W.autoReplaceSvg||(W.observeMutations=!1);var P=s({},W);M.FontAwesomeConfig=P;var D=M||{};D.___FONT_AWESOME___||(D.___FONT_AWESOME___={}),D.___FONT_AWESOME___.styles||(D.___FONT_AWESOME___.styles={}),D.___FONT_AWESOME___.hooks||(D.___FONT_AWESOME___.hooks={}),D.___FONT_AWESOME___.shims||(D.___FONT_AWESOME___.shims=[]);var B=D.___FONT_AWESOME___,j=[],R=!1;function X(e){A&&(R?setTimeout(e,0):j.push(e))}A&&((R=(g.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(g.readyState))||g.addEventListener("DOMContentLoaded",(function e(){g.removeEventListener("DOMContentLoaded",e),R=1,j.map((function(e){return e()}))})));var I,U=function(){},F="undefined"!==typeof e&&"undefined"!==typeof e.process&&"function"===typeof e.process.emit,H="undefined"===typeof r?setTimeout:r,V=[];function G(){for(var e=0;e<V.length;e++)V[e][0](V[e][1]);V=[],I=!1}function Y(e,t){V.push([e,t]),I||(I=!0,H(G,0))}function K(e){var t=e.owner,n=t._state,r=t._data,o=e[n],i=e.then;if("function"===typeof o){n="fulfilled";try{r=o(r)}catch(Lt){Z(i,Lt)}}$(i,r)||("fulfilled"===n&&Q(i,r),"rejected"===n&&Z(i,r))}function $(e,t){var n;try{if(e===t)throw new TypeError("A promises callback cannot return that same promise.");if(t&&("function"===typeof t||"object"===o(t))){var r=t.then;if("function"===typeof r)return r.call(t,(function(r){n||(n=!0,t===r?J(e,r):Q(e,r))}),(function(t){n||(n=!0,Z(e,t))})),!0}}catch(Lt){return n||Z(e,Lt),!0}return!1}function Q(e,t){e!==t&&$(e,t)||J(e,t)}function J(e,t){"pending"===e._state&&(e._state="settled",e._data=t,Y(te,e))}function Z(e,t){"pending"===e._state&&(e._state="settled",e._data=t,Y(ne,e))}function ee(e){e._then=e._then.forEach(K)}function te(e){e._state="fulfilled",ee(e)}function ne(t){t._state="rejected",ee(t),!t._handled&&F&&e.process.emit("unhandledRejection",t._data,t)}function re(t){e.process.emit("rejectionHandled",t)}function oe(e){if("function"!==typeof e)throw new TypeError("Promise resolver "+e+" is not a function");if(this instanceof oe===!1)throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.");this._then=[],function(e,t){function n(e){Z(t,e)}try{e((function(e){Q(t,e)}),n)}catch(Lt){n(Lt)}}(e,this)}oe.prototype={constructor:oe,_state:"pending",_then:null,_data:void 0,_handled:!1,then:function(e,t){var n={owner:this,then:new this.constructor(U),fulfilled:e,rejected:t};return!t&&!e||this._handled||(this._handled=!0,"rejected"===this._state&&F&&Y(re,this)),"fulfilled"===this._state||"rejected"===this._state?Y(K,n):this._then.push(n),n.then},catch:function(e){return this.then(null,e)}},oe.all=function(e){if(!Array.isArray(e))throw new TypeError("You must pass an array to Promise.all().");return new oe((function(t,n){var r=[],o=0;function i(e){return o++,function(n){r[e]=n,--o||t(r)}}for(var a,s=0;s<e.length;s++)(a=e[s])&&"function"===typeof a.then?a.then(i(s),n):r[s]=a;o||t(r)}))},oe.race=function(e){if(!Array.isArray(e))throw new TypeError("You must pass an array to Promise.race().");return new oe((function(t,n){for(var r,o=0;o<e.length;o++)(r=e[o])&&"function"===typeof r.then?r.then(t,n):t(r)}))},oe.resolve=function(e){return e&&"object"===o(e)&&e.constructor===oe?e:new oe((function(t){t(e)}))},oe.reject=function(e){return new oe((function(t,n){n(e)}))};var ie="function"===typeof Promise?Promise:oe,ae=16,se={size:16,x:0,y:0,rotate:0,flipX:!1,flipY:!1};function ce(e){if(e&&A){var t=g.createElement("style");t.setAttribute("type","text/css"),t.innerHTML=e;for(var n=g.head.childNodes,r=null,o=n.length-1;o>-1;o--){var i=n[o],a=(i.tagName||"").toUpperCase();["STYLE","LINK"].indexOf(a)>-1&&(r=i)}return g.head.insertBefore(t,r),e}}function ue(){for(var e=12,t="";e-- >0;)t+="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"[62*Math.random()|0];return t}function le(e){for(var t=[],n=(e||[]).length>>>0;n--;)t[n]=e[n];return t}function pe(e){return e.classList?le(e.classList):(e.getAttribute("class")||"").split(" ").filter((function(e){return e}))}function fe(e,t){var n,r=t.split("-"),o=r[0],i=r.slice(1).join("-");return o!==e||""===i||(n=i,~k.indexOf(n))?null:i}function de(e){return"".concat(e).replace(/&/g,"&amp;").replace(/"/g,"&quot;").replace(/'/g,"&#39;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}function he(e){return Object.keys(e||{}).reduce((function(t,n){return t+"".concat(n,": ").concat(e[n],";")}),"")}function be(e){return e.size!==se.size||e.x!==se.x||e.y!==se.y||e.rotate!==se.rotate||e.flipX||e.flipY}function me(e){var t=e.transform,n=e.containerWidth,r=e.iconWidth,o={transform:"translate(".concat(n/2," 256)")},i="translate(".concat(32*t.x,", ").concat(32*t.y,") "),a="scale(".concat(t.size/16*(t.flipX?-1:1),", ").concat(t.size/16*(t.flipY?-1:1),") "),s="rotate(".concat(t.rotate," 0 0)");return{outer:o,inner:{transform:"".concat(i," ").concat(a," ").concat(s)},path:{transform:"translate(".concat(r/2*-1," -256)")}}}var Me={x:0,y:0,width:"100%",height:"100%"};function ge(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return e.attributes&&(e.attributes.fill||t)&&(e.attributes.fill="black"),e}function ye(e){var t=e.icons,n=t.main,r=t.mask,o=e.prefix,i=e.iconName,a=e.transform,c=e.symbol,u=e.title,l=e.maskId,p=e.titleId,f=e.extra,d=e.watchable,h=void 0!==d&&d,b=r.found?r:n,m=b.width,M=b.height,g="fak"===o,y=g?"":"fa-w-".concat(Math.ceil(m/M*16)),v=[P.replacementClass,i?"".concat(P.familyPrefix,"-").concat(i):"",y].filter((function(e){return-1===f.classes.indexOf(e)})).filter((function(e){return""!==e||!!e})).concat(f.classes).join(" "),A={children:[],attributes:s({},f.attributes,{"data-prefix":o,"data-icon":i,class:v,role:f.attributes.role||"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 ".concat(m," ").concat(M)})},_=g&&!~f.classes.indexOf("fa-fw")?{width:"".concat(m/M*16*.0625,"em")}:{};h&&(A.attributes["data-fa-i2svg"]=""),u&&A.children.push({tag:"title",attributes:{id:A.attributes["aria-labelledby"]||"title-".concat(p||ue())},children:[u]});var w=s({},A,{prefix:o,iconName:i,main:n,mask:r,maskId:l,transform:a,symbol:c,styles:s({},_,f.styles)}),O=r.found&&n.found?function(e){var t,n=e.children,r=e.attributes,o=e.main,i=e.mask,a=e.maskId,c=e.transform,u=o.width,l=o.icon,p=i.width,f=i.icon,d=me({transform:c,containerWidth:p,iconWidth:u}),h={tag:"rect",attributes:s({},Me,{fill:"white"})},b=l.children?{children:l.children.map(ge)}:{},m={tag:"g",attributes:s({},d.inner),children:[ge(s({tag:l.tag,attributes:s({},l.attributes,d.path)},b))]},M={tag:"g",attributes:s({},d.outer),children:[m]},g="mask-".concat(a||ue()),y="clip-".concat(a||ue()),v={tag:"mask",attributes:s({},Me,{id:g,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[h,M]},A={tag:"defs",children:[{tag:"clipPath",attributes:{id:y},children:(t=f,"g"===t.tag?t.children:[t])},v]};return n.push(A,{tag:"rect",attributes:s({fill:"currentColor","clip-path":"url(#".concat(y,")"),mask:"url(#".concat(g,")")},Me)}),{children:n,attributes:r}}(w):function(e){var t=e.children,n=e.attributes,r=e.main,o=e.transform,i=he(e.styles);if(i.length>0&&(n.style=i),be(o)){var a=me({transform:o,containerWidth:r.width,iconWidth:r.width});t.push({tag:"g",attributes:s({},a.outer),children:[{tag:"g",attributes:s({},a.inner),children:[{tag:r.icon.tag,children:r.icon.children,attributes:s({},r.icon.attributes,a.path)}]}]})}else t.push(r.icon);return{children:t,attributes:n}}(w),z=O.children,T=O.attributes;return w.children=z,w.attributes=T,c?function(e){var t=e.prefix,n=e.iconName,r=e.children,o=e.attributes,i=e.symbol;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:s({},o,{id:!0===i?"".concat(t,"-").concat(P.familyPrefix,"-").concat(n):i}),children:r}]}]}(w):function(e){var t=e.children,n=e.main,r=e.mask,o=e.attributes,i=e.styles,a=e.transform;if(be(a)&&n.found&&!r.found){var c={x:n.width/n.height/2,y:.5};o.style=he(s({},i,{"transform-origin":"".concat(c.x+a.x/16,"em ").concat(c.y+a.y/16,"em")}))}return[{tag:"svg",attributes:o,children:t}]}(w)}function ve(e){var t=e.content,n=e.width,r=e.height,o=e.transform,i=e.title,a=e.extra,c=e.watchable,u=void 0!==c&&c,l=s({},a.attributes,i?{title:i}:{},{class:a.classes.join(" ")});u&&(l["data-fa-i2svg"]="");var p=s({},a.styles);be(o)&&(p.transform=function(e){var t=e.transform,n=e.width,r=void 0===n?16:n,o=e.height,i=void 0===o?16:o,a=e.startCentered,s=void 0!==a&&a,c="";return c+=s&&_?"translate(".concat(t.x/ae-r/2,"em, ").concat(t.y/ae-i/2,"em) "):s?"translate(calc(-50% + ".concat(t.x/ae,"em), calc(-50% + ").concat(t.y/ae,"em)) "):"translate(".concat(t.x/ae,"em, ").concat(t.y/ae,"em) "),c+="scale(".concat(t.size/ae*(t.flipX?-1:1),", ").concat(t.size/ae*(t.flipY?-1:1),") "),c+="rotate(".concat(t.rotate,"deg) ")}({transform:o,startCentered:!0,width:n,height:r}),p["-webkit-transform"]=p.transform);var f=he(p);f.length>0&&(l.style=f);var d=[];return d.push({tag:"span",attributes:l,children:[t]}),i&&d.push({tag:"span",attributes:{class:"sr-only"},children:[i]}),d}function Ae(e){var t=e.content,n=e.title,r=e.extra,o=s({},r.attributes,n?{title:n}:{},{class:r.classes.join(" ")}),i=he(r.styles);i.length>0&&(o.style=i);var a=[];return a.push({tag:"span",attributes:o,children:[t]}),n&&a.push({tag:"span",attributes:{class:"sr-only"},children:[n]}),a}var _e=function(){},we=P.measurePerformance&&v&&v.mark&&v.measure?v:{mark:_e,measure:_e},Oe='FA "5.15.1"',ze=function(e){we.mark("".concat(Oe," ").concat(e," ends")),we.measure("".concat(Oe," ").concat(e),"".concat(Oe," ").concat(e," begins"),"".concat(Oe," ").concat(e," ends"))},Te=function(e){return we.mark("".concat(Oe," ").concat(e," begins")),function(){return ze(e)}},xe=function(e,t,n,r){var o,i,a,s=Object.keys(e),c=s.length,u=void 0!==r?function(e,t){return function(n,r,o,i){return e.call(t,n,r,o,i)}}(t,r):t;for(void 0===n?(o=1,a=e[s[0]]):(o=0,a=n);o<c;o++)a=u(a,e[i=s[o]],i,e);return a};function Ne(e){for(var t="",n=0;n<e.length;n++){t+=("000"+e.charCodeAt(n).toString(16)).slice(-4)}return t}function Le(e){if(1!==e.length)return!1;var t=function(e,t){var n,r=e.length,o=e.charCodeAt(t);return o>=55296&&o<=56319&&r>t+1&&(n=e.charCodeAt(t+1))>=56320&&n<=57343?1024*(o-55296)+n-56320+65536:o}(e,0);return t>=57344&&t<=63743}function Ee(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=n.skipHooks,o=void 0!==r&&r,i=Object.keys(t).reduce((function(e,n){var r=t[n];return!!r.icon?e[r.iconName]=r.icon:e[n]=r,e}),{});"function"!==typeof B.hooks.addPack||o?B.styles[e]=s({},B.styles[e]||{},i):B.hooks.addPack(e,i),"fas"===e&&Ee("fa",t)}var Se=B.styles,Ce=B.shims,ke={},qe={},We={},Pe=function(){var e=function(e){return xe(Se,(function(t,n,r){return t[r]=xe(n,e,{}),t}),{})};ke=e((function(e,t,n){return t[3]&&(e[t[3]]=n),e})),qe=e((function(e,t,n){var r=t[2];return e[n]=n,r.forEach((function(t){e[t]=n})),e}));var t="far"in Se;We=xe(Ce,(function(e,n){var r=n[0],o=n[1],i=n[2];return"far"!==o||t||(o="fas"),e[r]={prefix:o,iconName:i},e}),{})};function De(e,t){return(ke[e]||{})[t]}Pe();var Be=B.styles;function je(e){return e.reduce((function(e,t){var n=fe(P.familyPrefix,t);if(Be[t])e.prefix=t;else if(P.autoFetchSvg&&Object.keys(z).indexOf(t)>-1)e.prefix=t;else if(n){var r="fa"===e.prefix?We[n]||{prefix:null,iconName:null}:{};e.iconName=r.iconName||n,e.prefix=r.prefix||e.prefix}else t!==P.replacementClass&&0!==t.indexOf("fa-w-")&&e.rest.push(t);return e}),{prefix:null,iconName:null,rest:[]})}function Re(e,t,n){if(e&&e[t]&&e[t][n])return{prefix:t,iconName:n,icon:e[t][n]}}function Xe(e){var t=e.tag,n=e.attributes,r=void 0===n?{}:n,o=e.children,i=void 0===o?[]:o;return"string"===typeof e?de(e):"<".concat(t," ").concat(function(e){return Object.keys(e||{}).reduce((function(t,n){return t+"".concat(n,'="').concat(de(e[n]),'" ')}),"").trim()}(r),">").concat(i.map(Xe).join(""),"</").concat(t,">")}var Ie=function(){};function Ue(e){return"string"===typeof(e.getAttribute?e.getAttribute("data-fa-i2svg"):null)}var Fe={replace:function(e){var t=e[0],n=e[1].map((function(e){return Xe(e)})).join("\n");if(t.parentNode&&t.outerHTML)t.outerHTML=n+(P.keepOriginalSource&&"svg"!==t.tagName.toLowerCase()?"\x3c!-- ".concat(t.outerHTML," Font Awesome fontawesome.com --\x3e"):"");else if(t.parentNode){var r=document.createElement("span");t.parentNode.replaceChild(r,t),r.outerHTML=n}},nest:function(e){var t=e[0],n=e[1];if(~pe(t).indexOf(P.replacementClass))return Fe.replace(e);var r=new RegExp("".concat(P.familyPrefix,"-.*"));delete n[0].attributes.style,delete n[0].attributes.id;var o=n[0].attributes.class.split(" ").reduce((function(e,t){return t===P.replacementClass||t.match(r)?e.toSvg.push(t):e.toNode.push(t),e}),{toNode:[],toSvg:[]});n[0].attributes.class=o.toSvg.join(" ");var i=n.map((function(e){return Xe(e)})).join("\n");t.setAttribute("class",o.toNode.join(" ")),t.setAttribute("data-fa-i2svg",""),t.innerHTML=i}};function He(e){e()}function Ve(e,t){var n="function"===typeof t?t:Ie;if(0===e.length)n();else{var r=He;"async"===P.mutateApproach&&(r=M.requestAnimationFrame||He),r((function(){var t=!0===P.autoReplaceSvg?Fe.replace:Fe[P.autoReplaceSvg]||Fe.replace,r=Te("mutate");e.map(t),r(),n()}))}}var Ge=!1;function Ye(){Ge=!1}var Ke=null;function $e(e){if(y&&P.observeMutations){var t=e.treeCallback,n=e.nodeCallback,r=e.pseudoElementsCallback,o=e.observeMutationsRoot,i=void 0===o?g:o;Ke=new y((function(e){Ge||le(e).forEach((function(e){if("childList"===e.type&&e.addedNodes.length>0&&!Ue(e.addedNodes[0])&&(P.searchPseudoElements&&r(e.target),t(e.target)),"attributes"===e.type&&e.target.parentNode&&P.searchPseudoElements&&r(e.target.parentNode),"attributes"===e.type&&Ue(e.target)&&~S.indexOf(e.attributeName))if("class"===e.attributeName){var o=je(pe(e.target)),i=o.prefix,a=o.iconName;i&&e.target.setAttribute("data-prefix",i),a&&e.target.setAttribute("data-icon",a)}else n(e.target)}))})),A&&Ke.observe(i,{childList:!0,attributes:!0,characterData:!0,subtree:!0})}}function Qe(e){var t,n,r=e.getAttribute("data-prefix"),o=e.getAttribute("data-icon"),i=void 0!==e.innerText?e.innerText.trim():"",a=je(pe(e));return r&&o&&(a.prefix=r,a.iconName=o),a.prefix&&i.length>1?a.iconName=(t=a.prefix,n=e.innerText,(qe[t]||{})[n]):a.prefix&&1===i.length&&(a.iconName=De(a.prefix,Ne(e.innerText))),a}var Je=function(e){var t={size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0};return e?e.toLowerCase().split(" ").reduce((function(e,t){var n=t.toLowerCase().split("-"),r=n[0],o=n.slice(1).join("-");if(r&&"h"===o)return e.flipX=!0,e;if(r&&"v"===o)return e.flipY=!0,e;if(o=parseFloat(o),isNaN(o))return e;switch(r){case"grow":e.size=e.size+o;break;case"shrink":e.size=e.size-o;break;case"left":e.x=e.x-o;break;case"right":e.x=e.x+o;break;case"up":e.y=e.y-o;break;case"down":e.y=e.y+o;break;case"rotate":e.rotate=e.rotate+o}return e}),t):t};function Ze(e){var t=Qe(e),n=t.iconName,r=t.prefix,o=t.rest,i=function(e){var t=e.getAttribute("style"),n=[];return t&&(n=t.split(";").reduce((function(e,t){var n=t.split(":"),r=n[0],o=n.slice(1);return r&&o.length>0&&(e[r]=o.join(":").trim()),e}),{})),n}(e),a=function(e){return Je(e.getAttribute("data-fa-transform"))}(e),s=function(e){var t=e.getAttribute("data-fa-symbol");return null!==t&&(""===t||t)}(e),c=function(e){var t=le(e.attributes).reduce((function(e,t){return"class"!==e.name&&"style"!==e.name&&(e[t.name]=t.value),e}),{}),n=e.getAttribute("title"),r=e.getAttribute("data-fa-title-id");return P.autoA11y&&(n?t["aria-labelledby"]="".concat(P.replacementClass,"-title-").concat(r||ue()):(t["aria-hidden"]="true",t.focusable="false")),t}(e),u=function(e){var t=e.getAttribute("data-fa-mask");return t?je(t.split(" ").map((function(e){return e.trim()}))):{prefix:null,iconName:null,rest:[]}}(e);return{iconName:n,title:e.getAttribute("title"),titleId:e.getAttribute("data-fa-title-id"),prefix:r,transform:a,symbol:s,mask:u,maskId:e.getAttribute("data-fa-mask-id"),extra:{classes:o,styles:i,attributes:c}}}function et(e){this.name="MissingIcon",this.message=e||"Icon unavailable",this.stack=(new Error).stack}et.prototype=Object.create(Error.prototype),et.prototype.constructor=et;var tt={fill:"currentColor"},nt={attributeType:"XML",repeatCount:"indefinite",dur:"2s"},rt={tag:"path",attributes:s({},tt,{d:"M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z"})},ot=s({},nt,{attributeName:"opacity"}),it={tag:"g",children:[rt,{tag:"circle",attributes:s({},tt,{cx:"256",cy:"364",r:"28"}),children:[{tag:"animate",attributes:s({},nt,{attributeName:"r",values:"28;14;28;28;14;28;"})},{tag:"animate",attributes:s({},ot,{values:"1;0;1;1;0;1;"})}]},{tag:"path",attributes:s({},tt,{opacity:"1",d:"M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z"}),children:[{tag:"animate",attributes:s({},ot,{values:"1;0;0;0;0;1;"})}]},{tag:"path",attributes:s({},tt,{opacity:"0",d:"M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z"}),children:[{tag:"animate",attributes:s({},ot,{values:"0;0;1;1;0;0;"})}]}]},at=B.styles;function st(e){var t=e[0],n=e[1],r=c(e.slice(4),1)[0];return{found:!0,width:t,height:n,icon:Array.isArray(r)?{tag:"g",attributes:{class:"".concat(P.familyPrefix,"-").concat(C.GROUP)},children:[{tag:"path",attributes:{class:"".concat(P.familyPrefix,"-").concat(C.SECONDARY),fill:"currentColor",d:r[0]}},{tag:"path",attributes:{class:"".concat(P.familyPrefix,"-").concat(C.PRIMARY),fill:"currentColor",d:r[1]}}]}:{tag:"path",attributes:{fill:"currentColor",d:r}}}}function ct(e,t){return new ie((function(n,r){var o={found:!1,width:512,height:512,icon:it};if(e&&t&&at[t]&&at[t][e])return n(st(at[t][e]));!function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;if(t&&Le(t)){if(e&&e.iconUploads){var n=e.iconUploads,r=Object.keys(n).find((function(e){return n[e]&&n[e].u&&n[e].u===Ne(t)}));if(r)n[r].v}}else if(e&&e.iconUploads&&e.iconUploads[t]&&e.iconUploads[t].v)e.iconUploads[t].v}(M.FontAwesomeKitConfig,e);M.FontAwesomeKitConfig&&M.FontAwesomeKitConfig.token&&M.FontAwesomeKitConfig.token,e&&t&&!P.showMissingIcons?r(new et("Icon is missing for prefix ".concat(t," with icon name ").concat(e))):n(o)}))}var ut=B.styles;function lt(e){var t=Ze(e);return~t.extra.classes.indexOf("fa-layers-text")?function(e,t){var n=t.title,r=t.transform,o=t.extra,i=null,a=null;if(_){var s=parseInt(getComputedStyle(e).fontSize,10),c=e.getBoundingClientRect();i=c.width/s,a=c.height/s}return P.autoA11y&&!n&&(o.attributes["aria-hidden"]="true"),ie.resolve([e,ve({content:e.innerHTML,width:i,height:a,transform:r,title:n,extra:o,watchable:!0})])}(e,t):function(e,t){var n=t.iconName,r=t.title,o=t.titleId,i=t.prefix,a=t.transform,s=t.symbol,u=t.mask,l=t.maskId,p=t.extra;return new ie((function(t,f){ie.all([ct(n,i),ct(u.iconName,u.prefix)]).then((function(u){var f=c(u,2),d=f[0],h=f[1];t([e,ye({icons:{main:d,mask:h},prefix:i,iconName:n,transform:a,symbol:s,mask:h,maskId:l,title:r,titleId:o,extra:p,watchable:!0})])}))}))}(e,t)}function pt(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(A){var n=g.documentElement.classList,r=function(e){return n.add("".concat("fontawesome-i2svg","-").concat(e))},o=function(e){return n.remove("".concat("fontawesome-i2svg","-").concat(e))},i=P.autoFetchSvg?Object.keys(z):Object.keys(ut),a=[".".concat("fa-layers-text",":not([").concat("data-fa-i2svg","])")].concat(i.map((function(e){return".".concat(e,":not([").concat("data-fa-i2svg","])")}))).join(", ");if(0!==a.length){var s=[];try{s=le(e.querySelectorAll(a))}catch(Lt){}if(s.length>0){r("pending"),o("complete");var c=Te("onTree"),u=s.reduce((function(e,t){try{var n=lt(t);n&&e.push(n)}catch(Lt){O||Lt instanceof et&&console.error(Lt)}return e}),[]);return new ie((function(e,n){ie.all(u).then((function(n){Ve(n,(function(){r("active"),r("complete"),o("pending"),"function"===typeof t&&t(),c(),e()}))})).catch((function(){c(),n()}))}))}}}}function ft(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;lt(e).then((function(e){e&&Ve([e],t)}))}function dt(e,t){var n="".concat("data-fa-pseudo-element-pending").concat(t.replace(":","-"));return new ie((function(r,o){if(null!==e.getAttribute(n))return r();var i=le(e.children).filter((function(e){return e.getAttribute("data-fa-pseudo-element")===t}))[0],a=M.getComputedStyle(e,t),c=a.getPropertyValue("font-family").match(x),u=a.getPropertyValue("font-weight"),l=a.getPropertyValue("content");if(i&&!c)return e.removeChild(i),r();if(c&&"none"!==l&&""!==l){var p=a.getPropertyValue("content"),f=~["Solid","Regular","Light","Duotone","Brands","Kit"].indexOf(c[2])?T[c[2].toLowerCase()]:N[u],d=Ne(3===p.length?p.substr(1,1):p),h=De(f,d),b=h;if(!h||i&&i.getAttribute("data-prefix")===f&&i.getAttribute("data-icon")===b)r();else{e.setAttribute(n,b),i&&e.removeChild(i);var m={iconName:null,title:null,titleId:null,prefix:null,transform:se,symbol:!1,mask:null,maskId:null,extra:{classes:[],styles:{},attributes:{}}},y=m.extra;y.attributes["data-fa-pseudo-element"]=t,ct(h,f).then((function(o){var i=ye(s({},m,{icons:{main:o,mask:{prefix:null,iconName:null,rest:[]}},prefix:f,iconName:b,extra:y,watchable:!0})),a=g.createElement("svg");":before"===t?e.insertBefore(a,e.firstChild):e.appendChild(a),a.outerHTML=i.map((function(e){return Xe(e)})).join("\n"),e.removeAttribute(n),r()})).catch(o)}}else r()}))}function ht(e){return ie.all([dt(e,":before"),dt(e,":after")])}function bt(e){return e.parentNode!==document.head&&!~w.indexOf(e.tagName.toUpperCase())&&!e.getAttribute("data-fa-pseudo-element")&&(!e.parentNode||"svg"!==e.parentNode.tagName)}function mt(e){if(A)return new ie((function(t,n){var r=le(e.querySelectorAll("*")).filter(bt).map(ht),o=Te("searchPseudoElements");Ge=!0,ie.all(r).then((function(){o(),Ye(),t()})).catch((function(){o(),Ye(),n()}))}))}function Mt(){var e="svg-inline--fa",t=P.familyPrefix,n=P.replacementClass,r='svg:not(:root).svg-inline--fa {\n overflow: visible;\n}\n\n.svg-inline--fa {\n display: inline-block;\n font-size: inherit;\n height: 1em;\n overflow: visible;\n vertical-align: -0.125em;\n}\n.svg-inline--fa.fa-lg {\n vertical-align: -0.225em;\n}\n.svg-inline--fa.fa-w-1 {\n width: 0.0625em;\n}\n.svg-inline--fa.fa-w-2 {\n width: 0.125em;\n}\n.svg-inline--fa.fa-w-3 {\n width: 0.1875em;\n}\n.svg-inline--fa.fa-w-4 {\n width: 0.25em;\n}\n.svg-inline--fa.fa-w-5 {\n width: 0.3125em;\n}\n.svg-inline--fa.fa-w-6 {\n width: 0.375em;\n}\n.svg-inline--fa.fa-w-7 {\n width: 0.4375em;\n}\n.svg-inline--fa.fa-w-8 {\n width: 0.5em;\n}\n.svg-inline--fa.fa-w-9 {\n width: 0.5625em;\n}\n.svg-inline--fa.fa-w-10 {\n width: 0.625em;\n}\n.svg-inline--fa.fa-w-11 {\n width: 0.6875em;\n}\n.svg-inline--fa.fa-w-12 {\n width: 0.75em;\n}\n.svg-inline--fa.fa-w-13 {\n width: 0.8125em;\n}\n.svg-inline--fa.fa-w-14 {\n width: 0.875em;\n}\n.svg-inline--fa.fa-w-15 {\n width: 0.9375em;\n}\n.svg-inline--fa.fa-w-16 {\n width: 1em;\n}\n.svg-inline--fa.fa-w-17 {\n width: 1.0625em;\n}\n.svg-inline--fa.fa-w-18 {\n width: 1.125em;\n}\n.svg-inline--fa.fa-w-19 {\n width: 1.1875em;\n}\n.svg-inline--fa.fa-w-20 {\n width: 1.25em;\n}\n.svg-inline--fa.fa-pull-left {\n margin-right: 0.3em;\n width: auto;\n}\n.svg-inline--fa.fa-pull-right {\n margin-left: 0.3em;\n width: auto;\n}\n.svg-inline--fa.fa-border {\n height: 1.5em;\n}\n.svg-inline--fa.fa-li {\n width: 2em;\n}\n.svg-inline--fa.fa-fw {\n width: 1.25em;\n}\n\n.fa-layers svg.svg-inline--fa {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0;\n}\n\n.fa-layers {\n display: inline-block;\n height: 1em;\n position: relative;\n text-align: center;\n vertical-align: -0.125em;\n width: 1em;\n}\n.fa-layers svg.svg-inline--fa {\n -webkit-transform-origin: center center;\n transform-origin: center center;\n}\n\n.fa-layers-counter, .fa-layers-text {\n display: inline-block;\n position: absolute;\n text-align: center;\n}\n\n.fa-layers-text {\n left: 50%;\n top: 50%;\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n -webkit-transform-origin: center center;\n transform-origin: center center;\n}\n\n.fa-layers-counter {\n background-color: #ff253a;\n border-radius: 1em;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n color: #fff;\n height: 1.5em;\n line-height: 1;\n max-width: 5em;\n min-width: 1.5em;\n overflow: hidden;\n padding: 0.25em;\n right: 0;\n text-overflow: ellipsis;\n top: 0;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: top right;\n transform-origin: top right;\n}\n\n.fa-layers-bottom-right {\n bottom: 0;\n right: 0;\n top: auto;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: bottom right;\n transform-origin: bottom right;\n}\n\n.fa-layers-bottom-left {\n bottom: 0;\n left: 0;\n right: auto;\n top: auto;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: bottom left;\n transform-origin: bottom left;\n}\n\n.fa-layers-top-right {\n right: 0;\n top: 0;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: top right;\n transform-origin: top right;\n}\n\n.fa-layers-top-left {\n left: 0;\n right: auto;\n top: 0;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: top left;\n transform-origin: top left;\n}\n\n.fa-lg {\n font-size: 1.3333333333em;\n line-height: 0.75em;\n vertical-align: -0.0667em;\n}\n\n.fa-xs {\n font-size: 0.75em;\n}\n\n.fa-sm {\n font-size: 0.875em;\n}\n\n.fa-1x {\n font-size: 1em;\n}\n\n.fa-2x {\n font-size: 2em;\n}\n\n.fa-3x {\n font-size: 3em;\n}\n\n.fa-4x {\n font-size: 4em;\n}\n\n.fa-5x {\n font-size: 5em;\n}\n\n.fa-6x {\n font-size: 6em;\n}\n\n.fa-7x {\n font-size: 7em;\n}\n\n.fa-8x {\n font-size: 8em;\n}\n\n.fa-9x {\n font-size: 9em;\n}\n\n.fa-10x {\n font-size: 10em;\n}\n\n.fa-fw {\n text-align: center;\n width: 1.25em;\n}\n\n.fa-ul {\n list-style-type: none;\n margin-left: 2.5em;\n padding-left: 0;\n}\n.fa-ul > li {\n position: relative;\n}\n\n.fa-li {\n left: -2em;\n position: absolute;\n text-align: center;\n width: 2em;\n line-height: inherit;\n}\n\n.fa-border {\n border: solid 0.08em #eee;\n border-radius: 0.1em;\n padding: 0.2em 0.25em 0.15em;\n}\n\n.fa-pull-left {\n float: left;\n}\n\n.fa-pull-right {\n float: right;\n}\n\n.fa.fa-pull-left,\n.fas.fa-pull-left,\n.far.fa-pull-left,\n.fal.fa-pull-left,\n.fab.fa-pull-left {\n margin-right: 0.3em;\n}\n.fa.fa-pull-right,\n.fas.fa-pull-right,\n.far.fa-pull-right,\n.fal.fa-pull-right,\n.fab.fa-pull-right {\n margin-left: 0.3em;\n}\n\n.fa-spin {\n -webkit-animation: fa-spin 2s infinite linear;\n animation: fa-spin 2s infinite linear;\n}\n\n.fa-pulse {\n -webkit-animation: fa-spin 1s infinite steps(8);\n animation: fa-spin 1s infinite steps(8);\n}\n\n@-webkit-keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n\n@keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n.fa-rotate-90 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";\n -webkit-transform: rotate(90deg);\n transform: rotate(90deg);\n}\n\n.fa-rotate-180 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";\n -webkit-transform: rotate(180deg);\n transform: rotate(180deg);\n}\n\n.fa-rotate-270 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";\n -webkit-transform: rotate(270deg);\n transform: rotate(270deg);\n}\n\n.fa-flip-horizontal {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";\n -webkit-transform: scale(-1, 1);\n transform: scale(-1, 1);\n}\n\n.fa-flip-vertical {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";\n -webkit-transform: scale(1, -1);\n transform: scale(1, -1);\n}\n\n.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";\n -webkit-transform: scale(-1, -1);\n transform: scale(-1, -1);\n}\n\n:root .fa-rotate-90,\n:root .fa-rotate-180,\n:root .fa-rotate-270,\n:root .fa-flip-horizontal,\n:root .fa-flip-vertical,\n:root .fa-flip-both {\n -webkit-filter: none;\n filter: none;\n}\n\n.fa-stack {\n display: inline-block;\n height: 2em;\n position: relative;\n width: 2.5em;\n}\n\n.fa-stack-1x,\n.fa-stack-2x {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0;\n}\n\n.svg-inline--fa.fa-stack-1x {\n height: 1em;\n width: 1.25em;\n}\n.svg-inline--fa.fa-stack-2x {\n height: 2em;\n width: 2.5em;\n}\n\n.fa-inverse {\n color: #fff;\n}\n\n.sr-only {\n border: 0;\n clip: rect(0, 0, 0, 0);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px;\n}\n\n.sr-only-focusable:active, .sr-only-focusable:focus {\n clip: auto;\n height: auto;\n margin: 0;\n overflow: visible;\n position: static;\n width: auto;\n}\n\n.svg-inline--fa .fa-primary {\n fill: var(--fa-primary-color, currentColor);\n opacity: 1;\n opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa .fa-secondary {\n fill: var(--fa-secondary-color, currentColor);\n opacity: 0.4;\n opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-primary {\n opacity: 0.4;\n opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-secondary {\n opacity: 1;\n opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa mask .fa-primary,\n.svg-inline--fa mask .fa-secondary {\n fill: black;\n}\n\n.fad.fa-inverse {\n color: #fff;\n}';if("fa"!==t||n!==e){var o=new RegExp("\\.".concat("fa","\\-"),"g"),i=new RegExp("\\--".concat("fa","\\-"),"g"),a=new RegExp("\\.".concat(e),"g");r=r.replace(o,".".concat(t,"-")).replace(i,"--".concat(t,"-")).replace(a,".".concat(n))}return r}function gt(){P.autoAddCss&&!wt&&(ce(Mt()),wt=!0)}function yt(e,t){return Object.defineProperty(e,"abstract",{get:t}),Object.defineProperty(e,"html",{get:function(){return e.abstract.map((function(e){return Xe(e)}))}}),Object.defineProperty(e,"node",{get:function(){if(A){var t=g.createElement("div");return t.innerHTML=e.html,t.children}}}),e}function vt(e){var t=e.prefix,n=void 0===t?"fa":t,r=e.iconName;if(r)return Re(_t.definitions,n,r)||Re(B.styles,n,r)}var At,_t=new(function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.definitions={}}var t,n,r;return t=e,(n=[{key:"add",value:function(){for(var e=this,t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];var o=n.reduce(this._pullDefinitions,{});Object.keys(o).forEach((function(t){e.definitions[t]=s({},e.definitions[t]||{},o[t]),Ee(t,o[t]),Pe()}))}},{key:"reset",value:function(){this.definitions={}}},{key:"_pullDefinitions",value:function(e,t){var n=t.prefix&&t.iconName&&t.icon?{0:t}:t;return Object.keys(n).map((function(t){var r=n[t],o=r.prefix,i=r.iconName,a=r.icon;e[o]||(e[o]={}),e[o][i]=a})),e}}])&&i(t.prototype,n),r&&i(t,r),e}()),wt=!1,Ot={i2svg:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(A){gt();var t=e.node,n=void 0===t?g:t,r=e.callback,o=void 0===r?function(){}:r;return P.searchPseudoElements&&mt(n),pt(n,o)}return ie.reject("Operation requires a DOM of some kind.")},css:Mt,insertCss:function(){wt||(ce(Mt()),wt=!0)},watch:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.autoReplaceSvgRoot,n=e.observeMutationsRoot;!1===P.autoReplaceSvg&&(P.autoReplaceSvg=!0),P.observeMutations=!0,X((function(){Nt({autoReplaceSvgRoot:t}),$e({treeCallback:pt,nodeCallback:ft,pseudoElementsCallback:mt,observeMutationsRoot:n})}))}},zt={transform:function(e){return Je(e)}},Tt=(At=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.transform,r=void 0===n?se:n,o=t.symbol,i=void 0!==o&&o,a=t.mask,c=void 0===a?null:a,u=t.maskId,l=void 0===u?null:u,p=t.title,f=void 0===p?null:p,d=t.titleId,h=void 0===d?null:d,b=t.classes,m=void 0===b?[]:b,M=t.attributes,g=void 0===M?{}:M,y=t.styles,v=void 0===y?{}:y;if(e){var A=e.prefix,_=e.iconName,w=e.icon;return yt(s({type:"icon"},e),(function(){return gt(),P.autoA11y&&(f?g["aria-labelledby"]="".concat(P.replacementClass,"-title-").concat(h||ue()):(g["aria-hidden"]="true",g.focusable="false")),ye({icons:{main:st(w),mask:c?st(c.icon):{found:!1,width:null,height:null,icon:{}}},prefix:A,iconName:_,transform:s({},se,r),symbol:i,title:f,maskId:l,titleId:h,extra:{attributes:g,styles:v,classes:m}})}))}},function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=(e||{}).icon?e:vt(e||{}),r=t.mask;return r&&(r=(r||{}).icon?r:vt(r||{})),At(n,s({},t,{mask:r}))}),xt={noAuto:function(){P.autoReplaceSvg=!1,P.observeMutations=!1,Ke&&Ke.disconnect()},config:P,dom:Ot,library:_t,parse:zt,findIconDefinition:vt,icon:Tt,text:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.transform,r=void 0===n?se:n,o=t.title,i=void 0===o?null:o,a=t.classes,c=void 0===a?[]:a,l=t.attributes,p=void 0===l?{}:l,f=t.styles,d=void 0===f?{}:f;return yt({type:"text",content:e},(function(){return gt(),ve({content:e,transform:s({},se,r),title:i,extra:{attributes:p,styles:d,classes:["".concat(P.familyPrefix,"-layers-text")].concat(u(c))}})}))},counter:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.title,r=void 0===n?null:n,o=t.classes,i=void 0===o?[]:o,a=t.attributes,s=void 0===a?{}:a,c=t.styles,l=void 0===c?{}:c;return yt({type:"counter",content:e},(function(){return gt(),Ae({content:e.toString(),title:r,extra:{attributes:s,styles:l,classes:["".concat(P.familyPrefix,"-layers-counter")].concat(u(i))}})}))},layer:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.classes,r=void 0===n?[]:n;return yt({type:"layer"},(function(){gt();var t=[];return e((function(e){Array.isArray(e)?e.map((function(e){t=t.concat(e.abstract)})):t=t.concat(e.abstract)})),[{tag:"span",attributes:{class:["".concat(P.familyPrefix,"-layers")].concat(u(r)).join(" ")},children:t}]}))},toHtml:Xe},Nt=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.autoReplaceSvgRoot,n=void 0===t?g:t;(Object.keys(B.styles).length>0||P.autoFetchSvg)&&A&&P.autoReplaceSvg&&xt.dom.i2svg({node:n})}}).call(this,n(24),n(115).setImmediate)},function(e,t,n){"use strict";var r=n(59),o="function"===typeof Symbol&&"symbol"===typeof Symbol("foo"),i=Object.prototype.toString,a=Array.prototype.concat,s=Object.defineProperty,c=s&&function(){var e={};try{for(var t in s(e,"x",{enumerable:!1,value:e}),e)return!1;return e.x===e}catch(n){return!1}}(),u=function(e,t,n,r){var o;(!(t in e)||"function"===typeof(o=r)&&"[object Function]"===i.call(o)&&r())&&(c?s(e,t,{configurable:!0,enumerable:!1,value:n,writable:!0}):e[t]=n)},l=function(e,t){var n=arguments.length>2?arguments[2]:{},i=r(t);o&&(i=a.call(i,Object.getOwnPropertySymbols(t)));for(var s=0;s<i.length;s+=1)u(e,i[s],t[i[s]],n[i[s]])};l.supportsDescriptors=!!c,e.exports=l},function(e,t,n){"use strict";var r=n(102);e.exports=Function.prototype.bind||r},function(e,t,n){"use strict";function r(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}n.d(t,"a",(function(){return r}))},function(e,t,n){"use strict";t.__esModule=!0;var r=i(n(0)),o=i(n(89));function i(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.createContext||o.default,e.exports=t.default},function(e,t,n){"use strict";function r(){var e=this.constructor.getDerivedStateFromProps(this.props,this.state);null!==e&&void 0!==e&&this.setState(e)}function o(e){this.setState(function(t){var n=this.constructor.getDerivedStateFromProps(e,t);return null!==n&&void 0!==n?n:null}.bind(this))}function i(e,t){try{var n=this.props,r=this.state;this.props=e,this.state=t,this.__reactInternalSnapshotFlag=!0,this.__reactInternalSnapshot=this.getSnapshotBeforeUpdate(n,r)}finally{this.props=n,this.state=r}}function a(e){var t=e.prototype;if(!t||!t.isReactComponent)throw new Error("Can only polyfill class components");if("function"!==typeof e.getDerivedStateFromProps&&"function"!==typeof t.getSnapshotBeforeUpdate)return e;var n=null,a=null,s=null;if("function"===typeof t.componentWillMount?n="componentWillMount":"function"===typeof t.UNSAFE_componentWillMount&&(n="UNSAFE_componentWillMount"),"function"===typeof t.componentWillReceiveProps?a="componentWillReceiveProps":"function"===typeof t.UNSAFE_componentWillReceiveProps&&(a="UNSAFE_componentWillReceiveProps"),"function"===typeof t.componentWillUpdate?s="componentWillUpdate":"function"===typeof t.UNSAFE_componentWillUpdate&&(s="UNSAFE_componentWillUpdate"),null!==n||null!==a||null!==s){var c=e.displayName||e.name,u="function"===typeof e.getDerivedStateFromProps?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";throw Error("Unsafe legacy lifecycles will not be called for components using new component APIs.\n\n"+c+" uses "+u+" but also contains the following legacy lifecycles:"+(null!==n?"\n "+n:"")+(null!==a?"\n "+a:"")+(null!==s?"\n "+s:"")+"\n\nThe above lifecycles should be removed. Learn more about this warning here:\nhttps://fb.me/react-async-component-lifecycle-hooks")}if("function"===typeof e.getDerivedStateFromProps&&(t.componentWillMount=r,t.componentWillReceiveProps=o),"function"===typeof t.getSnapshotBeforeUpdate){if("function"!==typeof t.componentDidUpdate)throw new Error("Cannot polyfill getSnapshotBeforeUpdate() for components that do not define componentDidUpdate() on the prototype");t.componentWillUpdate=i;var l=t.componentDidUpdate;t.componentDidUpdate=function(e,t,n){var r=this.__reactInternalSnapshotFlag?this.__reactInternalSnapshot:n;l.call(this,e,t,r)}}return e}n.r(t),n.d(t,"polyfill",(function(){return a})),r.__suppressDeprecationWarning=!0,o.__suppressDeprecationWarning=!0,i.__suppressDeprecationWarning=!0},function(e,t,n){"use strict";n.d(t,"a",(function(){return f})),n.d(t,"b",(function(){return d})),n.d(t,"c",(function(){return h}));var r=n(12),o=n.n(r),i=n(35),a=n.n(i),s=n(13),c=n.n(s),u=n(0),l=n(42),p=n.n(l),f=p()(),d=p()(),h=function(e){function t(){for(var t,n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=e.call.apply(e,[this].concat(r))||this,c()(o()(t),"referenceNode",void 0),c()(o()(t),"setReferenceNode",(function(e){e&&t.referenceNode!==e&&(t.referenceNode=e,t.forceUpdate())})),t}a()(t,e);var n=t.prototype;return n.componentWillUnmount=function(){this.referenceNode=null},n.render=function(){return u.createElement(f.Provider,{value:this.referenceNode},u.createElement(d.Provider,{value:this.setReferenceNode},this.props.children))},t}(u.Component)},function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n(0),o=n.n(r).a.createContext({})},,function(e,t,n){"use strict";(function(t){var r=t.Symbol,o=n(104);e.exports=function(){return"function"===typeof r&&("function"===typeof Symbol&&("symbol"===typeof r("foo")&&("symbol"===typeof Symbol("bar")&&o())))}}).call(this,n(24))},function(e,t){e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},function(e,t,n){"use strict";var r=function(){};e.exports=r},function(e,t,n){var r=n(48),o=n(129),i=n(131),a=Math.max,s=Math.min;e.exports=function(e,t,n){var c,u,l,p,f,d,h=0,b=!1,m=!1,M=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function g(t){var n=c,r=u;return c=u=void 0,h=t,p=e.apply(r,n)}function y(e){return h=e,f=setTimeout(A,t),b?g(e):p}function v(e){var n=e-d;return void 0===d||n>=t||n<0||m&&e-h>=l}function A(){var e=o();if(v(e))return _(e);f=setTimeout(A,function(e){var n=t-(e-d);return m?s(n,l-(e-h)):n}(e))}function _(e){return f=void 0,M&&c?g(e):(c=u=void 0,p)}function w(){var e=o(),n=v(e);if(c=arguments,u=this,d=e,n){if(void 0===f)return y(d);if(m)return clearTimeout(f),f=setTimeout(A,t),g(d)}return void 0===f&&(f=setTimeout(A,t)),p}return t=i(t)||0,r(n)&&(b=!!n.leading,l=(m="maxWait"in n)?a(i(n.maxWait)||0,t):l,M="trailing"in n?!!n.trailing:M),w.cancel=function(){void 0!==f&&clearTimeout(f),h=0,c=d=u=f=void 0},w.flush=function(){return void 0===f?p:_(o())},w}},function(e,t,n){"use strict";(function(e){var n="undefined"!==typeof window&&"undefined"!==typeof document&&"undefined"!==typeof navigator,r=function(){for(var e=["Edge","Trident","Firefox"],t=0;t<e.length;t+=1)if(n&&navigator.userAgent.indexOf(e[t])>=0)return 1;return 0}();var o=n&&window.Promise?function(e){var t=!1;return function(){t||(t=!0,window.Promise.resolve().then((function(){t=!1,e()})))}}:function(e){var t=!1;return function(){t||(t=!0,setTimeout((function(){t=!1,e()}),r))}};function i(e){return e&&"[object Function]"==={}.toString.call(e)}function a(e,t){if(1!==e.nodeType)return[];var n=e.ownerDocument.defaultView.getComputedStyle(e,null);return t?n[t]:n}function s(e){return"HTML"===e.nodeName?e:e.parentNode||e.host}function c(e){if(!e)return document.body;switch(e.nodeName){case"HTML":case"BODY":return e.ownerDocument.body;case"#document":return e.body}var t=a(e),n=t.overflow,r=t.overflowX,o=t.overflowY;return/(auto|scroll|overlay)/.test(n+o+r)?e:c(s(e))}function u(e){return e&&e.referenceNode?e.referenceNode:e}var l=n&&!(!window.MSInputMethodContext||!document.documentMode),p=n&&/MSIE 10/.test(navigator.userAgent);function f(e){return 11===e?l:10===e?p:l||p}function d(e){if(!e)return document.documentElement;for(var t=f(10)?document.body:null,n=e.offsetParent||null;n===t&&e.nextElementSibling;)n=(e=e.nextElementSibling).offsetParent;var r=n&&n.nodeName;return r&&"BODY"!==r&&"HTML"!==r?-1!==["TH","TD","TABLE"].indexOf(n.nodeName)&&"static"===a(n,"position")?d(n):n:e?e.ownerDocument.documentElement:document.documentElement}function h(e){return null!==e.parentNode?h(e.parentNode):e}function b(e,t){if(!e||!e.nodeType||!t||!t.nodeType)return document.documentElement;var n=e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_FOLLOWING,r=n?e:t,o=n?t:e,i=document.createRange();i.setStart(r,0),i.setEnd(o,0);var a=i.commonAncestorContainer;if(e!==a&&t!==a||r.contains(o))return function(e){var t=e.nodeName;return"BODY"!==t&&("HTML"===t||d(e.firstElementChild)===e)}(a)?a:d(a);var s=h(e);return s.host?b(s.host,t):b(e,h(t).host)}function m(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top",n="top"===t?"scrollTop":"scrollLeft",r=e.nodeName;if("BODY"===r||"HTML"===r){var o=e.ownerDocument.documentElement,i=e.ownerDocument.scrollingElement||o;return i[n]}return e[n]}function M(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=m(t,"top"),o=m(t,"left"),i=n?-1:1;return e.top+=r*i,e.bottom+=r*i,e.left+=o*i,e.right+=o*i,e}function g(e,t){var n="x"===t?"Left":"Top",r="Left"===n?"Right":"Bottom";return parseFloat(e["border"+n+"Width"])+parseFloat(e["border"+r+"Width"])}function y(e,t,n,r){return Math.max(t["offset"+e],t["scroll"+e],n["client"+e],n["offset"+e],n["scroll"+e],f(10)?parseInt(n["offset"+e])+parseInt(r["margin"+("Height"===e?"Top":"Left")])+parseInt(r["margin"+("Height"===e?"Bottom":"Right")]):0)}function v(e){var t=e.body,n=e.documentElement,r=f(10)&&getComputedStyle(n);return{height:y("Height",t,n,r),width:y("Width",t,n,r)}}var A=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},_=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),w=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e},O=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e};function z(e){return O({},e,{right:e.left+e.width,bottom:e.top+e.height})}function T(e){var t={};try{if(f(10)){t=e.getBoundingClientRect();var n=m(e,"top"),r=m(e,"left");t.top+=n,t.left+=r,t.bottom+=n,t.right+=r}else t=e.getBoundingClientRect()}catch(d){}var o={left:t.left,top:t.top,width:t.right-t.left,height:t.bottom-t.top},i="HTML"===e.nodeName?v(e.ownerDocument):{},s=i.width||e.clientWidth||o.width,c=i.height||e.clientHeight||o.height,u=e.offsetWidth-s,l=e.offsetHeight-c;if(u||l){var p=a(e);u-=g(p,"x"),l-=g(p,"y"),o.width-=u,o.height-=l}return z(o)}function x(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=f(10),o="HTML"===t.nodeName,i=T(e),s=T(t),u=c(e),l=a(t),p=parseFloat(l.borderTopWidth),d=parseFloat(l.borderLeftWidth);n&&o&&(s.top=Math.max(s.top,0),s.left=Math.max(s.left,0));var h=z({top:i.top-s.top-p,left:i.left-s.left-d,width:i.width,height:i.height});if(h.marginTop=0,h.marginLeft=0,!r&&o){var b=parseFloat(l.marginTop),m=parseFloat(l.marginLeft);h.top-=p-b,h.bottom-=p-b,h.left-=d-m,h.right-=d-m,h.marginTop=b,h.marginLeft=m}return(r&&!n?t.contains(u):t===u&&"BODY"!==u.nodeName)&&(h=M(h,t)),h}function N(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=e.ownerDocument.documentElement,r=x(e,n),o=Math.max(n.clientWidth,window.innerWidth||0),i=Math.max(n.clientHeight,window.innerHeight||0),a=t?0:m(n),s=t?0:m(n,"left"),c={top:a-r.top+r.marginTop,left:s-r.left+r.marginLeft,width:o,height:i};return z(c)}function L(e){var t=e.nodeName;if("BODY"===t||"HTML"===t)return!1;if("fixed"===a(e,"position"))return!0;var n=s(e);return!!n&&L(n)}function E(e){if(!e||!e.parentElement||f())return document.documentElement;for(var t=e.parentElement;t&&"none"===a(t,"transform");)t=t.parentElement;return t||document.documentElement}function S(e,t,n,r){var o=arguments.length>4&&void 0!==arguments[4]&&arguments[4],i={top:0,left:0},a=o?E(e):b(e,u(t));if("viewport"===r)i=N(a,o);else{var l=void 0;"scrollParent"===r?"BODY"===(l=c(s(t))).nodeName&&(l=e.ownerDocument.documentElement):l="window"===r?e.ownerDocument.documentElement:r;var p=x(l,a,o);if("HTML"!==l.nodeName||L(a))i=p;else{var f=v(e.ownerDocument),d=f.height,h=f.width;i.top+=p.top-p.marginTop,i.bottom=d+p.top,i.left+=p.left-p.marginLeft,i.right=h+p.left}}var m="number"===typeof(n=n||0);return i.left+=m?n:n.left||0,i.top+=m?n:n.top||0,i.right-=m?n:n.right||0,i.bottom-=m?n:n.bottom||0,i}function C(e){return e.width*e.height}function k(e,t,n,r,o){var i=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===e.indexOf("auto"))return e;var a=S(n,r,i,o),s={top:{width:a.width,height:t.top-a.top},right:{width:a.right-t.right,height:a.height},bottom:{width:a.width,height:a.bottom-t.bottom},left:{width:t.left-a.left,height:a.height}},c=Object.keys(s).map((function(e){return O({key:e},s[e],{area:C(s[e])})})).sort((function(e,t){return t.area-e.area})),u=c.filter((function(e){var t=e.width,r=e.height;return t>=n.clientWidth&&r>=n.clientHeight})),l=u.length>0?u[0].key:c[0].key,p=e.split("-")[1];return l+(p?"-"+p:"")}function q(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,o=r?E(t):b(t,u(n));return x(n,o,r)}function W(e){var t=e.ownerDocument.defaultView.getComputedStyle(e),n=parseFloat(t.marginTop||0)+parseFloat(t.marginBottom||0),r=parseFloat(t.marginLeft||0)+parseFloat(t.marginRight||0);return{width:e.offsetWidth+r,height:e.offsetHeight+n}}function P(e){var t={left:"right",right:"left",bottom:"top",top:"bottom"};return e.replace(/left|right|bottom|top/g,(function(e){return t[e]}))}function D(e,t,n){n=n.split("-")[0];var r=W(e),o={width:r.width,height:r.height},i=-1!==["right","left"].indexOf(n),a=i?"top":"left",s=i?"left":"top",c=i?"height":"width",u=i?"width":"height";return o[a]=t[a]+t[c]/2-r[c]/2,o[s]=n===s?t[s]-r[u]:t[P(s)],o}function B(e,t){return Array.prototype.find?e.find(t):e.filter(t)[0]}function j(e,t,n){return(void 0===n?e:e.slice(0,function(e,t,n){if(Array.prototype.findIndex)return e.findIndex((function(e){return e[t]===n}));var r=B(e,(function(e){return e[t]===n}));return e.indexOf(r)}(e,"name",n))).forEach((function(e){e.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var n=e.function||e.fn;e.enabled&&i(n)&&(t.offsets.popper=z(t.offsets.popper),t.offsets.reference=z(t.offsets.reference),t=n(t,e))})),t}function R(){if(!this.state.isDestroyed){var e={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=q(this.state,this.popper,this.reference,this.options.positionFixed),e.placement=k(this.options.placement,e.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),e.originalPlacement=e.placement,e.positionFixed=this.options.positionFixed,e.offsets.popper=D(this.popper,e.offsets.reference,e.placement),e.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",e=j(this.modifiers,e),this.state.isCreated?this.options.onUpdate(e):(this.state.isCreated=!0,this.options.onCreate(e))}}function X(e,t){return e.some((function(e){var n=e.name;return e.enabled&&n===t}))}function I(e){for(var t=[!1,"ms","Webkit","Moz","O"],n=e.charAt(0).toUpperCase()+e.slice(1),r=0;r<t.length;r++){var o=t[r],i=o?""+o+n:e;if("undefined"!==typeof document.body.style[i])return i}return null}function U(){return this.state.isDestroyed=!0,X(this.modifiers,"applyStyle")&&(this.popper.removeAttribute("x-placement"),this.popper.style.position="",this.popper.style.top="",this.popper.style.left="",this.popper.style.right="",this.popper.style.bottom="",this.popper.style.willChange="",this.popper.style[I("transform")]=""),this.disableEventListeners(),this.options.removeOnDestroy&&this.popper.parentNode.removeChild(this.popper),this}function F(e){var t=e.ownerDocument;return t?t.defaultView:window}function H(e,t,n,r){n.updateBound=r,F(e).addEventListener("resize",n.updateBound,{passive:!0});var o=c(e);return function e(t,n,r,o){var i="BODY"===t.nodeName,a=i?t.ownerDocument.defaultView:t;a.addEventListener(n,r,{passive:!0}),i||e(c(a.parentNode),n,r,o),o.push(a)}(o,"scroll",n.updateBound,n.scrollParents),n.scrollElement=o,n.eventsEnabled=!0,n}function V(){this.state.eventsEnabled||(this.state=H(this.reference,this.options,this.state,this.scheduleUpdate))}function G(){var e,t;this.state.eventsEnabled&&(cancelAnimationFrame(this.scheduleUpdate),this.state=(e=this.reference,t=this.state,F(e).removeEventListener("resize",t.updateBound),t.scrollParents.forEach((function(e){e.removeEventListener("scroll",t.updateBound)})),t.updateBound=null,t.scrollParents=[],t.scrollElement=null,t.eventsEnabled=!1,t))}function Y(e){return""!==e&&!isNaN(parseFloat(e))&&isFinite(e)}function K(e,t){Object.keys(t).forEach((function(n){var r="";-1!==["width","height","top","right","bottom","left"].indexOf(n)&&Y(t[n])&&(r="px"),e.style[n]=t[n]+r}))}var $=n&&/Firefox/i.test(navigator.userAgent);function Q(e,t,n){var r=B(e,(function(e){return e.name===t})),o=!!r&&e.some((function(e){return e.name===n&&e.enabled&&e.order<r.order}));if(!o){var i="`"+t+"`",a="`"+n+"`";console.warn(a+" modifier is required by "+i+" modifier in order to work, be sure to include it before "+i+"!")}return o}var J=["auto-start","auto","auto-end","top-start","top","top-end","right-start","right","right-end","bottom-end","bottom","bottom-start","left-end","left","left-start"],Z=J.slice(3);function ee(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=Z.indexOf(e),r=Z.slice(n+1).concat(Z.slice(0,n));return t?r.reverse():r}var te="flip",ne="clockwise",re="counterclockwise";function oe(e,t,n,r){var o=[0,0],i=-1!==["right","left"].indexOf(r),a=e.split(/(\+|\-)/).map((function(e){return e.trim()})),s=a.indexOf(B(a,(function(e){return-1!==e.search(/,|\s/)})));a[s]&&-1===a[s].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var c=/\s*,\s*|\s+/,u=-1!==s?[a.slice(0,s).concat([a[s].split(c)[0]]),[a[s].split(c)[1]].concat(a.slice(s+1))]:[a];return(u=u.map((function(e,r){var o=(1===r?!i:i)?"height":"width",a=!1;return e.reduce((function(e,t){return""===e[e.length-1]&&-1!==["+","-"].indexOf(t)?(e[e.length-1]=t,a=!0,e):a?(e[e.length-1]+=t,a=!1,e):e.concat(t)}),[]).map((function(e){return function(e,t,n,r){var o=e.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),i=+o[1],a=o[2];if(!i)return e;if(0===a.indexOf("%")){var s=void 0;switch(a){case"%p":s=n;break;case"%":case"%r":default:s=r}return z(s)[t]/100*i}if("vh"===a||"vw"===a){return("vh"===a?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*i}return i}(e,o,t,n)}))}))).forEach((function(e,t){e.forEach((function(n,r){Y(n)&&(o[t]+=n*("-"===e[r-1]?-1:1))}))})),o}var ie={placement:"bottom",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:{shift:{order:100,enabled:!0,fn:function(e){var t=e.placement,n=t.split("-")[0],r=t.split("-")[1];if(r){var o=e.offsets,i=o.reference,a=o.popper,s=-1!==["bottom","top"].indexOf(n),c=s?"left":"top",u=s?"width":"height",l={start:w({},c,i[c]),end:w({},c,i[c]+i[u]-a[u])};e.offsets.popper=O({},a,l[r])}return e}},offset:{order:200,enabled:!0,fn:function(e,t){var n=t.offset,r=e.placement,o=e.offsets,i=o.popper,a=o.reference,s=r.split("-")[0],c=void 0;return c=Y(+n)?[+n,0]:oe(n,i,a,s),"left"===s?(i.top+=c[0],i.left-=c[1]):"right"===s?(i.top+=c[0],i.left+=c[1]):"top"===s?(i.left+=c[0],i.top-=c[1]):"bottom"===s&&(i.left+=c[0],i.top+=c[1]),e.popper=i,e},offset:0},preventOverflow:{order:300,enabled:!0,fn:function(e,t){var n=t.boundariesElement||d(e.instance.popper);e.instance.reference===n&&(n=d(n));var r=I("transform"),o=e.instance.popper.style,i=o.top,a=o.left,s=o[r];o.top="",o.left="",o[r]="";var c=S(e.instance.popper,e.instance.reference,t.padding,n,e.positionFixed);o.top=i,o.left=a,o[r]=s,t.boundaries=c;var u=t.priority,l=e.offsets.popper,p={primary:function(e){var n=l[e];return l[e]<c[e]&&!t.escapeWithReference&&(n=Math.max(l[e],c[e])),w({},e,n)},secondary:function(e){var n="right"===e?"left":"top",r=l[n];return l[e]>c[e]&&!t.escapeWithReference&&(r=Math.min(l[n],c[e]-("right"===e?l.width:l.height))),w({},n,r)}};return u.forEach((function(e){var t=-1!==["left","top"].indexOf(e)?"primary":"secondary";l=O({},l,p[t](e))})),e.offsets.popper=l,e},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(e){var t=e.offsets,n=t.popper,r=t.reference,o=e.placement.split("-")[0],i=Math.floor,a=-1!==["top","bottom"].indexOf(o),s=a?"right":"bottom",c=a?"left":"top",u=a?"width":"height";return n[s]<i(r[c])&&(e.offsets.popper[c]=i(r[c])-n[u]),n[c]>i(r[s])&&(e.offsets.popper[c]=i(r[s])),e}},arrow:{order:500,enabled:!0,fn:function(e,t){var n;if(!Q(e.instance.modifiers,"arrow","keepTogether"))return e;var r=t.element;if("string"===typeof r){if(!(r=e.instance.popper.querySelector(r)))return e}else if(!e.instance.popper.contains(r))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),e;var o=e.placement.split("-")[0],i=e.offsets,s=i.popper,c=i.reference,u=-1!==["left","right"].indexOf(o),l=u?"height":"width",p=u?"Top":"Left",f=p.toLowerCase(),d=u?"left":"top",h=u?"bottom":"right",b=W(r)[l];c[h]-b<s[f]&&(e.offsets.popper[f]-=s[f]-(c[h]-b)),c[f]+b>s[h]&&(e.offsets.popper[f]+=c[f]+b-s[h]),e.offsets.popper=z(e.offsets.popper);var m=c[f]+c[l]/2-b/2,M=a(e.instance.popper),g=parseFloat(M["margin"+p]),y=parseFloat(M["border"+p+"Width"]),v=m-e.offsets.popper[f]-g-y;return v=Math.max(Math.min(s[l]-b,v),0),e.arrowElement=r,e.offsets.arrow=(w(n={},f,Math.round(v)),w(n,d,""),n),e},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(e,t){if(X(e.instance.modifiers,"inner"))return e;if(e.flipped&&e.placement===e.originalPlacement)return e;var n=S(e.instance.popper,e.instance.reference,t.padding,t.boundariesElement,e.positionFixed),r=e.placement.split("-")[0],o=P(r),i=e.placement.split("-")[1]||"",a=[];switch(t.behavior){case te:a=[r,o];break;case ne:a=ee(r);break;case re:a=ee(r,!0);break;default:a=t.behavior}return a.forEach((function(s,c){if(r!==s||a.length===c+1)return e;r=e.placement.split("-")[0],o=P(r);var u=e.offsets.popper,l=e.offsets.reference,p=Math.floor,f="left"===r&&p(u.right)>p(l.left)||"right"===r&&p(u.left)<p(l.right)||"top"===r&&p(u.bottom)>p(l.top)||"bottom"===r&&p(u.top)<p(l.bottom),d=p(u.left)<p(n.left),h=p(u.right)>p(n.right),b=p(u.top)<p(n.top),m=p(u.bottom)>p(n.bottom),M="left"===r&&d||"right"===r&&h||"top"===r&&b||"bottom"===r&&m,g=-1!==["top","bottom"].indexOf(r),y=!!t.flipVariations&&(g&&"start"===i&&d||g&&"end"===i&&h||!g&&"start"===i&&b||!g&&"end"===i&&m),v=!!t.flipVariationsByContent&&(g&&"start"===i&&h||g&&"end"===i&&d||!g&&"start"===i&&m||!g&&"end"===i&&b),A=y||v;(f||M||A)&&(e.flipped=!0,(f||M)&&(r=a[c+1]),A&&(i=function(e){return"end"===e?"start":"start"===e?"end":e}(i)),e.placement=r+(i?"-"+i:""),e.offsets.popper=O({},e.offsets.popper,D(e.instance.popper,e.offsets.reference,e.placement)),e=j(e.instance.modifiers,e,"flip"))})),e},behavior:"flip",padding:5,boundariesElement:"viewport",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:function(e){var t=e.placement,n=t.split("-")[0],r=e.offsets,o=r.popper,i=r.reference,a=-1!==["left","right"].indexOf(n),s=-1===["top","left"].indexOf(n);return o[a?"left":"top"]=i[n]-(s?o[a?"width":"height"]:0),e.placement=P(t),e.offsets.popper=z(o),e}},hide:{order:800,enabled:!0,fn:function(e){if(!Q(e.instance.modifiers,"hide","preventOverflow"))return e;var t=e.offsets.reference,n=B(e.instance.modifiers,(function(e){return"preventOverflow"===e.name})).boundaries;if(t.bottom<n.top||t.left>n.right||t.top>n.bottom||t.right<n.left){if(!0===e.hide)return e;e.hide=!0,e.attributes["x-out-of-boundaries"]=""}else{if(!1===e.hide)return e;e.hide=!1,e.attributes["x-out-of-boundaries"]=!1}return e}},computeStyle:{order:850,enabled:!0,fn:function(e,t){var n=t.x,r=t.y,o=e.offsets.popper,i=B(e.instance.modifiers,(function(e){return"applyStyle"===e.name})).gpuAcceleration;void 0!==i&&console.warn("WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!");var a=void 0!==i?i:t.gpuAcceleration,s=d(e.instance.popper),c=T(s),u={position:o.position},l=function(e,t){var n=e.offsets,r=n.popper,o=n.reference,i=Math.round,a=Math.floor,s=function(e){return e},c=i(o.width),u=i(r.width),l=-1!==["left","right"].indexOf(e.placement),p=-1!==e.placement.indexOf("-"),f=t?l||p||c%2===u%2?i:a:s,d=t?i:s;return{left:f(c%2===1&&u%2===1&&!p&&t?r.left-1:r.left),top:d(r.top),bottom:d(r.bottom),right:f(r.right)}}(e,window.devicePixelRatio<2||!$),p="bottom"===n?"top":"bottom",f="right"===r?"left":"right",h=I("transform"),b=void 0,m=void 0;if(m="bottom"===p?"HTML"===s.nodeName?-s.clientHeight+l.bottom:-c.height+l.bottom:l.top,b="right"===f?"HTML"===s.nodeName?-s.clientWidth+l.right:-c.width+l.right:l.left,a&&h)u[h]="translate3d("+b+"px, "+m+"px, 0)",u[p]=0,u[f]=0,u.willChange="transform";else{var M="bottom"===p?-1:1,g="right"===f?-1:1;u[p]=m*M,u[f]=b*g,u.willChange=p+", "+f}var y={"x-placement":e.placement};return e.attributes=O({},y,e.attributes),e.styles=O({},u,e.styles),e.arrowStyles=O({},e.offsets.arrow,e.arrowStyles),e},gpuAcceleration:!0,x:"bottom",y:"right"},applyStyle:{order:900,enabled:!0,fn:function(e){var t,n;return K(e.instance.popper,e.styles),t=e.instance.popper,n=e.attributes,Object.keys(n).forEach((function(e){!1!==n[e]?t.setAttribute(e,n[e]):t.removeAttribute(e)})),e.arrowElement&&Object.keys(e.arrowStyles).length&&K(e.arrowElement,e.arrowStyles),e},onLoad:function(e,t,n,r,o){var i=q(o,t,e,n.positionFixed),a=k(n.placement,i,t,e,n.modifiers.flip.boundariesElement,n.modifiers.flip.padding);return t.setAttribute("x-placement",a),K(t,{position:n.positionFixed?"fixed":"absolute"}),n},gpuAcceleration:void 0}}},ae=function(){function e(t,n){var r=this,a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};A(this,e),this.scheduleUpdate=function(){return requestAnimationFrame(r.update)},this.update=o(this.update.bind(this)),this.options=O({},e.Defaults,a),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=t&&t.jquery?t[0]:t,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(O({},e.Defaults.modifiers,a.modifiers)).forEach((function(t){r.options.modifiers[t]=O({},e.Defaults.modifiers[t]||{},a.modifiers?a.modifiers[t]:{})})),this.modifiers=Object.keys(this.options.modifiers).map((function(e){return O({name:e},r.options.modifiers[e])})).sort((function(e,t){return e.order-t.order})),this.modifiers.forEach((function(e){e.enabled&&i(e.onLoad)&&e.onLoad(r.reference,r.popper,r.options,e,r.state)})),this.update();var s=this.options.eventsEnabled;s&&this.enableEventListeners(),this.state.eventsEnabled=s}return _(e,[{key:"update",value:function(){return R.call(this)}},{key:"destroy",value:function(){return U.call(this)}},{key:"enableEventListeners",value:function(){return V.call(this)}},{key:"disableEventListeners",value:function(){return G.call(this)}}]),e}();ae.Utils=("undefined"!==typeof window?window:e).PopperUtils,ae.placements=J,ae.Defaults=ie,t.a=ae}).call(this,n(24))},function(e,t,n){e.exports=n(114)},function(e,t,n){"use strict";e.exports=n(120)},,function(e,t,n){"use strict";var r=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;function a(e){if(null===e||void 0===e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(e){r[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(o){return!1}}()?Object.assign:function(e,t){for(var n,s,c=a(e),u=1;u<arguments.length;u++){for(var l in n=Object(arguments[u]))o.call(n,l)&&(c[l]=n[l]);if(r){s=r(n);for(var p=0;p<s.length;p++)i.call(n,s[p])&&(c[s[p]]=n[s[p]])}}return c}},function(e,t,n){"use strict";t.__esModule=!0,t.default=t.EXITING=t.ENTERED=t.ENTERING=t.EXITED=t.UNMOUNTED=void 0;var r=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){var r=Object.defineProperty&&Object.getOwnPropertyDescriptor?Object.getOwnPropertyDescriptor(e,n):{};r.get||r.set?Object.defineProperty(t,n,r):t[n]=e[n]}return t.default=e,t}(n(1)),o=s(n(0)),i=s(n(29)),a=n(43);n(57);function s(e){return e&&e.__esModule?e:{default:e}}t.UNMOUNTED="unmounted";t.EXITED="exited";t.ENTERING="entering";t.ENTERED="entered";t.EXITING="exiting";var c=function(e){var t,n;function r(t,n){var r;r=e.call(this,t,n)||this;var o,i=n.transitionGroup,a=i&&!i.isMounting?t.enter:t.appear;return r.appearStatus=null,t.in?a?(o="exited",r.appearStatus="entering"):o="entered":o=t.unmountOnExit||t.mountOnEnter?"unmounted":"exited",r.state={status:o},r.nextCallback=null,r}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var a=r.prototype;return a.getChildContext=function(){return{transitionGroup:null}},r.getDerivedStateFromProps=function(e,t){return e.in&&"unmounted"===t.status?{status:"exited"}:null},a.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},a.componentDidUpdate=function(e){var t=null;if(e!==this.props){var n=this.state.status;this.props.in?"entering"!==n&&"entered"!==n&&(t="entering"):"entering"!==n&&"entered"!==n||(t="exiting")}this.updateStatus(!1,t)},a.componentWillUnmount=function(){this.cancelNextCallback()},a.getTimeouts=function(){var e,t,n,r=this.props.timeout;return e=t=n=r,null!=r&&"number"!==typeof r&&(e=r.exit,t=r.enter,n=void 0!==r.appear?r.appear:t),{exit:e,enter:t,appear:n}},a.updateStatus=function(e,t){if(void 0===e&&(e=!1),null!==t){this.cancelNextCallback();var n=i.default.findDOMNode(this);"entering"===t?this.performEnter(n,e):this.performExit(n)}else this.props.unmountOnExit&&"exited"===this.state.status&&this.setState({status:"unmounted"})},a.performEnter=function(e,t){var n=this,r=this.props.enter,o=this.context.transitionGroup?this.context.transitionGroup.isMounting:t,i=this.getTimeouts(),a=o?i.appear:i.enter;t||r?(this.props.onEnter(e,o),this.safeSetState({status:"entering"},(function(){n.props.onEntering(e,o),n.onTransitionEnd(e,a,(function(){n.safeSetState({status:"entered"},(function(){n.props.onEntered(e,o)}))}))}))):this.safeSetState({status:"entered"},(function(){n.props.onEntered(e)}))},a.performExit=function(e){var t=this,n=this.props.exit,r=this.getTimeouts();n?(this.props.onExit(e),this.safeSetState({status:"exiting"},(function(){t.props.onExiting(e),t.onTransitionEnd(e,r.exit,(function(){t.safeSetState({status:"exited"},(function(){t.props.onExited(e)}))}))}))):this.safeSetState({status:"exited"},(function(){t.props.onExited(e)}))},a.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},a.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},a.setNextCallback=function(e){var t=this,n=!0;return this.nextCallback=function(r){n&&(n=!1,t.nextCallback=null,e(r))},this.nextCallback.cancel=function(){n=!1},this.nextCallback},a.onTransitionEnd=function(e,t,n){this.setNextCallback(n);var r=null==t&&!this.props.addEndListener;e&&!r?(this.props.addEndListener&&this.props.addEndListener(e,this.nextCallback),null!=t&&setTimeout(this.nextCallback,t)):setTimeout(this.nextCallback,0)},a.render=function(){var e=this.state.status;if("unmounted"===e)return null;var t=this.props,n=t.children,r=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(t,["children"]);if(delete r.in,delete r.mountOnEnter,delete r.unmountOnExit,delete r.appear,delete r.enter,delete r.exit,delete r.timeout,delete r.addEndListener,delete r.onEnter,delete r.onEntering,delete r.onEntered,delete r.onExit,delete r.onExiting,delete r.onExited,"function"===typeof n)return n(e,r);var i=o.default.Children.only(n);return o.default.cloneElement(i,r)},r}(o.default.Component);function u(){}c.contextTypes={transitionGroup:r.object},c.childContextTypes={transitionGroup:function(){}},c.propTypes={},c.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:u,onEntering:u,onEntered:u,onExit:u,onExiting:u,onExited:u},c.UNMOUNTED=0,c.EXITED=1,c.ENTERING=2,c.ENTERED=3,c.EXITING=4;var l=(0,a.polyfill)(c);t.default=l},function(e,t,n){"use strict";t.__esModule=!0,t.classNamesShape=t.timeoutsShape=void 0;var r;(r=n(1))&&r.__esModule;t.timeoutsShape=null;t.classNamesShape=null},function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0;var r=s(n(1)),o=s(n(0)),i=n(43),a=n(97);function s(e){return e&&e.__esModule?e:{default:e}}function c(){return(c=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function u(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var l=Object.values||function(e){return Object.keys(e).map((function(t){return e[t]}))},p=function(e){var t,n;function r(t,n){var r,o=(r=e.call(this,t,n)||this).handleExited.bind(u(u(r)));return r.state={handleExited:o,firstRender:!0},r}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var i=r.prototype;return i.getChildContext=function(){return{transitionGroup:{isMounting:!this.appeared}}},i.componentDidMount=function(){this.appeared=!0,this.mounted=!0},i.componentWillUnmount=function(){this.mounted=!1},r.getDerivedStateFromProps=function(e,t){var n=t.children,r=t.handleExited;return{children:t.firstRender?(0,a.getInitialChildMapping)(e,r):(0,a.getNextChildMapping)(e,n,r),firstRender:!1}},i.handleExited=function(e,t){var n=(0,a.getChildMapping)(this.props.children);e.key in n||(e.props.onExited&&e.props.onExited(t),this.mounted&&this.setState((function(t){var n=c({},t.children);return delete n[e.key],{children:n}})))},i.render=function(){var e=this.props,t=e.component,n=e.childFactory,r=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(e,["component","childFactory"]),i=l(this.state.children).map(n);return delete r.appear,delete r.enter,delete r.exit,null===t?i:o.default.createElement(t,r,i)},r}(o.default.Component);p.childContextTypes={transitionGroup:r.default.object.isRequired},p.propTypes={},p.defaultProps={component:"div",childFactory:function(e){return e}};var f=(0,i.polyfill)(p);t.default=f,e.exports=t.default},function(e,t,n){"use strict";var r=Array.prototype.slice,o=n(60),i=Object.keys,a=i?function(e){return i(e)}:n(98),s=Object.keys;a.shim=function(){Object.keys?function(){var e=Object.keys(arguments);return e&&e.length===arguments.length}(1,2)||(Object.keys=function(e){return o(e)?s(r.call(e)):s(e)}):Object.keys=a;return Object.keys||a},e.exports=a},function(e,t,n){"use strict";var r=Object.prototype.toString;e.exports=function(e){var t=r.call(e),n="[object Arguments]"===t;return n||(n="[object Array]"!==t&&null!==e&&"object"===typeof e&&"number"===typeof e.length&&e.length>=0&&"[object Function]"===r.call(e.callee)),n}},function(e,t,n){"use strict";var r=function(e){return e!==e};e.exports=function(e,t){return 0===e&&0===t?1/e===1/t:e===t||!(!r(e)||!r(t))}},function(e,t,n){"use strict";var r=n(61);e.exports=function(){return"function"===typeof Object.is?Object.is:r}},function(e,t,n){"use strict";var r=Object,o=TypeError;e.exports=function(){if(null!=this&&this!==r(this))throw new o("RegExp.prototype.flags getter called on non-object");var e="";return this.global&&(e+="g"),this.ignoreCase&&(e+="i"),this.multiline&&(e+="m"),this.dotAll&&(e+="s"),this.unicode&&(e+="u"),this.sticky&&(e+="y"),e}},function(e,t,n){"use strict";var r=n(63),o=n(39).supportsDescriptors,i=Object.getOwnPropertyDescriptor,a=TypeError;e.exports=function(){if(!o)throw new a("RegExp.prototype.flags requires a true ES5 environment that supports property descriptors");if("gim"===/a/gim.flags){var e=i(RegExp.prototype,"flags");if(e&&"function"===typeof e.get&&"boolean"===typeof/a/.dotAll)return e.get}return r}},function(e,t,n){var r=n(130),o="object"==typeof self&&self&&self.Object===Object&&self,i=r||o||Function("return this")();e.exports=i},function(e,t,n){var r=n(65).Symbol;e.exports=r},function(e,t,n){"use strict";var r=n(3),o=n(5),i=n(7),a=n(8),s=n(0),c=n.n(s),u=n(1),l=n.n(u),p=n(4),f=n.n(p),d=n(2),h={active:l.a.bool,"aria-label":l.a.string,block:l.a.bool,color:l.a.string,disabled:l.a.bool,outline:l.a.bool,tag:d.l,innerRef:l.a.oneOfType([l.a.object,l.a.func,l.a.string]),onClick:l.a.func,size:l.a.string,children:l.a.node,className:l.a.string,cssModule:l.a.object,close:l.a.bool},b=function(e){function t(t){var n;return(n=e.call(this,t)||this).onClick=n.onClick.bind(Object(i.a)(n)),n}Object(a.a)(t,e);var n=t.prototype;return n.onClick=function(e){if(!this.props.disabled)return this.props.onClick?this.props.onClick(e):void 0;e.preventDefault()},n.render=function(){var e=this.props,t=e.active,n=e["aria-label"],i=e.block,a=e.className,s=e.close,u=e.cssModule,l=e.color,p=e.outline,h=e.size,b=e.tag,m=e.innerRef,M=Object(o.a)(e,["active","aria-label","block","className","close","cssModule","color","outline","size","tag","innerRef"]);s&&"undefined"===typeof M.children&&(M.children=c.a.createElement("span",{"aria-hidden":!0},"\xd7"));var g="btn"+(p?"-outline":"")+"-"+l,y=Object(d.i)(f()(a,{close:s},s||"btn",s||g,!!h&&"btn-"+h,!!i&&"btn-block",{active:t,disabled:this.props.disabled}),u);M.href&&"button"===b&&(b="a");var v=s?"Close":null;return c.a.createElement(b,Object(r.a)({type:"button"===b&&M.onClick?"button":void 0},M,{className:y,ref:m,onClick:this.onClick,"aria-label":n||v}))},t}(c.a.Component);b.propTypes=h,b.defaultProps={color:"secondary",tag:"button"},t.a=b},function(e,t){e.exports=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}},function(e,t,n){var r=n(59),o=n(99),i=n(100),a=n(107),s=n(108),c=n(112),u=Date.prototype.getTime;function l(e,t,n){var d=n||{};return!!(d.strict?i(e,t):e===t)||(!e||!t||"object"!==typeof e&&"object"!==typeof t?d.strict?i(e,t):e==t:function(e,t,n){var i,d;if(typeof e!==typeof t)return!1;if(p(e)||p(t))return!1;if(e.prototype!==t.prototype)return!1;if(o(e)!==o(t))return!1;var h=a(e),b=a(t);if(h!==b)return!1;if(h||b)return e.source===t.source&&s(e)===s(t);if(c(e)&&c(t))return u.call(e)===u.call(t);var m=f(e),M=f(t);if(m!==M)return!1;if(m||M){if(e.length!==t.length)return!1;for(i=0;i<e.length;i++)if(e[i]!==t[i])return!1;return!0}if(typeof e!==typeof t)return!1;try{var g=r(e),y=r(t)}catch(v){return!1}if(g.length!==y.length)return!1;for(g.sort(),y.sort(),i=g.length-1;i>=0;i--)if(g[i]!=y[i])return!1;for(i=g.length-1;i>=0;i--)if(d=g[i],!l(e[d],t[d],n))return!1;return!0}(e,t,d))}function p(e){return null===e||void 0===e}function f(e){return!(!e||"object"!==typeof e||"number"!==typeof e.length)&&("function"===typeof e.copy&&"function"===typeof e.slice&&!(e.length>0&&"number"!==typeof e[0]))}e.exports=l},function(e,t,n){"use strict";function r(e,t,n,r,o,i,a){try{var s=e[i](a),c=s.value}catch(u){return void n(u)}s.done?t(c):Promise.resolve(c).then(r,o)}function o(e){return function(){var t=this,n=arguments;return new Promise((function(o,i){var a=e.apply(t,n);function s(e){r(a,o,i,s,c,"next",e)}function c(e){r(a,o,i,s,c,"throw",e)}s(void 0)}))}}n.d(t,"a",(function(){return o}))},function(e,t,n){!function(){var t={};e.exports=t,t.simpleFilter=function(e,n){return n.filter((function(n){return t.test(e,n)}))},t.test=function(e,n){return null!==t.match(e,n)},t.match=function(e,t,n){n=n||{};var r,o=0,i=[],a=t.length,s=0,c=0,u=n.pre||"",l=n.post||"",p=n.caseSensitive&&t||t.toLowerCase();e=n.caseSensitive&&e||e.toLowerCase();for(var f=0;f<a;f++)r=t[f],p[f]===e[o]?(r=u+r+l,o+=1,c+=1+c):c=0,s+=c,i[i.length]=r;return o===e.length?(s=p===e?1/0:s,{rendered:i.join(""),score:s}):null},t.filter=function(e,n,r){return n&&0!==n.length?"string"!==typeof e?n:(r=r||{},n.reduce((function(n,o,i,a){var s=o;r.extract&&(s=r.extract(o));var c=t.match(e,s,r);return null!=c&&(n[n.length]={string:c.rendered,score:c.score,index:i,original:o}),n}),[]).sort((function(e,t){var n=t.score-e.score;return n||e.index-t.index}))):[]}}()},function(e,t,n){"use strict";(function(n){var r,o,i,a;function s(e,t){var n;if("undefined"===typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"===typeof e)return c(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return c(e,t)}(e))||t&&e&&"number"===typeof e.length){n&&(e=n);var r=0,o=function(){};return{s:o,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,a=!0,s=!1;return{s:function(){n=e[Symbol.iterator]()},n:function(){var e=n.next();return a=e.done,e},e:function(e){s=!0,i=e},f:function(){try{a||null==n.return||n.return()}finally{if(s)throw i}}}}function c(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function u(e){return(u="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}a=function(){return function e(t,n,r){function o(a,s){if(!n[a]){if(!t[a]){if(i)return i(a,!0);var c=new Error("Cannot find module '"+a+"'");throw c.code="MODULE_NOT_FOUND",c}var u=n[a]={exports:{}};t[a][0].call(u.exports,(function(e){return o(t[a][1][e]||e)}),u,u.exports,e,t,n,r)}return n[a].exports}for(var i=!1,a=0;a<r.length;a++)o(r[a]);return o}({1:[function(e,t,n){n.byteLength=function(e){var t=u(e),n=t[0],r=t[1];return 3*(n+r)/4-r},n.toByteArray=function(e){var t,n,r=u(e),a=r[0],s=r[1],c=new i(function(e,t,n){return 3*(t+n)/4-n}(0,a,s)),l=0,p=s>0?a-4:a;for(n=0;n<p;n+=4)t=o[e.charCodeAt(n)]<<18|o[e.charCodeAt(n+1)]<<12|o[e.charCodeAt(n+2)]<<6|o[e.charCodeAt(n+3)],c[l++]=t>>16&255,c[l++]=t>>8&255,c[l++]=255&t;return 2===s&&(t=o[e.charCodeAt(n)]<<2|o[e.charCodeAt(n+1)]>>4,c[l++]=255&t),1===s&&(t=o[e.charCodeAt(n)]<<10|o[e.charCodeAt(n+1)]<<4|o[e.charCodeAt(n+2)]>>2,c[l++]=t>>8&255,c[l++]=255&t),c},n.fromByteArray=function(e){for(var t,n=e.length,o=n%3,i=[],a=0,s=n-o;a<s;a+=16383)i.push(l(e,a,a+16383>s?s:a+16383));return 1===o?(t=e[n-1],i.push(r[t>>2]+r[t<<4&63]+"==")):2===o&&(t=(e[n-2]<<8)+e[n-1],i.push(r[t>>10]+r[t>>4&63]+r[t<<2&63]+"=")),i.join("")};for(var r=[],o=[],i="undefined"!==typeof Uint8Array?Uint8Array:Array,a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",s=0,c=a.length;s<c;++s)r[s]=a[s],o[a.charCodeAt(s)]=s;function u(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");return-1===n&&(n=t),[n,n===t?0:4-n%4]}function l(e,t,n){for(var o,i,a=[],s=t;s<n;s+=3)o=(e[s]<<16&16711680)+(e[s+1]<<8&65280)+(255&e[s+2]),a.push(r[(i=o)>>18&63]+r[i>>12&63]+r[i>>6&63]+r[63&i]);return a.join("")}o["-".charCodeAt(0)]=62,o["_".charCodeAt(0)]=63},{}],2:[function(e,t,n){},{}],3:[function(e,t,n){(function(t){var r=e("base64-js"),o=e("ieee754");function i(e){if(e>2147483647)throw new RangeError('The value "'+e+'" is invalid for option "size"');var n=new Uint8Array(e);return n.__proto__=t.prototype,n}function t(e,t,n){if("number"===typeof e){if("string"===typeof t)throw new TypeError('The "string" argument must be of type string. Received type number');return c(e)}return a(e,t,n)}function a(e,n,r){if("string"===typeof e)return function(e,n){if("string"===typeof n&&""!==n||(n="utf8"),!t.isEncoding(n))throw new TypeError("Unknown encoding: "+n);var r=0|f(e,n),o=i(r),a=o.write(e,n);return a!==r&&(o=o.slice(0,a)),o}(e,n);if(ArrayBuffer.isView(e))return l(e);if(null==e)throw TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+u(e));if(B(e,ArrayBuffer)||e&&B(e.buffer,ArrayBuffer))return function(e,n,r){if(n<0||e.byteLength<n)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<n+(r||0))throw new RangeError('"length" is outside of buffer bounds');var o;return(o=void 0===n&&void 0===r?new Uint8Array(e):void 0===r?new Uint8Array(e,n):new Uint8Array(e,n,r)).__proto__=t.prototype,o}(e,n,r);if("number"===typeof e)throw new TypeError('The "value" argument must not be of type number. Received type number');var o=e.valueOf&&e.valueOf();if(null!=o&&o!==e)return t.from(o,n,r);var a=function(e){if(t.isBuffer(e)){var n=0|p(e.length),r=i(n);return 0===r.length||e.copy(r,0,0,n),r}return void 0!==e.length?"number"!==typeof e.length||j(e.length)?i(0):l(e):"Buffer"===e.type&&Array.isArray(e.data)?l(e.data):void 0}(e);if(a)return a;if("undefined"!==typeof Symbol&&null!=Symbol.toPrimitive&&"function"===typeof e[Symbol.toPrimitive])return t.from(e[Symbol.toPrimitive]("string"),n,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+u(e))}function s(e){if("number"!==typeof e)throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function c(e){return s(e),i(e<0?0:0|p(e))}function l(e){for(var t=e.length<0?0:0|p(e.length),n=i(t),r=0;r<t;r+=1)n[r]=255&e[r];return n}function p(e){if(e>=2147483647)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+2147483647..toString(16)+" bytes");return 0|e}function f(e,n){if(t.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||B(e,ArrayBuffer))return e.byteLength;if("string"!==typeof e)throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+u(e));var r=e.length,o=arguments.length>2&&!0===arguments[2];if(!o&&0===r)return 0;for(var i=!1;;)switch(n){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return W(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*r;case"hex":return r>>>1;case"base64":return P(e).length;default:if(i)return o?-1:W(e).length;n=(""+n).toLowerCase(),i=!0}}function d(e,t,n){var r=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return x(this,t,n);case"utf8":case"utf-8":return O(this,t,n);case"ascii":return z(this,t,n);case"latin1":case"binary":return T(this,t,n);case"base64":return w(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return N(this,t,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}function h(e,t,n){var r=e[t];e[t]=e[n],e[n]=r}function b(e,n,r,o,i){if(0===e.length)return-1;if("string"===typeof r?(o=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),j(r=+r)&&(r=i?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(i)return-1;r=e.length-1}else if(r<0){if(!i)return-1;r=0}if("string"===typeof n&&(n=t.from(n,o)),t.isBuffer(n))return 0===n.length?-1:m(e,n,r,o,i);if("number"===typeof n)return n&=255,"function"===typeof Uint8Array.prototype.indexOf?i?Uint8Array.prototype.indexOf.call(e,n,r):Uint8Array.prototype.lastIndexOf.call(e,n,r):m(e,[n],r,o,i);throw new TypeError("val must be string, number or Buffer")}function m(e,t,n,r,o){var i,a=1,s=e.length,c=t.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(e.length<2||t.length<2)return-1;a=2,s/=2,c/=2,n/=2}function u(e,t){return 1===a?e[t]:e.readUInt16BE(t*a)}if(o){var l=-1;for(i=n;i<s;i++)if(u(e,i)===u(t,-1===l?0:i-l)){if(-1===l&&(l=i),i-l+1===c)return l*a}else-1!==l&&(i-=i-l),l=-1}else for(n+c>s&&(n=s-c),i=n;i>=0;i--){for(var p=!0,f=0;f<c;f++)if(u(e,i+f)!==u(t,f)){p=!1;break}if(p)return i}return-1}function M(e,t,n,r){n=Number(n)||0;var o=e.length-n;r?(r=Number(r))>o&&(r=o):r=o;var i=t.length;r>i/2&&(r=i/2);for(var a=0;a<r;++a){var s=parseInt(t.substr(2*a,2),16);if(j(s))return a;e[n+a]=s}return a}function g(e,t,n,r){return D(W(t,e.length-n),e,n,r)}function y(e,t,n,r){return D(function(e){for(var t=[],n=0;n<e.length;++n)t.push(255&e.charCodeAt(n));return t}(t),e,n,r)}function v(e,t,n,r){return y(e,t,n,r)}function A(e,t,n,r){return D(P(t),e,n,r)}function _(e,t,n,r){return D(function(e,t){for(var n,r,o,i=[],a=0;a<e.length&&!((t-=2)<0);++a)n=e.charCodeAt(a),r=n>>8,o=n%256,i.push(o),i.push(r);return i}(t,e.length-n),e,n,r)}function w(e,t,n){return 0===t&&n===e.length?r.fromByteArray(e):r.fromByteArray(e.slice(t,n))}function O(e,t,n){n=Math.min(e.length,n);for(var r=[],o=t;o<n;){var i,a,s,c,u=e[o],l=null,p=u>239?4:u>223?3:u>191?2:1;if(o+p<=n)switch(p){case 1:u<128&&(l=u);break;case 2:128===(192&(i=e[o+1]))&&(c=(31&u)<<6|63&i)>127&&(l=c);break;case 3:i=e[o+1],a=e[o+2],128===(192&i)&&128===(192&a)&&(c=(15&u)<<12|(63&i)<<6|63&a)>2047&&(c<55296||c>57343)&&(l=c);break;case 4:i=e[o+1],a=e[o+2],s=e[o+3],128===(192&i)&&128===(192&a)&&128===(192&s)&&(c=(15&u)<<18|(63&i)<<12|(63&a)<<6|63&s)>65535&&c<1114112&&(l=c)}null===l?(l=65533,p=1):l>65535&&(l-=65536,r.push(l>>>10&1023|55296),l=56320|1023&l),r.push(l),o+=p}return function(e){var t=e.length;if(t<=4096)return String.fromCharCode.apply(String,e);for(var n="",r=0;r<t;)n+=String.fromCharCode.apply(String,e.slice(r,r+=4096));return n}(r)}function z(e,t,n){var r="";n=Math.min(e.length,n);for(var o=t;o<n;++o)r+=String.fromCharCode(127&e[o]);return r}function T(e,t,n){var r="";n=Math.min(e.length,n);for(var o=t;o<n;++o)r+=String.fromCharCode(e[o]);return r}function x(e,t,n){var r,o=e.length;(!t||t<0)&&(t=0),(!n||n<0||n>o)&&(n=o);for(var i="",a=t;a<n;++a)i+=(r=e[a])<16?"0"+r.toString(16):r.toString(16);return i}function N(e,t,n){for(var r=e.slice(t,n),o="",i=0;i<r.length;i+=2)o+=String.fromCharCode(r[i]+256*r[i+1]);return o}function L(e,t,n){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+t>n)throw new RangeError("Trying to access beyond buffer length")}function E(e,n,r,o,i,a){if(!t.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(n>i||n<a)throw new RangeError('"value" argument is out of bounds');if(r+o>e.length)throw new RangeError("Index out of range")}function S(e,t,n,r,o,i){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function C(e,t,n,r,i){return t=+t,n>>>=0,i||S(e,0,n,4),o.write(e,t,n,r,23,4),n+4}function k(e,t,n,r,i){return t=+t,n>>>=0,i||S(e,0,n,8),o.write(e,t,n,r,52,8),n+8}n.Buffer=t,n.SlowBuffer=function(e){return+e!=e&&(e=0),t.alloc(+e)},n.INSPECT_MAX_BYTES=50,n.kMaxLength=2147483647,t.TYPED_ARRAY_SUPPORT=function(){try{var e=new Uint8Array(1);return e.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===e.foo()}catch(t){return!1}}(),t.TYPED_ARRAY_SUPPORT||"undefined"===typeof console||"function"!==typeof console.error||console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support."),Object.defineProperty(t.prototype,"parent",{enumerable:!0,get:function(){if(t.isBuffer(this))return this.buffer}}),Object.defineProperty(t.prototype,"offset",{enumerable:!0,get:function(){if(t.isBuffer(this))return this.byteOffset}}),"undefined"!==typeof Symbol&&null!=Symbol.species&&t[Symbol.species]===t&&Object.defineProperty(t,Symbol.species,{value:null,configurable:!0,enumerable:!1,writable:!1}),t.poolSize=8192,t.from=function(e,t,n){return a(e,t,n)},t.prototype.__proto__=Uint8Array.prototype,t.__proto__=Uint8Array,t.alloc=function(e,t,n){return function(e,t,n){return s(e),e<=0?i(e):void 0!==t?"string"===typeof n?i(e).fill(t,n):i(e).fill(t):i(e)}(e,t,n)},t.allocUnsafe=function(e){return c(e)},t.allocUnsafeSlow=function(e){return c(e)},t.isBuffer=function(e){return null!=e&&!0===e._isBuffer&&e!==t.prototype},t.compare=function(e,n){if(B(e,Uint8Array)&&(e=t.from(e,e.offset,e.byteLength)),B(n,Uint8Array)&&(n=t.from(n,n.offset,n.byteLength)),!t.isBuffer(e)||!t.isBuffer(n))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===n)return 0;for(var r=e.length,o=n.length,i=0,a=Math.min(r,o);i<a;++i)if(e[i]!==n[i]){r=e[i],o=n[i];break}return r<o?-1:o<r?1:0},t.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},t.concat=function(e,n){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return t.alloc(0);var r;if(void 0===n)for(n=0,r=0;r<e.length;++r)n+=e[r].length;var o=t.allocUnsafe(n),i=0;for(r=0;r<e.length;++r){var a=e[r];if(B(a,Uint8Array)&&(a=t.from(a)),!t.isBuffer(a))throw new TypeError('"list" argument must be an Array of Buffers');a.copy(o,i),i+=a.length}return o},t.byteLength=f,t.prototype._isBuffer=!0,t.prototype.swap16=function(){var e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<e;t+=2)h(this,t,t+1);return this},t.prototype.swap32=function(){var e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<e;t+=4)h(this,t,t+3),h(this,t+1,t+2);return this},t.prototype.swap64=function(){var e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<e;t+=8)h(this,t,t+7),h(this,t+1,t+6),h(this,t+2,t+5),h(this,t+3,t+4);return this},t.prototype.toString=function(){var e=this.length;return 0===e?"":0===arguments.length?O(this,0,e):d.apply(this,arguments)},t.prototype.toLocaleString=t.prototype.toString,t.prototype.equals=function(e){if(!t.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e||0===t.compare(this,e)},t.prototype.inspect=function(){var e="",t=n.INSPECT_MAX_BYTES;return e=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(e+=" ... "),"<Buffer "+e+">"},t.prototype.compare=function(e,n,r,o,i){if(B(e,Uint8Array)&&(e=t.from(e,e.offset,e.byteLength)),!t.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+u(e));if(void 0===n&&(n=0),void 0===r&&(r=e?e.length:0),void 0===o&&(o=0),void 0===i&&(i=this.length),n<0||r>e.length||o<0||i>this.length)throw new RangeError("out of range index");if(o>=i&&n>=r)return 0;if(o>=i)return-1;if(n>=r)return 1;if(this===e)return 0;for(var a=(i>>>=0)-(o>>>=0),s=(r>>>=0)-(n>>>=0),c=Math.min(a,s),l=this.slice(o,i),p=e.slice(n,r),f=0;f<c;++f)if(l[f]!==p[f]){a=l[f],s=p[f];break}return a<s?-1:s<a?1:0},t.prototype.includes=function(e,t,n){return-1!==this.indexOf(e,t,n)},t.prototype.indexOf=function(e,t,n){return b(this,e,t,n,!0)},t.prototype.lastIndexOf=function(e,t,n){return b(this,e,t,n,!1)},t.prototype.write=function(e,t,n,r){if(void 0===t)r="utf8",n=this.length,t=0;else if(void 0===n&&"string"===typeof t)r=t,n=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t>>>=0,isFinite(n)?(n>>>=0,void 0===r&&(r="utf8")):(r=n,n=void 0)}var o=this.length-t;if((void 0===n||n>o)&&(n=o),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");for(var i=!1;;)switch(r){case"hex":return M(this,e,t,n);case"utf8":case"utf-8":return g(this,e,t,n);case"ascii":return y(this,e,t,n);case"latin1":case"binary":return v(this,e,t,n);case"base64":return A(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return _(this,e,t,n);default:if(i)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),i=!0}},t.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}},t.prototype.slice=function(e,n){var r=this.length;(e=~~e)<0?(e+=r)<0&&(e=0):e>r&&(e=r),(n=void 0===n?r:~~n)<0?(n+=r)<0&&(n=0):n>r&&(n=r),n<e&&(n=e);var o=this.subarray(e,n);return o.__proto__=t.prototype,o},t.prototype.readUIntLE=function(e,t,n){e>>>=0,t>>>=0,n||L(e,t,this.length);for(var r=this[e],o=1,i=0;++i<t&&(o*=256);)r+=this[e+i]*o;return r},t.prototype.readUIntBE=function(e,t,n){e>>>=0,t>>>=0,n||L(e,t,this.length);for(var r=this[e+--t],o=1;t>0&&(o*=256);)r+=this[e+--t]*o;return r},t.prototype.readUInt8=function(e,t){return e>>>=0,t||L(e,1,this.length),this[e]},t.prototype.readUInt16LE=function(e,t){return e>>>=0,t||L(e,2,this.length),this[e]|this[e+1]<<8},t.prototype.readUInt16BE=function(e,t){return e>>>=0,t||L(e,2,this.length),this[e]<<8|this[e+1]},t.prototype.readUInt32LE=function(e,t){return e>>>=0,t||L(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},t.prototype.readUInt32BE=function(e,t){return e>>>=0,t||L(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},t.prototype.readIntLE=function(e,t,n){e>>>=0,t>>>=0,n||L(e,t,this.length);for(var r=this[e],o=1,i=0;++i<t&&(o*=256);)r+=this[e+i]*o;return r>=(o*=128)&&(r-=Math.pow(2,8*t)),r},t.prototype.readIntBE=function(e,t,n){e>>>=0,t>>>=0,n||L(e,t,this.length);for(var r=t,o=1,i=this[e+--r];r>0&&(o*=256);)i+=this[e+--r]*o;return i>=(o*=128)&&(i-=Math.pow(2,8*t)),i},t.prototype.readInt8=function(e,t){return e>>>=0,t||L(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},t.prototype.readInt16LE=function(e,t){e>>>=0,t||L(e,2,this.length);var n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},t.prototype.readInt16BE=function(e,t){e>>>=0,t||L(e,2,this.length);var n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},t.prototype.readInt32LE=function(e,t){return e>>>=0,t||L(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},t.prototype.readInt32BE=function(e,t){return e>>>=0,t||L(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},t.prototype.readFloatLE=function(e,t){return e>>>=0,t||L(e,4,this.length),o.read(this,e,!0,23,4)},t.prototype.readFloatBE=function(e,t){return e>>>=0,t||L(e,4,this.length),o.read(this,e,!1,23,4)},t.prototype.readDoubleLE=function(e,t){return e>>>=0,t||L(e,8,this.length),o.read(this,e,!0,52,8)},t.prototype.readDoubleBE=function(e,t){return e>>>=0,t||L(e,8,this.length),o.read(this,e,!1,52,8)},t.prototype.writeUIntLE=function(e,t,n,r){e=+e,t>>>=0,n>>>=0,r||E(this,e,t,n,Math.pow(2,8*n)-1,0);var o=1,i=0;for(this[t]=255&e;++i<n&&(o*=256);)this[t+i]=e/o&255;return t+n},t.prototype.writeUIntBE=function(e,t,n,r){e=+e,t>>>=0,n>>>=0,r||E(this,e,t,n,Math.pow(2,8*n)-1,0);var o=n-1,i=1;for(this[t+o]=255&e;--o>=0&&(i*=256);)this[t+o]=e/i&255;return t+n},t.prototype.writeUInt8=function(e,t,n){return e=+e,t>>>=0,n||E(this,e,t,1,255,0),this[t]=255&e,t+1},t.prototype.writeUInt16LE=function(e,t,n){return e=+e,t>>>=0,n||E(this,e,t,2,65535,0),this[t]=255&e,this[t+1]=e>>>8,t+2},t.prototype.writeUInt16BE=function(e,t,n){return e=+e,t>>>=0,n||E(this,e,t,2,65535,0),this[t]=e>>>8,this[t+1]=255&e,t+2},t.prototype.writeUInt32LE=function(e,t,n){return e=+e,t>>>=0,n||E(this,e,t,4,4294967295,0),this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e,t+4},t.prototype.writeUInt32BE=function(e,t,n){return e=+e,t>>>=0,n||E(this,e,t,4,4294967295,0),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},t.prototype.writeIntLE=function(e,t,n,r){if(e=+e,t>>>=0,!r){var o=Math.pow(2,8*n-1);E(this,e,t,n,o-1,-o)}var i=0,a=1,s=0;for(this[t]=255&e;++i<n&&(a*=256);)e<0&&0===s&&0!==this[t+i-1]&&(s=1),this[t+i]=(e/a>>0)-s&255;return t+n},t.prototype.writeIntBE=function(e,t,n,r){if(e=+e,t>>>=0,!r){var o=Math.pow(2,8*n-1);E(this,e,t,n,o-1,-o)}var i=n-1,a=1,s=0;for(this[t+i]=255&e;--i>=0&&(a*=256);)e<0&&0===s&&0!==this[t+i+1]&&(s=1),this[t+i]=(e/a>>0)-s&255;return t+n},t.prototype.writeInt8=function(e,t,n){return e=+e,t>>>=0,n||E(this,e,t,1,127,-128),e<0&&(e=255+e+1),this[t]=255&e,t+1},t.prototype.writeInt16LE=function(e,t,n){return e=+e,t>>>=0,n||E(this,e,t,2,32767,-32768),this[t]=255&e,this[t+1]=e>>>8,t+2},t.prototype.writeInt16BE=function(e,t,n){return e=+e,t>>>=0,n||E(this,e,t,2,32767,-32768),this[t]=e>>>8,this[t+1]=255&e,t+2},t.prototype.writeInt32LE=function(e,t,n){return e=+e,t>>>=0,n||E(this,e,t,4,2147483647,-2147483648),this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24,t+4},t.prototype.writeInt32BE=function(e,t,n){return e=+e,t>>>=0,n||E(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},t.prototype.writeFloatLE=function(e,t,n){return C(this,e,t,!0,n)},t.prototype.writeFloatBE=function(e,t,n){return C(this,e,t,!1,n)},t.prototype.writeDoubleLE=function(e,t,n){return k(this,e,t,!0,n)},t.prototype.writeDoubleBE=function(e,t,n){return k(this,e,t,!1,n)},t.prototype.copy=function(e,n,r,o){if(!t.isBuffer(e))throw new TypeError("argument should be a Buffer");if(r||(r=0),o||0===o||(o=this.length),n>=e.length&&(n=e.length),n||(n=0),o>0&&o<r&&(o=r),o===r)return 0;if(0===e.length||0===this.length)return 0;if(n<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(o<0)throw new RangeError("sourceEnd out of bounds");o>this.length&&(o=this.length),e.length-n<o-r&&(o=e.length-n+r);var i=o-r;if(this===e&&"function"===typeof Uint8Array.prototype.copyWithin)this.copyWithin(n,r,o);else if(this===e&&r<n&&n<o)for(var a=i-1;a>=0;--a)e[a+n]=this[a+r];else Uint8Array.prototype.set.call(e,this.subarray(r,o),n);return i},t.prototype.fill=function(e,n,r,o){if("string"===typeof e){if("string"===typeof n?(o=n,n=0,r=this.length):"string"===typeof r&&(o=r,r=this.length),void 0!==o&&"string"!==typeof o)throw new TypeError("encoding must be a string");if("string"===typeof o&&!t.isEncoding(o))throw new TypeError("Unknown encoding: "+o);if(1===e.length){var i=e.charCodeAt(0);("utf8"===o&&i<128||"latin1"===o)&&(e=i)}}else"number"===typeof e&&(e&=255);if(n<0||this.length<n||this.length<r)throw new RangeError("Out of range index");if(r<=n)return this;var a;if(n>>>=0,r=void 0===r?this.length:r>>>0,e||(e=0),"number"===typeof e)for(a=n;a<r;++a)this[a]=e;else{var s=t.isBuffer(e)?e:t.from(e,o),c=s.length;if(0===c)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(a=0;a<r-n;++a)this[a+n]=s[a%c]}return this};var q=/[^+/0-9A-Za-z-_]/g;function W(e,t){var n;t=t||1/0;for(var r=e.length,o=null,i=[],a=0;a<r;++a){if((n=e.charCodeAt(a))>55295&&n<57344){if(!o){if(n>56319){(t-=3)>-1&&i.push(239,191,189);continue}if(a+1===r){(t-=3)>-1&&i.push(239,191,189);continue}o=n;continue}if(n<56320){(t-=3)>-1&&i.push(239,191,189),o=n;continue}n=65536+(o-55296<<10|n-56320)}else o&&(t-=3)>-1&&i.push(239,191,189);if(o=null,n<128){if((t-=1)<0)break;i.push(n)}else if(n<2048){if((t-=2)<0)break;i.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;i.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;i.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return i}function P(e){return r.toByteArray(function(e){if((e=(e=e.split("=")[0]).trim().replace(q,"")).length<2)return"";for(;e.length%4!==0;)e+="=";return e}(e))}function D(e,t,n,r){for(var o=0;o<r&&!(o+n>=t.length||o>=e.length);++o)t[o+n]=e[o];return o}function B(e,t){return e instanceof t||null!=e&&null!=e.constructor&&null!=e.constructor.name&&e.constructor.name===t.name}function j(e){return e!==e}}).call(this,e("buffer").Buffer)},{"base64-js":1,buffer:3,ieee754:32}],4:[function(e,t,n){Object.defineProperty(n,"__esModule",{value:!0}),n.attributeNames=n.elementNames=void 0,n.elementNames=new Map([["altglyph","altGlyph"],["altglyphdef","altGlyphDef"],["altglyphitem","altGlyphItem"],["animatecolor","animateColor"],["animatemotion","animateMotion"],["animatetransform","animateTransform"],["clippath","clipPath"],["feblend","feBlend"],["fecolormatrix","feColorMatrix"],["fecomponenttransfer","feComponentTransfer"],["fecomposite","feComposite"],["feconvolvematrix","feConvolveMatrix"],["fediffuselighting","feDiffuseLighting"],["fedisplacementmap","feDisplacementMap"],["fedistantlight","feDistantLight"],["fedropshadow","feDropShadow"],["feflood","feFlood"],["fefunca","feFuncA"],["fefuncb","feFuncB"],["fefuncg","feFuncG"],["fefuncr","feFuncR"],["fegaussianblur","feGaussianBlur"],["feimage","feImage"],["femerge","feMerge"],["femergenode","feMergeNode"],["femorphology","feMorphology"],["feoffset","feOffset"],["fepointlight","fePointLight"],["fespecularlighting","feSpecularLighting"],["fespotlight","feSpotLight"],["fetile","feTile"],["feturbulence","feTurbulence"],["foreignobject","foreignObject"],["glyphref","glyphRef"],["lineargradient","linearGradient"],["radialgradient","radialGradient"],["textpath","textPath"]]),n.attributeNames=new Map([["definitionurl","definitionURL"],["attributename","attributeName"],["attributetype","attributeType"],["basefrequency","baseFrequency"],["baseprofile","baseProfile"],["calcmode","calcMode"],["clippathunits","clipPathUnits"],["diffuseconstant","diffuseConstant"],["edgemode","edgeMode"],["filterunits","filterUnits"],["glyphref","glyphRef"],["gradienttransform","gradientTransform"],["gradientunits","gradientUnits"],["kernelmatrix","kernelMatrix"],["kernelunitlength","kernelUnitLength"],["keypoints","keyPoints"],["keysplines","keySplines"],["keytimes","keyTimes"],["lengthadjust","lengthAdjust"],["limitingconeangle","limitingConeAngle"],["markerheight","markerHeight"],["markerunits","markerUnits"],["markerwidth","markerWidth"],["maskcontentunits","maskContentUnits"],["maskunits","maskUnits"],["numoctaves","numOctaves"],["pathlength","pathLength"],["patterncontentunits","patternContentUnits"],["patterntransform","patternTransform"],["patternunits","patternUnits"],["pointsatx","pointsAtX"],["pointsaty","pointsAtY"],["pointsatz","pointsAtZ"],["preservealpha","preserveAlpha"],["preserveaspectratio","preserveAspectRatio"],["primitiveunits","primitiveUnits"],["refx","refX"],["refy","refY"],["repeatcount","repeatCount"],["repeatdur","repeatDur"],["requiredextensions","requiredExtensions"],["requiredfeatures","requiredFeatures"],["specularconstant","specularConstant"],["specularexponent","specularExponent"],["spreadmethod","spreadMethod"],["startoffset","startOffset"],["stddeviation","stdDeviation"],["stitchtiles","stitchTiles"],["surfacescale","surfaceScale"],["systemlanguage","systemLanguage"],["tablevalues","tableValues"],["targetx","targetX"],["targety","targetY"],["textlength","textLength"],["viewbox","viewBox"],["viewtarget","viewTarget"],["xchannelselector","xChannelSelector"],["ychannelselector","yChannelSelector"],["zoomandpan","zoomAndPan"]])},{}],5:[function(e,t,n){var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},o=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&o(t,e,n);return i(t,e),t};Object.defineProperty(n,"__esModule",{value:!0});var s=a(e("domelementtype")),c=e("entities"),u=e("./foreignNames"),l=new Set(["style","script","xmp","iframe","noembed","noframes","plaintext","noscript"]),p=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]);function f(e,t){void 0===t&&(t={});for(var n=Array.isArray(e)||e.cheerio?e:[e],r="",o=0;o<n.length;o++)r+=d(n[o],t);return r}function d(e,t){switch(e.type){case"root":return f(e.children,t);case s.Directive:return"<"+e.data+">";case s.Comment:return function(e){return"\x3c!--"+e.data+"--\x3e"}(e);case s.CDATA:return function(e){return"<![CDATA["+e.children[0].data+"]]>"}(e);default:return s.isTag(e)?function(e,t){var n;"foreign"===t.xmlMode&&(e.name=null!==(n=u.elementNames.get(e.name))&&void 0!==n?n:e.name,e.parent&&h.has(e.parent.name)&&(t=r(r({},t),{xmlMode:!1}))),!t.xmlMode&&b.has(e.name)&&(t=r(r({},t),{xmlMode:"foreign"}));var o="<"+e.name,i=function(e,t){if(e)return Object.keys(e).map((function(n){var r,o,i=null!==(r=e[n])&&void 0!==r?r:"";return"foreign"===t.xmlMode&&(n=null!==(o=u.attributeNames.get(n))&&void 0!==o?o:n),t.emptyAttrs||t.xmlMode||""!==i?n+'="'+(t.decodeEntities?c.encodeXML(i):i.replace(/"/g,"&quot;"))+'"':n})).join(" ")}(e.attribs,t);return i&&(o+=" "+i),0===e.children.length&&(t.xmlMode?!1!==t.selfClosingTags:t.selfClosingTags&&p.has(e.name))?(t.xmlMode||(o+=" "),o+="/>"):(o+=">",e.children.length>0&&(o+=f(e.children,t)),!t.xmlMode&&p.has(e.name)||(o+="</"+e.name+">")),o}(e,t):function(e,t){var n=e.data||"";return!t.decodeEntities||e.parent&&l.has(e.parent.name)||(n=c.encodeXML(n)),n}(e,t)}}n.default=f;var h=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),b=new Set(["svg","math"])},{"./foreignNames":4,domelementtype:6,entities:20}],6:[function(e,t,n){Object.defineProperty(n,"__esModule",{value:!0}),n.Doctype=n.CDATA=n.Tag=n.Style=n.Script=n.Comment=n.Directive=n.Text=n.isTag=void 0,n.isTag=function(e){return"tag"===e.type||"script"===e.type||"style"===e.type},n.Text="text",n.Directive="directive",n.Comment="comment",n.Script="script",n.Style="style",n.Tag="tag",n.CDATA="cdata",n.Doctype="doctype"},{}],7:[function(e,t,n){Object.defineProperty(n,"__esModule",{value:!0});var r=e("./node");n.Node=r.Node,n.Element=r.Element,n.DataNode=r.DataNode,n.NodeWithChildren=r.NodeWithChildren;var o=/\s+/g,i={normalizeWhitespace:!1,withStartIndices:!1,withEndIndices:!1},a=function(){function e(e,t,n){this.dom=[],this._done=!1,this._tagStack=[],this._lastNode=null,this._parser=null,"function"===typeof t&&(n=t,t=i),"object"===u(e)&&(t=e,e=void 0),this._callback=e||null,this._options=t||i,this._elementCB=n||null}return e.prototype.onparserinit=function(e){this._parser=e},e.prototype.onreset=function(){this.dom=[],this._done=!1,this._tagStack=[],this._lastNode=null,this._parser=this._parser||null},e.prototype.onend=function(){this._done||(this._done=!0,this._parser=null,this.handleCallback(null))},e.prototype.onerror=function(e){this.handleCallback(e)},e.prototype.onclosetag=function(){this._lastNode=null;var e=this._tagStack.pop();e&&this._parser&&(this._options.withEndIndices&&(e.endIndex=this._parser.endIndex),this._elementCB&&this._elementCB(e))},e.prototype.onopentag=function(e,t){var n=new r.Element(e,t);this.addNode(n),this._tagStack.push(n)},e.prototype.ontext=function(e){var t=this._options.normalizeWhitespace,n=this._lastNode;if(n&&"text"===n.type)t?n.data=(n.data+e).replace(o," "):n.data+=e;else{t&&(e=e.replace(o," "));var i=new r.DataNode("text",e);this.addNode(i),this._lastNode=i}},e.prototype.oncomment=function(e){if(this._lastNode&&"comment"===this._lastNode.type)this._lastNode.data+=e;else{var t=new r.DataNode("comment",e);this.addNode(t),this._lastNode=t}},e.prototype.oncommentend=function(){this._lastNode=null},e.prototype.oncdatastart=function(){var e=new r.DataNode("text",""),t=new r.NodeWithChildren("cdata",[e]);this.addNode(t),e.parent=t,this._lastNode=e},e.prototype.oncdataend=function(){this._lastNode=null},e.prototype.onprocessinginstruction=function(e,t){var n=new r.ProcessingInstruction(e,t);this.addNode(n)},e.prototype.handleCallback=function(e){if("function"===typeof this._callback)this._callback(e,this.dom);else if(e)throw e},e.prototype.addNode=function(e){var t=this._tagStack[this._tagStack.length-1],n=t?t.children:this.dom,r=n[n.length-1];this._parser&&(this._options.withStartIndices&&(e.startIndex=this._parser.startIndex),this._options.withEndIndices&&(e.endIndex=this._parser.endIndex)),n.push(e),r&&(e.prev=r,r.next=e),t&&(e.parent=t),this._lastNode=null},e.prototype.addDataNode=function(e){this.addNode(e),this._lastNode=e},e}();n.DomHandler=a,n.default=a},{"./node":8}],8:[function(e,t,n){var r=this&&this.__extends||function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();Object.defineProperty(n,"__esModule",{value:!0});var o=new Map([["tag",1],["script",1],["style",1],["directive",1],["text",3],["cdata",4],["comment",8]]),i=function(){function e(e){this.type=e,this.parent=null,this.prev=null,this.next=null,this.startIndex=null,this.endIndex=null}return Object.defineProperty(e.prototype,"nodeType",{get:function(){return o.get(this.type)||1},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"parentNode",{get:function(){return this.parent||null},set:function(e){this.parent=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"previousSibling",{get:function(){return this.prev||null},set:function(e){this.prev=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"nextSibling",{get:function(){return this.next||null},set:function(e){this.next=e},enumerable:!0,configurable:!0}),e}();n.Node=i;var a=function(e){function t(t,n){var r=e.call(this,t)||this;return r.data=n,r}return r(t,e),Object.defineProperty(t.prototype,"nodeValue",{get:function(){return this.data},set:function(e){this.data=e},enumerable:!0,configurable:!0}),t}(i);n.DataNode=a;var s=function(e){function t(t,n){var r=e.call(this,"directive",n)||this;return r.name=t,r}return r(t,e),t}(a);n.ProcessingInstruction=s;var c=function(e){function t(t,n){var r=e.call(this,t)||this;return r.children=n,r}return r(t,e),Object.defineProperty(t.prototype,"firstChild",{get:function(){return this.children[0]||null},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"lastChild",{get:function(){return this.children[this.children.length-1]||null},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"childNodes",{get:function(){return this.children},set:function(e){this.children=e},enumerable:!0,configurable:!0}),t}(i);n.NodeWithChildren=c;var u=function(e){function t(t,n){var r=e.call(this,"script"===t?"script":"style"===t?"style":"tag",[])||this;return r.name=t,r.attribs=n,r.attribs=n,r}return r(t,e),Object.defineProperty(t.prototype,"tagName",{get:function(){return this.name},set:function(e){this.name=e},enumerable:!0,configurable:!0}),t}(c);n.Element=u},{}],9:[function(e,t,n){Object.defineProperty(n,"__esModule",{value:!0}),n.uniqueSort=n.compareDocumentPosition=n.removeSubsets=void 0;var r=e("./tagtypes");function o(e,t){var n=[],o=[];if(e===t)return 0;for(var i=r.hasChildren(e)?e:e.parent;i;)n.unshift(i),i=i.parent;for(i=r.hasChildren(t)?t:t.parent;i;)o.unshift(i),i=i.parent;for(var a=Math.min(n.length,o.length),s=0;s<a&&n[s]===o[s];)s++;if(0===s)return 1;var c=n[s-1],u=c.children,l=n[s],p=o[s];return u.indexOf(l)>u.indexOf(p)?c===t?20:4:c===e?10:2}n.removeSubsets=function(e){for(var t=e.length;--t>=0;){var n=e[t];if(t>0&&e.lastIndexOf(n,t-1)>=0)e.splice(t,1);else for(var r=n.parent;r;r=r.parent)if(e.includes(r)){e.splice(t,1);break}}return e},n.compareDocumentPosition=o,n.uniqueSort=function(e){return(e=e.filter((function(e,t,n){return!n.includes(e,t+1)}))).sort((function(e,t){var n=o(e,t);return 2&n?-1:4&n?1:0})),e}},{"./tagtypes":15}],10:[function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(n,"__esModule",{value:!0}),o(e("./stringify"),n),o(e("./traversal"),n),o(e("./manipulation"),n),o(e("./querying"),n),o(e("./legacy"),n),o(e("./helpers"),n),o(e("./tagtypes"),n)},{"./helpers":9,"./legacy":11,"./manipulation":12,"./querying":13,"./stringify":14,"./tagtypes":15,"./traversal":16}],11:[function(e,t,n){Object.defineProperty(n,"__esModule",{value:!0}),n.getElementsByTagType=n.getElementsByTagName=n.getElementById=n.getElements=n.testElement=void 0;var r=e("./querying"),o=e("./tagtypes");function i(e){return"text"===e.type}var a={tag_name:function(e){return"function"===typeof e?function(t){return o.isTag(t)&&e(t.name)}:"*"===e?o.isTag:function(t){return o.isTag(t)&&t.name===e}},tag_type:function(e){return"function"===typeof e?function(t){return e(t.type)}:function(t){return t.type===e}},tag_contains:function(e){return"function"===typeof e?function(t){return i(t)&&e(t.data)}:function(t){return i(t)&&t.data===e}}};function s(e,t){return"function"===typeof t?function(n){return o.isTag(n)&&t(n.attribs[e])}:function(n){return o.isTag(n)&&n.attribs[e]===t}}function c(e,t){return function(n){return e(n)||t(n)}}function u(e){var t=Object.keys(e).map((function(t){var n=e[t];return t in a?a[t](n):s(t,n)}));return 0===t.length?null:t.reduce(c)}n.testElement=function(e,t){var n=u(e);return!n||n(t)},n.getElements=function(e,t,n,o){void 0===o&&(o=1/0);var i=u(e);return i?r.filter(i,t,n,o):[]},n.getElementById=function(e,t,n){return void 0===n&&(n=!0),Array.isArray(t)||(t=[t]),r.findOne(s("id",e),t,n)},n.getElementsByTagName=function(e,t,n,o){return void 0===o&&(o=1/0),r.filter(a.tag_name(e),t,n,o)},n.getElementsByTagType=function(e,t,n,o){return void 0===n&&(n=!0),void 0===o&&(o=1/0),r.filter(a.tag_type(e),t,n,o)}},{"./querying":13,"./tagtypes":15}],12:[function(e,t,n){function r(e){if(e.prev&&(e.prev.next=e.next),e.next&&(e.next.prev=e.prev),e.parent){var t=e.parent.children;t.splice(t.lastIndexOf(e),1)}}Object.defineProperty(n,"__esModule",{value:!0}),n.prepend=n.append=n.appendChild=n.replaceElement=n.removeElement=void 0,n.removeElement=r,n.replaceElement=function(e,t){var n=t.prev=e.prev;n&&(n.next=t);var r=t.next=e.next;r&&(r.prev=t);var o=t.parent=e.parent;if(o){var i=o.children;i[i.lastIndexOf(e)]=t}},n.appendChild=function(e,t){if(r(t),t.parent=e,1!==e.children.push(t)){var n=e.children[e.children.length-2];n.next=t,t.prev=n,t.next=null}},n.append=function(e,t){r(t);var n=e.parent,o=e.next;if(t.next=o,t.prev=e,e.next=t,t.parent=n,o){if(o.prev=t,n){var i=n.children;i.splice(i.lastIndexOf(o),0,t)}}else n&&n.children.push(t)},n.prepend=function(e,t){var n=e.parent;if(n){var r=n.children;r.splice(r.lastIndexOf(e),0,t)}e.prev&&(e.prev.next=t),t.parent=n,t.prev=e.prev,t.next=e,e.prev=t}},{}],13:[function(e,t,n){Object.defineProperty(n,"__esModule",{value:!0}),n.findAll=n.existsOne=n.findOne=n.findOneChild=n.find=n.filter=void 0;var r=e("./tagtypes");function o(e,t,n,i){for(var a=[],s=0,c=t;s<c.length;s++){var u=c[s];if(e(u)&&(a.push(u),--i<=0))break;if(n&&r.hasChildren(u)&&u.children.length>0){var l=o(e,u.children,n,i);if(a.push.apply(a,l),(i-=l.length)<=0)break}}return a}n.filter=function(e,t,n,r){return void 0===n&&(n=!0),void 0===r&&(r=1/0),Array.isArray(t)||(t=[t]),o(e,t,n,r)},n.find=o,n.findOneChild=function(e,t){return t.find(e)},n.findOne=function e(t,n,o){void 0===o&&(o=!0);for(var i=null,a=0;a<n.length&&!i;a++){var s=n[a];r.isTag(s)&&(t(s)?i=s:o&&s.children.length>0&&(i=e(t,s.children)))}return i},n.existsOne=function e(t,n){return n.some((function(n){return r.isTag(n)&&(t(n)||n.children.length>0&&e(t,n.children))}))},n.findAll=function(e,t){for(var n,o,i=[],a=t.filter(r.isTag);o=a.shift();){var s=null===(n=o.children)||void 0===n?void 0:n.filter(r.isTag);s&&s.length>0&&a.unshift.apply(a,s),e(o)&&i.push(o)}return i}},{"./tagtypes":15}],14:[function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(n,"__esModule",{value:!0}),n.getText=n.getInnerHTML=n.getOuterHTML=void 0;var o=e("./tagtypes"),i=r(e("dom-serializer"));function a(e,t){return i.default(e,t)}n.getOuterHTML=a,n.getInnerHTML=function(e,t){return o.hasChildren(e)?e.children.map((function(e){return a(e,t)})).join(""):""},n.getText=function e(t){return Array.isArray(t)?t.map(e).join(""):o.isTag(t)?"br"===t.name?"\n":e(t.children):o.isCDATA(t)?e(t.children):o.isText(t)?t.data:""}},{"./tagtypes":15,"dom-serializer":5}],15:[function(e,t,n){Object.defineProperty(n,"__esModule",{value:!0}),n.hasChildren=n.isComment=n.isText=n.isCDATA=n.isTag=void 0;var r=e("domelementtype");n.isTag=function(e){return r.isTag(e)},n.isCDATA=function(e){return"cdata"===e.type},n.isText=function(e){return"text"===e.type},n.isComment=function(e){return"comment"===e.type},n.hasChildren=function(e){return Object.prototype.hasOwnProperty.call(e,"children")}},{domelementtype:6}],16:[function(e,t,n){function r(e){return e.children||null}function o(e){return e.parent||null}Object.defineProperty(n,"__esModule",{value:!0}),n.nextElementSibling=n.getName=n.hasAttrib=n.getAttributeValue=n.getSiblings=n.getParent=n.getChildren=void 0,n.getChildren=r,n.getParent=o,n.getSiblings=function(e){var t=o(e);return t?r(t):[e]},n.getAttributeValue=function(e,t){var n;return null===(n=e.attribs)||void 0===n?void 0:n[t]},n.hasAttrib=function(e,t){return!!e.attribs&&Object.prototype.hasOwnProperty.call(e.attribs,t)&&null!=e.attribs[t]},n.getName=function(e){return e.name},n.nextElementSibling=function(e){for(var t=e.next;null!==t&&"tag"!==t.type;)t=t.next;return t}},{}],17:[function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(n,"__esModule",{value:!0}),n.decodeHTML=n.decodeHTMLStrict=n.decodeXML=void 0;var o=r(e("./maps/entities.json")),i=r(e("./maps/legacy.json")),a=r(e("./maps/xml.json")),s=r(e("./decode_codepoint"));function c(e){var t=Object.keys(e).join("|"),n=l(e),r=new RegExp("&(?:"+(t+="|#[xX][\\da-fA-F]+|#\\d+")+");","g");return function(e){return String(e).replace(r,n)}}n.decodeXML=c(a.default),n.decodeHTMLStrict=c(o.default);var u=function(e,t){return e<t?1:-1};function l(e){return function(t){if("#"===t.charAt(1)){var n=t.charAt(2);return"X"===n||"x"===n?s.default(parseInt(t.substr(3),16)):s.default(parseInt(t.substr(2),10))}return e[t.slice(1,-1)]}}n.decodeHTML=function(){for(var e=Object.keys(i.default).sort(u),t=Object.keys(o.default).sort(u),n=0,r=0;n<t.length;n++)e[r]===t[n]?(t[n]+=";?",r++):t[n]+=";";var a=new RegExp("&(?:"+t.join("|")+"|#[xX][\\da-fA-F]+;?|#\\d+;?)","g"),s=l(o.default);function c(e){return";"!==e.substr(-1)&&(e+=";"),s(e)}return function(e){return String(e).replace(a,c)}}()},{"./decode_codepoint":18,"./maps/entities.json":22,"./maps/legacy.json":23,"./maps/xml.json":24}],18:[function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(n,"__esModule",{value:!0});var o=r(e("./maps/decode.json"));n.default=function(e){if(e>=55296&&e<=57343||e>1114111)return"\ufffd";e in o.default&&(e=o.default[e]);var t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+=String.fromCharCode(e)}},{"./maps/decode.json":21}],19:[function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(n,"__esModule",{value:!0}),n.escape=n.encodeHTML=n.encodeXML=void 0;var o=c(r(e("./maps/xml.json")).default),i=u(o);n.encodeXML=f(o,i);var a=c(r(e("./maps/entities.json")).default),s=u(a);function c(e){return Object.keys(e).sort().reduce((function(t,n){return t[e[n]]="&"+n+";",t}),{})}function u(e){for(var t=[],n=[],r=0,o=Object.keys(e);r<o.length;r++){var i=o[r];1===i.length?t.push("\\"+i):n.push(i)}t.sort();for(var a=0;a<t.length-1;a++){for(var s=a;s<t.length-1&&t[s].charCodeAt(1)+1===t[s+1].charCodeAt(1);)s+=1;var c=1+s-a;c<3||t.splice(a,c,t[a]+"-"+t[s])}return n.unshift("["+t.join("")+"]"),new RegExp(n.join("|"),"g")}n.encodeHTML=f(a,s);var l=/(?:[\x80-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])/g;function p(e){return"&#x"+e.codePointAt(0).toString(16).toUpperCase()+";"}function f(e,t){return function(n){return n.replace(t,(function(t){return e[t]})).replace(l,p)}}var d=u(o);n.escape=function(e){return e.replace(d,p).replace(l,p)}},{"./maps/entities.json":22,"./maps/xml.json":24}],20:[function(e,t,n){Object.defineProperty(n,"__esModule",{value:!0}),n.encode=n.decodeStrict=n.decode=void 0;var r=e("./decode"),o=e("./encode");n.decode=function(e,t){return(!t||t<=0?r.decodeXML:r.decodeHTML)(e)},n.decodeStrict=function(e,t){return(!t||t<=0?r.decodeXML:r.decodeHTMLStrict)(e)},n.encode=function(e,t){return(!t||t<=0?o.encodeXML:o.encodeHTML)(e)};var i=e("./encode");Object.defineProperty(n,"encodeXML",{enumerable:!0,get:function(){return i.encodeXML}}),Object.defineProperty(n,"encodeHTML",{enumerable:!0,get:function(){return i.encodeHTML}}),Object.defineProperty(n,"escape",{enumerable:!0,get:function(){return i.escape}}),Object.defineProperty(n,"encodeHTML4",{enumerable:!0,get:function(){return i.encodeHTML}}),Object.defineProperty(n,"encodeHTML5",{enumerable:!0,get:function(){return i.encodeHTML}});var a=e("./decode");Object.defineProperty(n,"decodeXML",{enumerable:!0,get:function(){return a.decodeXML}}),Object.defineProperty(n,"decodeHTML",{enumerable:!0,get:function(){return a.decodeHTML}}),Object.defineProperty(n,"decodeHTMLStrict",{enumerable:!0,get:function(){return a.decodeHTMLStrict}}),Object.defineProperty(n,"decodeHTML4",{enumerable:!0,get:function(){return a.decodeHTML}}),Object.defineProperty(n,"decodeHTML5",{enumerable:!0,get:function(){return a.decodeHTML}}),Object.defineProperty(n,"decodeHTML4Strict",{enumerable:!0,get:function(){return a.decodeHTMLStrict}}),Object.defineProperty(n,"decodeHTML5Strict",{enumerable:!0,get:function(){return a.decodeHTMLStrict}}),Object.defineProperty(n,"decodeXMLStrict",{enumerable:!0,get:function(){return a.decodeXML}})},{"./decode":17,"./encode":19}],21:[function(e,t,n){t.exports={0:65533,128:8364,130:8218,131:402,132:8222,133:8230,134:8224,135:8225,136:710,137:8240,138:352,139:8249,140:338,142:381,145:8216,146:8217,147:8220,148:8221,149:8226,150:8211,151:8212,152:732,153:8482,154:353,155:8250,156:339,158:382,159:376}},{}],22:[function(e,t,n){t.exports={Aacute:"\xc1",aacute:"\xe1",Abreve:"\u0102",abreve:"\u0103",ac:"\u223e",acd:"\u223f",acE:"\u223e\u0333",Acirc:"\xc2",acirc:"\xe2",acute:"\xb4",Acy:"\u0410",acy:"\u0430",AElig:"\xc6",aelig:"\xe6",af:"\u2061",Afr:"\ud835\udd04",afr:"\ud835\udd1e",Agrave:"\xc0",agrave:"\xe0",alefsym:"\u2135",aleph:"\u2135",Alpha:"\u0391",alpha:"\u03b1",Amacr:"\u0100",amacr:"\u0101",amalg:"\u2a3f",amp:"&",AMP:"&",andand:"\u2a55",And:"\u2a53",and:"\u2227",andd:"\u2a5c",andslope:"\u2a58",andv:"\u2a5a",ang:"\u2220",ange:"\u29a4",angle:"\u2220",angmsdaa:"\u29a8",angmsdab:"\u29a9",angmsdac:"\u29aa",angmsdad:"\u29ab",angmsdae:"\u29ac",angmsdaf:"\u29ad",angmsdag:"\u29ae",angmsdah:"\u29af",angmsd:"\u2221",angrt:"\u221f",angrtvb:"\u22be",angrtvbd:"\u299d",angsph:"\u2222",angst:"\xc5",angzarr:"\u237c",Aogon:"\u0104",aogon:"\u0105",Aopf:"\ud835\udd38",aopf:"\ud835\udd52",apacir:"\u2a6f",ap:"\u2248",apE:"\u2a70",ape:"\u224a",apid:"\u224b",apos:"'",ApplyFunction:"\u2061",approx:"\u2248",approxeq:"\u224a",Aring:"\xc5",aring:"\xe5",Ascr:"\ud835\udc9c",ascr:"\ud835\udcb6",Assign:"\u2254",ast:"*",asymp:"\u2248",asympeq:"\u224d",Atilde:"\xc3",atilde:"\xe3",Auml:"\xc4",auml:"\xe4",awconint:"\u2233",awint:"\u2a11",backcong:"\u224c",backepsilon:"\u03f6",backprime:"\u2035",backsim:"\u223d",backsimeq:"\u22cd",Backslash:"\u2216",Barv:"\u2ae7",barvee:"\u22bd",barwed:"\u2305",Barwed:"\u2306",barwedge:"\u2305",bbrk:"\u23b5",bbrktbrk:"\u23b6",bcong:"\u224c",Bcy:"\u0411",bcy:"\u0431",bdquo:"\u201e",becaus:"\u2235",because:"\u2235",Because:"\u2235",bemptyv:"\u29b0",bepsi:"\u03f6",bernou:"\u212c",Bernoullis:"\u212c",Beta:"\u0392",beta:"\u03b2",beth:"\u2136",between:"\u226c",Bfr:"\ud835\udd05",bfr:"\ud835\udd1f",bigcap:"\u22c2",bigcirc:"\u25ef",bigcup:"\u22c3",bigodot:"\u2a00",bigoplus:"\u2a01",bigotimes:"\u2a02",bigsqcup:"\u2a06",bigstar:"\u2605",bigtriangledown:"\u25bd",bigtriangleup:"\u25b3",biguplus:"\u2a04",bigvee:"\u22c1",bigwedge:"\u22c0",bkarow:"\u290d",blacklozenge:"\u29eb",blacksquare:"\u25aa",blacktriangle:"\u25b4",blacktriangledown:"\u25be",blacktriangleleft:"\u25c2",blacktriangleright:"\u25b8",blank:"\u2423",blk12:"\u2592",blk14:"\u2591",blk34:"\u2593",block:"\u2588",bne:"=\u20e5",bnequiv:"\u2261\u20e5",bNot:"\u2aed",bnot:"\u2310",Bopf:"\ud835\udd39",bopf:"\ud835\udd53",bot:"\u22a5",bottom:"\u22a5",bowtie:"\u22c8",boxbox:"\u29c9",boxdl:"\u2510",boxdL:"\u2555",boxDl:"\u2556",boxDL:"\u2557",boxdr:"\u250c",boxdR:"\u2552",boxDr:"\u2553",boxDR:"\u2554",boxh:"\u2500",boxH:"\u2550",boxhd:"\u252c",boxHd:"\u2564",boxhD:"\u2565",boxHD:"\u2566",boxhu:"\u2534",boxHu:"\u2567",boxhU:"\u2568",boxHU:"\u2569",boxminus:"\u229f",boxplus:"\u229e",boxtimes:"\u22a0",boxul:"\u2518",boxuL:"\u255b",boxUl:"\u255c",boxUL:"\u255d",boxur:"\u2514",boxuR:"\u2558",boxUr:"\u2559",boxUR:"\u255a",boxv:"\u2502",boxV:"\u2551",boxvh:"\u253c",boxvH:"\u256a",boxVh:"\u256b",boxVH:"\u256c",boxvl:"\u2524",boxvL:"\u2561",boxVl:"\u2562",boxVL:"\u2563",boxvr:"\u251c",boxvR:"\u255e",boxVr:"\u255f",boxVR:"\u2560",bprime:"\u2035",breve:"\u02d8",Breve:"\u02d8",brvbar:"\xa6",bscr:"\ud835\udcb7",Bscr:"\u212c",bsemi:"\u204f",bsim:"\u223d",bsime:"\u22cd",bsolb:"\u29c5",bsol:"\\",bsolhsub:"\u27c8",bull:"\u2022",bullet:"\u2022",bump:"\u224e",bumpE:"\u2aae",bumpe:"\u224f",Bumpeq:"\u224e",bumpeq:"\u224f",Cacute:"\u0106",cacute:"\u0107",capand:"\u2a44",capbrcup:"\u2a49",capcap:"\u2a4b",cap:"\u2229",Cap:"\u22d2",capcup:"\u2a47",capdot:"\u2a40",CapitalDifferentialD:"\u2145",caps:"\u2229\ufe00",caret:"\u2041",caron:"\u02c7",Cayleys:"\u212d",ccaps:"\u2a4d",Ccaron:"\u010c",ccaron:"\u010d",Ccedil:"\xc7",ccedil:"\xe7",Ccirc:"\u0108",ccirc:"\u0109",Cconint:"\u2230",ccups:"\u2a4c",ccupssm:"\u2a50",Cdot:"\u010a",cdot:"\u010b",cedil:"\xb8",Cedilla:"\xb8",cemptyv:"\u29b2",cent:"\xa2",centerdot:"\xb7",CenterDot:"\xb7",cfr:"\ud835\udd20",Cfr:"\u212d",CHcy:"\u0427",chcy:"\u0447",check:"\u2713",checkmark:"\u2713",Chi:"\u03a7",chi:"\u03c7",circ:"\u02c6",circeq:"\u2257",circlearrowleft:"\u21ba",circlearrowright:"\u21bb",circledast:"\u229b",circledcirc:"\u229a",circleddash:"\u229d",CircleDot:"\u2299",circledR:"\xae",circledS:"\u24c8",CircleMinus:"\u2296",CirclePlus:"\u2295",CircleTimes:"\u2297",cir:"\u25cb",cirE:"\u29c3",cire:"\u2257",cirfnint:"\u2a10",cirmid:"\u2aef",cirscir:"\u29c2",ClockwiseContourIntegral:"\u2232",CloseCurlyDoubleQuote:"\u201d",CloseCurlyQuote:"\u2019",clubs:"\u2663",clubsuit:"\u2663",colon:":",Colon:"\u2237",Colone:"\u2a74",colone:"\u2254",coloneq:"\u2254",comma:",",commat:"@",comp:"\u2201",compfn:"\u2218",complement:"\u2201",complexes:"\u2102",cong:"\u2245",congdot:"\u2a6d",Congruent:"\u2261",conint:"\u222e",Conint:"\u222f",ContourIntegral:"\u222e",copf:"\ud835\udd54",Copf:"\u2102",coprod:"\u2210",Coproduct:"\u2210",copy:"\xa9",COPY:"\xa9",copysr:"\u2117",CounterClockwiseContourIntegral:"\u2233",crarr:"\u21b5",cross:"\u2717",Cross:"\u2a2f",Cscr:"\ud835\udc9e",cscr:"\ud835\udcb8",csub:"\u2acf",csube:"\u2ad1",csup:"\u2ad0",csupe:"\u2ad2",ctdot:"\u22ef",cudarrl:"\u2938",cudarrr:"\u2935",cuepr:"\u22de",cuesc:"\u22df",cularr:"\u21b6",cularrp:"\u293d",cupbrcap:"\u2a48",cupcap:"\u2a46",CupCap:"\u224d",cup:"\u222a",Cup:"\u22d3",cupcup:"\u2a4a",cupdot:"\u228d",cupor:"\u2a45",cups:"\u222a\ufe00",curarr:"\u21b7",curarrm:"\u293c",curlyeqprec:"\u22de",curlyeqsucc:"\u22df",curlyvee:"\u22ce",curlywedge:"\u22cf",curren:"\xa4",curvearrowleft:"\u21b6",curvearrowright:"\u21b7",cuvee:"\u22ce",cuwed:"\u22cf",cwconint:"\u2232",cwint:"\u2231",cylcty:"\u232d",dagger:"\u2020",Dagger:"\u2021",daleth:"\u2138",darr:"\u2193",Darr:"\u21a1",dArr:"\u21d3",dash:"\u2010",Dashv:"\u2ae4",dashv:"\u22a3",dbkarow:"\u290f",dblac:"\u02dd",Dcaron:"\u010e",dcaron:"\u010f",Dcy:"\u0414",dcy:"\u0434",ddagger:"\u2021",ddarr:"\u21ca",DD:"\u2145",dd:"\u2146",DDotrahd:"\u2911",ddotseq:"\u2a77",deg:"\xb0",Del:"\u2207",Delta:"\u0394",delta:"\u03b4",demptyv:"\u29b1",dfisht:"\u297f",Dfr:"\ud835\udd07",dfr:"\ud835\udd21",dHar:"\u2965",dharl:"\u21c3",dharr:"\u21c2",DiacriticalAcute:"\xb4",DiacriticalDot:"\u02d9",DiacriticalDoubleAcute:"\u02dd",DiacriticalGrave:"`",DiacriticalTilde:"\u02dc",diam:"\u22c4",diamond:"\u22c4",Diamond:"\u22c4",diamondsuit:"\u2666",diams:"\u2666",die:"\xa8",DifferentialD:"\u2146",digamma:"\u03dd",disin:"\u22f2",div:"\xf7",divide:"\xf7",divideontimes:"\u22c7",divonx:"\u22c7",DJcy:"\u0402",djcy:"\u0452",dlcorn:"\u231e",dlcrop:"\u230d",dollar:"$",Dopf:"\ud835\udd3b",dopf:"\ud835\udd55",Dot:"\xa8",dot:"\u02d9",DotDot:"\u20dc",doteq:"\u2250",doteqdot:"\u2251",DotEqual:"\u2250",dotminus:"\u2238",dotplus:"\u2214",dotsquare:"\u22a1",doublebarwedge:"\u2306",DoubleContourIntegral:"\u222f",DoubleDot:"\xa8",DoubleDownArrow:"\u21d3",DoubleLeftArrow:"\u21d0",DoubleLeftRightArrow:"\u21d4",DoubleLeftTee:"\u2ae4",DoubleLongLeftArrow:"\u27f8",DoubleLongLeftRightArrow:"\u27fa",DoubleLongRightArrow:"\u27f9",DoubleRightArrow:"\u21d2",DoubleRightTee:"\u22a8",DoubleUpArrow:"\u21d1",DoubleUpDownArrow:"\u21d5",DoubleVerticalBar:"\u2225",DownArrowBar:"\u2913",downarrow:"\u2193",DownArrow:"\u2193",Downarrow:"\u21d3",DownArrowUpArrow:"\u21f5",DownBreve:"\u0311",downdownarrows:"\u21ca",downharpoonleft:"\u21c3",downharpoonright:"\u21c2",DownLeftRightVector:"\u2950",DownLeftTeeVector:"\u295e",DownLeftVectorBar:"\u2956",DownLeftVector:"\u21bd",DownRightTeeVector:"\u295f",DownRightVectorBar:"\u2957",DownRightVector:"\u21c1",DownTeeArrow:"\u21a7",DownTee:"\u22a4",drbkarow:"\u2910",drcorn:"\u231f",drcrop:"\u230c",Dscr:"\ud835\udc9f",dscr:"\ud835\udcb9",DScy:"\u0405",dscy:"\u0455",dsol:"\u29f6",Dstrok:"\u0110",dstrok:"\u0111",dtdot:"\u22f1",dtri:"\u25bf",dtrif:"\u25be",duarr:"\u21f5",duhar:"\u296f",dwangle:"\u29a6",DZcy:"\u040f",dzcy:"\u045f",dzigrarr:"\u27ff",Eacute:"\xc9",eacute:"\xe9",easter:"\u2a6e",Ecaron:"\u011a",ecaron:"\u011b",Ecirc:"\xca",ecirc:"\xea",ecir:"\u2256",ecolon:"\u2255",Ecy:"\u042d",ecy:"\u044d",eDDot:"\u2a77",Edot:"\u0116",edot:"\u0117",eDot:"\u2251",ee:"\u2147",efDot:"\u2252",Efr:"\ud835\udd08",efr:"\ud835\udd22",eg:"\u2a9a",Egrave:"\xc8",egrave:"\xe8",egs:"\u2a96",egsdot:"\u2a98",el:"\u2a99",Element:"\u2208",elinters:"\u23e7",ell:"\u2113",els:"\u2a95",elsdot:"\u2a97",Emacr:"\u0112",emacr:"\u0113",empty:"\u2205",emptyset:"\u2205",EmptySmallSquare:"\u25fb",emptyv:"\u2205",EmptyVerySmallSquare:"\u25ab",emsp13:"\u2004",emsp14:"\u2005",emsp:"\u2003",ENG:"\u014a",eng:"\u014b",ensp:"\u2002",Eogon:"\u0118",eogon:"\u0119",Eopf:"\ud835\udd3c",eopf:"\ud835\udd56",epar:"\u22d5",eparsl:"\u29e3",eplus:"\u2a71",epsi:"\u03b5",Epsilon:"\u0395",epsilon:"\u03b5",epsiv:"\u03f5",eqcirc:"\u2256",eqcolon:"\u2255",eqsim:"\u2242",eqslantgtr:"\u2a96",eqslantless:"\u2a95",Equal:"\u2a75",equals:"=",EqualTilde:"\u2242",equest:"\u225f",Equilibrium:"\u21cc",equiv:"\u2261",equivDD:"\u2a78",eqvparsl:"\u29e5",erarr:"\u2971",erDot:"\u2253",escr:"\u212f",Escr:"\u2130",esdot:"\u2250",Esim:"\u2a73",esim:"\u2242",Eta:"\u0397",eta:"\u03b7",ETH:"\xd0",eth:"\xf0",Euml:"\xcb",euml:"\xeb",euro:"\u20ac",excl:"!",exist:"\u2203",Exists:"\u2203",expectation:"\u2130",exponentiale:"\u2147",ExponentialE:"\u2147",fallingdotseq:"\u2252",Fcy:"\u0424",fcy:"\u0444",female:"\u2640",ffilig:"\ufb03",fflig:"\ufb00",ffllig:"\ufb04",Ffr:"\ud835\udd09",ffr:"\ud835\udd23",filig:"\ufb01",FilledSmallSquare:"\u25fc",FilledVerySmallSquare:"\u25aa",fjlig:"fj",flat:"\u266d",fllig:"\ufb02",fltns:"\u25b1",fnof:"\u0192",Fopf:"\ud835\udd3d",fopf:"\ud835\udd57",forall:"\u2200",ForAll:"\u2200",fork:"\u22d4",forkv:"\u2ad9",Fouriertrf:"\u2131",fpartint:"\u2a0d",frac12:"\xbd",frac13:"\u2153",frac14:"\xbc",frac15:"\u2155",frac16:"\u2159",frac18:"\u215b",frac23:"\u2154",frac25:"\u2156",frac34:"\xbe",frac35:"\u2157",frac38:"\u215c",frac45:"\u2158",frac56:"\u215a",frac58:"\u215d",frac78:"\u215e",frasl:"\u2044",frown:"\u2322",fscr:"\ud835\udcbb",Fscr:"\u2131",gacute:"\u01f5",Gamma:"\u0393",gamma:"\u03b3",Gammad:"\u03dc",gammad:"\u03dd",gap:"\u2a86",Gbreve:"\u011e",gbreve:"\u011f",Gcedil:"\u0122",Gcirc:"\u011c",gcirc:"\u011d",Gcy:"\u0413",gcy:"\u0433",Gdot:"\u0120",gdot:"\u0121",ge:"\u2265",gE:"\u2267",gEl:"\u2a8c",gel:"\u22db",geq:"\u2265",geqq:"\u2267",geqslant:"\u2a7e",gescc:"\u2aa9",ges:"\u2a7e",gesdot:"\u2a80",gesdoto:"\u2a82",gesdotol:"\u2a84",gesl:"\u22db\ufe00",gesles:"\u2a94",Gfr:"\ud835\udd0a",gfr:"\ud835\udd24",gg:"\u226b",Gg:"\u22d9",ggg:"\u22d9",gimel:"\u2137",GJcy:"\u0403",gjcy:"\u0453",gla:"\u2aa5",gl:"\u2277",glE:"\u2a92",glj:"\u2aa4",gnap:"\u2a8a",gnapprox:"\u2a8a",gne:"\u2a88",gnE:"\u2269",gneq:"\u2a88",gneqq:"\u2269",gnsim:"\u22e7",Gopf:"\ud835\udd3e",gopf:"\ud835\udd58",grave:"`",GreaterEqual:"\u2265",GreaterEqualLess:"\u22db",GreaterFullEqual:"\u2267",GreaterGreater:"\u2aa2",GreaterLess:"\u2277",GreaterSlantEqual:"\u2a7e",GreaterTilde:"\u2273",Gscr:"\ud835\udca2",gscr:"\u210a",gsim:"\u2273",gsime:"\u2a8e",gsiml:"\u2a90",gtcc:"\u2aa7",gtcir:"\u2a7a",gt:">",GT:">",Gt:"\u226b",gtdot:"\u22d7",gtlPar:"\u2995",gtquest:"\u2a7c",gtrapprox:"\u2a86",gtrarr:"\u2978",gtrdot:"\u22d7",gtreqless:"\u22db",gtreqqless:"\u2a8c",gtrless:"\u2277",gtrsim:"\u2273",gvertneqq:"\u2269\ufe00",gvnE:"\u2269\ufe00",Hacek:"\u02c7",hairsp:"\u200a",half:"\xbd",hamilt:"\u210b",HARDcy:"\u042a",hardcy:"\u044a",harrcir:"\u2948",harr:"\u2194",hArr:"\u21d4",harrw:"\u21ad",Hat:"^",hbar:"\u210f",Hcirc:"\u0124",hcirc:"\u0125",hearts:"\u2665",heartsuit:"\u2665",hellip:"\u2026",hercon:"\u22b9",hfr:"\ud835\udd25",Hfr:"\u210c",HilbertSpace:"\u210b",hksearow:"\u2925",hkswarow:"\u2926",hoarr:"\u21ff",homtht:"\u223b",hookleftarrow:"\u21a9",hookrightarrow:"\u21aa",hopf:"\ud835\udd59",Hopf:"\u210d",horbar:"\u2015",HorizontalLine:"\u2500",hscr:"\ud835\udcbd",Hscr:"\u210b",hslash:"\u210f",Hstrok:"\u0126",hstrok:"\u0127",HumpDownHump:"\u224e",HumpEqual:"\u224f",hybull:"\u2043",hyphen:"\u2010",Iacute:"\xcd",iacute:"\xed",ic:"\u2063",Icirc:"\xce",icirc:"\xee",Icy:"\u0418",icy:"\u0438",Idot:"\u0130",IEcy:"\u0415",iecy:"\u0435",iexcl:"\xa1",iff:"\u21d4",ifr:"\ud835\udd26",Ifr:"\u2111",Igrave:"\xcc",igrave:"\xec",ii:"\u2148",iiiint:"\u2a0c",iiint:"\u222d",iinfin:"\u29dc",iiota:"\u2129",IJlig:"\u0132",ijlig:"\u0133",Imacr:"\u012a",imacr:"\u012b",image:"\u2111",ImaginaryI:"\u2148",imagline:"\u2110",imagpart:"\u2111",imath:"\u0131",Im:"\u2111",imof:"\u22b7",imped:"\u01b5",Implies:"\u21d2",incare:"\u2105",in:"\u2208",infin:"\u221e",infintie:"\u29dd",inodot:"\u0131",intcal:"\u22ba",int:"\u222b",Int:"\u222c",integers:"\u2124",Integral:"\u222b",intercal:"\u22ba",Intersection:"\u22c2",intlarhk:"\u2a17",intprod:"\u2a3c",InvisibleComma:"\u2063",InvisibleTimes:"\u2062",IOcy:"\u0401",iocy:"\u0451",Iogon:"\u012e",iogon:"\u012f",Iopf:"\ud835\udd40",iopf:"\ud835\udd5a",Iota:"\u0399",iota:"\u03b9",iprod:"\u2a3c",iquest:"\xbf",iscr:"\ud835\udcbe",Iscr:"\u2110",isin:"\u2208",isindot:"\u22f5",isinE:"\u22f9",isins:"\u22f4",isinsv:"\u22f3",isinv:"\u2208",it:"\u2062",Itilde:"\u0128",itilde:"\u0129",Iukcy:"\u0406",iukcy:"\u0456",Iuml:"\xcf",iuml:"\xef",Jcirc:"\u0134",jcirc:"\u0135",Jcy:"\u0419",jcy:"\u0439",Jfr:"\ud835\udd0d",jfr:"\ud835\udd27",jmath:"\u0237",Jopf:"\ud835\udd41",jopf:"\ud835\udd5b",Jscr:"\ud835\udca5",jscr:"\ud835\udcbf",Jsercy:"\u0408",jsercy:"\u0458",Jukcy:"\u0404",jukcy:"\u0454",Kappa:"\u039a",kappa:"\u03ba",kappav:"\u03f0",Kcedil:"\u0136",kcedil:"\u0137",Kcy:"\u041a",kcy:"\u043a",Kfr:"\ud835\udd0e",kfr:"\ud835\udd28",kgreen:"\u0138",KHcy:"\u0425",khcy:"\u0445",KJcy:"\u040c",kjcy:"\u045c",Kopf:"\ud835\udd42",kopf:"\ud835\udd5c",Kscr:"\ud835\udca6",kscr:"\ud835\udcc0",lAarr:"\u21da",Lacute:"\u0139",lacute:"\u013a",laemptyv:"\u29b4",lagran:"\u2112",Lambda:"\u039b",lambda:"\u03bb",lang:"\u27e8",Lang:"\u27ea",langd:"\u2991",langle:"\u27e8",lap:"\u2a85",Laplacetrf:"\u2112",laquo:"\xab",larrb:"\u21e4",larrbfs:"\u291f",larr:"\u2190",Larr:"\u219e",lArr:"\u21d0",larrfs:"\u291d",larrhk:"\u21a9",larrlp:"\u21ab",larrpl:"\u2939",larrsim:"\u2973",larrtl:"\u21a2",latail:"\u2919",lAtail:"\u291b",lat:"\u2aab",late:"\u2aad",lates:"\u2aad\ufe00",lbarr:"\u290c",lBarr:"\u290e",lbbrk:"\u2772",lbrace:"{",lbrack:"[",lbrke:"\u298b",lbrksld:"\u298f",lbrkslu:"\u298d",Lcaron:"\u013d",lcaron:"\u013e",Lcedil:"\u013b",lcedil:"\u013c",lceil:"\u2308",lcub:"{",Lcy:"\u041b",lcy:"\u043b",ldca:"\u2936",ldquo:"\u201c",ldquor:"\u201e",ldrdhar:"\u2967",ldrushar:"\u294b",ldsh:"\u21b2",le:"\u2264",lE:"\u2266",LeftAngleBracket:"\u27e8",LeftArrowBar:"\u21e4",leftarrow:"\u2190",LeftArrow:"\u2190",Leftarrow:"\u21d0",LeftArrowRightArrow:"\u21c6",leftarrowtail:"\u21a2",LeftCeiling:"\u2308",LeftDoubleBracket:"\u27e6",LeftDownTeeVector:"\u2961",LeftDownVectorBar:"\u2959",LeftDownVector:"\u21c3",LeftFloor:"\u230a",leftharpoondown:"\u21bd",leftharpoonup:"\u21bc",leftleftarrows:"\u21c7",leftrightarrow:"\u2194",LeftRightArrow:"\u2194",Leftrightarrow:"\u21d4",leftrightarrows:"\u21c6",leftrightharpoons:"\u21cb",leftrightsquigarrow:"\u21ad",LeftRightVector:"\u294e",LeftTeeArrow:"\u21a4",LeftTee:"\u22a3",LeftTeeVector:"\u295a",leftthreetimes:"\u22cb",LeftTriangleBar:"\u29cf",LeftTriangle:"\u22b2",LeftTriangleEqual:"\u22b4",LeftUpDownVector:"\u2951",LeftUpTeeVector:"\u2960",LeftUpVectorBar:"\u2958",LeftUpVector:"\u21bf",LeftVectorBar:"\u2952",LeftVector:"\u21bc",lEg:"\u2a8b",leg:"\u22da",leq:"\u2264",leqq:"\u2266",leqslant:"\u2a7d",lescc:"\u2aa8",les:"\u2a7d",lesdot:"\u2a7f",lesdoto:"\u2a81",lesdotor:"\u2a83",lesg:"\u22da\ufe00",lesges:"\u2a93",lessapprox:"\u2a85",lessdot:"\u22d6",lesseqgtr:"\u22da",lesseqqgtr:"\u2a8b",LessEqualGreater:"\u22da",LessFullEqual:"\u2266",LessGreater:"\u2276",lessgtr:"\u2276",LessLess:"\u2aa1",lesssim:"\u2272",LessSlantEqual:"\u2a7d",LessTilde:"\u2272",lfisht:"\u297c",lfloor:"\u230a",Lfr:"\ud835\udd0f",lfr:"\ud835\udd29",lg:"\u2276",lgE:"\u2a91",lHar:"\u2962",lhard:"\u21bd",lharu:"\u21bc",lharul:"\u296a",lhblk:"\u2584",LJcy:"\u0409",ljcy:"\u0459",llarr:"\u21c7",ll:"\u226a",Ll:"\u22d8",llcorner:"\u231e",Lleftarrow:"\u21da",llhard:"\u296b",lltri:"\u25fa",Lmidot:"\u013f",lmidot:"\u0140",lmoustache:"\u23b0",lmoust:"\u23b0",lnap:"\u2a89",lnapprox:"\u2a89",lne:"\u2a87",lnE:"\u2268",lneq:"\u2a87",lneqq:"\u2268",lnsim:"\u22e6",loang:"\u27ec",loarr:"\u21fd",lobrk:"\u27e6",longleftarrow:"\u27f5",LongLeftArrow:"\u27f5",Longleftarrow:"\u27f8",longleftrightarrow:"\u27f7",LongLeftRightArrow:"\u27f7",Longleftrightarrow:"\u27fa",longmapsto:"\u27fc",longrightarrow:"\u27f6",LongRightArrow:"\u27f6",Longrightarrow:"\u27f9",looparrowleft:"\u21ab",looparrowright:"\u21ac",lopar:"\u2985",Lopf:"\ud835\udd43",lopf:"\ud835\udd5d",loplus:"\u2a2d",lotimes:"\u2a34",lowast:"\u2217",lowbar:"_",LowerLeftArrow:"\u2199",LowerRightArrow:"\u2198",loz:"\u25ca",lozenge:"\u25ca",lozf:"\u29eb",lpar:"(",lparlt:"\u2993",lrarr:"\u21c6",lrcorner:"\u231f",lrhar:"\u21cb",lrhard:"\u296d",lrm:"\u200e",lrtri:"\u22bf",lsaquo:"\u2039",lscr:"\ud835\udcc1",Lscr:"\u2112",lsh:"\u21b0",Lsh:"\u21b0",lsim:"\u2272",lsime:"\u2a8d",lsimg:"\u2a8f",lsqb:"[",lsquo:"\u2018",lsquor:"\u201a",Lstrok:"\u0141",lstrok:"\u0142",ltcc:"\u2aa6",ltcir:"\u2a79",lt:"<",LT:"<",Lt:"\u226a",ltdot:"\u22d6",lthree:"\u22cb",ltimes:"\u22c9",ltlarr:"\u2976",ltquest:"\u2a7b",ltri:"\u25c3",ltrie:"\u22b4",ltrif:"\u25c2",ltrPar:"\u2996",lurdshar:"\u294a",luruhar:"\u2966",lvertneqq:"\u2268\ufe00",lvnE:"\u2268\ufe00",macr:"\xaf",male:"\u2642",malt:"\u2720",maltese:"\u2720",Map:"\u2905",map:"\u21a6",mapsto:"\u21a6",mapstodown:"\u21a7",mapstoleft:"\u21a4",mapstoup:"\u21a5",marker:"\u25ae",mcomma:"\u2a29",Mcy:"\u041c",mcy:"\u043c",mdash:"\u2014",mDDot:"\u223a",measuredangle:"\u2221",MediumSpace:"\u205f",Mellintrf:"\u2133",Mfr:"\ud835\udd10",mfr:"\ud835\udd2a",mho:"\u2127",micro:"\xb5",midast:"*",midcir:"\u2af0",mid:"\u2223",middot:"\xb7",minusb:"\u229f",minus:"\u2212",minusd:"\u2238",minusdu:"\u2a2a",MinusPlus:"\u2213",mlcp:"\u2adb",mldr:"\u2026",mnplus:"\u2213",models:"\u22a7",Mopf:"\ud835\udd44",mopf:"\ud835\udd5e",mp:"\u2213",mscr:"\ud835\udcc2",Mscr:"\u2133",mstpos:"\u223e",Mu:"\u039c",mu:"\u03bc",multimap:"\u22b8",mumap:"\u22b8",nabla:"\u2207",Nacute:"\u0143",nacute:"\u0144",nang:"\u2220\u20d2",nap:"\u2249",napE:"\u2a70\u0338",napid:"\u224b\u0338",napos:"\u0149",napprox:"\u2249",natural:"\u266e",naturals:"\u2115",natur:"\u266e",nbsp:"\xa0",nbump:"\u224e\u0338",nbumpe:"\u224f\u0338",ncap:"\u2a43",Ncaron:"\u0147",ncaron:"\u0148",Ncedil:"\u0145",ncedil:"\u0146",ncong:"\u2247",ncongdot:"\u2a6d\u0338",ncup:"\u2a42",Ncy:"\u041d",ncy:"\u043d",ndash:"\u2013",nearhk:"\u2924",nearr:"\u2197",neArr:"\u21d7",nearrow:"\u2197",ne:"\u2260",nedot:"\u2250\u0338",NegativeMediumSpace:"\u200b",NegativeThickSpace:"\u200b",NegativeThinSpace:"\u200b",NegativeVeryThinSpace:"\u200b",nequiv:"\u2262",nesear:"\u2928",nesim:"\u2242\u0338",NestedGreaterGreater:"\u226b",NestedLessLess:"\u226a",NewLine:"\n",nexist:"\u2204",nexists:"\u2204",Nfr:"\ud835\udd11",nfr:"\ud835\udd2b",ngE:"\u2267\u0338",nge:"\u2271",ngeq:"\u2271",ngeqq:"\u2267\u0338",ngeqslant:"\u2a7e\u0338",nges:"\u2a7e\u0338",nGg:"\u22d9\u0338",ngsim:"\u2275",nGt:"\u226b\u20d2",ngt:"\u226f",ngtr:"\u226f",nGtv:"\u226b\u0338",nharr:"\u21ae",nhArr:"\u21ce",nhpar:"\u2af2",ni:"\u220b",nis:"\u22fc",nisd:"\u22fa",niv:"\u220b",NJcy:"\u040a",njcy:"\u045a",nlarr:"\u219a",nlArr:"\u21cd",nldr:"\u2025",nlE:"\u2266\u0338",nle:"\u2270",nleftarrow:"\u219a",nLeftarrow:"\u21cd",nleftrightarrow:"\u21ae",nLeftrightarrow:"\u21ce",nleq:"\u2270",nleqq:"\u2266\u0338",nleqslant:"\u2a7d\u0338",nles:"\u2a7d\u0338",nless:"\u226e",nLl:"\u22d8\u0338",nlsim:"\u2274",nLt:"\u226a\u20d2",nlt:"\u226e",nltri:"\u22ea",nltrie:"\u22ec",nLtv:"\u226a\u0338",nmid:"\u2224",NoBreak:"\u2060",NonBreakingSpace:"\xa0",nopf:"\ud835\udd5f",Nopf:"\u2115",Not:"\u2aec",not:"\xac",NotCongruent:"\u2262",NotCupCap:"\u226d",NotDoubleVerticalBar:"\u2226",NotElement:"\u2209",NotEqual:"\u2260",NotEqualTilde:"\u2242\u0338",NotExists:"\u2204",NotGreater:"\u226f",NotGreaterEqual:"\u2271",NotGreaterFullEqual:"\u2267\u0338",NotGreaterGreater:"\u226b\u0338",NotGreaterLess:"\u2279",NotGreaterSlantEqual:"\u2a7e\u0338",NotGreaterTilde:"\u2275",NotHumpDownHump:"\u224e\u0338",NotHumpEqual:"\u224f\u0338",notin:"\u2209",notindot:"\u22f5\u0338",notinE:"\u22f9\u0338",notinva:"\u2209",notinvb:"\u22f7",notinvc:"\u22f6",NotLeftTriangleBar:"\u29cf\u0338",NotLeftTriangle:"\u22ea",NotLeftTriangleEqual:"\u22ec",NotLess:"\u226e",NotLessEqual:"\u2270",NotLessGreater:"\u2278",NotLessLess:"\u226a\u0338",NotLessSlantEqual:"\u2a7d\u0338",NotLessTilde:"\u2274",NotNestedGreaterGreater:"\u2aa2\u0338",NotNestedLessLess:"\u2aa1\u0338",notni:"\u220c",notniva:"\u220c",notnivb:"\u22fe",notnivc:"\u22fd",NotPrecedes:"\u2280",NotPrecedesEqual:"\u2aaf\u0338",NotPrecedesSlantEqual:"\u22e0",NotReverseElement:"\u220c",NotRightTriangleBar:"\u29d0\u0338",NotRightTriangle:"\u22eb",NotRightTriangleEqual:"\u22ed",NotSquareSubset:"\u228f\u0338",NotSquareSubsetEqual:"\u22e2",NotSquareSuperset:"\u2290\u0338",NotSquareSupersetEqual:"\u22e3",NotSubset:"\u2282\u20d2",NotSubsetEqual:"\u2288",NotSucceeds:"\u2281",NotSucceedsEqual:"\u2ab0\u0338",NotSucceedsSlantEqual:"\u22e1",NotSucceedsTilde:"\u227f\u0338",NotSuperset:"\u2283\u20d2",NotSupersetEqual:"\u2289",NotTilde:"\u2241",NotTildeEqual:"\u2244",NotTildeFullEqual:"\u2247",NotTildeTilde:"\u2249",NotVerticalBar:"\u2224",nparallel:"\u2226",npar:"\u2226",nparsl:"\u2afd\u20e5",npart:"\u2202\u0338",npolint:"\u2a14",npr:"\u2280",nprcue:"\u22e0",nprec:"\u2280",npreceq:"\u2aaf\u0338",npre:"\u2aaf\u0338",nrarrc:"\u2933\u0338",nrarr:"\u219b",nrArr:"\u21cf",nrarrw:"\u219d\u0338",nrightarrow:"\u219b",nRightarrow:"\u21cf",nrtri:"\u22eb",nrtrie:"\u22ed",nsc:"\u2281",nsccue:"\u22e1",nsce:"\u2ab0\u0338",Nscr:"\ud835\udca9",nscr:"\ud835\udcc3",nshortmid:"\u2224",nshortparallel:"\u2226",nsim:"\u2241",nsime:"\u2244",nsimeq:"\u2244",nsmid:"\u2224",nspar:"\u2226",nsqsube:"\u22e2",nsqsupe:"\u22e3",nsub:"\u2284",nsubE:"\u2ac5\u0338",nsube:"\u2288",nsubset:"\u2282\u20d2",nsubseteq:"\u2288",nsubseteqq:"\u2ac5\u0338",nsucc:"\u2281",nsucceq:"\u2ab0\u0338",nsup:"\u2285",nsupE:"\u2ac6\u0338",nsupe:"\u2289",nsupset:"\u2283\u20d2",nsupseteq:"\u2289",nsupseteqq:"\u2ac6\u0338",ntgl:"\u2279",Ntilde:"\xd1",ntilde:"\xf1",ntlg:"\u2278",ntriangleleft:"\u22ea",ntrianglelefteq:"\u22ec",ntriangleright:"\u22eb",ntrianglerighteq:"\u22ed",Nu:"\u039d",nu:"\u03bd",num:"#",numero:"\u2116",numsp:"\u2007",nvap:"\u224d\u20d2",nvdash:"\u22ac",nvDash:"\u22ad",nVdash:"\u22ae",nVDash:"\u22af",nvge:"\u2265\u20d2",nvgt:">\u20d2",nvHarr:"\u2904",nvinfin:"\u29de",nvlArr:"\u2902",nvle:"\u2264\u20d2",nvlt:"<\u20d2",nvltrie:"\u22b4\u20d2",nvrArr:"\u2903",nvrtrie:"\u22b5\u20d2",nvsim:"\u223c\u20d2",nwarhk:"\u2923",nwarr:"\u2196",nwArr:"\u21d6",nwarrow:"\u2196",nwnear:"\u2927",Oacute:"\xd3",oacute:"\xf3",oast:"\u229b",Ocirc:"\xd4",ocirc:"\xf4",ocir:"\u229a",Ocy:"\u041e",ocy:"\u043e",odash:"\u229d",Odblac:"\u0150",odblac:"\u0151",odiv:"\u2a38",odot:"\u2299",odsold:"\u29bc",OElig:"\u0152",oelig:"\u0153",ofcir:"\u29bf",Ofr:"\ud835\udd12",ofr:"\ud835\udd2c",ogon:"\u02db",Ograve:"\xd2",ograve:"\xf2",ogt:"\u29c1",ohbar:"\u29b5",ohm:"\u03a9",oint:"\u222e",olarr:"\u21ba",olcir:"\u29be",olcross:"\u29bb",oline:"\u203e",olt:"\u29c0",Omacr:"\u014c",omacr:"\u014d",Omega:"\u03a9",omega:"\u03c9",Omicron:"\u039f",omicron:"\u03bf",omid:"\u29b6",ominus:"\u2296",Oopf:"\ud835\udd46",oopf:"\ud835\udd60",opar:"\u29b7",OpenCurlyDoubleQuote:"\u201c",OpenCurlyQuote:"\u2018",operp:"\u29b9",oplus:"\u2295",orarr:"\u21bb",Or:"\u2a54",or:"\u2228",ord:"\u2a5d",order:"\u2134",orderof:"\u2134",ordf:"\xaa",ordm:"\xba",origof:"\u22b6",oror:"\u2a56",orslope:"\u2a57",orv:"\u2a5b",oS:"\u24c8",Oscr:"\ud835\udcaa",oscr:"\u2134",Oslash:"\xd8",oslash:"\xf8",osol:"\u2298",Otilde:"\xd5",otilde:"\xf5",otimesas:"\u2a36",Otimes:"\u2a37",otimes:"\u2297",Ouml:"\xd6",ouml:"\xf6",ovbar:"\u233d",OverBar:"\u203e",OverBrace:"\u23de",OverBracket:"\u23b4",OverParenthesis:"\u23dc",para:"\xb6",parallel:"\u2225",par:"\u2225",parsim:"\u2af3",parsl:"\u2afd",part:"\u2202",PartialD:"\u2202",Pcy:"\u041f",pcy:"\u043f",percnt:"%",period:".",permil:"\u2030",perp:"\u22a5",pertenk:"\u2031",Pfr:"\ud835\udd13",pfr:"\ud835\udd2d",Phi:"\u03a6",phi:"\u03c6",phiv:"\u03d5",phmmat:"\u2133",phone:"\u260e",Pi:"\u03a0",pi:"\u03c0",pitchfork:"\u22d4",piv:"\u03d6",planck:"\u210f",planckh:"\u210e",plankv:"\u210f",plusacir:"\u2a23",plusb:"\u229e",pluscir:"\u2a22",plus:"+",plusdo:"\u2214",plusdu:"\u2a25",pluse:"\u2a72",PlusMinus:"\xb1",plusmn:"\xb1",plussim:"\u2a26",plustwo:"\u2a27",pm:"\xb1",Poincareplane:"\u210c",pointint:"\u2a15",popf:"\ud835\udd61",Popf:"\u2119",pound:"\xa3",prap:"\u2ab7",Pr:"\u2abb",pr:"\u227a",prcue:"\u227c",precapprox:"\u2ab7",prec:"\u227a",preccurlyeq:"\u227c",Precedes:"\u227a",PrecedesEqual:"\u2aaf",PrecedesSlantEqual:"\u227c",PrecedesTilde:"\u227e",preceq:"\u2aaf",precnapprox:"\u2ab9",precneqq:"\u2ab5",precnsim:"\u22e8",pre:"\u2aaf",prE:"\u2ab3",precsim:"\u227e",prime:"\u2032",Prime:"\u2033",primes:"\u2119",prnap:"\u2ab9",prnE:"\u2ab5",prnsim:"\u22e8",prod:"\u220f",Product:"\u220f",profalar:"\u232e",profline:"\u2312",profsurf:"\u2313",prop:"\u221d",Proportional:"\u221d",Proportion:"\u2237",propto:"\u221d",prsim:"\u227e",prurel:"\u22b0",Pscr:"\ud835\udcab",pscr:"\ud835\udcc5",Psi:"\u03a8",psi:"\u03c8",puncsp:"\u2008",Qfr:"\ud835\udd14",qfr:"\ud835\udd2e",qint:"\u2a0c",qopf:"\ud835\udd62",Qopf:"\u211a",qprime:"\u2057",Qscr:"\ud835\udcac",qscr:"\ud835\udcc6",quaternions:"\u210d",quatint:"\u2a16",quest:"?",questeq:"\u225f",quot:'"',QUOT:'"',rAarr:"\u21db",race:"\u223d\u0331",Racute:"\u0154",racute:"\u0155",radic:"\u221a",raemptyv:"\u29b3",rang:"\u27e9",Rang:"\u27eb",rangd:"\u2992",range:"\u29a5",rangle:"\u27e9",raquo:"\xbb",rarrap:"\u2975",rarrb:"\u21e5",rarrbfs:"\u2920",rarrc:"\u2933",rarr:"\u2192",Rarr:"\u21a0",rArr:"\u21d2",rarrfs:"\u291e",rarrhk:"\u21aa",rarrlp:"\u21ac",rarrpl:"\u2945",rarrsim:"\u2974",Rarrtl:"\u2916",rarrtl:"\u21a3",rarrw:"\u219d",ratail:"\u291a",rAtail:"\u291c",ratio:"\u2236",rationals:"\u211a",rbarr:"\u290d",rBarr:"\u290f",RBarr:"\u2910",rbbrk:"\u2773",rbrace:"}",rbrack:"]",rbrke:"\u298c",rbrksld:"\u298e",rbrkslu:"\u2990",Rcaron:"\u0158",rcaron:"\u0159",Rcedil:"\u0156",rcedil:"\u0157",rceil:"\u2309",rcub:"}",Rcy:"\u0420",rcy:"\u0440",rdca:"\u2937",rdldhar:"\u2969",rdquo:"\u201d",rdquor:"\u201d",rdsh:"\u21b3",real:"\u211c",realine:"\u211b",realpart:"\u211c",reals:"\u211d",Re:"\u211c",rect:"\u25ad",reg:"\xae",REG:"\xae",ReverseElement:"\u220b",ReverseEquilibrium:"\u21cb",ReverseUpEquilibrium:"\u296f",rfisht:"\u297d",rfloor:"\u230b",rfr:"\ud835\udd2f",Rfr:"\u211c",rHar:"\u2964",rhard:"\u21c1",rharu:"\u21c0",rharul:"\u296c",Rho:"\u03a1",rho:"\u03c1",rhov:"\u03f1",RightAngleBracket:"\u27e9",RightArrowBar:"\u21e5",rightarrow:"\u2192",RightArrow:"\u2192",Rightarrow:"\u21d2",RightArrowLeftArrow:"\u21c4",rightarrowtail:"\u21a3",RightCeiling:"\u2309",RightDoubleBracket:"\u27e7",RightDownTeeVector:"\u295d",RightDownVectorBar:"\u2955",RightDownVector:"\u21c2",RightFloor:"\u230b",rightharpoondown:"\u21c1",rightharpoonup:"\u21c0",rightleftarrows:"\u21c4",rightleftharpoons:"\u21cc",rightrightarrows:"\u21c9",rightsquigarrow:"\u219d",RightTeeArrow:"\u21a6",RightTee:"\u22a2",RightTeeVector:"\u295b",rightthreetimes:"\u22cc",RightTriangleBar:"\u29d0",RightTriangle:"\u22b3",RightTriangleEqual:"\u22b5",RightUpDownVector:"\u294f",RightUpTeeVector:"\u295c",RightUpVectorBar:"\u2954",RightUpVector:"\u21be",RightVectorBar:"\u2953",RightVector:"\u21c0",ring:"\u02da",risingdotseq:"\u2253",rlarr:"\u21c4",rlhar:"\u21cc",rlm:"\u200f",rmoustache:"\u23b1",rmoust:"\u23b1",rnmid:"\u2aee",roang:"\u27ed",roarr:"\u21fe",robrk:"\u27e7",ropar:"\u2986",ropf:"\ud835\udd63",Ropf:"\u211d",roplus:"\u2a2e",rotimes:"\u2a35",RoundImplies:"\u2970",rpar:")",rpargt:"\u2994",rppolint:"\u2a12",rrarr:"\u21c9",Rrightarrow:"\u21db",rsaquo:"\u203a",rscr:"\ud835\udcc7",Rscr:"\u211b",rsh:"\u21b1",Rsh:"\u21b1",rsqb:"]",rsquo:"\u2019",rsquor:"\u2019",rthree:"\u22cc",rtimes:"\u22ca",rtri:"\u25b9",rtrie:"\u22b5",rtrif:"\u25b8",rtriltri:"\u29ce",RuleDelayed:"\u29f4",ruluhar:"\u2968",rx:"\u211e",Sacute:"\u015a",sacute:"\u015b",sbquo:"\u201a",scap:"\u2ab8",Scaron:"\u0160",scaron:"\u0161",Sc:"\u2abc",sc:"\u227b",sccue:"\u227d",sce:"\u2ab0",scE:"\u2ab4",Scedil:"\u015e",scedil:"\u015f",Scirc:"\u015c",scirc:"\u015d",scnap:"\u2aba",scnE:"\u2ab6",scnsim:"\u22e9",scpolint:"\u2a13",scsim:"\u227f",Scy:"\u0421",scy:"\u0441",sdotb:"\u22a1",sdot:"\u22c5",sdote:"\u2a66",searhk:"\u2925",searr:"\u2198",seArr:"\u21d8",searrow:"\u2198",sect:"\xa7",semi:";",seswar:"\u2929",setminus:"\u2216",setmn:"\u2216",sext:"\u2736",Sfr:"\ud835\udd16",sfr:"\ud835\udd30",sfrown:"\u2322",sharp:"\u266f",SHCHcy:"\u0429",shchcy:"\u0449",SHcy:"\u0428",shcy:"\u0448",ShortDownArrow:"\u2193",ShortLeftArrow:"\u2190",shortmid:"\u2223",shortparallel:"\u2225",ShortRightArrow:"\u2192",ShortUpArrow:"\u2191",shy:"\xad",Sigma:"\u03a3",sigma:"\u03c3",sigmaf:"\u03c2",sigmav:"\u03c2",sim:"\u223c",simdot:"\u2a6a",sime:"\u2243",simeq:"\u2243",simg:"\u2a9e",simgE:"\u2aa0",siml:"\u2a9d",simlE:"\u2a9f",simne:"\u2246",simplus:"\u2a24",simrarr:"\u2972",slarr:"\u2190",SmallCircle:"\u2218",smallsetminus:"\u2216",smashp:"\u2a33",smeparsl:"\u29e4",smid:"\u2223",smile:"\u2323",smt:"\u2aaa",smte:"\u2aac",smtes:"\u2aac\ufe00",SOFTcy:"\u042c",softcy:"\u044c",solbar:"\u233f",solb:"\u29c4",sol:"/",Sopf:"\ud835\udd4a",sopf:"\ud835\udd64",spades:"\u2660",spadesuit:"\u2660",spar:"\u2225",sqcap:"\u2293",sqcaps:"\u2293\ufe00",sqcup:"\u2294",sqcups:"\u2294\ufe00",Sqrt:"\u221a",sqsub:"\u228f",sqsube:"\u2291",sqsubset:"\u228f",sqsubseteq:"\u2291",sqsup:"\u2290",sqsupe:"\u2292",sqsupset:"\u2290",sqsupseteq:"\u2292",square:"\u25a1",Square:"\u25a1",SquareIntersection:"\u2293",SquareSubset:"\u228f",SquareSubsetEqual:"\u2291",SquareSuperset:"\u2290",SquareSupersetEqual:"\u2292",SquareUnion:"\u2294",squarf:"\u25aa",squ:"\u25a1",squf:"\u25aa",srarr:"\u2192",Sscr:"\ud835\udcae",sscr:"\ud835\udcc8",ssetmn:"\u2216",ssmile:"\u2323",sstarf:"\u22c6",Star:"\u22c6",star:"\u2606",starf:"\u2605",straightepsilon:"\u03f5",straightphi:"\u03d5",strns:"\xaf",sub:"\u2282",Sub:"\u22d0",subdot:"\u2abd",subE:"\u2ac5",sube:"\u2286",subedot:"\u2ac3",submult:"\u2ac1",subnE:"\u2acb",subne:"\u228a",subplus:"\u2abf",subrarr:"\u2979",subset:"\u2282",Subset:"\u22d0",subseteq:"\u2286",subseteqq:"\u2ac5",SubsetEqual:"\u2286",subsetneq:"\u228a",subsetneqq:"\u2acb",subsim:"\u2ac7",subsub:"\u2ad5",subsup:"\u2ad3",succapprox:"\u2ab8",succ:"\u227b",succcurlyeq:"\u227d",Succeeds:"\u227b",SucceedsEqual:"\u2ab0",SucceedsSlantEqual:"\u227d",SucceedsTilde:"\u227f",succeq:"\u2ab0",succnapprox:"\u2aba",succneqq:"\u2ab6",succnsim:"\u22e9",succsim:"\u227f",SuchThat:"\u220b",sum:"\u2211",Sum:"\u2211",sung:"\u266a",sup1:"\xb9",sup2:"\xb2",sup3:"\xb3",sup:"\u2283",Sup:"\u22d1",supdot:"\u2abe",supdsub:"\u2ad8",supE:"\u2ac6",supe:"\u2287",supedot:"\u2ac4",Superset:"\u2283",SupersetEqual:"\u2287",suphsol:"\u27c9",suphsub:"\u2ad7",suplarr:"\u297b",supmult:"\u2ac2",supnE:"\u2acc",supne:"\u228b",supplus:"\u2ac0",supset:"\u2283",Supset:"\u22d1",supseteq:"\u2287",supseteqq:"\u2ac6",supsetneq:"\u228b",supsetneqq:"\u2acc",supsim:"\u2ac8",supsub:"\u2ad4",supsup:"\u2ad6",swarhk:"\u2926",swarr:"\u2199",swArr:"\u21d9",swarrow:"\u2199",swnwar:"\u292a",szlig:"\xdf",Tab:"\t",target:"\u2316",Tau:"\u03a4",tau:"\u03c4",tbrk:"\u23b4",Tcaron:"\u0164",tcaron:"\u0165",Tcedil:"\u0162",tcedil:"\u0163",Tcy:"\u0422",tcy:"\u0442",tdot:"\u20db",telrec:"\u2315",Tfr:"\ud835\udd17",tfr:"\ud835\udd31",there4:"\u2234",therefore:"\u2234",Therefore:"\u2234",Theta:"\u0398",theta:"\u03b8",thetasym:"\u03d1",thetav:"\u03d1",thickapprox:"\u2248",thicksim:"\u223c",ThickSpace:"\u205f\u200a",ThinSpace:"\u2009",thinsp:"\u2009",thkap:"\u2248",thksim:"\u223c",THORN:"\xde",thorn:"\xfe",tilde:"\u02dc",Tilde:"\u223c",TildeEqual:"\u2243",TildeFullEqual:"\u2245",TildeTilde:"\u2248",timesbar:"\u2a31",timesb:"\u22a0",times:"\xd7",timesd:"\u2a30",tint:"\u222d",toea:"\u2928",topbot:"\u2336",topcir:"\u2af1",top:"\u22a4",Topf:"\ud835\udd4b",topf:"\ud835\udd65",topfork:"\u2ada",tosa:"\u2929",tprime:"\u2034",trade:"\u2122",TRADE:"\u2122",triangle:"\u25b5",triangledown:"\u25bf",triangleleft:"\u25c3",trianglelefteq:"\u22b4",triangleq:"\u225c",triangleright:"\u25b9",trianglerighteq:"\u22b5",tridot:"\u25ec",trie:"\u225c",triminus:"\u2a3a",TripleDot:"\u20db",triplus:"\u2a39",trisb:"\u29cd",tritime:"\u2a3b",trpezium:"\u23e2",Tscr:"\ud835\udcaf",tscr:"\ud835\udcc9",TScy:"\u0426",tscy:"\u0446",TSHcy:"\u040b",tshcy:"\u045b",Tstrok:"\u0166",tstrok:"\u0167",twixt:"\u226c",twoheadleftarrow:"\u219e",twoheadrightarrow:"\u21a0",Uacute:"\xda",uacute:"\xfa",uarr:"\u2191",Uarr:"\u219f",uArr:"\u21d1",Uarrocir:"\u2949",Ubrcy:"\u040e",ubrcy:"\u045e",Ubreve:"\u016c",ubreve:"\u016d",Ucirc:"\xdb",ucirc:"\xfb",Ucy:"\u0423",ucy:"\u0443",udarr:"\u21c5",Udblac:"\u0170",udblac:"\u0171",udhar:"\u296e",ufisht:"\u297e",Ufr:"\ud835\udd18",ufr:"\ud835\udd32",Ugrave:"\xd9",ugrave:"\xf9",uHar:"\u2963",uharl:"\u21bf",uharr:"\u21be",uhblk:"\u2580",ulcorn:"\u231c",ulcorner:"\u231c",ulcrop:"\u230f",ultri:"\u25f8",Umacr:"\u016a",umacr:"\u016b",uml:"\xa8",UnderBar:"_",UnderBrace:"\u23df",UnderBracket:"\u23b5",UnderParenthesis:"\u23dd",Union:"\u22c3",UnionPlus:"\u228e",Uogon:"\u0172",uogon:"\u0173",Uopf:"\ud835\udd4c",uopf:"\ud835\udd66",UpArrowBar:"\u2912",uparrow:"\u2191",UpArrow:"\u2191",Uparrow:"\u21d1",UpArrowDownArrow:"\u21c5",updownarrow:"\u2195",UpDownArrow:"\u2195",Updownarrow:"\u21d5",UpEquilibrium:"\u296e",upharpoonleft:"\u21bf",upharpoonright:"\u21be",uplus:"\u228e",UpperLeftArrow:"\u2196",UpperRightArrow:"\u2197",upsi:"\u03c5",Upsi:"\u03d2",upsih:"\u03d2",Upsilon:"\u03a5",upsilon:"\u03c5",UpTeeArrow:"\u21a5",UpTee:"\u22a5",upuparrows:"\u21c8",urcorn:"\u231d",urcorner:"\u231d",urcrop:"\u230e",Uring:"\u016e",uring:"\u016f",urtri:"\u25f9",Uscr:"\ud835\udcb0",uscr:"\ud835\udcca",utdot:"\u22f0",Utilde:"\u0168",utilde:"\u0169",utri:"\u25b5",utrif:"\u25b4",uuarr:"\u21c8",Uuml:"\xdc",uuml:"\xfc",uwangle:"\u29a7",vangrt:"\u299c",varepsilon:"\u03f5",varkappa:"\u03f0",varnothing:"\u2205",varphi:"\u03d5",varpi:"\u03d6",varpropto:"\u221d",varr:"\u2195",vArr:"\u21d5",varrho:"\u03f1",varsigma:"\u03c2",varsubsetneq:"\u228a\ufe00",varsubsetneqq:"\u2acb\ufe00",varsupsetneq:"\u228b\ufe00",varsupsetneqq:"\u2acc\ufe00",vartheta:"\u03d1",vartriangleleft:"\u22b2",vartriangleright:"\u22b3",vBar:"\u2ae8",Vbar:"\u2aeb",vBarv:"\u2ae9",Vcy:"\u0412",vcy:"\u0432",vdash:"\u22a2",vDash:"\u22a8",Vdash:"\u22a9",VDash:"\u22ab",Vdashl:"\u2ae6",veebar:"\u22bb",vee:"\u2228",Vee:"\u22c1",veeeq:"\u225a",vellip:"\u22ee",verbar:"|",Verbar:"\u2016",vert:"|",Vert:"\u2016",VerticalBar:"\u2223",VerticalLine:"|",VerticalSeparator:"\u2758",VerticalTilde:"\u2240",VeryThinSpace:"\u200a",Vfr:"\ud835\udd19",vfr:"\ud835\udd33",vltri:"\u22b2",vnsub:"\u2282\u20d2",vnsup:"\u2283\u20d2",Vopf:"\ud835\udd4d",vopf:"\ud835\udd67",vprop:"\u221d",vrtri:"\u22b3",Vscr:"\ud835\udcb1",vscr:"\ud835\udccb",vsubnE:"\u2acb\ufe00",vsubne:"\u228a\ufe00",vsupnE:"\u2acc\ufe00",vsupne:"\u228b\ufe00",Vvdash:"\u22aa",vzigzag:"\u299a",Wcirc:"\u0174",wcirc:"\u0175",wedbar:"\u2a5f",wedge:"\u2227",Wedge:"\u22c0",wedgeq:"\u2259",weierp:"\u2118",Wfr:"\ud835\udd1a",wfr:"\ud835\udd34",Wopf:"\ud835\udd4e",wopf:"\ud835\udd68",wp:"\u2118",wr:"\u2240",wreath:"\u2240",Wscr:"\ud835\udcb2",wscr:"\ud835\udccc",xcap:"\u22c2",xcirc:"\u25ef",xcup:"\u22c3",xdtri:"\u25bd",Xfr:"\ud835\udd1b",xfr:"\ud835\udd35",xharr:"\u27f7",xhArr:"\u27fa",Xi:"\u039e",xi:"\u03be",xlarr:"\u27f5",xlArr:"\u27f8",xmap:"\u27fc",xnis:"\u22fb",xodot:"\u2a00",Xopf:"\ud835\udd4f",xopf:"\ud835\udd69",xoplus:"\u2a01",xotime:"\u2a02",xrarr:"\u27f6",xrArr:"\u27f9",Xscr:"\ud835\udcb3",xscr:"\ud835\udccd",xsqcup:"\u2a06",xuplus:"\u2a04",xutri:"\u25b3",xvee:"\u22c1",xwedge:"\u22c0",Yacute:"\xdd",yacute:"\xfd",YAcy:"\u042f",yacy:"\u044f",Ycirc:"\u0176",ycirc:"\u0177",Ycy:"\u042b",ycy:"\u044b",yen:"\xa5",Yfr:"\ud835\udd1c",yfr:"\ud835\udd36",YIcy:"\u0407",yicy:"\u0457",Yopf:"\ud835\udd50",yopf:"\ud835\udd6a",Yscr:"\ud835\udcb4",yscr:"\ud835\udcce",YUcy:"\u042e",yucy:"\u044e",yuml:"\xff",Yuml:"\u0178",Zacute:"\u0179",zacute:"\u017a",Zcaron:"\u017d",zcaron:"\u017e",Zcy:"\u0417",zcy:"\u0437",Zdot:"\u017b",zdot:"\u017c",zeetrf:"\u2128",ZeroWidthSpace:"\u200b",Zeta:"\u0396",zeta:"\u03b6",zfr:"\ud835\udd37",Zfr:"\u2128",ZHcy:"\u0416",zhcy:"\u0436",zigrarr:"\u21dd",zopf:"\ud835\udd6b",Zopf:"\u2124",Zscr:"\ud835\udcb5",zscr:"\ud835\udccf",zwj:"\u200d",zwnj:"\u200c"}},{}],23:[function(e,t,n){t.exports={Aacute:"\xc1",aacute:"\xe1",Acirc:"\xc2",acirc:"\xe2",acute:"\xb4",AElig:"\xc6",aelig:"\xe6",Agrave:"\xc0",agrave:"\xe0",amp:"&",AMP:"&",Aring:"\xc5",aring:"\xe5",Atilde:"\xc3",atilde:"\xe3",Auml:"\xc4",auml:"\xe4",brvbar:"\xa6",Ccedil:"\xc7",ccedil:"\xe7",cedil:"\xb8",cent:"\xa2",copy:"\xa9",COPY:"\xa9",curren:"\xa4",deg:"\xb0",divide:"\xf7",Eacute:"\xc9",eacute:"\xe9",Ecirc:"\xca",ecirc:"\xea",Egrave:"\xc8",egrave:"\xe8",ETH:"\xd0",eth:"\xf0",Euml:"\xcb",euml:"\xeb",frac12:"\xbd",frac14:"\xbc",frac34:"\xbe",gt:">",GT:">",Iacute:"\xcd",iacute:"\xed",Icirc:"\xce",icirc:"\xee",iexcl:"\xa1",Igrave:"\xcc",igrave:"\xec",iquest:"\xbf",Iuml:"\xcf",iuml:"\xef",laquo:"\xab",lt:"<",LT:"<",macr:"\xaf",micro:"\xb5",middot:"\xb7",nbsp:"\xa0",not:"\xac",Ntilde:"\xd1",ntilde:"\xf1",Oacute:"\xd3",oacute:"\xf3",Ocirc:"\xd4",ocirc:"\xf4",Ograve:"\xd2",ograve:"\xf2",ordf:"\xaa",ordm:"\xba",Oslash:"\xd8",oslash:"\xf8",Otilde:"\xd5",otilde:"\xf5",Ouml:"\xd6",ouml:"\xf6",para:"\xb6",plusmn:"\xb1",pound:"\xa3",quot:'"',QUOT:'"',raquo:"\xbb",reg:"\xae",REG:"\xae",sect:"\xa7",shy:"\xad",sup1:"\xb9",sup2:"\xb2",sup3:"\xb3",szlig:"\xdf",THORN:"\xde",thorn:"\xfe",times:"\xd7",Uacute:"\xda",uacute:"\xfa",Ucirc:"\xdb",ucirc:"\xfb",Ugrave:"\xd9",ugrave:"\xf9",uml:"\xa8",Uuml:"\xdc",uuml:"\xfc",Yacute:"\xdd",yacute:"\xfd",yen:"\xa5",yuml:"\xff"}},{}],24:[function(e,t,n){t.exports={amp:"&",apos:"'",gt:">",lt:"<",quot:'"'}},{}],25:[function(e,t,n){var r=Object.create||function(e){var t=function(){};return t.prototype=e,new t},o=Object.keys||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.push(n);return n},i=Function.prototype.bind||function(e){var t=this;return function(){return t.apply(e,arguments)}};function a(){this._events&&Object.prototype.hasOwnProperty.call(this,"_events")||(this._events=r(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0}t.exports=a,a.EventEmitter=a,a.prototype._events=void 0,a.prototype._maxListeners=void 0;var s,c=10;try{var l={};Object.defineProperty&&Object.defineProperty(l,"x",{value:0}),s=0===l.x}catch(w){s=!1}function p(e){return void 0===e._maxListeners?a.defaultMaxListeners:e._maxListeners}function f(e,t,n){if(t)e.call(n);else for(var r=e.length,o=_(e,r),i=0;i<r;++i)o[i].call(n)}function d(e,t,n,r){if(t)e.call(n,r);else for(var o=e.length,i=_(e,o),a=0;a<o;++a)i[a].call(n,r)}function h(e,t,n,r,o){if(t)e.call(n,r,o);else for(var i=e.length,a=_(e,i),s=0;s<i;++s)a[s].call(n,r,o)}function b(e,t,n,r,o,i){if(t)e.call(n,r,o,i);else for(var a=e.length,s=_(e,a),c=0;c<a;++c)s[c].call(n,r,o,i)}function m(e,t,n,r){if(t)e.apply(n,r);else for(var o=e.length,i=_(e,o),a=0;a<o;++a)i[a].apply(n,r)}function M(e,t,n,o){var i,a,s;if("function"!==typeof n)throw new TypeError('"listener" argument must be a function');if((a=e._events)?(a.newListener&&(e.emit("newListener",t,n.listener?n.listener:n),a=e._events),s=a[t]):(a=e._events=r(null),e._eventsCount=0),s){if("function"===typeof s?s=a[t]=o?[n,s]:[s,n]:o?s.unshift(n):s.push(n),!s.warned&&(i=p(e))&&i>0&&s.length>i){s.warned=!0;var c=new Error("Possible EventEmitter memory leak detected. "+s.length+' "'+String(t)+'" listeners added. Use emitter.setMaxListeners() to increase limit.');c.name="MaxListenersExceededWarning",c.emitter=e,c.type=t,c.count=s.length,"object"===("undefined"===typeof console?"undefined":u(console))&&console.warn&&console.warn("%s: %s",c.name,c.message)}}else s=a[t]=n,++e._eventsCount;return e}function g(){if(!this.fired)switch(this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length){case 0:return this.listener.call(this.target);case 1:return this.listener.call(this.target,arguments[0]);case 2:return this.listener.call(this.target,arguments[0],arguments[1]);case 3:return this.listener.call(this.target,arguments[0],arguments[1],arguments[2]);default:for(var e=new Array(arguments.length),t=0;t<e.length;++t)e[t]=arguments[t];this.listener.apply(this.target,e)}}function y(e,t,n){var r={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},o=i.call(g,r);return o.listener=n,r.wrapFn=o,o}function v(e,t,n){var r=e._events;if(!r)return[];var o=r[t];return o?"function"===typeof o?n?[o.listener||o]:[o]:n?function(e){for(var t=new Array(e.length),n=0;n<t.length;++n)t[n]=e[n].listener||e[n];return t}(o):_(o,o.length):[]}function A(e){var t=this._events;if(t){var n=t[e];if("function"===typeof n)return 1;if(n)return n.length}return 0}function _(e,t){for(var n=new Array(t),r=0;r<t;++r)n[r]=e[r];return n}s?Object.defineProperty(a,"defaultMaxListeners",{enumerable:!0,get:function(){return c},set:function(e){if("number"!==typeof e||e<0||e!==e)throw new TypeError('"defaultMaxListeners" must be a positive number');c=e}}):a.defaultMaxListeners=c,a.prototype.setMaxListeners=function(e){if("number"!==typeof e||e<0||isNaN(e))throw new TypeError('"n" argument must be a positive number');return this._maxListeners=e,this},a.prototype.getMaxListeners=function(){return p(this)},a.prototype.emit=function(e){var t,n,r,o,i,a,s="error"===e;if(a=this._events)s=s&&null==a.error;else if(!s)return!1;if(s){if(arguments.length>1&&(t=arguments[1]),t instanceof Error)throw t;var c=new Error('Unhandled "error" event. ('+t+")");throw c.context=t,c}if(!(n=a[e]))return!1;var u="function"===typeof n;switch(r=arguments.length){case 1:f(n,u,this);break;case 2:d(n,u,this,arguments[1]);break;case 3:h(n,u,this,arguments[1],arguments[2]);break;case 4:b(n,u,this,arguments[1],arguments[2],arguments[3]);break;default:for(o=new Array(r-1),i=1;i<r;i++)o[i-1]=arguments[i];m(n,u,this,o)}return!0},a.prototype.addListener=function(e,t){return M(this,e,t,!1)},a.prototype.on=a.prototype.addListener,a.prototype.prependListener=function(e,t){return M(this,e,t,!0)},a.prototype.once=function(e,t){if("function"!==typeof t)throw new TypeError('"listener" argument must be a function');return this.on(e,y(this,e,t)),this},a.prototype.prependOnceListener=function(e,t){if("function"!==typeof t)throw new TypeError('"listener" argument must be a function');return this.prependListener(e,y(this,e,t)),this},a.prototype.removeListener=function(e,t){var n,o,i,a,s;if("function"!==typeof t)throw new TypeError('"listener" argument must be a function');if(!(o=this._events))return this;if(!(n=o[e]))return this;if(n===t||n.listener===t)0===--this._eventsCount?this._events=r(null):(delete o[e],o.removeListener&&this.emit("removeListener",e,n.listener||t));else if("function"!==typeof n){for(i=-1,a=n.length-1;a>=0;a--)if(n[a]===t||n[a].listener===t){s=n[a].listener,i=a;break}if(i<0)return this;0===i?n.shift():function(e,t){for(var n=t,r=n+1,o=e.length;r<o;n+=1,r+=1)e[n]=e[r];e.pop()}(n,i),1===n.length&&(o[e]=n[0]),o.removeListener&&this.emit("removeListener",e,s||t)}return this},a.prototype.removeAllListeners=function(e){var t,n,i;if(!(n=this._events))return this;if(!n.removeListener)return 0===arguments.length?(this._events=r(null),this._eventsCount=0):n[e]&&(0===--this._eventsCount?this._events=r(null):delete n[e]),this;if(0===arguments.length){var a,s=o(n);for(i=0;i<s.length;++i)"removeListener"!==(a=s[i])&&this.removeAllListeners(a);return this.removeAllListeners("removeListener"),this._events=r(null),this._eventsCount=0,this}if("function"===typeof(t=n[e]))this.removeListener(e,t);else if(t)for(i=t.length-1;i>=0;i--)this.removeListener(e,t[i]);return this},a.prototype.listeners=function(e){return v(this,e,!0)},a.prototype.rawListeners=function(e){return v(this,e,!1)},a.listenerCount=function(e,t){return"function"===typeof e.listenerCount?e.listenerCount(t):A.call(e,t)},a.prototype.listenerCount=A,a.prototype.eventNames=function(){return this._eventsCount>0?Reflect.ownKeys(this._events):[]}},{}],26:[function(e,t,n){var r=this&&this.__extends||function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(n,"__esModule",{value:!0});var i=function(e){function t(t){void 0===t&&(t={});var n=e.call(this,(function(e){for(var t,r=[],o=1;o<arguments.length;o++)r[o-1]=arguments[o];n.events.push([e].concat(r)),n._cbs[e]&&(t=n._cbs)[e].apply(t,r)}))||this;return n._cbs=t,n.events=[],n}return r(t,e),t.prototype.onreset=function(){this.events=[],this._cbs.onreset&&this._cbs.onreset()},t.prototype.restart=function(){var e;this._cbs.onreset&&this._cbs.onreset();for(var t=0;t<this.events.length;t++){var n=this.events[t],r=n[0],o=n.slice(1);this._cbs[r]&&(e=this._cbs)[r].apply(e,o)}},t}(o(e("./MultiplexHandler")).default);n.CollectingHandler=i},{"./MultiplexHandler":28}],27:[function(e,t,n){var r=this&&this.__extends||function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}},i=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t};Object.defineProperty(n,"__esModule",{value:!0});var a=o(e("domhandler")),s=i(e("domutils")),c=e("./Parser"),l=function(e){function t(t,n){return"object"===u(t)&&null!==t&&(n=t=void 0),e.call(this,t,n)||this}return r(t,e),t.prototype.onend=function(){var e={},t=f(m,this.dom);if(t)if("feed"===t.name){var n=t.children;e.type="atom",b(e,"id","id",n),b(e,"title","title",n);var r=h("href",f("link",n));r&&(e.link=r),b(e,"description","subtitle",n),(o=d("updated",n))&&(e.updated=new Date(o)),b(e,"author","email",n,!0),e.items=p("entry",n).map((function(e){var t={},n=e.children;b(t,"id","id",n),b(t,"title","title",n);var r=h("href",f("link",n));r&&(t.link=r);var o=d("summary",n)||d("content",n);o&&(t.description=o);var i=d("updated",n);return i&&(t.pubDate=new Date(i)),t}))}else{var o;n=f("channel",t.children).children,e.type=t.name.substr(0,3),e.id="",b(e,"title","title",n),b(e,"link","link",n),b(e,"description","description",n),(o=d("lastBuildDate",n))&&(e.updated=new Date(o)),b(e,"author","managingEditor",n,!0),e.items=p("item",t.children).map((function(e){var t={},n=e.children;b(t,"id","guid",n),b(t,"title","title",n),b(t,"link","link",n),b(t,"description","description",n);var r=d("pubDate",n);return r&&(t.pubDate=new Date(r)),t}))}this.feed=e,this.handleCallback(t?null:Error("couldn't find root of feed"))},t}(a.default);function p(e,t){return s.getElementsByTagName(e,t,!0)}function f(e,t){return s.getElementsByTagName(e,t,!0,1)[0]}function d(e,t,n){return void 0===n&&(n=!1),s.getText(s.getElementsByTagName(e,t,n,1)).trim()}function h(e,t){return t?t.attribs[e]:null}function b(e,t,n,r,o){void 0===o&&(o=!1);var i=d(n,r,o);i&&(e[t]=i)}function m(e){return"rss"===e||"feed"===e||"rdf:RDF"===e}n.FeedHandler=l;var M={xmlMode:!0};n.parseFeed=function(e,t){void 0===t&&(t=M);var n=new l(t);return new c.Parser(n,t).end(e),n.feed}},{"./Parser":29,domhandler:7,domutils:10}],28:[function(e,t,n){Object.defineProperty(n,"__esModule",{value:!0});var r=function(){function e(e){this._func=e}return e.prototype.onattribute=function(e,t){this._func("onattribute",e,t)},e.prototype.oncdatastart=function(){this._func("oncdatastart")},e.prototype.oncdataend=function(){this._func("oncdataend")},e.prototype.ontext=function(e){this._func("ontext",e)},e.prototype.onprocessinginstruction=function(e,t){this._func("onprocessinginstruction",e,t)},e.prototype.oncomment=function(e){this._func("oncomment",e)},e.prototype.oncommentend=function(){this._func("oncommentend")},e.prototype.onclosetag=function(e){this._func("onclosetag",e)},e.prototype.onopentag=function(e,t){this._func("onopentag",e,t)},e.prototype.onopentagname=function(e){this._func("onopentagname",e)},e.prototype.onerror=function(e){this._func("onerror",e)},e.prototype.onend=function(){this._func("onend")},e.prototype.onparserinit=function(e){this._func("onparserinit",e)},e.prototype.onreset=function(){this._func("onreset")},e}();n.default=r},{}],29:[function(e,t,n){var r=this&&this.__extends||function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(n,"__esModule",{value:!0});var i=o(e("./Tokenizer")),a=e("events"),s=new Set(["input","option","optgroup","select","button","datalist","textarea"]),c=new Set(["p"]),u={tr:new Set(["tr","th","td"]),th:new Set(["th"]),td:new Set(["thead","th","td"]),body:new Set(["head","link","script"]),li:new Set(["li"]),p:c,h1:c,h2:c,h3:c,h4:c,h5:c,h6:c,select:s,input:s,output:s,button:s,datalist:s,textarea:s,option:new Set(["option"]),optgroup:new Set(["optgroup","option"]),dd:new Set(["dt","dd"]),dt:new Set(["dt","dd"]),address:c,article:c,aside:c,blockquote:c,details:c,div:c,dl:c,fieldset:c,figcaption:c,figure:c,footer:c,form:c,header:c,hr:c,main:c,nav:c,ol:c,pre:c,section:c,table:c,ul:c,rt:new Set(["rt","rp"]),rp:new Set(["rt","rp"]),tbody:new Set(["thead","tbody"]),tfoot:new Set(["thead","tbody"])},l=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]),p=new Set(["math","svg"]),f=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),d=/\s|\//,h=function(e){function t(n,r){var o=e.call(this)||this;return o._tagname="",o._attribname="",o._attribvalue="",o._attribs=null,o._stack=[],o._foreignContext=[],o.startIndex=0,o.endIndex=null,o.parseChunk=t.prototype.write,o.done=t.prototype.end,o._options=r||{},o._cbs=n||{},o._tagname="",o._attribname="",o._attribvalue="",o._attribs=null,o._stack=[],o._foreignContext=[],o.startIndex=0,o.endIndex=null,o._lowerCaseTagNames="lowerCaseTags"in o._options?!!o._options.lowerCaseTags:!o._options.xmlMode,o._lowerCaseAttributeNames="lowerCaseAttributeNames"in o._options?!!o._options.lowerCaseAttributeNames:!o._options.xmlMode,o._tokenizer=new(o._options.Tokenizer||i.default)(o._options,o),o._cbs.onparserinit&&o._cbs.onparserinit(o),o}return r(t,e),t.prototype._updatePosition=function(e){null===this.endIndex?this._tokenizer._sectionStart<=e?this.startIndex=0:this.startIndex=this._tokenizer._sectionStart-e:this.startIndex=this.endIndex+1,this.endIndex=this._tokenizer.getAbsoluteIndex()},t.prototype.ontext=function(e){this._updatePosition(1),this.endIndex--,this._cbs.ontext&&this._cbs.ontext(e)},t.prototype.onopentagname=function(e){if(this._lowerCaseTagNames&&(e=e.toLowerCase()),this._tagname=e,!this._options.xmlMode&&Object.prototype.hasOwnProperty.call(u,e))for(var t=void 0;u[e].has(t=this._stack[this._stack.length-1]);this.onclosetag(t));!this._options.xmlMode&&l.has(e)||(this._stack.push(e),p.has(e)?this._foreignContext.push(!0):f.has(e)&&this._foreignContext.push(!1)),this._cbs.onopentagname&&this._cbs.onopentagname(e),this._cbs.onopentag&&(this._attribs={})},t.prototype.onopentagend=function(){this._updatePosition(1),this._attribs&&(this._cbs.onopentag&&this._cbs.onopentag(this._tagname,this._attribs),this._attribs=null),!this._options.xmlMode&&this._cbs.onclosetag&&l.has(this._tagname)&&this._cbs.onclosetag(this._tagname),this._tagname=""},t.prototype.onclosetag=function(e){if(this._updatePosition(1),this._lowerCaseTagNames&&(e=e.toLowerCase()),(p.has(e)||f.has(e))&&this._foreignContext.pop(),!this._stack.length||!this._options.xmlMode&&l.has(e))this._options.xmlMode||"br"!==e&&"p"!==e||(this.onopentagname(e),this._closeCurrentTag());else{var t=this._stack.lastIndexOf(e);if(-1!==t)if(this._cbs.onclosetag)for(t=this._stack.length-t;t--;)this._cbs.onclosetag(this._stack.pop());else this._stack.length=t;else"p"!==e||this._options.xmlMode||(this.onopentagname(e),this._closeCurrentTag())}},t.prototype.onselfclosingtag=function(){this._options.xmlMode||this._options.recognizeSelfClosing||this._foreignContext[this._foreignContext.length-1]?this._closeCurrentTag():this.onopentagend()},t.prototype._closeCurrentTag=function(){var e=this._tagname;this.onopentagend(),this._stack[this._stack.length-1]===e&&(this._cbs.onclosetag&&this._cbs.onclosetag(e),this._stack.pop())},t.prototype.onattribname=function(e){this._lowerCaseAttributeNames&&(e=e.toLowerCase()),this._attribname=e},t.prototype.onattribdata=function(e){this._attribvalue+=e},t.prototype.onattribend=function(){this._cbs.onattribute&&this._cbs.onattribute(this._attribname,this._attribvalue),this._attribs&&!Object.prototype.hasOwnProperty.call(this._attribs,this._attribname)&&(this._attribs[this._attribname]=this._attribvalue),this._attribname="",this._attribvalue=""},t.prototype._getInstructionName=function(e){var t=e.search(d),n=t<0?e:e.substr(0,t);return this._lowerCaseTagNames&&(n=n.toLowerCase()),n},t.prototype.ondeclaration=function(e){if(this._cbs.onprocessinginstruction){var t=this._getInstructionName(e);this._cbs.onprocessinginstruction("!"+t,"!"+e)}},t.prototype.onprocessinginstruction=function(e){if(this._cbs.onprocessinginstruction){var t=this._getInstructionName(e);this._cbs.onprocessinginstruction("?"+t,"?"+e)}},t.prototype.oncomment=function(e){this._updatePosition(4),this._cbs.oncomment&&this._cbs.oncomment(e),this._cbs.oncommentend&&this._cbs.oncommentend()},t.prototype.oncdata=function(e){this._updatePosition(1),this._options.xmlMode||this._options.recognizeCDATA?(this._cbs.oncdatastart&&this._cbs.oncdatastart(),this._cbs.ontext&&this._cbs.ontext(e),this._cbs.oncdataend&&this._cbs.oncdataend()):this.oncomment("[CDATA["+e+"]]")},t.prototype.onerror=function(e){this._cbs.onerror&&this._cbs.onerror(e)},t.prototype.onend=function(){if(this._cbs.onclosetag)for(var e=this._stack.length;e>0;this._cbs.onclosetag(this._stack[--e]));this._cbs.onend&&this._cbs.onend()},t.prototype.reset=function(){this._cbs.onreset&&this._cbs.onreset(),this._tokenizer.reset(),this._tagname="",this._attribname="",this._attribs=null,this._stack=[],this._cbs.onparserinit&&this._cbs.onparserinit(this)},t.prototype.parseComplete=function(e){this.reset(),this.end(e)},t.prototype.write=function(e){this._tokenizer.write(e)},t.prototype.end=function(e){this._tokenizer.end(e)},t.prototype.pause=function(){this._tokenizer.pause()},t.prototype.resume=function(){this._tokenizer.resume()},t}(a.EventEmitter);n.Parser=h},{"./Tokenizer":30,events:25}],30:[function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(n,"__esModule",{value:!0});var o=r(e("entities/lib/decode_codepoint")),i=r(e("entities/lib/maps/entities.json")),a=r(e("entities/lib/maps/legacy.json")),s=r(e("entities/lib/maps/xml.json"));function c(e){return" "===e||"\n"===e||"\t"===e||"\f"===e||"\r"===e}function u(e,t,n){var r=e.toLowerCase();return e===r?function(e,o){o===r?e._state=t:(e._state=n,e._index--)}:function(o,i){i===r||i===e?o._state=t:(o._state=n,o._index--)}}function l(e,t){var n=e.toLowerCase();return function(r,o){o===n||o===e?r._state=t:(r._state=3,r._index--)}}var p=u("C",23,16),f=u("D",24,16),d=u("A",25,16),h=u("T",26,16),b=u("A",27,16),m=l("R",34),M=l("I",35),g=l("P",36),y=l("T",37),v=u("R",39,1),A=u("I",40,1),_=u("P",41,1),w=u("T",42,1),O=l("Y",44),z=l("L",45),T=l("E",46),x=u("Y",48,1),N=u("L",49,1),L=u("E",50,1),E=u("#",52,53),S=u("X",55,54),C=function(){function e(e,t){this._state=1,this._buffer="",this._sectionStart=0,this._index=0,this._bufferOffset=0,this._baseState=1,this._special=1,this._running=!0,this._ended=!1,this._cbs=t,this._xmlMode=!(!e||!e.xmlMode),this._decodeEntities=!(!e||!e.decodeEntities)}return e.prototype.reset=function(){this._state=1,this._buffer="",this._sectionStart=0,this._index=0,this._bufferOffset=0,this._baseState=1,this._special=1,this._running=!0,this._ended=!1},e.prototype._stateText=function(e){"<"===e?(this._index>this._sectionStart&&this._cbs.ontext(this._getSection()),this._state=2,this._sectionStart=this._index):this._decodeEntities&&1===this._special&&"&"===e&&(this._index>this._sectionStart&&this._cbs.ontext(this._getSection()),this._baseState=1,this._state=51,this._sectionStart=this._index)},e.prototype._stateBeforeTagName=function(e){"/"===e?this._state=5:"<"===e?(this._cbs.ontext(this._getSection()),this._sectionStart=this._index):">"===e||1!==this._special||c(e)?this._state=1:"!"===e?(this._state=15,this._sectionStart=this._index+1):"?"===e?(this._state=17,this._sectionStart=this._index+1):(this._state=this._xmlMode||"s"!==e&&"S"!==e?3:31,this._sectionStart=this._index)},e.prototype._stateInTagName=function(e){("/"===e||">"===e||c(e))&&(this._emitToken("onopentagname"),this._state=8,this._index--)},e.prototype._stateBeforeClosingTagName=function(e){c(e)||(">"===e?this._state=1:1!==this._special?"s"===e||"S"===e?this._state=32:(this._state=1,this._index--):(this._state=6,this._sectionStart=this._index))},e.prototype._stateInClosingTagName=function(e){(">"===e||c(e))&&(this._emitToken("onclosetag"),this._state=7,this._index--)},e.prototype._stateAfterClosingTagName=function(e){">"===e&&(this._state=1,this._sectionStart=this._index+1)},e.prototype._stateBeforeAttributeName=function(e){">"===e?(this._cbs.onopentagend(),this._state=1,this._sectionStart=this._index+1):"/"===e?this._state=4:c(e)||(this._state=9,this._sectionStart=this._index)},e.prototype._stateInSelfClosingTag=function(e){">"===e?(this._cbs.onselfclosingtag(),this._state=1,this._sectionStart=this._index+1):c(e)||(this._state=8,this._index--)},e.prototype._stateInAttributeName=function(e){("="===e||"/"===e||">"===e||c(e))&&(this._cbs.onattribname(this._getSection()),this._sectionStart=-1,this._state=10,this._index--)},e.prototype._stateAfterAttributeName=function(e){"="===e?this._state=11:"/"===e||">"===e?(this._cbs.onattribend(),this._state=8,this._index--):c(e)||(this._cbs.onattribend(),this._state=9,this._sectionStart=this._index)},e.prototype._stateBeforeAttributeValue=function(e){'"'===e?(this._state=12,this._sectionStart=this._index+1):"'"===e?(this._state=13,this._sectionStart=this._index+1):c(e)||(this._state=14,this._sectionStart=this._index,this._index--)},e.prototype._stateInAttributeValueDoubleQuotes=function(e){'"'===e?(this._emitToken("onattribdata"),this._cbs.onattribend(),this._state=8):this._decodeEntities&&"&"===e&&(this._emitToken("onattribdata"),this._baseState=this._state,this._state=51,this._sectionStart=this._index)},e.prototype._stateInAttributeValueSingleQuotes=function(e){"'"===e?(this._emitToken("onattribdata"),this._cbs.onattribend(),this._state=8):this._decodeEntities&&"&"===e&&(this._emitToken("onattribdata"),this._baseState=this._state,this._state=51,this._sectionStart=this._index)},e.prototype._stateInAttributeValueNoQuotes=function(e){c(e)||">"===e?(this._emitToken("onattribdata"),this._cbs.onattribend(),this._state=8,this._index--):this._decodeEntities&&"&"===e&&(this._emitToken("onattribdata"),this._baseState=this._state,this._state=51,this._sectionStart=this._index)},e.prototype._stateBeforeDeclaration=function(e){this._state="["===e?22:"-"===e?18:16},e.prototype._stateInDeclaration=function(e){">"===e&&(this._cbs.ondeclaration(this._getSection()),this._state=1,this._sectionStart=this._index+1)},e.prototype._stateInProcessingInstruction=function(e){">"===e&&(this._cbs.onprocessinginstruction(this._getSection()),this._state=1,this._sectionStart=this._index+1)},e.prototype._stateBeforeComment=function(e){"-"===e?(this._state=19,this._sectionStart=this._index+1):this._state=16},e.prototype._stateInComment=function(e){"-"===e&&(this._state=20)},e.prototype._stateAfterComment1=function(e){this._state="-"===e?21:19},e.prototype._stateAfterComment2=function(e){">"===e?(this._cbs.oncomment(this._buffer.substring(this._sectionStart,this._index-2)),this._state=1,this._sectionStart=this._index+1):"-"!==e&&(this._state=19)},e.prototype._stateBeforeCdata6=function(e){"["===e?(this._state=28,this._sectionStart=this._index+1):(this._state=16,this._index--)},e.prototype._stateInCdata=function(e){"]"===e&&(this._state=29)},e.prototype._stateAfterCdata1=function(e){this._state="]"===e?30:28},e.prototype._stateAfterCdata2=function(e){">"===e?(this._cbs.oncdata(this._buffer.substring(this._sectionStart,this._index-2)),this._state=1,this._sectionStart=this._index+1):"]"!==e&&(this._state=28)},e.prototype._stateBeforeSpecial=function(e){"c"===e||"C"===e?this._state=33:"t"===e||"T"===e?this._state=43:(this._state=3,this._index--)},e.prototype._stateBeforeSpecialEnd=function(e){2!==this._special||"c"!==e&&"C"!==e?3!==this._special||"t"!==e&&"T"!==e?this._state=1:this._state=47:this._state=38},e.prototype._stateBeforeScript5=function(e){("/"===e||">"===e||c(e))&&(this._special=2),this._state=3,this._index--},e.prototype._stateAfterScript5=function(e){">"===e||c(e)?(this._special=1,this._state=6,this._sectionStart=this._index-6,this._index--):this._state=1},e.prototype._stateBeforeStyle4=function(e){("/"===e||">"===e||c(e))&&(this._special=3),this._state=3,this._index--},e.prototype._stateAfterStyle4=function(e){">"===e||c(e)?(this._special=1,this._state=6,this._sectionStart=this._index-5,this._index--):this._state=1},e.prototype._parseNamedEntityStrict=function(){if(this._sectionStart+1<this._index){var e=this._buffer.substring(this._sectionStart+1,this._index),t=this._xmlMode?s.default:i.default;Object.prototype.hasOwnProperty.call(t,e)&&(this._emitPartial(t[e]),this._sectionStart=this._index+1)}},e.prototype._parseLegacyEntity=function(){var e=this._sectionStart+1,t=this._index-e;for(t>6&&(t=6);t>=2;){var n=this._buffer.substr(e,t);if(Object.prototype.hasOwnProperty.call(a.default,n))return this._emitPartial(a.default[n]),void(this._sectionStart+=t+1);t--}},e.prototype._stateInNamedEntity=function(e){";"===e?(this._parseNamedEntityStrict(),this._sectionStart+1<this._index&&!this._xmlMode&&this._parseLegacyEntity(),this._state=this._baseState):(e<"a"||e>"z")&&(e<"A"||e>"Z")&&(e<"0"||e>"9")&&(this._xmlMode||this._sectionStart+1===this._index||(1!==this._baseState?"="!==e&&this._parseNamedEntityStrict():this._parseLegacyEntity()),this._state=this._baseState,this._index--)},e.prototype._decodeNumericEntity=function(e,t){var n=this._sectionStart+e;if(n!==this._index){var r=this._buffer.substring(n,this._index),i=parseInt(r,t);this._emitPartial(o.default(i)),this._sectionStart=this._index}else this._sectionStart--;this._state=this._baseState},e.prototype._stateInNumericEntity=function(e){";"===e?(this._decodeNumericEntity(2,10),this._sectionStart++):(e<"0"||e>"9")&&(this._xmlMode?this._state=this._baseState:this._decodeNumericEntity(2,10),this._index--)},e.prototype._stateInHexEntity=function(e){";"===e?(this._decodeNumericEntity(3,16),this._sectionStart++):(e<"a"||e>"f")&&(e<"A"||e>"F")&&(e<"0"||e>"9")&&(this._xmlMode?this._state=this._baseState:this._decodeNumericEntity(3,16),this._index--)},e.prototype._cleanup=function(){this._sectionStart<0?(this._buffer="",this._bufferOffset+=this._index,this._index=0):this._running&&(1===this._state?(this._sectionStart!==this._index&&this._cbs.ontext(this._buffer.substr(this._sectionStart)),this._buffer="",this._bufferOffset+=this._index,this._index=0):this._sectionStart===this._index?(this._buffer="",this._bufferOffset+=this._index,this._index=0):(this._buffer=this._buffer.substr(this._sectionStart),this._index-=this._sectionStart,this._bufferOffset+=this._sectionStart),this._sectionStart=0)},e.prototype.write=function(e){this._ended&&this._cbs.onerror(Error(".write() after done!")),this._buffer+=e,this._parse()},e.prototype._parse=function(){for(;this._index<this._buffer.length&&this._running;){var e=this._buffer.charAt(this._index);1===this._state?this._stateText(e):12===this._state?this._stateInAttributeValueDoubleQuotes(e):9===this._state?this._stateInAttributeName(e):19===this._state?this._stateInComment(e):8===this._state?this._stateBeforeAttributeName(e):3===this._state?this._stateInTagName(e):6===this._state?this._stateInClosingTagName(e):2===this._state?this._stateBeforeTagName(e):10===this._state?this._stateAfterAttributeName(e):13===this._state?this._stateInAttributeValueSingleQuotes(e):11===this._state?this._stateBeforeAttributeValue(e):5===this._state?this._stateBeforeClosingTagName(e):7===this._state?this._stateAfterClosingTagName(e):31===this._state?this._stateBeforeSpecial(e):20===this._state?this._stateAfterComment1(e):14===this._state?this._stateInAttributeValueNoQuotes(e):4===this._state?this._stateInSelfClosingTag(e):16===this._state?this._stateInDeclaration(e):15===this._state?this._stateBeforeDeclaration(e):21===this._state?this._stateAfterComment2(e):18===this._state?this._stateBeforeComment(e):32===this._state?this._stateBeforeSpecialEnd(e):38===this._state?v(this,e):39===this._state?A(this,e):40===this._state?_(this,e):33===this._state?m(this,e):34===this._state?M(this,e):35===this._state?g(this,e):36===this._state?y(this,e):37===this._state?this._stateBeforeScript5(e):41===this._state?w(this,e):42===this._state?this._stateAfterScript5(e):43===this._state?O(this,e):28===this._state?this._stateInCdata(e):44===this._state?z(this,e):45===this._state?T(this,e):46===this._state?this._stateBeforeStyle4(e):47===this._state?x(this,e):48===this._state?N(this,e):49===this._state?L(this,e):50===this._state?this._stateAfterStyle4(e):17===this._state?this._stateInProcessingInstruction(e):53===this._state?this._stateInNamedEntity(e):22===this._state?p(this,e):51===this._state?E(this,e):23===this._state?f(this,e):24===this._state?d(this,e):29===this._state?this._stateAfterCdata1(e):30===this._state?this._stateAfterCdata2(e):25===this._state?h(this,e):26===this._state?b(this,e):27===this._state?this._stateBeforeCdata6(e):55===this._state?this._stateInHexEntity(e):54===this._state?this._stateInNumericEntity(e):52===this._state?S(this,e):this._cbs.onerror(Error("unknown _state"),this._state),this._index++}this._cleanup()},e.prototype.pause=function(){this._running=!1},e.prototype.resume=function(){this._running=!0,this._index<this._buffer.length&&this._parse(),this._ended&&this._finish()},e.prototype.end=function(e){this._ended&&this._cbs.onerror(Error(".end() after done!")),e&&this.write(e),this._ended=!0,this._running&&this._finish()},e.prototype._finish=function(){this._sectionStart<this._index&&this._handleTrailingData(),this._cbs.onend()},e.prototype._handleTrailingData=function(){var e=this._buffer.substr(this._sectionStart);28===this._state||29===this._state||30===this._state?this._cbs.oncdata(e):19===this._state||20===this._state||21===this._state?this._cbs.oncomment(e):53!==this._state||this._xmlMode?54!==this._state||this._xmlMode?55!==this._state||this._xmlMode?3!==this._state&&8!==this._state&&11!==this._state&&10!==this._state&&9!==this._state&&13!==this._state&&12!==this._state&&14!==this._state&&6!==this._state&&this._cbs.ontext(e):(this._decodeNumericEntity(3,16),this._sectionStart<this._index&&(this._state=this._baseState,this._handleTrailingData())):(this._decodeNumericEntity(2,10),this._sectionStart<this._index&&(this._state=this._baseState,this._handleTrailingData())):(this._parseLegacyEntity(),this._sectionStart<this._index&&(this._state=this._baseState,this._handleTrailingData()))},e.prototype.getAbsoluteIndex=function(){return this._bufferOffset+this._index},e.prototype._getSection=function(){return this._buffer.substring(this._sectionStart,this._index)},e.prototype._emitToken=function(e){this._cbs[e](this._getSection()),this._sectionStart=-1},e.prototype._emitPartial=function(e){1!==this._baseState?this._cbs.onattribdata(e):this._cbs.ontext(e)},e}();n.default=C},{"entities/lib/decode_codepoint":18,"entities/lib/maps/entities.json":22,"entities/lib/maps/legacy.json":23,"entities/lib/maps/xml.json":24}],31:[function(e,t,n){function r(e){for(var t in e)n.hasOwnProperty(t)||(n[t]=e[t])}var o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t};Object.defineProperty(n,"__esModule",{value:!0});var i=e("./Parser");n.Parser=i.Parser;var a=e("domhandler");n.DomHandler=a.DomHandler,n.DefaultHandler=a.DomHandler,n.parseDOM=function(e,t){var n=new a.DomHandler(void 0,t);return new i.Parser(n,t).end(e),n.dom},n.createDomStream=function(e,t,n){var r=new a.DomHandler(e,t,n);return new i.Parser(r,t)};var s=e("./Tokenizer");n.Tokenizer=s.default;var c=o(e("domelementtype"));n.ElementType=c,n.EVENTS={attribute:2,cdatastart:0,cdataend:0,text:1,processinginstruction:2,comment:1,commentend:0,closetag:1,opentag:2,opentagname:1,error:1,end:0},r(e("./FeedHandler")),r(e("./WritableStream")),r(e("./CollectingHandler"));var u=o(e("domutils"));n.DomUtils=u;var l=e("./FeedHandler");n.RssHandler=l.FeedHandler},{"./CollectingHandler":26,"./FeedHandler":27,"./Parser":29,"./Tokenizer":30,"./WritableStream":2,domelementtype:6,domhandler:7,domutils:10}],32:[function(e,t,n){n.read=function(e,t,n,r,o){var i,a,s=8*o-r-1,c=(1<<s)-1,u=c>>1,l=-7,p=n?o-1:0,f=n?-1:1,d=e[t+p];for(p+=f,i=d&(1<<-l)-1,d>>=-l,l+=s;l>0;i=256*i+e[t+p],p+=f,l-=8);for(a=i&(1<<-l)-1,i>>=-l,l+=r;l>0;a=256*a+e[t+p],p+=f,l-=8);if(0===i)i=1-u;else{if(i===c)return a?NaN:1/0*(d?-1:1);a+=Math.pow(2,r),i-=u}return(d?-1:1)*a*Math.pow(2,i-r)},n.write=function(e,t,n,r,o,i){var a,s,c,u=8*i-o-1,l=(1<<u)-1,p=l>>1,f=23===o?Math.pow(2,-24)-Math.pow(2,-77):0,d=r?0:i-1,h=r?1:-1,b=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(s=isNaN(t)?1:0,a=l):(a=Math.floor(Math.log(t)/Math.LN2),t*(c=Math.pow(2,-a))<1&&(a--,c*=2),(t+=a+p>=1?f/c:f*Math.pow(2,1-p))*c>=2&&(a++,c/=2),a+p>=l?(s=0,a=l):a+p>=1?(s=(t*c-1)*Math.pow(2,o),a+=p):(s=t*Math.pow(2,p-1)*Math.pow(2,o),a=0));o>=8;e[n+d]=255&s,d+=h,s/=256,o-=8);for(a=a<<o|s,u+=o;u>0;e[n+d]=255&a,d+=h,a/=256,u-=8);e[n+d-h]|=128*b}},{}],33:[function(e,t,n){var r=e("./_getNative")(e("./_root"),"DataView");t.exports=r},{"./_getNative":93,"./_root":130}],34:[function(e,t,n){var r=e("./_hashClear"),o=e("./_hashDelete"),i=e("./_hashGet"),a=e("./_hashHas"),s=e("./_hashSet");function c(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}c.prototype.clear=r,c.prototype.delete=o,c.prototype.get=i,c.prototype.has=a,c.prototype.set=s,t.exports=c},{"./_hashClear":100,"./_hashDelete":101,"./_hashGet":102,"./_hashHas":103,"./_hashSet":104}],35:[function(e,t,n){var r=e("./_listCacheClear"),o=e("./_listCacheDelete"),i=e("./_listCacheGet"),a=e("./_listCacheHas"),s=e("./_listCacheSet");function c(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}c.prototype.clear=r,c.prototype.delete=o,c.prototype.get=i,c.prototype.has=a,c.prototype.set=s,t.exports=c},{"./_listCacheClear":113,"./_listCacheDelete":114,"./_listCacheGet":115,"./_listCacheHas":116,"./_listCacheSet":117}],36:[function(e,t,n){var r=e("./_getNative")(e("./_root"),"Map");t.exports=r},{"./_getNative":93,"./_root":130}],37:[function(e,t,n){var r=e("./_mapCacheClear"),o=e("./_mapCacheDelete"),i=e("./_mapCacheGet"),a=e("./_mapCacheHas"),s=e("./_mapCacheSet");function c(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}c.prototype.clear=r,c.prototype.delete=o,c.prototype.get=i,c.prototype.has=a,c.prototype.set=s,t.exports=c},{"./_mapCacheClear":118,"./_mapCacheDelete":119,"./_mapCacheGet":120,"./_mapCacheHas":121,"./_mapCacheSet":122}],38:[function(e,t,n){var r=e("./_getNative")(e("./_root"),"Promise");t.exports=r},{"./_getNative":93,"./_root":130}],39:[function(e,t,n){var r=e("./_getNative")(e("./_root"),"Set");t.exports=r},{"./_getNative":93,"./_root":130}],40:[function(e,t,n){var r=e("./_ListCache"),o=e("./_stackClear"),i=e("./_stackDelete"),a=e("./_stackGet"),s=e("./_stackHas"),c=e("./_stackSet");function u(e){var t=this.__data__=new r(e);this.size=t.size}u.prototype.clear=o,u.prototype.delete=i,u.prototype.get=a,u.prototype.has=s,u.prototype.set=c,t.exports=u},{"./_ListCache":35,"./_stackClear":134,"./_stackDelete":135,"./_stackGet":136,"./_stackHas":137,"./_stackSet":138}],41:[function(e,t,n){var r=e("./_root").Symbol;t.exports=r},{"./_root":130}],42:[function(e,t,n){var r=e("./_root").Uint8Array;t.exports=r},{"./_root":130}],43:[function(e,t,n){var r=e("./_getNative")(e("./_root"),"WeakMap");t.exports=r},{"./_getNative":93,"./_root":130}],44:[function(e,t,n){t.exports=function(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}},{}],45:[function(e,t,n){t.exports=function(e,t){for(var n=-1,r=null==e?0:e.length;++n<r&&!1!==t(e[n],n,e););return e}},{}],46:[function(e,t,n){t.exports=function(e,t){for(var n=-1,r=null==e?0:e.length,o=0,i=[];++n<r;){var a=e[n];t(a,n,e)&&(i[o++]=a)}return i}},{}],47:[function(e,t,n){var r=e("./_baseTimes"),o=e("./isArguments"),i=e("./isArray"),a=e("./isBuffer"),s=e("./_isIndex"),c=e("./isTypedArray"),u=Object.prototype.hasOwnProperty;t.exports=function(e,t){var n=i(e),l=!n&&o(e),p=!n&&!l&&a(e),f=!n&&!l&&!p&&c(e),d=n||l||p||f,h=d?r(e.length,String):[],b=h.length;for(var m in e)!t&&!u.call(e,m)||d&&("length"==m||p&&("offset"==m||"parent"==m)||f&&("buffer"==m||"byteLength"==m||"byteOffset"==m)||s(m,b))||h.push(m);return h}},{"./_baseTimes":72,"./_isIndex":108,"./isArguments":145,"./isArray":146,"./isBuffer":149,"./isTypedArray":159}],48:[function(e,t,n){t.exports=function(e,t){for(var n=-1,r=null==e?0:e.length,o=Array(r);++n<r;)o[n]=t(e[n],n,e);return o}},{}],49:[function(e,t,n){t.exports=function(e,t){for(var n=-1,r=t.length,o=e.length;++n<r;)e[o+n]=t[n];return e}},{}],50:[function(e,t,n){var r=e("./_baseAssignValue"),o=e("./eq");t.exports=function(e,t,n){(void 0!==n&&!o(e[t],n)||void 0===n&&!(t in e))&&r(e,t,n)}},{"./_baseAssignValue":55,"./eq":142}],51:[function(e,t,n){var r=e("./_baseAssignValue"),o=e("./eq"),i=Object.prototype.hasOwnProperty;t.exports=function(e,t,n){var a=e[t];i.call(e,t)&&o(a,n)&&(void 0!==n||t in e)||r(e,t,n)}},{"./_baseAssignValue":55,"./eq":142}],52:[function(e,t,n){var r=e("./eq");t.exports=function(e,t){for(var n=e.length;n--;)if(r(e[n][0],t))return n;return-1}},{"./eq":142}],53:[function(e,t,n){var r=e("./_copyObject"),o=e("./keys");t.exports=function(e,t){return e&&r(t,o(t),e)}},{"./_copyObject":82,"./keys":160}],54:[function(e,t,n){var r=e("./_copyObject"),o=e("./keysIn");t.exports=function(e,t){return e&&r(t,o(t),e)}},{"./_copyObject":82,"./keysIn":161}],55:[function(e,t,n){var r=e("./_defineProperty");t.exports=function(e,t,n){"__proto__"==t&&r?r(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}},{"./_defineProperty":88}],56:[function(e,t,n){var r=e("./_Stack"),o=e("./_arrayEach"),i=e("./_assignValue"),a=e("./_baseAssign"),s=e("./_baseAssignIn"),c=e("./_cloneBuffer"),u=e("./_copyArray"),l=e("./_copySymbols"),p=e("./_copySymbolsIn"),f=e("./_getAllKeys"),d=e("./_getAllKeysIn"),h=e("./_getTag"),b=e("./_initCloneArray"),m=e("./_initCloneByTag"),M=e("./_initCloneObject"),g=e("./isArray"),y=e("./isBuffer"),v=e("./isMap"),A=e("./isObject"),_=e("./isSet"),w=e("./keys"),O=e("./keysIn"),z={};z["[object Arguments]"]=z["[object Array]"]=z["[object ArrayBuffer]"]=z["[object DataView]"]=z["[object Boolean]"]=z["[object Date]"]=z["[object Float32Array]"]=z["[object Float64Array]"]=z["[object Int8Array]"]=z["[object Int16Array]"]=z["[object Int32Array]"]=z["[object Map]"]=z["[object Number]"]=z["[object Object]"]=z["[object RegExp]"]=z["[object Set]"]=z["[object String]"]=z["[object Symbol]"]=z["[object Uint8Array]"]=z["[object Uint8ClampedArray]"]=z["[object Uint16Array]"]=z["[object Uint32Array]"]=!0,z["[object Error]"]=z["[object Function]"]=z["[object WeakMap]"]=!1,t.exports=function e(t,n,T,x,N,L){var E,S=1&n,C=2&n,k=4&n;if(T&&(E=N?T(t,x,N,L):T(t)),void 0!==E)return E;if(!A(t))return t;var q=g(t);if(q){if(E=b(t),!S)return u(t,E)}else{var W=h(t),P="[object Function]"==W||"[object GeneratorFunction]"==W;if(y(t))return c(t,S);if("[object Object]"==W||"[object Arguments]"==W||P&&!N){if(E=C||P?{}:M(t),!S)return C?p(t,s(E,t)):l(t,a(E,t))}else{if(!z[W])return N?t:{};E=m(t,W,S)}}L||(L=new r);var D=L.get(t);if(D)return D;L.set(t,E),_(t)?t.forEach((function(r){E.add(e(r,n,T,r,t,L))})):v(t)&&t.forEach((function(r,o){E.set(o,e(r,n,T,o,t,L))}));var B=q?void 0:(k?C?d:f:C?O:w)(t);return o(B||t,(function(r,o){B&&(r=t[o=r]),i(E,o,e(r,n,T,o,t,L))})),E}},{"./_Stack":40,"./_arrayEach":45,"./_assignValue":51,"./_baseAssign":53,"./_baseAssignIn":54,"./_cloneBuffer":76,"./_copyArray":81,"./_copySymbols":83,"./_copySymbolsIn":84,"./_getAllKeys":90,"./_getAllKeysIn":91,"./_getTag":98,"./_initCloneArray":105,"./_initCloneByTag":106,"./_initCloneObject":107,"./isArray":146,"./isBuffer":149,"./isMap":152,"./isObject":153,"./isSet":156,"./keys":160,"./keysIn":161}],57:[function(e,t,n){var r=e("./isObject"),o=Object.create,i=function(){function e(){}return function(t){if(!r(t))return{};if(o)return o(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();t.exports=i},{"./isObject":153}],58:[function(e,t,n){var r=e("./_createBaseFor")();t.exports=r},{"./_createBaseFor":87}],59:[function(e,t,n){var r=e("./_arrayPush"),o=e("./isArray");t.exports=function(e,t,n){var i=t(e);return o(e)?i:r(i,n(e))}},{"./_arrayPush":49,"./isArray":146}],60:[function(e,t,n){var r=e("./_Symbol"),o=e("./_getRawTag"),i=e("./_objectToString"),a=r?r.toStringTag:void 0;t.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":a&&a in Object(e)?o(e):i(e)}},{"./_Symbol":41,"./_getRawTag":95,"./_objectToString":127}],61:[function(e,t,n){var r=e("./_baseGetTag"),o=e("./isObjectLike");t.exports=function(e){return o(e)&&"[object Arguments]"==r(e)}},{"./_baseGetTag":60,"./isObjectLike":154}],62:[function(e,t,n){var r=e("./_getTag"),o=e("./isObjectLike");t.exports=function(e){return o(e)&&"[object Map]"==r(e)}},{"./_getTag":98,"./isObjectLike":154}],63:[function(e,t,n){var r=e("./isFunction"),o=e("./_isMasked"),i=e("./isObject"),a=e("./_toSource"),s=/^\[object .+?Constructor\]$/,c=Function.prototype,u=Object.prototype,l=c.toString,p=u.hasOwnProperty,f=RegExp("^"+l.call(p).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");t.exports=function(e){return!(!i(e)||o(e))&&(r(e)?f:s).test(a(e))}},{"./_isMasked":111,"./_toSource":139,"./isFunction":150,"./isObject":153}],64:[function(e,t,n){var r=e("./_getTag"),o=e("./isObjectLike");t.exports=function(e){return o(e)&&"[object Set]"==r(e)}},{"./_getTag":98,"./isObjectLike":154}],65:[function(e,t,n){var r=e("./_baseGetTag"),o=e("./isLength"),i=e("./isObjectLike"),a={};a["[object Float32Array]"]=a["[object Float64Array]"]=a["[object Int8Array]"]=a["[object Int16Array]"]=a["[object Int32Array]"]=a["[object Uint8Array]"]=a["[object Uint8ClampedArray]"]=a["[object Uint16Array]"]=a["[object Uint32Array]"]=!0,a["[object Arguments]"]=a["[object Array]"]=a["[object ArrayBuffer]"]=a["[object Boolean]"]=a["[object DataView]"]=a["[object Date]"]=a["[object Error]"]=a["[object Function]"]=a["[object Map]"]=a["[object Number]"]=a["[object Object]"]=a["[object RegExp]"]=a["[object Set]"]=a["[object String]"]=a["[object WeakMap]"]=!1,t.exports=function(e){return i(e)&&o(e.length)&&!!a[r(e)]}},{"./_baseGetTag":60,"./isLength":151,"./isObjectLike":154}],66:[function(e,t,n){var r=e("./_isPrototype"),o=e("./_nativeKeys"),i=Object.prototype.hasOwnProperty;t.exports=function(e){if(!r(e))return o(e);var t=[];for(var n in Object(e))i.call(e,n)&&"constructor"!=n&&t.push(n);return t}},{"./_isPrototype":112,"./_nativeKeys":124}],67:[function(e,t,n){var r=e("./isObject"),o=e("./_isPrototype"),i=e("./_nativeKeysIn"),a=Object.prototype.hasOwnProperty;t.exports=function(e){if(!r(e))return i(e);var t=o(e),n=[];for(var s in e)("constructor"!=s||!t&&a.call(e,s))&&n.push(s);return n}},{"./_isPrototype":112,"./_nativeKeysIn":125,"./isObject":153}],68:[function(e,t,n){var r=e("./_Stack"),o=e("./_assignMergeValue"),i=e("./_baseFor"),a=e("./_baseMergeDeep"),s=e("./isObject"),c=e("./keysIn"),u=e("./_safeGet");t.exports=function e(t,n,l,p,f){t!==n&&i(n,(function(i,c){if(f||(f=new r),s(i))a(t,n,c,l,e,p,f);else{var d=p?p(u(t,c),i,c+"",t,n,f):void 0;void 0===d&&(d=i),o(t,c,d)}}),c)}},{"./_Stack":40,"./_assignMergeValue":50,"./_baseFor":58,"./_baseMergeDeep":69,"./_safeGet":131,"./isObject":153,"./keysIn":161}],69:[function(e,t,n){var r=e("./_assignMergeValue"),o=e("./_cloneBuffer"),i=e("./_cloneTypedArray"),a=e("./_copyArray"),s=e("./_initCloneObject"),c=e("./isArguments"),u=e("./isArray"),l=e("./isArrayLikeObject"),p=e("./isBuffer"),f=e("./isFunction"),d=e("./isObject"),h=e("./isPlainObject"),b=e("./isTypedArray"),m=e("./_safeGet"),M=e("./toPlainObject");t.exports=function(e,t,n,g,y,v,A){var _=m(e,n),w=m(t,n),O=A.get(w);if(O)r(e,n,O);else{var z=v?v(_,w,n+"",e,t,A):void 0,T=void 0===z;if(T){var x=u(w),N=!x&&p(w),L=!x&&!N&&b(w);z=w,x||N||L?u(_)?z=_:l(_)?z=a(_):N?(T=!1,z=o(w,!0)):L?(T=!1,z=i(w,!0)):z=[]:h(w)||c(w)?(z=_,c(_)?z=M(_):d(_)&&!f(_)||(z=s(w))):T=!1}T&&(A.set(w,z),y(z,w,g,v,A),A.delete(w)),r(e,n,z)}}},{"./_assignMergeValue":50,"./_cloneBuffer":76,"./_cloneTypedArray":80,"./_copyArray":81,"./_initCloneObject":107,"./_safeGet":131,"./isArguments":145,"./isArray":146,"./isArrayLikeObject":148,"./isBuffer":149,"./isFunction":150,"./isObject":153,"./isPlainObject":155,"./isTypedArray":159,"./toPlainObject":165}],70:[function(e,t,n){var r=e("./identity"),o=e("./_overRest"),i=e("./_setToString");t.exports=function(e,t){return i(o(e,t,r),e+"")}},{"./_overRest":129,"./_setToString":132,"./identity":144}],71:[function(e,t,n){var r=e("./constant"),o=e("./_defineProperty"),i=e("./identity"),a=o?function(e,t){return o(e,"toString",{configurable:!0,enumerable:!1,value:r(t),writable:!0})}:i;t.exports=a},{"./_defineProperty":88,"./constant":141,"./identity":144}],72:[function(e,t,n){t.exports=function(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}},{}],73:[function(e,t,n){var r=e("./_Symbol"),o=e("./_arrayMap"),i=e("./isArray"),a=e("./isSymbol"),s=r?r.prototype:void 0,c=s?s.toString:void 0;t.exports=function e(t){if("string"==typeof t)return t;if(i(t))return o(t,e)+"";if(a(t))return c?c.call(t):"";var n=t+"";return"0"==n&&1/t==-1/0?"-0":n}},{"./_Symbol":41,"./_arrayMap":48,"./isArray":146,"./isSymbol":158}],74:[function(e,t,n){t.exports=function(e){return function(t){return e(t)}}},{}],75:[function(e,t,n){var r=e("./_Uint8Array");t.exports=function(e){var t=new e.constructor(e.byteLength);return new r(t).set(new r(e)),t}},{"./_Uint8Array":42}],76:[function(e,t,n){var r=e("./_root"),o="object"==u(n)&&n&&!n.nodeType&&n,i=o&&"object"==u(t)&&t&&!t.nodeType&&t,a=i&&i.exports===o?r.Buffer:void 0,s=a?a.allocUnsafe:void 0;t.exports=function(e,t){if(t)return e.slice();var n=e.length,r=s?s(n):new e.constructor(n);return e.copy(r),r}},{"./_root":130}],77:[function(e,t,n){var r=e("./_cloneArrayBuffer");t.exports=function(e,t){var n=t?r(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}},{"./_cloneArrayBuffer":75}],78:[function(e,t,n){var r=/\w*$/;t.exports=function(e){var t=new e.constructor(e.source,r.exec(e));return t.lastIndex=e.lastIndex,t}},{}],79:[function(e,t,n){var r=e("./_Symbol"),o=r?r.prototype:void 0,i=o?o.valueOf:void 0;t.exports=function(e){return i?Object(i.call(e)):{}}},{"./_Symbol":41}],80:[function(e,t,n){var r=e("./_cloneArrayBuffer");t.exports=function(e,t){var n=t?r(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}},{"./_cloneArrayBuffer":75}],81:[function(e,t,n){t.exports=function(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n<r;)t[n]=e[n];return t}},{}],82:[function(e,t,n){var r=e("./_assignValue"),o=e("./_baseAssignValue");t.exports=function(e,t,n,i){var a=!n;n||(n={});for(var s=-1,c=t.length;++s<c;){var u=t[s],l=i?i(n[u],e[u],u,n,e):void 0;void 0===l&&(l=e[u]),a?o(n,u,l):r(n,u,l)}return n}},{"./_assignValue":51,"./_baseAssignValue":55}],83:[function(e,t,n){var r=e("./_copyObject"),o=e("./_getSymbols");t.exports=function(e,t){return r(e,o(e),t)}},{"./_copyObject":82,"./_getSymbols":96}],84:[function(e,t,n){var r=e("./_copyObject"),o=e("./_getSymbolsIn");t.exports=function(e,t){return r(e,o(e),t)}},{"./_copyObject":82,"./_getSymbolsIn":97}],85:[function(e,t,n){var r=e("./_root")["__core-js_shared__"];t.exports=r},{"./_root":130}],86:[function(e,t,n){var r=e("./_baseRest"),o=e("./_isIterateeCall");t.exports=function(e){return r((function(t,n){var r=-1,i=n.length,a=i>1?n[i-1]:void 0,s=i>2?n[2]:void 0;for(a=e.length>3&&"function"==typeof a?(i--,a):void 0,s&&o(n[0],n[1],s)&&(a=i<3?void 0:a,i=1),t=Object(t);++r<i;){var c=n[r];c&&e(t,c,r,a)}return t}))}},{"./_baseRest":70,"./_isIterateeCall":109}],87:[function(e,t,n){t.exports=function(e){return function(t,n,r){for(var o=-1,i=Object(t),a=r(t),s=a.length;s--;){var c=a[e?s:++o];if(!1===n(i[c],c,i))break}return t}}},{}],88:[function(e,t,n){var r=e("./_getNative"),o=function(){try{var e=r(Object,"defineProperty");return e({},"",{}),e}catch(t){}}();t.exports=o},{"./_getNative":93}],89:[function(e,t,r){(function(e){var n="object"==u(e)&&e&&e.Object===Object&&e;t.exports=n}).call(this,"undefined"!==typeof n?n:"undefined"!==typeof self?self:"undefined"!==typeof window?window:{})},{}],90:[function(e,t,n){var r=e("./_baseGetAllKeys"),o=e("./_getSymbols"),i=e("./keys");t.exports=function(e){return r(e,i,o)}},{"./_baseGetAllKeys":59,"./_getSymbols":96,"./keys":160}],91:[function(e,t,n){var r=e("./_baseGetAllKeys"),o=e("./_getSymbolsIn"),i=e("./keysIn");t.exports=function(e){return r(e,i,o)}},{"./_baseGetAllKeys":59,"./_getSymbolsIn":97,"./keysIn":161}],92:[function(e,t,n){var r=e("./_isKeyable");t.exports=function(e,t){var n=e.__data__;return r(t)?n["string"==typeof t?"string":"hash"]:n.map}},{"./_isKeyable":110}],93:[function(e,t,n){var r=e("./_baseIsNative"),o=e("./_getValue");t.exports=function(e,t){var n=o(e,t);return r(n)?n:void 0}},{"./_baseIsNative":63,"./_getValue":99}],94:[function(e,t,n){var r=e("./_overArg")(Object.getPrototypeOf,Object);t.exports=r},{"./_overArg":128}],95:[function(e,t,n){var r=e("./_Symbol"),o=Object.prototype,i=o.hasOwnProperty,a=o.toString,s=r?r.toStringTag:void 0;t.exports=function(e){var t=i.call(e,s),n=e[s];try{e[s]=void 0;var r=!0}catch(c){}var o=a.call(e);return r&&(t?e[s]=n:delete e[s]),o}},{"./_Symbol":41}],96:[function(e,t,n){var r=e("./_arrayFilter"),o=e("./stubArray"),i=Object.prototype.propertyIsEnumerable,a=Object.getOwnPropertySymbols,s=a?function(e){return null==e?[]:(e=Object(e),r(a(e),(function(t){return i.call(e,t)})))}:o;t.exports=s},{"./_arrayFilter":46,"./stubArray":163}],97:[function(e,t,n){var r=e("./_arrayPush"),o=e("./_getPrototype"),i=e("./_getSymbols"),a=e("./stubArray"),s=Object.getOwnPropertySymbols?function(e){for(var t=[];e;)r(t,i(e)),e=o(e);return t}:a;t.exports=s},{"./_arrayPush":49,"./_getPrototype":94,"./_getSymbols":96,"./stubArray":163}],98:[function(e,t,n){var r=e("./_DataView"),o=e("./_Map"),i=e("./_Promise"),a=e("./_Set"),s=e("./_WeakMap"),c=e("./_baseGetTag"),u=e("./_toSource"),l=u(r),p=u(o),f=u(i),d=u(a),h=u(s),b=c;(r&&"[object DataView]"!=b(new r(new ArrayBuffer(1)))||o&&"[object Map]"!=b(new o)||i&&"[object Promise]"!=b(i.resolve())||a&&"[object Set]"!=b(new a)||s&&"[object WeakMap]"!=b(new s))&&(b=function(e){var t=c(e),n="[object Object]"==t?e.constructor:void 0,r=n?u(n):"";if(r)switch(r){case l:return"[object DataView]";case p:return"[object Map]";case f:return"[object Promise]";case d:return"[object Set]";case h:return"[object WeakMap]"}return t}),t.exports=b},{"./_DataView":33,"./_Map":36,"./_Promise":38,"./_Set":39,"./_WeakMap":43,"./_baseGetTag":60,"./_toSource":139}],99:[function(e,t,n){t.exports=function(e,t){return null==e?void 0:e[t]}},{}],100:[function(e,t,n){var r=e("./_nativeCreate");t.exports=function(){this.__data__=r?r(null):{},this.size=0}},{"./_nativeCreate":123}],101:[function(e,t,n){t.exports=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}},{}],102:[function(e,t,n){var r=e("./_nativeCreate"),o=Object.prototype.hasOwnProperty;t.exports=function(e){var t=this.__data__;if(r){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return o.call(t,e)?t[e]:void 0}},{"./_nativeCreate":123}],103:[function(e,t,n){var r=e("./_nativeCreate"),o=Object.prototype.hasOwnProperty;t.exports=function(e){var t=this.__data__;return r?void 0!==t[e]:o.call(t,e)}},{"./_nativeCreate":123}],104:[function(e,t,n){var r=e("./_nativeCreate");t.exports=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=r&&void 0===t?"__lodash_hash_undefined__":t,this}},{"./_nativeCreate":123}],105:[function(e,t,n){var r=Object.prototype.hasOwnProperty;t.exports=function(e){var t=e.length,n=new e.constructor(t);return t&&"string"==typeof e[0]&&r.call(e,"index")&&(n.index=e.index,n.input=e.input),n}},{}],106:[function(e,t,n){var r=e("./_cloneArrayBuffer"),o=e("./_cloneDataView"),i=e("./_cloneRegExp"),a=e("./_cloneSymbol"),s=e("./_cloneTypedArray");t.exports=function(e,t,n){var c=e.constructor;switch(t){case"[object ArrayBuffer]":return r(e);case"[object Boolean]":case"[object Date]":return new c(+e);case"[object DataView]":return o(e,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return s(e,n);case"[object Map]":return new c;case"[object Number]":case"[object String]":return new c(e);case"[object RegExp]":return i(e);case"[object Set]":return new c;case"[object Symbol]":return a(e)}}},{"./_cloneArrayBuffer":75,"./_cloneDataView":77,"./_cloneRegExp":78,"./_cloneSymbol":79,"./_cloneTypedArray":80}],107:[function(e,t,n){var r=e("./_baseCreate"),o=e("./_getPrototype"),i=e("./_isPrototype");t.exports=function(e){return"function"!=typeof e.constructor||i(e)?{}:r(o(e))}},{"./_baseCreate":57,"./_getPrototype":94,"./_isPrototype":112}],108:[function(e,t,n){var r=/^(?:0|[1-9]\d*)$/;t.exports=function(e,t){var n=u(e);return!!(t=null==t?9007199254740991:t)&&("number"==n||"symbol"!=n&&r.test(e))&&e>-1&&e%1==0&&e<t}},{}],109:[function(e,t,n){var r=e("./eq"),o=e("./isArrayLike"),i=e("./_isIndex"),a=e("./isObject");t.exports=function(e,t,n){if(!a(n))return!1;var s=u(t);return!!("number"==s?o(n)&&i(t,n.length):"string"==s&&t in n)&&r(n[t],e)}},{"./_isIndex":108,"./eq":142,"./isArrayLike":147,"./isObject":153}],110:[function(e,t,n){t.exports=function(e){var t=u(e);return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}},{}],111:[function(e,t,n){var r=e("./_coreJsData"),o=function(){var e=/[^.]+$/.exec(r&&r.keys&&r.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();t.exports=function(e){return!!o&&o in e}},{"./_coreJsData":85}],112:[function(e,t,n){var r=Object.prototype;t.exports=function(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||r)}},{}],113:[function(e,t,n){t.exports=function(){this.__data__=[],this.size=0}},{}],114:[function(e,t,n){var r=e("./_assocIndexOf"),o=Array.prototype.splice;t.exports=function(e){var t=this.__data__,n=r(t,e);return!(n<0)&&(n==t.length-1?t.pop():o.call(t,n,1),--this.size,!0)}},{"./_assocIndexOf":52}],115:[function(e,t,n){var r=e("./_assocIndexOf");t.exports=function(e){var t=this.__data__,n=r(t,e);return n<0?void 0:t[n][1]}},{"./_assocIndexOf":52}],116:[function(e,t,n){var r=e("./_assocIndexOf");t.exports=function(e){return r(this.__data__,e)>-1}},{"./_assocIndexOf":52}],117:[function(e,t,n){var r=e("./_assocIndexOf");t.exports=function(e,t){var n=this.__data__,o=r(n,e);return o<0?(++this.size,n.push([e,t])):n[o][1]=t,this}},{"./_assocIndexOf":52}],118:[function(e,t,n){var r=e("./_Hash"),o=e("./_ListCache"),i=e("./_Map");t.exports=function(){this.size=0,this.__data__={hash:new r,map:new(i||o),string:new r}}},{"./_Hash":34,"./_ListCache":35,"./_Map":36}],119:[function(e,t,n){var r=e("./_getMapData");t.exports=function(e){var t=r(this,e).delete(e);return this.size-=t?1:0,t}},{"./_getMapData":92}],120:[function(e,t,n){var r=e("./_getMapData");t.exports=function(e){return r(this,e).get(e)}},{"./_getMapData":92}],121:[function(e,t,n){var r=e("./_getMapData");t.exports=function(e){return r(this,e).has(e)}},{"./_getMapData":92}],122:[function(e,t,n){var r=e("./_getMapData");t.exports=function(e,t){var n=r(this,e),o=n.size;return n.set(e,t),this.size+=n.size==o?0:1,this}},{"./_getMapData":92}],123:[function(e,t,n){var r=e("./_getNative")(Object,"create");t.exports=r},{"./_getNative":93}],124:[function(e,t,n){var r=e("./_overArg")(Object.keys,Object);t.exports=r},{"./_overArg":128}],125:[function(e,t,n){t.exports=function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t}},{}],126:[function(e,t,n){var r=e("./_freeGlobal"),o="object"==u(n)&&n&&!n.nodeType&&n,i=o&&"object"==u(t)&&t&&!t.nodeType&&t,a=i&&i.exports===o&&r.process,s=function(){try{var e=i&&i.require&&i.require("util").types;return e||a&&a.binding&&a.binding("util")}catch(t){}}();t.exports=s},{"./_freeGlobal":89}],127:[function(e,t,n){var r=Object.prototype.toString;t.exports=function(e){return r.call(e)}},{}],128:[function(e,t,n){t.exports=function(e,t){return function(n){return e(t(n))}}},{}],129:[function(e,t,n){var r=e("./_apply"),o=Math.max;t.exports=function(e,t,n){return t=o(void 0===t?e.length-1:t,0),function(){for(var i=arguments,a=-1,s=o(i.length-t,0),c=Array(s);++a<s;)c[a]=i[t+a];a=-1;for(var u=Array(t+1);++a<t;)u[a]=i[a];return u[t]=n(c),r(e,this,u)}}},{"./_apply":44}],130:[function(e,t,n){var r=e("./_freeGlobal"),o="object"==("undefined"===typeof self?"undefined":u(self))&&self&&self.Object===Object&&self,i=r||o||Function("return this")();t.exports=i},{"./_freeGlobal":89}],131:[function(e,t,n){t.exports=function(e,t){if(("constructor"!==t||"function"!==typeof e[t])&&"__proto__"!=t)return e[t]}},{}],132:[function(e,t,n){var r=e("./_baseSetToString"),o=e("./_shortOut")(r);t.exports=o},{"./_baseSetToString":71,"./_shortOut":133}],133:[function(e,t,n){var r=Date.now;t.exports=function(e){var t=0,n=0;return function(){var o=r(),i=16-(o-n);if(n=o,i>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}},{}],134:[function(e,t,n){var r=e("./_ListCache");t.exports=function(){this.__data__=new r,this.size=0}},{"./_ListCache":35}],135:[function(e,t,n){t.exports=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}},{}],136:[function(e,t,n){t.exports=function(e){return this.__data__.get(e)}},{}],137:[function(e,t,n){t.exports=function(e){return this.__data__.has(e)}},{}],138:[function(e,t,n){var r=e("./_ListCache"),o=e("./_Map"),i=e("./_MapCache");t.exports=function(e,t){var n=this.__data__;if(n instanceof r){var a=n.__data__;if(!o||a.length<199)return a.push([e,t]),this.size=++n.size,this;n=this.__data__=new i(a)}return n.set(e,t),this.size=n.size,this}},{"./_ListCache":35,"./_Map":36,"./_MapCache":37}],139:[function(e,t,n){var r=Function.prototype.toString;t.exports=function(e){if(null!=e){try{return r.call(e)}catch(t){}try{return e+""}catch(t){}}return""}},{}],140:[function(e,t,n){var r=e("./_baseClone");t.exports=function(e){return r(e,5)}},{"./_baseClone":56}],141:[function(e,t,n){t.exports=function(e){return function(){return e}}},{}],142:[function(e,t,n){t.exports=function(e,t){return e===t||e!==e&&t!==t}},{}],143:[function(e,t,n){var r=e("./toString"),o=/[\\^$.*+?()[\]{}|]/g,i=RegExp(o.source);t.exports=function(e){return(e=r(e))&&i.test(e)?e.replace(o,"\\$&"):e}},{"./toString":166}],144:[function(e,t,n){t.exports=function(e){return e}},{}],145:[function(e,t,n){var r=e("./_baseIsArguments"),o=e("./isObjectLike"),i=Object.prototype,a=i.hasOwnProperty,s=i.propertyIsEnumerable,c=r(function(){return arguments}())?r:function(e){return o(e)&&a.call(e,"callee")&&!s.call(e,"callee")};t.exports=c},{"./_baseIsArguments":61,"./isObjectLike":154}],146:[function(e,t,n){var r=Array.isArray;t.exports=r},{}],147:[function(e,t,n){var r=e("./isFunction"),o=e("./isLength");t.exports=function(e){return null!=e&&o(e.length)&&!r(e)}},{"./isFunction":150,"./isLength":151}],148:[function(e,t,n){var r=e("./isArrayLike"),o=e("./isObjectLike");t.exports=function(e){return o(e)&&r(e)}},{"./isArrayLike":147,"./isObjectLike":154}],149:[function(e,t,n){var r=e("./_root"),o=e("./stubFalse"),i="object"==u(n)&&n&&!n.nodeType&&n,a=i&&"object"==u(t)&&t&&!t.nodeType&&t,s=a&&a.exports===i?r.Buffer:void 0,c=(s?s.isBuffer:void 0)||o;t.exports=c},{"./_root":130,"./stubFalse":164}],150:[function(e,t,n){var r=e("./_baseGetTag"),o=e("./isObject");t.exports=function(e){if(!o(e))return!1;var t=r(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}},{"./_baseGetTag":60,"./isObject":153}],151:[function(e,t,n){t.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}},{}],152:[function(e,t,n){var r=e("./_baseIsMap"),o=e("./_baseUnary"),i=e("./_nodeUtil"),a=i&&i.isMap,s=a?o(a):r;t.exports=s},{"./_baseIsMap":62,"./_baseUnary":74,"./_nodeUtil":126}],153:[function(e,t,n){t.exports=function(e){var t=u(e);return null!=e&&("object"==t||"function"==t)}},{}],154:[function(e,t,n){t.exports=function(e){return null!=e&&"object"==u(e)}},{}],155:[function(e,t,n){var r=e("./_baseGetTag"),o=e("./_getPrototype"),i=e("./isObjectLike"),a=Function.prototype,s=Object.prototype,c=a.toString,u=s.hasOwnProperty,l=c.call(Object);t.exports=function(e){if(!i(e)||"[object Object]"!=r(e))return!1;var t=o(e);if(null===t)return!0;var n=u.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&c.call(n)==l}},{"./_baseGetTag":60,"./_getPrototype":94,"./isObjectLike":154}],156:[function(e,t,n){var r=e("./_baseIsSet"),o=e("./_baseUnary"),i=e("./_nodeUtil"),a=i&&i.isSet,s=a?o(a):r;t.exports=s},{"./_baseIsSet":64,"./_baseUnary":74,"./_nodeUtil":126}],157:[function(e,t,n){var r=e("./_baseGetTag"),o=e("./isArray"),i=e("./isObjectLike");t.exports=function(e){return"string"==typeof e||!o(e)&&i(e)&&"[object String]"==r(e)}},{"./_baseGetTag":60,"./isArray":146,"./isObjectLike":154}],158:[function(e,t,n){var r=e("./_baseGetTag"),o=e("./isObjectLike");t.exports=function(e){return"symbol"==u(e)||o(e)&&"[object Symbol]"==r(e)}},{"./_baseGetTag":60,"./isObjectLike":154}],159:[function(e,t,n){var r=e("./_baseIsTypedArray"),o=e("./_baseUnary"),i=e("./_nodeUtil"),a=i&&i.isTypedArray,s=a?o(a):r;t.exports=s},{"./_baseIsTypedArray":65,"./_baseUnary":74,"./_nodeUtil":126}],160:[function(e,t,n){var r=e("./_arrayLikeKeys"),o=e("./_baseKeys"),i=e("./isArrayLike");t.exports=function(e){return i(e)?r(e):o(e)}},{"./_arrayLikeKeys":47,"./_baseKeys":66,"./isArrayLike":147}],161:[function(e,t,n){var r=e("./_arrayLikeKeys"),o=e("./_baseKeysIn"),i=e("./isArrayLike");t.exports=function(e){return i(e)?r(e,!0):o(e)}},{"./_arrayLikeKeys":47,"./_baseKeysIn":67,"./isArrayLike":147}],162:[function(e,t,n){var r=e("./_baseMerge"),o=e("./_createAssigner")((function(e,t,n,o){r(e,t,n,o)}));t.exports=o},{"./_baseMerge":68,"./_createAssigner":86}],163:[function(e,t,n){t.exports=function(){return[]}},{}],164:[function(e,t,n){t.exports=function(){return!1}},{}],165:[function(e,t,n){var r=e("./_copyObject"),o=e("./keysIn");t.exports=function(e){return r(e,o(e))}},{"./_copyObject":82,"./keysIn":161}],166:[function(e,t,n){var r=e("./_baseToString");t.exports=function(e){return null==e?"":r(e)}},{"./_baseToString":73}],167:[function(e,t,n){var r,o;r=this,o=function(){return function(e){function t(e){return" "===e||"\t"===e||"\n"===e||"\f"===e||"\r"===e}function n(t){var n,r=t.exec(e.substring(b));if(r)return n=r[0],b+=n.length,n}for(var r,o,i,a,s,c=e.length,u=/^[ \t\n\r\u000c]+/,l=/^[, \t\n\r\u000c]+/,p=/^[^ \t\n\r\u000c]+/,f=/[,]+$/,d=/^\d+$/,h=/^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/,b=0,m=[];;){if(n(l),b>=c)return m;r=n(p),o=[],","===r.slice(-1)?(r=r.replace(f,""),g()):M()}function M(){for(n(u),i="",a="in descriptor";;){if(s=e.charAt(b),"in descriptor"===a)if(t(s))i&&(o.push(i),i="",a="after descriptor");else{if(","===s)return b+=1,i&&o.push(i),void g();if("("===s)i+=s,a="in parens";else{if(""===s)return i&&o.push(i),void g();i+=s}}else if("in parens"===a)if(")"===s)i+=s,a="in descriptor";else{if(""===s)return o.push(i),void g();i+=s}else if("after descriptor"===a)if(t(s));else{if(""===s)return void g();a="in descriptor",b-=1}b+=1}}function g(){var t,n,i,a,s,c,u,l,p,f=!1,b={};for(a=0;a<o.length;a++)c=(s=o[a])[s.length-1],u=s.substring(0,s.length-1),l=parseInt(u,10),p=parseFloat(u),d.test(u)&&"w"===c?((t||n)&&(f=!0),0===l?f=!0:t=l):h.test(u)&&"x"===c?((t||n||i)&&(f=!0),p<0?f=!0:n=p):d.test(u)&&"h"===c?((i||n)&&(f=!0),0===l?f=!0:i=l):f=!0;f?console&&console.log&&console.log("Invalid srcset descriptor found in '"+e+"' at '"+s+"'."):(b.url=r,t&&(b.w=t),n&&(b.d=n),i&&(b.h=i),m.push(b))}}},"object"===u(t)&&t.exports?t.exports=o():r.parseSrcset=o()},{}],168:[function(e,t,n){(function(e){function t(e,t){for(var n=0,r=e.length-1;r>=0;r--){var o=e[r];"."===o?e.splice(r,1):".."===o?(e.splice(r,1),n++):n&&(e.splice(r,1),n--)}if(t)for(;n--;n)e.unshift("..");return e}function r(e,t){if(e.filter)return e.filter(t);for(var n=[],r=0;r<e.length;r++)t(e[r],r,e)&&n.push(e[r]);return n}n.resolve=function(){for(var n="",o=!1,i=arguments.length-1;i>=-1&&!o;i--){var a=i>=0?arguments[i]:e.cwd();if("string"!==typeof a)throw new TypeError("Arguments to path.resolve must be strings");a&&(n=a+"/"+n,o="/"===a.charAt(0))}return(o?"/":"")+(n=t(r(n.split("/"),(function(e){return!!e})),!o).join("/"))||"."},n.normalize=function(e){var i=n.isAbsolute(e),a="/"===o(e,-1);return(e=t(r(e.split("/"),(function(e){return!!e})),!i).join("/"))||i||(e="."),e&&a&&(e+="/"),(i?"/":"")+e},n.isAbsolute=function(e){return"/"===e.charAt(0)},n.join=function(){var e=Array.prototype.slice.call(arguments,0);return n.normalize(r(e,(function(e,t){if("string"!==typeof e)throw new TypeError("Arguments to path.join must be strings");return e})).join("/"))},n.relative=function(e,t){function r(e){for(var t=0;t<e.length&&""===e[t];t++);for(var n=e.length-1;n>=0&&""===e[n];n--);return t>n?[]:e.slice(t,n-t+1)}e=n.resolve(e).substr(1),t=n.resolve(t).substr(1);for(var o=r(e.split("/")),i=r(t.split("/")),a=Math.min(o.length,i.length),s=a,c=0;c<a;c++)if(o[c]!==i[c]){s=c;break}var u=[];for(c=s;c<o.length;c++)u.push("..");return(u=u.concat(i.slice(s))).join("/")},n.sep="/",n.delimiter=":",n.dirname=function(e){if("string"!==typeof e&&(e+=""),0===e.length)return".";for(var t=e.charCodeAt(0),n=47===t,r=-1,o=!0,i=e.length-1;i>=1;--i)if(47===(t=e.charCodeAt(i))){if(!o){r=i;break}}else o=!1;return-1===r?n?"/":".":n&&1===r?"/":e.slice(0,r)},n.basename=function(e,t){var n=function(e){"string"!==typeof e&&(e+="");var t,n=0,r=-1,o=!0;for(t=e.length-1;t>=0;--t)if(47===e.charCodeAt(t)){if(!o){n=t+1;break}}else-1===r&&(o=!1,r=t+1);return-1===r?"":e.slice(n,r)}(e);return t&&n.substr(-1*t.length)===t&&(n=n.substr(0,n.length-t.length)),n},n.extname=function(e){"string"!==typeof e&&(e+="");for(var t=-1,n=0,r=-1,o=!0,i=0,a=e.length-1;a>=0;--a){var s=e.charCodeAt(a);if(47!==s)-1===r&&(o=!1,r=a+1),46===s?-1===t?t=a:1!==i&&(i=1):-1!==t&&(i=-1);else if(!o){n=a+1;break}}return-1===t||-1===r||0===i||1===i&&t===r-1&&t===n+1?"":e.slice(t,r)};var o="b"==="ab".substr(-1)?function(e,t,n){return e.substr(t,n)}:function(e,t,n){return t<0&&(t=e.length+t),e.substr(t,n)}}).call(this,e("_process"))},{_process:193}],169:[function(e,t,n){var r;n.__esModule=!0,n.default=void 0;var o=function(e){var t,n;function r(t){var n;return(n=e.call(this,t)||this).type="atrule",n}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var o=r.prototype;return o.append=function(){var t;this.nodes||(this.nodes=[]);for(var n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return(t=e.prototype.append).call.apply(t,[this].concat(r))},o.prepend=function(){var t;this.nodes||(this.nodes=[]);for(var n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return(t=e.prototype.prepend).call.apply(t,[this].concat(r))},r}(((r=e("./container"))&&r.__esModule?r:{default:r}).default);n.default=o,t.exports=n.default},{"./container":171}],170:[function(e,t,n){var r;n.__esModule=!0,n.default=void 0;var o=function(e){var t,n;function r(t){var n;return(n=e.call(this,t)||this).type="comment",n}return n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n,r}(((r=e("./node"))&&r.__esModule?r:{default:r}).default);n.default=o,t.exports=n.default},{"./node":178}],171:[function(e,t,n){n.__esModule=!0,n.default=void 0;var r=i(e("./declaration")),o=i(e("./comment"));function i(e){return e&&e.__esModule?e:{default:e}}function a(e,t){var n;if("undefined"===typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(n=function(e,t){if(e){if("string"===typeof e)return s(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?s(e,t):void 0}}(e))||t&&e&&"number"===typeof e.length){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(n=e[Symbol.iterator]()).next.bind(n)}function s(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function c(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var u=function(t){var n,i;function s(){return t.apply(this,arguments)||this}i=t,(n=s).prototype=Object.create(i.prototype),n.prototype.constructor=n,n.__proto__=i;var u,l,p,f=s.prototype;return f.push=function(e){return e.parent=this,this.nodes.push(e),this},f.each=function(e){this.lastEach||(this.lastEach=0),this.indexes||(this.indexes={}),this.lastEach+=1;var t=this.lastEach;if(this.indexes[t]=0,this.nodes){for(var n,r;this.indexes[t]<this.nodes.length&&(n=this.indexes[t],!1!==(r=e(this.nodes[n],n)));)this.indexes[t]+=1;return delete this.indexes[t],r}},f.walk=function(e){return this.each((function(t,n){var r;try{r=e(t,n)}catch(i){if(i.postcssNode=t,i.stack&&t.source&&/\n\s{4}at /.test(i.stack)){var o=t.source;i.stack=i.stack.replace(/\n\s{4}at /,"$&"+o.input.from+":"+o.start.line+":"+o.start.column+"$&")}throw i}return!1!==r&&t.walk&&(r=t.walk(e)),r}))},f.walkDecls=function(e,t){return t?e instanceof RegExp?this.walk((function(n,r){if("decl"===n.type&&e.test(n.prop))return t(n,r)})):this.walk((function(n,r){if("decl"===n.type&&n.prop===e)return t(n,r)})):(t=e,this.walk((function(e,n){if("decl"===e.type)return t(e,n)})))},f.walkRules=function(e,t){return t?e instanceof RegExp?this.walk((function(n,r){if("rule"===n.type&&e.test(n.selector))return t(n,r)})):this.walk((function(n,r){if("rule"===n.type&&n.selector===e)return t(n,r)})):(t=e,this.walk((function(e,n){if("rule"===e.type)return t(e,n)})))},f.walkAtRules=function(e,t){return t?e instanceof RegExp?this.walk((function(n,r){if("atrule"===n.type&&e.test(n.name))return t(n,r)})):this.walk((function(n,r){if("atrule"===n.type&&n.name===e)return t(n,r)})):(t=e,this.walk((function(e,n){if("atrule"===e.type)return t(e,n)})))},f.walkComments=function(e){return this.walk((function(t,n){if("comment"===t.type)return e(t,n)}))},f.append=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];for(var r=0,o=t;r<o.length;r++)for(var i,s=o[r],c=this.normalize(s,this.last),u=a(c);!(i=u()).done;){var l=i.value;this.nodes.push(l)}return this},f.prepend=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];for(var r,o=a(t=t.reverse());!(r=o()).done;){for(var i,s=r.value,c=this.normalize(s,this.first,"prepend").reverse(),u=a(c);!(i=u()).done;){var l=i.value;this.nodes.unshift(l)}for(var p in this.indexes)this.indexes[p]=this.indexes[p]+c.length}return this},f.cleanRaws=function(e){if(t.prototype.cleanRaws.call(this,e),this.nodes)for(var n,r=a(this.nodes);!(n=r()).done;)n.value.cleanRaws(e)},f.insertBefore=function(e,t){for(var n,r,o=0===(e=this.index(e))&&"prepend",i=this.normalize(t,this.nodes[e],o).reverse(),s=a(i);!(n=s()).done;){var c=n.value;this.nodes.splice(e,0,c)}for(var u in this.indexes)e<=(r=this.indexes[u])&&(this.indexes[u]=r+i.length);return this},f.insertAfter=function(e,t){e=this.index(e);for(var n,r,o=this.normalize(t,this.nodes[e]).reverse(),i=a(o);!(n=i()).done;){var s=n.value;this.nodes.splice(e+1,0,s)}for(var c in this.indexes)e<(r=this.indexes[c])&&(this.indexes[c]=r+o.length);return this},f.removeChild=function(e){var t;for(var n in e=this.index(e),this.nodes[e].parent=void 0,this.nodes.splice(e,1),this.indexes)(t=this.indexes[n])>=e&&(this.indexes[n]=t-1);return this},f.removeAll=function(){for(var e,t=a(this.nodes);!(e=t()).done;)e.value.parent=void 0;return this.nodes=[],this},f.replaceValues=function(e,t,n){return n||(n=t,t={}),this.walkDecls((function(r){t.props&&-1===t.props.indexOf(r.prop)||t.fast&&-1===r.value.indexOf(t.fast)||(r.value=r.value.replace(e,n))})),this},f.every=function(e){return this.nodes.every(e)},f.some=function(e){return this.nodes.some(e)},f.index=function(e){return"number"===typeof e?e:this.nodes.indexOf(e)},f.normalize=function(t,n){var i=this;if("string"===typeof t)t=function e(t){return t.map((function(t){return t.nodes&&(t.nodes=e(t.nodes)),delete t.source,t}))}(e("./parse")(t).nodes);else if(Array.isArray(t))for(var s,c=a(t=t.slice(0));!(s=c()).done;){var u=s.value;u.parent&&u.parent.removeChild(u,"ignore")}else if("root"===t.type)for(var l,p=a(t=t.nodes.slice(0));!(l=p()).done;){var f=l.value;f.parent&&f.parent.removeChild(f,"ignore")}else if(t.type)t=[t];else if(t.prop){if("undefined"===typeof t.value)throw new Error("Value field is missed in node creation");"string"!==typeof t.value&&(t.value=String(t.value)),t=[new r.default(t)]}else if(t.selector)t=[new(e("./rule"))(t)];else if(t.name)t=[new(e("./at-rule"))(t)];else{if(!t.text)throw new Error("Unknown node type in node creation");t=[new o.default(t)]}return t.map((function(e){return e.parent&&e.parent.removeChild(e),"undefined"===typeof e.raws.before&&n&&"undefined"!==typeof n.raws.before&&(e.raws.before=n.raws.before.replace(/[^\s]/g,"")),e.parent=i,e}))},u=s,(l=[{key:"first",get:function(){if(this.nodes)return this.nodes[0]}},{key:"last",get:function(){if(this.nodes)return this.nodes[this.nodes.length-1]}}])&&c(u.prototype,l),p&&c(u,p),s}(i(e("./node")).default);n.default=u,t.exports=n.default},{"./at-rule":169,"./comment":170,"./declaration":173,"./node":178,"./parse":179,"./rule":186}],172:[function(e,t,n){n.__esModule=!0,n.default=void 0;var r=a(e("supports-color")),o=a(e("chalk")),i=a(e("./terminal-highlight"));function a(e){return e&&e.__esModule?e:{default:e}}function s(e){var t="function"===typeof Map?new Map:void 0;return(s=function(e){if(null===e||(n=e,-1===Function.toString.call(n).indexOf("[native code]")))return e;var n;if("function"!==typeof e)throw new TypeError("Super expression must either be null or a function");if("undefined"!==typeof t){if(t.has(e))return t.get(e);t.set(e,r)}function r(){return c(e,arguments,p(this).constructor)}return r.prototype=Object.create(e.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),l(r,e)})(e)}function c(e,t,n){return(c=u()?Reflect.construct:function(e,t,n){var r=[null];r.push.apply(r,t);var o=new(Function.bind.apply(e,r));return n&&l(o,n.prototype),o}).apply(null,arguments)}function u(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}function l(e,t){return(l=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function p(e){return(p=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var f=function(e){var t,n;function a(t,n,r,o,i,s){var c;return(c=e.call(this,t)||this).name="CssSyntaxError",c.reason=t,i&&(c.file=i),o&&(c.source=o),s&&(c.plugin=s),"undefined"!==typeof n&&"undefined"!==typeof r&&(c.line=n,c.column=r),c.setMessage(),Error.captureStackTrace&&Error.captureStackTrace(function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(c),a),c}n=e,(t=a).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var s=a.prototype;return s.setMessage=function(){this.message=this.plugin?this.plugin+": ":"",this.message+=this.file?this.file:"<css input>","undefined"!==typeof this.line&&(this.message+=":"+this.line+":"+this.column),this.message+=": "+this.reason},s.showSourceCode=function(e){var t=this;if(!this.source)return"";var n=this.source;i.default&&("undefined"===typeof e&&(e=r.default.stdout),e&&(n=(0,i.default)(n)));var a=n.split(/\r?\n/),s=Math.max(this.line-3,0),c=Math.min(this.line+2,a.length),u=String(c).length;function l(t){return e&&o.default.red?o.default.red.bold(t):t}function p(t){return e&&o.default.gray?o.default.gray(t):t}return a.slice(s,c).map((function(e,n){var r=s+1+n,o=" "+(" "+r).slice(-u)+" | ";if(r===t.line){var i=p(o.replace(/\d/g," "))+e.slice(0,t.column-1).replace(/[^\t]/g," ");return l(">")+p(o)+e+"\n "+i+l("^")}return" "+p(o)+e})).join("\n")},s.toString=function(){var e=this.showSourceCode();return e&&(e="\n\n"+e+"\n"),this.name+": "+this.message+e},a}(s(Error));n.default=f,t.exports=n.default},{"./terminal-highlight":2,chalk:2,"supports-color":2}],173:[function(e,t,n){var r;n.__esModule=!0,n.default=void 0;var o=function(e){var t,n;function r(t){var n;return(n=e.call(this,t)||this).type="decl",n}return n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n,r}(((r=e("./node"))&&r.__esModule?r:{default:r}).default);n.default=o,t.exports=n.default},{"./node":178}],174:[function(e,t,n){n.__esModule=!0,n.default=void 0;var r=a(e("path")),o=a(e("./css-syntax-error")),i=a(e("./previous-map"));function a(e){return e&&e.__esModule?e:{default:e}}function s(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var c=0,l=function(){function e(e,t){if(void 0===t&&(t={}),null===e||"undefined"===typeof e||"object"===u(e)&&!e.toString)throw new Error("PostCSS received "+e+" instead of CSS string");this.css=e.toString(),"\ufeff"===this.css[0]||"\ufffe"===this.css[0]?(this.hasBOM=!0,this.css=this.css.slice(1)):this.hasBOM=!1,t.from&&(/^\w+:\/\//.test(t.from)||r.default.isAbsolute(t.from)?this.file=t.from:this.file=r.default.resolve(t.from));var n=new i.default(this.css,t);if(n.text){this.map=n;var o=n.consumer().file;!this.file&&o&&(this.file=this.mapResolve(o))}this.file||(c+=1,this.id="<input css "+c+">"),this.map&&(this.map.file=this.from)}var t,n,a,l=e.prototype;return l.error=function(e,t,n,r){var i;void 0===r&&(r={});var a=this.origin(t,n);return(i=a?new o.default(e,a.line,a.column,a.source,a.file,r.plugin):new o.default(e,t,n,this.css,this.file,r.plugin)).input={line:t,column:n,source:this.css},this.file&&(i.input.file=this.file),i},l.origin=function(e,t){if(!this.map)return!1;var n=this.map.consumer(),r=n.originalPositionFor({line:e,column:t});if(!r.source)return!1;var o={file:this.mapResolve(r.source),line:r.line,column:r.column},i=n.sourceContentFor(r.source);return i&&(o.source=i),o},l.mapResolve=function(e){return/^\w+:\/\//.test(e)?e:r.default.resolve(this.map.consumer().sourceRoot||".",e)},t=e,(n=[{key:"from",get:function(){return this.file||this.id}}])&&s(t.prototype,n),a&&s(t,a),e}();n.default=l,t.exports=n.default},{"./css-syntax-error":172,"./previous-map":182,path:168}],175:[function(e,t,n){(function(r){n.__esModule=!0,n.default=void 0;var o=l(e("./map-generator")),i=l(e("./stringify")),a=l(e("./warn-once")),s=l(e("./result")),c=l(e("./parse"));function l(e){return e&&e.__esModule?e:{default:e}}function p(e,t){var n;if("undefined"===typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(n=function(e,t){if(e){if("string"===typeof e)return f(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?f(e,t):void 0}}(e))||t&&e&&"number"===typeof e.length){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(n=e[Symbol.iterator]()).next.bind(n)}function f(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function d(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function h(e){return"object"===u(e)&&"function"===typeof e.then}var b=function(){function e(t,n,r){var o;if(this.stringified=!1,this.processed=!1,"object"===u(n)&&null!==n&&"root"===n.type)o=n;else if(n instanceof e||n instanceof s.default)o=n.root,n.map&&("undefined"===typeof r.map&&(r.map={}),r.map.inline||(r.map.inline=!1),r.map.prev=n.map);else{var i=c.default;r.syntax&&(i=r.syntax.parse),r.parser&&(i=r.parser),i.parse&&(i=i.parse);try{o=i(n,r)}catch(a){this.error=a}}this.result=new s.default(t,o,r)}var t,n,l,f=e.prototype;return f.warnings=function(){return this.sync().warnings()},f.toString=function(){return this.css},f.then=function(e,t){return"production"!==r.env.NODE_ENV&&("from"in this.opts||(0,a.default)("Without `from` option PostCSS could generate wrong source map and will not find Browserslist config. Set it to CSS file path or to `undefined` to prevent this warning.")),this.async().then(e,t)},f.catch=function(e){return this.async().catch(e)},f.finally=function(e){return this.async().then(e,e)},f.handleError=function(e,t){try{if(this.error=e,"CssSyntaxError"!==e.name||e.plugin){if(t.postcssVersion&&"production"!==r.env.NODE_ENV){var n=t.postcssPlugin,o=t.postcssVersion,i=this.result.processor.version,a=o.split("."),s=i.split(".");(a[0]!==s[0]||parseInt(a[1])>parseInt(s[1]))&&console.error("Unknown error from PostCSS plugin. Your current PostCSS version is "+i+", but "+n+" uses "+o+". Perhaps this is the source of the error below.")}}else e.plugin=t.postcssPlugin,e.setMessage()}catch(c){console&&console.error&&console.error(c)}},f.asyncTick=function(e,t){var n=this;if(this.plugin>=this.processor.plugins.length)return this.processed=!0,e();try{var r=this.processor.plugins[this.plugin],o=this.run(r);this.plugin+=1,h(o)?o.then((function(){n.asyncTick(e,t)})).catch((function(e){n.handleError(e,r),n.processed=!0,t(e)})):this.asyncTick(e,t)}catch(i){this.processed=!0,t(i)}},f.async=function(){var e=this;return this.processed?new Promise((function(t,n){e.error?n(e.error):t(e.stringify())})):(this.processing||(this.processing=new Promise((function(t,n){if(e.error)return n(e.error);e.plugin=0,e.asyncTick(t,n)})).then((function(){return e.processed=!0,e.stringify()}))),this.processing)},f.sync=function(){if(this.processed)return this.result;if(this.processed=!0,this.processing)throw new Error("Use process(css).then(cb) to work with async plugins");if(this.error)throw this.error;for(var e,t=p(this.result.processor.plugins);!(e=t()).done;){var n=e.value;if(h(this.run(n)))throw new Error("Use process(css).then(cb) to work with async plugins")}return this.result},f.run=function(e){this.result.lastPlugin=e;try{return e(this.result.root,this.result)}catch(t){throw this.handleError(t,e),t}},f.stringify=function(){if(this.stringified)return this.result;this.stringified=!0,this.sync();var e=this.result.opts,t=i.default;e.syntax&&(t=e.syntax.stringify),e.stringifier&&(t=e.stringifier),t.stringify&&(t=t.stringify);var n=new o.default(t,this.result.root,this.result.opts).generate();return this.result.css=n[0],this.result.map=n[1],this.result},t=e,(n=[{key:"processor",get:function(){return this.result.processor}},{key:"opts",get:function(){return this.result.opts}},{key:"css",get:function(){return this.stringify().css}},{key:"content",get:function(){return this.stringify().content}},{key:"map",get:function(){return this.stringify().map}},{key:"root",get:function(){return this.sync().root}},{key:"messages",get:function(){return this.sync().messages}}])&&d(t.prototype,n),l&&d(t,l),e}();n.default=b,t.exports=n.default}).call(this,e("_process"))},{"./map-generator":177,"./parse":179,"./result":184,"./stringify":188,"./warn-once":191,_process:193}],176:[function(e,t,n){n.__esModule=!0,n.default=void 0;var r={split:function(e,t,n){for(var r=[],o="",i=!1,a=0,s=!1,c=!1,u=0;u<e.length;u++){var l=e[u];s?c?c=!1:"\\"===l?c=!0:l===s&&(s=!1):'"'===l||"'"===l?s=l:"("===l?a+=1:")"===l?a>0&&(a-=1):0===a&&-1!==t.indexOf(l)&&(i=!0),i?(""!==o&&r.push(o.trim()),o="",i=!1):o+=l}return(n||""!==o)&&r.push(o.trim()),r},space:function(e){return r.split(e,[" ","\n","\t"])},comma:function(e){return r.split(e,[","],!0)}},o=r;n.default=o,t.exports=n.default},{}],177:[function(e,t,n){(function(r){n.__esModule=!0,n.default=void 0;var o=a(e("source-map")),i=a(e("path"));function a(e){return e&&e.__esModule?e:{default:e}}function s(e,t){var n;if("undefined"===typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(n=function(e,t){if(e){if("string"===typeof e)return c(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?c(e,t):void 0}}(e))||t&&e&&"number"===typeof e.length){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(n=e[Symbol.iterator]()).next.bind(n)}function c(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var u=function(){function e(e,t,n){this.stringify=e,this.mapOpts=n.map||{},this.root=t,this.opts=n}var t=e.prototype;return t.isMap=function(){return"undefined"!==typeof this.opts.map?!!this.opts.map:this.previous().length>0},t.previous=function(){var e=this;return this.previousMaps||(this.previousMaps=[],this.root.walk((function(t){if(t.source&&t.source.input.map){var n=t.source.input.map;-1===e.previousMaps.indexOf(n)&&e.previousMaps.push(n)}}))),this.previousMaps},t.isInline=function(){if("undefined"!==typeof this.mapOpts.inline)return this.mapOpts.inline;var e=this.mapOpts.annotation;return("undefined"===typeof e||!0===e)&&(!this.previous().length||this.previous().some((function(e){return e.inline})))},t.isSourcesContent=function(){return"undefined"!==typeof this.mapOpts.sourcesContent?this.mapOpts.sourcesContent:!this.previous().length||this.previous().some((function(e){return e.withContent()}))},t.clearAnnotation=function(){if(!1!==this.mapOpts.annotation)for(var e,t=this.root.nodes.length-1;t>=0;t--)"comment"===(e=this.root.nodes[t]).type&&0===e.text.indexOf("# sourceMappingURL=")&&this.root.removeChild(t)},t.setSourcesContent=function(){var e=this,t={};this.root.walk((function(n){if(n.source){var r=n.source.input.from;if(r&&!t[r]){t[r]=!0;var o=e.relative(r);e.map.setSourceContent(o,n.source.input.css)}}}))},t.applyPrevMaps=function(){for(var e,t=s(this.previous());!(e=t()).done;){var n=e.value,r=this.relative(n.file),a=n.root||i.default.dirname(n.file),c=void 0;!1===this.mapOpts.sourcesContent?(c=new o.default.SourceMapConsumer(n.text)).sourcesContent&&(c.sourcesContent=c.sourcesContent.map((function(){return null}))):c=n.consumer(),this.map.applySourceMap(c,r,this.relative(a))}},t.isAnnotation=function(){return!!this.isInline()||("undefined"!==typeof this.mapOpts.annotation?this.mapOpts.annotation:!this.previous().length||this.previous().some((function(e){return e.annotation})))},t.toBase64=function(e){return r?r.from(e).toString("base64"):window.btoa(unescape(encodeURIComponent(e)))},t.addAnnotation=function(){var e;e=this.isInline()?"data:application/json;base64,"+this.toBase64(this.map.toString()):"string"===typeof this.mapOpts.annotation?this.mapOpts.annotation:this.outputFile()+".map";var t="\n";-1!==this.css.indexOf("\r\n")&&(t="\r\n"),this.css+=t+"/*# sourceMappingURL="+e+" */"},t.outputFile=function(){return this.opts.to?this.relative(this.opts.to):this.opts.from?this.relative(this.opts.from):"to.css"},t.generateMap=function(){return this.generateString(),this.isSourcesContent()&&this.setSourcesContent(),this.previous().length>0&&this.applyPrevMaps(),this.isAnnotation()&&this.addAnnotation(),this.isInline()?[this.css]:[this.css,this.map]},t.relative=function(e){if(0===e.indexOf("<"))return e;if(/^\w+:\/\//.test(e))return e;var t=this.opts.to?i.default.dirname(this.opts.to):".";return"string"===typeof this.mapOpts.annotation&&(t=i.default.dirname(i.default.resolve(t,this.mapOpts.annotation))),e=i.default.relative(t,e),"\\"===i.default.sep?e.replace(/\\/g,"/"):e},t.sourcePath=function(e){return this.mapOpts.from?this.mapOpts.from:this.relative(e.source.input.from)},t.generateString=function(){var e=this;this.css="",this.map=new o.default.SourceMapGenerator({file:this.outputFile()});var t,n,r=1,i=1;this.stringify(this.root,(function(o,a,s){if(e.css+=o,a&&"end"!==s&&(a.source&&a.source.start?e.map.addMapping({source:e.sourcePath(a),generated:{line:r,column:i-1},original:{line:a.source.start.line,column:a.source.start.column-1}}):e.map.addMapping({source:"<no source>",original:{line:1,column:0},generated:{line:r,column:i-1}})),(t=o.match(/\n/g))?(r+=t.length,n=o.lastIndexOf("\n"),i=o.length-n):i+=o.length,a&&"start"!==s){var c=a.parent||{raws:{}};("decl"!==a.type||a!==c.last||c.raws.semicolon)&&(a.source&&a.source.end?e.map.addMapping({source:e.sourcePath(a),generated:{line:r,column:i-2},original:{line:a.source.end.line,column:a.source.end.column-1}}):e.map.addMapping({source:"<no source>",original:{line:1,column:0},generated:{line:r,column:i-1}}))}}))},t.generate=function(){if(this.clearAnnotation(),this.isMap())return this.generateMap();var e="";return this.stringify(this.root,(function(t){e+=t})),[e]},e}();n.default=u,t.exports=n.default}).call(this,e("buffer").Buffer)},{buffer:3,path:168,"source-map":208}],178:[function(e,t,n){(function(r){n.__esModule=!0,n.default=void 0;var o=s(e("./css-syntax-error")),i=s(e("./stringifier")),a=s(e("./stringify"));function s(e){return e&&e.__esModule?e:{default:e}}var c=function(){function e(e){if(void 0===e&&(e={}),this.raws={},"production"!==r.env.NODE_ENV&&"object"!==u(e)&&"undefined"!==typeof e)throw new Error("PostCSS nodes constructor accepts object, not "+JSON.stringify(e));for(var t in e)this[t]=e[t]}var t=e.prototype;return t.error=function(e,t){if(void 0===t&&(t={}),this.source){var n=this.positionBy(t);return this.source.input.error(e,n.line,n.column,t)}return new o.default(e)},t.warn=function(e,t,n){var r={node:this};for(var o in n)r[o]=n[o];return e.warn(t,r)},t.remove=function(){return this.parent&&this.parent.removeChild(this),this.parent=void 0,this},t.toString=function(e){void 0===e&&(e=a.default),e.stringify&&(e=e.stringify);var t="";return e(this,(function(e){t+=e})),t},t.clone=function(e){void 0===e&&(e={});var t=function e(t,n){var r=new t.constructor;for(var o in t)if(t.hasOwnProperty(o)){var i=t[o],a=u(i);"parent"===o&&"object"===a?n&&(r[o]=n):"source"===o?r[o]=i:i instanceof Array?r[o]=i.map((function(t){return e(t,r)})):("object"===a&&null!==i&&(i=e(i)),r[o]=i)}return r}(this);for(var n in e)t[n]=e[n];return t},t.cloneBefore=function(e){void 0===e&&(e={});var t=this.clone(e);return this.parent.insertBefore(this,t),t},t.cloneAfter=function(e){void 0===e&&(e={});var t=this.clone(e);return this.parent.insertAfter(this,t),t},t.replaceWith=function(){if(this.parent){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];for(var r=0,o=t;r<o.length;r++){var i=o[r];this.parent.insertBefore(this,i)}this.remove()}return this},t.next=function(){if(this.parent){var e=this.parent.index(this);return this.parent.nodes[e+1]}},t.prev=function(){if(this.parent){var e=this.parent.index(this);return this.parent.nodes[e-1]}},t.before=function(e){return this.parent.insertBefore(this,e),this},t.after=function(e){return this.parent.insertAfter(this,e),this},t.toJSON=function(){var e={};for(var t in this)if(this.hasOwnProperty(t)&&"parent"!==t){var n=this[t];n instanceof Array?e[t]=n.map((function(e){return"object"===u(e)&&e.toJSON?e.toJSON():e})):"object"===u(n)&&n.toJSON?e[t]=n.toJSON():e[t]=n}return e},t.raw=function(e,t){return(new i.default).raw(this,e,t)},t.root=function(){for(var e=this;e.parent;)e=e.parent;return e},t.cleanRaws=function(e){delete this.raws.before,delete this.raws.after,e||delete this.raws.between},t.positionInside=function(e){for(var t=this.toString(),n=this.source.start.column,r=this.source.start.line,o=0;o<e;o++)"\n"===t[o]?(n=1,r+=1):n+=1;return{line:r,column:n}},t.positionBy=function(e){var t=this.source.start;if(e.index)t=this.positionInside(e.index);else if(e.word){var n=this.toString().indexOf(e.word);-1!==n&&(t=this.positionInside(n))}return t},e}();n.default=c,t.exports=n.default}).call(this,e("_process"))},{"./css-syntax-error":172,"./stringifier":187,"./stringify":188,_process:193}],179:[function(e,t,n){(function(r){n.__esModule=!0,n.default=void 0;var o=a(e("./parser")),i=a(e("./input"));function a(e){return e&&e.__esModule?e:{default:e}}var s=function(e,t){var n=new i.default(e,t),a=new o.default(n);try{a.parse()}catch(s){throw"production"!==r.env.NODE_ENV&&"CssSyntaxError"===s.name&&t&&t.from&&(/\.scss$/i.test(t.from)?s.message+="\nYou tried to parse SCSS with the standard CSS parser; try again with the postcss-scss parser":/\.sass/i.test(t.from)?s.message+="\nYou tried to parse Sass with the standard CSS parser; try again with the postcss-sass parser":/\.less$/i.test(t.from)&&(s.message+="\nYou tried to parse Less with the standard CSS parser; try again with the postcss-less parser")),s}return a.root};n.default=s,t.exports=n.default}).call(this,e("_process"))},{"./input":174,"./parser":180,_process:193}],180:[function(e,t,n){n.__esModule=!0,n.default=void 0;var r=u(e("./declaration")),o=u(e("./tokenize")),i=u(e("./comment")),a=u(e("./at-rule")),s=u(e("./root")),c=u(e("./rule"));function u(e){return e&&e.__esModule?e:{default:e}}var l=function(){function e(e){this.input=e,this.root=new s.default,this.current=this.root,this.spaces="",this.semicolon=!1,this.createTokenizer(),this.root.source={input:e,start:{line:1,column:1}}}var t=e.prototype;return t.createTokenizer=function(){this.tokenizer=(0,o.default)(this.input)},t.parse=function(){for(var e;!this.tokenizer.endOfFile();)switch((e=this.tokenizer.nextToken())[0]){case"space":this.spaces+=e[1];break;case";":this.freeSemicolon(e);break;case"}":this.end(e);break;case"comment":this.comment(e);break;case"at-word":this.atrule(e);break;case"{":this.emptyRule(e);break;default:this.other(e)}this.endFile()},t.comment=function(e){var t=new i.default;this.init(t,e[2],e[3]),t.source.end={line:e[4],column:e[5]};var n=e[1].slice(2,-2);if(/^\s*$/.test(n))t.text="",t.raws.left=n,t.raws.right="";else{var r=n.match(/^(\s*)([^]*[^\s])(\s*)$/);t.text=r[2],t.raws.left=r[1],t.raws.right=r[3]}},t.emptyRule=function(e){var t=new c.default;this.init(t,e[2],e[3]),t.selector="",t.raws.between="",this.current=t},t.other=function(e){for(var t=!1,n=null,r=!1,o=null,i=[],a=[],s=e;s;){if(n=s[0],a.push(s),"("===n||"["===n)o||(o=s),i.push("("===n?")":"]");else if(0===i.length){if(";"===n){if(r)return void this.decl(a);break}if("{"===n)return void this.rule(a);if("}"===n){this.tokenizer.back(a.pop()),t=!0;break}":"===n&&(r=!0)}else n===i[i.length-1]&&(i.pop(),0===i.length&&(o=null));s=this.tokenizer.nextToken()}if(this.tokenizer.endOfFile()&&(t=!0),i.length>0&&this.unclosedBracket(o),t&&r){for(;a.length&&("space"===(s=a[a.length-1][0])||"comment"===s);)this.tokenizer.back(a.pop());this.decl(a)}else this.unknownWord(a)},t.rule=function(e){e.pop();var t=new c.default;this.init(t,e[0][2],e[0][3]),t.raws.between=this.spacesAndCommentsFromEnd(e),this.raw(t,"selector",e),this.current=t},t.decl=function(e){var t=new r.default;this.init(t);var n,o=e[e.length-1];for(";"===o[0]&&(this.semicolon=!0,e.pop()),o[4]?t.source.end={line:o[4],column:o[5]}:t.source.end={line:o[2],column:o[3]};"word"!==e[0][0];)1===e.length&&this.unknownWord(e),t.raws.before+=e.shift()[1];for(t.source.start={line:e[0][2],column:e[0][3]},t.prop="";e.length;){var i=e[0][0];if(":"===i||"space"===i||"comment"===i)break;t.prop+=e.shift()[1]}for(t.raws.between="";e.length;){if(":"===(n=e.shift())[0]){t.raws.between+=n[1];break}"word"===n[0]&&/\w/.test(n[1])&&this.unknownWord([n]),t.raws.between+=n[1]}"_"!==t.prop[0]&&"*"!==t.prop[0]||(t.raws.before+=t.prop[0],t.prop=t.prop.slice(1)),t.raws.between+=this.spacesAndCommentsFromStart(e),this.precheckMissedSemicolon(e);for(var a=e.length-1;a>0;a--){if("!important"===(n=e[a])[1].toLowerCase()){t.important=!0;var s=this.stringFrom(e,a);" !important"!==(s=this.spacesFromEnd(e)+s)&&(t.raws.important=s);break}if("important"===n[1].toLowerCase()){for(var c=e.slice(0),u="",l=a;l>0;l--){var p=c[l][0];if(0===u.trim().indexOf("!")&&"space"!==p)break;u=c.pop()[1]+u}0===u.trim().indexOf("!")&&(t.important=!0,t.raws.important=u,e=c)}if("space"!==n[0]&&"comment"!==n[0])break}this.raw(t,"value",e),-1!==t.value.indexOf(":")&&this.checkMissedSemicolon(e)},t.atrule=function(e){var t,n,r=new a.default;r.name=e[1].slice(1),""===r.name&&this.unnamedAtrule(r,e),this.init(r,e[2],e[3]);for(var o=!1,i=!1,s=[];!this.tokenizer.endOfFile();){if(";"===(e=this.tokenizer.nextToken())[0]){r.source.end={line:e[2],column:e[3]},this.semicolon=!0;break}if("{"===e[0]){i=!0;break}if("}"===e[0]){if(s.length>0){for(t=s[n=s.length-1];t&&"space"===t[0];)t=s[--n];t&&(r.source.end={line:t[4],column:t[5]})}this.end(e);break}if(s.push(e),this.tokenizer.endOfFile()){o=!0;break}}r.raws.between=this.spacesAndCommentsFromEnd(s),s.length?(r.raws.afterName=this.spacesAndCommentsFromStart(s),this.raw(r,"params",s),o&&(e=s[s.length-1],r.source.end={line:e[4],column:e[5]},this.spaces=r.raws.between,r.raws.between="")):(r.raws.afterName="",r.params=""),i&&(r.nodes=[],this.current=r)},t.end=function(e){this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.semicolon=!1,this.current.raws.after=(this.current.raws.after||"")+this.spaces,this.spaces="",this.current.parent?(this.current.source.end={line:e[2],column:e[3]},this.current=this.current.parent):this.unexpectedClose(e)},t.endFile=function(){this.current.parent&&this.unclosedBlock(),this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.current.raws.after=(this.current.raws.after||"")+this.spaces},t.freeSemicolon=function(e){if(this.spaces+=e[1],this.current.nodes){var t=this.current.nodes[this.current.nodes.length-1];t&&"rule"===t.type&&!t.raws.ownSemicolon&&(t.raws.ownSemicolon=this.spaces,this.spaces="")}},t.init=function(e,t,n){this.current.push(e),e.source={start:{line:t,column:n},input:this.input},e.raws.before=this.spaces,this.spaces="","comment"!==e.type&&(this.semicolon=!1)},t.raw=function(e,t,n){for(var r,o,i,a,s=n.length,c="",u=!0,l=/^([.|#])?([\w])+/i,p=0;p<s;p+=1)"comment"!==(o=(r=n[p])[0])||"rule"!==e.type?"comment"===o||"space"===o&&p===s-1?u=!1:c+=r[1]:(a=n[p-1],i=n[p+1],"space"!==a[0]&&"space"!==i[0]&&l.test(a[1])&&l.test(i[1])?c+=r[1]:u=!1);if(!u){var f=n.reduce((function(e,t){return e+t[1]}),"");e.raws[t]={value:c,raw:f}}e[t]=c},t.spacesAndCommentsFromEnd=function(e){for(var t,n="";e.length&&("space"===(t=e[e.length-1][0])||"comment"===t);)n=e.pop()[1]+n;return n},t.spacesAndCommentsFromStart=function(e){for(var t,n="";e.length&&("space"===(t=e[0][0])||"comment"===t);)n+=e.shift()[1];return n},t.spacesFromEnd=function(e){for(var t="";e.length&&"space"===e[e.length-1][0];)t=e.pop()[1]+t;return t},t.stringFrom=function(e,t){for(var n="",r=t;r<e.length;r++)n+=e[r][1];return e.splice(t,e.length-t),n},t.colon=function(e){for(var t,n,r,o=0,i=0;i<e.length;i++){if("("===(n=(t=e[i])[0])&&(o+=1),")"===n&&(o-=1),0===o&&":"===n){if(r){if("word"===r[0]&&"progid"===r[1])continue;return i}this.doubleColon(t)}r=t}return!1},t.unclosedBracket=function(e){throw this.input.error("Unclosed bracket",e[2],e[3])},t.unknownWord=function(e){throw this.input.error("Unknown word",e[0][2],e[0][3])},t.unexpectedClose=function(e){throw this.input.error("Unexpected }",e[2],e[3])},t.unclosedBlock=function(){var e=this.current.source.start;throw this.input.error("Unclosed block",e.line,e.column)},t.doubleColon=function(e){throw this.input.error("Double colon",e[2],e[3])},t.unnamedAtrule=function(e,t){throw this.input.error("At-rule without name",t[2],t[3])},t.precheckMissedSemicolon=function(){},t.checkMissedSemicolon=function(e){var t=this.colon(e);if(!1!==t){for(var n,r=0,o=t-1;o>=0&&("space"===(n=e[o])[0]||2!==(r+=1));o--);throw this.input.error("Missed semicolon",n[2],n[3])}},e}();n.default=l,t.exports=n.default},{"./at-rule":169,"./comment":170,"./declaration":173,"./root":185,"./rule":186,"./tokenize":189}],181:[function(e,t,n){n.__esModule=!0,n.default=void 0;var r=d(e("./declaration")),o=d(e("./processor")),i=d(e("./stringify")),a=d(e("./comment")),s=d(e("./at-rule")),c=d(e("./vendor")),u=d(e("./parse")),l=d(e("./list")),p=d(e("./rule")),f=d(e("./root"));function d(e){return e&&e.__esModule?e:{default:e}}function h(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return 1===t.length&&Array.isArray(t[0])&&(t=t[0]),new o.default(t)}h.plugin=function(e,t){function n(){var n=t.apply(void 0,arguments);return n.postcssPlugin=e,n.postcssVersion=(new o.default).version,n}var r;return Object.defineProperty(n,"postcss",{get:function(){return r||(r=n()),r}}),n.process=function(e,t,r){return h([n(r)]).process(e,t)},n},h.stringify=i.default,h.parse=u.default,h.vendor=c.default,h.list=l.default,h.comment=function(e){return new a.default(e)},h.atRule=function(e){return new s.default(e)},h.decl=function(e){return new r.default(e)},h.rule=function(e){return new p.default(e)},h.root=function(e){return new f.default(e)};var b=h;n.default=b,t.exports=n.default},{"./at-rule":169,"./comment":170,"./declaration":173,"./list":176,"./parse":179,"./processor":183,"./root":185,"./rule":186,"./stringify":188,"./vendor":190}],182:[function(e,t,n){(function(r){n.__esModule=!0,n.default=void 0;var o=s(e("source-map")),i=s(e("path")),a=s(e("fs"));function s(e){return e&&e.__esModule?e:{default:e}}var c=function(){function e(e,t){this.loadAnnotation(e),this.inline=this.startWith(this.annotation,"data:");var n=t.map?t.map.prev:void 0,r=this.loadMap(t.from,n);r&&(this.text=r)}var t=e.prototype;return t.consumer=function(){return this.consumerCache||(this.consumerCache=new o.default.SourceMapConsumer(this.text)),this.consumerCache},t.withContent=function(){return!!(this.consumer().sourcesContent&&this.consumer().sourcesContent.length>0)},t.startWith=function(e,t){return!!e&&e.substr(0,t.length)===t},t.getAnnotationURL=function(e){return e.match(/\/\*\s*# sourceMappingURL=(.*)\s*\*\//)[1].trim()},t.loadAnnotation=function(e){var t=e.match(/\/\*\s*# sourceMappingURL=(.*)\s*\*\//gm);if(t&&t.length>0){var n=t[t.length-1];n&&(this.annotation=this.getAnnotationURL(n))}},t.decodeInline=function(e){var t,n="data:application/json,";if(this.startWith(e,n))return decodeURIComponent(e.substr(n.length));if(/^data:application\/json;charset=utf-?8;base64,/.test(e)||/^data:application\/json;base64,/.test(e))return t=e.substr(RegExp.lastMatch.length),r?r.from(t,"base64").toString():window.atob(t);var o=e.match(/data:application\/json;([^,]+),/)[1];throw new Error("Unsupported source map encoding "+o)},t.loadMap=function(e,t){if(!1===t)return!1;if(t){if("string"===typeof t)return t;if("function"===typeof t){var n=t(e);if(n&&a.default.existsSync&&a.default.existsSync(n))return a.default.readFileSync(n,"utf-8").toString().trim();throw new Error("Unable to load previous source map: "+n.toString())}if(t instanceof o.default.SourceMapConsumer)return o.default.SourceMapGenerator.fromSourceMap(t).toString();if(t instanceof o.default.SourceMapGenerator)return t.toString();if(this.isMap(t))return JSON.stringify(t);throw new Error("Unsupported previous source map format: "+t.toString())}if(this.inline)return this.decodeInline(this.annotation);if(this.annotation){var r=this.annotation;return e&&(r=i.default.join(i.default.dirname(e),r)),this.root=i.default.dirname(r),!(!a.default.existsSync||!a.default.existsSync(r))&&a.default.readFileSync(r,"utf-8").toString().trim()}},t.isMap=function(e){return"object"===u(e)&&("string"===typeof e.mappings||"string"===typeof e._mappings)},e}();n.default=c,t.exports=n.default}).call(this,e("buffer").Buffer)},{buffer:3,fs:2,path:168,"source-map":208}],183:[function(e,t,n){(function(r){n.__esModule=!0,n.default=void 0;var o,i=(o=e("./lazy-result"))&&o.__esModule?o:{default:o};function a(e,t){var n;if("undefined"===typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(n=function(e,t){if(e){if("string"===typeof e)return s(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?s(e,t):void 0}}(e))||t&&e&&"number"===typeof e.length){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(n=e[Symbol.iterator]()).next.bind(n)}function s(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var c=function(){function e(e){void 0===e&&(e=[]),this.version="7.0.34",this.plugins=this.normalize(e)}var t=e.prototype;return t.use=function(e){return this.plugins=this.plugins.concat(this.normalize([e])),this},t.process=function(e){function t(t){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}((function(e,t){return void 0===t&&(t={}),0===this.plugins.length&&t.parser===t.stringifier&&"production"!==r.env.NODE_ENV&&"undefined"!==typeof console&&console.warn&&console.warn("You did not set any plugins, parser, or stringifier. Right now, PostCSS does nothing. Pick plugins for your case on https://www.postcss.parts/ and use them in postcss.config.js."),new i.default(this,e,t)})),t.normalize=function(e){for(var t,n=[],o=a(e);!(t=o()).done;){var i=t.value;if(!0===i.postcss){var s=i();throw new Error("PostCSS plugin "+s.postcssPlugin+" requires PostCSS 8. Update PostCSS or downgrade this plugin.")}if(i.postcss&&(i=i.postcss),"object"===u(i)&&Array.isArray(i.plugins))n=n.concat(i.plugins);else if("function"===typeof i)n.push(i);else{if("object"!==u(i)||!i.parse&&!i.stringify)throw"object"===u(i)&&i.postcssPlugin?new Error("PostCSS plugin "+i.postcssPlugin+" requires PostCSS 8. Update PostCSS or downgrade this plugin."):new Error(i+" is not a PostCSS plugin");if("production"!==r.env.NODE_ENV)throw new Error("PostCSS syntaxes cannot be used as plugins. Instead, please use one of the syntax/parser/stringifier options as outlined in your PostCSS runner documentation.")}}return n},e}();n.default=c,t.exports=n.default}).call(this,e("_process"))},{"./lazy-result":175,_process:193}],184:[function(e,t,n){n.__esModule=!0,n.default=void 0;var r,o=(r=e("./warning"))&&r.__esModule?r:{default:r};function i(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var a=function(){function e(e,t,n){this.processor=e,this.messages=[],this.root=t,this.opts=n,this.css=void 0,this.map=void 0}var t,n,r,a=e.prototype;return a.toString=function(){return this.css},a.warn=function(e,t){void 0===t&&(t={}),t.plugin||this.lastPlugin&&this.lastPlugin.postcssPlugin&&(t.plugin=this.lastPlugin.postcssPlugin);var n=new o.default(e,t);return this.messages.push(n),n},a.warnings=function(){return this.messages.filter((function(e){return"warning"===e.type}))},t=e,(n=[{key:"content",get:function(){return this.css}}])&&i(t.prototype,n),r&&i(t,r),e}();n.default=a,t.exports=n.default},{"./warning":192}],185:[function(e,t,n){var r;function o(e,t){var n;if("undefined"===typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(n=function(e,t){if(e){if("string"===typeof e)return i(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?i(e,t):void 0}}(e))||t&&e&&"number"===typeof e.length){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(n=e[Symbol.iterator]()).next.bind(n)}function i(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}n.__esModule=!0,n.default=void 0;var a=function(t){var n,r;function i(e){var n;return(n=t.call(this,e)||this).type="root",n.nodes||(n.nodes=[]),n}r=t,(n=i).prototype=Object.create(r.prototype),n.prototype.constructor=n,n.__proto__=r;var a=i.prototype;return a.removeChild=function(e,n){var r=this.index(e);return!n&&0===r&&this.nodes.length>1&&(this.nodes[1].raws.before=this.nodes[r].raws.before),t.prototype.removeChild.call(this,e)},a.normalize=function(e,n,r){var i=t.prototype.normalize.call(this,e);if(n)if("prepend"===r)this.nodes.length>1?n.raws.before=this.nodes[1].raws.before:delete n.raws.before;else if(this.first!==n)for(var a,s=o(i);!(a=s()).done;)a.value.raws.before=n.raws.before;return i},a.toResult=function(t){return void 0===t&&(t={}),new(e("./lazy-result"))(new(e("./processor")),this,t).stringify()},i}(((r=e("./container"))&&r.__esModule?r:{default:r}).default);n.default=a,t.exports=n.default},{"./container":171,"./lazy-result":175,"./processor":183}],186:[function(e,t,n){n.__esModule=!0,n.default=void 0;var r=i(e("./container")),o=i(e("./list"));function i(e){return e&&e.__esModule?e:{default:e}}function a(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var s=function(e){var t,n,r,i,s;function c(t){var n;return(n=e.call(this,t)||this).type="rule",n.nodes||(n.nodes=[]),n}return n=e,(t=c).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n,r=c,(i=[{key:"selectors",get:function(){return o.default.comma(this.selector)},set:function(e){var t=this.selector?this.selector.match(/,\s*/):null,n=t?t[0]:","+this.raw("between","beforeOpen");this.selector=e.join(n)}}])&&a(r.prototype,i),s&&a(r,s),c}(r.default);n.default=s,t.exports=n.default},{"./container":171,"./list":176}],187:[function(e,t,n){n.__esModule=!0,n.default=void 0;var r={colon:": ",indent:" ",beforeDecl:"\n",beforeRule:"\n",beforeOpen:" ",beforeClose:"\n",beforeComment:"\n",after:"\n",emptyBody:"",commentLeft:" ",commentRight:" ",semicolon:!1},o=function(){function e(e){this.builder=e}var t=e.prototype;return t.stringify=function(e,t){this[e.type](e,t)},t.root=function(e){this.body(e),e.raws.after&&this.builder(e.raws.after)},t.comment=function(e){var t=this.raw(e,"left","commentLeft"),n=this.raw(e,"right","commentRight");this.builder("/*"+t+e.text+n+"*/",e)},t.decl=function(e,t){var n=this.raw(e,"between","colon"),r=e.prop+n+this.rawValue(e,"value");e.important&&(r+=e.raws.important||" !important"),t&&(r+=";"),this.builder(r,e)},t.rule=function(e){this.block(e,this.rawValue(e,"selector")),e.raws.ownSemicolon&&this.builder(e.raws.ownSemicolon,e,"end")},t.atrule=function(e,t){var n="@"+e.name,r=e.params?this.rawValue(e,"params"):"";if("undefined"!==typeof e.raws.afterName?n+=e.raws.afterName:r&&(n+=" "),e.nodes)this.block(e,n+r);else{var o=(e.raws.between||"")+(t?";":"");this.builder(n+r+o,e)}},t.body=function(e){for(var t=e.nodes.length-1;t>0&&"comment"===e.nodes[t].type;)t-=1;for(var n=this.raw(e,"semicolon"),r=0;r<e.nodes.length;r++){var o=e.nodes[r],i=this.raw(o,"before");i&&this.builder(i),this.stringify(o,t!==r||n)}},t.block=function(e,t){var n,r=this.raw(e,"between","beforeOpen");this.builder(t+r+"{",e,"start"),e.nodes&&e.nodes.length?(this.body(e),n=this.raw(e,"after")):n=this.raw(e,"after","emptyBody"),n&&this.builder(n),this.builder("}",e,"end")},t.raw=function(e,t,n){var o;if(n||(n=t),t&&"undefined"!==typeof(o=e.raws[t]))return o;var i=e.parent;if("before"===n&&(!i||"root"===i.type&&i.first===e))return"";if(!i)return r[n];var a=e.root();if(a.rawCache||(a.rawCache={}),"undefined"!==typeof a.rawCache[n])return a.rawCache[n];if("before"===n||"after"===n)return this.beforeAfter(e,n);var s,c="raw"+((s=n)[0].toUpperCase()+s.slice(1));return this[c]?o=this[c](a,e):a.walk((function(e){if("undefined"!==typeof(o=e.raws[t]))return!1})),"undefined"===typeof o&&(o=r[n]),a.rawCache[n]=o,o},t.rawSemicolon=function(e){var t;return e.walk((function(e){if(e.nodes&&e.nodes.length&&"decl"===e.last.type&&"undefined"!==typeof(t=e.raws.semicolon))return!1})),t},t.rawEmptyBody=function(e){var t;return e.walk((function(e){if(e.nodes&&0===e.nodes.length&&"undefined"!==typeof(t=e.raws.after))return!1})),t},t.rawIndent=function(e){return e.raws.indent?e.raws.indent:(e.walk((function(n){var r=n.parent;if(r&&r!==e&&r.parent&&r.parent===e&&"undefined"!==typeof n.raws.before){var o=n.raws.before.split("\n");return t=(t=o[o.length-1]).replace(/[^\s]/g,""),!1}})),t);var t},t.rawBeforeComment=function(e,t){var n;return e.walkComments((function(e){if("undefined"!==typeof e.raws.before)return-1!==(n=e.raws.before).indexOf("\n")&&(n=n.replace(/[^\n]+$/,"")),!1})),"undefined"===typeof n?n=this.raw(t,null,"beforeDecl"):n&&(n=n.replace(/[^\s]/g,"")),n},t.rawBeforeDecl=function(e,t){var n;return e.walkDecls((function(e){if("undefined"!==typeof e.raws.before)return-1!==(n=e.raws.before).indexOf("\n")&&(n=n.replace(/[^\n]+$/,"")),!1})),"undefined"===typeof n?n=this.raw(t,null,"beforeRule"):n&&(n=n.replace(/[^\s]/g,"")),n},t.rawBeforeRule=function(e){var t;return e.walk((function(n){if(n.nodes&&(n.parent!==e||e.first!==n)&&"undefined"!==typeof n.raws.before)return-1!==(t=n.raws.before).indexOf("\n")&&(t=t.replace(/[^\n]+$/,"")),!1})),t&&(t=t.replace(/[^\s]/g,"")),t},t.rawBeforeClose=function(e){var t;return e.walk((function(e){if(e.nodes&&e.nodes.length>0&&"undefined"!==typeof e.raws.after)return-1!==(t=e.raws.after).indexOf("\n")&&(t=t.replace(/[^\n]+$/,"")),!1})),t&&(t=t.replace(/[^\s]/g,"")),t},t.rawBeforeOpen=function(e){var t;return e.walk((function(e){if("decl"!==e.type&&"undefined"!==typeof(t=e.raws.between))return!1})),t},t.rawColon=function(e){var t;return e.walkDecls((function(e){if("undefined"!==typeof e.raws.between)return t=e.raws.between.replace(/[^\s:]/g,""),!1})),t},t.beforeAfter=function(e,t){var n;n="decl"===e.type?this.raw(e,null,"beforeDecl"):"comment"===e.type?this.raw(e,null,"beforeComment"):"before"===t?this.raw(e,null,"beforeRule"):this.raw(e,null,"beforeClose");for(var r=e.parent,o=0;r&&"root"!==r.type;)o+=1,r=r.parent;if(-1!==n.indexOf("\n")){var i=this.raw(e,null,"indent");if(i.length)for(var a=0;a<o;a++)n+=i}return n},t.rawValue=function(e,t){var n=e[t],r=e.raws[t];return r&&r.value===n?r.raw:n},e}();n.default=o,t.exports=n.default},{}],188:[function(e,t,n){n.__esModule=!0,n.default=void 0;var r,o=(r=e("./stringifier"))&&r.__esModule?r:{default:r},i=function(e,t){new o.default(t).stringify(e)};n.default=i,t.exports=n.default},{"./stringifier":187}],189:[function(e,t,n){n.__esModule=!0,n.default=function(e,t){void 0===t&&(t={});var n,T,x,N,L,E,S,C,k,q,W,P,D,B,j=e.css.valueOf(),R=t.ignoreErrors,X=j.length,I=-1,U=1,F=0,H=[],V=[];function G(t){throw e.error("Unclosed "+t,U,F-I)}return{back:function(e){V.push(e)},nextToken:function(e){if(V.length)return V.pop();if(!(F>=X)){var t=!!e&&e.ignoreUnclosed;switch(((n=j.charCodeAt(F))===s||n===u||n===p&&j.charCodeAt(F+1)!==s)&&(I=F,U+=1),n){case s:case c:case l:case p:case u:T=F;do{T+=1,(n=j.charCodeAt(T))===s&&(I=T,U+=1)}while(n===c||n===s||n===l||n===p||n===u);B=["space",j.slice(F,T)],F=T-1;break;case f:case d:case m:case M:case v:case g:case b:var Y=String.fromCharCode(n);B=[Y,Y,U,F-I];break;case h:if(P=H.length?H.pop()[1]:"",D=j.charCodeAt(F+1),"url"===P&&D!==r&&D!==o&&D!==c&&D!==s&&D!==l&&D!==u&&D!==p){T=F;do{if(q=!1,-1===(T=j.indexOf(")",T+1))){if(R||t){T=F;break}G("bracket")}for(W=T;j.charCodeAt(W-1)===i;)W-=1,q=!q}while(q);B=["brackets",j.slice(F,T+1),U,F-I,U,T-I],F=T}else T=j.indexOf(")",F+1),E=j.slice(F,T+1),-1===T||O.test(E)?B=["(","(",U,F-I]:(B=["brackets",E,U,F-I,U,T-I],F=T);break;case r:case o:x=n===r?"'":'"',T=F;do{if(q=!1,-1===(T=j.indexOf(x,T+1))){if(R||t){T=F+1;break}G("string")}for(W=T;j.charCodeAt(W-1)===i;)W-=1,q=!q}while(q);E=j.slice(F,T+1),N=E.split("\n"),(L=N.length-1)>0?(C=U+L,k=T-N[L].length):(C=U,k=I),B=["string",j.slice(F,T+1),U,F-I,C,T-k],I=k,U=C,F=T;break;case A:_.lastIndex=F+1,_.test(j),T=0===_.lastIndex?j.length-1:_.lastIndex-2,B=["at-word",j.slice(F,T+1),U,F-I,U,T-I],F=T;break;case i:for(T=F,S=!0;j.charCodeAt(T+1)===i;)T+=1,S=!S;if(n=j.charCodeAt(T+1),S&&n!==a&&n!==c&&n!==s&&n!==l&&n!==p&&n!==u&&(T+=1,z.test(j.charAt(T)))){for(;z.test(j.charAt(T+1));)T+=1;j.charCodeAt(T+1)===c&&(T+=1)}B=["word",j.slice(F,T+1),U,F-I,U,T-I],F=T;break;default:n===a&&j.charCodeAt(F+1)===y?(0===(T=j.indexOf("*/",F+2)+1)&&(R||t?T=j.length:G("comment")),E=j.slice(F,T+1),N=E.split("\n"),(L=N.length-1)>0?(C=U+L,k=T-N[L].length):(C=U,k=I),B=["comment",E,U,F-I,C,T-k],I=k,U=C,F=T):(w.lastIndex=F+1,w.test(j),T=0===w.lastIndex?j.length-1:w.lastIndex-2,B=["word",j.slice(F,T+1),U,F-I,U,T-I],H.push(B),F=T)}return F++,B}},endOfFile:function(){return 0===V.length&&F>=X},position:function(){return F}}};var r="'".charCodeAt(0),o='"'.charCodeAt(0),i="\\".charCodeAt(0),a="/".charCodeAt(0),s="\n".charCodeAt(0),c=" ".charCodeAt(0),u="\f".charCodeAt(0),l="\t".charCodeAt(0),p="\r".charCodeAt(0),f="[".charCodeAt(0),d="]".charCodeAt(0),h="(".charCodeAt(0),b=")".charCodeAt(0),m="{".charCodeAt(0),M="}".charCodeAt(0),g=";".charCodeAt(0),y="*".charCodeAt(0),v=":".charCodeAt(0),A="@".charCodeAt(0),_=/[ \n\t\r\f{}()'"\\;/[\]#]/g,w=/[ \n\t\r\f(){}:;@!'"\\\][#]|\/(?=\*)/g,O=/.[\\/("'\n]/,z=/[a-f0-9]/i;t.exports=n.default},{}],190:[function(e,t,n){n.__esModule=!0,n.default=void 0;var r={prefix:function(e){var t=e.match(/^(-\w+-)/);return t?t[0]:""},unprefixed:function(e){return e.replace(/^-\w+-/,"")}};n.default=r,t.exports=n.default},{}],191:[function(e,t,n){n.__esModule=!0,n.default=function(e){r[e]||(r[e]=!0,"undefined"!==typeof console&&console.warn&&console.warn(e))};var r={};t.exports=n.default},{}],192:[function(e,t,n){n.__esModule=!0,n.default=void 0;var r=function(){function e(e,t){if(void 0===t&&(t={}),this.type="warning",this.text=e,t.node&&t.node.source){var n=t.node.positionBy(t);this.line=n.line,this.column=n.column}for(var r in t)this[r]=t[r]}return e.prototype.toString=function(){return this.node?this.node.error(this.text,{plugin:this.plugin,index:this.index,word:this.word}).message:this.plugin?this.plugin+": "+this.text:this.text},e}();n.default=r,t.exports=n.default},{}],193:[function(e,t,n){var r,o,i=t.exports={};function a(){throw new Error("setTimeout has not been defined")}function s(){throw new Error("clearTimeout has not been defined")}function c(e){if(r===setTimeout)return setTimeout(e,0);if((r===a||!r)&&setTimeout)return r=setTimeout,setTimeout(e,0);try{return r(e,0)}catch(t){try{return r.call(null,e,0)}catch(t){return r.call(this,e,0)}}}!function(){try{r="function"===typeof setTimeout?setTimeout:a}catch(e){r=a}try{o="function"===typeof clearTimeout?clearTimeout:s}catch(e){o=s}}();var u,l=[],p=!1,f=-1;function d(){p&&u&&(p=!1,u.length?l=u.concat(l):f=-1,l.length&&h())}function h(){if(!p){var e=c(d);p=!0;for(var t=l.length;t;){for(u=l,l=[];++f<t;)u&&u[f].run();f=-1,t=l.length}u=null,p=!1,function(e){if(o===clearTimeout)return clearTimeout(e);if((o===s||!o)&&clearTimeout)return o=clearTimeout,clearTimeout(e);try{o(e)}catch(t){try{return o.call(null,e)}catch(t){return o.call(this,e)}}}(e)}}function b(e,t){this.fun=e,this.array=t}function m(){}i.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];l.push(new b(e,t)),1!==l.length||p||c(h)},b.prototype.run=function(){this.fun.apply(null,this.array)},i.title="browser",i.browser=!0,i.env={},i.argv=[],i.version="",i.versions={},i.on=m,i.addListener=m,i.once=m,i.off=m,i.removeListener=m,i.removeAllListeners=m,i.emit=m,i.prependListener=m,i.prependOnceListener=m,i.listeners=function(e){return[]},i.binding=function(e){throw new Error("process.binding is not supported")},i.cwd=function(){return"/"},i.chdir=function(e){throw new Error("process.chdir is not supported")},i.umask=function(){return 0}},{}],194:[function(e,t,r){(function(e){!function(n){var o="object"==u(r)&&r&&!r.nodeType&&r,i="object"==u(t)&&t&&!t.nodeType&&t,a="object"==u(e)&&e;a.global!==a&&a.window!==a&&a.self!==a||(n=a);var s,c,l=2147483647,p=/^xn--/,f=/[^\x20-\x7E]/,d=/[\x2E\u3002\uFF0E\uFF61]/g,h={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},b=Math.floor,m=String.fromCharCode;function M(e){throw new RangeError(h[e])}function g(e,t){for(var n=e.length,r=[];n--;)r[n]=t(e[n]);return r}function y(e,t){var n=e.split("@"),r="";return n.length>1&&(r=n[0]+"@",e=n[1]),r+g((e=e.replace(d,".")).split("."),t).join(".")}function v(e){for(var t,n,r=[],o=0,i=e.length;o<i;)(t=e.charCodeAt(o++))>=55296&&t<=56319&&o<i?56320==(64512&(n=e.charCodeAt(o++)))?r.push(((1023&t)<<10)+(1023&n)+65536):(r.push(t),o--):r.push(t);return r}function A(e){return g(e,(function(e){var t="";return e>65535&&(t+=m((e-=65536)>>>10&1023|55296),e=56320|1023&e),t+=m(e)})).join("")}function _(e,t){return e+22+75*(e<26)-((0!=t)<<5)}function w(e,t,n){var r=0;for(e=n?b(e/700):e>>1,e+=b(e/t);e>455;r+=36)e=b(e/35);return b(r+36*e/(e+38))}function O(e){var t,n,r,o,i,a,s,c,u,p,f,d=[],h=e.length,m=0,g=128,y=72;for((n=e.lastIndexOf("-"))<0&&(n=0),r=0;r<n;++r)e.charCodeAt(r)>=128&&M("not-basic"),d.push(e.charCodeAt(r));for(o=n>0?n+1:0;o<h;){for(i=m,a=1,s=36;o>=h&&M("invalid-input"),((c=(f=e.charCodeAt(o++))-48<10?f-22:f-65<26?f-65:f-97<26?f-97:36)>=36||c>b((l-m)/a))&&M("overflow"),m+=c*a,!(c<(u=s<=y?1:s>=y+26?26:s-y));s+=36)a>b(l/(p=36-u))&&M("overflow"),a*=p;y=w(m-i,t=d.length+1,0==i),b(m/t)>l-g&&M("overflow"),g+=b(m/t),m%=t,d.splice(m++,0,g)}return A(d)}function z(e){var t,n,r,o,i,a,s,c,u,p,f,d,h,g,y,A=[];for(d=(e=v(e)).length,t=128,n=0,i=72,a=0;a<d;++a)(f=e[a])<128&&A.push(m(f));for(r=o=A.length,o&&A.push("-");r<d;){for(s=l,a=0;a<d;++a)(f=e[a])>=t&&f<s&&(s=f);for(s-t>b((l-n)/(h=r+1))&&M("overflow"),n+=(s-t)*h,t=s,a=0;a<d;++a)if((f=e[a])<t&&++n>l&&M("overflow"),f==t){for(c=n,u=36;!(c<(p=u<=i?1:u>=i+26?26:u-i));u+=36)y=c-p,g=36-p,A.push(m(_(p+y%g,0))),c=b(y/g);A.push(m(_(c,0))),i=w(n,h,r==o),n=0,++r}++n,++t}return A.join("")}if(s={version:"1.4.1",ucs2:{decode:v,encode:A},decode:O,encode:z,toASCII:function(e){return y(e,(function(e){return f.test(e)?"xn--"+z(e):e}))},toUnicode:function(e){return y(e,(function(e){return p.test(e)?O(e.slice(4).toLowerCase()):e}))}},o&&i)if(t.exports==o)i.exports=s;else for(c in s)s.hasOwnProperty(c)&&(o[c]=s[c]);else n.punycode=s}(this)}).call(this,"undefined"!==typeof n?n:"undefined"!==typeof self?self:"undefined"!==typeof window?window:{})},{}],195:[function(e,t,n){function r(e,t){return Object.prototype.hasOwnProperty.call(e,t)}t.exports=function(e,t,n,i){t=t||"&",n=n||"=";var a={};if("string"!==typeof e||0===e.length)return a;var s=/\+/g;e=e.split(t);var c=1e3;i&&"number"===typeof i.maxKeys&&(c=i.maxKeys);var u=e.length;c>0&&u>c&&(u=c);for(var l=0;l<u;++l){var p,f,d,h,b=e[l].replace(s,"%20"),m=b.indexOf(n);m>=0?(p=b.substr(0,m),f=b.substr(m+1)):(p=b,f=""),d=decodeURIComponent(p),h=decodeURIComponent(f),r(a,d)?o(a[d])?a[d].push(h):a[d]=[a[d],h]:a[d]=h}return a};var o=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)}},{}],196:[function(e,t,n){var r=function(e){switch(u(e)){case"string":return e;case"boolean":return e?"true":"false";case"number":return isFinite(e)?e:"";default:return""}};t.exports=function(e,t,n,s){return t=t||"&",n=n||"=",null===e&&(e=void 0),"object"===u(e)?i(a(e),(function(a){var s=encodeURIComponent(r(a))+n;return o(e[a])?i(e[a],(function(e){return s+encodeURIComponent(r(e))})).join(t):s+encodeURIComponent(r(e[a]))})).join(t):s?encodeURIComponent(r(s))+n+encodeURIComponent(r(e)):""};var o=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)};function i(e,t){if(e.map)return e.map(t);for(var n=[],r=0;r<e.length;r++)n.push(t(e[r],r));return n}var a=Object.keys||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.push(n);return t}},{}],197:[function(e,t,n){n.decode=n.parse=e("./decode"),n.encode=n.stringify=e("./encode")},{"./decode":195,"./encode":196}],198:[function(e,t,n){var r=e("./util"),o=Object.prototype.hasOwnProperty,i="undefined"!==typeof Map;function a(){this._array=[],this._set=i?new Map:Object.create(null)}a.fromArray=function(e,t){for(var n=new a,r=0,o=e.length;r<o;r++)n.add(e[r],t);return n},a.prototype.size=function(){return i?this._set.size:Object.getOwnPropertyNames(this._set).length},a.prototype.add=function(e,t){var n=i?e:r.toSetString(e),a=i?this.has(e):o.call(this._set,n),s=this._array.length;a&&!t||this._array.push(e),a||(i?this._set.set(e,s):this._set[n]=s)},a.prototype.has=function(e){if(i)return this._set.has(e);var t=r.toSetString(e);return o.call(this._set,t)},a.prototype.indexOf=function(e){if(i){var t=this._set.get(e);if(t>=0)return t}else{var n=r.toSetString(e);if(o.call(this._set,n))return this._set[n]}throw new Error('"'+e+'" is not in the set.')},a.prototype.at=function(e){if(e>=0&&e<this._array.length)return this._array[e];throw new Error("No element indexed by "+e)},a.prototype.toArray=function(){return this._array.slice()},n.ArraySet=a},{"./util":207}],199:[function(e,t,n){var r=e("./base64");n.encode=function(e){var t,n="",o=function(e){return e<0?1+(-e<<1):0+(e<<1)}(e);do{t=31&o,(o>>>=5)>0&&(t|=32),n+=r.encode(t)}while(o>0);return n},n.decode=function(e,t,n){var o,i,a=e.length,s=0,c=0;do{if(t>=a)throw new Error("Expected more digits in base 64 VLQ value.");if(-1===(i=r.decode(e.charCodeAt(t++))))throw new Error("Invalid base64 digit: "+e.charAt(t-1));o=!!(32&i),s+=(i&=31)<<c,c+=5}while(o);n.value=function(e){var t=e>>1;return 1===(1&e)?-t:t}(s),n.rest=t}},{"./base64":200}],200:[function(e,t,n){var r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");n.encode=function(e){if(0<=e&&e<r.length)return r[e];throw new TypeError("Must be between 0 and 63: "+e)},n.decode=function(e){return 65<=e&&e<=90?e-65:97<=e&&e<=122?e-97+26:48<=e&&e<=57?e-48+52:43==e?62:47==e?63:-1}},{}],201:[function(e,t,n){n.GREATEST_LOWER_BOUND=1,n.LEAST_UPPER_BOUND=2,n.search=function(e,t,r,o){if(0===t.length)return-1;var i=function e(t,r,o,i,a,s){var c=Math.floor((r-t)/2)+t,u=a(o,i[c],!0);return 0===u?c:u>0?r-c>1?e(c,r,o,i,a,s):s==n.LEAST_UPPER_BOUND?r<i.length?r:-1:c:c-t>1?e(t,c,o,i,a,s):s==n.LEAST_UPPER_BOUND?c:t<0?-1:t}(-1,t.length,e,t,r,o||n.GREATEST_LOWER_BOUND);if(i<0)return-1;for(;i-1>=0&&0===r(t[i],t[i-1],!0);)--i;return i}},{}],202:[function(e,t,n){var r=e("./util");function o(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}o.prototype.unsortedForEach=function(e,t){this._array.forEach(e,t)},o.prototype.add=function(e){!function(e,t){var n=e.generatedLine,o=t.generatedLine,i=e.generatedColumn,a=t.generatedColumn;return o>n||o==n&&a>=i||r.compareByGeneratedPositionsInflated(e,t)<=0}(this._last,e)?(this._sorted=!1,this._array.push(e)):(this._last=e,this._array.push(e))},o.prototype.toArray=function(){return this._sorted||(this._array.sort(r.compareByGeneratedPositionsInflated),this._sorted=!0),this._array},n.MappingList=o},{"./util":207}],203:[function(e,t,n){function r(e,t,n){var r=e[t];e[t]=e[n],e[n]=r}function o(e,t,n,i){if(n<i){var a=n-1;r(e,(l=n,p=i,Math.round(l+Math.random()*(p-l))),i);for(var s=e[i],c=n;c<i;c++)t(e[c],s)<=0&&r(e,a+=1,c);r(e,a+1,c);var u=a+1;o(e,t,n,u-1),o(e,t,u+1,i)}var l,p}n.quickSort=function(e,t){o(e,t,0,e.length-1)}},{}],204:[function(e,t,n){var r=e("./util"),o=e("./binary-search"),i=e("./array-set").ArraySet,a=e("./base64-vlq"),s=e("./quick-sort").quickSort;function c(e,t){var n=e;return"string"===typeof e&&(n=r.parseSourceMapInput(e)),null!=n.sections?new p(n,t):new u(n,t)}function u(e,t){var n=e;"string"===typeof e&&(n=r.parseSourceMapInput(e));var o=r.getArg(n,"version"),a=r.getArg(n,"sources"),s=r.getArg(n,"names",[]),c=r.getArg(n,"sourceRoot",null),u=r.getArg(n,"sourcesContent",null),l=r.getArg(n,"mappings"),p=r.getArg(n,"file",null);if(o!=this._version)throw new Error("Unsupported version: "+o);c&&(c=r.normalize(c)),a=a.map(String).map(r.normalize).map((function(e){return c&&r.isAbsolute(c)&&r.isAbsolute(e)?r.relative(c,e):e})),this._names=i.fromArray(s.map(String),!0),this._sources=i.fromArray(a,!0),this._absoluteSources=this._sources.toArray().map((function(e){return r.computeSourceURL(c,e,t)})),this.sourceRoot=c,this.sourcesContent=u,this._mappings=l,this._sourceMapURL=t,this.file=p}function l(){this.generatedLine=0,this.generatedColumn=0,this.source=null,this.originalLine=null,this.originalColumn=null,this.name=null}function p(e,t){var n=e;"string"===typeof e&&(n=r.parseSourceMapInput(e));var o=r.getArg(n,"version"),a=r.getArg(n,"sections");if(o!=this._version)throw new Error("Unsupported version: "+o);this._sources=new i,this._names=new i;var s={line:-1,column:0};this._sections=a.map((function(e){if(e.url)throw new Error("Support for url field in sections not implemented.");var n=r.getArg(e,"offset"),o=r.getArg(n,"line"),i=r.getArg(n,"column");if(o<s.line||o===s.line&&i<s.column)throw new Error("Section offsets must be ordered and non-overlapping.");return s=n,{generatedOffset:{generatedLine:o+1,generatedColumn:i+1},consumer:new c(r.getArg(e,"map"),t)}}))}c.fromSourceMap=function(e,t){return u.fromSourceMap(e,t)},c.prototype._version=3,c.prototype.__generatedMappings=null,Object.defineProperty(c.prototype,"_generatedMappings",{configurable:!0,enumerable:!0,get:function(){return this.__generatedMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__generatedMappings}}),c.prototype.__originalMappings=null,Object.defineProperty(c.prototype,"_originalMappings",{configurable:!0,enumerable:!0,get:function(){return this.__originalMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__originalMappings}}),c.prototype._charIsMappingSeparator=function(e,t){var n=e.charAt(t);return";"===n||","===n},c.prototype._parseMappings=function(e,t){throw new Error("Subclasses must implement _parseMappings")},c.GENERATED_ORDER=1,c.ORIGINAL_ORDER=2,c.GREATEST_LOWER_BOUND=1,c.LEAST_UPPER_BOUND=2,c.prototype.eachMapping=function(e,t,n){var o,i=t||null;switch(n||c.GENERATED_ORDER){case c.GENERATED_ORDER:o=this._generatedMappings;break;case c.ORIGINAL_ORDER:o=this._originalMappings;break;default:throw new Error("Unknown order of iteration.")}var a=this.sourceRoot;o.map((function(e){var t=null===e.source?null:this._sources.at(e.source);return{source:t=r.computeSourceURL(a,t,this._sourceMapURL),generatedLine:e.generatedLine,generatedColumn:e.generatedColumn,originalLine:e.originalLine,originalColumn:e.originalColumn,name:null===e.name?null:this._names.at(e.name)}}),this).forEach(e,i)},c.prototype.allGeneratedPositionsFor=function(e){var t=r.getArg(e,"line"),n={source:r.getArg(e,"source"),originalLine:t,originalColumn:r.getArg(e,"column",0)};if(n.source=this._findSourceIndex(n.source),n.source<0)return[];var i=[],a=this._findMapping(n,this._originalMappings,"originalLine","originalColumn",r.compareByOriginalPositions,o.LEAST_UPPER_BOUND);if(a>=0){var s=this._originalMappings[a];if(void 0===e.column)for(var c=s.originalLine;s&&s.originalLine===c;)i.push({line:r.getArg(s,"generatedLine",null),column:r.getArg(s,"generatedColumn",null),lastColumn:r.getArg(s,"lastGeneratedColumn",null)}),s=this._originalMappings[++a];else for(var u=s.originalColumn;s&&s.originalLine===t&&s.originalColumn==u;)i.push({line:r.getArg(s,"generatedLine",null),column:r.getArg(s,"generatedColumn",null),lastColumn:r.getArg(s,"lastGeneratedColumn",null)}),s=this._originalMappings[++a]}return i},n.SourceMapConsumer=c,u.prototype=Object.create(c.prototype),u.prototype.consumer=c,u.prototype._findSourceIndex=function(e){var t,n=e;if(null!=this.sourceRoot&&(n=r.relative(this.sourceRoot,n)),this._sources.has(n))return this._sources.indexOf(n);for(t=0;t<this._absoluteSources.length;++t)if(this._absoluteSources[t]==e)return t;return-1},u.fromSourceMap=function(e,t){var n=Object.create(u.prototype),o=n._names=i.fromArray(e._names.toArray(),!0),a=n._sources=i.fromArray(e._sources.toArray(),!0);n.sourceRoot=e._sourceRoot,n.sourcesContent=e._generateSourcesContent(n._sources.toArray(),n.sourceRoot),n.file=e._file,n._sourceMapURL=t,n._absoluteSources=n._sources.toArray().map((function(e){return r.computeSourceURL(n.sourceRoot,e,t)}));for(var c=e._mappings.toArray().slice(),p=n.__generatedMappings=[],f=n.__originalMappings=[],d=0,h=c.length;d<h;d++){var b=c[d],m=new l;m.generatedLine=b.generatedLine,m.generatedColumn=b.generatedColumn,b.source&&(m.source=a.indexOf(b.source),m.originalLine=b.originalLine,m.originalColumn=b.originalColumn,b.name&&(m.name=o.indexOf(b.name)),f.push(m)),p.push(m)}return s(n.__originalMappings,r.compareByOriginalPositions),n},u.prototype._version=3,Object.defineProperty(u.prototype,"sources",{get:function(){return this._absoluteSources.slice()}}),u.prototype._parseMappings=function(e,t){for(var n,o,i,c,u,p=1,f=0,d=0,h=0,b=0,m=0,M=e.length,g=0,y={},v={},A=[],_=[];g<M;)if(";"===e.charAt(g))p++,g++,f=0;else if(","===e.charAt(g))g++;else{for((n=new l).generatedLine=p,c=g;c<M&&!this._charIsMappingSeparator(e,c);c++);if(i=y[o=e.slice(g,c)])g+=o.length;else{for(i=[];g<c;)a.decode(e,g,v),u=v.value,g=v.rest,i.push(u);if(2===i.length)throw new Error("Found a source, but no line and column");if(3===i.length)throw new Error("Found a source and line, but no column");y[o]=i}n.generatedColumn=f+i[0],f=n.generatedColumn,i.length>1&&(n.source=b+i[1],b+=i[1],n.originalLine=d+i[2],d=n.originalLine,n.originalLine+=1,n.originalColumn=h+i[3],h=n.originalColumn,i.length>4&&(n.name=m+i[4],m+=i[4])),_.push(n),"number"===typeof n.originalLine&&A.push(n)}s(_,r.compareByGeneratedPositionsDeflated),this.__generatedMappings=_,s(A,r.compareByOriginalPositions),this.__originalMappings=A},u.prototype._findMapping=function(e,t,n,r,i,a){if(e[n]<=0)throw new TypeError("Line must be greater than or equal to 1, got "+e[n]);if(e[r]<0)throw new TypeError("Column must be greater than or equal to 0, got "+e[r]);return o.search(e,t,i,a)},u.prototype.computeColumnSpans=function(){for(var e=0;e<this._generatedMappings.length;++e){var t=this._generatedMappings[e];if(e+1<this._generatedMappings.length){var n=this._generatedMappings[e+1];if(t.generatedLine===n.generatedLine){t.lastGeneratedColumn=n.generatedColumn-1;continue}}t.lastGeneratedColumn=1/0}},u.prototype.originalPositionFor=function(e){var t={generatedLine:r.getArg(e,"line"),generatedColumn:r.getArg(e,"column")},n=this._findMapping(t,this._generatedMappings,"generatedLine","generatedColumn",r.compareByGeneratedPositionsDeflated,r.getArg(e,"bias",c.GREATEST_LOWER_BOUND));if(n>=0){var o=this._generatedMappings[n];if(o.generatedLine===t.generatedLine){var i=r.getArg(o,"source",null);null!==i&&(i=this._sources.at(i),i=r.computeSourceURL(this.sourceRoot,i,this._sourceMapURL));var a=r.getArg(o,"name",null);return null!==a&&(a=this._names.at(a)),{source:i,line:r.getArg(o,"originalLine",null),column:r.getArg(o,"originalColumn",null),name:a}}}return{source:null,line:null,column:null,name:null}},u.prototype.hasContentsOfAllSources=function(){return!!this.sourcesContent&&this.sourcesContent.length>=this._sources.size()&&!this.sourcesContent.some((function(e){return null==e}))},u.prototype.sourceContentFor=function(e,t){if(!this.sourcesContent)return null;var n=this._findSourceIndex(e);if(n>=0)return this.sourcesContent[n];var o,i=e;if(null!=this.sourceRoot&&(i=r.relative(this.sourceRoot,i)),null!=this.sourceRoot&&(o=r.urlParse(this.sourceRoot))){var a=i.replace(/^file:\/\//,"");if("file"==o.scheme&&this._sources.has(a))return this.sourcesContent[this._sources.indexOf(a)];if((!o.path||"/"==o.path)&&this._sources.has("/"+i))return this.sourcesContent[this._sources.indexOf("/"+i)]}if(t)return null;throw new Error('"'+i+'" is not in the SourceMap.')},u.prototype.generatedPositionFor=function(e){var t=r.getArg(e,"source");if((t=this._findSourceIndex(t))<0)return{line:null,column:null,lastColumn:null};var n={source:t,originalLine:r.getArg(e,"line"),originalColumn:r.getArg(e,"column")},o=this._findMapping(n,this._originalMappings,"originalLine","originalColumn",r.compareByOriginalPositions,r.getArg(e,"bias",c.GREATEST_LOWER_BOUND));if(o>=0){var i=this._originalMappings[o];if(i.source===n.source)return{line:r.getArg(i,"generatedLine",null),column:r.getArg(i,"generatedColumn",null),lastColumn:r.getArg(i,"lastGeneratedColumn",null)}}return{line:null,column:null,lastColumn:null}},n.BasicSourceMapConsumer=u,p.prototype=Object.create(c.prototype),p.prototype.constructor=c,p.prototype._version=3,Object.defineProperty(p.prototype,"sources",{get:function(){for(var e=[],t=0;t<this._sections.length;t++)for(var n=0;n<this._sections[t].consumer.sources.length;n++)e.push(this._sections[t].consumer.sources[n]);return e}}),p.prototype.originalPositionFor=function(e){var t={generatedLine:r.getArg(e,"line"),generatedColumn:r.getArg(e,"column")},n=o.search(t,this._sections,(function(e,t){var n=e.generatedLine-t.generatedOffset.generatedLine;return n||e.generatedColumn-t.generatedOffset.generatedColumn})),i=this._sections[n];return i?i.consumer.originalPositionFor({line:t.generatedLine-(i.generatedOffset.generatedLine-1),column:t.generatedColumn-(i.generatedOffset.generatedLine===t.generatedLine?i.generatedOffset.generatedColumn-1:0),bias:e.bias}):{source:null,line:null,column:null,name:null}},p.prototype.hasContentsOfAllSources=function(){return this._sections.every((function(e){return e.consumer.hasContentsOfAllSources()}))},p.prototype.sourceContentFor=function(e,t){for(var n=0;n<this._sections.length;n++){var r=this._sections[n].consumer.sourceContentFor(e,!0);if(r)return r}if(t)return null;throw new Error('"'+e+'" is not in the SourceMap.')},p.prototype.generatedPositionFor=function(e){for(var t=0;t<this._sections.length;t++){var n=this._sections[t];if(-1!==n.consumer._findSourceIndex(r.getArg(e,"source"))){var o=n.consumer.generatedPositionFor(e);if(o)return{line:o.line+(n.generatedOffset.generatedLine-1),column:o.column+(n.generatedOffset.generatedLine===o.line?n.generatedOffset.generatedColumn-1:0)}}}return{line:null,column:null}},p.prototype._parseMappings=function(e,t){this.__generatedMappings=[],this.__originalMappings=[];for(var n=0;n<this._sections.length;n++)for(var o=this._sections[n],i=o.consumer._generatedMappings,a=0;a<i.length;a++){var c=i[a],u=o.consumer._sources.at(c.source);u=r.computeSourceURL(o.consumer.sourceRoot,u,this._sourceMapURL),this._sources.add(u),u=this._sources.indexOf(u);var l=null;c.name&&(l=o.consumer._names.at(c.name),this._names.add(l),l=this._names.indexOf(l));var p={source:u,generatedLine:c.generatedLine+(o.generatedOffset.generatedLine-1),generatedColumn:c.generatedColumn+(o.generatedOffset.generatedLine===c.generatedLine?o.generatedOffset.generatedColumn-1:0),originalLine:c.originalLine,originalColumn:c.originalColumn,name:l};this.__generatedMappings.push(p),"number"===typeof p.originalLine&&this.__originalMappings.push(p)}s(this.__generatedMappings,r.compareByGeneratedPositionsDeflated),s(this.__originalMappings,r.compareByOriginalPositions)},n.IndexedSourceMapConsumer=p},{"./array-set":198,"./base64-vlq":199,"./binary-search":201,"./quick-sort":203,"./util":207}],205:[function(e,t,n){var r=e("./base64-vlq"),o=e("./util"),i=e("./array-set").ArraySet,a=e("./mapping-list").MappingList;function s(e){e||(e={}),this._file=o.getArg(e,"file",null),this._sourceRoot=o.getArg(e,"sourceRoot",null),this._skipValidation=o.getArg(e,"skipValidation",!1),this._sources=new i,this._names=new i,this._mappings=new a,this._sourcesContents=null}s.prototype._version=3,s.fromSourceMap=function(e){var t=e.sourceRoot,n=new s({file:e.file,sourceRoot:t});return e.eachMapping((function(e){var r={generated:{line:e.generatedLine,column:e.generatedColumn}};null!=e.source&&(r.source=e.source,null!=t&&(r.source=o.relative(t,r.source)),r.original={line:e.originalLine,column:e.originalColumn},null!=e.name&&(r.name=e.name)),n.addMapping(r)})),e.sources.forEach((function(r){var i=r;null!==t&&(i=o.relative(t,r)),n._sources.has(i)||n._sources.add(i);var a=e.sourceContentFor(r);null!=a&&n.setSourceContent(r,a)})),n},s.prototype.addMapping=function(e){var t=o.getArg(e,"generated"),n=o.getArg(e,"original",null),r=o.getArg(e,"source",null),i=o.getArg(e,"name",null);this._skipValidation||this._validateMapping(t,n,r,i),null!=r&&(r=String(r),this._sources.has(r)||this._sources.add(r)),null!=i&&(i=String(i),this._names.has(i)||this._names.add(i)),this._mappings.add({generatedLine:t.line,generatedColumn:t.column,originalLine:null!=n&&n.line,originalColumn:null!=n&&n.column,source:r,name:i})},s.prototype.setSourceContent=function(e,t){var n=e;null!=this._sourceRoot&&(n=o.relative(this._sourceRoot,n)),null!=t?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[o.toSetString(n)]=t):this._sourcesContents&&(delete this._sourcesContents[o.toSetString(n)],0===Object.keys(this._sourcesContents).length&&(this._sourcesContents=null))},s.prototype.applySourceMap=function(e,t,n){var r=t;if(null==t){if(null==e.file)throw new Error('SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map\'s "file" property. Both were omitted.');r=e.file}var a=this._sourceRoot;null!=a&&(r=o.relative(a,r));var s=new i,c=new i;this._mappings.unsortedForEach((function(t){if(t.source===r&&null!=t.originalLine){var i=e.originalPositionFor({line:t.originalLine,column:t.originalColumn});null!=i.source&&(t.source=i.source,null!=n&&(t.source=o.join(n,t.source)),null!=a&&(t.source=o.relative(a,t.source)),t.originalLine=i.line,t.originalColumn=i.column,null!=i.name&&(t.name=i.name))}var u=t.source;null==u||s.has(u)||s.add(u);var l=t.name;null==l||c.has(l)||c.add(l)}),this),this._sources=s,this._names=c,e.sources.forEach((function(t){var r=e.sourceContentFor(t);null!=r&&(null!=n&&(t=o.join(n,t)),null!=a&&(t=o.relative(a,t)),this.setSourceContent(t,r))}),this)},s.prototype._validateMapping=function(e,t,n,r){if(t&&"number"!==typeof t.line&&"number"!==typeof t.column)throw new Error("original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.");if((!(e&&"line"in e&&"column"in e&&e.line>0&&e.column>=0)||t||n||r)&&!(e&&"line"in e&&"column"in e&&t&&"line"in t&&"column"in t&&e.line>0&&e.column>=0&&t.line>0&&t.column>=0&&n))throw new Error("Invalid mapping: "+JSON.stringify({generated:e,source:n,original:t,name:r}))},s.prototype._serializeMappings=function(){for(var e,t,n,i,a=0,s=1,c=0,u=0,l=0,p=0,f="",d=this._mappings.toArray(),h=0,b=d.length;h<b;h++){if(e="",(t=d[h]).generatedLine!==s)for(a=0;t.generatedLine!==s;)e+=";",s++;else if(h>0){if(!o.compareByGeneratedPositionsInflated(t,d[h-1]))continue;e+=","}e+=r.encode(t.generatedColumn-a),a=t.generatedColumn,null!=t.source&&(i=this._sources.indexOf(t.source),e+=r.encode(i-p),p=i,e+=r.encode(t.originalLine-1-u),u=t.originalLine-1,e+=r.encode(t.originalColumn-c),c=t.originalColumn,null!=t.name&&(n=this._names.indexOf(t.name),e+=r.encode(n-l),l=n)),f+=e}return f},s.prototype._generateSourcesContent=function(e,t){return e.map((function(e){if(!this._sourcesContents)return null;null!=t&&(e=o.relative(t,e));var n=o.toSetString(e);return Object.prototype.hasOwnProperty.call(this._sourcesContents,n)?this._sourcesContents[n]:null}),this)},s.prototype.toJSON=function(){var e={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return null!=this._file&&(e.file=this._file),null!=this._sourceRoot&&(e.sourceRoot=this._sourceRoot),this._sourcesContents&&(e.sourcesContent=this._generateSourcesContent(e.sources,e.sourceRoot)),e},s.prototype.toString=function(){return JSON.stringify(this.toJSON())},n.SourceMapGenerator=s},{"./array-set":198,"./base64-vlq":199,"./mapping-list":202,"./util":207}],206:[function(e,t,n){var r=e("./source-map-generator").SourceMapGenerator,o=e("./util"),i=/(\r?\n)/,a="$$$isSourceNode$$$";function s(e,t,n,r,o){this.children=[],this.sourceContents={},this.line=null==e?null:e,this.column=null==t?null:t,this.source=null==n?null:n,this.name=null==o?null:o,this[a]=!0,null!=r&&this.add(r)}s.fromStringWithSourceMap=function(e,t,n){var r=new s,a=e.split(i),c=0,u=function(){return e()+(e()||"");function e(){return c<a.length?a[c++]:void 0}},l=1,p=0,f=null;return t.eachMapping((function(e){if(null!==f){if(!(l<e.generatedLine)){var t=(n=a[c]||"").substr(0,e.generatedColumn-p);return a[c]=n.substr(e.generatedColumn-p),p=e.generatedColumn,d(f,t),void(f=e)}d(f,u()),l++,p=0}for(;l<e.generatedLine;)r.add(u()),l++;if(p<e.generatedColumn){var n=a[c]||"";r.add(n.substr(0,e.generatedColumn)),a[c]=n.substr(e.generatedColumn),p=e.generatedColumn}f=e}),this),c<a.length&&(f&&d(f,u()),r.add(a.splice(c).join(""))),t.sources.forEach((function(e){var i=t.sourceContentFor(e);null!=i&&(null!=n&&(e=o.join(n,e)),r.setSourceContent(e,i))})),r;function d(e,t){if(null===e||void 0===e.source)r.add(t);else{var i=n?o.join(n,e.source):e.source;r.add(new s(e.originalLine,e.originalColumn,i,t,e.name))}}},s.prototype.add=function(e){if(Array.isArray(e))e.forEach((function(e){this.add(e)}),this);else{if(!e[a]&&"string"!==typeof e)throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+e);e&&this.children.push(e)}return this},s.prototype.prepend=function(e){if(Array.isArray(e))for(var t=e.length-1;t>=0;t--)this.prepend(e[t]);else{if(!e[a]&&"string"!==typeof e)throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+e);this.children.unshift(e)}return this},s.prototype.walk=function(e){for(var t,n=0,r=this.children.length;n<r;n++)(t=this.children[n])[a]?t.walk(e):""!==t&&e(t,{source:this.source,line:this.line,column:this.column,name:this.name})},s.prototype.join=function(e){var t,n,r=this.children.length;if(r>0){for(t=[],n=0;n<r-1;n++)t.push(this.children[n]),t.push(e);t.push(this.children[n]),this.children=t}return this},s.prototype.replaceRight=function(e,t){var n=this.children[this.children.length-1];return n[a]?n.replaceRight(e,t):"string"===typeof n?this.children[this.children.length-1]=n.replace(e,t):this.children.push("".replace(e,t)),this},s.prototype.setSourceContent=function(e,t){this.sourceContents[o.toSetString(e)]=t},s.prototype.walkSourceContents=function(e){for(var t=0,n=this.children.length;t<n;t++)this.children[t][a]&&this.children[t].walkSourceContents(e);var r=Object.keys(this.sourceContents);for(t=0,n=r.length;t<n;t++)e(o.fromSetString(r[t]),this.sourceContents[r[t]])},s.prototype.toString=function(){var e="";return this.walk((function(t){e+=t})),e},s.prototype.toStringWithSourceMap=function(e){var t={code:"",line:1,column:0},n=new r(e),o=!1,i=null,a=null,s=null,c=null;return this.walk((function(e,r){t.code+=e,null!==r.source&&null!==r.line&&null!==r.column?(i===r.source&&a===r.line&&s===r.column&&c===r.name||n.addMapping({source:r.source,original:{line:r.line,column:r.column},generated:{line:t.line,column:t.column},name:r.name}),i=r.source,a=r.line,s=r.column,c=r.name,o=!0):o&&(n.addMapping({generated:{line:t.line,column:t.column}}),i=null,o=!1);for(var u=0,l=e.length;u<l;u++)10===e.charCodeAt(u)?(t.line++,t.column=0,u+1===l?(i=null,o=!1):o&&n.addMapping({source:r.source,original:{line:r.line,column:r.column},generated:{line:t.line,column:t.column},name:r.name})):t.column++})),this.walkSourceContents((function(e,t){n.setSourceContent(e,t)})),{code:t.code,map:n}},n.SourceNode=s},{"./source-map-generator":205,"./util":207}],207:[function(e,t,n){n.getArg=function(e,t,n){if(t in e)return e[t];if(3===arguments.length)return n;throw new Error('"'+t+'" is a required argument.')};var r=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/,o=/^data:.+\,.+$/;function i(e){var t=e.match(r);return t?{scheme:t[1],auth:t[2],host:t[3],port:t[4],path:t[5]}:null}function a(e){var t="";return e.scheme&&(t+=e.scheme+":"),t+="//",e.auth&&(t+=e.auth+"@"),e.host&&(t+=e.host),e.port&&(t+=":"+e.port),e.path&&(t+=e.path),t}function s(e){var t=e,r=i(e);if(r){if(!r.path)return e;t=r.path}for(var o,s=n.isAbsolute(t),c=t.split(/\/+/),u=0,l=c.length-1;l>=0;l--)"."===(o=c[l])?c.splice(l,1):".."===o?u++:u>0&&(""===o?(c.splice(l+1,u),u=0):(c.splice(l,2),u--));return""===(t=c.join("/"))&&(t=s?"/":"."),r?(r.path=t,a(r)):t}function c(e,t){""===e&&(e="."),""===t&&(t=".");var n=i(t),r=i(e);if(r&&(e=r.path||"/"),n&&!n.scheme)return r&&(n.scheme=r.scheme),a(n);if(n||t.match(o))return t;if(r&&!r.host&&!r.path)return r.host=t,a(r);var c="/"===t.charAt(0)?t:s(e.replace(/\/+$/,"")+"/"+t);return r?(r.path=c,a(r)):c}n.urlParse=i,n.urlGenerate=a,n.normalize=s,n.join=c,n.isAbsolute=function(e){return"/"===e.charAt(0)||r.test(e)},n.relative=function(e,t){""===e&&(e="."),e=e.replace(/\/$/,"");for(var n=0;0!==t.indexOf(e+"/");){var r=e.lastIndexOf("/");if(r<0)return t;if((e=e.slice(0,r)).match(/^([^\/]+:\/)?\/*$/))return t;++n}return Array(n+1).join("../")+t.substr(e.length+1)};var u=!("__proto__"in Object.create(null));function l(e){return e}function p(e){if(!e)return!1;var t=e.length;if(t<9)return!1;if(95!==e.charCodeAt(t-1)||95!==e.charCodeAt(t-2)||111!==e.charCodeAt(t-3)||116!==e.charCodeAt(t-4)||111!==e.charCodeAt(t-5)||114!==e.charCodeAt(t-6)||112!==e.charCodeAt(t-7)||95!==e.charCodeAt(t-8)||95!==e.charCodeAt(t-9))return!1;for(var n=t-10;n>=0;n--)if(36!==e.charCodeAt(n))return!1;return!0}function f(e,t){return e===t?0:null===e?1:null===t?-1:e>t?1:-1}n.toSetString=u?l:function(e){return p(e)?"$"+e:e},n.fromSetString=u?l:function(e){return p(e)?e.slice(1):e},n.compareByOriginalPositions=function(e,t,n){var r=f(e.source,t.source);return 0!==r||0!==(r=e.originalLine-t.originalLine)||0!==(r=e.originalColumn-t.originalColumn)||n||0!==(r=e.generatedColumn-t.generatedColumn)||0!==(r=e.generatedLine-t.generatedLine)?r:f(e.name,t.name)},n.compareByGeneratedPositionsDeflated=function(e,t,n){var r=e.generatedLine-t.generatedLine;return 0!==r||0!==(r=e.generatedColumn-t.generatedColumn)||n||0!==(r=f(e.source,t.source))||0!==(r=e.originalLine-t.originalLine)||0!==(r=e.originalColumn-t.originalColumn)?r:f(e.name,t.name)},n.compareByGeneratedPositionsInflated=function(e,t){var n=e.generatedLine-t.generatedLine;return 0!==n||0!==(n=e.generatedColumn-t.generatedColumn)||0!==(n=f(e.source,t.source))||0!==(n=e.originalLine-t.originalLine)||0!==(n=e.originalColumn-t.originalColumn)?n:f(e.name,t.name)},n.parseSourceMapInput=function(e){return JSON.parse(e.replace(/^\)]}'[^\n]*\n/,""))},n.computeSourceURL=function(e,t,n){if(t=t||"",e&&("/"!==e[e.length-1]&&"/"!==t[0]&&(e+="/"),t=e+t),n){var r=i(n);if(!r)throw new Error("sourceMapURL could not be parsed");if(r.path){var o=r.path.lastIndexOf("/");o>=0&&(r.path=r.path.substring(0,o+1))}t=c(a(r),t)}return s(t)}},{}],208:[function(e,t,n){n.SourceMapGenerator=e("./lib/source-map-generator").SourceMapGenerator,n.SourceMapConsumer=e("./lib/source-map-consumer").SourceMapConsumer,n.SourceNode=e("./lib/source-node").SourceNode},{"./lib/source-map-consumer":204,"./lib/source-map-generator":205,"./lib/source-node":206}],209:[function(e,t,n){var r=e("punycode"),o=e("./util");function i(){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.query=null,this.pathname=null,this.path=null,this.href=null}n.parse=v,n.resolve=function(e,t){return v(e,!1,!0).resolve(t)},n.resolveObject=function(e,t){return e?v(e,!1,!0).resolveObject(t):t},n.format=function(e){return o.isString(e)&&(e=v(e)),e instanceof i?e.format():i.prototype.format.call(e)},n.Url=i;var a=/^([a-z0-9.+-]+:)/i,s=/:[0-9]*$/,c=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,l=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r","\n","\t"]),p=["'"].concat(l),f=["%","/","?",";","#"].concat(p),d=["/","?","#"],h=/^[+a-z0-9A-Z_-]{0,63}$/,b=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,m={javascript:!0,"javascript:":!0},M={javascript:!0,"javascript:":!0},g={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},y=e("querystring");function v(e,t,n){if(e&&o.isObject(e)&&e instanceof i)return e;var r=new i;return r.parse(e,t,n),r}i.prototype.parse=function(e,t,n){if(!o.isString(e))throw new TypeError("Parameter 'url' must be a string, not "+u(e));var i=e.indexOf("?"),s=-1!==i&&i<e.indexOf("#")?"?":"#",l=e.split(s);l[0]=l[0].replace(/\\/g,"/");var v=e=l.join(s);if(v=v.trim(),!n&&1===e.split("#").length){var A=c.exec(v);if(A)return this.path=v,this.href=v,this.pathname=A[1],A[2]?(this.search=A[2],this.query=t?y.parse(this.search.substr(1)):this.search.substr(1)):t&&(this.search="",this.query={}),this}var _=a.exec(v);if(_){var w=(_=_[0]).toLowerCase();this.protocol=w,v=v.substr(_.length)}if(n||_||v.match(/^\/\/[^@\/]+@[^@\/]+/)){var O="//"===v.substr(0,2);!O||_&&M[_]||(v=v.substr(2),this.slashes=!0)}if(!M[_]&&(O||_&&!g[_])){for(var z,T,x=-1,N=0;N<d.length;N++)-1!==(L=v.indexOf(d[N]))&&(-1===x||L<x)&&(x=L);for(-1!==(T=-1===x?v.lastIndexOf("@"):v.lastIndexOf("@",x))&&(z=v.slice(0,T),v=v.slice(T+1),this.auth=decodeURIComponent(z)),x=-1,N=0;N<f.length;N++){var L;-1!==(L=v.indexOf(f[N]))&&(-1===x||L<x)&&(x=L)}-1===x&&(x=v.length),this.host=v.slice(0,x),v=v.slice(x),this.parseHost(),this.hostname=this.hostname||"";var E="["===this.hostname[0]&&"]"===this.hostname[this.hostname.length-1];if(!E)for(var S=this.hostname.split(/\./),C=(N=0,S.length);N<C;N++){var k=S[N];if(k&&!k.match(h)){for(var q="",W=0,P=k.length;W<P;W++)k.charCodeAt(W)>127?q+="x":q+=k[W];if(!q.match(h)){var D=S.slice(0,N),B=S.slice(N+1),j=k.match(b);j&&(D.push(j[1]),B.unshift(j[2])),B.length&&(v="/"+B.join(".")+v),this.hostname=D.join(".");break}}}this.hostname.length>255?this.hostname="":this.hostname=this.hostname.toLowerCase(),E||(this.hostname=r.toASCII(this.hostname));var R=this.port?":"+this.port:"",X=this.hostname||"";this.host=X+R,this.href+=this.host,E&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),"/"!==v[0]&&(v="/"+v))}if(!m[w])for(N=0,C=p.length;N<C;N++){var I=p[N];if(-1!==v.indexOf(I)){var U=encodeURIComponent(I);U===I&&(U=escape(I)),v=v.split(I).join(U)}}var F=v.indexOf("#");-1!==F&&(this.hash=v.substr(F),v=v.slice(0,F));var H=v.indexOf("?");if(-1!==H?(this.search=v.substr(H),this.query=v.substr(H+1),t&&(this.query=y.parse(this.query)),v=v.slice(0,H)):t&&(this.search="",this.query={}),v&&(this.pathname=v),g[w]&&this.hostname&&!this.pathname&&(this.pathname="/"),this.pathname||this.search){R=this.pathname||"";var V=this.search||"";this.path=R+V}return this.href=this.format(),this},i.prototype.format=function(){var e=this.auth||"";e&&(e=(e=encodeURIComponent(e)).replace(/%3A/i,":"),e+="@");var t=this.protocol||"",n=this.pathname||"",r=this.hash||"",i=!1,a="";this.host?i=e+this.host:this.hostname&&(i=e+(-1===this.hostname.indexOf(":")?this.hostname:"["+this.hostname+"]"),this.port&&(i+=":"+this.port)),this.query&&o.isObject(this.query)&&Object.keys(this.query).length&&(a=y.stringify(this.query));var s=this.search||a&&"?"+a||"";return t&&":"!==t.substr(-1)&&(t+=":"),this.slashes||(!t||g[t])&&!1!==i?(i="//"+(i||""),n&&"/"!==n.charAt(0)&&(n="/"+n)):i||(i=""),r&&"#"!==r.charAt(0)&&(r="#"+r),s&&"?"!==s.charAt(0)&&(s="?"+s),t+i+(n=n.replace(/[?#]/g,(function(e){return encodeURIComponent(e)})))+(s=s.replace("#","%23"))+r},i.prototype.resolve=function(e){return this.resolveObject(v(e,!1,!0)).format()},i.prototype.resolveObject=function(e){if(o.isString(e)){var t=new i;t.parse(e,!1,!0),e=t}for(var n=new i,r=Object.keys(this),a=0;a<r.length;a++){var s=r[a];n[s]=this[s]}if(n.hash=e.hash,""===e.href)return n.href=n.format(),n;if(e.slashes&&!e.protocol){for(var c=Object.keys(e),u=0;u<c.length;u++){var l=c[u];"protocol"!==l&&(n[l]=e[l])}return g[n.protocol]&&n.hostname&&!n.pathname&&(n.path=n.pathname="/"),n.href=n.format(),n}if(e.protocol&&e.protocol!==n.protocol){if(!g[e.protocol]){for(var p=Object.keys(e),f=0;f<p.length;f++){var d=p[f];n[d]=e[d]}return n.href=n.format(),n}if(n.protocol=e.protocol,e.host||M[e.protocol])n.pathname=e.pathname;else{for(var h=(e.pathname||"").split("/");h.length&&!(e.host=h.shift()););e.host||(e.host=""),e.hostname||(e.hostname=""),""!==h[0]&&h.unshift(""),h.length<2&&h.unshift(""),n.pathname=h.join("/")}if(n.search=e.search,n.query=e.query,n.host=e.host||"",n.auth=e.auth,n.hostname=e.hostname||e.host,n.port=e.port,n.pathname||n.search){var b=n.pathname||"",m=n.search||"";n.path=b+m}return n.slashes=n.slashes||e.slashes,n.href=n.format(),n}var y=n.pathname&&"/"===n.pathname.charAt(0),v=e.host||e.pathname&&"/"===e.pathname.charAt(0),A=v||y||n.host&&e.pathname,_=A,w=n.pathname&&n.pathname.split("/")||[],O=(h=e.pathname&&e.pathname.split("/")||[],n.protocol&&!g[n.protocol]);if(O&&(n.hostname="",n.port=null,n.host&&(""===w[0]?w[0]=n.host:w.unshift(n.host)),n.host="",e.protocol&&(e.hostname=null,e.port=null,e.host&&(""===h[0]?h[0]=e.host:h.unshift(e.host)),e.host=null),A=A&&(""===h[0]||""===w[0])),v)n.host=e.host||""===e.host?e.host:n.host,n.hostname=e.hostname||""===e.hostname?e.hostname:n.hostname,n.search=e.search,n.query=e.query,w=h;else if(h.length)w||(w=[]),w.pop(),w=w.concat(h),n.search=e.search,n.query=e.query;else if(!o.isNullOrUndefined(e.search))return O&&(n.hostname=n.host=w.shift(),(L=!!(n.host&&n.host.indexOf("@")>0)&&n.host.split("@"))&&(n.auth=L.shift(),n.host=n.hostname=L.shift())),n.search=e.search,n.query=e.query,o.isNull(n.pathname)&&o.isNull(n.search)||(n.path=(n.pathname?n.pathname:"")+(n.search?n.search:"")),n.href=n.format(),n;if(!w.length)return n.pathname=null,n.search?n.path="/"+n.search:n.path=null,n.href=n.format(),n;for(var z=w.slice(-1)[0],T=(n.host||e.host||w.length>1)&&("."===z||".."===z)||""===z,x=0,N=w.length;N>=0;N--)"."===(z=w[N])?w.splice(N,1):".."===z?(w.splice(N,1),x++):x&&(w.splice(N,1),x--);if(!A&&!_)for(;x--;x)w.unshift("..");!A||""===w[0]||w[0]&&"/"===w[0].charAt(0)||w.unshift(""),T&&"/"!==w.join("/").substr(-1)&&w.push("");var L,E=""===w[0]||w[0]&&"/"===w[0].charAt(0);return O&&(n.hostname=n.host=E?"":w.length?w.shift():"",(L=!!(n.host&&n.host.indexOf("@")>0)&&n.host.split("@"))&&(n.auth=L.shift(),n.host=n.hostname=L.shift())),(A=A||n.host&&w.length)&&!E&&w.unshift(""),w.length?n.pathname=w.join("/"):(n.pathname=null,n.path=null),o.isNull(n.pathname)&&o.isNull(n.search)||(n.path=(n.pathname?n.pathname:"")+(n.search?n.search:"")),n.auth=e.auth||n.auth,n.slashes=n.slashes||e.slashes,n.href=n.format(),n},i.prototype.parseHost=function(){var e=this.host,t=s.exec(e);t&&(":"!==(t=t[0])&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)}},{"./util":210,punycode:194,querystring:197}],210:[function(e,t,n){t.exports={isString:function(e){return"string"===typeof e},isObject:function(e){return"object"===u(e)&&null!==e},isNull:function(e){return null===e},isNullOrUndefined:function(e){return null==e}}},{}],211:[function(e,t,n){var r=e("htmlparser2"),o=e("lodash/escapeRegExp"),i=e("lodash/cloneDeep"),a=e("lodash/mergeWith"),c=e("lodash/isString"),u=e("lodash/isPlainObject"),l=e("parse-srcset"),p=e("postcss"),f=e("url"),d=["img","audio","video","picture","svg","object","map","iframe","embed"],h=["script","style"];function b(e,t){e&&Object.keys(e).forEach((function(n){t(e[n],n)}))}function m(e,t){return{}.hasOwnProperty.call(e,t)}function M(e,t){var n=[];return b(e,(function(e){t(e)&&n.push(e)})),n}t.exports=y;var g=/^[^\0\t\n\f\r /<=>]+$/;function y(e,t,n){var A="",_="";function w(e,t){var n=this;this.tag=e,this.attribs=t||{},this.tagPosition=A.length,this.text="",this.mediaChildren=[],this.updateParentNodeText=function(){E.length&&(E[E.length-1].text+=n.text)},this.updateParentNodeMediaChildren=function(){E.length&&d.indexOf(this.tag)>-1&&E[E.length-1].mediaChildren.push(this.tag)}}t?(t=Object.assign({},y.defaults,t)).parser?t.parser=Object.assign({},v,t.parser):t.parser=v:(t=y.defaults).parser=v,h.forEach((function(e){t.allowedTags&&t.allowedTags.indexOf(e)>-1&&!t.allowVulnerableTags&&console.warn("\n\n\u26a0\ufe0f Your `allowedTags` option includes, `".concat(e,"`, which is inherently\nvulnerable to XSS attacks. Please remove it from `allowedTags`.\nOr, to disable this warning, add the `allowVulnerableTags` option\nand ensure you are accounting for this risk.\n\n"))}));var O,z,T=t.nonTextTags||["script","style","textarea","option"];t.allowedAttributes&&(O={},z={},b(t.allowedAttributes,(function(e,t){O[t]=[];var n=[];e.forEach((function(e){c(e)&&e.indexOf("*")>=0?n.push(o(e).replace(/\\\*/g,".*")):O[t].push(e)})),z[t]=new RegExp("^("+n.join("|")+")$")})));var x={};b(t.allowedClasses,(function(e,t){O&&(m(O,t)||(O[t]=[]),O[t].push("class")),x[t]=e}));var N,L,E,S,C,k,q,W={};b(t.transformTags,(function(e,t){var n;"function"===typeof e?n=e:"string"===typeof e&&(n=y.simpleTransform(e)),"*"===t?N=n:W[t]=n}));var P=!1;B();var D=new r.Parser({onopentag:function(e,n){if(t.enforceHtmlBoundary&&"html"===e&&B(),k)q++;else{var r=new w(e,n);E.push(r);var o,c=!1,d=!!r.text;if(m(W,e)&&(o=W[e](e,n),r.attribs=n=o.attribs,void 0!==o.text&&(r.innerText=o.text),e!==o.tagName&&(r.name=e=o.tagName,C[L]=o.tagName)),N&&(o=N(e,n),r.attribs=n=o.attribs,e!==o.tagName&&(r.name=e=o.tagName,C[L]=o.tagName)),(t.allowedTags&&-1===t.allowedTags.indexOf(e)||"recursiveEscape"===t.disallowedTagsMode&&!function(e){for(var t in e)if(m(e,t))return!1;return!0}(S))&&(c=!0,S[L]=!0,"discard"===t.disallowedTagsMode&&-1!==T.indexOf(e)&&(k=!0,q=1),S[L]=!0),L++,c){if("discard"===t.disallowedTagsMode)return;_=A,A=""}A+="<"+e,(!O||m(O,e)||O["*"])&&b(n,(function(n,o){if(g.test(o)){var c,d=!1;if(!O||m(O,e)&&-1!==O[e].indexOf(o)||O["*"]&&-1!==O["*"].indexOf(o)||m(z,e)&&z[e].test(o)||z["*"]&&z["*"].test(o))d=!0;else if(O&&O[e]){var h,y=s(O[e]);try{for(y.s();!(h=y.n()).done;){var v=h.value;if(u(v)&&v.name&&v.name===o){d=!0;var _="";if(!0===v.multiple){var w,T=s(n.split(" "));try{for(T.s();!(w=T.n()).done;){var N=w.value;-1!==v.values.indexOf(N)&&(""===_?_=N:_+=" "+N)}}catch(C){T.e(C)}finally{T.f()}}else v.values.indexOf(n)>=0&&(_=n);n=_}}}catch(C){y.e(C)}finally{y.f()}}if(d){if(-1!==t.allowedSchemesAppliedToAttributes.indexOf(o)&&R(e,n))return void delete r.attribs[o];if("iframe"===e&&"src"===o){var L=!0;try{if((c=f.parse(n,!1,!0))&&null===c.host&&null===c.protocol)L=m(t,"allowIframeRelativeUrls")?t.allowIframeRelativeUrls:!t.allowedIframeHostnames&&!t.allowedIframeDomains;else if(t.allowedIframeHostnames||t.allowedIframeDomains){var E=(t.allowedIframeHostnames||[]).find((function(e){return e===c.hostname})),S=(t.allowedIframeDomains||[]).find((function(e){return c.hostname===e||c.hostname.endsWith(".".concat(e))}));L=E||S}}catch(k){L=!1}if(!L)return void delete r.attribs[o]}if("srcset"===o)try{if(b(c=l(n),(function(e){R("srcset",e.url)&&(e.evil=!0)})),!(c=M(c,(function(e){return!e.evil}))).length)return void delete r.attribs[o];n=M(c,(function(e){return!e.evil})).map((function(e){if(!e.url)throw new Error("URL missing");return e.url+(e.w?" ".concat(e.w,"w"):"")+(e.h?" ".concat(e.h,"h"):"")+(e.d?" ".concat(e.d,"x"):"")})).join(", "),r.attribs[o]=n}catch(k){return void delete r.attribs[o]}if("class"===o&&!(n=function(e,t){return t?(e=e.split(/\s+/)).filter((function(e){return-1!==t.indexOf(e)})).join(" "):e}(n,x[e])).length)return void delete r.attribs[o];if("style"===o)try{if(0===(n=function(e){return e.nodes[0].nodes.reduce((function(e,t){return e.push(t.prop+":"+t.value),e}),[]).join(";")}(function(e,t){if(!t)return e;var n,r=i(e),o=e.nodes[0];return(n=t[o.selector]&&t["*"]?a(i(t[o.selector]),t["*"],(function(e,t){if(Array.isArray(e))return e.concat(t)})):t[o.selector]||t["*"])&&(r.nodes[0].nodes=o.nodes.reduce(function(e){return function(t,n){return m(e,n.prop)&&e[n.prop].some((function(e){return e.test(n.value)}))&&t.push(n),t}}(n),[])),r}(p.parse(e+" {"+n+"}"),t.allowedStyles))).length)return void delete r.attribs[o]}catch(k){return void delete r.attribs[o]}A+=" "+o,n&&n.length&&(A+='="'+j(n,!0)+'"')}else delete r.attribs[o]}else delete r.attribs[o]})),-1!==t.selfClosing.indexOf(e)?A+=" />":(A+=">",!r.innerText||d||t.textFilter||(A+=r.innerText,P=!0)),c&&(A=_+j(A),_="")}},ontext:function(e){if(!k){var n,r=E[E.length-1];if(r&&(n=r.tag,e=void 0!==r.innerText?r.innerText:e),"discard"!==t.disallowedTagsMode||"script"!==n&&"style"!==n){var o=j(e,!1);t.textFilter&&!P?A+=t.textFilter(o,n):P||(A+=o)}else A+=e;E.length&&(E[E.length-1].text+=e)}},onclosetag:function(e){if(k){if(--q)return;k=!1}var n=E.pop();if(n){k=!!t.enforceHtmlBoundary&&"html"===e,L--;var r=S[L];if(r){if(delete S[L],"discard"===t.disallowedTagsMode)return void n.updateParentNodeText();_=A,A=""}C[L]&&(e=C[L],delete C[L]),t.exclusiveFilter&&t.exclusiveFilter(n)?A=A.substr(0,n.tagPosition):(n.updateParentNodeMediaChildren(),n.updateParentNodeText(),-1===t.selfClosing.indexOf(e)?(A+="</"+e+">",r&&(A=_+j(A),_="")):r&&(A=_,_=""))}}},t.parser);return D.write(e),D.end(),A;function B(){A="",L=0,E=[],S={},C={},k=!1,q=0}function j(e,n){return"string"!==typeof e&&(e+=""),t.parser.decodeEntities&&(e=e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/\>/g,"&gt;"),n&&(e=e.replace(/\"/g,"&quot;"))),e=e.replace(/&(?![a-zA-Z0-9#]{1,20};)/g,"&amp;").replace(/</g,"&lt;").replace(/\>/g,"&gt;"),n&&(e=e.replace(/\"/g,"&quot;")),e}function R(e,n){var r=(n=(n=n.replace(/[\x00-\x20]+/g,"")).replace(/<\!\-\-.*?\-\-\>/g,"")).match(/^([a-zA-Z]+)\:/);if(!r)return!!n.match(/^[\/\\]{2}/)&&!t.allowProtocolRelative;var o=r[1].toLowerCase();return m(t.allowedSchemesByTag,e)?-1===t.allowedSchemesByTag[e].indexOf(o):!t.allowedSchemes||-1===t.allowedSchemes.indexOf(o)}}var v={decodeEntities:!0};y.defaults={allowedTags:["h3","h4","h5","h6","blockquote","p","a","ul","ol","nl","li","b","i","strong","em","strike","abbr","code","hr","br","div","table","thead","caption","tbody","tr","th","td","pre","iframe"],disallowedTagsMode:"discard",allowedAttributes:{a:["href","name","target"],img:["src"]},selfClosing:["img","br","hr","area","base","basefont","input","link","meta"],allowedSchemes:["http","https","ftp","mailto"],allowedSchemesByTag:{},allowedSchemesAppliedToAttributes:["href","src","cite"],allowProtocolRelative:!0,enforceHtmlBoundary:!1},y.simpleTransform=function(e,t,n){return n=void 0===n||n,t=t||{},function(r,o){var i;if(n)for(i in t)o[i]=t[i];else o=t;return{tagName:e,attribs:o}}}},{htmlparser2:31,"lodash/cloneDeep":140,"lodash/escapeRegExp":143,"lodash/isPlainObject":155,"lodash/isString":157,"lodash/mergeWith":162,"parse-srcset":167,postcss:181,url:209}]},{},[211])(211)},"object"===u(t)&&"undefined"!==typeof e?e.exports=a():(o=[],void 0===(i="function"===typeof(r=a)?r.apply(t,o):r)||(e.exports=i))}).call(this,n(24))},function(e,t,n){"use strict";var r=n(3),o=n(5),i=n(0),a=n.n(i),s=n(1),c=n.n(s),u=n(4),l=n.n(u),p=n(2),f={tag:p.l,className:c.a.string,cssModule:c.a.object},d=function(e){var t=e.className,n=e.cssModule,i=e.tag,s=Object(o.a)(e,["className","cssModule","tag"]),c=Object(p.i)(l()(t,"input-group-text"),n);return a.a.createElement(i,Object(r.a)({},s,{className:c}))};d.propTypes=f,d.defaultProps={tag:"span"},t.a=d},function(e,t,n){"use strict";(function(e){var n=function(){if("undefined"!==typeof Map)return Map;function e(e,t){var n=-1;return e.some((function(e,r){return e[0]===t&&(n=r,!0)})),n}return function(){function t(){this.__entries__=[]}return Object.defineProperty(t.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),t.prototype.get=function(t){var n=e(this.__entries__,t),r=this.__entries__[n];return r&&r[1]},t.prototype.set=function(t,n){var r=e(this.__entries__,t);~r?this.__entries__[r][1]=n:this.__entries__.push([t,n])},t.prototype.delete=function(t){var n=this.__entries__,r=e(n,t);~r&&n.splice(r,1)},t.prototype.has=function(t){return!!~e(this.__entries__,t)},t.prototype.clear=function(){this.__entries__.splice(0)},t.prototype.forEach=function(e,t){void 0===t&&(t=null);for(var n=0,r=this.__entries__;n<r.length;n++){var o=r[n];e.call(t,o[1],o[0])}},t}()}(),r="undefined"!==typeof window&&"undefined"!==typeof document&&window.document===document,o="undefined"!==typeof e&&e.Math===Math?e:"undefined"!==typeof self&&self.Math===Math?self:"undefined"!==typeof window&&window.Math===Math?window:Function("return this")(),i="function"===typeof requestAnimationFrame?requestAnimationFrame.bind(o):function(e){return setTimeout((function(){return e(Date.now())}),1e3/60)};var a=["top","right","bottom","left","width","height","size","weight"],s="undefined"!==typeof MutationObserver,c=function(){function e(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=function(e,t){var n=!1,r=!1,o=0;function a(){n&&(n=!1,e()),r&&c()}function s(){i(a)}function c(){var e=Date.now();if(n){if(e-o<2)return;r=!0}else n=!0,r=!1,setTimeout(s,t);o=e}return c}(this.refresh.bind(this),20)}return e.prototype.addObserver=function(e){~this.observers_.indexOf(e)||this.observers_.push(e),this.connected_||this.connect_()},e.prototype.removeObserver=function(e){var t=this.observers_,n=t.indexOf(e);~n&&t.splice(n,1),!t.length&&this.connected_&&this.disconnect_()},e.prototype.refresh=function(){this.updateObservers_()&&this.refresh()},e.prototype.updateObservers_=function(){var e=this.observers_.filter((function(e){return e.gatherActive(),e.hasActive()}));return e.forEach((function(e){return e.broadcastActive()})),e.length>0},e.prototype.connect_=function(){r&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),s?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){r&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(e){var t=e.propertyName,n=void 0===t?"":t;a.some((function(e){return!!~n.indexOf(e)}))&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),u=function(e,t){for(var n=0,r=Object.keys(t);n<r.length;n++){var o=r[n];Object.defineProperty(e,o,{value:t[o],enumerable:!1,writable:!1,configurable:!0})}return e},l=function(e){return e&&e.ownerDocument&&e.ownerDocument.defaultView||o},p=M(0,0,0,0);function f(e){return parseFloat(e)||0}function d(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return t.reduce((function(t,n){return t+f(e["border-"+n+"-width"])}),0)}function h(e){var t=e.clientWidth,n=e.clientHeight;if(!t&&!n)return p;var r=l(e).getComputedStyle(e),o=function(e){for(var t={},n=0,r=["top","right","bottom","left"];n<r.length;n++){var o=r[n],i=e["padding-"+o];t[o]=f(i)}return t}(r),i=o.left+o.right,a=o.top+o.bottom,s=f(r.width),c=f(r.height);if("border-box"===r.boxSizing&&(Math.round(s+i)!==t&&(s-=d(r,"left","right")+i),Math.round(c+a)!==n&&(c-=d(r,"top","bottom")+a)),!function(e){return e===l(e).document.documentElement}(e)){var u=Math.round(s+i)-t,h=Math.round(c+a)-n;1!==Math.abs(u)&&(s-=u),1!==Math.abs(h)&&(c-=h)}return M(o.left,o.top,s,c)}var b="undefined"!==typeof SVGGraphicsElement?function(e){return e instanceof l(e).SVGGraphicsElement}:function(e){return e instanceof l(e).SVGElement&&"function"===typeof e.getBBox};function m(e){return r?b(e)?function(e){var t=e.getBBox();return M(0,0,t.width,t.height)}(e):h(e):p}function M(e,t,n,r){return{x:e,y:t,width:n,height:r}}var g=function(){function e(e){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=M(0,0,0,0),this.target=e}return e.prototype.isActive=function(){var e=m(this.target);return this.contentRect_=e,e.width!==this.broadcastWidth||e.height!==this.broadcastHeight},e.prototype.broadcastRect=function(){var e=this.contentRect_;return this.broadcastWidth=e.width,this.broadcastHeight=e.height,e},e}(),y=function(e,t){var n=function(e){var t=e.x,n=e.y,r=e.width,o=e.height,i="undefined"!==typeof DOMRectReadOnly?DOMRectReadOnly:Object,a=Object.create(i.prototype);return u(a,{x:t,y:n,width:r,height:o,top:n,right:t+r,bottom:o+n,left:t}),a}(t);u(this,{target:e,contentRect:n})},v=function(){function e(e,t,r){if(this.activeObservations_=[],this.observations_=new n,"function"!==typeof e)throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=e,this.controller_=t,this.callbackCtx_=r}return e.prototype.observe=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!==typeof Element&&Element instanceof Object){if(!(e instanceof l(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;t.has(e)||(t.set(e,new g(e)),this.controller_.addObserver(this),this.controller_.refresh())}},e.prototype.unobserve=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!==typeof Element&&Element instanceof Object){if(!(e instanceof l(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;t.has(e)&&(t.delete(e),t.size||this.controller_.removeObserver(this))}},e.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},e.prototype.gatherActive=function(){var e=this;this.clearActive(),this.observations_.forEach((function(t){t.isActive()&&e.activeObservations_.push(t)}))},e.prototype.broadcastActive=function(){if(this.hasActive()){var e=this.callbackCtx_,t=this.activeObservations_.map((function(e){return new y(e.target,e.broadcastRect())}));this.callback_.call(e,t,e),this.clearActive()}},e.prototype.clearActive=function(){this.activeObservations_.splice(0)},e.prototype.hasActive=function(){return this.activeObservations_.length>0},e}(),A="undefined"!==typeof WeakMap?new WeakMap:new n,_=function e(t){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var n=c.getInstance(),r=new v(t,n,this);A.set(this,r)};["observe","unobserve","disconnect"].forEach((function(e){_.prototype[e]=function(){var t;return(t=A.get(this))[e].apply(t,arguments)}}));var w="undefined"!==typeof o.ResizeObserver?o.ResizeObserver:_;t.a=w}).call(this,n(24))},function(e,t,n){var r=n(50),o=n(48);e.exports=function(e,t,n){var i=!0,a=!0;if("function"!=typeof e)throw new TypeError("Expected a function");return o(n)&&(i="leading"in n?!!n.leading:i,a="trailing"in n?!!n.trailing:a),r(e,t,{leading:i,maxWait:t,trailing:a})}},function(e,t,n){"use strict";var r=n(138).CopyToClipboard;r.CopyToClipboard=r,e.exports=r},,function(e,t,n){"use strict";var r=n(0),o=n.n(r),i=n(29),a=n(74),s=function(e){var t=[],n=null,r=function(){for(var r=arguments.length,o=new Array(r),i=0;i<r;i++)o[i]=arguments[i];t=o,n||(n=requestAnimationFrame((function(){n=null,e.apply(void 0,t)})))};return r.cancel=function(){n&&(cancelAnimationFrame(n),n=null)},r},c=n(50),u=n.n(c),l=n(75),p=n.n(l),f={debounce:u.a,throttle:p.a},d=function(e){return"function"===typeof e},h=function(){return"undefined"===typeof window},b=function(e){return e instanceof Element||e instanceof HTMLDocument};function m(e){return(m="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function M(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function g(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function y(e,t){return(y=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function v(e){var t=function(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=w(e);if(t){var o=w(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return A(this,n)}}function A(e,t){return!t||"object"!==m(t)&&"function"!==typeof t?_(e):t}function _(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function w(e){return(w=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function O(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var z=function(e){!function(e,t){if("function"!==typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&y(e,t)}(l,e);var t,n,c,u=v(l);function l(e){var t;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,l),O(_(t=u.call(this,e)),"cancelHandler",(function(){t.resizeHandler&&t.resizeHandler.cancel&&(t.resizeHandler.cancel(),t.resizeHandler=null)})),O(_(t),"rafClean",(function(){t.raf&&t.raf.cancel&&(t.raf.cancel(),t.raf=null)})),O(_(t),"attachObserver",(function(){var e=t.props.targetRef;e&&e.current&&(t.targetRef.current=e.current);var n=t.getElement();n&&(t.observableElement&&t.observableElement===n||(t.observableElement=n,t.resizeObserver.observe(n)))})),O(_(t),"getElement",(function(){var e=t.props,n=e.querySelector,r=e.targetDomEl;if(!h()){if(n)return document.querySelector(n);if(r&&b(r))return r;if(t.targetRef&&b(t.targetRef.current))return t.targetRef.current;var o=Object(i.findDOMNode)(_(t));if(o)switch(t.getRenderType()){case"renderProp":case"childFunction":case"child":case"childArray":return o;default:return o.parentElement}}})),O(_(t),"createUpdater",(function(){return t.rafClean(),t.raf=s((function(e){var n=e.width,r=e.height,o=t.props.onResize;d(o)&&o(n,r),t.setState({width:n,height:r})})),t.raf})),O(_(t),"createResizeHandler",(function(e){var n=t.state,r=n.width,o=n.height,i=t.props,a=i.handleWidth,s=i.handleHeight;if(a||s){var c=t.createUpdater();e.forEach((function(e){var n=e&&e.contentRect||{},i=n.width,u=n.height,l=a&&r!==i||s&&o!==u;!t.skipOnMount&&l&&!h()&&c({width:i,height:u}),t.skipOnMount=!1}))}})),O(_(t),"getRenderType",(function(){var e=t.props,n=e.render,o=e.children;return d(n)?"renderProp":d(o)?"childFunction":Object(r.isValidElement)(o)?"child":Array.isArray(o)?"childArray":"parent"}));var n=e.skipOnMount,o=e.refreshMode,c=e.refreshRate,p=e.refreshOptions;t.state={width:void 0,height:void 0},t.skipOnMount=n,t.raf=null,t.unmounted=!1,t.targetRef=Object(r.createRef)(),t.observableElement=null;var m=f[o];return t.resizeHandler=m?m(t.createResizeHandler,c,p):t.createResizeHandler,t.resizeObserver=new a.a(t.resizeHandler),t}return t=l,(n=[{key:"componentDidMount",value:function(){this.attachObserver()}},{key:"componentDidUpdate",value:function(){this.attachObserver()}},{key:"componentWillUnmount",value:function(){this.resizeObserver.disconnect(),this.rafClean(),this.cancelHandler(),this.unmounted=!0}},{key:"render",value:function(){var e=this.props,t=e.render,n=e.children,i=e.nodeType,a=this.state,s={width:a.width,height:a.height,targetRef:this.targetRef};switch(this.getRenderType()){case"renderProp":return t(s);case"childFunction":return n(s);case"child":if("string"===typeof n.type){var c=M(s,["targetRef"]);return Object(r.cloneElement)(n,c)}return Object(r.cloneElement)(n,s);case"childArray":return n.map((function(e){return!!e&&Object(r.cloneElement)(e,s)}));default:return o.a.createElement(i,null)}}}])&&g(t.prototype,n),c&&g(t,c),l}(r.PureComponent);z.defaultProps={handleWidth:!0,handleHeight:!0,skipOnMount:!1,refreshRate:1e3,refreshMode:void 0,refreshOptions:void 0,querySelector:null,targetDomEl:null,targetRef:null,onResize:null,render:void 0,children:null,nodeType:"div"};var T=z;t.a=T},function(e,t,n){"use strict";var r=n(5),o=n(3),i=n(7),a=n(8),s=n(1),c=n.n(s),u=n(0);n(53);function l(e){return null!=e&&"object"==typeof e&&1===e.nodeType}function p(e,t){return(!t||"hidden"!==e)&&"visible"!==e&&"clip"!==e}function f(e,t){if(e.clientHeight<e.scrollHeight||e.clientWidth<e.scrollWidth){var n=getComputedStyle(e,null);return p(n.overflowY,t)||p(n.overflowX,t)||function(e){var t=function(e){if(!e.ownerDocument||!e.ownerDocument.defaultView)return null;try{return e.ownerDocument.defaultView.frameElement}catch(e){return null}}(e);return!!t&&(t.clientHeight<e.scrollHeight||t.clientWidth<e.scrollWidth)}(e)}return!1}function d(e,t,n,r,o,i,a,s){return i<e&&a>t||i>e&&a<t?0:i<=e&&s<=n||a>=t&&s>=n?i-e-r:a>t&&s<n||i<e&&s>n?a-t+o:0}var h=0;function b(e){return"function"===typeof e?e:m}function m(){}function M(e,t){null!==e&&function(e,t){var n=window,r=t.scrollMode,o=t.block,i=t.inline,a=t.boundary,s=t.skipOverflowHiddenElements,c="function"==typeof a?a:function(e){return e!==a};if(!l(e))throw new TypeError("Invalid target");for(var u=document.scrollingElement||document.documentElement,p=[],h=e;l(h)&&c(h);){if((h=h.parentNode)===u){p.push(h);break}h===document.body&&f(h)&&!f(document.documentElement)||f(h,s)&&p.push(h)}for(var b=n.visualViewport?n.visualViewport.width:innerWidth,m=n.visualViewport?n.visualViewport.height:innerHeight,M=window.scrollX||pageXOffset,g=window.scrollY||pageYOffset,y=e.getBoundingClientRect(),v=y.height,A=y.width,_=y.top,w=y.right,O=y.bottom,z=y.left,T="start"===o||"nearest"===o?_:"end"===o?O:_+v/2,x="center"===i?z+A/2:"end"===i?w:z,N=[],L=0;L<p.length;L++){var E=p[L],S=E.getBoundingClientRect(),C=S.height,k=S.width,q=S.top,W=S.right,P=S.bottom,D=S.left;if("if-needed"===r&&_>=0&&z>=0&&O<=m&&w<=b&&_>=q&&O<=P&&z>=D&&w<=W)return N;var B=getComputedStyle(E),j=parseInt(B.borderLeftWidth,10),R=parseInt(B.borderTopWidth,10),X=parseInt(B.borderRightWidth,10),I=parseInt(B.borderBottomWidth,10),U=0,F=0,H="offsetWidth"in E?E.offsetWidth-E.clientWidth-j-X:0,V="offsetHeight"in E?E.offsetHeight-E.clientHeight-R-I:0;if(u===E)U="start"===o?T:"end"===o?T-m:"nearest"===o?d(g,g+m,m,R,I,g+T,g+T+v,v):T-m/2,F="start"===i?x:"center"===i?x-b/2:"end"===i?x-b:d(M,M+b,b,j,X,M+x,M+x+A,A),U=Math.max(0,U+g),F=Math.max(0,F+M);else{U="start"===o?T-q-R:"end"===o?T-P+I+V:"nearest"===o?d(q,P,C,R,I+V,T,T+v,v):T-(q+C/2)+V/2,F="start"===i?x-D-j:"center"===i?x-(D+k/2)+H/2:"end"===i?x-W+X+H:d(D,W,k,j,X+H,x,x+A,A);var G=E.scrollLeft,Y=E.scrollTop;T+=Y-(U=Math.max(0,Math.min(Y+U,E.scrollHeight-C+V))),x+=G-(F=Math.max(0,Math.min(G+F,E.scrollWidth-k+H)))}N.push({el:E,top:U,left:F})}return N}(e,{boundary:t,block:"nearest",scrollMode:"if-needed"}).forEach((function(e){var t=e.el,n=e.top,r=e.left;t.scrollTop=n,t.scrollLeft=r}))}function g(e,t){return e===t||e.contains&&e.contains(t)}function y(e,t){var n;function r(){n&&clearTimeout(n)}function o(){for(var o=arguments.length,i=new Array(o),a=0;a<o;a++)i[a]=arguments[a];r(),n=setTimeout((function(){n=null,e.apply(void 0,i)}),t)}return o.cancel=r,o}function v(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return function(e){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return t.some((function(t){return t&&t.apply(void 0,[e].concat(r)),e.preventDownshiftDefault||e.hasOwnProperty("nativeEvent")&&e.nativeEvent.preventDownshiftDefault}))}}function A(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return function(e){t.forEach((function(t){"function"===typeof t?t(e):t&&(t.current=e)}))}}function _(e){var t=e.isOpen,n=e.selectedItem,r=e.resultCount,o=e.previousResultCount,i=e.itemToString;return t?r?r!==o?r+" result"+(1===r?" is":"s are")+" available, use up and down arrow keys to navigate. Press Enter key to select.":"":"No results are available.":n?i(n):""}function w(e,t){return!(e=Array.isArray(e)?e[0]:e)&&t?t:e}function O(e){return"string"===typeof e.type}function z(e){return e.props}var T=["highlightedIndex","inputValue","isOpen","selectedItem","type"];function x(e){void 0===e&&(e={});var t={};return T.forEach((function(n){e.hasOwnProperty(n)&&(t[n]=e[n])})),t}function N(e){var t=e.key,n=e.keyCode;return n>=37&&n<=40&&0!==t.indexOf("Arrow")?"Arrow"+t:t}function L(e,t,n){var r=n-1;("number"!==typeof t||t<0||t>=n)&&(t=e>0?-1:r+1);var o=t+e;return o<0?o=r:o>r&&(o=0),o}var E=y((function(){C().textContent=""}),500);function S(e,t){var n=C(t);e&&(n.textContent=e,E())}function C(e){void 0===e&&(e=document);var t=e.getElementById("a11y-status-message");return t||((t=e.createElement("div")).setAttribute("id","a11y-status-message"),t.setAttribute("role","status"),t.setAttribute("aria-live","polite"),t.setAttribute("aria-relevant","additions text"),Object.assign(t.style,{border:"0",clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:"0",position:"absolute",width:"1px"}),e.body.appendChild(t),t)}var k=Object.freeze({__proto__:null,unknown:0,mouseUp:1,itemMouseEnter:2,keyDownArrowUp:3,keyDownArrowDown:4,keyDownEscape:5,keyDownEnter:6,keyDownHome:7,keyDownEnd:8,clickItem:9,blurInput:10,changeInput:11,keyDownSpaceButton:12,clickButton:13,blurButton:14,controlledPropUpdatedSelectedItem:15,touchEnd:16}),q=function(){var e=function(e){function t(t){var n=e.call(this,t)||this;n.id=n.props.id||"downshift-"+String(h++),n.menuId=n.props.menuId||n.id+"-menu",n.labelId=n.props.labelId||n.id+"-label",n.inputId=n.props.inputId||n.id+"-input",n.getItemId=n.props.getItemId||function(e){return n.id+"-item-"+e},n.input=null,n.items=[],n.itemCount=null,n.previousResultCount=0,n.timeoutIds=[],n.internalSetTimeout=function(e,t){var r=setTimeout((function(){n.timeoutIds=n.timeoutIds.filter((function(e){return e!==r})),e()}),t);n.timeoutIds.push(r)},n.setItemCount=function(e){n.itemCount=e},n.unsetItemCount=function(){n.itemCount=null},n.setHighlightedIndex=function(e,t){void 0===e&&(e=n.props.defaultHighlightedIndex),void 0===t&&(t={}),t=x(t),n.internalSetState(Object(o.a)({highlightedIndex:e},t))},n.clearSelection=function(e){n.internalSetState({selectedItem:null,inputValue:"",highlightedIndex:n.props.defaultHighlightedIndex,isOpen:n.props.defaultIsOpen},e)},n.selectItem=function(e,t,r){t=x(t),n.internalSetState(Object(o.a)({isOpen:n.props.defaultIsOpen,highlightedIndex:n.props.defaultHighlightedIndex,selectedItem:e,inputValue:n.props.itemToString(e)},t),r)},n.selectItemAtIndex=function(e,t,r){var o=n.items[e];null!=o&&n.selectItem(o,t,r)},n.selectHighlightedItem=function(e,t){return n.selectItemAtIndex(n.getState().highlightedIndex,e,t)},n.internalSetState=function(e,t){var r,i,a={},s="function"===typeof e;return!s&&e.hasOwnProperty("inputValue")&&n.props.onInputValueChange(e.inputValue,Object(o.a)({},n.getStateAndHelpers(),{},e)),n.setState((function(t){t=n.getState(t);var c=s?e(t):e;c=n.props.stateReducer(t,c),r=c.hasOwnProperty("selectedItem");var u={},l={};return r&&c.selectedItem!==t.selectedItem&&(i=c.selectedItem),c.type=c.type||0,Object.keys(c).forEach((function(e){t[e]!==c[e]&&(a[e]=c[e]),"type"!==e&&(l[e]=c[e],n.isControlledProp(e)||(u[e]=c[e]))})),s&&c.hasOwnProperty("inputValue")&&n.props.onInputValueChange(c.inputValue,Object(o.a)({},n.getStateAndHelpers(),{},c)),u}),(function(){b(t)(),Object.keys(a).length>1&&n.props.onStateChange(a,n.getStateAndHelpers()),r&&n.props.onSelect(e.selectedItem,n.getStateAndHelpers()),void 0!==i&&n.props.onChange(i,n.getStateAndHelpers()),n.props.onUserAction(a,n.getStateAndHelpers())}))},n.rootRef=function(e){return n._rootNode=e},n.getRootProps=function(e,t){var i,a=void 0===e?{}:e,s=a.refKey,c=void 0===s?"ref":s,u=a.ref,l=Object(r.a)(a,["refKey","ref"]),p=(void 0===t?{}:t).suppressRefError,f=void 0!==p&&p;n.getRootProps.called=!0,n.getRootProps.refKey=c,n.getRootProps.suppressRefError=f;var d=n.getState().isOpen;return Object(o.a)(((i={})[c]=A(u,n.rootRef),i.role="combobox",i["aria-expanded"]=d,i["aria-haspopup"]="listbox",i["aria-owns"]=d?n.menuId:null,i["aria-labelledby"]=n.labelId,i),l)},n.keyDownHandlers={ArrowDown:function(e){var t=this;if(e.preventDefault(),this.getState().isOpen){var n=e.shiftKey?5:1;this.moveHighlightedIndex(n,{type:4})}else this.internalSetState({isOpen:!0,type:4},(function(){var e=t.getItemCount();e>0&&t.setHighlightedIndex(L(1,t.getState().highlightedIndex,e),{type:4})}))},ArrowUp:function(e){var t=this;if(e.preventDefault(),this.getState().isOpen){var n=e.shiftKey?-5:-1;this.moveHighlightedIndex(n,{type:3})}else this.internalSetState({isOpen:!0,type:3},(function(){var e=t.getItemCount();e>0&&t.setHighlightedIndex(L(-1,t.getState().highlightedIndex,e),{type:4})}))},Enter:function(e){var t=this.getState(),n=t.isOpen,r=t.highlightedIndex;if(n&&null!=r){e.preventDefault();var o=this.items[r],i=this.getItemNodeFromIndex(r);if(null==o||i&&i.hasAttribute("disabled"))return;this.selectHighlightedItem({type:6})}},Escape:function(e){e.preventDefault(),this.reset({type:5,selectedItem:null,inputValue:""})}},n.buttonKeyDownHandlers=Object(o.a)({},n.keyDownHandlers,{" ":function(e){e.preventDefault(),this.toggleMenu({type:12})}}),n.inputKeyDownHandlers=Object(o.a)({},n.keyDownHandlers,{Home:function(e){this.highlightFirstOrLastIndex(e,!0,{type:7})},End:function(e){this.highlightFirstOrLastIndex(e,!1,{type:8})}}),n.getToggleButtonProps=function(e){var t=void 0===e?{}:e,i=t.onClick,a=(t.onPress,t.onKeyDown),s=t.onKeyUp,c=t.onBlur,u=Object(r.a)(t,["onClick","onPress","onKeyDown","onKeyUp","onBlur"]),l=n.getState().isOpen,p={onClick:v(i,n.buttonHandleClick),onKeyDown:v(a,n.buttonHandleKeyDown),onKeyUp:v(s,n.buttonHandleKeyUp),onBlur:v(c,n.buttonHandleBlur)},f=u.disabled?{}:p;return Object(o.a)({type:"button",role:"button","aria-label":l?"close menu":"open menu","aria-haspopup":!0,"data-toggle":!0},f,{},u)},n.buttonHandleKeyUp=function(e){e.preventDefault()},n.buttonHandleKeyDown=function(e){var t=N(e);n.buttonKeyDownHandlers[t]&&n.buttonKeyDownHandlers[t].call(Object(i.a)(n),e)},n.buttonHandleClick=function(e){e.preventDefault(),n.props.environment.document.activeElement===n.props.environment.document.body&&e.target.focus(),n.internalSetTimeout((function(){return n.toggleMenu({type:13})}))},n.buttonHandleBlur=function(e){var t=e.target;n.internalSetTimeout((function(){n.isMouseDown||null!=n.props.environment.document.activeElement&&n.props.environment.document.activeElement.id===n.inputId||n.props.environment.document.activeElement===t||n.reset({type:14})}))},n.getLabelProps=function(e){return Object(o.a)({htmlFor:n.inputId,id:n.labelId},e)},n.getInputProps=function(e){var t=void 0===e?{}:e,i=t.onKeyDown,a=t.onBlur,s=t.onChange,c=t.onInput,u=(t.onChangeText,Object(r.a)(t,["onKeyDown","onBlur","onChange","onInput","onChangeText"])),l={};var p,f=n.getState(),d=f.inputValue,h=f.isOpen,b=f.highlightedIndex;u.disabled||((p={}).onChange=v(s,c,n.inputHandleChange),p.onKeyDown=v(i,n.inputHandleKeyDown),p.onBlur=v(a,n.inputHandleBlur),l=p);return Object(o.a)({"aria-autocomplete":"list","aria-activedescendant":h&&"number"===typeof b&&b>=0?n.getItemId(b):null,"aria-controls":h?n.menuId:null,"aria-labelledby":n.labelId,autoComplete:"off",value:d,id:n.inputId},l,{},u)},n.inputHandleKeyDown=function(e){var t=N(e);t&&n.inputKeyDownHandlers[t]&&n.inputKeyDownHandlers[t].call(Object(i.a)(n),e)},n.inputHandleChange=function(e){n.internalSetState({type:11,isOpen:!0,inputValue:e.target.value,highlightedIndex:n.props.defaultHighlightedIndex})},n.inputHandleBlur=function(){n.internalSetTimeout((function(){var e=n.props.environment.document&&!!n.props.environment.document.activeElement&&!!n.props.environment.document.activeElement.dataset&&n.props.environment.document.activeElement.dataset.toggle&&n._rootNode&&n._rootNode.contains(n.props.environment.document.activeElement);n.isMouseDown||e||n.reset({type:10})}))},n.menuRef=function(e){n._menuNode=e},n.getMenuProps=function(e,t){var i,a=void 0===e?{}:e,s=a.refKey,c=void 0===s?"ref":s,u=a.ref,l=Object(r.a)(a,["refKey","ref"]),p=(void 0===t?{}:t).suppressRefError,f=void 0!==p&&p;return n.getMenuProps.called=!0,n.getMenuProps.refKey=c,n.getMenuProps.suppressRefError=f,Object(o.a)(((i={})[c]=A(u,n.menuRef),i.role="listbox",i["aria-labelledby"]=l&&l["aria-label"]?null:n.labelId,i.id=n.menuId,i),l)},n.getItemProps=function(e){var t,i=void 0===e?{}:e,a=i.onMouseMove,s=i.onMouseDown,c=i.onClick,u=(i.onPress,i.index),l=i.item,p=void 0===l?void 0:l,f=Object(r.a)(i,["onMouseMove","onMouseDown","onClick","onPress","index","item"]);void 0===u?(n.items.push(p),u=n.items.indexOf(p)):n.items[u]=p;var d=c,h=((t={onMouseMove:v(a,(function(){u!==n.getState().highlightedIndex&&(n.setHighlightedIndex(u,{type:2}),n.avoidScrolling=!0,n.internalSetTimeout((function(){return n.avoidScrolling=!1}),250))})),onMouseDown:v(s,(function(e){e.preventDefault()}))}).onClick=v(d,(function(){n.selectItemAtIndex(u,{type:9})})),t),b=f.disabled?{onMouseDown:h.onMouseDown}:h;return Object(o.a)({id:n.getItemId(u),role:"option","aria-selected":n.getState().highlightedIndex===u},b,{},f)},n.clearItems=function(){n.items=[]},n.reset=function(e,t){void 0===e&&(e={}),e=x(e),n.internalSetState((function(t){var r=t.selectedItem;return Object(o.a)({isOpen:n.props.defaultIsOpen,highlightedIndex:n.props.defaultHighlightedIndex,inputValue:n.props.itemToString(r)},e)}),t)},n.toggleMenu=function(e,t){void 0===e&&(e={}),e=x(e),n.internalSetState((function(t){var r=t.isOpen;return Object(o.a)({isOpen:!r},r&&{highlightedIndex:n.props.defaultHighlightedIndex},{},e)}),(function(){var r=n.getState(),o=r.isOpen,i=r.highlightedIndex;o&&n.getItemCount()>0&&"number"===typeof i&&n.setHighlightedIndex(i,e),b(t)()}))},n.openMenu=function(e){n.internalSetState({isOpen:!0},e)},n.closeMenu=function(e){n.internalSetState({isOpen:!1},e)},n.updateStatus=y((function(){var e=n.getState(),t=n.items[e.highlightedIndex],r=n.getItemCount(),i=n.props.getA11yStatusMessage(Object(o.a)({itemToString:n.props.itemToString,previousResultCount:n.previousResultCount,resultCount:r,highlightedItem:t},e));n.previousResultCount=r,S(i,n.props.environment.document)}),200);var a=n.props,s=a.defaultHighlightedIndex,c=a.initialHighlightedIndex,u=void 0===c?s:c,l=a.defaultIsOpen,p=a.initialIsOpen,f=void 0===p?l:p,d=a.initialInputValue,m=void 0===d?"":d,M=a.initialSelectedItem,g=void 0===M?null:M,_=n.getState({highlightedIndex:u,isOpen:f,inputValue:m,selectedItem:g});return null!=_.selectedItem&&void 0===n.props.initialInputValue&&(_.inputValue=n.props.itemToString(_.selectedItem)),n.state=_,n}Object(a.a)(t,e);var n=t.prototype;return n.internalClearTimeouts=function(){this.timeoutIds.forEach((function(e){clearTimeout(e)})),this.timeoutIds=[]},n.getState=function(e){var t=this;return void 0===e&&(e=this.state),Object.keys(e).reduce((function(n,r){return n[r]=t.isControlledProp(r)?t.props[r]:e[r],n}),{})},n.isControlledProp=function(e){return void 0!==this.props[e]},n.getItemCount=function(){var e=this.items.length;return null!=this.itemCount?e=this.itemCount:void 0!==this.props.itemCount&&(e=this.props.itemCount),e},n.getItemNodeFromIndex=function(e){return this.props.environment.document.getElementById(this.getItemId(e))},n.scrollHighlightedItemIntoView=function(){var e=this.getItemNodeFromIndex(this.getState().highlightedIndex);this.props.scrollIntoView(e,this._menuNode)},n.moveHighlightedIndex=function(e,t){var n=this.getItemCount();if(n>0){var r=L(e,this.getState().highlightedIndex,n);this.setHighlightedIndex(r,t)}},n.highlightFirstOrLastIndex=function(e,t,n){var r=this.getItemCount()-1;r<0||!this.getState().isOpen||(e.preventDefault(),this.setHighlightedIndex(t?0:r,n))},n.getStateAndHelpers=function(){var e=this.getState(),t=e.highlightedIndex,n=e.inputValue,r=e.selectedItem,o=e.isOpen,i=this.props.itemToString,a=this.id,s=this.getRootProps,c=this.getToggleButtonProps,u=this.getLabelProps,l=this.getMenuProps,p=this.getInputProps,f=this.getItemProps,d=this.openMenu,h=this.closeMenu,b=this.toggleMenu,m=this.selectItem,M=this.selectItemAtIndex,g=this.selectHighlightedItem,y=this.setHighlightedIndex,v=this.clearSelection,A=this.clearItems;return{getRootProps:s,getToggleButtonProps:c,getLabelProps:u,getMenuProps:l,getInputProps:p,getItemProps:f,reset:this.reset,openMenu:d,closeMenu:h,toggleMenu:b,selectItem:m,selectItemAtIndex:M,selectHighlightedItem:g,setHighlightedIndex:y,clearSelection:v,clearItems:A,setItemCount:this.setItemCount,unsetItemCount:this.unsetItemCount,setState:this.internalSetState,itemToString:i,id:a,highlightedIndex:t,inputValue:n,isOpen:o,selectedItem:r}},n.componentDidMount=function(){var e=this;var t=function(t,n){void 0===n&&(n=!0);var r=e.props.environment.document;return[e._rootNode,e._menuNode].some((function(e){return e&&(g(e,t)||n&&g(e,r.activeElement))}))},n=function(){e.isMouseDown=!0},r=function(n){e.isMouseDown=!1,!t(n.target)&&e.getState().isOpen&&e.reset({type:1},(function(){return e.props.onOuterClick(e.getStateAndHelpers())}))},o=function(){e.isTouchMove=!1},i=function(){e.isTouchMove=!0},a=function(n){var r=t(n.target,!1);e.isTouchMove||r||!e.getState().isOpen||e.reset({type:16},(function(){return e.props.onOuterClick(e.getStateAndHelpers())}))},s=this.props.environment;s.addEventListener("mousedown",n),s.addEventListener("mouseup",r),s.addEventListener("touchstart",o),s.addEventListener("touchmove",i),s.addEventListener("touchend",a),this.cleanup=function(){e.internalClearTimeouts(),e.updateStatus.cancel(),s.removeEventListener("mousedown",n),s.removeEventListener("mouseup",r),s.removeEventListener("touchstart",o),s.removeEventListener("touchmove",i),s.removeEventListener("touchend",a)}},n.shouldScroll=function(e,t){var n=(void 0===this.props.highlightedIndex?this.getState():this.props).highlightedIndex,r=(void 0===t.highlightedIndex?e:t).highlightedIndex;return n&&this.getState().isOpen&&!e.isOpen||n!==r},n.componentDidUpdate=function(e,t){this.isControlledProp("selectedItem")&&this.props.selectedItemChanged(e.selectedItem,this.props.selectedItem)&&this.internalSetState({type:15,inputValue:this.props.itemToString(this.props.selectedItem)}),!this.avoidScrolling&&this.shouldScroll(t,e)&&this.scrollHighlightedItemIntoView(),this.updateStatus()},n.componentWillUnmount=function(){this.cleanup()},n.render=function(){var e=w(this.props.children,m);this.clearItems(),this.getRootProps.called=!1,this.getRootProps.refKey=void 0,this.getRootProps.suppressRefError=void 0,this.getMenuProps.called=!1,this.getMenuProps.refKey=void 0,this.getMenuProps.suppressRefError=void 0,this.getLabelProps.called=!1,this.getInputProps.called=!1;var t=w(e(this.getStateAndHelpers()));return t?this.getRootProps.called||this.props.suppressRefError?t:O(t)?Object(u.cloneElement)(t,this.getRootProps(z(t))):void 0:null},t}(u.Component);return e.defaultProps={defaultHighlightedIndex:null,defaultIsOpen:!1,getA11yStatusMessage:_,itemToString:function(e){return null==e?"":String(e)},onStateChange:m,onInputValueChange:m,onUserAction:m,onChange:m,onSelect:m,onOuterClick:m,selectedItemChanged:function(e,t){return e!==t},environment:"undefined"===typeof window?{}:window,stateReducer:function(e,t){return t},suppressRefError:!1,scrollIntoView:M},e.stateChangeTypes=k,e}();c.a.array.isRequired,c.a.func,c.a.func,c.a.func,c.a.bool,c.a.number,c.a.number,c.a.number,c.a.bool,c.a.bool,c.a.bool,c.a.any,c.a.any,c.a.any,c.a.string,c.a.string,c.a.string,c.a.func,c.a.string,c.a.func,c.a.func,c.a.func,c.a.func,c.a.func,c.a.shape({addEventListener:c.a.func,removeEventListener:c.a.func,document:c.a.shape({getElementById:c.a.func,activeElement:c.a.any,body:c.a.any})});"undefined"===typeof window||window;t.a=q},,,function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},function(e,t,n){"use strict";var r=n(55),o="function"===typeof Symbol&&Symbol.for,i=o?Symbol.for("react.element"):60103,a=o?Symbol.for("react.portal"):60106,s=o?Symbol.for("react.fragment"):60107,c=o?Symbol.for("react.strict_mode"):60108,u=o?Symbol.for("react.profiler"):60114,l=o?Symbol.for("react.provider"):60109,p=o?Symbol.for("react.context"):60110,f=o?Symbol.for("react.forward_ref"):60112,d=o?Symbol.for("react.suspense"):60113,h=o?Symbol.for("react.memo"):60115,b=o?Symbol.for("react.lazy"):60116,m="function"===typeof Symbol&&Symbol.iterator;function M(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var g={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},y={};function v(e,t,n){this.props=e,this.context=t,this.refs=y,this.updater=n||g}function A(){}function _(e,t,n){this.props=e,this.context=t,this.refs=y,this.updater=n||g}v.prototype.isReactComponent={},v.prototype.setState=function(e,t){if("object"!==typeof e&&"function"!==typeof e&&null!=e)throw Error(M(85));this.updater.enqueueSetState(this,e,t,"setState")},v.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},A.prototype=v.prototype;var w=_.prototype=new A;w.constructor=_,r(w,v.prototype),w.isPureReactComponent=!0;var O={current:null},z=Object.prototype.hasOwnProperty,T={key:!0,ref:!0,__self:!0,__source:!0};function x(e,t,n){var r,o={},a=null,s=null;if(null!=t)for(r in void 0!==t.ref&&(s=t.ref),void 0!==t.key&&(a=""+t.key),t)z.call(t,r)&&!T.hasOwnProperty(r)&&(o[r]=t[r]);var c=arguments.length-2;if(1===c)o.children=n;else if(1<c){for(var u=Array(c),l=0;l<c;l++)u[l]=arguments[l+2];o.children=u}if(e&&e.defaultProps)for(r in c=e.defaultProps)void 0===o[r]&&(o[r]=c[r]);return{$$typeof:i,type:e,key:a,ref:s,props:o,_owner:O.current}}function N(e){return"object"===typeof e&&null!==e&&e.$$typeof===i}var L=/\/+/g,E=[];function S(e,t,n,r){if(E.length){var o=E.pop();return o.result=e,o.keyPrefix=t,o.func=n,o.context=r,o.count=0,o}return{result:e,keyPrefix:t,func:n,context:r,count:0}}function C(e){e.result=null,e.keyPrefix=null,e.func=null,e.context=null,e.count=0,10>E.length&&E.push(e)}function k(e,t,n){return null==e?0:function e(t,n,r,o){var s=typeof t;"undefined"!==s&&"boolean"!==s||(t=null);var c=!1;if(null===t)c=!0;else switch(s){case"string":case"number":c=!0;break;case"object":switch(t.$$typeof){case i:case a:c=!0}}if(c)return r(o,t,""===n?"."+q(t,0):n),1;if(c=0,n=""===n?".":n+":",Array.isArray(t))for(var u=0;u<t.length;u++){var l=n+q(s=t[u],u);c+=e(s,l,r,o)}else if(null===t||"object"!==typeof t?l=null:l="function"===typeof(l=m&&t[m]||t["@@iterator"])?l:null,"function"===typeof l)for(t=l.call(t),u=0;!(s=t.next()).done;)c+=e(s=s.value,l=n+q(s,u++),r,o);else if("object"===s)throw r=""+t,Error(M(31,"[object Object]"===r?"object with keys {"+Object.keys(t).join(", ")+"}":r,""));return c}(e,"",t,n)}function q(e,t){return"object"===typeof e&&null!==e&&null!=e.key?function(e){var t={"=":"=0",":":"=2"};return"$"+(""+e).replace(/[=:]/g,(function(e){return t[e]}))}(e.key):t.toString(36)}function W(e,t){e.func.call(e.context,t,e.count++)}function P(e,t,n){var r=e.result,o=e.keyPrefix;e=e.func.call(e.context,t,e.count++),Array.isArray(e)?D(e,r,n,(function(e){return e})):null!=e&&(N(e)&&(e=function(e,t){return{$$typeof:i,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(e,o+(!e.key||t&&t.key===e.key?"":(""+e.key).replace(L,"$&/")+"/")+n)),r.push(e))}function D(e,t,n,r,o){var i="";null!=n&&(i=(""+n).replace(L,"$&/")+"/"),k(e,P,t=S(t,i,r,o)),C(t)}var B={current:null};function j(){var e=B.current;if(null===e)throw Error(M(321));return e}var R={ReactCurrentDispatcher:B,ReactCurrentBatchConfig:{suspense:null},ReactCurrentOwner:O,IsSomeRendererActing:{current:!1},assign:r};t.Children={map:function(e,t,n){if(null==e)return e;var r=[];return D(e,r,null,t,n),r},forEach:function(e,t,n){if(null==e)return e;k(e,W,t=S(null,null,t,n)),C(t)},count:function(e){return k(e,(function(){return null}),null)},toArray:function(e){var t=[];return D(e,t,null,(function(e){return e})),t},only:function(e){if(!N(e))throw Error(M(143));return e}},t.Component=v,t.Fragment=s,t.Profiler=u,t.PureComponent=_,t.StrictMode=c,t.Suspense=d,t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=R,t.cloneElement=function(e,t,n){if(null===e||void 0===e)throw Error(M(267,e));var o=r({},e.props),a=e.key,s=e.ref,c=e._owner;if(null!=t){if(void 0!==t.ref&&(s=t.ref,c=O.current),void 0!==t.key&&(a=""+t.key),e.type&&e.type.defaultProps)var u=e.type.defaultProps;for(l in t)z.call(t,l)&&!T.hasOwnProperty(l)&&(o[l]=void 0===t[l]&&void 0!==u?u[l]:t[l])}var l=arguments.length-2;if(1===l)o.children=n;else if(1<l){u=Array(l);for(var p=0;p<l;p++)u[p]=arguments[p+2];o.children=u}return{$$typeof:i,type:e.type,key:a,ref:s,props:o,_owner:c}},t.createContext=function(e,t){return void 0===t&&(t=null),(e={$$typeof:p,_calculateChangedBits:t,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null}).Provider={$$typeof:l,_context:e},e.Consumer=e},t.createElement=x,t.createFactory=function(e){var t=x.bind(null,e);return t.type=e,t},t.createRef=function(){return{current:null}},t.forwardRef=function(e){return{$$typeof:f,render:e}},t.isValidElement=N,t.lazy=function(e){return{$$typeof:b,_ctor:e,_status:-1,_result:null}},t.memo=function(e,t){return{$$typeof:h,type:e,compare:void 0===t?null:t}},t.useCallback=function(e,t){return j().useCallback(e,t)},t.useContext=function(e,t){return j().useContext(e,t)},t.useDebugValue=function(){},t.useEffect=function(e,t){return j().useEffect(e,t)},t.useImperativeHandle=function(e,t,n){return j().useImperativeHandle(e,t,n)},t.useLayoutEffect=function(e,t){return j().useLayoutEffect(e,t)},t.useMemo=function(e,t){return j().useMemo(e,t)},t.useReducer=function(e,t,n){return j().useReducer(e,t,n)},t.useRef=function(e){return j().useRef(e)},t.useState=function(e){return j().useState(e)},t.version="16.14.0"},function(e,t,n){"use strict";var r=n(0),o=n(55),i=n(85);function a(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}if(!r)throw Error(a(227));function s(e,t,n,r,o,i,a,s,c){var u=Array.prototype.slice.call(arguments,3);try{t.apply(n,u)}catch(l){this.onError(l)}}var c=!1,u=null,l=!1,p=null,f={onError:function(e){c=!0,u=e}};function d(e,t,n,r,o,i,a,l,p){c=!1,u=null,s.apply(f,arguments)}var h=null,b=null,m=null;function M(e,t,n){var r=e.type||"unknown-event";e.currentTarget=m(n),function(e,t,n,r,o,i,s,f,h){if(d.apply(this,arguments),c){if(!c)throw Error(a(198));var b=u;c=!1,u=null,l||(l=!0,p=b)}}(r,t,void 0,e),e.currentTarget=null}var g=null,y={};function v(){if(g)for(var e in y){var t=y[e],n=g.indexOf(e);if(!(-1<n))throw Error(a(96,e));if(!_[n]){if(!t.extractEvents)throw Error(a(97,e));for(var r in _[n]=t,n=t.eventTypes){var o=void 0,i=n[r],s=t,c=r;if(w.hasOwnProperty(c))throw Error(a(99,c));w[c]=i;var u=i.phasedRegistrationNames;if(u){for(o in u)u.hasOwnProperty(o)&&A(u[o],s,c);o=!0}else i.registrationName?(A(i.registrationName,s,c),o=!0):o=!1;if(!o)throw Error(a(98,r,e))}}}}function A(e,t,n){if(O[e])throw Error(a(100,e));O[e]=t,z[e]=t.eventTypes[n].dependencies}var _=[],w={},O={},z={};function T(e){var t,n=!1;for(t in e)if(e.hasOwnProperty(t)){var r=e[t];if(!y.hasOwnProperty(t)||y[t]!==r){if(y[t])throw Error(a(102,t));y[t]=r,n=!0}}n&&v()}var x=!("undefined"===typeof window||"undefined"===typeof window.document||"undefined"===typeof window.document.createElement),N=null,L=null,E=null;function S(e){if(e=b(e)){if("function"!==typeof N)throw Error(a(280));var t=e.stateNode;t&&(t=h(t),N(e.stateNode,e.type,t))}}function C(e){L?E?E.push(e):E=[e]:L=e}function k(){if(L){var e=L,t=E;if(E=L=null,S(e),t)for(e=0;e<t.length;e++)S(t[e])}}function q(e,t){return e(t)}function W(e,t,n,r,o){return e(t,n,r,o)}function P(){}var D=q,B=!1,j=!1;function R(){null===L&&null===E||(P(),k())}function X(e,t,n){if(j)return e(t,n);j=!0;try{return D(e,t,n)}finally{j=!1,R()}}var I=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,U=Object.prototype.hasOwnProperty,F={},H={};function V(e,t,n,r,o,i){this.acceptsBooleans=2===t||3===t||4===t,this.attributeName=r,this.attributeNamespace=o,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=i}var G={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach((function(e){G[e]=new V(e,0,!1,e,null,!1)})),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach((function(e){var t=e[0];G[t]=new V(t,1,!1,e[1],null,!1)})),["contentEditable","draggable","spellCheck","value"].forEach((function(e){G[e]=new V(e,2,!1,e.toLowerCase(),null,!1)})),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach((function(e){G[e]=new V(e,2,!1,e,null,!1)})),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach((function(e){G[e]=new V(e,3,!1,e.toLowerCase(),null,!1)})),["checked","multiple","muted","selected"].forEach((function(e){G[e]=new V(e,3,!0,e,null,!1)})),["capture","download"].forEach((function(e){G[e]=new V(e,4,!1,e,null,!1)})),["cols","rows","size","span"].forEach((function(e){G[e]=new V(e,6,!1,e,null,!1)})),["rowSpan","start"].forEach((function(e){G[e]=new V(e,5,!1,e.toLowerCase(),null,!1)}));var Y=/[\-:]([a-z])/g;function K(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach((function(e){var t=e.replace(Y,K);G[t]=new V(t,1,!1,e,null,!1)})),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach((function(e){var t=e.replace(Y,K);G[t]=new V(t,1,!1,e,"http://www.w3.org/1999/xlink",!1)})),["xml:base","xml:lang","xml:space"].forEach((function(e){var t=e.replace(Y,K);G[t]=new V(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1)})),["tabIndex","crossOrigin"].forEach((function(e){G[e]=new V(e,1,!1,e.toLowerCase(),null,!1)})),G.xlinkHref=new V("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0),["src","href","action","formAction"].forEach((function(e){G[e]=new V(e,1,!1,e.toLowerCase(),null,!0)}));var $=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function Q(e,t,n,r){var o=G.hasOwnProperty(t)?G[t]:null;(null!==o?0===o.type:!r&&(2<t.length&&("o"===t[0]||"O"===t[0])&&("n"===t[1]||"N"===t[1])))||(function(e,t,n,r){if(null===t||"undefined"===typeof t||function(e,t,n,r){if(null!==n&&0===n.type)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return!r&&(null!==n?!n.acceptsBooleans:"data-"!==(e=e.toLowerCase().slice(0,5))&&"aria-"!==e);default:return!1}}(e,t,n,r))return!0;if(r)return!1;if(null!==n)switch(n.type){case 3:return!t;case 4:return!1===t;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}(t,n,o,r)&&(n=null),r||null===o?function(e){return!!U.call(H,e)||!U.call(F,e)&&(I.test(e)?H[e]=!0:(F[e]=!0,!1))}(t)&&(null===n?e.removeAttribute(t):e.setAttribute(t,""+n)):o.mustUseProperty?e[o.propertyName]=null===n?3!==o.type&&"":n:(t=o.attributeName,r=o.attributeNamespace,null===n?e.removeAttribute(t):(n=3===(o=o.type)||4===o&&!0===n?"":""+n,r?e.setAttributeNS(r,t,n):e.setAttribute(t,n))))}$.hasOwnProperty("ReactCurrentDispatcher")||($.ReactCurrentDispatcher={current:null}),$.hasOwnProperty("ReactCurrentBatchConfig")||($.ReactCurrentBatchConfig={suspense:null});var J=/^(.*)[\\\/]/,Z="function"===typeof Symbol&&Symbol.for,ee=Z?Symbol.for("react.element"):60103,te=Z?Symbol.for("react.portal"):60106,ne=Z?Symbol.for("react.fragment"):60107,re=Z?Symbol.for("react.strict_mode"):60108,oe=Z?Symbol.for("react.profiler"):60114,ie=Z?Symbol.for("react.provider"):60109,ae=Z?Symbol.for("react.context"):60110,se=Z?Symbol.for("react.concurrent_mode"):60111,ce=Z?Symbol.for("react.forward_ref"):60112,ue=Z?Symbol.for("react.suspense"):60113,le=Z?Symbol.for("react.suspense_list"):60120,pe=Z?Symbol.for("react.memo"):60115,fe=Z?Symbol.for("react.lazy"):60116,de=Z?Symbol.for("react.block"):60121,he="function"===typeof Symbol&&Symbol.iterator;function be(e){return null===e||"object"!==typeof e?null:"function"===typeof(e=he&&e[he]||e["@@iterator"])?e:null}function me(e){if(null==e)return null;if("function"===typeof e)return e.displayName||e.name||null;if("string"===typeof e)return e;switch(e){case ne:return"Fragment";case te:return"Portal";case oe:return"Profiler";case re:return"StrictMode";case ue:return"Suspense";case le:return"SuspenseList"}if("object"===typeof e)switch(e.$$typeof){case ae:return"Context.Consumer";case ie:return"Context.Provider";case ce:var t=e.render;return t=t.displayName||t.name||"",e.displayName||(""!==t?"ForwardRef("+t+")":"ForwardRef");case pe:return me(e.type);case de:return me(e.render);case fe:if(e=1===e._status?e._result:null)return me(e)}return null}function Me(e){var t="";do{e:switch(e.tag){case 3:case 4:case 6:case 7:case 10:case 9:var n="";break e;default:var r=e._debugOwner,o=e._debugSource,i=me(e.type);n=null,r&&(n=me(r.type)),r=i,i="",o?i=" (at "+o.fileName.replace(J,"")+":"+o.lineNumber+")":n&&(i=" (created by "+n+")"),n="\n in "+(r||"Unknown")+i}t+=n,e=e.return}while(e);return t}function ge(e){switch(typeof e){case"boolean":case"number":case"object":case"string":case"undefined":return e;default:return""}}function ye(e){var t=e.type;return(e=e.nodeName)&&"input"===e.toLowerCase()&&("checkbox"===t||"radio"===t)}function ve(e){e._valueTracker||(e._valueTracker=function(e){var t=ye(e)?"checked":"value",n=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),r=""+e[t];if(!e.hasOwnProperty(t)&&"undefined"!==typeof n&&"function"===typeof n.get&&"function"===typeof n.set){var o=n.get,i=n.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return o.call(this)},set:function(e){r=""+e,i.call(this,e)}}),Object.defineProperty(e,t,{enumerable:n.enumerable}),{getValue:function(){return r},setValue:function(e){r=""+e},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}(e))}function Ae(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),r="";return e&&(r=ye(e)?e.checked?"true":"false":e.value),(e=r)!==n&&(t.setValue(e),!0)}function _e(e,t){var n=t.checked;return o({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=n?n:e._wrapperState.initialChecked})}function we(e,t){var n=null==t.defaultValue?"":t.defaultValue,r=null!=t.checked?t.checked:t.defaultChecked;n=ge(null!=t.value?t.value:n),e._wrapperState={initialChecked:r,initialValue:n,controlled:"checkbox"===t.type||"radio"===t.type?null!=t.checked:null!=t.value}}function Oe(e,t){null!=(t=t.checked)&&Q(e,"checked",t,!1)}function ze(e,t){Oe(e,t);var n=ge(t.value),r=t.type;if(null!=n)"number"===r?(0===n&&""===e.value||e.value!=n)&&(e.value=""+n):e.value!==""+n&&(e.value=""+n);else if("submit"===r||"reset"===r)return void e.removeAttribute("value");t.hasOwnProperty("value")?xe(e,t.type,n):t.hasOwnProperty("defaultValue")&&xe(e,t.type,ge(t.defaultValue)),null==t.checked&&null!=t.defaultChecked&&(e.defaultChecked=!!t.defaultChecked)}function Te(e,t,n){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var r=t.type;if(!("submit"!==r&&"reset"!==r||void 0!==t.value&&null!==t.value))return;t=""+e._wrapperState.initialValue,n||t===e.value||(e.value=t),e.defaultValue=t}""!==(n=e.name)&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,""!==n&&(e.name=n)}function xe(e,t,n){"number"===t&&e.ownerDocument.activeElement===e||(null==n?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+n&&(e.defaultValue=""+n))}function Ne(e,t){return e=o({children:void 0},t),(t=function(e){var t="";return r.Children.forEach(e,(function(e){null!=e&&(t+=e)})),t}(t.children))&&(e.children=t),e}function Le(e,t,n,r){if(e=e.options,t){t={};for(var o=0;o<n.length;o++)t["$"+n[o]]=!0;for(n=0;n<e.length;n++)o=t.hasOwnProperty("$"+e[n].value),e[n].selected!==o&&(e[n].selected=o),o&&r&&(e[n].defaultSelected=!0)}else{for(n=""+ge(n),t=null,o=0;o<e.length;o++){if(e[o].value===n)return e[o].selected=!0,void(r&&(e[o].defaultSelected=!0));null!==t||e[o].disabled||(t=e[o])}null!==t&&(t.selected=!0)}}function Ee(e,t){if(null!=t.dangerouslySetInnerHTML)throw Error(a(91));return o({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function Se(e,t){var n=t.value;if(null==n){if(n=t.children,t=t.defaultValue,null!=n){if(null!=t)throw Error(a(92));if(Array.isArray(n)){if(!(1>=n.length))throw Error(a(93));n=n[0]}t=n}null==t&&(t=""),n=t}e._wrapperState={initialValue:ge(n)}}function Ce(e,t){var n=ge(t.value),r=ge(t.defaultValue);null!=n&&((n=""+n)!==e.value&&(e.value=n),null==t.defaultValue&&e.defaultValue!==n&&(e.defaultValue=n)),null!=r&&(e.defaultValue=""+r)}function ke(e){var t=e.textContent;t===e._wrapperState.initialValue&&""!==t&&null!==t&&(e.value=t)}var qe="http://www.w3.org/1999/xhtml",We="http://www.w3.org/2000/svg";function Pe(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function De(e,t){return null==e||"http://www.w3.org/1999/xhtml"===e?Pe(t):"http://www.w3.org/2000/svg"===e&&"foreignObject"===t?"http://www.w3.org/1999/xhtml":e}var Be,je=function(e){return"undefined"!==typeof MSApp&&MSApp.execUnsafeLocalFunction?function(t,n,r,o){MSApp.execUnsafeLocalFunction((function(){return e(t,n)}))}:e}((function(e,t){if(e.namespaceURI!==We||"innerHTML"in e)e.innerHTML=t;else{for((Be=Be||document.createElement("div")).innerHTML="<svg>"+t.valueOf().toString()+"</svg>",t=Be.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}}));function Re(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&3===n.nodeType)return void(n.nodeValue=t)}e.textContent=t}function Xe(e,t){var n={};return n[e.toLowerCase()]=t.toLowerCase(),n["Webkit"+e]="webkit"+t,n["Moz"+e]="moz"+t,n}var Ie={animationend:Xe("Animation","AnimationEnd"),animationiteration:Xe("Animation","AnimationIteration"),animationstart:Xe("Animation","AnimationStart"),transitionend:Xe("Transition","TransitionEnd")},Ue={},Fe={};function He(e){if(Ue[e])return Ue[e];if(!Ie[e])return e;var t,n=Ie[e];for(t in n)if(n.hasOwnProperty(t)&&t in Fe)return Ue[e]=n[t];return e}x&&(Fe=document.createElement("div").style,"AnimationEvent"in window||(delete Ie.animationend.animation,delete Ie.animationiteration.animation,delete Ie.animationstart.animation),"TransitionEvent"in window||delete Ie.transitionend.transition);var Ve=He("animationend"),Ge=He("animationiteration"),Ye=He("animationstart"),Ke=He("transitionend"),$e="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),Qe=new("function"===typeof WeakMap?WeakMap:Map);function Je(e){var t=Qe.get(e);return void 0===t&&(t=new Map,Qe.set(e,t)),t}function Ze(e){var t=e,n=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do{0!==(1026&(t=e).effectTag)&&(n=t.return),e=t.return}while(e)}return 3===t.tag?n:null}function et(e){if(13===e.tag){var t=e.memoizedState;if(null===t&&(null!==(e=e.alternate)&&(t=e.memoizedState)),null!==t)return t.dehydrated}return null}function tt(e){if(Ze(e)!==e)throw Error(a(188))}function nt(e){if(!(e=function(e){var t=e.alternate;if(!t){if(null===(t=Ze(e)))throw Error(a(188));return t!==e?null:e}for(var n=e,r=t;;){var o=n.return;if(null===o)break;var i=o.alternate;if(null===i){if(null!==(r=o.return)){n=r;continue}break}if(o.child===i.child){for(i=o.child;i;){if(i===n)return tt(o),e;if(i===r)return tt(o),t;i=i.sibling}throw Error(a(188))}if(n.return!==r.return)n=o,r=i;else{for(var s=!1,c=o.child;c;){if(c===n){s=!0,n=o,r=i;break}if(c===r){s=!0,r=o,n=i;break}c=c.sibling}if(!s){for(c=i.child;c;){if(c===n){s=!0,n=i,r=o;break}if(c===r){s=!0,r=i,n=o;break}c=c.sibling}if(!s)throw Error(a(189))}}if(n.alternate!==r)throw Error(a(190))}if(3!==n.tag)throw Error(a(188));return n.stateNode.current===n?e:t}(e)))return null;for(var t=e;;){if(5===t.tag||6===t.tag)return t;if(t.child)t.child.return=t,t=t.child;else{if(t===e)break;for(;!t.sibling;){if(!t.return||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}}return null}function rt(e,t){if(null==t)throw Error(a(30));return null==e?t:Array.isArray(e)?Array.isArray(t)?(e.push.apply(e,t),e):(e.push(t),e):Array.isArray(t)?[e].concat(t):[e,t]}function ot(e,t,n){Array.isArray(e)?e.forEach(t,n):e&&t.call(n,e)}var it=null;function at(e){if(e){var t=e._dispatchListeners,n=e._dispatchInstances;if(Array.isArray(t))for(var r=0;r<t.length&&!e.isPropagationStopped();r++)M(e,t[r],n[r]);else t&&M(e,t,n);e._dispatchListeners=null,e._dispatchInstances=null,e.isPersistent()||e.constructor.release(e)}}function st(e){if(null!==e&&(it=rt(it,e)),e=it,it=null,e){if(ot(e,at),it)throw Error(a(95));if(l)throw e=p,l=!1,p=null,e}}function ct(e){return(e=e.target||e.srcElement||window).correspondingUseElement&&(e=e.correspondingUseElement),3===e.nodeType?e.parentNode:e}function ut(e){if(!x)return!1;var t=(e="on"+e)in document;return t||((t=document.createElement("div")).setAttribute(e,"return;"),t="function"===typeof t[e]),t}var lt=[];function pt(e){e.topLevelType=null,e.nativeEvent=null,e.targetInst=null,e.ancestors.length=0,10>lt.length&&lt.push(e)}function ft(e,t,n,r){if(lt.length){var o=lt.pop();return o.topLevelType=e,o.eventSystemFlags=r,o.nativeEvent=t,o.targetInst=n,o}return{topLevelType:e,eventSystemFlags:r,nativeEvent:t,targetInst:n,ancestors:[]}}function dt(e){var t=e.targetInst,n=t;do{if(!n){e.ancestors.push(n);break}var r=n;if(3===r.tag)r=r.stateNode.containerInfo;else{for(;r.return;)r=r.return;r=3!==r.tag?null:r.stateNode.containerInfo}if(!r)break;5!==(t=n.tag)&&6!==t||e.ancestors.push(n),n=xn(r)}while(n);for(n=0;n<e.ancestors.length;n++){t=e.ancestors[n];var o=ct(e.nativeEvent);r=e.topLevelType;var i=e.nativeEvent,a=e.eventSystemFlags;0===n&&(a|=64);for(var s=null,c=0;c<_.length;c++){var u=_[c];u&&(u=u.extractEvents(r,t,i,o,a))&&(s=rt(s,u))}st(s)}}function ht(e,t,n){if(!n.has(e)){switch(e){case"scroll":Yt(t,"scroll",!0);break;case"focus":case"blur":Yt(t,"focus",!0),Yt(t,"blur",!0),n.set("blur",null),n.set("focus",null);break;case"cancel":case"close":ut(e)&&Yt(t,e,!0);break;case"invalid":case"submit":case"reset":break;default:-1===$e.indexOf(e)&&Gt(e,t)}n.set(e,null)}}var bt,mt,Mt,gt=!1,yt=[],vt=null,At=null,_t=null,wt=new Map,Ot=new Map,zt=[],Tt="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput close cancel copy cut paste click change contextmenu reset submit".split(" "),xt="focus blur dragenter dragleave mouseover mouseout pointerover pointerout gotpointercapture lostpointercapture".split(" ");function Nt(e,t,n,r,o){return{blockedOn:e,topLevelType:t,eventSystemFlags:32|n,nativeEvent:o,container:r}}function Lt(e,t){switch(e){case"focus":case"blur":vt=null;break;case"dragenter":case"dragleave":At=null;break;case"mouseover":case"mouseout":_t=null;break;case"pointerover":case"pointerout":wt.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":Ot.delete(t.pointerId)}}function Et(e,t,n,r,o,i){return null===e||e.nativeEvent!==i?(e=Nt(t,n,r,o,i),null!==t&&(null!==(t=Nn(t))&&mt(t)),e):(e.eventSystemFlags|=r,e)}function St(e){var t=xn(e.target);if(null!==t){var n=Ze(t);if(null!==n)if(13===(t=n.tag)){if(null!==(t=et(n)))return e.blockedOn=t,void i.unstable_runWithPriority(e.priority,(function(){Mt(n)}))}else if(3===t&&n.stateNode.hydrate)return void(e.blockedOn=3===n.tag?n.stateNode.containerInfo:null)}e.blockedOn=null}function Ct(e){if(null!==e.blockedOn)return!1;var t=Jt(e.topLevelType,e.eventSystemFlags,e.container,e.nativeEvent);if(null!==t){var n=Nn(t);return null!==n&&mt(n),e.blockedOn=t,!1}return!0}function kt(e,t,n){Ct(e)&&n.delete(t)}function qt(){for(gt=!1;0<yt.length;){var e=yt[0];if(null!==e.blockedOn){null!==(e=Nn(e.blockedOn))&&bt(e);break}var t=Jt(e.topLevelType,e.eventSystemFlags,e.container,e.nativeEvent);null!==t?e.blockedOn=t:yt.shift()}null!==vt&&Ct(vt)&&(vt=null),null!==At&&Ct(At)&&(At=null),null!==_t&&Ct(_t)&&(_t=null),wt.forEach(kt),Ot.forEach(kt)}function Wt(e,t){e.blockedOn===t&&(e.blockedOn=null,gt||(gt=!0,i.unstable_scheduleCallback(i.unstable_NormalPriority,qt)))}function Pt(e){function t(t){return Wt(t,e)}if(0<yt.length){Wt(yt[0],e);for(var n=1;n<yt.length;n++){var r=yt[n];r.blockedOn===e&&(r.blockedOn=null)}}for(null!==vt&&Wt(vt,e),null!==At&&Wt(At,e),null!==_t&&Wt(_t,e),wt.forEach(t),Ot.forEach(t),n=0;n<zt.length;n++)(r=zt[n]).blockedOn===e&&(r.blockedOn=null);for(;0<zt.length&&null===(n=zt[0]).blockedOn;)St(n),null===n.blockedOn&&zt.shift()}var Dt={},Bt=new Map,jt=new Map,Rt=["abort","abort",Ve,"animationEnd",Ge,"animationIteration",Ye,"animationStart","canplay","canPlay","canplaythrough","canPlayThrough","durationchange","durationChange","emptied","emptied","encrypted","encrypted","ended","ended","error","error","gotpointercapture","gotPointerCapture","load","load","loadeddata","loadedData","loadedmetadata","loadedMetadata","loadstart","loadStart","lostpointercapture","lostPointerCapture","playing","playing","progress","progress","seeking","seeking","stalled","stalled","suspend","suspend","timeupdate","timeUpdate",Ke,"transitionEnd","waiting","waiting"];function Xt(e,t){for(var n=0;n<e.length;n+=2){var r=e[n],o=e[n+1],i="on"+(o[0].toUpperCase()+o.slice(1));i={phasedRegistrationNames:{bubbled:i,captured:i+"Capture"},dependencies:[r],eventPriority:t},jt.set(r,t),Bt.set(r,i),Dt[o]=i}}Xt("blur blur cancel cancel click click close close contextmenu contextMenu copy copy cut cut auxclick auxClick dblclick doubleClick dragend dragEnd dragstart dragStart drop drop focus focus input input invalid invalid keydown keyDown keypress keyPress keyup keyUp mousedown mouseDown mouseup mouseUp paste paste pause pause play play pointercancel pointerCancel pointerdown pointerDown pointerup pointerUp ratechange rateChange reset reset seeked seeked submit submit touchcancel touchCancel touchend touchEnd touchstart touchStart volumechange volumeChange".split(" "),0),Xt("drag drag dragenter dragEnter dragexit dragExit dragleave dragLeave dragover dragOver mousemove mouseMove mouseout mouseOut mouseover mouseOver pointermove pointerMove pointerout pointerOut pointerover pointerOver scroll scroll toggle toggle touchmove touchMove wheel wheel".split(" "),1),Xt(Rt,2);for(var It="change selectionchange textInput compositionstart compositionend compositionupdate".split(" "),Ut=0;Ut<It.length;Ut++)jt.set(It[Ut],0);var Ft=i.unstable_UserBlockingPriority,Ht=i.unstable_runWithPriority,Vt=!0;function Gt(e,t){Yt(t,e,!1)}function Yt(e,t,n){var r=jt.get(t);switch(void 0===r?2:r){case 0:r=Kt.bind(null,t,1,e);break;case 1:r=$t.bind(null,t,1,e);break;default:r=Qt.bind(null,t,1,e)}n?e.addEventListener(t,r,!0):e.addEventListener(t,r,!1)}function Kt(e,t,n,r){B||P();var o=Qt,i=B;B=!0;try{W(o,e,t,n,r)}finally{(B=i)||R()}}function $t(e,t,n,r){Ht(Ft,Qt.bind(null,e,t,n,r))}function Qt(e,t,n,r){if(Vt)if(0<yt.length&&-1<Tt.indexOf(e))e=Nt(null,e,t,n,r),yt.push(e);else{var o=Jt(e,t,n,r);if(null===o)Lt(e,r);else if(-1<Tt.indexOf(e))e=Nt(o,e,t,n,r),yt.push(e);else if(!function(e,t,n,r,o){switch(t){case"focus":return vt=Et(vt,e,t,n,r,o),!0;case"dragenter":return At=Et(At,e,t,n,r,o),!0;case"mouseover":return _t=Et(_t,e,t,n,r,o),!0;case"pointerover":var i=o.pointerId;return wt.set(i,Et(wt.get(i)||null,e,t,n,r,o)),!0;case"gotpointercapture":return i=o.pointerId,Ot.set(i,Et(Ot.get(i)||null,e,t,n,r,o)),!0}return!1}(o,e,t,n,r)){Lt(e,r),e=ft(e,r,null,t);try{X(dt,e)}finally{pt(e)}}}}function Jt(e,t,n,r){if(null!==(n=xn(n=ct(r)))){var o=Ze(n);if(null===o)n=null;else{var i=o.tag;if(13===i){if(null!==(n=et(o)))return n;n=null}else if(3===i){if(o.stateNode.hydrate)return 3===o.tag?o.stateNode.containerInfo:null;n=null}else o!==n&&(n=null)}}e=ft(e,r,n,t);try{X(dt,e)}finally{pt(e)}return null}var Zt={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},en=["Webkit","ms","Moz","O"];function tn(e,t,n){return null==t||"boolean"===typeof t||""===t?"":n||"number"!==typeof t||0===t||Zt.hasOwnProperty(e)&&Zt[e]?(""+t).trim():t+"px"}function nn(e,t){for(var n in e=e.style,t)if(t.hasOwnProperty(n)){var r=0===n.indexOf("--"),o=tn(n,t[n],r);"float"===n&&(n="cssFloat"),r?e.setProperty(n,o):e[n]=o}}Object.keys(Zt).forEach((function(e){en.forEach((function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),Zt[t]=Zt[e]}))}));var rn=o({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function on(e,t){if(t){if(rn[e]&&(null!=t.children||null!=t.dangerouslySetInnerHTML))throw Error(a(137,e,""));if(null!=t.dangerouslySetInnerHTML){if(null!=t.children)throw Error(a(60));if("object"!==typeof t.dangerouslySetInnerHTML||!("__html"in t.dangerouslySetInnerHTML))throw Error(a(61))}if(null!=t.style&&"object"!==typeof t.style)throw Error(a(62,""))}}function an(e,t){if(-1===e.indexOf("-"))return"string"===typeof t.is;switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var sn=qe;function cn(e,t){var n=Je(e=9===e.nodeType||11===e.nodeType?e:e.ownerDocument);t=z[t];for(var r=0;r<t.length;r++)ht(t[r],e,n)}function un(){}function ln(e){if("undefined"===typeof(e=e||("undefined"!==typeof document?document:void 0)))return null;try{return e.activeElement||e.body}catch(t){return e.body}}function pn(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function fn(e,t){var n,r=pn(e);for(e=0;r;){if(3===r.nodeType){if(n=e+r.textContent.length,e<=t&&n>=t)return{node:r,offset:t-e};e=n}e:{for(;r;){if(r.nextSibling){r=r.nextSibling;break e}r=r.parentNode}r=void 0}r=pn(r)}}function dn(){for(var e=window,t=ln();t instanceof e.HTMLIFrameElement;){try{var n="string"===typeof t.contentWindow.location.href}catch(r){n=!1}if(!n)break;t=ln((e=t.contentWindow).document)}return t}function hn(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&("input"===t&&("text"===e.type||"search"===e.type||"tel"===e.type||"url"===e.type||"password"===e.type)||"textarea"===t||"true"===e.contentEditable)}var bn=null,mn=null;function Mn(e,t){switch(e){case"button":case"input":case"select":case"textarea":return!!t.autoFocus}return!1}function gn(e,t){return"textarea"===e||"option"===e||"noscript"===e||"string"===typeof t.children||"number"===typeof t.children||"object"===typeof t.dangerouslySetInnerHTML&&null!==t.dangerouslySetInnerHTML&&null!=t.dangerouslySetInnerHTML.__html}var yn="function"===typeof setTimeout?setTimeout:void 0,vn="function"===typeof clearTimeout?clearTimeout:void 0;function An(e){for(;null!=e;e=e.nextSibling){var t=e.nodeType;if(1===t||3===t)break}return e}function _n(e){e=e.previousSibling;for(var t=0;e;){if(8===e.nodeType){var n=e.data;if("$"===n||"$!"===n||"$?"===n){if(0===t)return e;t--}else"/$"===n&&t++}e=e.previousSibling}return null}var wn=Math.random().toString(36).slice(2),On="__reactInternalInstance$"+wn,zn="__reactEventHandlers$"+wn,Tn="__reactContainere$"+wn;function xn(e){var t=e[On];if(t)return t;for(var n=e.parentNode;n;){if(t=n[Tn]||n[On]){if(n=t.alternate,null!==t.child||null!==n&&null!==n.child)for(e=_n(e);null!==e;){if(n=e[On])return n;e=_n(e)}return t}n=(e=n).parentNode}return null}function Nn(e){return!(e=e[On]||e[Tn])||5!==e.tag&&6!==e.tag&&13!==e.tag&&3!==e.tag?null:e}function Ln(e){if(5===e.tag||6===e.tag)return e.stateNode;throw Error(a(33))}function En(e){return e[zn]||null}function Sn(e){do{e=e.return}while(e&&5!==e.tag);return e||null}function Cn(e,t){var n=e.stateNode;if(!n)return null;var r=h(n);if(!r)return null;n=r[t];e:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(r=!r.disabled)||(r=!("button"===(e=e.type)||"input"===e||"select"===e||"textarea"===e)),e=!r;break e;default:e=!1}if(e)return null;if(n&&"function"!==typeof n)throw Error(a(231,t,typeof n));return n}function kn(e,t,n){(t=Cn(e,n.dispatchConfig.phasedRegistrationNames[t]))&&(n._dispatchListeners=rt(n._dispatchListeners,t),n._dispatchInstances=rt(n._dispatchInstances,e))}function qn(e){if(e&&e.dispatchConfig.phasedRegistrationNames){for(var t=e._targetInst,n=[];t;)n.push(t),t=Sn(t);for(t=n.length;0<t--;)kn(n[t],"captured",e);for(t=0;t<n.length;t++)kn(n[t],"bubbled",e)}}function Wn(e,t,n){e&&n&&n.dispatchConfig.registrationName&&(t=Cn(e,n.dispatchConfig.registrationName))&&(n._dispatchListeners=rt(n._dispatchListeners,t),n._dispatchInstances=rt(n._dispatchInstances,e))}function Pn(e){e&&e.dispatchConfig.registrationName&&Wn(e._targetInst,null,e)}function Dn(e){ot(e,qn)}var Bn=null,jn=null,Rn=null;function Xn(){if(Rn)return Rn;var e,t,n=jn,r=n.length,o="value"in Bn?Bn.value:Bn.textContent,i=o.length;for(e=0;e<r&&n[e]===o[e];e++);var a=r-e;for(t=1;t<=a&&n[r-t]===o[i-t];t++);return Rn=o.slice(e,1<t?1-t:void 0)}function In(){return!0}function Un(){return!1}function Fn(e,t,n,r){for(var o in this.dispatchConfig=e,this._targetInst=t,this.nativeEvent=n,e=this.constructor.Interface)e.hasOwnProperty(o)&&((t=e[o])?this[o]=t(n):"target"===o?this.target=r:this[o]=n[o]);return this.isDefaultPrevented=(null!=n.defaultPrevented?n.defaultPrevented:!1===n.returnValue)?In:Un,this.isPropagationStopped=Un,this}function Hn(e,t,n,r){if(this.eventPool.length){var o=this.eventPool.pop();return this.call(o,e,t,n,r),o}return new this(e,t,n,r)}function Vn(e){if(!(e instanceof this))throw Error(a(279));e.destructor(),10>this.eventPool.length&&this.eventPool.push(e)}function Gn(e){e.eventPool=[],e.getPooled=Hn,e.release=Vn}o(Fn.prototype,{preventDefault:function(){this.defaultPrevented=!0;var e=this.nativeEvent;e&&(e.preventDefault?e.preventDefault():"unknown"!==typeof e.returnValue&&(e.returnValue=!1),this.isDefaultPrevented=In)},stopPropagation:function(){var e=this.nativeEvent;e&&(e.stopPropagation?e.stopPropagation():"unknown"!==typeof e.cancelBubble&&(e.cancelBubble=!0),this.isPropagationStopped=In)},persist:function(){this.isPersistent=In},isPersistent:Un,destructor:function(){var e,t=this.constructor.Interface;for(e in t)this[e]=null;this.nativeEvent=this._targetInst=this.dispatchConfig=null,this.isPropagationStopped=this.isDefaultPrevented=Un,this._dispatchInstances=this._dispatchListeners=null}}),Fn.Interface={type:null,target:null,currentTarget:function(){return null},eventPhase:null,bubbles:null,cancelable:null,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:null,isTrusted:null},Fn.extend=function(e){function t(){}function n(){return r.apply(this,arguments)}var r=this;t.prototype=r.prototype;var i=new t;return o(i,n.prototype),n.prototype=i,n.prototype.constructor=n,n.Interface=o({},r.Interface,e),n.extend=r.extend,Gn(n),n},Gn(Fn);var Yn=Fn.extend({data:null}),Kn=Fn.extend({data:null}),$n=[9,13,27,32],Qn=x&&"CompositionEvent"in window,Jn=null;x&&"documentMode"in document&&(Jn=document.documentMode);var Zn=x&&"TextEvent"in window&&!Jn,er=x&&(!Qn||Jn&&8<Jn&&11>=Jn),tr=String.fromCharCode(32),nr={beforeInput:{phasedRegistrationNames:{bubbled:"onBeforeInput",captured:"onBeforeInputCapture"},dependencies:["compositionend","keypress","textInput","paste"]},compositionEnd:{phasedRegistrationNames:{bubbled:"onCompositionEnd",captured:"onCompositionEndCapture"},dependencies:"blur compositionend keydown keypress keyup mousedown".split(" ")},compositionStart:{phasedRegistrationNames:{bubbled:"onCompositionStart",captured:"onCompositionStartCapture"},dependencies:"blur compositionstart keydown keypress keyup mousedown".split(" ")},compositionUpdate:{phasedRegistrationNames:{bubbled:"onCompositionUpdate",captured:"onCompositionUpdateCapture"},dependencies:"blur compositionupdate keydown keypress keyup mousedown".split(" ")}},rr=!1;function or(e,t){switch(e){case"keyup":return-1!==$n.indexOf(t.keyCode);case"keydown":return 229!==t.keyCode;case"keypress":case"mousedown":case"blur":return!0;default:return!1}}function ir(e){return"object"===typeof(e=e.detail)&&"data"in e?e.data:null}var ar=!1;var sr={eventTypes:nr,extractEvents:function(e,t,n,r){var o;if(Qn)e:{switch(e){case"compositionstart":var i=nr.compositionStart;break e;case"compositionend":i=nr.compositionEnd;break e;case"compositionupdate":i=nr.compositionUpdate;break e}i=void 0}else ar?or(e,n)&&(i=nr.compositionEnd):"keydown"===e&&229===n.keyCode&&(i=nr.compositionStart);return i?(er&&"ko"!==n.locale&&(ar||i!==nr.compositionStart?i===nr.compositionEnd&&ar&&(o=Xn()):(jn="value"in(Bn=r)?Bn.value:Bn.textContent,ar=!0)),i=Yn.getPooled(i,t,n,r),o?i.data=o:null!==(o=ir(n))&&(i.data=o),Dn(i),o=i):o=null,(e=Zn?function(e,t){switch(e){case"compositionend":return ir(t);case"keypress":return 32!==t.which?null:(rr=!0,tr);case"textInput":return(e=t.data)===tr&&rr?null:e;default:return null}}(e,n):function(e,t){if(ar)return"compositionend"===e||!Qn&&or(e,t)?(e=Xn(),Rn=jn=Bn=null,ar=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return er&&"ko"!==t.locale?null:t.data;default:return null}}(e,n))?((t=Kn.getPooled(nr.beforeInput,t,n,r)).data=e,Dn(t)):t=null,null===o?t:null===t?o:[o,t]}},cr={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function ur(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return"input"===t?!!cr[e.type]:"textarea"===t}var lr={change:{phasedRegistrationNames:{bubbled:"onChange",captured:"onChangeCapture"},dependencies:"blur change click focus input keydown keyup selectionchange".split(" ")}};function pr(e,t,n){return(e=Fn.getPooled(lr.change,e,t,n)).type="change",C(n),Dn(e),e}var fr=null,dr=null;function hr(e){st(e)}function br(e){if(Ae(Ln(e)))return e}function mr(e,t){if("change"===e)return t}var Mr=!1;function gr(){fr&&(fr.detachEvent("onpropertychange",yr),dr=fr=null)}function yr(e){if("value"===e.propertyName&&br(dr))if(e=pr(dr,e,ct(e)),B)st(e);else{B=!0;try{q(hr,e)}finally{B=!1,R()}}}function vr(e,t,n){"focus"===e?(gr(),dr=n,(fr=t).attachEvent("onpropertychange",yr)):"blur"===e&&gr()}function Ar(e){if("selectionchange"===e||"keyup"===e||"keydown"===e)return br(dr)}function _r(e,t){if("click"===e)return br(t)}function wr(e,t){if("input"===e||"change"===e)return br(t)}x&&(Mr=ut("input")&&(!document.documentMode||9<document.documentMode));var Or={eventTypes:lr,_isInputEventSupported:Mr,extractEvents:function(e,t,n,r){var o=t?Ln(t):window,i=o.nodeName&&o.nodeName.toLowerCase();if("select"===i||"input"===i&&"file"===o.type)var a=mr;else if(ur(o))if(Mr)a=wr;else{a=Ar;var s=vr}else(i=o.nodeName)&&"input"===i.toLowerCase()&&("checkbox"===o.type||"radio"===o.type)&&(a=_r);if(a&&(a=a(e,t)))return pr(a,n,r);s&&s(e,o,t),"blur"===e&&(e=o._wrapperState)&&e.controlled&&"number"===o.type&&xe(o,"number",o.value)}},zr=Fn.extend({view:null,detail:null}),Tr={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function xr(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):!!(e=Tr[e])&&!!t[e]}function Nr(){return xr}var Lr=0,Er=0,Sr=!1,Cr=!1,kr=zr.extend({screenX:null,screenY:null,clientX:null,clientY:null,pageX:null,pageY:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,getModifierState:Nr,button:null,buttons:null,relatedTarget:function(e){return e.relatedTarget||(e.fromElement===e.srcElement?e.toElement:e.fromElement)},movementX:function(e){if("movementX"in e)return e.movementX;var t=Lr;return Lr=e.screenX,Sr?"mousemove"===e.type?e.screenX-t:0:(Sr=!0,0)},movementY:function(e){if("movementY"in e)return e.movementY;var t=Er;return Er=e.screenY,Cr?"mousemove"===e.type?e.screenY-t:0:(Cr=!0,0)}}),qr=kr.extend({pointerId:null,width:null,height:null,pressure:null,tangentialPressure:null,tiltX:null,tiltY:null,twist:null,pointerType:null,isPrimary:null}),Wr={mouseEnter:{registrationName:"onMouseEnter",dependencies:["mouseout","mouseover"]},mouseLeave:{registrationName:"onMouseLeave",dependencies:["mouseout","mouseover"]},pointerEnter:{registrationName:"onPointerEnter",dependencies:["pointerout","pointerover"]},pointerLeave:{registrationName:"onPointerLeave",dependencies:["pointerout","pointerover"]}},Pr={eventTypes:Wr,extractEvents:function(e,t,n,r,o){var i="mouseover"===e||"pointerover"===e,a="mouseout"===e||"pointerout"===e;if(i&&0===(32&o)&&(n.relatedTarget||n.fromElement)||!a&&!i)return null;(i=r.window===r?r:(i=r.ownerDocument)?i.defaultView||i.parentWindow:window,a)?(a=t,null!==(t=(t=n.relatedTarget||n.toElement)?xn(t):null)&&(t!==Ze(t)||5!==t.tag&&6!==t.tag)&&(t=null)):a=null;if(a===t)return null;if("mouseout"===e||"mouseover"===e)var s=kr,c=Wr.mouseLeave,u=Wr.mouseEnter,l="mouse";else"pointerout"!==e&&"pointerover"!==e||(s=qr,c=Wr.pointerLeave,u=Wr.pointerEnter,l="pointer");if(e=null==a?i:Ln(a),i=null==t?i:Ln(t),(c=s.getPooled(c,a,n,r)).type=l+"leave",c.target=e,c.relatedTarget=i,(n=s.getPooled(u,t,n,r)).type=l+"enter",n.target=i,n.relatedTarget=e,l=t,(r=a)&&l)e:{for(u=l,a=0,e=s=r;e;e=Sn(e))a++;for(e=0,t=u;t;t=Sn(t))e++;for(;0<a-e;)s=Sn(s),a--;for(;0<e-a;)u=Sn(u),e--;for(;a--;){if(s===u||s===u.alternate)break e;s=Sn(s),u=Sn(u)}s=null}else s=null;for(u=s,s=[];r&&r!==u&&(null===(a=r.alternate)||a!==u);)s.push(r),r=Sn(r);for(r=[];l&&l!==u&&(null===(a=l.alternate)||a!==u);)r.push(l),l=Sn(l);for(l=0;l<s.length;l++)Wn(s[l],"bubbled",c);for(l=r.length;0<l--;)Wn(r[l],"captured",n);return 0===(64&o)?[c]:[c,n]}};var Dr="function"===typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e===1/t)||e!==e&&t!==t},Br=Object.prototype.hasOwnProperty;function jr(e,t){if(Dr(e,t))return!0;if("object"!==typeof e||null===e||"object"!==typeof t||null===t)return!1;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(r=0;r<n.length;r++)if(!Br.call(t,n[r])||!Dr(e[n[r]],t[n[r]]))return!1;return!0}var Rr=x&&"documentMode"in document&&11>=document.documentMode,Xr={select:{phasedRegistrationNames:{bubbled:"onSelect",captured:"onSelectCapture"},dependencies:"blur contextmenu dragend focus keydown keyup mousedown mouseup selectionchange".split(" ")}},Ir=null,Ur=null,Fr=null,Hr=!1;function Vr(e,t){var n=t.window===t?t.document:9===t.nodeType?t:t.ownerDocument;return Hr||null==Ir||Ir!==ln(n)?null:("selectionStart"in(n=Ir)&&hn(n)?n={start:n.selectionStart,end:n.selectionEnd}:n={anchorNode:(n=(n.ownerDocument&&n.ownerDocument.defaultView||window).getSelection()).anchorNode,anchorOffset:n.anchorOffset,focusNode:n.focusNode,focusOffset:n.focusOffset},Fr&&jr(Fr,n)?null:(Fr=n,(e=Fn.getPooled(Xr.select,Ur,e,t)).type="select",e.target=Ir,Dn(e),e))}var Gr={eventTypes:Xr,extractEvents:function(e,t,n,r,o,i){if(!(i=!(o=i||(r.window===r?r.document:9===r.nodeType?r:r.ownerDocument)))){e:{o=Je(o),i=z.onSelect;for(var a=0;a<i.length;a++)if(!o.has(i[a])){o=!1;break e}o=!0}i=!o}if(i)return null;switch(o=t?Ln(t):window,e){case"focus":(ur(o)||"true"===o.contentEditable)&&(Ir=o,Ur=t,Fr=null);break;case"blur":Fr=Ur=Ir=null;break;case"mousedown":Hr=!0;break;case"contextmenu":case"mouseup":case"dragend":return Hr=!1,Vr(n,r);case"selectionchange":if(Rr)break;case"keydown":case"keyup":return Vr(n,r)}return null}},Yr=Fn.extend({animationName:null,elapsedTime:null,pseudoElement:null}),Kr=Fn.extend({clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),$r=zr.extend({relatedTarget:null});function Qr(e){var t=e.keyCode;return"charCode"in e?0===(e=e.charCode)&&13===t&&(e=13):e=t,10===e&&(e=13),32<=e||13===e?e:0}var Jr={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},Zr={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},eo=zr.extend({key:function(e){if(e.key){var t=Jr[e.key]||e.key;if("Unidentified"!==t)return t}return"keypress"===e.type?13===(e=Qr(e))?"Enter":String.fromCharCode(e):"keydown"===e.type||"keyup"===e.type?Zr[e.keyCode]||"Unidentified":""},location:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,repeat:null,locale:null,getModifierState:Nr,charCode:function(e){return"keypress"===e.type?Qr(e):0},keyCode:function(e){return"keydown"===e.type||"keyup"===e.type?e.keyCode:0},which:function(e){return"keypress"===e.type?Qr(e):"keydown"===e.type||"keyup"===e.type?e.keyCode:0}}),to=kr.extend({dataTransfer:null}),no=zr.extend({touches:null,targetTouches:null,changedTouches:null,altKey:null,metaKey:null,ctrlKey:null,shiftKey:null,getModifierState:Nr}),ro=Fn.extend({propertyName:null,elapsedTime:null,pseudoElement:null}),oo=kr.extend({deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:null,deltaMode:null}),io={eventTypes:Dt,extractEvents:function(e,t,n,r){var o=Bt.get(e);if(!o)return null;switch(e){case"keypress":if(0===Qr(n))return null;case"keydown":case"keyup":e=eo;break;case"blur":case"focus":e=$r;break;case"click":if(2===n.button)return null;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":e=kr;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":e=to;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":e=no;break;case Ve:case Ge:case Ye:e=Yr;break;case Ke:e=ro;break;case"scroll":e=zr;break;case"wheel":e=oo;break;case"copy":case"cut":case"paste":e=Kr;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":e=qr;break;default:e=Fn}return Dn(t=e.getPooled(o,t,n,r)),t}};if(g)throw Error(a(101));g=Array.prototype.slice.call("ResponderEventPlugin SimpleEventPlugin EnterLeaveEventPlugin ChangeEventPlugin SelectEventPlugin BeforeInputEventPlugin".split(" ")),v(),h=En,b=Nn,m=Ln,T({SimpleEventPlugin:io,EnterLeaveEventPlugin:Pr,ChangeEventPlugin:Or,SelectEventPlugin:Gr,BeforeInputEventPlugin:sr});var ao=[],so=-1;function co(e){0>so||(e.current=ao[so],ao[so]=null,so--)}function uo(e,t){so++,ao[so]=e.current,e.current=t}var lo={},po={current:lo},fo={current:!1},ho=lo;function bo(e,t){var n=e.type.contextTypes;if(!n)return lo;var r=e.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===t)return r.__reactInternalMemoizedMaskedChildContext;var o,i={};for(o in n)i[o]=t[o];return r&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=i),i}function mo(e){return null!==(e=e.childContextTypes)&&void 0!==e}function Mo(){co(fo),co(po)}function go(e,t,n){if(po.current!==lo)throw Error(a(168));uo(po,t),uo(fo,n)}function yo(e,t,n){var r=e.stateNode;if(e=t.childContextTypes,"function"!==typeof r.getChildContext)return n;for(var i in r=r.getChildContext())if(!(i in e))throw Error(a(108,me(t)||"Unknown",i));return o({},n,{},r)}function vo(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||lo,ho=po.current,uo(po,e),uo(fo,fo.current),!0}function Ao(e,t,n){var r=e.stateNode;if(!r)throw Error(a(169));n?(e=yo(e,t,ho),r.__reactInternalMemoizedMergedChildContext=e,co(fo),co(po),uo(po,e)):co(fo),uo(fo,n)}var _o=i.unstable_runWithPriority,wo=i.unstable_scheduleCallback,Oo=i.unstable_cancelCallback,zo=i.unstable_requestPaint,To=i.unstable_now,xo=i.unstable_getCurrentPriorityLevel,No=i.unstable_ImmediatePriority,Lo=i.unstable_UserBlockingPriority,Eo=i.unstable_NormalPriority,So=i.unstable_LowPriority,Co=i.unstable_IdlePriority,ko={},qo=i.unstable_shouldYield,Wo=void 0!==zo?zo:function(){},Po=null,Do=null,Bo=!1,jo=To(),Ro=1e4>jo?To:function(){return To()-jo};function Xo(){switch(xo()){case No:return 99;case Lo:return 98;case Eo:return 97;case So:return 96;case Co:return 95;default:throw Error(a(332))}}function Io(e){switch(e){case 99:return No;case 98:return Lo;case 97:return Eo;case 96:return So;case 95:return Co;default:throw Error(a(332))}}function Uo(e,t){return e=Io(e),_o(e,t)}function Fo(e,t,n){return e=Io(e),wo(e,t,n)}function Ho(e){return null===Po?(Po=[e],Do=wo(No,Go)):Po.push(e),ko}function Vo(){if(null!==Do){var e=Do;Do=null,Oo(e)}Go()}function Go(){if(!Bo&&null!==Po){Bo=!0;var e=0;try{var t=Po;Uo(99,(function(){for(;e<t.length;e++){var n=t[e];do{n=n(!0)}while(null!==n)}})),Po=null}catch(n){throw null!==Po&&(Po=Po.slice(e+1)),wo(No,Vo),n}finally{Bo=!1}}}function Yo(e,t,n){return 1073741821-(1+((1073741821-e+t/10)/(n/=10)|0))*n}function Ko(e,t){if(e&&e.defaultProps)for(var n in t=o({},t),e=e.defaultProps)void 0===t[n]&&(t[n]=e[n]);return t}var $o={current:null},Qo=null,Jo=null,Zo=null;function ei(){Zo=Jo=Qo=null}function ti(e){var t=$o.current;co($o),e.type._context._currentValue=t}function ni(e,t){for(;null!==e;){var n=e.alternate;if(e.childExpirationTime<t)e.childExpirationTime=t,null!==n&&n.childExpirationTime<t&&(n.childExpirationTime=t);else{if(!(null!==n&&n.childExpirationTime<t))break;n.childExpirationTime=t}e=e.return}}function ri(e,t){Qo=e,Zo=Jo=null,null!==(e=e.dependencies)&&null!==e.firstContext&&(e.expirationTime>=t&&(Ea=!0),e.firstContext=null)}function oi(e,t){if(Zo!==e&&!1!==t&&0!==t)if("number"===typeof t&&1073741823!==t||(Zo=e,t=1073741823),t={context:e,observedBits:t,next:null},null===Jo){if(null===Qo)throw Error(a(308));Jo=t,Qo.dependencies={expirationTime:0,firstContext:t,responders:null}}else Jo=Jo.next=t;return e._currentValue}var ii=!1;function ai(e){e.updateQueue={baseState:e.memoizedState,baseQueue:null,shared:{pending:null},effects:null}}function si(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,baseQueue:e.baseQueue,shared:e.shared,effects:e.effects})}function ci(e,t){return(e={expirationTime:e,suspenseConfig:t,tag:0,payload:null,callback:null,next:null}).next=e}function ui(e,t){if(null!==(e=e.updateQueue)){var n=(e=e.shared).pending;null===n?t.next=t:(t.next=n.next,n.next=t),e.pending=t}}function li(e,t){var n=e.alternate;null!==n&&si(n,e),null===(n=(e=e.updateQueue).baseQueue)?(e.baseQueue=t.next=t,t.next=t):(t.next=n.next,n.next=t)}function pi(e,t,n,r){var i=e.updateQueue;ii=!1;var a=i.baseQueue,s=i.shared.pending;if(null!==s){if(null!==a){var c=a.next;a.next=s.next,s.next=c}a=s,i.shared.pending=null,null!==(c=e.alternate)&&(null!==(c=c.updateQueue)&&(c.baseQueue=s))}if(null!==a){c=a.next;var u=i.baseState,l=0,p=null,f=null,d=null;if(null!==c)for(var h=c;;){if((s=h.expirationTime)<r){var b={expirationTime:h.expirationTime,suspenseConfig:h.suspenseConfig,tag:h.tag,payload:h.payload,callback:h.callback,next:null};null===d?(f=d=b,p=u):d=d.next=b,s>l&&(l=s)}else{null!==d&&(d=d.next={expirationTime:1073741823,suspenseConfig:h.suspenseConfig,tag:h.tag,payload:h.payload,callback:h.callback,next:null}),ic(s,h.suspenseConfig);e:{var m=e,M=h;switch(s=t,b=n,M.tag){case 1:if("function"===typeof(m=M.payload)){u=m.call(b,u,s);break e}u=m;break e;case 3:m.effectTag=-4097&m.effectTag|64;case 0:if(null===(s="function"===typeof(m=M.payload)?m.call(b,u,s):m)||void 0===s)break e;u=o({},u,s);break e;case 2:ii=!0}}null!==h.callback&&(e.effectTag|=32,null===(s=i.effects)?i.effects=[h]:s.push(h))}if(null===(h=h.next)||h===c){if(null===(s=i.shared.pending))break;h=a.next=s.next,s.next=c,i.baseQueue=a=s,i.shared.pending=null}}null===d?p=u:d.next=f,i.baseState=p,i.baseQueue=d,ac(l),e.expirationTime=l,e.memoizedState=u}}function fi(e,t,n){if(e=t.effects,t.effects=null,null!==e)for(t=0;t<e.length;t++){var r=e[t],o=r.callback;if(null!==o){if(r.callback=null,r=o,o=n,"function"!==typeof r)throw Error(a(191,r));r.call(o)}}}var di=$.ReactCurrentBatchConfig,hi=(new r.Component).refs;function bi(e,t,n,r){n=null===(n=n(r,t=e.memoizedState))||void 0===n?t:o({},t,n),e.memoizedState=n,0===e.expirationTime&&(e.updateQueue.baseState=n)}var mi={isMounted:function(e){return!!(e=e._reactInternalFiber)&&Ze(e)===e},enqueueSetState:function(e,t,n){e=e._reactInternalFiber;var r=Vs(),o=di.suspense;(o=ci(r=Gs(r,e,o),o)).payload=t,void 0!==n&&null!==n&&(o.callback=n),ui(e,o),Ys(e,r)},enqueueReplaceState:function(e,t,n){e=e._reactInternalFiber;var r=Vs(),o=di.suspense;(o=ci(r=Gs(r,e,o),o)).tag=1,o.payload=t,void 0!==n&&null!==n&&(o.callback=n),ui(e,o),Ys(e,r)},enqueueForceUpdate:function(e,t){e=e._reactInternalFiber;var n=Vs(),r=di.suspense;(r=ci(n=Gs(n,e,r),r)).tag=2,void 0!==t&&null!==t&&(r.callback=t),ui(e,r),Ys(e,n)}};function Mi(e,t,n,r,o,i,a){return"function"===typeof(e=e.stateNode).shouldComponentUpdate?e.shouldComponentUpdate(r,i,a):!t.prototype||!t.prototype.isPureReactComponent||(!jr(n,r)||!jr(o,i))}function gi(e,t,n){var r=!1,o=lo,i=t.contextType;return"object"===typeof i&&null!==i?i=oi(i):(o=mo(t)?ho:po.current,i=(r=null!==(r=t.contextTypes)&&void 0!==r)?bo(e,o):lo),t=new t(n,i),e.memoizedState=null!==t.state&&void 0!==t.state?t.state:null,t.updater=mi,e.stateNode=t,t._reactInternalFiber=e,r&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=o,e.__reactInternalMemoizedMaskedChildContext=i),t}function yi(e,t,n,r){e=t.state,"function"===typeof t.componentWillReceiveProps&&t.componentWillReceiveProps(n,r),"function"===typeof t.UNSAFE_componentWillReceiveProps&&t.UNSAFE_componentWillReceiveProps(n,r),t.state!==e&&mi.enqueueReplaceState(t,t.state,null)}function vi(e,t,n,r){var o=e.stateNode;o.props=n,o.state=e.memoizedState,o.refs=hi,ai(e);var i=t.contextType;"object"===typeof i&&null!==i?o.context=oi(i):(i=mo(t)?ho:po.current,o.context=bo(e,i)),pi(e,n,o,r),o.state=e.memoizedState,"function"===typeof(i=t.getDerivedStateFromProps)&&(bi(e,t,i,n),o.state=e.memoizedState),"function"===typeof t.getDerivedStateFromProps||"function"===typeof o.getSnapshotBeforeUpdate||"function"!==typeof o.UNSAFE_componentWillMount&&"function"!==typeof o.componentWillMount||(t=o.state,"function"===typeof o.componentWillMount&&o.componentWillMount(),"function"===typeof o.UNSAFE_componentWillMount&&o.UNSAFE_componentWillMount(),t!==o.state&&mi.enqueueReplaceState(o,o.state,null),pi(e,n,o,r),o.state=e.memoizedState),"function"===typeof o.componentDidMount&&(e.effectTag|=4)}var Ai=Array.isArray;function _i(e,t,n){if(null!==(e=n.ref)&&"function"!==typeof e&&"object"!==typeof e){if(n._owner){if(n=n._owner){if(1!==n.tag)throw Error(a(309));var r=n.stateNode}if(!r)throw Error(a(147,e));var o=""+e;return null!==t&&null!==t.ref&&"function"===typeof t.ref&&t.ref._stringRef===o?t.ref:((t=function(e){var t=r.refs;t===hi&&(t=r.refs={}),null===e?delete t[o]:t[o]=e})._stringRef=o,t)}if("string"!==typeof e)throw Error(a(284));if(!n._owner)throw Error(a(290,e))}return e}function wi(e,t){if("textarea"!==e.type)throw Error(a(31,"[object Object]"===Object.prototype.toString.call(t)?"object with keys {"+Object.keys(t).join(", ")+"}":t,""))}function Oi(e){function t(t,n){if(e){var r=t.lastEffect;null!==r?(r.nextEffect=n,t.lastEffect=n):t.firstEffect=t.lastEffect=n,n.nextEffect=null,n.effectTag=8}}function n(n,r){if(!e)return null;for(;null!==r;)t(n,r),r=r.sibling;return null}function r(e,t){for(e=new Map;null!==t;)null!==t.key?e.set(t.key,t):e.set(t.index,t),t=t.sibling;return e}function o(e,t){return(e=Tc(e,t)).index=0,e.sibling=null,e}function i(t,n,r){return t.index=r,e?null!==(r=t.alternate)?(r=r.index)<n?(t.effectTag=2,n):r:(t.effectTag=2,n):n}function s(t){return e&&null===t.alternate&&(t.effectTag=2),t}function c(e,t,n,r){return null===t||6!==t.tag?((t=Lc(n,e.mode,r)).return=e,t):((t=o(t,n)).return=e,t)}function u(e,t,n,r){return null!==t&&t.elementType===n.type?((r=o(t,n.props)).ref=_i(e,t,n),r.return=e,r):((r=xc(n.type,n.key,n.props,null,e.mode,r)).ref=_i(e,t,n),r.return=e,r)}function l(e,t,n,r){return null===t||4!==t.tag||t.stateNode.containerInfo!==n.containerInfo||t.stateNode.implementation!==n.implementation?((t=Ec(n,e.mode,r)).return=e,t):((t=o(t,n.children||[])).return=e,t)}function p(e,t,n,r,i){return null===t||7!==t.tag?((t=Nc(n,e.mode,r,i)).return=e,t):((t=o(t,n)).return=e,t)}function f(e,t,n){if("string"===typeof t||"number"===typeof t)return(t=Lc(""+t,e.mode,n)).return=e,t;if("object"===typeof t&&null!==t){switch(t.$$typeof){case ee:return(n=xc(t.type,t.key,t.props,null,e.mode,n)).ref=_i(e,null,t),n.return=e,n;case te:return(t=Ec(t,e.mode,n)).return=e,t}if(Ai(t)||be(t))return(t=Nc(t,e.mode,n,null)).return=e,t;wi(e,t)}return null}function d(e,t,n,r){var o=null!==t?t.key:null;if("string"===typeof n||"number"===typeof n)return null!==o?null:c(e,t,""+n,r);if("object"===typeof n&&null!==n){switch(n.$$typeof){case ee:return n.key===o?n.type===ne?p(e,t,n.props.children,r,o):u(e,t,n,r):null;case te:return n.key===o?l(e,t,n,r):null}if(Ai(n)||be(n))return null!==o?null:p(e,t,n,r,null);wi(e,n)}return null}function h(e,t,n,r,o){if("string"===typeof r||"number"===typeof r)return c(t,e=e.get(n)||null,""+r,o);if("object"===typeof r&&null!==r){switch(r.$$typeof){case ee:return e=e.get(null===r.key?n:r.key)||null,r.type===ne?p(t,e,r.props.children,o,r.key):u(t,e,r,o);case te:return l(t,e=e.get(null===r.key?n:r.key)||null,r,o)}if(Ai(r)||be(r))return p(t,e=e.get(n)||null,r,o,null);wi(t,r)}return null}function b(o,a,s,c){for(var u=null,l=null,p=a,b=a=0,m=null;null!==p&&b<s.length;b++){p.index>b?(m=p,p=null):m=p.sibling;var M=d(o,p,s[b],c);if(null===M){null===p&&(p=m);break}e&&p&&null===M.alternate&&t(o,p),a=i(M,a,b),null===l?u=M:l.sibling=M,l=M,p=m}if(b===s.length)return n(o,p),u;if(null===p){for(;b<s.length;b++)null!==(p=f(o,s[b],c))&&(a=i(p,a,b),null===l?u=p:l.sibling=p,l=p);return u}for(p=r(o,p);b<s.length;b++)null!==(m=h(p,o,b,s[b],c))&&(e&&null!==m.alternate&&p.delete(null===m.key?b:m.key),a=i(m,a,b),null===l?u=m:l.sibling=m,l=m);return e&&p.forEach((function(e){return t(o,e)})),u}function m(o,s,c,u){var l=be(c);if("function"!==typeof l)throw Error(a(150));if(null==(c=l.call(c)))throw Error(a(151));for(var p=l=null,b=s,m=s=0,M=null,g=c.next();null!==b&&!g.done;m++,g=c.next()){b.index>m?(M=b,b=null):M=b.sibling;var y=d(o,b,g.value,u);if(null===y){null===b&&(b=M);break}e&&b&&null===y.alternate&&t(o,b),s=i(y,s,m),null===p?l=y:p.sibling=y,p=y,b=M}if(g.done)return n(o,b),l;if(null===b){for(;!g.done;m++,g=c.next())null!==(g=f(o,g.value,u))&&(s=i(g,s,m),null===p?l=g:p.sibling=g,p=g);return l}for(b=r(o,b);!g.done;m++,g=c.next())null!==(g=h(b,o,m,g.value,u))&&(e&&null!==g.alternate&&b.delete(null===g.key?m:g.key),s=i(g,s,m),null===p?l=g:p.sibling=g,p=g);return e&&b.forEach((function(e){return t(o,e)})),l}return function(e,r,i,c){var u="object"===typeof i&&null!==i&&i.type===ne&&null===i.key;u&&(i=i.props.children);var l="object"===typeof i&&null!==i;if(l)switch(i.$$typeof){case ee:e:{for(l=i.key,u=r;null!==u;){if(u.key===l){switch(u.tag){case 7:if(i.type===ne){n(e,u.sibling),(r=o(u,i.props.children)).return=e,e=r;break e}break;default:if(u.elementType===i.type){n(e,u.sibling),(r=o(u,i.props)).ref=_i(e,u,i),r.return=e,e=r;break e}}n(e,u);break}t(e,u),u=u.sibling}i.type===ne?((r=Nc(i.props.children,e.mode,c,i.key)).return=e,e=r):((c=xc(i.type,i.key,i.props,null,e.mode,c)).ref=_i(e,r,i),c.return=e,e=c)}return s(e);case te:e:{for(u=i.key;null!==r;){if(r.key===u){if(4===r.tag&&r.stateNode.containerInfo===i.containerInfo&&r.stateNode.implementation===i.implementation){n(e,r.sibling),(r=o(r,i.children||[])).return=e,e=r;break e}n(e,r);break}t(e,r),r=r.sibling}(r=Ec(i,e.mode,c)).return=e,e=r}return s(e)}if("string"===typeof i||"number"===typeof i)return i=""+i,null!==r&&6===r.tag?(n(e,r.sibling),(r=o(r,i)).return=e,e=r):(n(e,r),(r=Lc(i,e.mode,c)).return=e,e=r),s(e);if(Ai(i))return b(e,r,i,c);if(be(i))return m(e,r,i,c);if(l&&wi(e,i),"undefined"===typeof i&&!u)switch(e.tag){case 1:case 0:throw e=e.type,Error(a(152,e.displayName||e.name||"Component"))}return n(e,r)}}var zi=Oi(!0),Ti=Oi(!1),xi={},Ni={current:xi},Li={current:xi},Ei={current:xi};function Si(e){if(e===xi)throw Error(a(174));return e}function Ci(e,t){switch(uo(Ei,t),uo(Li,e),uo(Ni,xi),e=t.nodeType){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:De(null,"");break;default:t=De(t=(e=8===e?t.parentNode:t).namespaceURI||null,e=e.tagName)}co(Ni),uo(Ni,t)}function ki(){co(Ni),co(Li),co(Ei)}function qi(e){Si(Ei.current);var t=Si(Ni.current),n=De(t,e.type);t!==n&&(uo(Li,e),uo(Ni,n))}function Wi(e){Li.current===e&&(co(Ni),co(Li))}var Pi={current:0};function Di(e){for(var t=e;null!==t;){if(13===t.tag){var n=t.memoizedState;if(null!==n&&(null===(n=n.dehydrated)||"$?"===n.data||"$!"===n.data))return t}else if(19===t.tag&&void 0!==t.memoizedProps.revealOrder){if(0!==(64&t.effectTag))return t}else if(null!==t.child){t.child.return=t,t=t.child;continue}if(t===e)break;for(;null===t.sibling;){if(null===t.return||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}function Bi(e,t){return{responder:e,props:t}}var ji=$.ReactCurrentDispatcher,Ri=$.ReactCurrentBatchConfig,Xi=0,Ii=null,Ui=null,Fi=null,Hi=!1;function Vi(){throw Error(a(321))}function Gi(e,t){if(null===t)return!1;for(var n=0;n<t.length&&n<e.length;n++)if(!Dr(e[n],t[n]))return!1;return!0}function Yi(e,t,n,r,o,i){if(Xi=i,Ii=t,t.memoizedState=null,t.updateQueue=null,t.expirationTime=0,ji.current=null===e||null===e.memoizedState?Ma:ga,e=n(r,o),t.expirationTime===Xi){i=0;do{if(t.expirationTime=0,!(25>i))throw Error(a(301));i+=1,Fi=Ui=null,t.updateQueue=null,ji.current=ya,e=n(r,o)}while(t.expirationTime===Xi)}if(ji.current=ma,t=null!==Ui&&null!==Ui.next,Xi=0,Fi=Ui=Ii=null,Hi=!1,t)throw Error(a(300));return e}function Ki(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return null===Fi?Ii.memoizedState=Fi=e:Fi=Fi.next=e,Fi}function $i(){if(null===Ui){var e=Ii.alternate;e=null!==e?e.memoizedState:null}else e=Ui.next;var t=null===Fi?Ii.memoizedState:Fi.next;if(null!==t)Fi=t,Ui=e;else{if(null===e)throw Error(a(310));e={memoizedState:(Ui=e).memoizedState,baseState:Ui.baseState,baseQueue:Ui.baseQueue,queue:Ui.queue,next:null},null===Fi?Ii.memoizedState=Fi=e:Fi=Fi.next=e}return Fi}function Qi(e,t){return"function"===typeof t?t(e):t}function Ji(e){var t=$i(),n=t.queue;if(null===n)throw Error(a(311));n.lastRenderedReducer=e;var r=Ui,o=r.baseQueue,i=n.pending;if(null!==i){if(null!==o){var s=o.next;o.next=i.next,i.next=s}r.baseQueue=o=i,n.pending=null}if(null!==o){o=o.next,r=r.baseState;var c=s=i=null,u=o;do{var l=u.expirationTime;if(l<Xi){var p={expirationTime:u.expirationTime,suspenseConfig:u.suspenseConfig,action:u.action,eagerReducer:u.eagerReducer,eagerState:u.eagerState,next:null};null===c?(s=c=p,i=r):c=c.next=p,l>Ii.expirationTime&&(Ii.expirationTime=l,ac(l))}else null!==c&&(c=c.next={expirationTime:1073741823,suspenseConfig:u.suspenseConfig,action:u.action,eagerReducer:u.eagerReducer,eagerState:u.eagerState,next:null}),ic(l,u.suspenseConfig),r=u.eagerReducer===e?u.eagerState:e(r,u.action);u=u.next}while(null!==u&&u!==o);null===c?i=r:c.next=s,Dr(r,t.memoizedState)||(Ea=!0),t.memoizedState=r,t.baseState=i,t.baseQueue=c,n.lastRenderedState=r}return[t.memoizedState,n.dispatch]}function Zi(e){var t=$i(),n=t.queue;if(null===n)throw Error(a(311));n.lastRenderedReducer=e;var r=n.dispatch,o=n.pending,i=t.memoizedState;if(null!==o){n.pending=null;var s=o=o.next;do{i=e(i,s.action),s=s.next}while(s!==o);Dr(i,t.memoizedState)||(Ea=!0),t.memoizedState=i,null===t.baseQueue&&(t.baseState=i),n.lastRenderedState=i}return[i,r]}function ea(e){var t=Ki();return"function"===typeof e&&(e=e()),t.memoizedState=t.baseState=e,e=(e=t.queue={pending:null,dispatch:null,lastRenderedReducer:Qi,lastRenderedState:e}).dispatch=ba.bind(null,Ii,e),[t.memoizedState,e]}function ta(e,t,n,r){return e={tag:e,create:t,destroy:n,deps:r,next:null},null===(t=Ii.updateQueue)?(t={lastEffect:null},Ii.updateQueue=t,t.lastEffect=e.next=e):null===(n=t.lastEffect)?t.lastEffect=e.next=e:(r=n.next,n.next=e,e.next=r,t.lastEffect=e),e}function na(){return $i().memoizedState}function ra(e,t,n,r){var o=Ki();Ii.effectTag|=e,o.memoizedState=ta(1|t,n,void 0,void 0===r?null:r)}function oa(e,t,n,r){var o=$i();r=void 0===r?null:r;var i=void 0;if(null!==Ui){var a=Ui.memoizedState;if(i=a.destroy,null!==r&&Gi(r,a.deps))return void ta(t,n,i,r)}Ii.effectTag|=e,o.memoizedState=ta(1|t,n,i,r)}function ia(e,t){return ra(516,4,e,t)}function aa(e,t){return oa(516,4,e,t)}function sa(e,t){return oa(4,2,e,t)}function ca(e,t){return"function"===typeof t?(e=e(),t(e),function(){t(null)}):null!==t&&void 0!==t?(e=e(),t.current=e,function(){t.current=null}):void 0}function ua(e,t,n){return n=null!==n&&void 0!==n?n.concat([e]):null,oa(4,2,ca.bind(null,t,e),n)}function la(){}function pa(e,t){return Ki().memoizedState=[e,void 0===t?null:t],e}function fa(e,t){var n=$i();t=void 0===t?null:t;var r=n.memoizedState;return null!==r&&null!==t&&Gi(t,r[1])?r[0]:(n.memoizedState=[e,t],e)}function da(e,t){var n=$i();t=void 0===t?null:t;var r=n.memoizedState;return null!==r&&null!==t&&Gi(t,r[1])?r[0]:(e=e(),n.memoizedState=[e,t],e)}function ha(e,t,n){var r=Xo();Uo(98>r?98:r,(function(){e(!0)})),Uo(97<r?97:r,(function(){var r=Ri.suspense;Ri.suspense=void 0===t?null:t;try{e(!1),n()}finally{Ri.suspense=r}}))}function ba(e,t,n){var r=Vs(),o=di.suspense;o={expirationTime:r=Gs(r,e,o),suspenseConfig:o,action:n,eagerReducer:null,eagerState:null,next:null};var i=t.pending;if(null===i?o.next=o:(o.next=i.next,i.next=o),t.pending=o,i=e.alternate,e===Ii||null!==i&&i===Ii)Hi=!0,o.expirationTime=Xi,Ii.expirationTime=Xi;else{if(0===e.expirationTime&&(null===i||0===i.expirationTime)&&null!==(i=t.lastRenderedReducer))try{var a=t.lastRenderedState,s=i(a,n);if(o.eagerReducer=i,o.eagerState=s,Dr(s,a))return}catch(c){}Ys(e,r)}}var ma={readContext:oi,useCallback:Vi,useContext:Vi,useEffect:Vi,useImperativeHandle:Vi,useLayoutEffect:Vi,useMemo:Vi,useReducer:Vi,useRef:Vi,useState:Vi,useDebugValue:Vi,useResponder:Vi,useDeferredValue:Vi,useTransition:Vi},Ma={readContext:oi,useCallback:pa,useContext:oi,useEffect:ia,useImperativeHandle:function(e,t,n){return n=null!==n&&void 0!==n?n.concat([e]):null,ra(4,2,ca.bind(null,t,e),n)},useLayoutEffect:function(e,t){return ra(4,2,e,t)},useMemo:function(e,t){var n=Ki();return t=void 0===t?null:t,e=e(),n.memoizedState=[e,t],e},useReducer:function(e,t,n){var r=Ki();return t=void 0!==n?n(t):t,r.memoizedState=r.baseState=t,e=(e=r.queue={pending:null,dispatch:null,lastRenderedReducer:e,lastRenderedState:t}).dispatch=ba.bind(null,Ii,e),[r.memoizedState,e]},useRef:function(e){return e={current:e},Ki().memoizedState=e},useState:ea,useDebugValue:la,useResponder:Bi,useDeferredValue:function(e,t){var n=ea(e),r=n[0],o=n[1];return ia((function(){var n=Ri.suspense;Ri.suspense=void 0===t?null:t;try{o(e)}finally{Ri.suspense=n}}),[e,t]),r},useTransition:function(e){var t=ea(!1),n=t[0];return t=t[1],[pa(ha.bind(null,t,e),[t,e]),n]}},ga={readContext:oi,useCallback:fa,useContext:oi,useEffect:aa,useImperativeHandle:ua,useLayoutEffect:sa,useMemo:da,useReducer:Ji,useRef:na,useState:function(){return Ji(Qi)},useDebugValue:la,useResponder:Bi,useDeferredValue:function(e,t){var n=Ji(Qi),r=n[0],o=n[1];return aa((function(){var n=Ri.suspense;Ri.suspense=void 0===t?null:t;try{o(e)}finally{Ri.suspense=n}}),[e,t]),r},useTransition:function(e){var t=Ji(Qi),n=t[0];return t=t[1],[fa(ha.bind(null,t,e),[t,e]),n]}},ya={readContext:oi,useCallback:fa,useContext:oi,useEffect:aa,useImperativeHandle:ua,useLayoutEffect:sa,useMemo:da,useReducer:Zi,useRef:na,useState:function(){return Zi(Qi)},useDebugValue:la,useResponder:Bi,useDeferredValue:function(e,t){var n=Zi(Qi),r=n[0],o=n[1];return aa((function(){var n=Ri.suspense;Ri.suspense=void 0===t?null:t;try{o(e)}finally{Ri.suspense=n}}),[e,t]),r},useTransition:function(e){var t=Zi(Qi),n=t[0];return t=t[1],[fa(ha.bind(null,t,e),[t,e]),n]}},va=null,Aa=null,_a=!1;function wa(e,t){var n=Oc(5,null,null,0);n.elementType="DELETED",n.type="DELETED",n.stateNode=t,n.return=e,n.effectTag=8,null!==e.lastEffect?(e.lastEffect.nextEffect=n,e.lastEffect=n):e.firstEffect=e.lastEffect=n}function Oa(e,t){switch(e.tag){case 5:var n=e.type;return null!==(t=1!==t.nodeType||n.toLowerCase()!==t.nodeName.toLowerCase()?null:t)&&(e.stateNode=t,!0);case 6:return null!==(t=""===e.pendingProps||3!==t.nodeType?null:t)&&(e.stateNode=t,!0);case 13:default:return!1}}function za(e){if(_a){var t=Aa;if(t){var n=t;if(!Oa(e,t)){if(!(t=An(n.nextSibling))||!Oa(e,t))return e.effectTag=-1025&e.effectTag|2,_a=!1,void(va=e);wa(va,n)}va=e,Aa=An(t.firstChild)}else e.effectTag=-1025&e.effectTag|2,_a=!1,va=e}}function Ta(e){for(e=e.return;null!==e&&5!==e.tag&&3!==e.tag&&13!==e.tag;)e=e.return;va=e}function xa(e){if(e!==va)return!1;if(!_a)return Ta(e),_a=!0,!1;var t=e.type;if(5!==e.tag||"head"!==t&&"body"!==t&&!gn(t,e.memoizedProps))for(t=Aa;t;)wa(e,t),t=An(t.nextSibling);if(Ta(e),13===e.tag){if(!(e=null!==(e=e.memoizedState)?e.dehydrated:null))throw Error(a(317));e:{for(e=e.nextSibling,t=0;e;){if(8===e.nodeType){var n=e.data;if("/$"===n){if(0===t){Aa=An(e.nextSibling);break e}t--}else"$"!==n&&"$!"!==n&&"$?"!==n||t++}e=e.nextSibling}Aa=null}}else Aa=va?An(e.stateNode.nextSibling):null;return!0}function Na(){Aa=va=null,_a=!1}var La=$.ReactCurrentOwner,Ea=!1;function Sa(e,t,n,r){t.child=null===e?Ti(t,null,n,r):zi(t,e.child,n,r)}function Ca(e,t,n,r,o){n=n.render;var i=t.ref;return ri(t,o),r=Yi(e,t,n,r,i,o),null===e||Ea?(t.effectTag|=1,Sa(e,t,r,o),t.child):(t.updateQueue=e.updateQueue,t.effectTag&=-517,e.expirationTime<=o&&(e.expirationTime=0),Ya(e,t,o))}function ka(e,t,n,r,o,i){if(null===e){var a=n.type;return"function"!==typeof a||zc(a)||void 0!==a.defaultProps||null!==n.compare||void 0!==n.defaultProps?((e=xc(n.type,null,r,null,t.mode,i)).ref=t.ref,e.return=t,t.child=e):(t.tag=15,t.type=a,qa(e,t,a,r,o,i))}return a=e.child,o<i&&(o=a.memoizedProps,(n=null!==(n=n.compare)?n:jr)(o,r)&&e.ref===t.ref)?Ya(e,t,i):(t.effectTag|=1,(e=Tc(a,r)).ref=t.ref,e.return=t,t.child=e)}function qa(e,t,n,r,o,i){return null!==e&&jr(e.memoizedProps,r)&&e.ref===t.ref&&(Ea=!1,o<i)?(t.expirationTime=e.expirationTime,Ya(e,t,i)):Pa(e,t,n,r,i)}function Wa(e,t){var n=t.ref;(null===e&&null!==n||null!==e&&e.ref!==n)&&(t.effectTag|=128)}function Pa(e,t,n,r,o){var i=mo(n)?ho:po.current;return i=bo(t,i),ri(t,o),n=Yi(e,t,n,r,i,o),null===e||Ea?(t.effectTag|=1,Sa(e,t,n,o),t.child):(t.updateQueue=e.updateQueue,t.effectTag&=-517,e.expirationTime<=o&&(e.expirationTime=0),Ya(e,t,o))}function Da(e,t,n,r,o){if(mo(n)){var i=!0;vo(t)}else i=!1;if(ri(t,o),null===t.stateNode)null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),gi(t,n,r),vi(t,n,r,o),r=!0;else if(null===e){var a=t.stateNode,s=t.memoizedProps;a.props=s;var c=a.context,u=n.contextType;"object"===typeof u&&null!==u?u=oi(u):u=bo(t,u=mo(n)?ho:po.current);var l=n.getDerivedStateFromProps,p="function"===typeof l||"function"===typeof a.getSnapshotBeforeUpdate;p||"function"!==typeof a.UNSAFE_componentWillReceiveProps&&"function"!==typeof a.componentWillReceiveProps||(s!==r||c!==u)&&yi(t,a,r,u),ii=!1;var f=t.memoizedState;a.state=f,pi(t,r,a,o),c=t.memoizedState,s!==r||f!==c||fo.current||ii?("function"===typeof l&&(bi(t,n,l,r),c=t.memoizedState),(s=ii||Mi(t,n,s,r,f,c,u))?(p||"function"!==typeof a.UNSAFE_componentWillMount&&"function"!==typeof a.componentWillMount||("function"===typeof a.componentWillMount&&a.componentWillMount(),"function"===typeof a.UNSAFE_componentWillMount&&a.UNSAFE_componentWillMount()),"function"===typeof a.componentDidMount&&(t.effectTag|=4)):("function"===typeof a.componentDidMount&&(t.effectTag|=4),t.memoizedProps=r,t.memoizedState=c),a.props=r,a.state=c,a.context=u,r=s):("function"===typeof a.componentDidMount&&(t.effectTag|=4),r=!1)}else a=t.stateNode,si(e,t),s=t.memoizedProps,a.props=t.type===t.elementType?s:Ko(t.type,s),c=a.context,"object"===typeof(u=n.contextType)&&null!==u?u=oi(u):u=bo(t,u=mo(n)?ho:po.current),(p="function"===typeof(l=n.getDerivedStateFromProps)||"function"===typeof a.getSnapshotBeforeUpdate)||"function"!==typeof a.UNSAFE_componentWillReceiveProps&&"function"!==typeof a.componentWillReceiveProps||(s!==r||c!==u)&&yi(t,a,r,u),ii=!1,c=t.memoizedState,a.state=c,pi(t,r,a,o),f=t.memoizedState,s!==r||c!==f||fo.current||ii?("function"===typeof l&&(bi(t,n,l,r),f=t.memoizedState),(l=ii||Mi(t,n,s,r,c,f,u))?(p||"function"!==typeof a.UNSAFE_componentWillUpdate&&"function"!==typeof a.componentWillUpdate||("function"===typeof a.componentWillUpdate&&a.componentWillUpdate(r,f,u),"function"===typeof a.UNSAFE_componentWillUpdate&&a.UNSAFE_componentWillUpdate(r,f,u)),"function"===typeof a.componentDidUpdate&&(t.effectTag|=4),"function"===typeof a.getSnapshotBeforeUpdate&&(t.effectTag|=256)):("function"!==typeof a.componentDidUpdate||s===e.memoizedProps&&c===e.memoizedState||(t.effectTag|=4),"function"!==typeof a.getSnapshotBeforeUpdate||s===e.memoizedProps&&c===e.memoizedState||(t.effectTag|=256),t.memoizedProps=r,t.memoizedState=f),a.props=r,a.state=f,a.context=u,r=l):("function"!==typeof a.componentDidUpdate||s===e.memoizedProps&&c===e.memoizedState||(t.effectTag|=4),"function"!==typeof a.getSnapshotBeforeUpdate||s===e.memoizedProps&&c===e.memoizedState||(t.effectTag|=256),r=!1);return Ba(e,t,n,r,i,o)}function Ba(e,t,n,r,o,i){Wa(e,t);var a=0!==(64&t.effectTag);if(!r&&!a)return o&&Ao(t,n,!1),Ya(e,t,i);r=t.stateNode,La.current=t;var s=a&&"function"!==typeof n.getDerivedStateFromError?null:r.render();return t.effectTag|=1,null!==e&&a?(t.child=zi(t,e.child,null,i),t.child=zi(t,null,s,i)):Sa(e,t,s,i),t.memoizedState=r.state,o&&Ao(t,n,!0),t.child}function ja(e){var t=e.stateNode;t.pendingContext?go(0,t.pendingContext,t.pendingContext!==t.context):t.context&&go(0,t.context,!1),Ci(e,t.containerInfo)}var Ra,Xa,Ia,Ua={dehydrated:null,retryTime:0};function Fa(e,t,n){var r,o=t.mode,i=t.pendingProps,a=Pi.current,s=!1;if((r=0!==(64&t.effectTag))||(r=0!==(2&a)&&(null===e||null!==e.memoizedState)),r?(s=!0,t.effectTag&=-65):null!==e&&null===e.memoizedState||void 0===i.fallback||!0===i.unstable_avoidThisFallback||(a|=1),uo(Pi,1&a),null===e){if(void 0!==i.fallback&&za(t),s){if(s=i.fallback,(i=Nc(null,o,0,null)).return=t,0===(2&t.mode))for(e=null!==t.memoizedState?t.child.child:t.child,i.child=e;null!==e;)e.return=i,e=e.sibling;return(n=Nc(s,o,n,null)).return=t,i.sibling=n,t.memoizedState=Ua,t.child=i,n}return o=i.children,t.memoizedState=null,t.child=Ti(t,null,o,n)}if(null!==e.memoizedState){if(o=(e=e.child).sibling,s){if(i=i.fallback,(n=Tc(e,e.pendingProps)).return=t,0===(2&t.mode)&&(s=null!==t.memoizedState?t.child.child:t.child)!==e.child)for(n.child=s;null!==s;)s.return=n,s=s.sibling;return(o=Tc(o,i)).return=t,n.sibling=o,n.childExpirationTime=0,t.memoizedState=Ua,t.child=n,o}return n=zi(t,e.child,i.children,n),t.memoizedState=null,t.child=n}if(e=e.child,s){if(s=i.fallback,(i=Nc(null,o,0,null)).return=t,i.child=e,null!==e&&(e.return=i),0===(2&t.mode))for(e=null!==t.memoizedState?t.child.child:t.child,i.child=e;null!==e;)e.return=i,e=e.sibling;return(n=Nc(s,o,n,null)).return=t,i.sibling=n,n.effectTag|=2,i.childExpirationTime=0,t.memoizedState=Ua,t.child=i,n}return t.memoizedState=null,t.child=zi(t,e,i.children,n)}function Ha(e,t){e.expirationTime<t&&(e.expirationTime=t);var n=e.alternate;null!==n&&n.expirationTime<t&&(n.expirationTime=t),ni(e.return,t)}function Va(e,t,n,r,o,i){var a=e.memoizedState;null===a?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:r,tail:n,tailExpiration:0,tailMode:o,lastEffect:i}:(a.isBackwards=t,a.rendering=null,a.renderingStartTime=0,a.last=r,a.tail=n,a.tailExpiration=0,a.tailMode=o,a.lastEffect=i)}function Ga(e,t,n){var r=t.pendingProps,o=r.revealOrder,i=r.tail;if(Sa(e,t,r.children,n),0!==(2&(r=Pi.current)))r=1&r|2,t.effectTag|=64;else{if(null!==e&&0!==(64&e.effectTag))e:for(e=t.child;null!==e;){if(13===e.tag)null!==e.memoizedState&&Ha(e,n);else if(19===e.tag)Ha(e,n);else if(null!==e.child){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;null===e.sibling;){if(null===e.return||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}r&=1}if(uo(Pi,r),0===(2&t.mode))t.memoizedState=null;else switch(o){case"forwards":for(n=t.child,o=null;null!==n;)null!==(e=n.alternate)&&null===Di(e)&&(o=n),n=n.sibling;null===(n=o)?(o=t.child,t.child=null):(o=n.sibling,n.sibling=null),Va(t,!1,o,n,i,t.lastEffect);break;case"backwards":for(n=null,o=t.child,t.child=null;null!==o;){if(null!==(e=o.alternate)&&null===Di(e)){t.child=o;break}e=o.sibling,o.sibling=n,n=o,o=e}Va(t,!0,n,null,i,t.lastEffect);break;case"together":Va(t,!1,null,null,void 0,t.lastEffect);break;default:t.memoizedState=null}return t.child}function Ya(e,t,n){null!==e&&(t.dependencies=e.dependencies);var r=t.expirationTime;if(0!==r&&ac(r),t.childExpirationTime<n)return null;if(null!==e&&t.child!==e.child)throw Error(a(153));if(null!==t.child){for(n=Tc(e=t.child,e.pendingProps),t.child=n,n.return=t;null!==e.sibling;)e=e.sibling,(n=n.sibling=Tc(e,e.pendingProps)).return=t;n.sibling=null}return t.child}function Ka(e,t){switch(e.tailMode){case"hidden":t=e.tail;for(var n=null;null!==t;)null!==t.alternate&&(n=t),t=t.sibling;null===n?e.tail=null:n.sibling=null;break;case"collapsed":n=e.tail;for(var r=null;null!==n;)null!==n.alternate&&(r=n),n=n.sibling;null===r?t||null===e.tail?e.tail=null:e.tail.sibling=null:r.sibling=null}}function $a(e,t,n){var r=t.pendingProps;switch(t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return null;case 1:return mo(t.type)&&Mo(),null;case 3:return ki(),co(fo),co(po),(n=t.stateNode).pendingContext&&(n.context=n.pendingContext,n.pendingContext=null),null!==e&&null!==e.child||!xa(t)||(t.effectTag|=4),null;case 5:Wi(t),n=Si(Ei.current);var i=t.type;if(null!==e&&null!=t.stateNode)Xa(e,t,i,r,n),e.ref!==t.ref&&(t.effectTag|=128);else{if(!r){if(null===t.stateNode)throw Error(a(166));return null}if(e=Si(Ni.current),xa(t)){r=t.stateNode,i=t.type;var s=t.memoizedProps;switch(r[On]=t,r[zn]=s,i){case"iframe":case"object":case"embed":Gt("load",r);break;case"video":case"audio":for(e=0;e<$e.length;e++)Gt($e[e],r);break;case"source":Gt("error",r);break;case"img":case"image":case"link":Gt("error",r),Gt("load",r);break;case"form":Gt("reset",r),Gt("submit",r);break;case"details":Gt("toggle",r);break;case"input":we(r,s),Gt("invalid",r),cn(n,"onChange");break;case"select":r._wrapperState={wasMultiple:!!s.multiple},Gt("invalid",r),cn(n,"onChange");break;case"textarea":Se(r,s),Gt("invalid",r),cn(n,"onChange")}for(var c in on(i,s),e=null,s)if(s.hasOwnProperty(c)){var u=s[c];"children"===c?"string"===typeof u?r.textContent!==u&&(e=["children",u]):"number"===typeof u&&r.textContent!==""+u&&(e=["children",""+u]):O.hasOwnProperty(c)&&null!=u&&cn(n,c)}switch(i){case"input":ve(r),Te(r,s,!0);break;case"textarea":ve(r),ke(r);break;case"select":case"option":break;default:"function"===typeof s.onClick&&(r.onclick=un)}n=e,t.updateQueue=n,null!==n&&(t.effectTag|=4)}else{switch(c=9===n.nodeType?n:n.ownerDocument,e===sn&&(e=Pe(i)),e===sn?"script"===i?((e=c.createElement("div")).innerHTML="<script><\/script>",e=e.removeChild(e.firstChild)):"string"===typeof r.is?e=c.createElement(i,{is:r.is}):(e=c.createElement(i),"select"===i&&(c=e,r.multiple?c.multiple=!0:r.size&&(c.size=r.size))):e=c.createElementNS(e,i),e[On]=t,e[zn]=r,Ra(e,t),t.stateNode=e,c=an(i,r),i){case"iframe":case"object":case"embed":Gt("load",e),u=r;break;case"video":case"audio":for(u=0;u<$e.length;u++)Gt($e[u],e);u=r;break;case"source":Gt("error",e),u=r;break;case"img":case"image":case"link":Gt("error",e),Gt("load",e),u=r;break;case"form":Gt("reset",e),Gt("submit",e),u=r;break;case"details":Gt("toggle",e),u=r;break;case"input":we(e,r),u=_e(e,r),Gt("invalid",e),cn(n,"onChange");break;case"option":u=Ne(e,r);break;case"select":e._wrapperState={wasMultiple:!!r.multiple},u=o({},r,{value:void 0}),Gt("invalid",e),cn(n,"onChange");break;case"textarea":Se(e,r),u=Ee(e,r),Gt("invalid",e),cn(n,"onChange");break;default:u=r}on(i,u);var l=u;for(s in l)if(l.hasOwnProperty(s)){var p=l[s];"style"===s?nn(e,p):"dangerouslySetInnerHTML"===s?null!=(p=p?p.__html:void 0)&&je(e,p):"children"===s?"string"===typeof p?("textarea"!==i||""!==p)&&Re(e,p):"number"===typeof p&&Re(e,""+p):"suppressContentEditableWarning"!==s&&"suppressHydrationWarning"!==s&&"autoFocus"!==s&&(O.hasOwnProperty(s)?null!=p&&cn(n,s):null!=p&&Q(e,s,p,c))}switch(i){case"input":ve(e),Te(e,r,!1);break;case"textarea":ve(e),ke(e);break;case"option":null!=r.value&&e.setAttribute("value",""+ge(r.value));break;case"select":e.multiple=!!r.multiple,null!=(n=r.value)?Le(e,!!r.multiple,n,!1):null!=r.defaultValue&&Le(e,!!r.multiple,r.defaultValue,!0);break;default:"function"===typeof u.onClick&&(e.onclick=un)}Mn(i,r)&&(t.effectTag|=4)}null!==t.ref&&(t.effectTag|=128)}return null;case 6:if(e&&null!=t.stateNode)Ia(0,t,e.memoizedProps,r);else{if("string"!==typeof r&&null===t.stateNode)throw Error(a(166));n=Si(Ei.current),Si(Ni.current),xa(t)?(n=t.stateNode,r=t.memoizedProps,n[On]=t,n.nodeValue!==r&&(t.effectTag|=4)):((n=(9===n.nodeType?n:n.ownerDocument).createTextNode(r))[On]=t,t.stateNode=n)}return null;case 13:return co(Pi),r=t.memoizedState,0!==(64&t.effectTag)?(t.expirationTime=n,t):(n=null!==r,r=!1,null===e?void 0!==t.memoizedProps.fallback&&xa(t):(r=null!==(i=e.memoizedState),n||null===i||null!==(i=e.child.sibling)&&(null!==(s=t.firstEffect)?(t.firstEffect=i,i.nextEffect=s):(t.firstEffect=t.lastEffect=i,i.nextEffect=null),i.effectTag=8)),n&&!r&&0!==(2&t.mode)&&(null===e&&!0!==t.memoizedProps.unstable_avoidThisFallback||0!==(1&Pi.current)?xs===vs&&(xs=As):(xs!==vs&&xs!==As||(xs=_s),0!==Cs&&null!==Os&&(kc(Os,Ts),qc(Os,Cs)))),(n||r)&&(t.effectTag|=4),null);case 4:return ki(),null;case 10:return ti(t),null;case 17:return mo(t.type)&&Mo(),null;case 19:if(co(Pi),null===(r=t.memoizedState))return null;if(i=0!==(64&t.effectTag),null===(s=r.rendering)){if(i)Ka(r,!1);else if(xs!==vs||null!==e&&0!==(64&e.effectTag))for(s=t.child;null!==s;){if(null!==(e=Di(s))){for(t.effectTag|=64,Ka(r,!1),null!==(i=e.updateQueue)&&(t.updateQueue=i,t.effectTag|=4),null===r.lastEffect&&(t.firstEffect=null),t.lastEffect=r.lastEffect,r=t.child;null!==r;)s=n,(i=r).effectTag&=2,i.nextEffect=null,i.firstEffect=null,i.lastEffect=null,null===(e=i.alternate)?(i.childExpirationTime=0,i.expirationTime=s,i.child=null,i.memoizedProps=null,i.memoizedState=null,i.updateQueue=null,i.dependencies=null):(i.childExpirationTime=e.childExpirationTime,i.expirationTime=e.expirationTime,i.child=e.child,i.memoizedProps=e.memoizedProps,i.memoizedState=e.memoizedState,i.updateQueue=e.updateQueue,s=e.dependencies,i.dependencies=null===s?null:{expirationTime:s.expirationTime,firstContext:s.firstContext,responders:s.responders}),r=r.sibling;return uo(Pi,1&Pi.current|2),t.child}s=s.sibling}}else{if(!i)if(null!==(e=Di(s))){if(t.effectTag|=64,i=!0,null!==(n=e.updateQueue)&&(t.updateQueue=n,t.effectTag|=4),Ka(r,!0),null===r.tail&&"hidden"===r.tailMode&&!s.alternate)return null!==(t=t.lastEffect=r.lastEffect)&&(t.nextEffect=null),null}else 2*Ro()-r.renderingStartTime>r.tailExpiration&&1<n&&(t.effectTag|=64,i=!0,Ka(r,!1),t.expirationTime=t.childExpirationTime=n-1);r.isBackwards?(s.sibling=t.child,t.child=s):(null!==(n=r.last)?n.sibling=s:t.child=s,r.last=s)}return null!==r.tail?(0===r.tailExpiration&&(r.tailExpiration=Ro()+500),n=r.tail,r.rendering=n,r.tail=n.sibling,r.lastEffect=t.lastEffect,r.renderingStartTime=Ro(),n.sibling=null,t=Pi.current,uo(Pi,i?1&t|2:1&t),n):null}throw Error(a(156,t.tag))}function Qa(e){switch(e.tag){case 1:mo(e.type)&&Mo();var t=e.effectTag;return 4096&t?(e.effectTag=-4097&t|64,e):null;case 3:if(ki(),co(fo),co(po),0!==(64&(t=e.effectTag)))throw Error(a(285));return e.effectTag=-4097&t|64,e;case 5:return Wi(e),null;case 13:return co(Pi),4096&(t=e.effectTag)?(e.effectTag=-4097&t|64,e):null;case 19:return co(Pi),null;case 4:return ki(),null;case 10:return ti(e),null;default:return null}}function Ja(e,t){return{value:e,source:t,stack:Me(t)}}Ra=function(e,t){for(var n=t.child;null!==n;){if(5===n.tag||6===n.tag)e.appendChild(n.stateNode);else if(4!==n.tag&&null!==n.child){n.child.return=n,n=n.child;continue}if(n===t)break;for(;null===n.sibling;){if(null===n.return||n.return===t)return;n=n.return}n.sibling.return=n.return,n=n.sibling}},Xa=function(e,t,n,r,i){var a=e.memoizedProps;if(a!==r){var s,c,u=t.stateNode;switch(Si(Ni.current),e=null,n){case"input":a=_e(u,a),r=_e(u,r),e=[];break;case"option":a=Ne(u,a),r=Ne(u,r),e=[];break;case"select":a=o({},a,{value:void 0}),r=o({},r,{value:void 0}),e=[];break;case"textarea":a=Ee(u,a),r=Ee(u,r),e=[];break;default:"function"!==typeof a.onClick&&"function"===typeof r.onClick&&(u.onclick=un)}for(s in on(n,r),n=null,a)if(!r.hasOwnProperty(s)&&a.hasOwnProperty(s)&&null!=a[s])if("style"===s)for(c in u=a[s])u.hasOwnProperty(c)&&(n||(n={}),n[c]="");else"dangerouslySetInnerHTML"!==s&&"children"!==s&&"suppressContentEditableWarning"!==s&&"suppressHydrationWarning"!==s&&"autoFocus"!==s&&(O.hasOwnProperty(s)?e||(e=[]):(e=e||[]).push(s,null));for(s in r){var l=r[s];if(u=null!=a?a[s]:void 0,r.hasOwnProperty(s)&&l!==u&&(null!=l||null!=u))if("style"===s)if(u){for(c in u)!u.hasOwnProperty(c)||l&&l.hasOwnProperty(c)||(n||(n={}),n[c]="");for(c in l)l.hasOwnProperty(c)&&u[c]!==l[c]&&(n||(n={}),n[c]=l[c])}else n||(e||(e=[]),e.push(s,n)),n=l;else"dangerouslySetInnerHTML"===s?(l=l?l.__html:void 0,u=u?u.__html:void 0,null!=l&&u!==l&&(e=e||[]).push(s,l)):"children"===s?u===l||"string"!==typeof l&&"number"!==typeof l||(e=e||[]).push(s,""+l):"suppressContentEditableWarning"!==s&&"suppressHydrationWarning"!==s&&(O.hasOwnProperty(s)?(null!=l&&cn(i,s),e||u===l||(e=[])):(e=e||[]).push(s,l))}n&&(e=e||[]).push("style",n),i=e,(t.updateQueue=i)&&(t.effectTag|=4)}},Ia=function(e,t,n,r){n!==r&&(t.effectTag|=4)};var Za="function"===typeof WeakSet?WeakSet:Set;function es(e,t){var n=t.source,r=t.stack;null===r&&null!==n&&(r=Me(n)),null!==n&&me(n.type),t=t.value,null!==e&&1===e.tag&&me(e.type);try{console.error(t)}catch(o){setTimeout((function(){throw o}))}}function ts(e){var t=e.ref;if(null!==t)if("function"===typeof t)try{t(null)}catch(n){gc(e,n)}else t.current=null}function ns(e,t){switch(t.tag){case 0:case 11:case 15:case 22:return;case 1:if(256&t.effectTag&&null!==e){var n=e.memoizedProps,r=e.memoizedState;t=(e=t.stateNode).getSnapshotBeforeUpdate(t.elementType===t.type?n:Ko(t.type,n),r),e.__reactInternalSnapshotBeforeUpdate=t}return;case 3:case 5:case 6:case 4:case 17:return}throw Error(a(163))}function rs(e,t){if(null!==(t=null!==(t=t.updateQueue)?t.lastEffect:null)){var n=t=t.next;do{if((n.tag&e)===e){var r=n.destroy;n.destroy=void 0,void 0!==r&&r()}n=n.next}while(n!==t)}}function os(e,t){if(null!==(t=null!==(t=t.updateQueue)?t.lastEffect:null)){var n=t=t.next;do{if((n.tag&e)===e){var r=n.create;n.destroy=r()}n=n.next}while(n!==t)}}function is(e,t,n){switch(n.tag){case 0:case 11:case 15:case 22:return void os(3,n);case 1:if(e=n.stateNode,4&n.effectTag)if(null===t)e.componentDidMount();else{var r=n.elementType===n.type?t.memoizedProps:Ko(n.type,t.memoizedProps);e.componentDidUpdate(r,t.memoizedState,e.__reactInternalSnapshotBeforeUpdate)}return void(null!==(t=n.updateQueue)&&fi(n,t,e));case 3:if(null!==(t=n.updateQueue)){if(e=null,null!==n.child)switch(n.child.tag){case 5:e=n.child.stateNode;break;case 1:e=n.child.stateNode}fi(n,t,e)}return;case 5:return e=n.stateNode,void(null===t&&4&n.effectTag&&Mn(n.type,n.memoizedProps)&&e.focus());case 6:case 4:case 12:return;case 13:return void(null===n.memoizedState&&(n=n.alternate,null!==n&&(n=n.memoizedState,null!==n&&(n=n.dehydrated,null!==n&&Pt(n)))));case 19:case 17:case 20:case 21:return}throw Error(a(163))}function as(e,t,n){switch("function"===typeof _c&&_c(t),t.tag){case 0:case 11:case 14:case 15:case 22:if(null!==(e=t.updateQueue)&&null!==(e=e.lastEffect)){var r=e.next;Uo(97<n?97:n,(function(){var e=r;do{var n=e.destroy;if(void 0!==n){var o=t;try{n()}catch(i){gc(o,i)}}e=e.next}while(e!==r)}))}break;case 1:ts(t),"function"===typeof(n=t.stateNode).componentWillUnmount&&function(e,t){try{t.props=e.memoizedProps,t.state=e.memoizedState,t.componentWillUnmount()}catch(n){gc(e,n)}}(t,n);break;case 5:ts(t);break;case 4:ls(e,t,n)}}function ss(e){var t=e.alternate;e.return=null,e.child=null,e.memoizedState=null,e.updateQueue=null,e.dependencies=null,e.alternate=null,e.firstEffect=null,e.lastEffect=null,e.pendingProps=null,e.memoizedProps=null,e.stateNode=null,null!==t&&ss(t)}function cs(e){return 5===e.tag||3===e.tag||4===e.tag}function us(e){e:{for(var t=e.return;null!==t;){if(cs(t)){var n=t;break e}t=t.return}throw Error(a(160))}switch(t=n.stateNode,n.tag){case 5:var r=!1;break;case 3:case 4:t=t.containerInfo,r=!0;break;default:throw Error(a(161))}16&n.effectTag&&(Re(t,""),n.effectTag&=-17);e:t:for(n=e;;){for(;null===n.sibling;){if(null===n.return||cs(n.return)){n=null;break e}n=n.return}for(n.sibling.return=n.return,n=n.sibling;5!==n.tag&&6!==n.tag&&18!==n.tag;){if(2&n.effectTag)continue t;if(null===n.child||4===n.tag)continue t;n.child.return=n,n=n.child}if(!(2&n.effectTag)){n=n.stateNode;break e}}r?function e(t,n,r){var o=t.tag,i=5===o||6===o;if(i)t=i?t.stateNode:t.stateNode.instance,n?8===r.nodeType?r.parentNode.insertBefore(t,n):r.insertBefore(t,n):(8===r.nodeType?(n=r.parentNode).insertBefore(t,r):(n=r).appendChild(t),null!==(r=r._reactRootContainer)&&void 0!==r||null!==n.onclick||(n.onclick=un));else if(4!==o&&null!==(t=t.child))for(e(t,n,r),t=t.sibling;null!==t;)e(t,n,r),t=t.sibling}(e,n,t):function e(t,n,r){var o=t.tag,i=5===o||6===o;if(i)t=i?t.stateNode:t.stateNode.instance,n?r.insertBefore(t,n):r.appendChild(t);else if(4!==o&&null!==(t=t.child))for(e(t,n,r),t=t.sibling;null!==t;)e(t,n,r),t=t.sibling}(e,n,t)}function ls(e,t,n){for(var r,o,i=t,s=!1;;){if(!s){s=i.return;e:for(;;){if(null===s)throw Error(a(160));switch(r=s.stateNode,s.tag){case 5:o=!1;break e;case 3:case 4:r=r.containerInfo,o=!0;break e}s=s.return}s=!0}if(5===i.tag||6===i.tag){e:for(var c=e,u=i,l=n,p=u;;)if(as(c,p,l),null!==p.child&&4!==p.tag)p.child.return=p,p=p.child;else{if(p===u)break e;for(;null===p.sibling;){if(null===p.return||p.return===u)break e;p=p.return}p.sibling.return=p.return,p=p.sibling}o?(c=r,u=i.stateNode,8===c.nodeType?c.parentNode.removeChild(u):c.removeChild(u)):r.removeChild(i.stateNode)}else if(4===i.tag){if(null!==i.child){r=i.stateNode.containerInfo,o=!0,i.child.return=i,i=i.child;continue}}else if(as(e,i,n),null!==i.child){i.child.return=i,i=i.child;continue}if(i===t)break;for(;null===i.sibling;){if(null===i.return||i.return===t)return;4===(i=i.return).tag&&(s=!1)}i.sibling.return=i.return,i=i.sibling}}function ps(e,t){switch(t.tag){case 0:case 11:case 14:case 15:case 22:return void rs(3,t);case 1:return;case 5:var n=t.stateNode;if(null!=n){var r=t.memoizedProps,o=null!==e?e.memoizedProps:r;e=t.type;var i=t.updateQueue;if(t.updateQueue=null,null!==i){for(n[zn]=r,"input"===e&&"radio"===r.type&&null!=r.name&&Oe(n,r),an(e,o),t=an(e,r),o=0;o<i.length;o+=2){var s=i[o],c=i[o+1];"style"===s?nn(n,c):"dangerouslySetInnerHTML"===s?je(n,c):"children"===s?Re(n,c):Q(n,s,c,t)}switch(e){case"input":ze(n,r);break;case"textarea":Ce(n,r);break;case"select":t=n._wrapperState.wasMultiple,n._wrapperState.wasMultiple=!!r.multiple,null!=(e=r.value)?Le(n,!!r.multiple,e,!1):t!==!!r.multiple&&(null!=r.defaultValue?Le(n,!!r.multiple,r.defaultValue,!0):Le(n,!!r.multiple,r.multiple?[]:"",!1))}}}return;case 6:if(null===t.stateNode)throw Error(a(162));return void(t.stateNode.nodeValue=t.memoizedProps);case 3:return void((t=t.stateNode).hydrate&&(t.hydrate=!1,Pt(t.containerInfo)));case 12:return;case 13:if(n=t,null===t.memoizedState?r=!1:(r=!0,n=t.child,qs=Ro()),null!==n)e:for(e=n;;){if(5===e.tag)i=e.stateNode,r?"function"===typeof(i=i.style).setProperty?i.setProperty("display","none","important"):i.display="none":(i=e.stateNode,o=void 0!==(o=e.memoizedProps.style)&&null!==o&&o.hasOwnProperty("display")?o.display:null,i.style.display=tn("display",o));else if(6===e.tag)e.stateNode.nodeValue=r?"":e.memoizedProps;else{if(13===e.tag&&null!==e.memoizedState&&null===e.memoizedState.dehydrated){(i=e.child.sibling).return=e,e=i;continue}if(null!==e.child){e.child.return=e,e=e.child;continue}}if(e===n)break;for(;null===e.sibling;){if(null===e.return||e.return===n)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}return void fs(t);case 19:return void fs(t);case 17:return}throw Error(a(163))}function fs(e){var t=e.updateQueue;if(null!==t){e.updateQueue=null;var n=e.stateNode;null===n&&(n=e.stateNode=new Za),t.forEach((function(t){var r=vc.bind(null,e,t);n.has(t)||(n.add(t),t.then(r,r))}))}}var ds="function"===typeof WeakMap?WeakMap:Map;function hs(e,t,n){(n=ci(n,null)).tag=3,n.payload={element:null};var r=t.value;return n.callback=function(){Ps||(Ps=!0,Ds=r),es(e,t)},n}function bs(e,t,n){(n=ci(n,null)).tag=3;var r=e.type.getDerivedStateFromError;if("function"===typeof r){var o=t.value;n.payload=function(){return es(e,t),r(o)}}var i=e.stateNode;return null!==i&&"function"===typeof i.componentDidCatch&&(n.callback=function(){"function"!==typeof r&&(null===Bs?Bs=new Set([this]):Bs.add(this),es(e,t));var n=t.stack;this.componentDidCatch(t.value,{componentStack:null!==n?n:""})}),n}var ms,Ms=Math.ceil,gs=$.ReactCurrentDispatcher,ys=$.ReactCurrentOwner,vs=0,As=3,_s=4,ws=0,Os=null,zs=null,Ts=0,xs=vs,Ns=null,Ls=1073741823,Es=1073741823,Ss=null,Cs=0,ks=!1,qs=0,Ws=null,Ps=!1,Ds=null,Bs=null,js=!1,Rs=null,Xs=90,Is=null,Us=0,Fs=null,Hs=0;function Vs(){return 0!==(48&ws)?1073741821-(Ro()/10|0):0!==Hs?Hs:Hs=1073741821-(Ro()/10|0)}function Gs(e,t,n){if(0===(2&(t=t.mode)))return 1073741823;var r=Xo();if(0===(4&t))return 99===r?1073741823:1073741822;if(0!==(16&ws))return Ts;if(null!==n)e=Yo(e,0|n.timeoutMs||5e3,250);else switch(r){case 99:e=1073741823;break;case 98:e=Yo(e,150,100);break;case 97:case 96:e=Yo(e,5e3,250);break;case 95:e=2;break;default:throw Error(a(326))}return null!==Os&&e===Ts&&--e,e}function Ys(e,t){if(50<Us)throw Us=0,Fs=null,Error(a(185));if(null!==(e=Ks(e,t))){var n=Xo();1073741823===t?0!==(8&ws)&&0===(48&ws)?Zs(e):(Qs(e),0===ws&&Vo()):Qs(e),0===(4&ws)||98!==n&&99!==n||(null===Is?Is=new Map([[e,t]]):(void 0===(n=Is.get(e))||n>t)&&Is.set(e,t))}}function Ks(e,t){e.expirationTime<t&&(e.expirationTime=t);var n=e.alternate;null!==n&&n.expirationTime<t&&(n.expirationTime=t);var r=e.return,o=null;if(null===r&&3===e.tag)o=e.stateNode;else for(;null!==r;){if(n=r.alternate,r.childExpirationTime<t&&(r.childExpirationTime=t),null!==n&&n.childExpirationTime<t&&(n.childExpirationTime=t),null===r.return&&3===r.tag){o=r.stateNode;break}r=r.return}return null!==o&&(Os===o&&(ac(t),xs===_s&&kc(o,Ts)),qc(o,t)),o}function $s(e){var t=e.lastExpiredTime;if(0!==t)return t;if(!Cc(e,t=e.firstPendingTime))return t;var n=e.lastPingedTime;return 2>=(e=n>(e=e.nextKnownPendingLevel)?n:e)&&t!==e?0:e}function Qs(e){if(0!==e.lastExpiredTime)e.callbackExpirationTime=1073741823,e.callbackPriority=99,e.callbackNode=Ho(Zs.bind(null,e));else{var t=$s(e),n=e.callbackNode;if(0===t)null!==n&&(e.callbackNode=null,e.callbackExpirationTime=0,e.callbackPriority=90);else{var r=Vs();if(1073741823===t?r=99:1===t||2===t?r=95:r=0>=(r=10*(1073741821-t)-10*(1073741821-r))?99:250>=r?98:5250>=r?97:95,null!==n){var o=e.callbackPriority;if(e.callbackExpirationTime===t&&o>=r)return;n!==ko&&Oo(n)}e.callbackExpirationTime=t,e.callbackPriority=r,t=1073741823===t?Ho(Zs.bind(null,e)):Fo(r,Js.bind(null,e),{timeout:10*(1073741821-t)-Ro()}),e.callbackNode=t}}}function Js(e,t){if(Hs=0,t)return Wc(e,t=Vs()),Qs(e),null;var n=$s(e);if(0!==n){if(t=e.callbackNode,0!==(48&ws))throw Error(a(327));if(bc(),e===Os&&n===Ts||nc(e,n),null!==zs){var r=ws;ws|=16;for(var o=oc();;)try{cc();break}catch(c){rc(e,c)}if(ei(),ws=r,gs.current=o,1===xs)throw t=Ns,nc(e,n),kc(e,n),Qs(e),t;if(null===zs)switch(o=e.finishedWork=e.current.alternate,e.finishedExpirationTime=n,r=xs,Os=null,r){case vs:case 1:throw Error(a(345));case 2:Wc(e,2<n?2:n);break;case As:if(kc(e,n),n===(r=e.lastSuspendedTime)&&(e.nextKnownPendingLevel=pc(o)),1073741823===Ls&&10<(o=qs+500-Ro())){if(ks){var i=e.lastPingedTime;if(0===i||i>=n){e.lastPingedTime=n,nc(e,n);break}}if(0!==(i=$s(e))&&i!==n)break;if(0!==r&&r!==n){e.lastPingedTime=r;break}e.timeoutHandle=yn(fc.bind(null,e),o);break}fc(e);break;case _s:if(kc(e,n),n===(r=e.lastSuspendedTime)&&(e.nextKnownPendingLevel=pc(o)),ks&&(0===(o=e.lastPingedTime)||o>=n)){e.lastPingedTime=n,nc(e,n);break}if(0!==(o=$s(e))&&o!==n)break;if(0!==r&&r!==n){e.lastPingedTime=r;break}if(1073741823!==Es?r=10*(1073741821-Es)-Ro():1073741823===Ls?r=0:(r=10*(1073741821-Ls)-5e3,0>(r=(o=Ro())-r)&&(r=0),(n=10*(1073741821-n)-o)<(r=(120>r?120:480>r?480:1080>r?1080:1920>r?1920:3e3>r?3e3:4320>r?4320:1960*Ms(r/1960))-r)&&(r=n)),10<r){e.timeoutHandle=yn(fc.bind(null,e),r);break}fc(e);break;case 5:if(1073741823!==Ls&&null!==Ss){i=Ls;var s=Ss;if(0>=(r=0|s.busyMinDurationMs)?r=0:(o=0|s.busyDelayMs,r=(i=Ro()-(10*(1073741821-i)-(0|s.timeoutMs||5e3)))<=o?0:o+r-i),10<r){kc(e,n),e.timeoutHandle=yn(fc.bind(null,e),r);break}}fc(e);break;default:throw Error(a(329))}if(Qs(e),e.callbackNode===t)return Js.bind(null,e)}}return null}function Zs(e){var t=e.lastExpiredTime;if(t=0!==t?t:1073741823,0!==(48&ws))throw Error(a(327));if(bc(),e===Os&&t===Ts||nc(e,t),null!==zs){var n=ws;ws|=16;for(var r=oc();;)try{sc();break}catch(o){rc(e,o)}if(ei(),ws=n,gs.current=r,1===xs)throw n=Ns,nc(e,t),kc(e,t),Qs(e),n;if(null!==zs)throw Error(a(261));e.finishedWork=e.current.alternate,e.finishedExpirationTime=t,Os=null,fc(e),Qs(e)}return null}function ec(e,t){var n=ws;ws|=1;try{return e(t)}finally{0===(ws=n)&&Vo()}}function tc(e,t){var n=ws;ws&=-2,ws|=8;try{return e(t)}finally{0===(ws=n)&&Vo()}}function nc(e,t){e.finishedWork=null,e.finishedExpirationTime=0;var n=e.timeoutHandle;if(-1!==n&&(e.timeoutHandle=-1,vn(n)),null!==zs)for(n=zs.return;null!==n;){var r=n;switch(r.tag){case 1:null!==(r=r.type.childContextTypes)&&void 0!==r&&Mo();break;case 3:ki(),co(fo),co(po);break;case 5:Wi(r);break;case 4:ki();break;case 13:case 19:co(Pi);break;case 10:ti(r)}n=n.return}Os=e,zs=Tc(e.current,null),Ts=t,xs=vs,Ns=null,Es=Ls=1073741823,Ss=null,Cs=0,ks=!1}function rc(e,t){for(;;){try{if(ei(),ji.current=ma,Hi)for(var n=Ii.memoizedState;null!==n;){var r=n.queue;null!==r&&(r.pending=null),n=n.next}if(Xi=0,Fi=Ui=Ii=null,Hi=!1,null===zs||null===zs.return)return xs=1,Ns=t,zs=null;e:{var o=e,i=zs.return,a=zs,s=t;if(t=Ts,a.effectTag|=2048,a.firstEffect=a.lastEffect=null,null!==s&&"object"===typeof s&&"function"===typeof s.then){var c=s;if(0===(2&a.mode)){var u=a.alternate;u?(a.updateQueue=u.updateQueue,a.memoizedState=u.memoizedState,a.expirationTime=u.expirationTime):(a.updateQueue=null,a.memoizedState=null)}var l=0!==(1&Pi.current),p=i;do{var f;if(f=13===p.tag){var d=p.memoizedState;if(null!==d)f=null!==d.dehydrated;else{var h=p.memoizedProps;f=void 0!==h.fallback&&(!0!==h.unstable_avoidThisFallback||!l)}}if(f){var b=p.updateQueue;if(null===b){var m=new Set;m.add(c),p.updateQueue=m}else b.add(c);if(0===(2&p.mode)){if(p.effectTag|=64,a.effectTag&=-2981,1===a.tag)if(null===a.alternate)a.tag=17;else{var M=ci(1073741823,null);M.tag=2,ui(a,M)}a.expirationTime=1073741823;break e}s=void 0,a=t;var g=o.pingCache;if(null===g?(g=o.pingCache=new ds,s=new Set,g.set(c,s)):void 0===(s=g.get(c))&&(s=new Set,g.set(c,s)),!s.has(a)){s.add(a);var y=yc.bind(null,o,c,a);c.then(y,y)}p.effectTag|=4096,p.expirationTime=t;break e}p=p.return}while(null!==p);s=Error((me(a.type)||"A React component")+" suspended while rendering, but no fallback UI was specified.\n\nAdd a <Suspense fallback=...> component higher in the tree to provide a loading indicator or placeholder to display."+Me(a))}5!==xs&&(xs=2),s=Ja(s,a),p=i;do{switch(p.tag){case 3:c=s,p.effectTag|=4096,p.expirationTime=t,li(p,hs(p,c,t));break e;case 1:c=s;var v=p.type,A=p.stateNode;if(0===(64&p.effectTag)&&("function"===typeof v.getDerivedStateFromError||null!==A&&"function"===typeof A.componentDidCatch&&(null===Bs||!Bs.has(A)))){p.effectTag|=4096,p.expirationTime=t,li(p,bs(p,c,t));break e}}p=p.return}while(null!==p)}zs=lc(zs)}catch(_){t=_;continue}break}}function oc(){var e=gs.current;return gs.current=ma,null===e?ma:e}function ic(e,t){e<Ls&&2<e&&(Ls=e),null!==t&&e<Es&&2<e&&(Es=e,Ss=t)}function ac(e){e>Cs&&(Cs=e)}function sc(){for(;null!==zs;)zs=uc(zs)}function cc(){for(;null!==zs&&!qo();)zs=uc(zs)}function uc(e){var t=ms(e.alternate,e,Ts);return e.memoizedProps=e.pendingProps,null===t&&(t=lc(e)),ys.current=null,t}function lc(e){zs=e;do{var t=zs.alternate;if(e=zs.return,0===(2048&zs.effectTag)){if(t=$a(t,zs,Ts),1===Ts||1!==zs.childExpirationTime){for(var n=0,r=zs.child;null!==r;){var o=r.expirationTime,i=r.childExpirationTime;o>n&&(n=o),i>n&&(n=i),r=r.sibling}zs.childExpirationTime=n}if(null!==t)return t;null!==e&&0===(2048&e.effectTag)&&(null===e.firstEffect&&(e.firstEffect=zs.firstEffect),null!==zs.lastEffect&&(null!==e.lastEffect&&(e.lastEffect.nextEffect=zs.firstEffect),e.lastEffect=zs.lastEffect),1<zs.effectTag&&(null!==e.lastEffect?e.lastEffect.nextEffect=zs:e.firstEffect=zs,e.lastEffect=zs))}else{if(null!==(t=Qa(zs)))return t.effectTag&=2047,t;null!==e&&(e.firstEffect=e.lastEffect=null,e.effectTag|=2048)}if(null!==(t=zs.sibling))return t;zs=e}while(null!==zs);return xs===vs&&(xs=5),null}function pc(e){var t=e.expirationTime;return t>(e=e.childExpirationTime)?t:e}function fc(e){var t=Xo();return Uo(99,dc.bind(null,e,t)),null}function dc(e,t){do{bc()}while(null!==Rs);if(0!==(48&ws))throw Error(a(327));var n=e.finishedWork,r=e.finishedExpirationTime;if(null===n)return null;if(e.finishedWork=null,e.finishedExpirationTime=0,n===e.current)throw Error(a(177));e.callbackNode=null,e.callbackExpirationTime=0,e.callbackPriority=90,e.nextKnownPendingLevel=0;var o=pc(n);if(e.firstPendingTime=o,r<=e.lastSuspendedTime?e.firstSuspendedTime=e.lastSuspendedTime=e.nextKnownPendingLevel=0:r<=e.firstSuspendedTime&&(e.firstSuspendedTime=r-1),r<=e.lastPingedTime&&(e.lastPingedTime=0),r<=e.lastExpiredTime&&(e.lastExpiredTime=0),e===Os&&(zs=Os=null,Ts=0),1<n.effectTag?null!==n.lastEffect?(n.lastEffect.nextEffect=n,o=n.firstEffect):o=n:o=n.firstEffect,null!==o){var i=ws;ws|=32,ys.current=null,bn=Vt;var s=dn();if(hn(s)){if("selectionStart"in s)var c={start:s.selectionStart,end:s.selectionEnd};else e:{var u=(c=(c=s.ownerDocument)&&c.defaultView||window).getSelection&&c.getSelection();if(u&&0!==u.rangeCount){c=u.anchorNode;var l=u.anchorOffset,p=u.focusNode;u=u.focusOffset;try{c.nodeType,p.nodeType}catch(T){c=null;break e}var f=0,d=-1,h=-1,b=0,m=0,M=s,g=null;t:for(;;){for(var y;M!==c||0!==l&&3!==M.nodeType||(d=f+l),M!==p||0!==u&&3!==M.nodeType||(h=f+u),3===M.nodeType&&(f+=M.nodeValue.length),null!==(y=M.firstChild);)g=M,M=y;for(;;){if(M===s)break t;if(g===c&&++b===l&&(d=f),g===p&&++m===u&&(h=f),null!==(y=M.nextSibling))break;g=(M=g).parentNode}M=y}c=-1===d||-1===h?null:{start:d,end:h}}else c=null}c=c||{start:0,end:0}}else c=null;mn={activeElementDetached:null,focusedElem:s,selectionRange:c},Vt=!1,Ws=o;do{try{hc()}catch(T){if(null===Ws)throw Error(a(330));gc(Ws,T),Ws=Ws.nextEffect}}while(null!==Ws);Ws=o;do{try{for(s=e,c=t;null!==Ws;){var v=Ws.effectTag;if(16&v&&Re(Ws.stateNode,""),128&v){var A=Ws.alternate;if(null!==A){var _=A.ref;null!==_&&("function"===typeof _?_(null):_.current=null)}}switch(1038&v){case 2:us(Ws),Ws.effectTag&=-3;break;case 6:us(Ws),Ws.effectTag&=-3,ps(Ws.alternate,Ws);break;case 1024:Ws.effectTag&=-1025;break;case 1028:Ws.effectTag&=-1025,ps(Ws.alternate,Ws);break;case 4:ps(Ws.alternate,Ws);break;case 8:ls(s,l=Ws,c),ss(l)}Ws=Ws.nextEffect}}catch(T){if(null===Ws)throw Error(a(330));gc(Ws,T),Ws=Ws.nextEffect}}while(null!==Ws);if(_=mn,A=dn(),v=_.focusedElem,c=_.selectionRange,A!==v&&v&&v.ownerDocument&&function e(t,n){return!(!t||!n)&&(t===n||(!t||3!==t.nodeType)&&(n&&3===n.nodeType?e(t,n.parentNode):"contains"in t?t.contains(n):!!t.compareDocumentPosition&&!!(16&t.compareDocumentPosition(n))))}(v.ownerDocument.documentElement,v)){null!==c&&hn(v)&&(A=c.start,void 0===(_=c.end)&&(_=A),"selectionStart"in v?(v.selectionStart=A,v.selectionEnd=Math.min(_,v.value.length)):(_=(A=v.ownerDocument||document)&&A.defaultView||window).getSelection&&(_=_.getSelection(),l=v.textContent.length,s=Math.min(c.start,l),c=void 0===c.end?s:Math.min(c.end,l),!_.extend&&s>c&&(l=c,c=s,s=l),l=fn(v,s),p=fn(v,c),l&&p&&(1!==_.rangeCount||_.anchorNode!==l.node||_.anchorOffset!==l.offset||_.focusNode!==p.node||_.focusOffset!==p.offset)&&((A=A.createRange()).setStart(l.node,l.offset),_.removeAllRanges(),s>c?(_.addRange(A),_.extend(p.node,p.offset)):(A.setEnd(p.node,p.offset),_.addRange(A))))),A=[];for(_=v;_=_.parentNode;)1===_.nodeType&&A.push({element:_,left:_.scrollLeft,top:_.scrollTop});for("function"===typeof v.focus&&v.focus(),v=0;v<A.length;v++)(_=A[v]).element.scrollLeft=_.left,_.element.scrollTop=_.top}Vt=!!bn,mn=bn=null,e.current=n,Ws=o;do{try{for(v=e;null!==Ws;){var w=Ws.effectTag;if(36&w&&is(v,Ws.alternate,Ws),128&w){A=void 0;var O=Ws.ref;if(null!==O){var z=Ws.stateNode;switch(Ws.tag){case 5:A=z;break;default:A=z}"function"===typeof O?O(A):O.current=A}}Ws=Ws.nextEffect}}catch(T){if(null===Ws)throw Error(a(330));gc(Ws,T),Ws=Ws.nextEffect}}while(null!==Ws);Ws=null,Wo(),ws=i}else e.current=n;if(js)js=!1,Rs=e,Xs=t;else for(Ws=o;null!==Ws;)t=Ws.nextEffect,Ws.nextEffect=null,Ws=t;if(0===(t=e.firstPendingTime)&&(Bs=null),1073741823===t?e===Fs?Us++:(Us=0,Fs=e):Us=0,"function"===typeof Ac&&Ac(n.stateNode,r),Qs(e),Ps)throw Ps=!1,e=Ds,Ds=null,e;return 0!==(8&ws)||Vo(),null}function hc(){for(;null!==Ws;){var e=Ws.effectTag;0!==(256&e)&&ns(Ws.alternate,Ws),0===(512&e)||js||(js=!0,Fo(97,(function(){return bc(),null}))),Ws=Ws.nextEffect}}function bc(){if(90!==Xs){var e=97<Xs?97:Xs;return Xs=90,Uo(e,mc)}}function mc(){if(null===Rs)return!1;var e=Rs;if(Rs=null,0!==(48&ws))throw Error(a(331));var t=ws;for(ws|=32,e=e.current.firstEffect;null!==e;){try{var n=e;if(0!==(512&n.effectTag))switch(n.tag){case 0:case 11:case 15:case 22:rs(5,n),os(5,n)}}catch(r){if(null===e)throw Error(a(330));gc(e,r)}n=e.nextEffect,e.nextEffect=null,e=n}return ws=t,Vo(),!0}function Mc(e,t,n){ui(e,t=hs(e,t=Ja(n,t),1073741823)),null!==(e=Ks(e,1073741823))&&Qs(e)}function gc(e,t){if(3===e.tag)Mc(e,e,t);else for(var n=e.return;null!==n;){if(3===n.tag){Mc(n,e,t);break}if(1===n.tag){var r=n.stateNode;if("function"===typeof n.type.getDerivedStateFromError||"function"===typeof r.componentDidCatch&&(null===Bs||!Bs.has(r))){ui(n,e=bs(n,e=Ja(t,e),1073741823)),null!==(n=Ks(n,1073741823))&&Qs(n);break}}n=n.return}}function yc(e,t,n){var r=e.pingCache;null!==r&&r.delete(t),Os===e&&Ts===n?xs===_s||xs===As&&1073741823===Ls&&Ro()-qs<500?nc(e,Ts):ks=!0:Cc(e,n)&&(0!==(t=e.lastPingedTime)&&t<n||(e.lastPingedTime=n,Qs(e)))}function vc(e,t){var n=e.stateNode;null!==n&&n.delete(t),0===(t=0)&&(t=Gs(t=Vs(),e,null)),null!==(e=Ks(e,t))&&Qs(e)}ms=function(e,t,n){var r=t.expirationTime;if(null!==e){var o=t.pendingProps;if(e.memoizedProps!==o||fo.current)Ea=!0;else{if(r<n){switch(Ea=!1,t.tag){case 3:ja(t),Na();break;case 5:if(qi(t),4&t.mode&&1!==n&&o.hidden)return t.expirationTime=t.childExpirationTime=1,null;break;case 1:mo(t.type)&&vo(t);break;case 4:Ci(t,t.stateNode.containerInfo);break;case 10:r=t.memoizedProps.value,o=t.type._context,uo($o,o._currentValue),o._currentValue=r;break;case 13:if(null!==t.memoizedState)return 0!==(r=t.child.childExpirationTime)&&r>=n?Fa(e,t,n):(uo(Pi,1&Pi.current),null!==(t=Ya(e,t,n))?t.sibling:null);uo(Pi,1&Pi.current);break;case 19:if(r=t.childExpirationTime>=n,0!==(64&e.effectTag)){if(r)return Ga(e,t,n);t.effectTag|=64}if(null!==(o=t.memoizedState)&&(o.rendering=null,o.tail=null),uo(Pi,Pi.current),!r)return null}return Ya(e,t,n)}Ea=!1}}else Ea=!1;switch(t.expirationTime=0,t.tag){case 2:if(r=t.type,null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),e=t.pendingProps,o=bo(t,po.current),ri(t,n),o=Yi(null,t,r,e,o,n),t.effectTag|=1,"object"===typeof o&&null!==o&&"function"===typeof o.render&&void 0===o.$$typeof){if(t.tag=1,t.memoizedState=null,t.updateQueue=null,mo(r)){var i=!0;vo(t)}else i=!1;t.memoizedState=null!==o.state&&void 0!==o.state?o.state:null,ai(t);var s=r.getDerivedStateFromProps;"function"===typeof s&&bi(t,r,s,e),o.updater=mi,t.stateNode=o,o._reactInternalFiber=t,vi(t,r,e,n),t=Ba(null,t,r,!0,i,n)}else t.tag=0,Sa(null,t,o,n),t=t.child;return t;case 16:e:{if(o=t.elementType,null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),e=t.pendingProps,function(e){if(-1===e._status){e._status=0;var t=e._ctor;t=t(),e._result=t,t.then((function(t){0===e._status&&(t=t.default,e._status=1,e._result=t)}),(function(t){0===e._status&&(e._status=2,e._result=t)}))}}(o),1!==o._status)throw o._result;switch(o=o._result,t.type=o,i=t.tag=function(e){if("function"===typeof e)return zc(e)?1:0;if(void 0!==e&&null!==e){if((e=e.$$typeof)===ce)return 11;if(e===pe)return 14}return 2}(o),e=Ko(o,e),i){case 0:t=Pa(null,t,o,e,n);break e;case 1:t=Da(null,t,o,e,n);break e;case 11:t=Ca(null,t,o,e,n);break e;case 14:t=ka(null,t,o,Ko(o.type,e),r,n);break e}throw Error(a(306,o,""))}return t;case 0:return r=t.type,o=t.pendingProps,Pa(e,t,r,o=t.elementType===r?o:Ko(r,o),n);case 1:return r=t.type,o=t.pendingProps,Da(e,t,r,o=t.elementType===r?o:Ko(r,o),n);case 3:if(ja(t),r=t.updateQueue,null===e||null===r)throw Error(a(282));if(r=t.pendingProps,o=null!==(o=t.memoizedState)?o.element:null,si(e,t),pi(t,r,null,n),(r=t.memoizedState.element)===o)Na(),t=Ya(e,t,n);else{if((o=t.stateNode.hydrate)&&(Aa=An(t.stateNode.containerInfo.firstChild),va=t,o=_a=!0),o)for(n=Ti(t,null,r,n),t.child=n;n;)n.effectTag=-3&n.effectTag|1024,n=n.sibling;else Sa(e,t,r,n),Na();t=t.child}return t;case 5:return qi(t),null===e&&za(t),r=t.type,o=t.pendingProps,i=null!==e?e.memoizedProps:null,s=o.children,gn(r,o)?s=null:null!==i&&gn(r,i)&&(t.effectTag|=16),Wa(e,t),4&t.mode&&1!==n&&o.hidden?(t.expirationTime=t.childExpirationTime=1,t=null):(Sa(e,t,s,n),t=t.child),t;case 6:return null===e&&za(t),null;case 13:return Fa(e,t,n);case 4:return Ci(t,t.stateNode.containerInfo),r=t.pendingProps,null===e?t.child=zi(t,null,r,n):Sa(e,t,r,n),t.child;case 11:return r=t.type,o=t.pendingProps,Ca(e,t,r,o=t.elementType===r?o:Ko(r,o),n);case 7:return Sa(e,t,t.pendingProps,n),t.child;case 8:case 12:return Sa(e,t,t.pendingProps.children,n),t.child;case 10:e:{r=t.type._context,o=t.pendingProps,s=t.memoizedProps,i=o.value;var c=t.type._context;if(uo($o,c._currentValue),c._currentValue=i,null!==s)if(c=s.value,0===(i=Dr(c,i)?0:0|("function"===typeof r._calculateChangedBits?r._calculateChangedBits(c,i):1073741823))){if(s.children===o.children&&!fo.current){t=Ya(e,t,n);break e}}else for(null!==(c=t.child)&&(c.return=t);null!==c;){var u=c.dependencies;if(null!==u){s=c.child;for(var l=u.firstContext;null!==l;){if(l.context===r&&0!==(l.observedBits&i)){1===c.tag&&((l=ci(n,null)).tag=2,ui(c,l)),c.expirationTime<n&&(c.expirationTime=n),null!==(l=c.alternate)&&l.expirationTime<n&&(l.expirationTime=n),ni(c.return,n),u.expirationTime<n&&(u.expirationTime=n);break}l=l.next}}else s=10===c.tag&&c.type===t.type?null:c.child;if(null!==s)s.return=c;else for(s=c;null!==s;){if(s===t){s=null;break}if(null!==(c=s.sibling)){c.return=s.return,s=c;break}s=s.return}c=s}Sa(e,t,o.children,n),t=t.child}return t;case 9:return o=t.type,r=(i=t.pendingProps).children,ri(t,n),r=r(o=oi(o,i.unstable_observedBits)),t.effectTag|=1,Sa(e,t,r,n),t.child;case 14:return i=Ko(o=t.type,t.pendingProps),ka(e,t,o,i=Ko(o.type,i),r,n);case 15:return qa(e,t,t.type,t.pendingProps,r,n);case 17:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:Ko(r,o),null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),t.tag=1,mo(r)?(e=!0,vo(t)):e=!1,ri(t,n),gi(t,r,o),vi(t,r,o,n),Ba(null,t,r,!0,e,n);case 19:return Ga(e,t,n)}throw Error(a(156,t.tag))};var Ac=null,_c=null;function wc(e,t,n,r){this.tag=e,this.key=n,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=r,this.effectTag=0,this.lastEffect=this.firstEffect=this.nextEffect=null,this.childExpirationTime=this.expirationTime=0,this.alternate=null}function Oc(e,t,n,r){return new wc(e,t,n,r)}function zc(e){return!(!(e=e.prototype)||!e.isReactComponent)}function Tc(e,t){var n=e.alternate;return null===n?((n=Oc(e.tag,t,e.key,e.mode)).elementType=e.elementType,n.type=e.type,n.stateNode=e.stateNode,n.alternate=e,e.alternate=n):(n.pendingProps=t,n.effectTag=0,n.nextEffect=null,n.firstEffect=null,n.lastEffect=null),n.childExpirationTime=e.childExpirationTime,n.expirationTime=e.expirationTime,n.child=e.child,n.memoizedProps=e.memoizedProps,n.memoizedState=e.memoizedState,n.updateQueue=e.updateQueue,t=e.dependencies,n.dependencies=null===t?null:{expirationTime:t.expirationTime,firstContext:t.firstContext,responders:t.responders},n.sibling=e.sibling,n.index=e.index,n.ref=e.ref,n}function xc(e,t,n,r,o,i){var s=2;if(r=e,"function"===typeof e)zc(e)&&(s=1);else if("string"===typeof e)s=5;else e:switch(e){case ne:return Nc(n.children,o,i,t);case se:s=8,o|=7;break;case re:s=8,o|=1;break;case oe:return(e=Oc(12,n,t,8|o)).elementType=oe,e.type=oe,e.expirationTime=i,e;case ue:return(e=Oc(13,n,t,o)).type=ue,e.elementType=ue,e.expirationTime=i,e;case le:return(e=Oc(19,n,t,o)).elementType=le,e.expirationTime=i,e;default:if("object"===typeof e&&null!==e)switch(e.$$typeof){case ie:s=10;break e;case ae:s=9;break e;case ce:s=11;break e;case pe:s=14;break e;case fe:s=16,r=null;break e;case de:s=22;break e}throw Error(a(130,null==e?e:typeof e,""))}return(t=Oc(s,n,t,o)).elementType=e,t.type=r,t.expirationTime=i,t}function Nc(e,t,n,r){return(e=Oc(7,e,r,t)).expirationTime=n,e}function Lc(e,t,n){return(e=Oc(6,e,null,t)).expirationTime=n,e}function Ec(e,t,n){return(t=Oc(4,null!==e.children?e.children:[],e.key,t)).expirationTime=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function Sc(e,t,n){this.tag=t,this.current=null,this.containerInfo=e,this.pingCache=this.pendingChildren=null,this.finishedExpirationTime=0,this.finishedWork=null,this.timeoutHandle=-1,this.pendingContext=this.context=null,this.hydrate=n,this.callbackNode=null,this.callbackPriority=90,this.lastExpiredTime=this.lastPingedTime=this.nextKnownPendingLevel=this.lastSuspendedTime=this.firstSuspendedTime=this.firstPendingTime=0}function Cc(e,t){var n=e.firstSuspendedTime;return e=e.lastSuspendedTime,0!==n&&n>=t&&e<=t}function kc(e,t){var n=e.firstSuspendedTime,r=e.lastSuspendedTime;n<t&&(e.firstSuspendedTime=t),(r>t||0===n)&&(e.lastSuspendedTime=t),t<=e.lastPingedTime&&(e.lastPingedTime=0),t<=e.lastExpiredTime&&(e.lastExpiredTime=0)}function qc(e,t){t>e.firstPendingTime&&(e.firstPendingTime=t);var n=e.firstSuspendedTime;0!==n&&(t>=n?e.firstSuspendedTime=e.lastSuspendedTime=e.nextKnownPendingLevel=0:t>=e.lastSuspendedTime&&(e.lastSuspendedTime=t+1),t>e.nextKnownPendingLevel&&(e.nextKnownPendingLevel=t))}function Wc(e,t){var n=e.lastExpiredTime;(0===n||n>t)&&(e.lastExpiredTime=t)}function Pc(e,t,n,r){var o=t.current,i=Vs(),s=di.suspense;i=Gs(i,o,s);e:if(n){t:{if(Ze(n=n._reactInternalFiber)!==n||1!==n.tag)throw Error(a(170));var c=n;do{switch(c.tag){case 3:c=c.stateNode.context;break t;case 1:if(mo(c.type)){c=c.stateNode.__reactInternalMemoizedMergedChildContext;break t}}c=c.return}while(null!==c);throw Error(a(171))}if(1===n.tag){var u=n.type;if(mo(u)){n=yo(n,u,c);break e}}n=c}else n=lo;return null===t.context?t.context=n:t.pendingContext=n,(t=ci(i,s)).payload={element:e},null!==(r=void 0===r?null:r)&&(t.callback=r),ui(o,t),Ys(o,i),i}function Dc(e){if(!(e=e.current).child)return null;switch(e.child.tag){case 5:default:return e.child.stateNode}}function Bc(e,t){null!==(e=e.memoizedState)&&null!==e.dehydrated&&e.retryTime<t&&(e.retryTime=t)}function jc(e,t){Bc(e,t),(e=e.alternate)&&Bc(e,t)}function Rc(e,t,n){var r=new Sc(e,t,n=null!=n&&!0===n.hydrate),o=Oc(3,null,null,2===t?7:1===t?3:0);r.current=o,o.stateNode=r,ai(o),e[Tn]=r.current,n&&0!==t&&function(e,t){var n=Je(t);Tt.forEach((function(e){ht(e,t,n)})),xt.forEach((function(e){ht(e,t,n)}))}(0,9===e.nodeType?e:e.ownerDocument),this._internalRoot=r}function Xc(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType&&(8!==e.nodeType||" react-mount-point-unstable "!==e.nodeValue))}function Ic(e,t,n,r,o){var i=n._reactRootContainer;if(i){var a=i._internalRoot;if("function"===typeof o){var s=o;o=function(){var e=Dc(a);s.call(e)}}Pc(t,a,e,o)}else{if(i=n._reactRootContainer=function(e,t){if(t||(t=!(!(t=e?9===e.nodeType?e.documentElement:e.firstChild:null)||1!==t.nodeType||!t.hasAttribute("data-reactroot"))),!t)for(var n;n=e.lastChild;)e.removeChild(n);return new Rc(e,0,t?{hydrate:!0}:void 0)}(n,r),a=i._internalRoot,"function"===typeof o){var c=o;o=function(){var e=Dc(a);c.call(e)}}tc((function(){Pc(t,a,e,o)}))}return Dc(a)}function Uc(e,t,n){var r=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:te,key:null==r?null:""+r,children:e,containerInfo:t,implementation:n}}function Fc(e,t){var n=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;if(!Xc(t))throw Error(a(200));return Uc(e,t,null,n)}Rc.prototype.render=function(e){Pc(e,this._internalRoot,null,null)},Rc.prototype.unmount=function(){var e=this._internalRoot,t=e.containerInfo;Pc(null,e,null,(function(){t[Tn]=null}))},bt=function(e){if(13===e.tag){var t=Yo(Vs(),150,100);Ys(e,t),jc(e,t)}},mt=function(e){13===e.tag&&(Ys(e,3),jc(e,3))},Mt=function(e){if(13===e.tag){var t=Vs();Ys(e,t=Gs(t,e,null)),jc(e,t)}},N=function(e,t,n){switch(t){case"input":if(ze(e,n),t=n.name,"radio"===n.type&&null!=t){for(n=e;n.parentNode;)n=n.parentNode;for(n=n.querySelectorAll("input[name="+JSON.stringify(""+t)+'][type="radio"]'),t=0;t<n.length;t++){var r=n[t];if(r!==e&&r.form===e.form){var o=En(r);if(!o)throw Error(a(90));Ae(r),ze(r,o)}}}break;case"textarea":Ce(e,n);break;case"select":null!=(t=n.value)&&Le(e,!!n.multiple,t,!1)}},q=ec,W=function(e,t,n,r,o){var i=ws;ws|=4;try{return Uo(98,e.bind(null,t,n,r,o))}finally{0===(ws=i)&&Vo()}},P=function(){0===(49&ws)&&(function(){if(null!==Is){var e=Is;Is=null,e.forEach((function(e,t){Wc(t,e),Qs(t)})),Vo()}}(),bc())},D=function(e,t){var n=ws;ws|=2;try{return e(t)}finally{0===(ws=n)&&Vo()}};var Hc={Events:[Nn,Ln,En,T,w,Dn,function(e){ot(e,Pn)},C,k,Qt,st,bc,{current:!1}]};!function(e){var t=e.findFiberByHostInstance;(function(e){if("undefined"===typeof __REACT_DEVTOOLS_GLOBAL_HOOK__)return!1;var t=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(t.isDisabled||!t.supportsFiber)return!0;try{var n=t.inject(e);Ac=function(e){try{t.onCommitFiberRoot(n,e,void 0,64===(64&e.current.effectTag))}catch(r){}},_c=function(e){try{t.onCommitFiberUnmount(n,e)}catch(r){}}}catch(r){}})(o({},e,{overrideHookState:null,overrideProps:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:$.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return null===(e=nt(e))?null:e.stateNode},findFiberByHostInstance:function(e){return t?t(e):null},findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null}))}({findFiberByHostInstance:xn,bundleType:0,version:"16.14.0",rendererPackageName:"react-dom"}),t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=Hc,t.createPortal=Fc,t.findDOMNode=function(e){if(null==e)return null;if(1===e.nodeType)return e;var t=e._reactInternalFiber;if(void 0===t){if("function"===typeof e.render)throw Error(a(188));throw Error(a(268,Object.keys(e)))}return e=null===(e=nt(t))?null:e.stateNode},t.flushSync=function(e,t){if(0!==(48&ws))throw Error(a(187));var n=ws;ws|=1;try{return Uo(99,e.bind(null,t))}finally{ws=n,Vo()}},t.hydrate=function(e,t,n){if(!Xc(t))throw Error(a(200));return Ic(null,e,t,!0,n)},t.render=function(e,t,n){if(!Xc(t))throw Error(a(200));return Ic(null,e,t,!1,n)},t.unmountComponentAtNode=function(e){if(!Xc(e))throw Error(a(40));return!!e._reactRootContainer&&(tc((function(){Ic(null,null,e,!1,(function(){e._reactRootContainer=null,e[Tn]=null}))})),!0)},t.unstable_batchedUpdates=ec,t.unstable_createPortal=function(e,t){return Fc(e,t,2<arguments.length&&void 0!==arguments[2]?arguments[2]:null)},t.unstable_renderSubtreeIntoContainer=function(e,t,n,r){if(!Xc(n))throw Error(a(200));if(null==e||void 0===e._reactInternalFiber)throw Error(a(38));return Ic(e,t,n,!1,r)},t.version="16.14.0"},function(e,t,n){"use strict";e.exports=n(86)},function(e,t,n){"use strict";var r,o,i,a,s;if("undefined"===typeof window||"function"!==typeof MessageChannel){var c=null,u=null,l=function e(){if(null!==c)try{var n=t.unstable_now();c(!0,n),c=null}catch(r){throw setTimeout(e,0),r}},p=Date.now();t.unstable_now=function(){return Date.now()-p},r=function(e){null!==c?setTimeout(r,0,e):(c=e,setTimeout(l,0))},o=function(e,t){u=setTimeout(e,t)},i=function(){clearTimeout(u)},a=function(){return!1},s=t.unstable_forceFrameRate=function(){}}else{var f=window.performance,d=window.Date,h=window.setTimeout,b=window.clearTimeout;if("undefined"!==typeof console){var m=window.cancelAnimationFrame;"function"!==typeof window.requestAnimationFrame&&console.error("This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills"),"function"!==typeof m&&console.error("This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills")}if("object"===typeof f&&"function"===typeof f.now)t.unstable_now=function(){return f.now()};else{var M=d.now();t.unstable_now=function(){return d.now()-M}}var g=!1,y=null,v=-1,A=5,_=0;a=function(){return t.unstable_now()>=_},s=function(){},t.unstable_forceFrameRate=function(e){0>e||125<e?console.error("forceFrameRate takes a positive int between 0 and 125, forcing framerates higher than 125 fps is not unsupported"):A=0<e?Math.floor(1e3/e):5};var w=new MessageChannel,O=w.port2;w.port1.onmessage=function(){if(null!==y){var e=t.unstable_now();_=e+A;try{y(!0,e)?O.postMessage(null):(g=!1,y=null)}catch(n){throw O.postMessage(null),n}}else g=!1},r=function(e){y=e,g||(g=!0,O.postMessage(null))},o=function(e,n){v=h((function(){e(t.unstable_now())}),n)},i=function(){b(v),v=-1}}function z(e,t){var n=e.length;e.push(t);e:for(;;){var r=n-1>>>1,o=e[r];if(!(void 0!==o&&0<N(o,t)))break e;e[r]=t,e[n]=o,n=r}}function T(e){return void 0===(e=e[0])?null:e}function x(e){var t=e[0];if(void 0!==t){var n=e.pop();if(n!==t){e[0]=n;e:for(var r=0,o=e.length;r<o;){var i=2*(r+1)-1,a=e[i],s=i+1,c=e[s];if(void 0!==a&&0>N(a,n))void 0!==c&&0>N(c,a)?(e[r]=c,e[s]=n,r=s):(e[r]=a,e[i]=n,r=i);else{if(!(void 0!==c&&0>N(c,n)))break e;e[r]=c,e[s]=n,r=s}}}return t}return null}function N(e,t){var n=e.sortIndex-t.sortIndex;return 0!==n?n:e.id-t.id}var L=[],E=[],S=1,C=null,k=3,q=!1,W=!1,P=!1;function D(e){for(var t=T(E);null!==t;){if(null===t.callback)x(E);else{if(!(t.startTime<=e))break;x(E),t.sortIndex=t.expirationTime,z(L,t)}t=T(E)}}function B(e){if(P=!1,D(e),!W)if(null!==T(L))W=!0,r(j);else{var t=T(E);null!==t&&o(B,t.startTime-e)}}function j(e,n){W=!1,P&&(P=!1,i()),q=!0;var r=k;try{for(D(n),C=T(L);null!==C&&(!(C.expirationTime>n)||e&&!a());){var s=C.callback;if(null!==s){C.callback=null,k=C.priorityLevel;var c=s(C.expirationTime<=n);n=t.unstable_now(),"function"===typeof c?C.callback=c:C===T(L)&&x(L),D(n)}else x(L);C=T(L)}if(null!==C)var u=!0;else{var l=T(E);null!==l&&o(B,l.startTime-n),u=!1}return u}finally{C=null,k=r,q=!1}}function R(e){switch(e){case 1:return-1;case 2:return 250;case 5:return 1073741823;case 4:return 1e4;default:return 5e3}}var X=s;t.unstable_IdlePriority=5,t.unstable_ImmediatePriority=1,t.unstable_LowPriority=4,t.unstable_NormalPriority=3,t.unstable_Profiling=null,t.unstable_UserBlockingPriority=2,t.unstable_cancelCallback=function(e){e.callback=null},t.unstable_continueExecution=function(){W||q||(W=!0,r(j))},t.unstable_getCurrentPriorityLevel=function(){return k},t.unstable_getFirstCallbackNode=function(){return T(L)},t.unstable_next=function(e){switch(k){case 1:case 2:case 3:var t=3;break;default:t=k}var n=k;k=t;try{return e()}finally{k=n}},t.unstable_pauseExecution=function(){},t.unstable_requestPaint=X,t.unstable_runWithPriority=function(e,t){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var n=k;k=e;try{return t()}finally{k=n}},t.unstable_scheduleCallback=function(e,n,a){var s=t.unstable_now();if("object"===typeof a&&null!==a){var c=a.delay;c="number"===typeof c&&0<c?s+c:s,a="number"===typeof a.timeout?a.timeout:R(e)}else a=R(e),c=s;return e={id:S++,callback:n,priorityLevel:e,startTime:c,expirationTime:a=c+a,sortIndex:-1},c>s?(e.sortIndex=c,z(E,e),null===T(L)&&e===T(E)&&(P?i():P=!0,o(B,c-s))):(e.sortIndex=a,z(L,e),W||q||(W=!0,r(j))),e},t.unstable_shouldYield=function(){var e=t.unstable_now();D(e);var n=T(L);return n!==C&&null!==C&&null!==n&&null!==n.callback&&n.startTime<=e&&n.expirationTime<C.expirationTime||a()},t.unstable_wrapCallback=function(e){var t=k;return function(){var n=k;k=t;try{return e.apply(this,arguments)}finally{k=n}}}},function(e,t,n){"use strict";var r=n(88);function o(){}function i(){}i.resetWarningCache=o,e.exports=function(){function e(e,t,n,o,i,a){if(a!==r){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:o};return n.PropTypes=n,n}},function(e,t,n){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},function(e,t,n){"use strict";t.__esModule=!0;var r=n(0),o=(a(r),a(n(1))),i=a(n(90));a(n(49));function a(e){return e&&e.__esModule?e:{default:e}}function s(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function c(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!==typeof t&&"function"!==typeof t?e:t}function u(e,t){if("function"!==typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function l(e){var t=[];return{on:function(e){t.push(e)},off:function(e){t=t.filter((function(t){return t!==e}))},get:function(){return e},set:function(n,r){e=n,t.forEach((function(t){return t(e,r)}))}}}t.default=function(e,t){var n,a,p="__create-react-context-"+(0,i.default)()+"__",f=function(e){function n(){var t,r;s(this,n);for(var o=arguments.length,i=Array(o),a=0;a<o;a++)i[a]=arguments[a];return t=r=c(this,e.call.apply(e,[this].concat(i))),r.emitter=l(r.props.value),c(r,t)}return u(n,e),n.prototype.getChildContext=function(){var e;return(e={})[p]=this.emitter,e},n.prototype.componentWillReceiveProps=function(e){if(this.props.value!==e.value){var n=this.props.value,r=e.value,o=void 0;((i=n)===(a=r)?0!==i||1/i===1/a:i!==i&&a!==a)?o=0:(o="function"===typeof t?t(n,r):1073741823,0!==(o|=0)&&this.emitter.set(e.value,o))}var i,a},n.prototype.render=function(){return this.props.children},n}(r.Component);f.childContextTypes=((n={})[p]=o.default.object.isRequired,n);var d=function(t){function n(){var e,r;s(this,n);for(var o=arguments.length,i=Array(o),a=0;a<o;a++)i[a]=arguments[a];return e=r=c(this,t.call.apply(t,[this].concat(i))),r.state={value:r.getValue()},r.onUpdate=function(e,t){0!==((0|r.observedBits)&t)&&r.setState({value:r.getValue()})},c(r,e)}return u(n,t),n.prototype.componentWillReceiveProps=function(e){var t=e.observedBits;this.observedBits=void 0===t||null===t?1073741823:t},n.prototype.componentDidMount=function(){this.context[p]&&this.context[p].on(this.onUpdate);var e=this.props.observedBits;this.observedBits=void 0===e||null===e?1073741823:e},n.prototype.componentWillUnmount=function(){this.context[p]&&this.context[p].off(this.onUpdate)},n.prototype.getValue=function(){return this.context[p]?this.context[p].get():e},n.prototype.render=function(){return(e=this.props.children,Array.isArray(e)?e[0]:e)(this.state.value);var e},n}(r.Component);return d.contextTypes=((a={})[p]=o.default.object,a),{Provider:f,Consumer:d}},e.exports=t.default},function(e,t,n){"use strict";(function(t){var n="__global_unique_id__";e.exports=function(){return t[n]=(t[n]||0)+1}}).call(this,n(24))},function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0;!function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){var r=Object.defineProperty&&Object.getOwnPropertyDescriptor?Object.getOwnPropertyDescriptor(e,n):{};r.get||r.set?Object.defineProperty(t,n,r):t[n]=e[n]}t.default=e}(n(1));var r=s(n(92)),o=s(n(95)),i=s(n(0)),a=s(n(56));n(57);function s(e){return e&&e.__esModule?e:{default:e}}function c(){return(c=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var u=function(e,t){return e&&t&&t.split(" ").forEach((function(t){return(0,r.default)(e,t)}))},l=function(e,t){return e&&t&&t.split(" ").forEach((function(t){return(0,o.default)(e,t)}))},p=function(e){var t,n;function r(){for(var t,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return(t=e.call.apply(e,[this].concat(r))||this).onEnter=function(e,n){var r=t.getClassNames(n?"appear":"enter").className;t.removeClasses(e,"exit"),u(e,r),t.props.onEnter&&t.props.onEnter(e,n)},t.onEntering=function(e,n){var r=t.getClassNames(n?"appear":"enter").activeClassName;t.reflowAndAddClass(e,r),t.props.onEntering&&t.props.onEntering(e,n)},t.onEntered=function(e,n){var r=t.getClassNames("appear").doneClassName,o=t.getClassNames("enter").doneClassName,i=n?r+" "+o:o;t.removeClasses(e,n?"appear":"enter"),u(e,i),t.props.onEntered&&t.props.onEntered(e,n)},t.onExit=function(e){var n=t.getClassNames("exit").className;t.removeClasses(e,"appear"),t.removeClasses(e,"enter"),u(e,n),t.props.onExit&&t.props.onExit(e)},t.onExiting=function(e){var n=t.getClassNames("exit").activeClassName;t.reflowAndAddClass(e,n),t.props.onExiting&&t.props.onExiting(e)},t.onExited=function(e){var n=t.getClassNames("exit").doneClassName;t.removeClasses(e,"exit"),u(e,n),t.props.onExited&&t.props.onExited(e)},t.getClassNames=function(e){var n=t.props.classNames,r="string"===typeof n,o=r?(r&&n?n+"-":"")+e:n[e];return{className:o,activeClassName:r?o+"-active":n[e+"Active"],doneClassName:r?o+"-done":n[e+"Done"]}},t}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var o=r.prototype;return o.removeClasses=function(e,t){var n=this.getClassNames(t),r=n.className,o=n.activeClassName,i=n.doneClassName;r&&l(e,r),o&&l(e,o),i&&l(e,i)},o.reflowAndAddClass=function(e,t){t&&(e&&e.scrollTop,u(e,t))},o.render=function(){var e=c({},this.props);return delete e.classNames,i.default.createElement(a.default,c({},e,{onEnter:this.onEnter,onEntered:this.onEntered,onEntering:this.onEntering,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited}))},r}(i.default.Component);p.defaultProps={classNames:""},p.propTypes={};var f=p;t.default=f,e.exports=t.default},function(e,t,n){"use strict";var r=n(93);t.__esModule=!0,t.default=function(e,t){e.classList?e.classList.add(t):(0,o.default)(e,t)||("string"===typeof e.className?e.className=e.className+" "+t:e.setAttribute("class",(e.className&&e.className.baseVal||"")+" "+t))};var o=r(n(94));e.exports=t.default},function(e,t){e.exports=function(e){return e&&e.__esModule?e:{default:e}}},function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e,t){return e.classList?!!t&&e.classList.contains(t):-1!==(" "+(e.className.baseVal||e.className)+" ").indexOf(" "+t+" ")},e.exports=t.default},function(e,t,n){"use strict";function r(e,t){return e.replace(new RegExp("(^|\\s)"+t+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}e.exports=function(e,t){e.classList?e.classList.remove(t):"string"===typeof e.className?e.className=r(e.className,t):e.setAttribute("class",r(e.className&&e.className.baseVal||"",t))}},function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0;a(n(1));var r=a(n(0)),o=n(29),i=a(n(58));function a(e){return e&&e.__esModule?e:{default:e}}var s=function(e){var t,n;function a(){for(var t,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return(t=e.call.apply(e,[this].concat(r))||this).handleEnter=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onEnter",0,n)},t.handleEntering=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onEntering",0,n)},t.handleEntered=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onEntered",0,n)},t.handleExit=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onExit",1,n)},t.handleExiting=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onExiting",1,n)},t.handleExited=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onExited",1,n)},t}n=e,(t=a).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var s=a.prototype;return s.handleLifecycle=function(e,t,n){var i,a=this.props.children,s=r.default.Children.toArray(a)[t];s.props[e]&&(i=s.props)[e].apply(i,n),this.props[e]&&this.props[e]((0,o.findDOMNode)(this))},s.render=function(){var e=this.props,t=e.children,n=e.in,o=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(e,["children","in"]),a=r.default.Children.toArray(t),s=a[0],c=a[1];return delete o.onEnter,delete o.onEntering,delete o.onEntered,delete o.onExit,delete o.onExiting,delete o.onExited,r.default.createElement(i.default,o,n?r.default.cloneElement(s,{key:"first",onEnter:this.handleEnter,onEntering:this.handleEntering,onEntered:this.handleEntered}):r.default.cloneElement(c,{key:"second",onEnter:this.handleExit,onEntering:this.handleExiting,onEntered:this.handleExited}))},a}(r.default.Component);s.propTypes={};var c=s;t.default=c,e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.getChildMapping=o,t.mergeChildMappings=i,t.getInitialChildMapping=function(e,t){return o(e.children,(function(n){return(0,r.cloneElement)(n,{onExited:t.bind(null,n),in:!0,appear:a(n,"appear",e),enter:a(n,"enter",e),exit:a(n,"exit",e)})}))},t.getNextChildMapping=function(e,t,n){var s=o(e.children),c=i(t,s);return Object.keys(c).forEach((function(o){var i=c[o];if((0,r.isValidElement)(i)){var u=o in t,l=o in s,p=t[o],f=(0,r.isValidElement)(p)&&!p.props.in;!l||u&&!f?l||!u||f?l&&u&&(0,r.isValidElement)(p)&&(c[o]=(0,r.cloneElement)(i,{onExited:n.bind(null,i),in:p.props.in,exit:a(i,"exit",e),enter:a(i,"enter",e)})):c[o]=(0,r.cloneElement)(i,{in:!1}):c[o]=(0,r.cloneElement)(i,{onExited:n.bind(null,i),in:!0,exit:a(i,"exit",e),enter:a(i,"enter",e)})}})),c};var r=n(0);function o(e,t){var n=Object.create(null);return e&&r.Children.map(e,(function(e){return e})).forEach((function(e){n[e.key]=function(e){return t&&(0,r.isValidElement)(e)?t(e):e}(e)})),n}function i(e,t){function n(n){return n in t?t[n]:e[n]}e=e||{},t=t||{};var r,o=Object.create(null),i=[];for(var a in e)a in t?i.length&&(o[a]=i,i=[]):i.push(a);var s={};for(var c in t){if(o[c])for(r=0;r<o[c].length;r++){var u=o[c][r];s[o[c][r]]=n(u)}s[c]=n(c)}for(r=0;r<i.length;r++)s[i[r]]=n(i[r]);return s}function a(e,t,n){return null!=n[t]?n[t]:e.props[t]}},function(e,t,n){"use strict";var r;if(!Object.keys){var o=Object.prototype.hasOwnProperty,i=Object.prototype.toString,a=n(60),s=Object.prototype.propertyIsEnumerable,c=!s.call({toString:null},"toString"),u=s.call((function(){}),"prototype"),l=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],p=function(e){var t=e.constructor;return t&&t.prototype===e},f={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},d=function(){if("undefined"===typeof window)return!1;for(var e in window)try{if(!f["$"+e]&&o.call(window,e)&&null!==window[e]&&"object"===typeof window[e])try{p(window[e])}catch(t){return!0}}catch(t){return!0}return!1}();r=function(e){var t=null!==e&&"object"===typeof e,n="[object Function]"===i.call(e),r=a(e),s=t&&"[object String]"===i.call(e),f=[];if(!t&&!n&&!r)throw new TypeError("Object.keys called on a non-object");var h=u&&n;if(s&&e.length>0&&!o.call(e,0))for(var b=0;b<e.length;++b)f.push(String(b));if(r&&e.length>0)for(var m=0;m<e.length;++m)f.push(String(m));else for(var M in e)h&&"prototype"===M||!o.call(e,M)||f.push(String(M));if(c)for(var g=function(e){if("undefined"===typeof window||!d)return p(e);try{return p(e)}catch(t){return!1}}(e),y=0;y<l.length;++y)g&&"constructor"===l[y]||!o.call(e,l[y])||f.push(l[y]);return f}}e.exports=r},function(e,t,n){"use strict";var r="function"===typeof Symbol&&"symbol"===typeof Symbol.toStringTag,o=Object.prototype.toString,i=function(e){return!(r&&e&&"object"===typeof e&&Symbol.toStringTag in e)&&"[object Arguments]"===o.call(e)},a=function(e){return!!i(e)||null!==e&&"object"===typeof e&&"number"===typeof e.length&&e.length>=0&&"[object Array]"!==o.call(e)&&"[object Function]"===o.call(e.callee)},s=function(){return i(arguments)}();i.isLegacyArguments=a,e.exports=s?i:a},function(e,t,n){"use strict";var r=n(39),o=n(101),i=n(61),a=n(62),s=n(106),c=o(a(),Object);r(c,{getPolyfill:a,implementation:i,shim:s}),e.exports=c},function(e,t,n){"use strict";var r=n(40),o=n(103),i=o("%Function.prototype.apply%"),a=o("%Function.prototype.call%"),s=o("%Reflect.apply%",!0)||r.call(a,i),c=o("%Object.defineProperty%",!0);if(c)try{c({},"a",{value:1})}catch(l){c=null}e.exports=function(){return s(r,a,arguments)};var u=function(){return s(r,i,arguments)};c?c(e.exports,"apply",{value:u}):e.exports.apply=u},function(e,t,n){"use strict";var r="Function.prototype.bind called on incompatible ",o=Array.prototype.slice,i=Object.prototype.toString;e.exports=function(e){var t=this;if("function"!==typeof t||"[object Function]"!==i.call(t))throw new TypeError(r+t);for(var n,a=o.call(arguments,1),s=function(){if(this instanceof n){var r=t.apply(this,a.concat(o.call(arguments)));return Object(r)===r?r:this}return t.apply(e,a.concat(o.call(arguments)))},c=Math.max(0,t.length-a.length),u=[],l=0;l<c;l++)u.push("$"+l);if(n=Function("binder","return function ("+u.join(",")+"){ return binder.apply(this,arguments); }")(s),t.prototype){var p=function(){};p.prototype=t.prototype,n.prototype=new p,p.prototype=null}return n}},function(e,t,n){"use strict";var r=SyntaxError,o=Function,i=TypeError,a=function(e){try{return Function('"use strict"; return ('+e+").constructor;")()}catch(t){}},s=Object.getOwnPropertyDescriptor;if(s)try{s({},"")}catch(x){s=null}var c=function(){throw new i},u=s?function(){try{return c}catch(e){try{return s(arguments,"callee").get}catch(t){return c}}}():c,l=n(47)(),p=Object.getPrototypeOf||function(e){return e.__proto__},f=a("async function* () {}"),d=f?f.prototype:void 0,h=d?d.prototype:void 0,b="undefined"===typeof Uint8Array?void 0:p(Uint8Array),m={"%AggregateError%":"undefined"===typeof AggregateError?void 0:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"===typeof ArrayBuffer?void 0:ArrayBuffer,"%ArrayIteratorPrototype%":l?p([][Symbol.iterator]()):void 0,"%AsyncFromSyncIteratorPrototype%":void 0,"%AsyncFunction%":a("async function () {}"),"%AsyncGenerator%":d,"%AsyncGeneratorFunction%":f,"%AsyncIteratorPrototype%":h?p(h):void 0,"%Atomics%":"undefined"===typeof Atomics?void 0:Atomics,"%BigInt%":"undefined"===typeof BigInt?void 0:BigInt,"%Boolean%":Boolean,"%DataView%":"undefined"===typeof DataView?void 0:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"===typeof Float32Array?void 0:Float32Array,"%Float64Array%":"undefined"===typeof Float64Array?void 0:Float64Array,"%FinalizationRegistry%":"undefined"===typeof FinalizationRegistry?void 0:FinalizationRegistry,"%Function%":o,"%GeneratorFunction%":a("function* () {}"),"%Int8Array%":"undefined"===typeof Int8Array?void 0:Int8Array,"%Int16Array%":"undefined"===typeof Int16Array?void 0:Int16Array,"%Int32Array%":"undefined"===typeof Int32Array?void 0:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":l?p(p([][Symbol.iterator]())):void 0,"%JSON%":"object"===typeof JSON?JSON:void 0,"%Map%":"undefined"===typeof Map?void 0:Map,"%MapIteratorPrototype%":"undefined"!==typeof Map&&l?p((new Map)[Symbol.iterator]()):void 0,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"===typeof Promise?void 0:Promise,"%Proxy%":"undefined"===typeof Proxy?void 0:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"===typeof Reflect?void 0:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"===typeof Set?void 0:Set,"%SetIteratorPrototype%":"undefined"!==typeof Set&&l?p((new Set)[Symbol.iterator]()):void 0,"%SharedArrayBuffer%":"undefined"===typeof SharedArrayBuffer?void 0:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":l?p(""[Symbol.iterator]()):void 0,"%Symbol%":l?Symbol:void 0,"%SyntaxError%":r,"%ThrowTypeError%":u,"%TypedArray%":b,"%TypeError%":i,"%Uint8Array%":"undefined"===typeof Uint8Array?void 0:Uint8Array,"%Uint8ClampedArray%":"undefined"===typeof Uint8ClampedArray?void 0:Uint8ClampedArray,"%Uint16Array%":"undefined"===typeof Uint16Array?void 0:Uint16Array,"%Uint32Array%":"undefined"===typeof Uint32Array?void 0:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"===typeof WeakMap?void 0:WeakMap,"%WeakRef%":"undefined"===typeof WeakRef?void 0:WeakRef,"%WeakSet%":"undefined"===typeof WeakSet?void 0:WeakSet},M={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},g=n(40),y=n(105),v=g.call(Function.call,Array.prototype.concat),A=g.call(Function.apply,Array.prototype.splice),_=g.call(Function.call,String.prototype.replace),w=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,O=/\\(\\)?/g,z=function(e){var t=[];return _(e,w,(function(e,n,r,o){t[t.length]=r?_(o,O,"$1"):n||e})),t},T=function(e,t){var n,o=e;if(y(M,o)&&(o="%"+(n=M[o])[0]+"%"),y(m,o)){var a=m[o];if("undefined"===typeof a&&!t)throw new i("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:n,name:o,value:a}}throw new r("intrinsic "+e+" does not exist!")};e.exports=function(e,t){if("string"!==typeof e||0===e.length)throw new i("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!==typeof t)throw new i('"allowMissing" argument must be a boolean');var n=z(e),r=n.length>0?n[0]:"",o=T("%"+r+"%",t),a=o.name,c=o.value,u=!1,l=o.alias;l&&(r=l[0],A(n,v([0,1],l)));for(var p=1,f=!0;p<n.length;p+=1){var d=n[p];if("constructor"!==d&&f||(u=!0),y(m,a="%"+(r+="."+d)+"%"))c=m[a];else if(null!=c){if(s&&p+1>=n.length){var h=s(c,d);if(f=!!h,!t&&!(d in c))throw new i("base intrinsic for "+e+" exists, but the property is not available.");c=f&&"get"in h&&!("originalValue"in h.get)?h.get:c[d]}else f=y(c,d),c=c[d];f&&!u&&(m[a]=c)}}return c}},function(e,t,n){"use strict";e.exports=function(){if("function"!==typeof Symbol||"function"!==typeof Object.getOwnPropertySymbols)return!1;if("symbol"===typeof Symbol.iterator)return!0;var e={},t=Symbol("test"),n=Object(t);if("string"===typeof t)return!1;if("[object Symbol]"!==Object.prototype.toString.call(t))return!1;if("[object Symbol]"!==Object.prototype.toString.call(n))return!1;for(t in e[t]=42,e)return!1;if("function"===typeof Object.keys&&0!==Object.keys(e).length)return!1;if("function"===typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;var r=Object.getOwnPropertySymbols(e);if(1!==r.length||r[0]!==t)return!1;if(!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if("function"===typeof Object.getOwnPropertyDescriptor){var o=Object.getOwnPropertyDescriptor(e,t);if(42!==o.value||!0!==o.enumerable)return!1}return!0}},function(e,t,n){"use strict";var r=n(40);e.exports=r.call(Function.call,Object.prototype.hasOwnProperty)},function(e,t,n){"use strict";var r=n(62),o=n(39);e.exports=function(){var e=r();return o(Object,{is:e},{is:function(){return Object.is!==e}}),e}},function(e,t,n){"use strict";var r,o,i,a,s=n(47)()&&"symbol"===typeof Symbol.toStringTag;if(s){r=Function.call.bind(Object.prototype.hasOwnProperty),o=Function.call.bind(RegExp.prototype.exec),i={};var c=function(){throw i};a={toString:c,valueOf:c},"symbol"===typeof Symbol.toPrimitive&&(a[Symbol.toPrimitive]=c)}var u=Object.prototype.toString,l=Object.getOwnPropertyDescriptor;e.exports=s?function(e){if(!e||"object"!==typeof e)return!1;var t=l(e,"lastIndex");if(!(t&&r(t,"value")))return!1;try{o(e,a)}catch(n){return n===i}}:function(e){return!(!e||"object"!==typeof e&&"function"!==typeof e)&&"[object RegExp]"===u.call(e)}},function(e,t,n){"use strict";var r=n(39),o=n(109),i=n(63),a=n(64),s=n(111),c=o(i);r(c,{getPolyfill:a,implementation:i,shim:s}),e.exports=c},function(e,t,n){"use strict";var r=n(40),o=n(110),i=o("%Function.prototype.apply%"),a=o("%Function.prototype.call%"),s=o("%Reflect.apply%",!0)||r.call(a,i),c=o("%Object.defineProperty%",!0);if(c)try{c({},"a",{value:1})}catch(l){c=null}e.exports=function(){return s(r,a,arguments)};var u=function(){return s(r,i,arguments)};c?c(e.exports,"apply",{value:u}):e.exports.apply=u},function(e,t,n){"use strict";var r=TypeError,o=Object.getOwnPropertyDescriptor;if(o)try{o({},"")}catch(M){o=null}var i=function(){throw new r},a=o?function(){try{return i}catch(e){try{return o(arguments,"callee").get}catch(t){return i}}}():i,s=n(47)(),c=Object.getPrototypeOf||function(e){return e.__proto__},u=void 0,l="undefined"===typeof Uint8Array?void 0:c(Uint8Array),p={"%Array%":Array,"%ArrayBuffer%":"undefined"===typeof ArrayBuffer?void 0:ArrayBuffer,"%ArrayBufferPrototype%":"undefined"===typeof ArrayBuffer?void 0:ArrayBuffer.prototype,"%ArrayIteratorPrototype%":s?c([][Symbol.iterator]()):void 0,"%ArrayPrototype%":Array.prototype,"%ArrayProto_entries%":Array.prototype.entries,"%ArrayProto_forEach%":Array.prototype.forEach,"%ArrayProto_keys%":Array.prototype.keys,"%ArrayProto_values%":Array.prototype.values,"%AsyncFromSyncIteratorPrototype%":void 0,"%AsyncFunction%":void 0,"%AsyncFunctionPrototype%":void 0,"%AsyncGenerator%":void 0,"%AsyncGeneratorFunction%":void 0,"%AsyncGeneratorPrototype%":void 0,"%AsyncIteratorPrototype%":u&&s&&Symbol.asyncIterator?u[Symbol.asyncIterator]():void 0,"%Atomics%":"undefined"===typeof Atomics?void 0:Atomics,"%Boolean%":Boolean,"%BooleanPrototype%":Boolean.prototype,"%DataView%":"undefined"===typeof DataView?void 0:DataView,"%DataViewPrototype%":"undefined"===typeof DataView?void 0:DataView.prototype,"%Date%":Date,"%DatePrototype%":Date.prototype,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%ErrorPrototype%":Error.prototype,"%eval%":eval,"%EvalError%":EvalError,"%EvalErrorPrototype%":EvalError.prototype,"%Float32Array%":"undefined"===typeof Float32Array?void 0:Float32Array,"%Float32ArrayPrototype%":"undefined"===typeof Float32Array?void 0:Float32Array.prototype,"%Float64Array%":"undefined"===typeof Float64Array?void 0:Float64Array,"%Float64ArrayPrototype%":"undefined"===typeof Float64Array?void 0:Float64Array.prototype,"%Function%":Function,"%FunctionPrototype%":Function.prototype,"%Generator%":void 0,"%GeneratorFunction%":void 0,"%GeneratorPrototype%":void 0,"%Int8Array%":"undefined"===typeof Int8Array?void 0:Int8Array,"%Int8ArrayPrototype%":"undefined"===typeof Int8Array?void 0:Int8Array.prototype,"%Int16Array%":"undefined"===typeof Int16Array?void 0:Int16Array,"%Int16ArrayPrototype%":"undefined"===typeof Int16Array?void 0:Int8Array.prototype,"%Int32Array%":"undefined"===typeof Int32Array?void 0:Int32Array,"%Int32ArrayPrototype%":"undefined"===typeof Int32Array?void 0:Int32Array.prototype,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":s?c(c([][Symbol.iterator]())):void 0,"%JSON%":"object"===typeof JSON?JSON:void 0,"%JSONParse%":"object"===typeof JSON?JSON.parse:void 0,"%Map%":"undefined"===typeof Map?void 0:Map,"%MapIteratorPrototype%":"undefined"!==typeof Map&&s?c((new Map)[Symbol.iterator]()):void 0,"%MapPrototype%":"undefined"===typeof Map?void 0:Map.prototype,"%Math%":Math,"%Number%":Number,"%NumberPrototype%":Number.prototype,"%Object%":Object,"%ObjectPrototype%":Object.prototype,"%ObjProto_toString%":Object.prototype.toString,"%ObjProto_valueOf%":Object.prototype.valueOf,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"===typeof Promise?void 0:Promise,"%PromisePrototype%":"undefined"===typeof Promise?void 0:Promise.prototype,"%PromiseProto_then%":"undefined"===typeof Promise?void 0:Promise.prototype.then,"%Promise_all%":"undefined"===typeof Promise?void 0:Promise.all,"%Promise_reject%":"undefined"===typeof Promise?void 0:Promise.reject,"%Promise_resolve%":"undefined"===typeof Promise?void 0:Promise.resolve,"%Proxy%":"undefined"===typeof Proxy?void 0:Proxy,"%RangeError%":RangeError,"%RangeErrorPrototype%":RangeError.prototype,"%ReferenceError%":ReferenceError,"%ReferenceErrorPrototype%":ReferenceError.prototype,"%Reflect%":"undefined"===typeof Reflect?void 0:Reflect,"%RegExp%":RegExp,"%RegExpPrototype%":RegExp.prototype,"%Set%":"undefined"===typeof Set?void 0:Set,"%SetIteratorPrototype%":"undefined"!==typeof Set&&s?c((new Set)[Symbol.iterator]()):void 0,"%SetPrototype%":"undefined"===typeof Set?void 0:Set.prototype,"%SharedArrayBuffer%":"undefined"===typeof SharedArrayBuffer?void 0:SharedArrayBuffer,"%SharedArrayBufferPrototype%":"undefined"===typeof SharedArrayBuffer?void 0:SharedArrayBuffer.prototype,"%String%":String,"%StringIteratorPrototype%":s?c(""[Symbol.iterator]()):void 0,"%StringPrototype%":String.prototype,"%Symbol%":s?Symbol:void 0,"%SymbolPrototype%":s?Symbol.prototype:void 0,"%SyntaxError%":SyntaxError,"%SyntaxErrorPrototype%":SyntaxError.prototype,"%ThrowTypeError%":a,"%TypedArray%":l,"%TypedArrayPrototype%":l?l.prototype:void 0,"%TypeError%":r,"%TypeErrorPrototype%":r.prototype,"%Uint8Array%":"undefined"===typeof Uint8Array?void 0:Uint8Array,"%Uint8ArrayPrototype%":"undefined"===typeof Uint8Array?void 0:Uint8Array.prototype,"%Uint8ClampedArray%":"undefined"===typeof Uint8ClampedArray?void 0:Uint8ClampedArray,"%Uint8ClampedArrayPrototype%":"undefined"===typeof Uint8ClampedArray?void 0:Uint8ClampedArray.prototype,"%Uint16Array%":"undefined"===typeof Uint16Array?void 0:Uint16Array,"%Uint16ArrayPrototype%":"undefined"===typeof Uint16Array?void 0:Uint16Array.prototype,"%Uint32Array%":"undefined"===typeof Uint32Array?void 0:Uint32Array,"%Uint32ArrayPrototype%":"undefined"===typeof Uint32Array?void 0:Uint32Array.prototype,"%URIError%":URIError,"%URIErrorPrototype%":URIError.prototype,"%WeakMap%":"undefined"===typeof WeakMap?void 0:WeakMap,"%WeakMapPrototype%":"undefined"===typeof WeakMap?void 0:WeakMap.prototype,"%WeakSet%":"undefined"===typeof WeakSet?void 0:WeakSet,"%WeakSetPrototype%":"undefined"===typeof WeakSet?void 0:WeakSet.prototype},f=n(40).call(Function.call,String.prototype.replace),d=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,h=/\\(\\)?/g,b=function(e){var t=[];return f(e,d,(function(e,n,r,o){t[t.length]=r?f(o,h,"$1"):n||e})),t},m=function(e,t){if(!(e in p))throw new SyntaxError("intrinsic "+e+" does not exist!");if("undefined"===typeof p[e]&&!t)throw new r("intrinsic "+e+" exists, but is not available. Please file an issue!");return p[e]};e.exports=function(e,t){if("string"!==typeof e||0===e.length)throw new TypeError("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!==typeof t)throw new TypeError('"allowMissing" argument must be a boolean');for(var n=b(e),i=m("%"+(n.length>0?n[0]:"")+"%",t),a=1;a<n.length;a+=1)if(null!=i)if(o&&a+1>=n.length){var s=o(i,n[a]);if(!t&&!(n[a]in i))throw new r("base intrinsic for "+e+" exists, but the property is not available.");i=s&&"get"in s&&!("originalValue"in s.get)?s.get:i[n[a]]}else i=i[n[a]];return i}},function(e,t,n){"use strict";var r=n(39).supportsDescriptors,o=n(64),i=Object.getOwnPropertyDescriptor,a=Object.defineProperty,s=TypeError,c=Object.getPrototypeOf,u=/a/;e.exports=function(){if(!r||!c)throw new s("RegExp.prototype.flags requires a true ES5 environment that supports property descriptors");var e=o(),t=c(u),n=i(t,"flags");return n&&n.get===e||a(t,"flags",{configurable:!0,enumerable:!1,get:e}),e}},function(e,t,n){"use strict";var r=Date.prototype.getDay,o=Object.prototype.toString,i="function"===typeof Symbol&&"symbol"===typeof Symbol.toStringTag;e.exports=function(e){return"object"===typeof e&&null!==e&&(i?function(e){try{return r.call(e),!0}catch(t){return!1}}(e):"[object Date]"===o.call(e))}},,function(e,t,n){var r=function(e){"use strict";var t=Object.prototype,n=t.hasOwnProperty,r="function"===typeof Symbol?Symbol:{},o=r.iterator||"@@iterator",i=r.asyncIterator||"@@asyncIterator",a=r.toStringTag||"@@toStringTag";function s(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{s({},"")}catch(T){s=function(e,t,n){return e[t]=n}}function c(e,t,n,r){var o=t&&t.prototype instanceof p?t:p,i=Object.create(o.prototype),a=new w(r||[]);return i._invoke=function(e,t,n){var r="suspendedStart";return function(o,i){if("executing"===r)throw new Error("Generator is already running");if("completed"===r){if("throw"===o)throw i;return z()}for(n.method=o,n.arg=i;;){var a=n.delegate;if(a){var s=v(a,n);if(s){if(s===l)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if("suspendedStart"===r)throw r="completed",n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r="executing";var c=u(e,t,n);if("normal"===c.type){if(r=n.done?"completed":"suspendedYield",c.arg===l)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(r="completed",n.method="throw",n.arg=c.arg)}}}(e,n,a),i}function u(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(T){return{type:"throw",arg:T}}}e.wrap=c;var l={};function p(){}function f(){}function d(){}var h={};h[o]=function(){return this};var b=Object.getPrototypeOf,m=b&&b(b(O([])));m&&m!==t&&n.call(m,o)&&(h=m);var M=d.prototype=p.prototype=Object.create(h);function g(e){["next","throw","return"].forEach((function(t){s(e,t,(function(e){return this._invoke(t,e)}))}))}function y(e,t){var r;this._invoke=function(o,i){function a(){return new t((function(r,a){!function r(o,i,a,s){var c=u(e[o],e,i);if("throw"!==c.type){var l=c.arg,p=l.value;return p&&"object"===typeof p&&n.call(p,"__await")?t.resolve(p.__await).then((function(e){r("next",e,a,s)}),(function(e){r("throw",e,a,s)})):t.resolve(p).then((function(e){l.value=e,a(l)}),(function(e){return r("throw",e,a,s)}))}s(c.arg)}(o,i,r,a)}))}return r=r?r.then(a,a):a()}}function v(e,t){var n=e.iterator[t.method];if(void 0===n){if(t.delegate=null,"throw"===t.method){if(e.iterator.return&&(t.method="return",t.arg=void 0,v(e,t),"throw"===t.method))return l;t.method="throw",t.arg=new TypeError("The iterator does not provide a 'throw' method")}return l}var r=u(n,e.iterator,t.arg);if("throw"===r.type)return t.method="throw",t.arg=r.arg,t.delegate=null,l;var o=r.arg;return o?o.done?(t[e.resultName]=o.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,l):o:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,l)}function A(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function _(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function w(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(A,this),this.reset(!0)}function O(e){if(e){var t=e[o];if(t)return t.call(e);if("function"===typeof e.next)return e;if(!isNaN(e.length)){var r=-1,i=function t(){for(;++r<e.length;)if(n.call(e,r))return t.value=e[r],t.done=!1,t;return t.value=void 0,t.done=!0,t};return i.next=i}}return{next:z}}function z(){return{value:void 0,done:!0}}return f.prototype=M.constructor=d,d.constructor=f,f.displayName=s(d,a,"GeneratorFunction"),e.isGeneratorFunction=function(e){var t="function"===typeof e&&e.constructor;return!!t&&(t===f||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,d):(e.__proto__=d,s(e,a,"GeneratorFunction")),e.prototype=Object.create(M),e},e.awrap=function(e){return{__await:e}},g(y.prototype),y.prototype[i]=function(){return this},e.AsyncIterator=y,e.async=function(t,n,r,o,i){void 0===i&&(i=Promise);var a=new y(c(t,n,r,o),i);return e.isGeneratorFunction(n)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},g(M),s(M,a,"Generator"),M[o]=function(){return this},M.toString=function(){return"[object Generator]"},e.keys=function(e){var t=[];for(var n in e)t.push(n);return t.reverse(),function n(){for(;t.length;){var r=t.pop();if(r in e)return n.value=r,n.done=!1,n}return n.done=!0,n}},e.values=O,w.prototype={constructor:w,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(_),!e)for(var t in this)"t"===t.charAt(0)&&n.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=void 0)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var t=this;function r(n,r){return a.type="throw",a.arg=e,t.next=n,r&&(t.method="next",t.arg=void 0),!!r}for(var o=this.tryEntries.length-1;o>=0;--o){var i=this.tryEntries[o],a=i.completion;if("root"===i.tryLoc)return r("end");if(i.tryLoc<=this.prev){var s=n.call(i,"catchLoc"),c=n.call(i,"finallyLoc");if(s&&c){if(this.prev<i.catchLoc)return r(i.catchLoc,!0);if(this.prev<i.finallyLoc)return r(i.finallyLoc)}else if(s){if(this.prev<i.catchLoc)return r(i.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<i.finallyLoc)return r(i.finallyLoc)}}}},abrupt:function(e,t){for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=e,a.arg=t,i?(this.method="next",this.next=i.finallyLoc,l):this.complete(a)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),l},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),_(n),l}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var o=r.arg;_(n)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,n){return this.delegate={iterator:O(e),resultName:t,nextLoc:n},"next"===this.method&&(this.arg=void 0),l}},e}(e.exports);try{regeneratorRuntime=r}catch(o){Function("r","regeneratorRuntime = r")(r)}},function(e,t,n){(function(e){var r="undefined"!==typeof e&&e||"undefined"!==typeof self&&self||window,o=Function.prototype.apply;function i(e,t){this._id=e,this._clearFn=t}t.setTimeout=function(){return new i(o.call(setTimeout,r,arguments),clearTimeout)},t.setInterval=function(){return new i(o.call(setInterval,r,arguments),clearInterval)},t.clearTimeout=t.clearInterval=function(e){e&&e.close()},i.prototype.unref=i.prototype.ref=function(){},i.prototype.close=function(){this._clearFn.call(r,this._id)},t.enroll=function(e,t){clearTimeout(e._idleTimeoutId),e._idleTimeout=t},t.unenroll=function(e){clearTimeout(e._idleTimeoutId),e._idleTimeout=-1},t._unrefActive=t.active=function(e){clearTimeout(e._idleTimeoutId);var t=e._idleTimeout;t>=0&&(e._idleTimeoutId=setTimeout((function(){e._onTimeout&&e._onTimeout()}),t))},n(116),t.setImmediate="undefined"!==typeof self&&self.setImmediate||"undefined"!==typeof e&&e.setImmediate||this&&this.setImmediate,t.clearImmediate="undefined"!==typeof self&&self.clearImmediate||"undefined"!==typeof e&&e.clearImmediate||this&&this.clearImmediate}).call(this,n(24))},function(e,t,n){(function(e,t){!function(e,n){"use strict";if(!e.setImmediate){var r,o=1,i={},a=!1,s=e.document,c=Object.getPrototypeOf&&Object.getPrototypeOf(e);c=c&&c.setTimeout?c:e,"[object process]"==={}.toString.call(e.process)?r=function(e){t.nextTick((function(){l(e)}))}:function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}()?function(){var t="setImmediate$"+Math.random()+"$",n=function(n){n.source===e&&"string"===typeof n.data&&0===n.data.indexOf(t)&&l(+n.data.slice(t.length))};e.addEventListener?e.addEventListener("message",n,!1):e.attachEvent("onmessage",n),r=function(n){e.postMessage(t+n,"*")}}():e.MessageChannel?function(){var e=new MessageChannel;e.port1.onmessage=function(e){l(e.data)},r=function(t){e.port2.postMessage(t)}}():s&&"onreadystatechange"in s.createElement("script")?function(){var e=s.documentElement;r=function(t){var n=s.createElement("script");n.onreadystatechange=function(){l(t),n.onreadystatechange=null,e.removeChild(n),n=null},e.appendChild(n)}}():r=function(e){setTimeout(l,0,e)},c.setImmediate=function(e){"function"!==typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),n=0;n<t.length;n++)t[n]=arguments[n+1];var a={callback:e,args:t};return i[o]=a,r(o),o++},c.clearImmediate=u}function u(e){delete i[e]}function l(e){if(a)setTimeout(l,0,e);else{var t=i[e];if(t){a=!0;try{!function(e){var t=e.callback,n=e.args;switch(n.length){case 0:t();break;case 1:t(n[0]);break;case 2:t(n[0],n[1]);break;case 3:t(n[0],n[1],n[2]);break;default:t.apply(void 0,n)}}(t)}finally{u(e),a=!1}}}}}("undefined"===typeof self?"undefined"===typeof e?this:e:self)}).call(this,n(24),n(117))},function(e,t){var n,r,o=e.exports={};function i(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function s(e){if(n===setTimeout)return setTimeout(e,0);if((n===i||!n)&&setTimeout)return n=setTimeout,setTimeout(e,0);try{return n(e,0)}catch(t){try{return n.call(null,e,0)}catch(t){return n.call(this,e,0)}}}!function(){try{n="function"===typeof setTimeout?setTimeout:i}catch(e){n=i}try{r="function"===typeof clearTimeout?clearTimeout:a}catch(e){r=a}}();var c,u=[],l=!1,p=-1;function f(){l&&c&&(l=!1,c.length?u=c.concat(u):p=-1,u.length&&d())}function d(){if(!l){var e=s(f);l=!0;for(var t=u.length;t;){for(c=u,u=[];++p<t;)c&&c[p].run();p=-1,t=u.length}c=null,l=!1,function(e){if(r===clearTimeout)return clearTimeout(e);if((r===a||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(e);try{r(e)}catch(t){try{return r.call(null,e)}catch(t){return r.call(this,e)}}}(e)}}function h(e,t){this.fun=e,this.array=t}function b(){}o.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];u.push(new h(e,t)),1!==u.length||l||s(d)},h.prototype.run=function(){this.fun.apply(null,this.array)},o.title="browser",o.browser=!0,o.env={},o.argv=[],o.version="",o.versions={},o.on=b,o.addListener=b,o.once=b,o.off=b,o.removeListener=b,o.removeAllListeners=b,o.emit=b,o.prependListener=b,o.prependOnceListener=b,o.listeners=function(e){return[]},o.binding=function(e){throw new Error("process.binding is not supported")},o.cwd=function(){return"/"},o.chdir=function(e){throw new Error("process.chdir is not supported")},o.umask=function(){return 0}},function(e,t,n){var r,o,i;!function(a,s){"use strict";e.exports?e.exports=s(n(25)):(o=[n(25)],void 0===(i="function"===typeof(r=s)?r.apply(t,o):r)||(e.exports=i))}(0,(function(e){"use strict";void 0===e.version&&e.default&&(e=e.default);var t,n={},r={},o={},i={},a={};e&&"string"===typeof e.version||L("Moment Timezone requires Moment.js. See https://momentjs.com/timezone/docs/#/use-it/browser/");var s=e.version.split("."),c=+s[0],u=+s[1];function l(e){return e>96?e-87:e>64?e-29:e-48}function p(e){var t=0,n=e.split("."),r=n[0],o=n[1]||"",i=1,a=0,s=1;for(45===e.charCodeAt(0)&&(t=1,s=-1);t<r.length;t++)a=60*a+l(r.charCodeAt(t));for(t=0;t<o.length;t++)i/=60,a+=l(o.charCodeAt(t))*i;return a*s}function f(e){for(var t=0;t<e.length;t++)e[t]=p(e[t])}function d(e,t){var n,r=[];for(n=0;n<t.length;n++)r[n]=e[t[n]];return r}function h(e){var t=e.split("|"),n=t[2].split(" "),r=t[3].split(""),o=t[4].split(" ");return f(n),f(r),f(o),function(e,t){for(var n=0;n<t;n++)e[n]=Math.round((e[n-1]||0)+6e4*e[n]);e[t-1]=1/0}(o,r.length),{name:t[0],abbrs:d(t[1].split(" "),r),offsets:d(n,r),untils:o,population:0|t[5]}}function b(e){e&&this._set(h(e))}function m(e,t){this.name=e,this.zones=t}function M(e){var t=e.toTimeString(),n=t.match(/\([a-z ]+\)/i);"GMT"===(n=n&&n[0]?(n=n[0].match(/[A-Z]/g))?n.join(""):void 0:(n=t.match(/[A-Z]{3,5}/g))?n[0]:void 0)&&(n=void 0),this.at=+e,this.abbr=n,this.offset=e.getTimezoneOffset()}function g(e){this.zone=e,this.offsetScore=0,this.abbrScore=0}function y(e,t){for(var n,r;r=6e4*((t.at-e.at)/12e4|0);)(n=new M(new Date(e.at+r))).offset===e.offset?e=n:t=n;return e}function v(e,t){return e.offsetScore!==t.offsetScore?e.offsetScore-t.offsetScore:e.abbrScore!==t.abbrScore?e.abbrScore-t.abbrScore:e.zone.population!==t.zone.population?t.zone.population-e.zone.population:t.zone.name.localeCompare(e.zone.name)}function A(e,t){var n,r;for(f(t),n=0;n<t.length;n++)r=t[n],a[r]=a[r]||{},a[r][e]=!0}function _(e){var t,n,r,o=e.length,s={},c=[];for(t=0;t<o;t++)for(n in r=a[e[t].offset]||{})r.hasOwnProperty(n)&&(s[n]=!0);for(t in s)s.hasOwnProperty(t)&&c.push(i[t]);return c}function w(){try{var e=Intl.DateTimeFormat().resolvedOptions().timeZone;if(e&&e.length>3){var t=i[O(e)];if(t)return t;L("Moment Timezone found "+e+" from the Intl api, but did not have that data loaded.")}}catch(l){}var n,r,o,a=function(){var e,t,n,r=(new Date).getFullYear()-2,o=new M(new Date(r,0,1)),i=[o];for(n=1;n<48;n++)(t=new M(new Date(r,n,1))).offset!==o.offset&&(e=y(o,t),i.push(e),i.push(new M(new Date(e.at+6e4)))),o=t;for(n=0;n<4;n++)i.push(new M(new Date(r+n,0,1))),i.push(new M(new Date(r+n,6,1)));return i}(),s=a.length,c=_(a),u=[];for(r=0;r<c.length;r++){for(n=new g(T(c[r]),s),o=0;o<s;o++)n.scoreOffsetAt(a[o]);u.push(n)}return u.sort(v),u.length>0?u[0].zone.name:void 0}function O(e){return(e||"").toLowerCase().replace(/\//g,"_")}function z(e){var t,r,o,a;for("string"===typeof e&&(e=[e]),t=0;t<e.length;t++)a=O(r=(o=e[t].split("|"))[0]),n[a]=e[t],i[a]=r,A(a,o[2].split(" "))}function T(e,t){e=O(e);var o,a=n[e];return a instanceof b?a:"string"===typeof a?(a=new b(a),n[e]=a,a):r[e]&&t!==T&&(o=T(r[e],T))?((a=n[e]=new b)._set(o),a.name=i[e],a):null}function x(e){var t,n,o,a;for("string"===typeof e&&(e=[e]),t=0;t<e.length;t++)o=O((n=e[t].split("|"))[0]),a=O(n[1]),r[o]=a,i[o]=n[0],r[a]=o,i[a]=n[1]}function N(e){var t="X"===e._f||"x"===e._f;return!(!e._a||void 0!==e._tzm||t)}function L(e){"undefined"!==typeof console&&"function"===typeof console.error&&console.error(e)}function E(t){var n=Array.prototype.slice.call(arguments,0,-1),r=arguments[arguments.length-1],o=T(r),i=e.utc.apply(null,n);return o&&!e.isMoment(t)&&N(i)&&i.add(o.parse(i),"minutes"),i.tz(r),i}(c<2||2===c&&u<6)&&L("Moment Timezone requires Moment.js >= 2.6.0. You are using Moment.js "+e.version+". See momentjs.com"),b.prototype={_set:function(e){this.name=e.name,this.abbrs=e.abbrs,this.untils=e.untils,this.offsets=e.offsets,this.population=e.population},_index:function(e){var t,n=+e,r=this.untils;for(t=0;t<r.length;t++)if(n<r[t])return t},countries:function(){var e=this.name;return Object.keys(o).filter((function(t){return-1!==o[t].zones.indexOf(e)}))},parse:function(e){var t,n,r,o,i=+e,a=this.offsets,s=this.untils,c=s.length-1;for(o=0;o<c;o++)if(t=a[o],n=a[o+1],r=a[o?o-1:o],t<n&&E.moveAmbiguousForward?t=n:t>r&&E.moveInvalidForward&&(t=r),i<s[o]-6e4*t)return a[o];return a[c]},abbr:function(e){return this.abbrs[this._index(e)]},offset:function(e){return L("zone.offset has been deprecated in favor of zone.utcOffset"),this.offsets[this._index(e)]},utcOffset:function(e){return this.offsets[this._index(e)]}},g.prototype.scoreOffsetAt=function(e){this.offsetScore+=Math.abs(this.zone.utcOffset(e.at)-e.offset),this.zone.abbr(e.at).replace(/[^A-Z]/g,"")!==e.abbr&&this.abbrScore++},E.version="0.5.32",E.dataVersion="",E._zones=n,E._links=r,E._names=i,E._countries=o,E.add=z,E.link=x,E.load=function(e){z(e.zones),x(e.links),function(e){var t,n,r,i;if(e&&e.length)for(t=0;t<e.length;t++)n=(i=e[t].split("|"))[0].toUpperCase(),r=i[1].split(" "),o[n]=new m(n,r)}(e.countries),E.dataVersion=e.version},E.zone=T,E.zoneExists=function e(t){return e.didShowError||(e.didShowError=!0,L("moment.tz.zoneExists('"+t+"') has been deprecated in favor of !moment.tz.zone('"+t+"')")),!!T(t)},E.guess=function(e){return t&&!e||(t=w()),t},E.names=function(){var e,t=[];for(e in i)i.hasOwnProperty(e)&&(n[e]||n[r[e]])&&i[e]&&t.push(i[e]);return t.sort()},E.Zone=b,E.unpack=h,E.unpackBase60=p,E.needsOffset=N,E.moveInvalidForward=!0,E.moveAmbiguousForward=!1,E.countries=function(){return Object.keys(o)},E.zonesForCountry=function(e,t){var n;if(n=(n=e).toUpperCase(),!(e=o[n]||null))return null;var r=e.zones.sort();return t?r.map((function(e){return{name:e,offset:T(e).utcOffset(new Date)}})):r};var S,C=e.fn;function k(e){return function(){return this._z?this._z.abbr(this):e.call(this)}}function q(e){return function(){return this._z=null,e.apply(this,arguments)}}e.tz=E,e.defaultZone=null,e.updateOffset=function(t,n){var r,o=e.defaultZone;if(void 0===t._z&&(o&&N(t)&&!t._isUTC&&(t._d=e.utc(t._a)._d,t.utc().add(o.parse(t),"minutes")),t._z=o),t._z)if(r=t._z.utcOffset(t),Math.abs(r)<16&&(r/=60),void 0!==t.utcOffset){var i=t._z;t.utcOffset(-r,n),t._z=i}else t.zone(r,n)},C.tz=function(t,n){if(t){if("string"!==typeof t)throw new Error("Time zone name must be a string, got "+t+" ["+typeof t+"]");return this._z=T(t),this._z?e.updateOffset(this,n):L("Moment Timezone has no data for "+t+". See http://momentjs.com/timezone/docs/#/data-loading/."),this}if(this._z)return this._z.name},C.zoneName=k(C.zoneName),C.zoneAbbr=k(C.zoneAbbr),C.utc=q(C.utc),C.local=q(C.local),C.utcOffset=(S=C.utcOffset,function(){return arguments.length>0&&(this._z=null),S.apply(this,arguments)}),e.tz.setDefault=function(t){return(c<2||2===c&&u<9)&&L("Moment Timezone setDefault() requires Moment.js >= 2.9.0. You are using Moment.js "+e.version+"."),e.defaultZone=t?T(t):null,e};var W=e.momentProperties;return"[object Array]"===Object.prototype.toString.call(W)?(W.push("_z"),W.push("_a")):W&&(W._z=null),e}))},function(e){e.exports=JSON.parse('{"version":"2020d","zones":["Africa/Abidjan|LMT GMT|g.8 0|01|-2ldXH.Q|48e5","Africa/Accra|LMT GMT +0020|.Q 0 -k|012121212121212121212121212121212121212121212121|-26BbX.8 6tzX.8 MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE|41e5","Africa/Nairobi|LMT EAT +0230 +0245|-2r.g -30 -2u -2J|01231|-1F3Cr.g 3Dzr.g okMu MFXJ|47e5","Africa/Algiers|PMT WET WEST CET CEST|-9.l 0 -10 -10 -20|0121212121212121343431312123431213|-2nco9.l cNb9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 DA0 Imo0 rd0 De0 9Xz0 1fb0 1ap0 16K0 2yo0 mEp0 hwL0 jxA0 11A0 dDd0 17b0 11B0 1cN0 2Dy0 1cN0 1fB0 1cL0|26e5","Africa/Lagos|LMT WAT|-d.A -10|01|-22y0d.A|17e6","Africa/Bissau|LMT -01 GMT|12.k 10 0|012|-2ldX0 2xoo0|39e4","Africa/Maputo|LMT CAT|-2a.k -20|01|-2GJea.k|26e5","Africa/Cairo|EET EEST|-20 -30|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-1bIO0 vb0 1ip0 11z0 1iN0 1nz0 12p0 1pz0 10N0 1pz0 16p0 1jz0 s3d0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1WL0 rd0 1Rz0 wp0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1qL0 Xd0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1ny0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 WL0 1qN0 Rb0 1wp0 On0 1zd0 Lz0 1EN0 Fb0 c10 8n0 8Nd0 gL0 e10 mn0|15e6","Africa/Casablanca|LMT +00 +01|u.k 0 -10|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-2gMnt.E 130Lt.E rb0 Dd0 dVb0 b6p0 TX0 EoB0 LL0 gnd0 rz0 43d0 AL0 1Nd0 XX0 1Cp0 pz0 dEp0 4mn0 SyN0 AL0 1Nd0 wn0 1FB0 Db0 1zd0 Lz0 1Nf0 wM0 co0 go0 1o00 s00 dA0 vc0 11A0 A00 e00 y00 11A0 uM0 e00 Dc0 11A0 s00 e00 IM0 WM0 mo0 gM0 LA0 WM0 jA0 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0|32e5","Africa/Ceuta|WET WEST CET CEST|0 -10 -10 -20|010101010101010101010232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-25KN0 11z0 drd0 18p0 3HX0 17d0 1fz0 1a10 1io0 1a00 1y7o0 LL0 gnd0 rz0 43d0 AL0 1Nd0 XX0 1Cp0 pz0 dEp0 4VB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|85e3","Africa/El_Aaiun|LMT -01 +00 +01|Q.M 10 0 -10|012323232323232323232323232323232323232323232323232323232323232323232323232323232323|-1rDz7.c 1GVA7.c 6L0 AL0 1Nd0 XX0 1Cp0 pz0 1cBB0 AL0 1Nd0 wn0 1FB0 Db0 1zd0 Lz0 1Nf0 wM0 co0 go0 1o00 s00 dA0 vc0 11A0 A00 e00 y00 11A0 uM0 e00 Dc0 11A0 s00 e00 IM0 WM0 mo0 gM0 LA0 WM0 jA0 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0|20e4","Africa/Johannesburg|SAST SAST SAST|-1u -20 -30|012121|-2GJdu 1Ajdu 1cL0 1cN0 1cL0|84e5","Africa/Juba|LMT CAT CAST EAT|-26.s -20 -30 -30|01212121212121212121212121212121213|-1yW26.s 1zK06.s 16L0 1iN0 17b0 1jd0 17b0 1ip0 17z0 1i10 17X0 1hB0 18n0 1hd0 19b0 1gp0 19z0 1iN0 17b0 1ip0 17z0 1i10 18n0 1hd0 18L0 1gN0 19b0 1gp0 19z0 1iN0 17z0 1i10 17X0 yGd0|","Africa/Khartoum|LMT CAT CAST EAT|-2a.8 -20 -30 -30|012121212121212121212121212121212131|-1yW2a.8 1zK0a.8 16L0 1iN0 17b0 1jd0 17b0 1ip0 17z0 1i10 17X0 1hB0 18n0 1hd0 19b0 1gp0 19z0 1iN0 17b0 1ip0 17z0 1i10 18n0 1hd0 18L0 1gN0 19b0 1gp0 19z0 1iN0 17z0 1i10 17X0 yGd0 HjL0|51e5","Africa/Monrovia|MMT MMT GMT|H.8 I.u 0|012|-23Lzg.Q 28G01.m|11e5","Africa/Ndjamena|LMT WAT WAST|-10.c -10 -20|0121|-2le10.c 2J3c0.c Wn0|13e5","Africa/Sao_Tome|LMT GMT WAT|A.J 0 -10|0121|-2le00 4i6N0 2q00|","Africa/Tripoli|LMT CET CEST EET|-Q.I -10 -20 -20|012121213121212121212121213123123|-21JcQ.I 1hnBQ.I vx0 4iP0 xx0 4eN0 Bb0 7ip0 U0n0 A10 1db0 1cN0 1db0 1dd0 1db0 1eN0 1bb0 1e10 1cL0 1c10 1db0 1dd0 1db0 1cN0 1db0 1q10 fAn0 1ep0 1db0 AKq0 TA0 1o00|11e5","Africa/Tunis|PMT CET CEST|-9.l -10 -20|0121212121212121212121212121212121|-2nco9.l 18pa9.l 1qM0 DA0 3Tc0 11B0 1ze0 WM0 7z0 3d0 14L0 1cN0 1f90 1ar0 16J0 1gXB0 WM0 1rA0 11c0 nwo0 Ko0 1cM0 1cM0 1rA0 10M0 zuM0 10N0 1aN0 1qM0 WM0 1qM0 11A0 1o00|20e5","Africa/Windhoek|+0130 SAST SAST CAT WAT|-1u -20 -30 -20 -10|01213434343434343434343434343434343434343434343434343|-2GJdu 1Ajdu 1cL0 1SqL0 9Io0 16P0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0|32e4","America/Adak|NST NWT NPT BST BDT AHST HST HDT|b0 a0 a0 b0 a0 a0 a0 90|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17SX0 8wW0 iB0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cm0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|326","America/Anchorage|AST AWT APT AHST AHDT YST AKST AKDT|a0 90 90 a0 90 90 90 80|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17T00 8wX0 iA0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cm0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|30e4","America/Port_of_Spain|LMT AST|46.4 40|01|-2kNvR.U|43e3","America/Araguaina|LMT -03 -02|3c.M 30 20|0121212121212121212121212121212121212121212121212121|-2glwL.c HdKL.c 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 dMN0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 ny10 Lz0|14e4","America/Argentina/Buenos_Aires|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323232323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 A4p0 uL0 1qN0 WL0|","America/Argentina/Catamarca|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323132321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 rlB0 7B0 8zb0 uL0|","America/Argentina/Cordoba|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323132323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 A4p0 uL0 1qN0 WL0|","America/Argentina/Jujuy|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323121323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1ze0 TX0 1ld0 WK0 1wp0 TX0 A4p0 uL0|","America/Argentina/La_Rioja|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323231232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Qn0 qO0 16n0 Rb0 1wp0 TX0 rlB0 7B0 8zb0 uL0|","America/Argentina/Mendoza|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232312121321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1u20 SL0 1vd0 Tb0 1wp0 TW0 ri10 Op0 7TX0 uL0|","America/Argentina/Rio_Gallegos|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 rlB0 7B0 8zb0 uL0|","America/Argentina/Salta|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323231323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 A4p0 uL0|","America/Argentina/San_Juan|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323231232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Qn0 qO0 16n0 Rb0 1wp0 TX0 rld0 m10 8lb0 uL0|","America/Argentina/San_Luis|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323121212321212|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 XX0 1q20 SL0 AN0 vDb0 m10 8lb0 8L0 jd0 1qN0 WL0 1qN0|","America/Argentina/Tucuman|CMT -04 -03 -02|4g.M 40 30 20|0121212121212121212121212121212121212121212323232313232123232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 rlB0 4N0 8BX0 uL0 1qN0 WL0|","America/Argentina/Ushuaia|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 rkN0 8p0 8zb0 uL0|","America/Curacao|LMT -0430 AST|4z.L 4u 40|012|-2kV7o.d 28KLS.d|15e4","America/Asuncion|AMT -04 -03|3O.E 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-1x589.k 1DKM9.k 3CL0 3Dd0 10L0 1pB0 10n0 1pB0 10n0 1pB0 1cL0 1dd0 1db0 1dd0 1cL0 1dd0 1cL0 1dd0 1cL0 1dd0 1db0 1dd0 1cL0 1dd0 1cL0 1dd0 1cL0 1dd0 1db0 1dd0 1cL0 1lB0 14n0 1dd0 1cL0 1fd0 WL0 1rd0 1aL0 1dB0 Xz0 1qp0 Xb0 1qN0 10L0 1rB0 TX0 1tB0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 WN0 1qL0 11B0 1nX0 1ip0 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 TX0 1tB0 19X0 1a10 1fz0 1a10 1fz0 1cN0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0|28e5","America/Atikokan|CST CDT CWT CPT EST|60 50 50 50 50|0101234|-25TQ0 1in0 Rnb0 3je0 8x30 iw0|28e2","America/Bahia_Banderas|LMT MST CST PST MDT CDT|71 70 60 80 60 50|0121212131414141414141414141414141414152525252525252525252525252525252525252525252525252525252|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nW0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|84e3","America/Bahia|LMT -03 -02|2y.4 30 20|01212121212121212121212121212121212121212121212121212121212121|-2glxp.U HdLp.U 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 l5B0 Rb0|27e5","America/Barbados|LMT BMT AST ADT|3W.t 3W.t 40 30|01232323232|-1Q0I1.v jsM0 1ODC1.v IL0 1ip0 17b0 1ip0 17b0 1ld0 13b0|28e4","America/Belem|LMT -03 -02|3d.U 30 20|012121212121212121212121212121|-2glwK.4 HdKK.4 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0|20e5","America/Belize|LMT CST -0530 CDT|5Q.M 60 5u 50|01212121212121212121212121212121212121212121212121213131|-2kBu7.c fPA7.c Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1f0Mu qn0 lxB0 mn0|57e3","America/Blanc-Sablon|AST ADT AWT APT|40 30 30 30|010230|-25TS0 1in0 UGp0 8x50 iu0|11e2","America/Boa_Vista|LMT -04 -03|42.E 40 30|0121212121212121212121212121212121|-2glvV.k HdKV.k 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 smp0 WL0 1tB0 2L0|62e2","America/Bogota|BMT -05 -04|4U.g 50 40|0121|-2eb73.I 38yo3.I 2en0|90e5","America/Boise|PST PDT MST MWT MPT MDT|80 70 70 60 60 60|0101023425252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-261q0 1nX0 11B0 1nX0 8C10 JCL0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 Dd0 1Kn0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|21e4","America/Cambridge_Bay|-00 MST MWT MPT MDDT MDT CST CDT EST|0 70 60 60 50 60 60 50 50|0123141515151515151515151515151515151515151515678651515151515151515151515151515151515151515151515151515151515151515151515151|-21Jc0 RO90 8x20 ix0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11A0 1nX0 2K0 WQ0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|15e2","America/Campo_Grande|LMT -04 -03|3C.s 40 30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glwl.w HdLl.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 1C10 Lz0 1Ip0 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1HB0 FX0|77e4","America/Cancun|LMT CST EST EDT CDT|5L.4 60 50 40 50|0123232341414141414141414141414141414141412|-1UQG0 2q2o0 yLB0 1lb0 14p0 1lb0 14p0 Lz0 xB0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 Dd0|63e4","America/Caracas|CMT -0430 -04|4r.E 4u 40|01212|-2kV7w.k 28KM2.k 1IwOu kqo0|29e5","America/Cayenne|LMT -04 -03|3t.k 40 30|012|-2mrwu.E 2gWou.E|58e3","America/Panama|CMT EST|5j.A 50|01|-2uduE.o|15e5","America/Chicago|CST CDT EST CWT CPT|60 50 50 50 50|01010101010101010101010101010101010102010101010103401010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 1wp0 TX0 WN0 1qL0 1cN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 11B0 1Hz0 14p0 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 RB0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|92e5","America/Chihuahua|LMT MST CST CDT MDT|74.k 70 60 50 60|0121212323241414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 2zQN0 1lb0 14p0 1lb0 14q0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|81e4","America/Costa_Rica|SJMT CST CDT|5A.d 60 50|0121212121|-1Xd6n.L 2lu0n.L Db0 1Kp0 Db0 pRB0 15b0 1kp0 mL0|12e5","America/Creston|MST PST|70 80|010|-29DR0 43B0|53e2","America/Cuiaba|LMT -04 -03|3I.k 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glwf.E HdLf.E 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 4a10 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1HB0 FX0|54e4","America/Danmarkshavn|LMT -03 -02 GMT|1e.E 30 20 0|01212121212121212121212121212121213|-2a5WJ.k 2z5fJ.k 19U0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 DC0|8","America/Dawson_Creek|PST PDT PWT PPT MST|80 70 70 70 70|0102301010101010101010101010101010101010101010101010101014|-25TO0 1in0 UGp0 8x10 iy0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 ML0|12e3","America/Dawson|YST YDT YWT YPT YDDT PST PDT MST|90 80 80 80 70 80 70 70|010102304056565656565656565656565656565656565656565656565656565656565656565656565656565656567|-25TN0 1in0 1o10 13V0 Ser0 8x00 iz0 LCL0 1fA0 jrA0 fNd0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1z90|13e2","America/Denver|MST MDT MWT MPT|70 60 60 60|01010101023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261r0 1nX0 11B0 1nX0 11B0 1qL0 WN0 mn0 Ord0 8x20 ix0 LCN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|26e5","America/Detroit|LMT CST EST EWT EPT EDT|5w.b 60 50 40 40 40|0123425252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-2Cgir.N peqr.N 156L0 8x40 iv0 6fd0 11z0 JxX1 SMX 1cN0 1cL0 aW10 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|37e5","America/Edmonton|LMT MST MDT MWT MPT|7x.Q 70 60 60 60|0121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2yd4q.8 shdq.8 1in0 17d0 hz0 2dB0 1fz0 1a10 11z0 1qN0 WL0 1qN0 11z0 IGN0 8x20 ix0 3NB0 11z0 XQp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|10e5","America/Eirunepe|LMT -05 -04|4D.s 50 40|0121212121212121212121212121212121|-2glvk.w HdLk.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 dPB0 On0 yTd0 d5X0|31e3","America/El_Salvador|LMT CST CDT|5U.M 60 50|012121|-1XiG3.c 2Fvc3.c WL0 1qN0 WL0|11e5","America/Tijuana|LMT MST PST PDT PWT PPT|7M.4 70 80 70 70 70|012123245232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UQE0 4PX0 8mM0 8lc0 SN0 1cL0 pHB0 83r0 zI0 5O10 1Rz0 cOO0 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 BUp0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|20e5","America/Fort_Nelson|PST PDT PWT PPT MST|80 70 70 70 70|01023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010104|-25TO0 1in0 UGp0 8x10 iy0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0|39e2","America/Fort_Wayne|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|010101023010101010101010101040454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 QI10 Db0 RB0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 5Tz0 1o10 qLb0 1cL0 1cN0 1cL0 1qhd0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Fortaleza|LMT -03 -02|2y 30 20|0121212121212121212121212121212121212121|-2glxq HdLq 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 5z0 2mN0 On0|34e5","America/Glace_Bay|LMT AST ADT AWT APT|3X.M 40 30 30 30|012134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsI0.c CwO0.c 1in0 UGp0 8x50 iu0 iq10 11z0 Jg10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|19e3","America/Godthab|LMT -03 -02|3q.U 30 20|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a5Ux.4 2z5dx.4 19U0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|17e3","America/Goose_Bay|NST NDT NST NDT NWT NPT AST ADT ADDT|3u.Q 2u.Q 3u 2u 2u 2u 40 30 20|010232323232323245232323232323232323232323232323232323232326767676767676767676767676767676767676767676768676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-25TSt.8 1in0 DXb0 2HbX.8 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 WL0 1qN0 WL0 1qN0 7UHu itu 1tB0 WL0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1tB0 WL0 1ld0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 S10 g0u 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14n1 1lb0 14p0 1nW0 11C0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zcX Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|76e2","America/Grand_Turk|KMT EST EDT AST|57.a 50 40 40|01212121212121212121212121212121212121212121212121212121212121212121212121232121212121212121212121212121212121212121|-2l1uQ.O 2HHBQ.O 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 5Ip0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|37e2","America/Guatemala|LMT CST CDT|62.4 60 50|0121212121|-24KhV.U 2efXV.U An0 mtd0 Nz0 ifB0 17b0 zDB0 11z0|13e5","America/Guayaquil|QMT -05 -04|5e 50 40|0121|-1yVSK 2uILK rz0|27e5","America/Guyana|LMT -0345 -03 -04|3Q.E 3J 30 40|0123|-2dvU7.k 2r6LQ.k Bxbf|80e4","America/Halifax|LMT AST ADT AWT APT|4e.o 40 30 30 30|0121212121212121212121212121212121212121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsHJ.A xzzJ.A 1db0 3I30 1in0 3HX0 IL0 1E10 ML0 1yN0 Pb0 1Bd0 Mn0 1Bd0 Rz0 1w10 Xb0 1w10 LX0 1w10 Xb0 1w10 Lz0 1C10 Jz0 1E10 OL0 1yN0 Un0 1qp0 Xb0 1qp0 11X0 1w10 Lz0 1HB0 LX0 1C10 FX0 1w10 Xb0 1qp0 Xb0 1BB0 LX0 1td0 Xb0 1qp0 Xb0 Rf0 8x50 iu0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 3Qp0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 3Qp0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 6i10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|39e4","America/Havana|HMT CST CDT|5t.A 50 40|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1Meuu.o 72zu.o ML0 sld0 An0 1Nd0 Db0 1Nd0 An0 6Ep0 An0 1Nd0 An0 JDd0 Mn0 1Ap0 On0 1fd0 11X0 1qN0 WL0 1wp0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 14n0 1ld0 14L0 1kN0 15b0 1kp0 1cL0 1cN0 1fz0 1a10 1fz0 1fB0 11z0 14p0 1nX0 11B0 1nX0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 14n0 1ld0 14n0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 1a10 1in0 1a10 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 17c0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 11A0 6i00 Rc0 1wo0 U00 1tA0 Rc0 1wo0 U00 1wo0 U00 1zc0 U00 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0|21e5","America/Hermosillo|LMT MST CST PST MDT|7n.Q 70 60 80 60|0121212131414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0|64e4","America/Indiana/Knox|CST CDT CWT CPT EST|60 50 50 50 50|0101023010101010101010101010101010101040101010101010101010101010101010101010101010101010141010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 11z0 1o10 11z0 1o10 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 3Cn0 8wp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 z8o0 1o00 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Marengo|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101023010101010101010104545454545414545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 dyN0 11z0 6fd0 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 jrz0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1VA0 LA0 1BX0 1e6p0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Petersburg|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010104010101010101010101010141014545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 njX0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 3Fb0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 19co0 1o00 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Tell_City|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010401054541010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 njX0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 8wn0 1cN0 1cL0 1cN0 1cK0 1cN0 1cL0 1qhd0 1o00 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Vevay|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|010102304545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 kPB0 Awn0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1lnd0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Vincennes|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010101010454541014545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 g0p0 11z0 1o10 11z0 1qL0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 caL0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Winamac|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010101010101010454541054545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 jrz0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1za0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Inuvik|-00 PST PDDT MST MDT|0 80 60 70 60|0121343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-FnA0 tWU0 1fA0 wPe0 2pz0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|35e2","America/Iqaluit|-00 EWT EPT EST EDDT EDT CST CDT|0 40 40 50 30 40 60 50|01234353535353535353535353535353535353535353567353535353535353535353535353535353535353535353535353535353535353535353535353|-16K00 7nX0 iv0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11C0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|67e2","America/Jamaica|KMT EST EDT|57.a 50 40|0121212121212121212121|-2l1uQ.O 2uM1Q.O 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0|94e4","America/Juneau|PST PWT PPT PDT YDT YST AKST AKDT|80 70 70 70 80 90 90 80|01203030303030303030303030403030356767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cM0 1cM0 1cL0 1cN0 1fz0 1a10 1fz0 co0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|33e3","America/Kentucky/Louisville|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101010102301010101010101010101010101454545454545414545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 3Fd0 Nb0 LPd0 11z0 RB0 8x30 iw0 1nX1 e0X 9vd0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 xz0 gso0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1VA0 LA0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Kentucky/Monticello|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101023010101010101010101010101010101010101010101010101010101010101010101454545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 SWp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/La_Paz|CMT BST -04|4w.A 3w.A 40|012|-1x37r.o 13b0|19e5","America/Lima|LMT -05 -04|58.A 50 40|0121212121212121|-2tyGP.o 1bDzP.o zX0 1aN0 1cL0 1cN0 1cL0 1PrB0 zX0 1O10 zX0 6Gp0 zX0 98p0 zX0|11e6","America/Los_Angeles|PST PDT PWT PPT|80 70 70 70|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261q0 1nX0 11B0 1nX0 SgN0 8x10 iy0 5Wp1 1VaX 3dA0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|15e6","America/Maceio|LMT -03 -02|2m.Q 30 20|012121212121212121212121212121212121212121|-2glxB.8 HdLB.8 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 dMN0 Lz0 8Q10 WL0 1tB0 5z0 2mN0 On0|93e4","America/Managua|MMT CST EST CDT|5J.c 60 50 50|0121313121213131|-1quie.M 1yAMe.M 4mn0 9Up0 Dz0 1K10 Dz0 s3F0 1KH0 DB0 9In0 k8p0 19X0 1o30 11y0|22e5","America/Manaus|LMT -04 -03|40.4 40 30|01212121212121212121212121212121|-2glvX.U HdKX.U 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 dPB0 On0|19e5","America/Martinique|FFMT AST ADT|44.k 40 30|0121|-2mPTT.E 2LPbT.E 19X0|39e4","America/Matamoros|LMT CST CDT|6E 60 50|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1UQG0 2FjC0 1nX0 i6p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|45e4","America/Mazatlan|LMT MST CST PST MDT|75.E 70 60 80 60|0121212131414141414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|44e4","America/Menominee|CST CDT CWT CPT EST|60 50 50 50 50|01010230101041010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 LCN0 1fz0 6410 9Jb0 1cM0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|85e2","America/Merida|LMT CST EST CDT|5W.s 60 50 50|0121313131313131313131313131313131313131313131313131313131313131313131313131313131313131|-1UQG0 2q2o0 2hz0 wu30 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|11e5","America/Metlakatla|PST PWT PPT PDT AKST AKDT|80 70 70 70 90 80|01203030303030303030303030303030304545450454545454545454545454545454545454545454|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1hU10 Rd0 1zb0 Op0 1zb0 Op0 1zb0 uM0 jB0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|14e2","America/Mexico_City|LMT MST CST CDT CWT|6A.A 70 60 50 50|012121232324232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 gEn0 TX0 3xd0 Jb0 6zB0 SL0 e5d0 17b0 1Pff0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|20e6","America/Miquelon|LMT AST -03 -02|3I.E 40 30 20|012323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2mKkf.k 2LTAf.k gQ10 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|61e2","America/Moncton|EST AST ADT AWT APT|50 40 30 30 30|012121212121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsH0 CwN0 1in0 zAo0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1K10 Lz0 1zB0 NX0 1u10 Wn0 S20 8x50 iu0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 3Cp0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14n1 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 ReX 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|64e3","America/Monterrey|LMT CST CDT|6F.g 60 50|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1UQG0 2FjC0 1nX0 i6p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|41e5","America/Montevideo|LMT MMT -04 -03 -0330 -0230 -02 -0130|3I.P 3I.P 40 30 3u 2u 20 1u|012343434343434343434343435353636353636375363636363636363636363636363636363636363636363|-2tRUf.9 sVc0 8jcf.9 1db0 1dcu 1cLu 1dcu 1cLu ircu 11zu 1o0u 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 1qMu WLu 1fAu 1cLu 1o0u 11zu NAu 3jXu zXu Dq0u 19Xu pcu jz0 cm10 19X0 6tB0 1fbu 3o0u jX0 4vB0 xz0 3Cp0 mmu 1a10 IMu Db0 4c10 uL0 1Nd0 An0 1SN0 uL0 mp0 28L0 iPB0 un0 1SN0 xz0 1zd0 Lz0 1zd0 Rb0 1zd0 On0 1wp0 Rb0 s8p0 1fB0 1ip0 11z0 1ld0 14n0 1o10 11z0 1o10 11z0 1o10 14n0 1ld0 14n0 1ld0 14n0 1o10 11z0 1o10 11z0 1o10 11z0|17e5","America/Toronto|EST EDT EWT EPT|50 40 40 40|01010101010101010101010101010101010101010101012301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TR0 1in0 11Wu 1nzu 1fD0 WJ0 1wr0 Nb0 1Ap0 On0 1zd0 On0 1wp0 TX0 1tB0 TX0 1tB0 TX0 1tB0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 4kM0 8x40 iv0 1o10 11z0 1nX0 11z0 1o10 11z0 1o10 1qL0 11D0 1nX0 11B0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|65e5","America/Nassau|LMT EST EDT|59.u 50 40|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2kNuO.u 26XdO.u 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|24e4","America/New_York|EST EDT EWT EPT|50 40 40 40|01010101010101010101010101010101010101010101010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261t0 1nX0 11B0 1nX0 11B0 1qL0 1a10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 RB0 8x40 iv0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|21e6","America/Nipigon|EST EDT EWT EPT|50 40 40 40|010123010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TR0 1in0 Rnb0 3je0 8x40 iv0 19yN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|16e2","America/Nome|NST NWT NPT BST BDT YST AKST AKDT|b0 a0 a0 b0 a0 90 90 80|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17SX0 8wW0 iB0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cl0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|38e2","America/Noronha|LMT -02 -01|29.E 20 10|0121212121212121212121212121212121212121|-2glxO.k HdKO.k 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 2L0 2pB0 On0|30e2","America/North_Dakota/Beulah|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101014545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/North_Dakota/Center|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101014545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14o0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/North_Dakota/New_Salem|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101454545454545454545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14o0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Ojinaga|LMT MST CST CDT MDT|6V.E 70 60 50 60|0121212323241414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 2zQN0 1lb0 14p0 1lb0 14q0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e3","America/Pangnirtung|-00 AST AWT APT ADDT ADT EDT EST CST CDT|0 40 30 30 20 30 40 50 60 50|012314151515151515151515151515151515167676767689767676767676767676767676767676767676767676767676767676767676767676767676767|-1XiM0 PnG0 8x50 iu0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1o00 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11C0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|14e2","America/Paramaribo|LMT PMT PMT -0330 -03|3E.E 3E.Q 3E.A 3u 30|01234|-2nDUj.k Wqo0.c qanX.I 1yVXN.o|24e4","America/Phoenix|MST MDT MWT|70 60 60|01010202010|-261r0 1nX0 11B0 1nX0 SgN0 4Al1 Ap0 1db0 SWqX 1cL0|42e5","America/Port-au-Prince|PPMT EST EDT|4N 50 40|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-28RHb 2FnMb 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14q0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 i6n0 1nX0 11B0 1nX0 d430 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 3iN0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e5","America/Rio_Branco|LMT -05 -04|4v.c 50 40|01212121212121212121212121212121|-2glvs.M HdLs.M 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 NBd0 d5X0|31e4","America/Porto_Velho|LMT -04 -03|4f.A 40 30|012121212121212121212121212121|-2glvI.o HdKI.o 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0|37e4","America/Puerto_Rico|AST AWT APT|40 30 30|0120|-17lU0 7XT0 iu0|24e5","America/Punta_Arenas|SMT -05 -04 -03|4G.K 50 40 30|0102021212121212121232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-2q2jh.e fJAh.e 5knG.K 1Vzh.e jRAG.K 1pbh.e 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 nHX0 op0 blz0 ko0 Qeo0 WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0|","America/Rainy_River|CST CDT CWT CPT|60 50 50 50|010123010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TQ0 1in0 Rnb0 3je0 8x30 iw0 19yN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|842","America/Rankin_Inlet|-00 CST CDDT CDT EST|0 60 40 50 50|012131313131313131313131313131313131313131313431313131313131313131313131313131313131313131313131313131313131313131313131|-vDc0 keu0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|26e2","America/Recife|LMT -03 -02|2j.A 30 20|0121212121212121212121212121212121212121|-2glxE.o HdLE.o 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 2L0 2pB0 On0|33e5","America/Regina|LMT MST MDT MWT MPT CST|6W.A 70 60 60 60 60|012121212121212121212121341212121212121212121212121215|-2AD51.o uHe1.o 1in0 s2L0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 66N0 1cL0 1cN0 19X0 1fB0 1cL0 1fB0 1cL0 1cN0 1cL0 M30 8x20 ix0 1ip0 1cL0 1ip0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 3NB0 1cL0 1cN0|19e4","America/Resolute|-00 CST CDDT CDT EST|0 60 40 50 50|012131313131313131313131313131313131313131313431313131313431313131313131313131313131313131313131313131313131313131313131|-SnA0 GWS0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|229","America/Santarem|LMT -04 -03|3C.M 40 30|0121212121212121212121212121212|-2glwl.c HdLl.c 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 NBd0|21e4","America/Santiago|SMT -05 -04 -03|4G.K 50 40 30|010202121212121212321232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-2q2jh.e fJAh.e 5knG.K 1Vzh.e jRAG.K 1pbh.e 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 nHX0 op0 9Bz0 jb0 1oN0 ko0 Qeo0 WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1zb0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0|62e5","America/Santo_Domingo|SDMT EST EDT -0430 AST|4E 50 40 4u 40|01213131313131414|-1ttjk 1lJMk Mn0 6sp0 Lbu 1Cou yLu 1RAu wLu 1QMu xzu 1Q0u xXu 1PAu 13jB0 e00|29e5","America/Sao_Paulo|LMT -03 -02|36.s 30 20|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glwR.w HdKR.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 pTd0 PX0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 1C10 Lz0 1Ip0 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1HB0 FX0|20e6","America/Scoresbysund|LMT -02 -01 +00|1r.Q 20 10 0|0121323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2a5Ww.8 2z5ew.8 1a00 1cK0 1cL0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|452","America/Sitka|PST PWT PPT PDT YST AKST AKDT|80 70 70 70 90 90 80|01203030303030303030303030303030345656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 co0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|90e2","America/St_Johns|NST NDT NST NDT NWT NPT NDDT|3u.Q 2u.Q 3u 2u 2u 2u 1u|01010101010101010101010101010101010102323232323232324523232323232323232323232323232323232323232323232323232323232323232323232323232323232326232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-28oit.8 14L0 1nB0 1in0 1gm0 Dz0 1JB0 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 1cL0 1fB0 19X0 1fB0 19X0 10O0 eKX.8 19X0 1iq0 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 WL0 1qN0 WL0 1qN0 7UHu itu 1tB0 WL0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1tB0 WL0 1ld0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14n1 1lb0 14p0 1nW0 11C0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zcX Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|11e4","America/Swift_Current|LMT MST MDT MWT MPT CST|7b.k 70 60 60 60 60|012134121212121212121215|-2AD4M.E uHdM.E 1in0 UGp0 8x20 ix0 1o10 17b0 1ip0 11z0 1o10 11z0 1o10 11z0 isN0 1cL0 3Cp0 1cL0 1cN0 11z0 1qN0 WL0 pMp0|16e3","America/Tegucigalpa|LMT CST CDT|5M.Q 60 50|01212121|-1WGGb.8 2ETcb.8 WL0 1qN0 WL0 GRd0 AL0|11e5","America/Thule|LMT AST ADT|4z.8 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a5To.Q 31NBo.Q 1cL0 1cN0 1cL0 1fB0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|656","America/Thunder_Bay|CST EST EWT EPT EDT|60 50 40 40 40|0123141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141|-2q5S0 1iaN0 8x40 iv0 XNB0 1cL0 1cN0 1fz0 1cN0 1cL0 3Cp0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|11e4","America/Vancouver|PST PDT PWT PPT|80 70 70 70|0102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TO0 1in0 UGp0 8x10 iy0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e5","America/Whitehorse|YST YDT YWT YPT YDDT PST PDT MST|90 80 80 80 70 80 70 70|010102304056565656565656565656565656565656565656565656565656565656565656565656565656565656567|-25TN0 1in0 1o10 13V0 Ser0 8x00 iz0 LCL0 1fA0 3NA0 vrd0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1z90|23e3","America/Winnipeg|CST CDT CWT CPT|60 50 50 50|010101023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aIi0 WL0 3ND0 1in0 Jap0 Rb0 aCN0 8x30 iw0 1tB0 11z0 1ip0 11z0 1o10 11z0 1o10 11z0 1rd0 10L0 1op0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 1cL0 1cN0 11z0 6i10 WL0 6i10 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|66e4","America/Yakutat|YST YWT YPT YDT AKST AKDT|90 80 80 80 90 80|01203030303030303030303030303030304545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-17T10 8x00 iz0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cn0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|642","America/Yellowknife|-00 MST MWT MPT MDDT MDT|0 70 60 60 50 60|012314151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151|-1pdA0 hix0 8x20 ix0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|19e3","Antarctica/Casey|-00 +08 +11|0 -80 -b0|0121212121212|-2q00 1DjS0 T90 40P0 KL0 blz0 3m10 1o30 14k0 1kr0 12l0 1o01|10","Antarctica/Davis|-00 +07 +05|0 -70 -50|01012121|-vyo0 iXt0 alj0 1D7v0 VB0 3Wn0 KN0|70","Antarctica/DumontDUrville|-00 +10|0 -a0|0101|-U0o0 cfq0 bFm0|80","Antarctica/Macquarie|AEST AEDT -00|-a0 -b0 0|010201010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-29E80 19X0 4SL0 1ayy0 Lvs0 1cM0 1o00 Rc0 1wo0 Rc0 1wo0 U00 1wo0 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 3Co0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|1","Antarctica/Mawson|-00 +06 +05|0 -60 -50|012|-CEo0 2fyk0|60","Pacific/Auckland|NZMT NZST NZST NZDT|-bu -cu -c0 -d0|01020202020202020202020202023232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-1GCVu Lz0 1tB0 11zu 1o0u 11zu 1o0u 11zu 1o0u 14nu 1lcu 14nu 1lcu 1lbu 11Au 1nXu 11Au 1nXu 11Au 1nXu 11Au 1nXu 11Au 1qLu WMu 1qLu 11Au 1n1bu IM0 1C00 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1qM0 14o0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1io0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00|14e5","Antarctica/Palmer|-00 -03 -04 -02|0 30 40 20|0121212121213121212121212121212121212121212121212121212121212121212121212121212121|-cao0 nD0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 jsN0 14N0 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0|40","Antarctica/Rothera|-00 -03|0 30|01|gOo0|130","Antarctica/Syowa|-00 +03|0 -30|01|-vs00|20","Antarctica/Troll|-00 +00 +02|0 0 -20|01212121212121212121212121212121212121212121212121212121212121212121|1puo0 hd0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|40","Antarctica/Vostok|-00 +06|0 -60|01|-tjA0|25","Europe/Oslo|CET CEST|-10 -20|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2awM0 Qm0 W6o0 5pf0 WM0 1fA0 1cM0 1cM0 1cM0 1cM0 wJc0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1qM0 WM0 zpc0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|62e4","Asia/Riyadh|LMT +03|-36.Q -30|01|-TvD6.Q|57e5","Asia/Almaty|LMT +05 +06 +07|-57.M -50 -60 -70|012323232323232323232321232323232323232323232323232|-1Pc57.M eUo7.M 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0|15e5","Asia/Amman|LMT EET EEST|-2n.I -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1yW2n.I 1HiMn.I KL0 1oN0 11b0 1oN0 11b0 1pd0 1dz0 1cp0 11b0 1op0 11b0 fO10 1db0 1e10 1cL0 1cN0 1cL0 1cN0 1fz0 1pd0 10n0 1ld0 14n0 1hB0 15b0 1ip0 19X0 1cN0 1cL0 1cN0 17b0 1ld0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1So0 y00 1fc0 1dc0 1co0 1dc0 1cM0 1cM0 1cM0 1o00 11A0 1lc0 17c0 1cM0 1cM0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 4bX0 Dd0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0|25e5","Asia/Anadyr|LMT +12 +13 +14 +11|-bN.U -c0 -d0 -e0 -b0|01232121212121212121214121212121212121212121212121212121212141|-1PcbN.U eUnN.U 23CL0 1db0 2q10 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|13e3","Asia/Aqtau|LMT +04 +05 +06|-3l.4 -40 -50 -60|012323232323232323232123232312121212121212121212|-1Pc3l.4 eUnl.4 24PX0 2pX0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|15e4","Asia/Aqtobe|LMT +04 +05 +06|-3M.E -40 -50 -60|0123232323232323232321232323232323232323232323232|-1Pc3M.E eUnM.E 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0|27e4","Asia/Ashgabat|LMT +04 +05 +06|-3R.w -40 -50 -60|0123232323232323232323212|-1Pc3R.w eUnR.w 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0|41e4","Asia/Atyrau|LMT +03 +05 +06 +04|-3r.I -30 -50 -60 -40|01232323232323232323242323232323232324242424242|-1Pc3r.I eUor.I 24PW0 2pX0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 2sp0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|","Asia/Baghdad|BMT +03 +04|-2V.A -30 -40|012121212121212121212121212121212121212121212121212121|-26BeV.A 2ACnV.A 11b0 1cp0 1dz0 1dd0 1db0 1cN0 1cp0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1de0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0|66e5","Asia/Qatar|LMT +04 +03|-3q.8 -40 -30|012|-21Jfq.8 27BXq.8|96e4","Asia/Baku|LMT +03 +04 +05|-3j.o -30 -40 -50|01232323232323232323232123232323232323232323232323232323232323232|-1Pc3j.o 1jUoj.o WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 1cM0 9Je0 1o00 11z0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|27e5","Asia/Bangkok|BMT +07|-6G.4 -70|01|-218SG.4|15e6","Asia/Barnaul|LMT +06 +07 +08|-5z -60 -70 -80|0123232323232323232323212323232321212121212121212121212121212121212|-21S5z pCnz 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 p90 LE0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|","Asia/Beirut|EET EEST|-20 -30|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-21aq0 1on0 1410 1db0 19B0 1in0 1ip0 WL0 1lQp0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 q6N0 En0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1op0 11b0 dA10 17b0 1iN0 17b0 1iN0 17b0 1iN0 17b0 1vB0 SL0 1mp0 13z0 1iN0 17b0 1iN0 17b0 1jd0 12n0 1a10 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0|22e5","Asia/Bishkek|LMT +05 +06 +07|-4W.o -50 -60 -70|012323232323232323232321212121212121212121212121212|-1Pc4W.o eUnW.o 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2e00 1tX0 17b0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1cPu 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0|87e4","Asia/Brunei|LMT +0730 +08|-7D.E -7u -80|012|-1KITD.E gDc9.E|42e4","Asia/Kolkata|MMT IST +0630|-5l.a -5u -6u|012121|-2zOtl.a 1r2LP.a 1un0 HB0 7zX0|15e6","Asia/Chita|LMT +08 +09 +10|-7x.Q -80 -90 -a0|012323232323232323232321232323232323232323232323232323232323232312|-21Q7x.Q pAnx.Q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3re0|33e4","Asia/Choibalsan|LMT +07 +08 +10 +09|-7C -70 -80 -a0 -90|0123434343434343434343434343434343434343434343424242|-2APHC 2UkoC cKn0 1da0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 3Db0 h1f0 1cJ0 1cP0 1cJ0|38e3","Asia/Shanghai|CST CDT|-80 -90|01010101010101010101010101010|-23uw0 18n0 OjB0 Rz0 11d0 1wL0 A10 8HX0 1G10 Tz0 1ip0 1jX0 1cN0 11b0 1oN0 aL0 1tU30 Rb0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0|23e6","Asia/Colombo|MMT +0530 +06 +0630|-5j.w -5u -60 -6u|01231321|-2zOtj.w 1rFbN.w 1zzu 7Apu 23dz0 11zu n3cu|22e5","Asia/Dhaka|HMT +0630 +0530 +06 +07|-5R.k -6u -5u -60 -70|0121343|-18LFR.k 1unn.k HB0 m6n0 2kxbu 1i00|16e6","Asia/Damascus|LMT EET EEST|-2p.c -20 -30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-21Jep.c Hep.c 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1xRB0 11X0 1oN0 10L0 1pB0 11b0 1oN0 10L0 1mp0 13X0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 Nb0 1AN0 Nb0 bcp0 19X0 1gp0 19X0 3ld0 1xX0 Vd0 1Bz0 Sp0 1vX0 10p0 1dz0 1cN0 1cL0 1db0 1db0 1g10 1an0 1ap0 1db0 1fd0 1db0 1cN0 1db0 1dd0 1db0 1cp0 1dz0 1c10 1dX0 1cN0 1db0 1dd0 1db0 1cN0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1db0 1cN0 1db0 1cN0 19z0 1fB0 1qL0 11B0 1on0 Wp0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0|26e5","Asia/Dili|LMT +08 +09|-8m.k -80 -90|01212|-2le8m.k 1dnXm.k 1nfA0 Xld0|19e4","Asia/Dubai|LMT +04|-3F.c -40|01|-21JfF.c|39e5","Asia/Dushanbe|LMT +05 +06 +07|-4z.c -50 -60 -70|012323232323232323232321|-1Pc4z.c eUnz.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2hB0|76e4","Asia/Famagusta|LMT EET EEST +03|-2f.M -20 -30 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212312121212121212121212121212121212121212121|-1Vc2f.M 2a3cf.M 1cL0 1qp0 Xz0 19B0 19X0 1fB0 1db0 1cp0 1cL0 1fB0 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1o30 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 15U0 2Ks0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|","Asia/Gaza|EET EEST IST IDT|-20 -30 -20 -30|0101010101010101010101010101010123232323232323232323232323232320101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-1c2q0 5Rb0 10r0 1px0 10N0 1pz0 16p0 1jB0 16p0 1jx0 pBd0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 dW0 hfB0 Db0 1fB0 Rb0 bXd0 gM0 8Q00 IM0 1wM0 11z0 1C10 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 M10 C00 17c0 1io0 17c0 1io0 17c0 1o00 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 17c0 1io0 18N0 1bz0 19z0 1gp0 1610 1iL0 11z0 1o10 14o0 1lA1 SKX 1xd1 MKX 1AN0 1a00 1fA0 1cL0 1cN0 1nX0 1210 1nA0 1210 1qL0 WN0 1qL0 WN0 1qL0 11c0 1on0 11B0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|18e5","Asia/Hebron|EET EEST IST IDT|-20 -30 -20 -30|010101010101010101010101010101012323232323232323232323232323232010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-1c2q0 5Rb0 10r0 1px0 10N0 1pz0 16p0 1jB0 16p0 1jx0 pBd0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 dW0 hfB0 Db0 1fB0 Rb0 bXd0 gM0 8Q00 IM0 1wM0 11z0 1C10 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 M10 C00 17c0 1io0 17c0 1io0 17c0 1o00 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 17c0 1io0 18N0 1bz0 19z0 1gp0 1610 1iL0 12L0 1mN0 14o0 1lc0 Tb0 1xd1 MKX bB0 cn0 1cN0 1a00 1fA0 1cL0 1cN0 1nX0 1210 1nA0 1210 1qL0 WN0 1qL0 WN0 1qL0 11c0 1on0 11B0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|25e4","Asia/Ho_Chi_Minh|LMT PLMT +07 +08 +09|-76.E -76.u -70 -80 -90|0123423232|-2yC76.E bK00.a 1h7b6.u 5lz0 18o0 3Oq0 k5b0 aW00 BAM0|90e5","Asia/Hong_Kong|LMT HKT HKST HKWT JST|-7A.G -80 -90 -8u -90|0123412121212121212121212121212121212121212121212121212121212121212121|-2CFH0 1taO0 Hc0 xUu 9tBu 11z0 1tDu Rc0 1wo0 11A0 1cM0 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1nX0 U10 1tz0 U10 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 Rd0 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 17d0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1cL0 6fd0 14n0|73e5","Asia/Hovd|LMT +06 +07 +08|-66.A -60 -70 -80|012323232323232323232323232323232323232323232323232|-2APG6.A 2Uko6.A cKn0 1db0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 kEp0 1cJ0 1cP0 1cJ0|81e3","Asia/Irkutsk|IMT +07 +08 +09|-6V.5 -70 -80 -90|01232323232323232323232123232323232323232323232323232323232323232|-21zGV.5 pjXV.5 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|60e4","Europe/Istanbul|IMT EET EEST +03 +04|-1U.U -20 -30 -30 -40|0121212121212121212121212121212121212121212121234312121212121212121212121212121212121212121212121212121212121212123|-2ogNU.U dzzU.U 11b0 8tB0 1on0 1410 1db0 19B0 1in0 3Rd0 Un0 1oN0 11b0 zSN0 CL0 mp0 1Vz0 1gN0 8yn0 1yp0 ML0 1kp0 17b0 1ip0 17b0 1fB0 19X0 1ip0 19X0 1ip0 17b0 qdB0 38L0 1jd0 Tz0 l6O0 11A0 WN0 1qL0 TB0 1tX0 U10 1tz0 11B0 1in0 17d0 z90 cne0 pb0 2Cp0 1800 14o0 1dc0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1a00 1fA0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WO0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 Xc0 1qo0 WM0 1qM0 11A0 1o00 1200 1nA0 11A0 1tA0 U00 15w0|13e6","Asia/Jakarta|BMT +0720 +0730 +09 +08 WIB|-77.c -7k -7u -90 -80 -70|01232425|-1Q0Tk luM0 mPzO 8vWu 6kpu 4PXu xhcu|31e6","Asia/Jayapura|LMT +09 +0930 WIT|-9m.M -90 -9u -90|0123|-1uu9m.M sMMm.M L4nu|26e4","Asia/Jerusalem|JMT IST IDT IDDT|-2k.E -20 -30 -40|012121212121321212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-26Bek.E SyMk.E 5Rb0 10r0 1px0 10N0 1pz0 16p0 1jB0 16p0 1jx0 3LB0 Em0 or0 1cn0 1dB0 16n0 10O0 1ja0 1tC0 14o0 1cM0 1a00 11A0 1Na0 An0 1MP0 AJ0 1Kp0 LC0 1oo0 Wl0 EQN0 Db0 1fB0 Rb0 bXd0 gM0 8Q00 IM0 1wM0 11z0 1C10 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 1hB0 1dX0 1ep0 1aL0 1eN0 17X0 1nf0 11z0 1tB0 19W0 1e10 17b0 1ep0 1gL0 18N0 1fz0 1eN0 17b0 1gq0 1gn0 19d0 1dz0 1c10 17X0 1hB0 1gn0 19d0 1dz0 1c10 17X0 1kp0 1dz0 1c10 1aL0 1eN0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0|81e4","Asia/Kabul|+04 +0430|-40 -4u|01|-10Qs0|46e5","Asia/Kamchatka|LMT +11 +12 +13|-ay.A -b0 -c0 -d0|012323232323232323232321232323232323232323232323232323232323212|-1SLKy.A ivXy.A 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|18e4","Asia/Karachi|LMT +0530 +0630 +05 PKT PKST|-4s.c -5u -6u -50 -50 -60|012134545454|-2xoss.c 1qOKW.c 7zX0 eup0 LqMu 1fy00 1cL0 dK10 11b0 1610 1jX0|24e6","Asia/Urumqi|LMT +06|-5O.k -60|01|-1GgtO.k|32e5","Asia/Kathmandu|LMT +0530 +0545|-5F.g -5u -5J|012|-21JhF.g 2EGMb.g|12e5","Asia/Khandyga|LMT +08 +09 +10 +11|-92.d -80 -90 -a0 -b0|0123232323232323232323212323232323232323232323232343434343434343432|-21Q92.d pAp2.d 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 qK0 yN0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 17V0 7zD0|66e2","Asia/Krasnoyarsk|LMT +06 +07 +08|-6b.q -60 -70 -80|01232323232323232323232123232323232323232323232323232323232323232|-21Hib.q prAb.q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|10e5","Asia/Kuala_Lumpur|SMT +07 +0720 +0730 +09 +08|-6T.p -70 -7k -7u -90 -80|0123435|-2Bg6T.p 17anT.p l5XE 17bO 8Fyu 1so1u|71e5","Asia/Kuching|LMT +0730 +08 +0820 +09|-7l.k -7u -80 -8k -90|0123232323232323242|-1KITl.k gDbP.k 6ynu AnE 1O0k AnE 1NAk AnE 1NAk AnE 1NAk AnE 1O0k AnE 1NAk AnE pAk 8Fz0|13e4","Asia/Macau|LMT CST +09 +10 CDT|-7y.a -80 -90 -a0 -90|012323214141414141414141414141414141414141414141414141414141414141414141|-2CFHy.a 1uqKy.a PX0 1kn0 15B0 11b0 4Qq0 1oM0 11c0 1ko0 1u00 11A0 1cM0 11c0 1o00 11A0 1o00 11A0 1oo0 1400 1o00 11A0 1o00 U00 1tA0 U00 1wo0 Rc0 1wru U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 Rd0 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 17d0 1cK0 1cO0 1cK0 1cO0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1cL0 6fd0 14n0|57e4","Asia/Magadan|LMT +10 +11 +12|-a3.c -a0 -b0 -c0|012323232323232323232321232323232323232323232323232323232323232312|-1Pca3.c eUo3.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3Cq0|95e3","Asia/Makassar|LMT MMT +08 +09 WITA|-7V.A -7V.A -80 -90 -80|01234|-21JjV.A vfc0 myLV.A 8ML0|15e5","Asia/Manila|PST PDT JST|-80 -90 -90|010201010|-1kJI0 AL0 cK10 65X0 mXB0 vX0 VK10 1db0|24e6","Asia/Nicosia|LMT EET EEST|-2d.s -20 -30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1Vc2d.s 2a3cd.s 1cL0 1qp0 Xz0 19B0 19X0 1fB0 1db0 1cp0 1cL0 1fB0 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1o30 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|32e4","Asia/Novokuznetsk|LMT +06 +07 +08|-5M.M -60 -70 -80|012323232323232323232321232323232323232323232323232323232323212|-1PctM.M eULM.M 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|55e4","Asia/Novosibirsk|LMT +06 +07 +08|-5v.E -60 -70 -80|0123232323232323232323212323212121212121212121212121212121212121212|-21Qnv.E pAFv.E 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 ml0 Os0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 4eN0|15e5","Asia/Omsk|LMT +05 +06 +07|-4R.u -50 -60 -70|01232323232323232323232123232323232323232323232323232323232323232|-224sR.u pMLR.u 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|12e5","Asia/Oral|LMT +03 +05 +06 +04|-3p.o -30 -50 -60 -40|01232323232323232424242424242424242424242424242|-1Pc3p.o eUop.o 23CK0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 1cM0 IM0 1EM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|27e4","Asia/Pontianak|LMT PMT +0730 +09 +08 WITA WIB|-7h.k -7h.k -7u -90 -80 -80 -70|012324256|-2ua7h.k XE00 munL.k 8Rau 6kpu 4PXu xhcu Wqnu|23e4","Asia/Pyongyang|LMT KST JST KST|-8n -8u -90 -90|012313|-2um8n 97XR 1lTzu 2Onc0 6BA0|29e5","Asia/Qostanay|LMT +04 +05 +06|-4e.s -40 -50 -60|012323232323232323232123232323232323232323232323|-1Pc4e.s eUoe.s 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|","Asia/Qyzylorda|LMT +04 +05 +06|-4l.Q -40 -50 -60|01232323232323232323232323232323232323232323232|-1Pc4l.Q eUol.Q 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 3ao0 1EM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 zQl0|73e4","Asia/Rangoon|RMT +0630 +09|-6o.L -6u -90|0121|-21Jio.L SmnS.L 7j9u|48e5","Asia/Sakhalin|LMT +09 +11 +12 +10|-9u.M -90 -b0 -c0 -a0|01232323232323232323232423232323232424242424242424242424242424242|-2AGVu.M 1BoMu.M 1qFa0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 2pB0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|58e4","Asia/Samarkand|LMT +04 +05 +06|-4r.R -40 -50 -60|01232323232323232323232|-1Pc4r.R eUor.R 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0|36e4","Asia/Seoul|LMT KST JST KST KDT KDT|-8r.Q -8u -90 -90 -a0 -9u|012343434343151515151515134343|-2um8r.Q 97XV.Q 1m1zu 6CM0 Fz0 1kN0 14n0 1kN0 14L0 1zd0 On0 69B0 2I0u OL0 1FB0 Rb0 1qN0 TX0 1tB0 TX0 1tB0 TX0 1tB0 TX0 2ap0 12FBu 11A0 1o00 11A0|23e6","Asia/Srednekolymsk|LMT +10 +11 +12|-ae.Q -a0 -b0 -c0|01232323232323232323232123232323232323232323232323232323232323232|-1Pcae.Q eUoe.Q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|35e2","Asia/Taipei|CST JST CDT|-80 -90 -90|01020202020202020202020202020202020202020|-1iw80 joM0 1yo0 Tz0 1ip0 1jX0 1cN0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 10N0 1BX0 10p0 1pz0 10p0 1pz0 10p0 1db0 1dd0 1db0 1cN0 1db0 1cN0 1db0 1cN0 1db0 1BB0 ML0 1Bd0 ML0 uq10 1db0 1cN0 1db0 97B0 AL0|74e5","Asia/Tashkent|LMT +05 +06 +07|-4B.b -50 -60 -70|012323232323232323232321|-1Pc4B.b eUnB.b 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0|23e5","Asia/Tbilisi|TBMT +03 +04 +05|-2X.b -30 -40 -50|0123232323232323232323212121232323232323232323212|-1Pc2X.b 1jUnX.b WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 1cK0 1cL0 1cN0 1cL0 1cN0 2pz0 1cL0 1fB0 3Nz0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 An0 Os0 WM0|11e5","Asia/Tehran|LMT TMT +0330 +04 +05 +0430|-3p.I -3p.I -3u -40 -50 -4u|01234325252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-2btDp.I 1d3c0 1huLT.I TXu 1pz0 sN0 vAu 1cL0 1dB0 1en0 pNB0 UL0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 64p0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0|14e6","Asia/Thimphu|LMT +0530 +06|-5W.A -5u -60|012|-Su5W.A 1BGMs.A|79e3","Asia/Tokyo|JST JDT|-90 -a0|010101010|-QJJ0 Rc0 1lc0 14o0 1zc0 Oo0 1zc0 Oo0|38e6","Asia/Tomsk|LMT +06 +07 +08|-5D.P -60 -70 -80|0123232323232323232323212323232323232323232323212121212121212121212|-21NhD.P pxzD.P 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 co0 1bB0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3Qp0|10e5","Asia/Ulaanbaatar|LMT +07 +08 +09|-77.w -70 -80 -90|012323232323232323232323232323232323232323232323232|-2APH7.w 2Uko7.w cKn0 1db0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 kEp0 1cJ0 1cP0 1cJ0|12e5","Asia/Ust-Nera|LMT +08 +09 +12 +11 +10|-9w.S -80 -90 -c0 -b0 -a0|012343434343434343434345434343434343434343434343434343434343434345|-21Q9w.S pApw.S 23CL0 1d90 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 17V0 7zD0|65e2","Asia/Vladivostok|LMT +09 +10 +11|-8L.v -90 -a0 -b0|01232323232323232323232123232323232323232323232323232323232323232|-1SJIL.v itXL.v 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|60e4","Asia/Yakutsk|LMT +08 +09 +10|-8C.W -80 -90 -a0|01232323232323232323232123232323232323232323232323232323232323232|-21Q8C.W pAoC.W 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|28e4","Asia/Yekaterinburg|LMT PMT +04 +05 +06|-42.x -3J.5 -40 -50 -60|012343434343434343434343234343434343434343434343434343434343434343|-2ag42.x 7mQh.s qBvJ.5 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|14e5","Asia/Yerevan|LMT +03 +04 +05|-2W -30 -40 -50|0123232323232323232323212121212323232323232323232323232323232|-1Pc2W 1jUnW WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 4RX0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0|13e5","Atlantic/Azores|HMT -02 -01 +00 WET|1S.w 20 10 0 0|01212121212121212121212121212121212121212121232123212321232121212121212121212121212121212121212121232323232323232323232323232323234323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2ldW0 aPX0 Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 3Co0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 qIl0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cL0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|25e4","Atlantic/Bermuda|LMT AST ADT|4j.i 40 30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1BnRE.G 1LTbE.G 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|65e3","Atlantic/Canary|LMT -01 WET WEST|11.A 10 0 -10|01232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UtaW.o XPAW.o 1lAK0 1a10 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4","Atlantic/Cape_Verde|LMT -02 -01|1y.4 20 10|01212|-2ldW0 1eEo0 7zX0 1djf0|50e4","Atlantic/Faroe|LMT WET WEST|r.4 0 -10|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2uSnw.U 2Wgow.U 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|49e3","Atlantic/Madeira|FMT -01 +00 +01 WET WEST|17.A 10 0 -10 0 -10|01212121212121212121212121212121212121212121232123212321232121212121212121212121212121212121212121454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-2ldX0 aPX0 Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 3Co0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 qIl0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|27e4","Atlantic/Reykjavik|LMT -01 +00 GMT|1s 10 0 0|012121212121212121212121212121212121212121212121212121212121212121213|-2uWmw mfaw 1Bd0 ML0 1LB0 Cn0 1LB0 3fX0 C10 HrX0 1cO0 LB0 1EL0 LA0 1C00 Oo0 1wo0 Rc0 1wo0 Rc0 1wo0 Rc0 1zc0 Oo0 1zc0 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1lc0 14o0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 14o0|12e4","Atlantic/South_Georgia|-02|20|0||30","Atlantic/Stanley|SMT -04 -03 -02|3P.o 40 30 20|012121212121212323212121212121212121212121212121212121212121212121212|-2kJw8.A 12bA8.A 19X0 1fB0 19X0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 Cn0 1Cc10 WL0 1qL0 U10 1tz0 2mN0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1tz0 U10 1tz0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1tz0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qN0 U10 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 U10 1tz0 U10 1tz0 U10|21e2","Australia/Sydney|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293lX xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 14o0 1o00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 11A0 1o00 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|40e5","Australia/Adelaide|ACST ACDT|-9u -au|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293lt xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 Oo0 1zc0 WM0 1qM0 Rc0 1zc0 U00 1tA0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|11e5","Australia/Brisbane|AEST AEDT|-a0 -b0|01010101010101010|-293lX xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 H1A0 Oo0 1zc0 Oo0 1zc0 Oo0|20e5","Australia/Broken_Hill|ACST ACDT|-9u -au|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293lt xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 14o0 1o00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|18e3","Australia/Currie|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-29E80 19X0 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|746","Australia/Darwin|ACST ACDT|-9u -au|010101010|-293lt xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0|12e4","Australia/Eucla|+0845 +0945|-8J -9J|0101010101010101010|-293kI xcX 10jd0 yL0 1cN0 1cL0 1gSp0 Oo0 l5A0 Oo0 iJA0 G00 zU00 IM0 1qM0 11A0 1o00 11A0|368","Australia/Hobart|AEST AEDT|-a0 -b0|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-29E80 19X0 10jd0 yL0 1cN0 1cL0 1fB0 19X0 VfB0 1cM0 1o00 Rc0 1wo0 Rc0 1wo0 U00 1wo0 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|21e4","Australia/Lord_Howe|AEST +1030 +1130 +11|-a0 -au -bu -b0|0121212121313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313|raC0 1zdu Rb0 1zd0 On0 1zd0 On0 1zd0 On0 1zd0 TXu 1qMu WLu 1tAu WLu 1tAu TXu 1tAu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu 11zu 1o0u 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 11Au 1nXu 1qMu 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 1qMu 11zu 1o0u WLu 1qMu 14nu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu|347","Australia/Lindeman|AEST AEDT|-a0 -b0|010101010101010101010|-293lX xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 H1A0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0|10","Australia/Melbourne|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293lX xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1qM0 11A0 1tA0 U00 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 11A0 1o00 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|39e5","Australia/Perth|AWST AWDT|-80 -90|0101010101010101010|-293jX xcX 10jd0 yL0 1cN0 1cL0 1gSp0 Oo0 l5A0 Oo0 iJA0 G00 zU00 IM0 1qM0 11A0 1o00 11A0|18e5","CET|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|","Pacific/Easter|EMT -07 -06 -05|7h.s 70 60 50|012121212121212121212121212123232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-1uSgG.w 1s4IG.w WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 2pA0 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1zb0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0|30e2","CST6CDT|CST CDT CWT CPT|60 50 50 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","EET|EET EEST|-20 -30|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|hDB0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|","Europe/Dublin|DMT IST GMT BST IST|p.l -y.D 0 -10 -10|01232323232324242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242|-2ax9y.D Rc0 1fzy.D 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 g600 14o0 1wo0 17c0 1io0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1a00 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1tA0 IM0 90o0 U00 1tA0 U00 1tA0 U00 1tA0 U00 1tA0 WM0 1qM0 WM0 1qM0 WM0 1tA0 U00 1tA0 U00 1tA0 11z0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","EST|EST|50|0||","EST5EDT|EST EDT EWT EPT|50 40 40 40|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261t0 1nX0 11B0 1nX0 SgN0 8x40 iv0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","Etc/GMT-0|GMT|0|0||","Etc/GMT-1|+01|-10|0||","Pacific/Port_Moresby|+10|-a0|0||25e4","Etc/GMT-11|+11|-b0|0||","Pacific/Tarawa|+12|-c0|0||29e3","Etc/GMT-13|+13|-d0|0||","Etc/GMT-14|+14|-e0|0||","Etc/GMT-2|+02|-20|0||","Etc/GMT-3|+03|-30|0||","Etc/GMT-4|+04|-40|0||","Etc/GMT-5|+05|-50|0||","Etc/GMT-6|+06|-60|0||","Indian/Christmas|+07|-70|0||21e2","Etc/GMT-8|+08|-80|0||","Pacific/Palau|+09|-90|0||21e3","Etc/GMT+1|-01|10|0||","Etc/GMT+10|-10|a0|0||","Etc/GMT+11|-11|b0|0||","Etc/GMT+12|-12|c0|0||","Etc/GMT+3|-03|30|0||","Etc/GMT+4|-04|40|0||","Etc/GMT+5|-05|50|0||","Etc/GMT+6|-06|60|0||","Etc/GMT+7|-07|70|0||","Etc/GMT+8|-08|80|0||","Etc/GMT+9|-09|90|0||","Etc/UTC|UTC|0|0||","Europe/Amsterdam|AMT NST +0120 +0020 CEST CET|-j.w -1j.w -1k -k -20 -10|010101010101010101010101010101010101010101012323234545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545|-2aFcj.w 11b0 1iP0 11A0 1io0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1co0 1io0 1yo0 Pc0 1a00 1fA0 1Bc0 Mo0 1tc0 Uo0 1tA0 U00 1uo0 W00 1s00 VA0 1so0 Vc0 1sM0 UM0 1wo0 Rc0 1u00 Wo0 1rA0 W00 1s00 VA0 1sM0 UM0 1w00 fV0 BCX.w 1tA0 U00 1u00 Wo0 1sm0 601k WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|16e5","Europe/Andorra|WET CET CEST|0 -10 -20|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-UBA0 1xIN0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|79e3","Europe/Astrakhan|LMT +03 +04 +05|-3c.c -30 -40 -50|012323232323232323212121212121212121212121212121212121212121212|-1Pcrc.c eUMc.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|10e5","Europe/Athens|AMT EET EEST CEST CET|-1y.Q -20 -30 -20 -10|012123434121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a61x.Q CNbx.Q mn0 kU10 9b0 3Es0 Xa0 1fb0 1dd0 k3X0 Nz0 SCp0 1vc0 SO0 1cM0 1a00 1ao0 1fc0 1a10 1fG0 1cg0 1dX0 1bX0 1cQ0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|35e5","Europe/London|GMT BST BDST|0 -10 -20|0101010101010101010101010101010101010101010101010121212121210101210101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2axa0 Rc0 1fA0 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 2Rz0 Dc0 1zc0 Oo0 1zc0 Rc0 1wo0 17c0 1iM0 FA0 xB0 1fA0 1a00 14o0 bb0 LA0 xB0 Rc0 1wo0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1a00 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1tA0 IM0 90o0 U00 1tA0 U00 1tA0 U00 1tA0 U00 1tA0 WM0 1qM0 WM0 1qM0 WM0 1tA0 U00 1tA0 U00 1tA0 11z0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|10e6","Europe/Belgrade|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-19RC0 3IP0 WM0 1fA0 1cM0 1cM0 1rc0 Qo0 1vmo0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Berlin|CET CEST CEMT|-10 -20 -30|01010101010101210101210101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 kL0 Nc0 m10 WM0 1ao0 1cp0 dX0 jz0 Dd0 1io0 17c0 1fA0 1a00 1ehA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|41e5","Europe/Prague|CET CEST GMT|-10 -20 0|01010101010101010201010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 1cM0 1qM0 11c0 mp0 xA0 mn0 17c0 1io0 17c0 1fc0 1ao0 1bNc0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|13e5","Europe/Brussels|WET CET CEST WEST|0 -10 -20 -10|0121212103030303030303030303030303030303030303030303212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2ehc0 3zX0 11c0 1iO0 11A0 1o00 11A0 my0 Ic0 1qM0 Rc0 1EM0 UM0 1u00 10o0 1io0 1io0 17c0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a30 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 y00 5Wn0 WM0 1fA0 1cM0 16M0 1iM0 16M0 1C00 Uo0 1eeo0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|21e5","Europe/Bucharest|BMT EET EEST|-1I.o -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1xApI.o 20LI.o RA0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Axc0 On0 1fA0 1a10 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cK0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cL0 1cN0 1cL0 1fB0 1nX0 11E0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|19e5","Europe/Budapest|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 1oo0 11c0 1lc0 17c0 O1V0 3Nf0 WM0 1fA0 1cM0 1cM0 1oJ0 1dd0 1020 1fX0 1cp0 1cM0 1cM0 1cM0 1fA0 1a00 bhy0 Rb0 1wr0 Rc0 1C00 LA0 1C00 LA0 SNW0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cO0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|17e5","Europe/Zurich|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-19Lc0 11A0 1o00 11A0 1xG10 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|38e4","Europe/Chisinau|CMT BMT EET EEST CEST CET MSK MSD|-1T -1I.o -20 -30 -20 -10 -30 -40|012323232323232323234545467676767676767676767323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-26jdT wGMa.A 20LI.o RA0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 27A0 2en0 39g0 WM0 1fA0 1cM0 V90 1t7z0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 gL0 WO0 1cM0 1cM0 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1nX0 11D0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|67e4","Europe/Copenhagen|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2azC0 Tz0 VuO0 60q0 WM0 1fA0 1cM0 1cM0 1cM0 S00 1HA0 Nc0 1C00 Dc0 1Nc0 Ao0 1h5A0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Gibraltar|GMT BST BDST CET CEST|0 -10 -20 -10 -20|010101010101010101010101010101010101010101010101012121212121010121010101010101010101034343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-2axa0 Rc0 1fA0 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 2Rz0 Dc0 1zc0 Oo0 1zc0 Rc0 1wo0 17c0 1iM0 FA0 xB0 1fA0 1a00 14o0 bb0 LA0 xB0 Rc0 1wo0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 10Jz0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|30e3","Europe/Helsinki|HMT EET EEST|-1D.N -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1WuND.N OULD.N 1dA0 1xGq0 1cM0 1cM0 1cM0 1cN0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Kaliningrad|CET CEST EET EEST MSK MSD +03|-10 -20 -20 -30 -30 -40 -30|01010101010101232454545454545454543232323232323232323232323232323232323232323262|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 390 7A0 1en0 12N0 1pbb0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|44e4","Europe/Kiev|KMT EET MSK CEST CET MSD EEST|-22.4 -20 -30 -20 -10 -40 -30|0123434252525252525252525256161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161|-1Pc22.4 eUo2.4 rnz0 2Hg0 WM0 1fA0 da0 1v4m0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 Db0 3220 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cQ0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|34e5","Europe/Kirov|LMT +03 +04 +05|-3i.M -30 -40 -50|01232323232323232321212121212121212121212121212121212121212121|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|48e4","Europe/Lisbon|LMT WET WEST WEMT CET CEST|A.J 0 -10 -20 -10 -20|012121212121212121212121212121212121212121212321232123212321212121212121212121212121212121212121214121212121212121212121212121212124545454212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2le00 aPX0 Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 3Co0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 pvy0 1cM0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|27e5","Europe/Luxembourg|LMT CET CEST WET WEST WEST WET|-o.A -10 -20 0 -10 -20 -10|0121212134343434343434343434343434343434343434343434565651212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2DG0o.A t6mo.A TB0 1nX0 Up0 1o20 11A0 rW0 CM0 1qP0 R90 1EO0 UK0 1u20 10m0 1ip0 1in0 17e0 19W0 1fB0 1db0 1cp0 1in0 17d0 1fz0 1a10 1in0 1a10 1in0 17f0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 vA0 60L0 WM0 1fA0 1cM0 17c0 1io0 16M0 1C00 Uo0 1eeo0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4","Europe/Madrid|WET WEST WEMT CET CEST|0 -10 -20 -10 -20|010101010101010101210343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-25Td0 19B0 1cL0 1dd0 b1z0 18p0 3HX0 17d0 1fz0 1a10 1io0 1a00 1in0 17d0 iIn0 Hd0 1cL0 bb0 1200 2s20 14n0 5aL0 Mp0 1vz0 17d0 1in0 17d0 1in0 17d0 1in0 17d0 6hX0 11B0 XHX0 1a10 1fz0 1a10 19X0 1cN0 1fz0 1a10 1fC0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|62e5","Europe/Malta|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2arB0 Lz0 1cN0 1db0 1410 1on0 Wp0 1qL0 17d0 1cL0 M3B0 5M20 WM0 1fA0 1co0 17c0 1iM0 16m0 1de0 1lc0 14m0 1lc0 WO0 1qM0 GTW0 On0 1C10 LA0 1C00 LA0 1EM0 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1co0 1cM0 1lA0 Xc0 1qq0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1iN0 19z0 1fB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|42e4","Europe/Minsk|MMT EET MSK CEST CET MSD EEST +03|-1O -20 -30 -20 -10 -40 -30 -30|01234343252525252525252525261616161616161616161616161616161616161617|-1Pc1O eUnO qNX0 3gQ0 WM0 1fA0 1cM0 Al0 1tsn0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 3Fc0 1cN0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0|19e5","Europe/Monaco|PMT WET WEST WEMT CET CEST|-9.l 0 -10 -20 -10 -20|01212121212121212121212121212121212121212121212121232323232345454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-2n5c9.l cFX9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 1u00 10o0 1io0 1wo0 Rc0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Df0 2RV0 11z0 11B0 1ze0 WM0 1fA0 1cM0 1fa0 1aq0 16M0 1ekn0 1cL0 1fC0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|38e3","Europe/Moscow|MMT MMT MST MDST MSD MSK +05 EET EEST MSK|-2u.h -2v.j -3v.j -4v.j -40 -30 -50 -20 -30 -40|012132345464575454545454545454545458754545454545454545454545454545454545454595|-2ag2u.h 2pyW.W 1bA0 11X0 GN0 1Hb0 c4v.j ik0 3DA0 dz0 15A0 c10 2q10 iM10 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|16e6","Europe/Paris|PMT WET WEST CEST CET WEMT|-9.l 0 -10 -20 -10 -20|0121212121212121212121212121212121212121212121212123434352543434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434|-2nco9.l cNb9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 1u00 10o0 1io0 1wo0 Rc0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Df0 Ik0 5M30 WM0 1fA0 1cM0 Vx0 hB0 1aq0 16M0 1ekn0 1cL0 1fC0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|11e6","Europe/Riga|RMT LST EET MSK CEST CET MSD EEST|-1A.y -2A.y -20 -30 -20 -10 -40 -30|010102345454536363636363636363727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272|-25TzA.y 11A0 1iM0 ko0 gWm0 yDXA.y 2bX0 3fE0 WM0 1fA0 1cM0 1cM0 4m0 1sLy0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 1o00 11A0 1o00 11A0 1qM0 3oo0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|64e4","Europe/Rome|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2arB0 Lz0 1cN0 1db0 1410 1on0 Wp0 1qL0 17d0 1cL0 M3B0 5M20 WM0 1fA0 1cM0 16M0 1iM0 16m0 1de0 1lc0 14m0 1lc0 WO0 1qM0 GTW0 On0 1C10 LA0 1C00 LA0 1EM0 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1C00 LA0 1zc0 Oo0 1C00 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1zc0 Oo0 1fC0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|39e5","Europe/Samara|LMT +03 +04 +05|-3k.k -30 -40 -50|0123232323232323232121232323232323232323232323232323232323212|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 2y10 14m0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|12e5","Europe/Saratov|LMT +03 +04 +05|-34.i -30 -40 -50|012323232323232321212121212121212121212121212121212121212121212|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1cM0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 5810|","Europe/Simferopol|SMT EET MSK CEST CET MSD EEST MSK|-2g -20 -30 -20 -10 -40 -30 -40|012343432525252525252525252161616525252616161616161616161616161616161616172|-1Pc2g eUog rEn0 2qs0 WM0 1fA0 1cM0 3V0 1u0L0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Q00 4eL0 1cL0 1cN0 1cL0 1cN0 dX0 WL0 1cN0 1cL0 1fB0 1o30 11B0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11z0 1nW0|33e4","Europe/Sofia|EET CET CEST EEST|-20 -10 -20 -30|01212103030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030|-168L0 WM0 1fA0 1cM0 1cM0 1cN0 1mKH0 1dd0 1fb0 1ap0 1fb0 1a20 1fy0 1a30 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1nX0 11E0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Stockholm|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2azC0 TB0 2yDe0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|15e5","Europe/Tallinn|TMT CET CEST EET MSK MSD EEST|-1D -10 -20 -20 -30 -40 -30|012103421212454545454545454546363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363|-26oND teD 11A0 1Ta0 4rXl KSLD 2FX0 2Jg0 WM0 1fA0 1cM0 18J0 1sTX0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o10 11A0 1qM0 5QM0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|41e4","Europe/Tirane|LMT CET CEST|-1j.k -10 -20|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glBj.k 14pcj.k 5LC0 WM0 4M0 1fCK0 10n0 1op0 11z0 1pd0 11z0 1qN0 WL0 1qp0 Xb0 1qp0 Xb0 1qp0 11z0 1lB0 11z0 1qN0 11z0 1iN0 16n0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|42e4","Europe/Ulyanovsk|LMT +03 +04 +05 +02|-3d.A -30 -40 -50 -20|01232323232323232321214121212121212121212121212121212121212121212|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|13e5","Europe/Uzhgorod|CET CEST MSK MSD EET EEST|-10 -20 -30 -40 -20 -30|010101023232323232323232320454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-1cqL0 6i00 WM0 1fA0 1cM0 1ml0 1Cp0 1r3W0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Q00 1Nf0 2pw0 1cL0 1cN0 1cL0 1cN0 1cL0 1cQ0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|11e4","Europe/Vienna|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 3KM0 14o0 LA00 6i00 WM0 1fA0 1cM0 1cM0 1cM0 400 2qM0 1ao0 1co0 1cM0 1io0 17c0 1gHa0 19X0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|18e5","Europe/Vilnius|WMT KMT CET EET MSK CEST MSD EEST|-1o -1z.A -10 -20 -30 -20 -40 -30|012324525254646464646464646473737373737373737352537373737373737373737373737373737373737373737373737373737373737373737373|-293do 6ILM.o 1Ooz.A zz0 Mfd0 29W0 3is0 WM0 1fA0 1cM0 LV0 1tgL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11B0 1o00 11A0 1qM0 8io0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4","Europe/Volgograd|LMT +03 +04 +05|-2V.E -30 -40 -50|012323232323232321212121212121212121212121212121212121212121212|-21IqV.E psLV.E 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1cM0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 9Jd0|10e5","Europe/Warsaw|WMT CET CEST EET EEST|-1o -10 -20 -20 -30|012121234312121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2ctdo 1LXo 11d0 1iO0 11A0 1o00 11A0 1on0 11A0 6zy0 HWP0 5IM0 WM0 1fA0 1cM0 1dz0 1mL0 1en0 15B0 1aq0 1nA0 11A0 1io0 17c0 1fA0 1a00 iDX0 LA0 1cM0 1cM0 1C00 Oo0 1cM0 1cM0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1C00 LA0 uso0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|17e5","Europe/Zaporozhye|+0220 EET MSK CEST CET MSD EEST|-2k -20 -30 -20 -10 -40 -30|01234342525252525252525252526161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161|-1Pc2k eUok rdb0 2RE0 WM0 1fA0 8m0 1v9a0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cK0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cQ0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|77e4","HST|HST|a0|0||","Indian/Chagos|LMT +05 +06|-4N.E -50 -60|012|-2xosN.E 3AGLN.E|30e2","Indian/Cocos|+0630|-6u|0||596","Indian/Kerguelen|-00 +05|0 -50|01|-MG00|130","Indian/Mahe|LMT +04|-3F.M -40|01|-2yO3F.M|79e3","Indian/Maldives|MMT +05|-4S -50|01|-olgS|35e4","Indian/Mauritius|LMT +04 +05|-3O -40 -50|012121|-2xorO 34unO 14L0 12kr0 11z0|15e4","Indian/Reunion|LMT +04|-3F.Q -40|01|-2mDDF.Q|84e4","Pacific/Kwajalein|+11 +10 +09 -12 +12|-b0 -a0 -90 c0 -c0|012034|-1kln0 akp0 6Up0 12ry0 Wan0|14e3","MET|MET MEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|","MST|MST|70|0||","MST7MDT|MST MDT MWT MPT|70 60 60 60|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","Pacific/Chatham|+1215 +1245 +1345|-cf -cJ -dJ|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-WqAf 1adef IM0 1C00 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1qM0 14o0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1io0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00|600","Pacific/Apia|LMT -1130 -11 -10 +14 +13|bq.U bu b0 a0 -e0 -d0|01232345454545454545454545454545454545454545454545454545454|-2nDMx.4 1yW03.4 2rRbu 1ff0 1a00 CI0 AQ0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00|37e3","Pacific/Bougainville|+10 +09 +11|-a0 -90 -b0|0102|-16Wy0 7CN0 2MQp0|18e4","Pacific/Chuuk|+10 +09|-a0 -90|01010|-2ewy0 axB0 RVX0 axd0|49e3","Pacific/Efate|LMT +11 +12|-bd.g -b0 -c0|0121212121212121212121|-2l9nd.g 2Szcd.g 1cL0 1oN0 10L0 1fB0 19X0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 Lz0 1Nd0 An0|66e3","Pacific/Enderbury|-12 -11 +13|c0 b0 -d0|012|nIc0 B7X0|1","Pacific/Fakaofo|-11 +13|b0 -d0|01|1Gfn0|483","Pacific/Fiji|LMT +12 +13|-bT.I -c0 -d0|0121212121212121212121212121212121212121212121212121212121212121|-2bUzT.I 3m8NT.I LA0 1EM0 IM0 nJc0 LA0 1o00 Rc0 1wo0 Ao0 1Nc0 Ao0 1Q00 xz0 1SN0 uM0 1SM0 uM0 1VA0 s00 1VA0 s00 1VA0 s00 20o0 pc0 2hc0 bc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00|88e4","Pacific/Galapagos|LMT -05 -06|5W.o 50 60|01212|-1yVS1.A 2dTz1.A gNd0 rz0|25e3","Pacific/Gambier|LMT -09|8X.M 90|01|-2jof0.c|125","Pacific/Guadalcanal|LMT +11|-aD.M -b0|01|-2joyD.M|11e4","Pacific/Guam|GST +09 GDT ChST|-a0 -90 -b0 -a0|01020202020202020203|-18jK0 6pB0 AhB0 3QL0 g2p0 3p91 WOX rX0 1zd0 Rb0 1wp0 Rb0 5xd0 rX0 5sN0 zb1 1C0X On0 ULb0|17e4","Pacific/Honolulu|HST HDT HWT HPT HST|au 9u 9u 9u a0|0102304|-1thLu 8x0 lef0 8wWu iAu 46p0|37e4","Pacific/Kiritimati|-1040 -10 +14|aE a0 -e0|012|nIaE B7Xk|51e2","Pacific/Kosrae|+11 +09 +10 +12|-b0 -90 -a0 -c0|01021030|-2ewz0 axC0 HBy0 akp0 axd0 WOK0 1bdz0|66e2","Pacific/Majuro|+11 +09 +10 +12|-b0 -90 -a0 -c0|0102103|-2ewz0 axC0 HBy0 akp0 6RB0 12um0|28e3","Pacific/Marquesas|LMT -0930|9i 9u|01|-2joeG|86e2","Pacific/Pago_Pago|LMT SST|bm.M b0|01|-2nDMB.c|37e2","Pacific/Nauru|LMT +1130 +09 +12|-b7.E -bu -90 -c0|01213|-1Xdn7.E QCnB.E 7mqu 1lnbu|10e3","Pacific/Niue|-1120 -1130 -11|bk bu b0|012|-KfME 17y0a|12e2","Pacific/Norfolk|+1112 +1130 +1230 +11 +12|-bc -bu -cu -b0 -c0|012134343434343434343434343434343434343434|-Kgbc W01G Oo0 1COo0 9Jcu 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|25e4","Pacific/Noumea|LMT +11 +12|-b5.M -b0 -c0|01212121|-2l9n5.M 2EqM5.M xX0 1PB0 yn0 HeP0 Ao0|98e3","Pacific/Pitcairn|-0830 -08|8u 80|01|18Vku|56","Pacific/Pohnpei|+11 +09 +10|-b0 -90 -a0|010210|-2ewz0 axC0 HBy0 akp0 axd0|34e3","Pacific/Rarotonga|-1030 -0930 -10|au 9u a0|012121212121212121212121212|lyWu IL0 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu Onu|13e3","Pacific/Tahiti|LMT -10|9W.g a0|01|-2joe1.I|18e4","Pacific/Tongatapu|+1220 +13 +14|-ck -d0 -e0|0121212121|-1aB0k 2n5dk 15A0 1wo0 xz0 1Q10 xz0 zWN0 s00|75e3","PST8PDT|PST PDT PWT PPT|80 70 70 70|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261q0 1nX0 11B0 1nX0 SgN0 8x10 iy0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","WET|WET WEST|0 -10|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|hDB0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|"],"links":["Africa/Abidjan|Africa/Bamako","Africa/Abidjan|Africa/Banjul","Africa/Abidjan|Africa/Conakry","Africa/Abidjan|Africa/Dakar","Africa/Abidjan|Africa/Freetown","Africa/Abidjan|Africa/Lome","Africa/Abidjan|Africa/Nouakchott","Africa/Abidjan|Africa/Ouagadougou","Africa/Abidjan|Africa/Timbuktu","Africa/Abidjan|Atlantic/St_Helena","Africa/Cairo|Egypt","Africa/Johannesburg|Africa/Maseru","Africa/Johannesburg|Africa/Mbabane","Africa/Lagos|Africa/Bangui","Africa/Lagos|Africa/Brazzaville","Africa/Lagos|Africa/Douala","Africa/Lagos|Africa/Kinshasa","Africa/Lagos|Africa/Libreville","Africa/Lagos|Africa/Luanda","Africa/Lagos|Africa/Malabo","Africa/Lagos|Africa/Niamey","Africa/Lagos|Africa/Porto-Novo","Africa/Maputo|Africa/Blantyre","Africa/Maputo|Africa/Bujumbura","Africa/Maputo|Africa/Gaborone","Africa/Maputo|Africa/Harare","Africa/Maputo|Africa/Kigali","Africa/Maputo|Africa/Lubumbashi","Africa/Maputo|Africa/Lusaka","Africa/Nairobi|Africa/Addis_Ababa","Africa/Nairobi|Africa/Asmara","Africa/Nairobi|Africa/Asmera","Africa/Nairobi|Africa/Dar_es_Salaam","Africa/Nairobi|Africa/Djibouti","Africa/Nairobi|Africa/Kampala","Africa/Nairobi|Africa/Mogadishu","Africa/Nairobi|Indian/Antananarivo","Africa/Nairobi|Indian/Comoro","Africa/Nairobi|Indian/Mayotte","Africa/Tripoli|Libya","America/Adak|America/Atka","America/Adak|US/Aleutian","America/Anchorage|US/Alaska","America/Argentina/Buenos_Aires|America/Buenos_Aires","America/Argentina/Catamarca|America/Argentina/ComodRivadavia","America/Argentina/Catamarca|America/Catamarca","America/Argentina/Cordoba|America/Cordoba","America/Argentina/Cordoba|America/Rosario","America/Argentina/Jujuy|America/Jujuy","America/Argentina/Mendoza|America/Mendoza","America/Atikokan|America/Coral_Harbour","America/Chicago|US/Central","America/Curacao|America/Aruba","America/Curacao|America/Kralendijk","America/Curacao|America/Lower_Princes","America/Denver|America/Shiprock","America/Denver|Navajo","America/Denver|US/Mountain","America/Detroit|US/Michigan","America/Edmonton|Canada/Mountain","America/Fort_Wayne|America/Indiana/Indianapolis","America/Fort_Wayne|America/Indianapolis","America/Fort_Wayne|US/East-Indiana","America/Godthab|America/Nuuk","America/Halifax|Canada/Atlantic","America/Havana|Cuba","America/Indiana/Knox|America/Knox_IN","America/Indiana/Knox|US/Indiana-Starke","America/Jamaica|Jamaica","America/Kentucky/Louisville|America/Louisville","America/Los_Angeles|US/Pacific","America/Manaus|Brazil/West","America/Mazatlan|Mexico/BajaSur","America/Mexico_City|Mexico/General","America/New_York|US/Eastern","America/Noronha|Brazil/DeNoronha","America/Panama|America/Cayman","America/Phoenix|US/Arizona","America/Port_of_Spain|America/Anguilla","America/Port_of_Spain|America/Antigua","America/Port_of_Spain|America/Dominica","America/Port_of_Spain|America/Grenada","America/Port_of_Spain|America/Guadeloupe","America/Port_of_Spain|America/Marigot","America/Port_of_Spain|America/Montserrat","America/Port_of_Spain|America/St_Barthelemy","America/Port_of_Spain|America/St_Kitts","America/Port_of_Spain|America/St_Lucia","America/Port_of_Spain|America/St_Thomas","America/Port_of_Spain|America/St_Vincent","America/Port_of_Spain|America/Tortola","America/Port_of_Spain|America/Virgin","America/Regina|Canada/Saskatchewan","America/Rio_Branco|America/Porto_Acre","America/Rio_Branco|Brazil/Acre","America/Santiago|Chile/Continental","America/Sao_Paulo|Brazil/East","America/St_Johns|Canada/Newfoundland","America/Tijuana|America/Ensenada","America/Tijuana|America/Santa_Isabel","America/Tijuana|Mexico/BajaNorte","America/Toronto|America/Montreal","America/Toronto|Canada/Eastern","America/Vancouver|Canada/Pacific","America/Whitehorse|Canada/Yukon","America/Winnipeg|Canada/Central","Asia/Ashgabat|Asia/Ashkhabad","Asia/Bangkok|Asia/Phnom_Penh","Asia/Bangkok|Asia/Vientiane","Asia/Dhaka|Asia/Dacca","Asia/Dubai|Asia/Muscat","Asia/Ho_Chi_Minh|Asia/Saigon","Asia/Hong_Kong|Hongkong","Asia/Jerusalem|Asia/Tel_Aviv","Asia/Jerusalem|Israel","Asia/Kathmandu|Asia/Katmandu","Asia/Kolkata|Asia/Calcutta","Asia/Kuala_Lumpur|Asia/Singapore","Asia/Kuala_Lumpur|Singapore","Asia/Macau|Asia/Macao","Asia/Makassar|Asia/Ujung_Pandang","Asia/Nicosia|Europe/Nicosia","Asia/Qatar|Asia/Bahrain","Asia/Rangoon|Asia/Yangon","Asia/Riyadh|Asia/Aden","Asia/Riyadh|Asia/Kuwait","Asia/Seoul|ROK","Asia/Shanghai|Asia/Chongqing","Asia/Shanghai|Asia/Chungking","Asia/Shanghai|Asia/Harbin","Asia/Shanghai|PRC","Asia/Taipei|ROC","Asia/Tehran|Iran","Asia/Thimphu|Asia/Thimbu","Asia/Tokyo|Japan","Asia/Ulaanbaatar|Asia/Ulan_Bator","Asia/Urumqi|Asia/Kashgar","Atlantic/Faroe|Atlantic/Faeroe","Atlantic/Reykjavik|Iceland","Atlantic/South_Georgia|Etc/GMT+2","Australia/Adelaide|Australia/South","Australia/Brisbane|Australia/Queensland","Australia/Broken_Hill|Australia/Yancowinna","Australia/Darwin|Australia/North","Australia/Hobart|Australia/Tasmania","Australia/Lord_Howe|Australia/LHI","Australia/Melbourne|Australia/Victoria","Australia/Perth|Australia/West","Australia/Sydney|Australia/ACT","Australia/Sydney|Australia/Canberra","Australia/Sydney|Australia/NSW","Etc/GMT-0|Etc/GMT","Etc/GMT-0|Etc/GMT+0","Etc/GMT-0|Etc/GMT0","Etc/GMT-0|Etc/Greenwich","Etc/GMT-0|GMT","Etc/GMT-0|GMT+0","Etc/GMT-0|GMT-0","Etc/GMT-0|GMT0","Etc/GMT-0|Greenwich","Etc/UTC|Etc/UCT","Etc/UTC|Etc/Universal","Etc/UTC|Etc/Zulu","Etc/UTC|UCT","Etc/UTC|UTC","Etc/UTC|Universal","Etc/UTC|Zulu","Europe/Belgrade|Europe/Ljubljana","Europe/Belgrade|Europe/Podgorica","Europe/Belgrade|Europe/Sarajevo","Europe/Belgrade|Europe/Skopje","Europe/Belgrade|Europe/Zagreb","Europe/Chisinau|Europe/Tiraspol","Europe/Dublin|Eire","Europe/Helsinki|Europe/Mariehamn","Europe/Istanbul|Asia/Istanbul","Europe/Istanbul|Turkey","Europe/Lisbon|Portugal","Europe/London|Europe/Belfast","Europe/London|Europe/Guernsey","Europe/London|Europe/Isle_of_Man","Europe/London|Europe/Jersey","Europe/London|GB","Europe/London|GB-Eire","Europe/Moscow|W-SU","Europe/Oslo|Arctic/Longyearbyen","Europe/Oslo|Atlantic/Jan_Mayen","Europe/Prague|Europe/Bratislava","Europe/Rome|Europe/San_Marino","Europe/Rome|Europe/Vatican","Europe/Warsaw|Poland","Europe/Zurich|Europe/Busingen","Europe/Zurich|Europe/Vaduz","Indian/Christmas|Etc/GMT-7","Pacific/Auckland|Antarctica/McMurdo","Pacific/Auckland|Antarctica/South_Pole","Pacific/Auckland|NZ","Pacific/Chatham|NZ-CHAT","Pacific/Chuuk|Pacific/Truk","Pacific/Chuuk|Pacific/Yap","Pacific/Easter|Chile/EasterIsland","Pacific/Guam|Pacific/Saipan","Pacific/Honolulu|Pacific/Johnston","Pacific/Honolulu|US/Hawaii","Pacific/Kwajalein|Kwajalein","Pacific/Pago_Pago|Pacific/Midway","Pacific/Pago_Pago|Pacific/Samoa","Pacific/Pago_Pago|US/Samoa","Pacific/Palau|Etc/GMT-9","Pacific/Pohnpei|Pacific/Ponape","Pacific/Port_Moresby|Etc/GMT-10","Pacific/Tarawa|Etc/GMT-12","Pacific/Tarawa|Pacific/Funafuti","Pacific/Tarawa|Pacific/Wake","Pacific/Tarawa|Pacific/Wallis"],"countries":["AD|Europe/Andorra","AE|Asia/Dubai","AF|Asia/Kabul","AG|America/Port_of_Spain America/Antigua","AI|America/Port_of_Spain America/Anguilla","AL|Europe/Tirane","AM|Asia/Yerevan","AO|Africa/Lagos Africa/Luanda","AQ|Antarctica/Casey Antarctica/Davis Antarctica/DumontDUrville Antarctica/Mawson Antarctica/Palmer Antarctica/Rothera Antarctica/Syowa Antarctica/Troll Antarctica/Vostok Pacific/Auckland Antarctica/McMurdo","AR|America/Argentina/Buenos_Aires America/Argentina/Cordoba America/Argentina/Salta America/Argentina/Jujuy America/Argentina/Tucuman America/Argentina/Catamarca America/Argentina/La_Rioja America/Argentina/San_Juan America/Argentina/Mendoza America/Argentina/San_Luis America/Argentina/Rio_Gallegos America/Argentina/Ushuaia","AS|Pacific/Pago_Pago","AT|Europe/Vienna","AU|Australia/Lord_Howe Antarctica/Macquarie Australia/Hobart Australia/Currie Australia/Melbourne Australia/Sydney Australia/Broken_Hill Australia/Brisbane Australia/Lindeman Australia/Adelaide Australia/Darwin Australia/Perth Australia/Eucla","AW|America/Curacao America/Aruba","AX|Europe/Helsinki Europe/Mariehamn","AZ|Asia/Baku","BA|Europe/Belgrade Europe/Sarajevo","BB|America/Barbados","BD|Asia/Dhaka","BE|Europe/Brussels","BF|Africa/Abidjan Africa/Ouagadougou","BG|Europe/Sofia","BH|Asia/Qatar Asia/Bahrain","BI|Africa/Maputo Africa/Bujumbura","BJ|Africa/Lagos Africa/Porto-Novo","BL|America/Port_of_Spain America/St_Barthelemy","BM|Atlantic/Bermuda","BN|Asia/Brunei","BO|America/La_Paz","BQ|America/Curacao America/Kralendijk","BR|America/Noronha America/Belem America/Fortaleza America/Recife America/Araguaina America/Maceio America/Bahia America/Sao_Paulo America/Campo_Grande America/Cuiaba America/Santarem America/Porto_Velho America/Boa_Vista America/Manaus America/Eirunepe America/Rio_Branco","BS|America/Nassau","BT|Asia/Thimphu","BW|Africa/Maputo Africa/Gaborone","BY|Europe/Minsk","BZ|America/Belize","CA|America/St_Johns America/Halifax America/Glace_Bay America/Moncton America/Goose_Bay America/Blanc-Sablon America/Toronto America/Nipigon America/Thunder_Bay America/Iqaluit America/Pangnirtung America/Atikokan America/Winnipeg America/Rainy_River America/Resolute America/Rankin_Inlet America/Regina America/Swift_Current America/Edmonton America/Cambridge_Bay America/Yellowknife America/Inuvik America/Creston America/Dawson_Creek America/Fort_Nelson America/Vancouver America/Whitehorse America/Dawson","CC|Indian/Cocos","CD|Africa/Maputo Africa/Lagos Africa/Kinshasa Africa/Lubumbashi","CF|Africa/Lagos Africa/Bangui","CG|Africa/Lagos Africa/Brazzaville","CH|Europe/Zurich","CI|Africa/Abidjan","CK|Pacific/Rarotonga","CL|America/Santiago America/Punta_Arenas Pacific/Easter","CM|Africa/Lagos Africa/Douala","CN|Asia/Shanghai Asia/Urumqi","CO|America/Bogota","CR|America/Costa_Rica","CU|America/Havana","CV|Atlantic/Cape_Verde","CW|America/Curacao","CX|Indian/Christmas","CY|Asia/Nicosia Asia/Famagusta","CZ|Europe/Prague","DE|Europe/Zurich Europe/Berlin Europe/Busingen","DJ|Africa/Nairobi Africa/Djibouti","DK|Europe/Copenhagen","DM|America/Port_of_Spain America/Dominica","DO|America/Santo_Domingo","DZ|Africa/Algiers","EC|America/Guayaquil Pacific/Galapagos","EE|Europe/Tallinn","EG|Africa/Cairo","EH|Africa/El_Aaiun","ER|Africa/Nairobi Africa/Asmara","ES|Europe/Madrid Africa/Ceuta Atlantic/Canary","ET|Africa/Nairobi Africa/Addis_Ababa","FI|Europe/Helsinki","FJ|Pacific/Fiji","FK|Atlantic/Stanley","FM|Pacific/Chuuk Pacific/Pohnpei Pacific/Kosrae","FO|Atlantic/Faroe","FR|Europe/Paris","GA|Africa/Lagos Africa/Libreville","GB|Europe/London","GD|America/Port_of_Spain America/Grenada","GE|Asia/Tbilisi","GF|America/Cayenne","GG|Europe/London Europe/Guernsey","GH|Africa/Accra","GI|Europe/Gibraltar","GL|America/Nuuk America/Danmarkshavn America/Scoresbysund America/Thule","GM|Africa/Abidjan Africa/Banjul","GN|Africa/Abidjan Africa/Conakry","GP|America/Port_of_Spain America/Guadeloupe","GQ|Africa/Lagos Africa/Malabo","GR|Europe/Athens","GS|Atlantic/South_Georgia","GT|America/Guatemala","GU|Pacific/Guam","GW|Africa/Bissau","GY|America/Guyana","HK|Asia/Hong_Kong","HN|America/Tegucigalpa","HR|Europe/Belgrade Europe/Zagreb","HT|America/Port-au-Prince","HU|Europe/Budapest","ID|Asia/Jakarta Asia/Pontianak Asia/Makassar Asia/Jayapura","IE|Europe/Dublin","IL|Asia/Jerusalem","IM|Europe/London Europe/Isle_of_Man","IN|Asia/Kolkata","IO|Indian/Chagos","IQ|Asia/Baghdad","IR|Asia/Tehran","IS|Atlantic/Reykjavik","IT|Europe/Rome","JE|Europe/London Europe/Jersey","JM|America/Jamaica","JO|Asia/Amman","JP|Asia/Tokyo","KE|Africa/Nairobi","KG|Asia/Bishkek","KH|Asia/Bangkok Asia/Phnom_Penh","KI|Pacific/Tarawa Pacific/Enderbury Pacific/Kiritimati","KM|Africa/Nairobi Indian/Comoro","KN|America/Port_of_Spain America/St_Kitts","KP|Asia/Pyongyang","KR|Asia/Seoul","KW|Asia/Riyadh Asia/Kuwait","KY|America/Panama America/Cayman","KZ|Asia/Almaty Asia/Qyzylorda Asia/Qostanay Asia/Aqtobe Asia/Aqtau Asia/Atyrau Asia/Oral","LA|Asia/Bangkok Asia/Vientiane","LB|Asia/Beirut","LC|America/Port_of_Spain America/St_Lucia","LI|Europe/Zurich Europe/Vaduz","LK|Asia/Colombo","LR|Africa/Monrovia","LS|Africa/Johannesburg Africa/Maseru","LT|Europe/Vilnius","LU|Europe/Luxembourg","LV|Europe/Riga","LY|Africa/Tripoli","MA|Africa/Casablanca","MC|Europe/Monaco","MD|Europe/Chisinau","ME|Europe/Belgrade Europe/Podgorica","MF|America/Port_of_Spain America/Marigot","MG|Africa/Nairobi Indian/Antananarivo","MH|Pacific/Majuro Pacific/Kwajalein","MK|Europe/Belgrade Europe/Skopje","ML|Africa/Abidjan Africa/Bamako","MM|Asia/Yangon","MN|Asia/Ulaanbaatar Asia/Hovd Asia/Choibalsan","MO|Asia/Macau","MP|Pacific/Guam Pacific/Saipan","MQ|America/Martinique","MR|Africa/Abidjan Africa/Nouakchott","MS|America/Port_of_Spain America/Montserrat","MT|Europe/Malta","MU|Indian/Mauritius","MV|Indian/Maldives","MW|Africa/Maputo Africa/Blantyre","MX|America/Mexico_City America/Cancun America/Merida America/Monterrey America/Matamoros America/Mazatlan America/Chihuahua America/Ojinaga America/Hermosillo America/Tijuana America/Bahia_Banderas","MY|Asia/Kuala_Lumpur Asia/Kuching","MZ|Africa/Maputo","NA|Africa/Windhoek","NC|Pacific/Noumea","NE|Africa/Lagos Africa/Niamey","NF|Pacific/Norfolk","NG|Africa/Lagos","NI|America/Managua","NL|Europe/Amsterdam","NO|Europe/Oslo","NP|Asia/Kathmandu","NR|Pacific/Nauru","NU|Pacific/Niue","NZ|Pacific/Auckland Pacific/Chatham","OM|Asia/Dubai Asia/Muscat","PA|America/Panama","PE|America/Lima","PF|Pacific/Tahiti Pacific/Marquesas Pacific/Gambier","PG|Pacific/Port_Moresby Pacific/Bougainville","PH|Asia/Manila","PK|Asia/Karachi","PL|Europe/Warsaw","PM|America/Miquelon","PN|Pacific/Pitcairn","PR|America/Puerto_Rico","PS|Asia/Gaza Asia/Hebron","PT|Europe/Lisbon Atlantic/Madeira Atlantic/Azores","PW|Pacific/Palau","PY|America/Asuncion","QA|Asia/Qatar","RE|Indian/Reunion","RO|Europe/Bucharest","RS|Europe/Belgrade","RU|Europe/Kaliningrad Europe/Moscow Europe/Simferopol Europe/Kirov Europe/Astrakhan Europe/Volgograd Europe/Saratov Europe/Ulyanovsk Europe/Samara Asia/Yekaterinburg Asia/Omsk Asia/Novosibirsk Asia/Barnaul Asia/Tomsk Asia/Novokuznetsk Asia/Krasnoyarsk Asia/Irkutsk Asia/Chita Asia/Yakutsk Asia/Khandyga Asia/Vladivostok Asia/Ust-Nera Asia/Magadan Asia/Sakhalin Asia/Srednekolymsk Asia/Kamchatka Asia/Anadyr","RW|Africa/Maputo Africa/Kigali","SA|Asia/Riyadh","SB|Pacific/Guadalcanal","SC|Indian/Mahe","SD|Africa/Khartoum","SE|Europe/Stockholm","SG|Asia/Singapore","SH|Africa/Abidjan Atlantic/St_Helena","SI|Europe/Belgrade Europe/Ljubljana","SJ|Europe/Oslo Arctic/Longyearbyen","SK|Europe/Prague Europe/Bratislava","SL|Africa/Abidjan Africa/Freetown","SM|Europe/Rome Europe/San_Marino","SN|Africa/Abidjan Africa/Dakar","SO|Africa/Nairobi Africa/Mogadishu","SR|America/Paramaribo","SS|Africa/Juba","ST|Africa/Sao_Tome","SV|America/El_Salvador","SX|America/Curacao America/Lower_Princes","SY|Asia/Damascus","SZ|Africa/Johannesburg Africa/Mbabane","TC|America/Grand_Turk","TD|Africa/Ndjamena","TF|Indian/Reunion Indian/Kerguelen","TG|Africa/Abidjan Africa/Lome","TH|Asia/Bangkok","TJ|Asia/Dushanbe","TK|Pacific/Fakaofo","TL|Asia/Dili","TM|Asia/Ashgabat","TN|Africa/Tunis","TO|Pacific/Tongatapu","TR|Europe/Istanbul","TT|America/Port_of_Spain","TV|Pacific/Funafuti","TW|Asia/Taipei","TZ|Africa/Nairobi Africa/Dar_es_Salaam","UA|Europe/Simferopol Europe/Kiev Europe/Uzhgorod Europe/Zaporozhye","UG|Africa/Nairobi Africa/Kampala","UM|Pacific/Pago_Pago Pacific/Wake Pacific/Honolulu Pacific/Midway","US|America/New_York America/Detroit America/Kentucky/Louisville America/Kentucky/Monticello America/Indiana/Indianapolis America/Indiana/Vincennes America/Indiana/Winamac America/Indiana/Marengo America/Indiana/Petersburg America/Indiana/Vevay America/Chicago America/Indiana/Tell_City America/Indiana/Knox America/Menominee America/North_Dakota/Center America/North_Dakota/New_Salem America/North_Dakota/Beulah America/Denver America/Boise America/Phoenix America/Los_Angeles America/Anchorage America/Juneau America/Sitka America/Metlakatla America/Yakutat America/Nome America/Adak Pacific/Honolulu","UY|America/Montevideo","UZ|Asia/Samarkand Asia/Tashkent","VA|Europe/Rome Europe/Vatican","VC|America/Port_of_Spain America/St_Vincent","VE|America/Caracas","VG|America/Port_of_Spain America/Tortola","VI|America/Port_of_Spain America/St_Thomas","VN|Asia/Bangkok Asia/Ho_Chi_Minh","VU|Pacific/Efate","WF|Pacific/Wallis","WS|Pacific/Apia","YE|Asia/Riyadh Asia/Aden","YT|Africa/Nairobi Indian/Mayotte","ZA|Africa/Johannesburg","ZM|Africa/Maputo Africa/Lusaka","ZW|Africa/Maputo Africa/Harare"]}')},function(e,t,n){"use strict";var r="function"===typeof Symbol&&Symbol.for,o=r?Symbol.for("react.element"):60103,i=r?Symbol.for("react.portal"):60106,a=r?Symbol.for("react.fragment"):60107,s=r?Symbol.for("react.strict_mode"):60108,c=r?Symbol.for("react.profiler"):60114,u=r?Symbol.for("react.provider"):60109,l=r?Symbol.for("react.context"):60110,p=r?Symbol.for("react.async_mode"):60111,f=r?Symbol.for("react.concurrent_mode"):60111,d=r?Symbol.for("react.forward_ref"):60112,h=r?Symbol.for("react.suspense"):60113,b=r?Symbol.for("react.suspense_list"):60120,m=r?Symbol.for("react.memo"):60115,M=r?Symbol.for("react.lazy"):60116,g=r?Symbol.for("react.block"):60121,y=r?Symbol.for("react.fundamental"):60117,v=r?Symbol.for("react.responder"):60118,A=r?Symbol.for("react.scope"):60119;function _(e){if("object"===typeof e&&null!==e){var t=e.$$typeof;switch(t){case o:switch(e=e.type){case p:case f:case a:case c:case s:case h:return e;default:switch(e=e&&e.$$typeof){case l:case d:case M:case m:case u:return e;default:return t}}case i:return t}}}function w(e){return _(e)===f}t.AsyncMode=p,t.ConcurrentMode=f,t.ContextConsumer=l,t.ContextProvider=u,t.Element=o,t.ForwardRef=d,t.Fragment=a,t.Lazy=M,t.Memo=m,t.Portal=i,t.Profiler=c,t.StrictMode=s,t.Suspense=h,t.isAsyncMode=function(e){return w(e)||_(e)===p},t.isConcurrentMode=w,t.isContextConsumer=function(e){return _(e)===l},t.isContextProvider=function(e){return _(e)===u},t.isElement=function(e){return"object"===typeof e&&null!==e&&e.$$typeof===o},t.isForwardRef=function(e){return _(e)===d},t.isFragment=function(e){return _(e)===a},t.isLazy=function(e){return _(e)===M},t.isMemo=function(e){return _(e)===m},t.isPortal=function(e){return _(e)===i},t.isProfiler=function(e){return _(e)===c},t.isStrictMode=function(e){return _(e)===s},t.isSuspense=function(e){return _(e)===h},t.isValidElementType=function(e){return"string"===typeof e||"function"===typeof e||e===a||e===f||e===c||e===s||e===h||e===b||"object"===typeof e&&null!==e&&(e.$$typeof===M||e.$$typeof===m||e.$$typeof===u||e.$$typeof===l||e.$$typeof===d||e.$$typeof===y||e.$$typeof===v||e.$$typeof===A||e.$$typeof===g)},t.typeOf=_},function(e,t,n){"use strict";var r=n(16),o=n(17),i=n(23),a=n.n(i),s=n(25),c=n.n(s);!function(e,t){var n="datetimepicker",r="".concat(n),o=".".concat(r),i={DATA_TOGGLE:'[data-toggle="'.concat(r,'"]')},a={INPUT:"".concat(n,"-input")},s={CHANGE:"change".concat(o),BLUR:"blur".concat(o),KEYUP:"keyup".concat(o),KEYDOWN:"keydown".concat(o),FOCUS:"focus".concat(o),CLICK_DATA_API:"click".concat(o).concat(".data-api"),UPDATE:"update".concat(o),ERROR:"error".concat(o),HIDE:"hide".concat(o),SHOW:"show".concat(o)},c=[{CLASS_NAME:"days",NAV_FUNCTION:"M",NAV_STEP:1},{CLASS_NAME:"months",NAV_FUNCTION:"y",NAV_STEP:1},{CLASS_NAME:"years",NAV_FUNCTION:"y",NAV_STEP:10},{CLASS_NAME:"decades",NAV_FUNCTION:"y",NAV_STEP:100}],u={up:38,38:"up",down:40,40:"down",left:37,37:"left",right:39,39:"right",tab:9,9:"tab",escape:27,27:"escape",enter:13,13:"enter",pageUp:33,33:"pageUp",pageDown:34,34:"pageDown",shift:16,16:"shift",control:17,17:"control",space:32,32:"space",t:84,84:"t",delete:46,46:"delete"},l=["times","days","months","years","decades"],p={},f={},d={timeZone:"",format:!1,dayViewHeaderFormat:"MMMM YYYY",extraFormats:!1,stepping:1,minDate:!1,maxDate:!1,useCurrent:!0,collapse:!0,locale:t.locale(),defaultDate:!1,disabledDates:!1,enabledDates:!1,icons:{time:"fa fa-clock-o",date:"fa fa-calendar",up:"fa fa-arrow-up",down:"fa fa-arrow-down",previous:"fa fa-chevron-left",next:"fa fa-chevron-right",today:"fa fa-calendar-check-o",clear:"fa fa-delete",close:"fa fa-times"},tooltips:{today:"Go to today",clear:"Clear selection",close:"Close the picker",selectMonth:"Select Month",prevMonth:"Previous Month",nextMonth:"Next Month",selectYear:"Select Year",prevYear:"Previous Year",nextYear:"Next Year",selectDecade:"Select Decade",prevDecade:"Previous Decade",nextDecade:"Next Decade",prevCentury:"Previous Century",nextCentury:"Next Century",pickHour:"Pick Hour",incrementHour:"Increment Hour",decrementHour:"Decrement Hour",pickMinute:"Pick Minute",incrementMinute:"Increment Minute",decrementMinute:"Decrement Minute",pickSecond:"Pick Second",incrementSecond:"Increment Second",decrementSecond:"Decrement Second",togglePeriod:"Toggle Period",selectTime:"Select Time",selectDate:"Select Date"},useStrict:!1,sideBySide:!1,daysOfWeekDisabled:!1,calendarWeeks:!1,viewMode:"days",toolbarPlacement:"default",buttons:{showToday:!1,showClear:!1,showClose:!1},widgetPositioning:{horizontal:"auto",vertical:"auto"},widgetParent:null,ignoreReadonly:!1,keepOpen:!1,focusOnShow:!0,inline:!1,keepInvalid:!1,keyBinds:{up:function(){if(!this.widget)return!1;var e=this._dates[0]||this.getMoment();return this.widget.find(".datepicker").is(":visible")?this.date(e.clone().subtract(7,"d")):this.date(e.clone().add(this.stepping(),"m")),!0},down:function(){if(!this.widget)return this.show(),!1;var e=this._dates[0]||this.getMoment();return this.widget.find(".datepicker").is(":visible")?this.date(e.clone().add(7,"d")):this.date(e.clone().subtract(this.stepping(),"m")),!0},"control up":function(){if(!this.widget)return!1;var e=this._dates[0]||this.getMoment();return this.widget.find(".datepicker").is(":visible")?this.date(e.clone().subtract(1,"y")):this.date(e.clone().add(1,"h")),!0},"control down":function(){if(!this.widget)return!1;var e=this._dates[0]||this.getMoment();return this.widget.find(".datepicker").is(":visible")?this.date(e.clone().add(1,"y")):this.date(e.clone().subtract(1,"h")),!0},left:function(){if(!this.widget)return!1;var e=this._dates[0]||this.getMoment();return this.widget.find(".datepicker").is(":visible")&&this.date(e.clone().subtract(1,"d")),!0},right:function(){if(!this.widget)return!1;var e=this._dates[0]||this.getMoment();return this.widget.find(".datepicker").is(":visible")&&this.date(e.clone().add(1,"d")),!0},pageUp:function(){if(!this.widget)return!1;var e=this._dates[0]||this.getMoment();return this.widget.find(".datepicker").is(":visible")&&this.date(e.clone().subtract(1,"M")),!0},pageDown:function(){if(!this.widget)return!1;var e=this._dates[0]||this.getMoment();return this.widget.find(".datepicker").is(":visible")&&this.date(e.clone().add(1,"M")),!0},enter:function(){return!!this.widget&&(this.hide(),!0)},escape:function(){return!!this.widget&&(this.hide(),!0)},"control space":function(){return!!this.widget&&(this.widget.find(".timepicker").is(":visible")&&this.widget.find('.btn[data-action="togglePeriod"]').click(),!0)},t:function(){return!!this.widget&&(this.date(this.getMoment()),!0)},delete:function(){return!!this.widget&&(this.clear(),!0)}},debug:!1,allowInputToggle:!1,disabledTimeIntervals:!1,disabledHours:!1,enabledHours:!1,viewDate:!1,allowMultidate:!1,multidateSeparator:","}}(a.a,c.a)},function(e,t){if("undefined"===typeof jQuery)throw new Error("Tempus Dominus Bootstrap4's requires jQuery. jQuery must be included before Tempus Dominus Bootstrap4's JavaScript.");if(function(e){var t=jQuery.fn.jquery.split(" ")[0].split(".");if(t[0]<2&&t[1]<9||1===t[0]&&9===t[1]&&t[2]<1||t[0]>=4)throw new Error("Tempus Dominus Bootstrap4's requires at least jQuery v3.0.0 but less than v4.0.0")}(),"undefined"===typeof moment)throw new Error("Tempus Dominus Bootstrap4's requires moment.js. Moment.js must be included before Tempus Dominus Bootstrap4's JavaScript.");var n=moment.version.split(".");if(n[0]<=2&&n[1]<17||n[0]>=3)throw new Error("Tempus Dominus Bootstrap4's requires at least moment.js v2.17.0 but less than v3.0.0");!function(){var e="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},t=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}();function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var r=function(e,r){var o="datetimepicker",i=".datetimepicker",a={DATA_TOGGLE:'[data-toggle="datetimepicker"]'},s={INPUT:o+"-input"},c={CHANGE:"change"+i,BLUR:"blur"+i,KEYUP:"keyup"+i,KEYDOWN:"keydown"+i,FOCUS:"focus"+i,CLICK_DATA_API:"click"+i+".data-api",UPDATE:"update"+i,ERROR:"error"+i,HIDE:"hide"+i,SHOW:"show"+i},u=[{CLASS_NAME:"days",NAV_FUNCTION:"M",NAV_STEP:1},{CLASS_NAME:"months",NAV_FUNCTION:"y",NAV_STEP:1},{CLASS_NAME:"years",NAV_FUNCTION:"y",NAV_STEP:10},{CLASS_NAME:"decades",NAV_FUNCTION:"y",NAV_STEP:100}],l={up:38,38:"up",down:40,40:"down",left:37,37:"left",right:39,39:"right",tab:9,9:"tab",escape:27,27:"escape",enter:13,13:"enter",pageUp:33,33:"pageUp",pageDown:34,34:"pageDown",shift:16,16:"shift",control:17,17:"control",space:32,32:"space",t:84,84:"t",delete:46,46:"delete"},p=["times","days","months","years","decades"],f={},d={},h={timeZone:"",format:!1,dayViewHeaderFormat:"MMMM YYYY",extraFormats:!1,stepping:1,minDate:!1,maxDate:!1,useCurrent:!0,collapse:!0,locale:r.locale(),defaultDate:!1,disabledDates:!1,enabledDates:!1,icons:{time:"fa fa-clock-o",date:"fa fa-calendar",up:"fa fa-arrow-up",down:"fa fa-arrow-down",previous:"fa fa-chevron-left",next:"fa fa-chevron-right",today:"fa fa-calendar-check-o",clear:"fa fa-delete",close:"fa fa-times"},tooltips:{today:"Go to today",clear:"Clear selection",close:"Close the picker",selectMonth:"Select Month",prevMonth:"Previous Month",nextMonth:"Next Month",selectYear:"Select Year",prevYear:"Previous Year",nextYear:"Next Year",selectDecade:"Select Decade",prevDecade:"Previous Decade",nextDecade:"Next Decade",prevCentury:"Previous Century",nextCentury:"Next Century",pickHour:"Pick Hour",incrementHour:"Increment Hour",decrementHour:"Decrement Hour",pickMinute:"Pick Minute",incrementMinute:"Increment Minute",decrementMinute:"Decrement Minute",pickSecond:"Pick Second",incrementSecond:"Increment Second",decrementSecond:"Decrement Second",togglePeriod:"Toggle Period",selectTime:"Select Time",selectDate:"Select Date"},useStrict:!1,sideBySide:!1,daysOfWeekDisabled:!1,calendarWeeks:!1,viewMode:"days",toolbarPlacement:"default",buttons:{showToday:!1,showClear:!1,showClose:!1},widgetPositioning:{horizontal:"auto",vertical:"auto"},widgetParent:null,ignoreReadonly:!1,keepOpen:!1,focusOnShow:!0,inline:!1,keepInvalid:!1,keyBinds:{up:function(){if(!this.widget)return!1;var e=this._dates[0]||this.getMoment();return this.widget.find(".datepicker").is(":visible")?this.date(e.clone().subtract(7,"d")):this.date(e.clone().add(this.stepping(),"m")),!0},down:function(){if(!this.widget)return this.show(),!1;var e=this._dates[0]||this.getMoment();return this.widget.find(".datepicker").is(":visible")?this.date(e.clone().add(7,"d")):this.date(e.clone().subtract(this.stepping(),"m")),!0},"control up":function(){if(!this.widget)return!1;var e=this._dates[0]||this.getMoment();return this.widget.find(".datepicker").is(":visible")?this.date(e.clone().subtract(1,"y")):this.date(e.clone().add(1,"h")),!0},"control down":function(){if(!this.widget)return!1;var e=this._dates[0]||this.getMoment();return this.widget.find(".datepicker").is(":visible")?this.date(e.clone().add(1,"y")):this.date(e.clone().subtract(1,"h")),!0},left:function(){if(!this.widget)return!1;var e=this._dates[0]||this.getMoment();return this.widget.find(".datepicker").is(":visible")&&this.date(e.clone().subtract(1,"d")),!0},right:function(){if(!this.widget)return!1;var e=this._dates[0]||this.getMoment();return this.widget.find(".datepicker").is(":visible")&&this.date(e.clone().add(1,"d")),!0},pageUp:function(){if(!this.widget)return!1;var e=this._dates[0]||this.getMoment();return this.widget.find(".datepicker").is(":visible")&&this.date(e.clone().subtract(1,"M")),!0},pageDown:function(){if(!this.widget)return!1;var e=this._dates[0]||this.getMoment();return this.widget.find(".datepicker").is(":visible")&&this.date(e.clone().add(1,"M")),!0},enter:function(){return!!this.widget&&(this.hide(),!0)},escape:function(){return!!this.widget&&(this.hide(),!0)},"control space":function(){return!!this.widget&&(this.widget.find(".timepicker").is(":visible")&&this.widget.find('.btn[data-action="togglePeriod"]').click(),!0)},t:function(){return!!this.widget&&(this.date(this.getMoment()),!0)},delete:function(){return!!this.widget&&(this.clear(),!0)}},debug:!1,allowInputToggle:!1,disabledTimeIntervals:!1,disabledHours:!1,enabledHours:!1,viewDate:!1,allowMultidate:!1,multidateSeparator:","};return function(){function b(e,t){n(this,b),this._options=this._getOptions(t),this._element=e,this._dates=[],this._datesFormatted=[],this._viewDate=null,this.unset=!0,this.component=!1,this.widget=!1,this.use24Hours=null,this.actualFormat=null,this.parseFormats=null,this.currentViewMode=null,this.MinViewModeNumber=0,this._int()}return b.prototype._int=function(){var t=this._element.data("target-input");this._element.is("input")?this.input=this._element:void 0!==t&&(this.input="nearest"===t?this._element.find("input"):e(t)),this._dates=[],this._dates[0]=this.getMoment(),this._viewDate=this.getMoment().clone(),e.extend(!0,this._options,this._dataToOptions()),this.options(this._options),this._initFormatting(),void 0!==this.input&&this.input.is("input")&&0!==this.input.val().trim().length?this._setValue(this._parseInputDate(this.input.val().trim()),0):this._options.defaultDate&&void 0!==this.input&&void 0===this.input.attr("placeholder")&&this._setValue(this._options.defaultDate,0),this._options.inline&&this.show()},b.prototype._update=function(){this.widget&&(this._fillDate(),this._fillTime())},b.prototype._setValue=function(e,t){var n=this.unset?null:this._dates[t],r="";if(!e)return this._options.allowMultidate&&1!==this._dates.length?(r=(r=this._element.data("date")+",").replace(n.format(this.actualFormat)+",","").replace(",,","").replace(/,\s*$/,""),this._dates.splice(t,1),this._datesFormatted.splice(t,1)):(this.unset=!0,this._dates=[],this._datesFormatted=[]),void 0!==this.input&&(this.input.val(r),this.input.trigger("input")),this._element.data("date",r),this._notifyEvent({type:b.Event.CHANGE,date:!1,oldDate:n}),void this._update();if(e=e.clone().locale(this._options.locale),this._hasTimeZone()&&e.tz(this._options.timeZone),1!==this._options.stepping&&e.minutes(Math.round(e.minutes()/this._options.stepping)*this._options.stepping).seconds(0),this._isValid(e)){if(this._dates[t]=e,this._datesFormatted[t]=e.format("YYYY-MM-DD"),this._viewDate=e.clone(),this._options.allowMultidate&&this._dates.length>1){for(var o=0;o<this._dates.length;o++)r+=""+this._dates[o].format(this.actualFormat)+this._options.multidateSeparator;r=r.replace(/,\s*$/,"")}else r=this._dates[t].format(this.actualFormat);void 0!==this.input&&(this.input.val(r),this.input.trigger("input")),this._element.data("date",r),this.unset=!1,this._update(),this._notifyEvent({type:b.Event.CHANGE,date:this._dates[t].clone(),oldDate:n})}else this._options.keepInvalid?this._notifyEvent({type:b.Event.CHANGE,date:e,oldDate:n}):void 0!==this.input&&(this.input.val(""+(this.unset?"":this._dates[t].format(this.actualFormat))),this.input.trigger("input")),this._notifyEvent({type:b.Event.ERROR,date:e,oldDate:n})},b.prototype._change=function(t){var n=e(t.target).val().trim(),r=n?this._parseInputDate(n):null;return this._setValue(r),t.stopImmediatePropagation(),!1},b.prototype._getOptions=function(t){return t=e.extend(!0,{},h,t)},b.prototype._hasTimeZone=function(){return void 0!==r.tz&&void 0!==this._options.timeZone&&null!==this._options.timeZone&&""!==this._options.timeZone},b.prototype._isEnabled=function(e){if("string"!==typeof e||e.length>1)throw new TypeError("isEnabled expects a single character string parameter");switch(e){case"y":return-1!==this.actualFormat.indexOf("Y");case"M":return-1!==this.actualFormat.indexOf("M");case"d":return-1!==this.actualFormat.toLowerCase().indexOf("d");case"h":case"H":return-1!==this.actualFormat.toLowerCase().indexOf("h");case"m":return-1!==this.actualFormat.indexOf("m");case"s":return-1!==this.actualFormat.indexOf("s");case"a":case"A":return-1!==this.actualFormat.toLowerCase().indexOf("a");default:return!1}},b.prototype._hasTime=function(){return this._isEnabled("h")||this._isEnabled("m")||this._isEnabled("s")},b.prototype._hasDate=function(){return this._isEnabled("y")||this._isEnabled("M")||this._isEnabled("d")},b.prototype._dataToOptions=function(){var t=this._element.data(),n={};return t.dateOptions&&t.dateOptions instanceof Object&&(n=e.extend(!0,n,t.dateOptions)),e.each(this._options,(function(e){var r="date"+e.charAt(0).toUpperCase()+e.slice(1);void 0!==t[r]?n[e]=t[r]:delete n[e]})),n},b.prototype._notifyEvent=function(e){e.type===b.Event.CHANGE&&e.date&&e.date.isSame(e.oldDate)||!e.date&&!e.oldDate||this._element.trigger(e)},b.prototype._viewUpdate=function(e){"y"===e&&(e="YYYY"),this._notifyEvent({type:b.Event.UPDATE,change:e,viewDate:this._viewDate.clone()})},b.prototype._showMode=function(e){this.widget&&(e&&(this.currentViewMode=Math.max(this.MinViewModeNumber,Math.min(3,this.currentViewMode+e))),this.widget.find(".datepicker > div").hide().filter(".datepicker-"+u[this.currentViewMode].CLASS_NAME).show())},b.prototype._isInDisabledDates=function(e){return!0===this._options.disabledDates[e.format("YYYY-MM-DD")]},b.prototype._isInEnabledDates=function(e){return!0===this._options.enabledDates[e.format("YYYY-MM-DD")]},b.prototype._isInDisabledHours=function(e){return!0===this._options.disabledHours[e.format("H")]},b.prototype._isInEnabledHours=function(e){return!0===this._options.enabledHours[e.format("H")]},b.prototype._isValid=function(t,n){if(!t.isValid())return!1;if(this._options.disabledDates&&"d"===n&&this._isInDisabledDates(t))return!1;if(this._options.enabledDates&&"d"===n&&!this._isInEnabledDates(t))return!1;if(this._options.minDate&&t.isBefore(this._options.minDate,n))return!1;if(this._options.maxDate&&t.isAfter(this._options.maxDate,n))return!1;if(this._options.daysOfWeekDisabled&&"d"===n&&-1!==this._options.daysOfWeekDisabled.indexOf(t.day()))return!1;if(this._options.disabledHours&&("h"===n||"m"===n||"s"===n)&&this._isInDisabledHours(t))return!1;if(this._options.enabledHours&&("h"===n||"m"===n||"s"===n)&&!this._isInEnabledHours(t))return!1;if(this._options.disabledTimeIntervals&&("h"===n||"m"===n||"s"===n)){var r=!1;if(e.each(this._options.disabledTimeIntervals,(function(){if(t.isBetween(this[0],this[1]))return r=!0,!1})),r)return!1}return!0},b.prototype._parseInputDate=function(e){return void 0===this._options.parseInputDate?r.isMoment(e)||(e=this.getMoment(e)):e=this._options.parseInputDate(e),e},b.prototype._keydown=function(e){var t=null,n=void 0,r=void 0,o=void 0,i=void 0,a=[],s={},c=e.which;for(n in f[c]="p",f)f.hasOwnProperty(n)&&"p"===f[n]&&(a.push(n),parseInt(n,10)!==c&&(s[n]=!0));for(n in this._options.keyBinds)if(this._options.keyBinds.hasOwnProperty(n)&&"function"===typeof this._options.keyBinds[n]&&(o=n.split(" ")).length===a.length&&l[c]===o[o.length-1]){for(i=!0,r=o.length-2;r>=0;r--)if(!(l[o[r]]in s)){i=!1;break}if(i){t=this._options.keyBinds[n];break}}t&&t.call(this)&&(e.stopPropagation(),e.preventDefault())},b.prototype._keyup=function(e){f[e.which]="r",d[e.which]&&(d[e.which]=!1,e.stopPropagation(),e.preventDefault())},b.prototype._indexGivenDates=function(t){var n={},r=this;return e.each(t,(function(){var e=r._parseInputDate(this);e.isValid()&&(n[e.format("YYYY-MM-DD")]=!0)})),!!Object.keys(n).length&&n},b.prototype._indexGivenHours=function(t){var n={};return e.each(t,(function(){n[this]=!0})),!!Object.keys(n).length&&n},b.prototype._initFormatting=function(){var e=this._options.format||"L LT",t=this;this.actualFormat=e.replace(/(\[[^\[]*])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,(function(e){return t._dates[0].localeData().longDateFormat(e)||e})),this.parseFormats=this._options.extraFormats?this._options.extraFormats.slice():[],this.parseFormats.indexOf(e)<0&&this.parseFormats.indexOf(this.actualFormat)<0&&this.parseFormats.push(this.actualFormat),this.use24Hours=this.actualFormat.toLowerCase().indexOf("a")<1&&this.actualFormat.replace(/\[.*?]/g,"").indexOf("h")<1,this._isEnabled("y")&&(this.MinViewModeNumber=2),this._isEnabled("M")&&(this.MinViewModeNumber=1),this._isEnabled("d")&&(this.MinViewModeNumber=0),this.currentViewMode=Math.max(this.MinViewModeNumber,this.currentViewMode),this.unset||this._setValue(this._dates[0],0)},b.prototype._getLastPickedDate=function(){return this._dates[this._getLastPickedDateIndex()]},b.prototype._getLastPickedDateIndex=function(){return this._dates.length-1},b.prototype.getMoment=function(e){var t=void 0;return t=void 0===e||null===e?r():this._hasTimeZone()?r.tz(e,this.parseFormats,this._options.locale,this._options.useStrict,this._options.timeZone):r(e,this.parseFormats,this._options.locale,this._options.useStrict),this._hasTimeZone()&&t.tz(this._options.timeZone),t},b.prototype.toggle=function(){return this.widget?this.hide():this.show()},b.prototype.ignoreReadonly=function(e){if(0===arguments.length)return this._options.ignoreReadonly;if("boolean"!==typeof e)throw new TypeError("ignoreReadonly () expects a boolean parameter");this._options.ignoreReadonly=e},b.prototype.options=function(t){if(0===arguments.length)return e.extend(!0,{},this._options);if(!(t instanceof Object))throw new TypeError("options() this.options parameter should be an object");e.extend(!0,this._options,t);var n=this;e.each(this._options,(function(e,t){void 0!==n[e]&&n[e](t)}))},b.prototype.date=function(e,t){if(t=t||0,0===arguments.length)return this.unset?null:this._options.allowMultidate?this._dates.join(this._options.multidateSeparator):this._dates[t].clone();if(null!==e&&"string"!==typeof e&&!r.isMoment(e)&&!(e instanceof Date))throw new TypeError("date() parameter must be one of [null, string, moment or Date]");this._setValue(null===e?null:this._parseInputDate(e),t)},b.prototype.format=function(e){if(0===arguments.length)return this._options.format;if("string"!==typeof e&&("boolean"!==typeof e||!1!==e))throw new TypeError("format() expects a string or boolean:false parameter "+e);this._options.format=e,this.actualFormat&&this._initFormatting()},b.prototype.timeZone=function(e){if(0===arguments.length)return this._options.timeZone;if("string"!==typeof e)throw new TypeError("newZone() expects a string parameter");this._options.timeZone=e},b.prototype.dayViewHeaderFormat=function(e){if(0===arguments.length)return this._options.dayViewHeaderFormat;if("string"!==typeof e)throw new TypeError("dayViewHeaderFormat() expects a string parameter");this._options.dayViewHeaderFormat=e},b.prototype.extraFormats=function(e){if(0===arguments.length)return this._options.extraFormats;if(!1!==e&&!(e instanceof Array))throw new TypeError("extraFormats() expects an array or false parameter");this._options.extraFormats=e,this.parseFormats&&this._initFormatting()},b.prototype.disabledDates=function(t){if(0===arguments.length)return this._options.disabledDates?e.extend({},this._options.disabledDates):this._options.disabledDates;if(!t)return this._options.disabledDates=!1,this._update(),!0;if(!(t instanceof Array))throw new TypeError("disabledDates() expects an array parameter");this._options.disabledDates=this._indexGivenDates(t),this._options.enabledDates=!1,this._update()},b.prototype.enabledDates=function(t){if(0===arguments.length)return this._options.enabledDates?e.extend({},this._options.enabledDates):this._options.enabledDates;if(!t)return this._options.enabledDates=!1,this._update(),!0;if(!(t instanceof Array))throw new TypeError("enabledDates() expects an array parameter");this._options.enabledDates=this._indexGivenDates(t),this._options.disabledDates=!1,this._update()},b.prototype.daysOfWeekDisabled=function(e){if(0===arguments.length)return this._options.daysOfWeekDisabled.splice(0);if("boolean"===typeof e&&!e)return this._options.daysOfWeekDisabled=!1,this._update(),!0;if(!(e instanceof Array))throw new TypeError("daysOfWeekDisabled() expects an array parameter");if(this._options.daysOfWeekDisabled=e.reduce((function(e,t){return(t=parseInt(t,10))>6||t<0||isNaN(t)||-1===e.indexOf(t)&&e.push(t),e}),[]).sort(),this._options.useCurrent&&!this._options.keepInvalid)for(var t=0;t<this._dates.length;t++){for(var n=0;!this._isValid(this._dates[t],"d");){if(this._dates[t].add(1,"d"),31===n)throw"Tried 31 times to find a valid date";n++}this._setValue(this._dates[t],t)}this._update()},b.prototype.maxDate=function(e){if(0===arguments.length)return this._options.maxDate?this._options.maxDate.clone():this._options.maxDate;if("boolean"===typeof e&&!1===e)return this._options.maxDate=!1,this._update(),!0;"string"===typeof e&&("now"!==e&&"moment"!==e||(e=this.getMoment()));var t=this._parseInputDate(e);if(!t.isValid())throw new TypeError("maxDate() Could not parse date parameter: "+e);if(this._options.minDate&&t.isBefore(this._options.minDate))throw new TypeError("maxDate() date parameter is before this.options.minDate: "+t.format(this.actualFormat));this._options.maxDate=t;for(var n=0;n<this._dates.length;n++)this._options.useCurrent&&!this._options.keepInvalid&&this._dates[n].isAfter(e)&&this._setValue(this._options.maxDate,n);this._viewDate.isAfter(t)&&(this._viewDate=t.clone().subtract(this._options.stepping,"m")),this._update()},b.prototype.minDate=function(e){if(0===arguments.length)return this._options.minDate?this._options.minDate.clone():this._options.minDate;if("boolean"===typeof e&&!1===e)return this._options.minDate=!1,this._update(),!0;"string"===typeof e&&("now"!==e&&"moment"!==e||(e=this.getMoment()));var t=this._parseInputDate(e);if(!t.isValid())throw new TypeError("minDate() Could not parse date parameter: "+e);if(this._options.maxDate&&t.isAfter(this._options.maxDate))throw new TypeError("minDate() date parameter is after this.options.maxDate: "+t.format(this.actualFormat));this._options.minDate=t;for(var n=0;n<this._dates.length;n++)this._options.useCurrent&&!this._options.keepInvalid&&this._dates[n].isBefore(e)&&this._setValue(this._options.minDate,n);this._viewDate.isBefore(t)&&(this._viewDate=t.clone().add(this._options.stepping,"m")),this._update()},b.prototype.defaultDate=function(e){if(0===arguments.length)return this._options.defaultDate?this._options.defaultDate.clone():this._options.defaultDate;if(!e)return this._options.defaultDate=!1,!0;"string"===typeof e&&(e="now"===e||"moment"===e?this.getMoment():this.getMoment(e));var t=this._parseInputDate(e);if(!t.isValid())throw new TypeError("defaultDate() Could not parse date parameter: "+e);if(!this._isValid(t))throw new TypeError("defaultDate() date passed is invalid according to component setup validations");this._options.defaultDate=t,(this._options.defaultDate&&this._options.inline||void 0!==this.input&&""===this.input.val().trim())&&this._setValue(this._options.defaultDate,0)},b.prototype.locale=function(e){if(0===arguments.length)return this._options.locale;if(!r.localeData(e))throw new TypeError("locale() locale "+e+" is not loaded from moment locales!");this._options.locale=e;for(var t=0;t<this._dates.length;t++)this._dates[t].locale(this._options.locale);this._viewDate.locale(this._options.locale),this.actualFormat&&this._initFormatting(),this.widget&&(this.hide(),this.show())},b.prototype.stepping=function(e){if(0===arguments.length)return this._options.stepping;e=parseInt(e,10),(isNaN(e)||e<1)&&(e=1),this._options.stepping=e},b.prototype.useCurrent=function(e){var t=["year","month","day","hour","minute"];if(0===arguments.length)return this._options.useCurrent;if("boolean"!==typeof e&&"string"!==typeof e)throw new TypeError("useCurrent() expects a boolean or string parameter");if("string"===typeof e&&-1===t.indexOf(e.toLowerCase()))throw new TypeError("useCurrent() expects a string parameter of "+t.join(", "));this._options.useCurrent=e},b.prototype.collapse=function(e){if(0===arguments.length)return this._options.collapse;if("boolean"!==typeof e)throw new TypeError("collapse() expects a boolean parameter");if(this._options.collapse===e)return!0;this._options.collapse=e,this.widget&&(this.hide(),this.show())},b.prototype.icons=function(t){if(0===arguments.length)return e.extend({},this._options.icons);if(!(t instanceof Object))throw new TypeError("icons() expects parameter to be an Object");e.extend(this._options.icons,t),this.widget&&(this.hide(),this.show())},b.prototype.tooltips=function(t){if(0===arguments.length)return e.extend({},this._options.tooltips);if(!(t instanceof Object))throw new TypeError("tooltips() expects parameter to be an Object");e.extend(this._options.tooltips,t),this.widget&&(this.hide(),this.show())},b.prototype.useStrict=function(e){if(0===arguments.length)return this._options.useStrict;if("boolean"!==typeof e)throw new TypeError("useStrict() expects a boolean parameter");this._options.useStrict=e},b.prototype.sideBySide=function(e){if(0===arguments.length)return this._options.sideBySide;if("boolean"!==typeof e)throw new TypeError("sideBySide() expects a boolean parameter");this._options.sideBySide=e,this.widget&&(this.hide(),this.show())},b.prototype.viewMode=function(e){if(0===arguments.length)return this._options.viewMode;if("string"!==typeof e)throw new TypeError("viewMode() expects a string parameter");if(-1===b.ViewModes.indexOf(e))throw new TypeError("viewMode() parameter must be one of ("+b.ViewModes.join(", ")+") value");this._options.viewMode=e,this.currentViewMode=Math.max(b.ViewModes.indexOf(e)-1,this.MinViewModeNumber),this._showMode()},b.prototype.calendarWeeks=function(e){if(0===arguments.length)return this._options.calendarWeeks;if("boolean"!==typeof e)throw new TypeError("calendarWeeks() expects parameter to be a boolean value");this._options.calendarWeeks=e,this._update()},b.prototype.buttons=function(t){if(0===arguments.length)return e.extend({},this._options.buttons);if(!(t instanceof Object))throw new TypeError("buttons() expects parameter to be an Object");if(e.extend(this._options.buttons,t),"boolean"!==typeof this._options.buttons.showToday)throw new TypeError("buttons.showToday expects a boolean parameter");if("boolean"!==typeof this._options.buttons.showClear)throw new TypeError("buttons.showClear expects a boolean parameter");if("boolean"!==typeof this._options.buttons.showClose)throw new TypeError("buttons.showClose expects a boolean parameter");this.widget&&(this.hide(),this.show())},b.prototype.keepOpen=function(e){if(0===arguments.length)return this._options.keepOpen;if("boolean"!==typeof e)throw new TypeError("keepOpen() expects a boolean parameter");this._options.keepOpen=e},b.prototype.focusOnShow=function(e){if(0===arguments.length)return this._options.focusOnShow;if("boolean"!==typeof e)throw new TypeError("focusOnShow() expects a boolean parameter");this._options.focusOnShow=e},b.prototype.inline=function(e){if(0===arguments.length)return this._options.inline;if("boolean"!==typeof e)throw new TypeError("inline() expects a boolean parameter");this._options.inline=e},b.prototype.clear=function(){this._setValue(null)},b.prototype.keyBinds=function(e){if(0===arguments.length)return this._options.keyBinds;this._options.keyBinds=e},b.prototype.debug=function(e){if("boolean"!==typeof e)throw new TypeError("debug() expects a boolean parameter");this._options.debug=e},b.prototype.allowInputToggle=function(e){if(0===arguments.length)return this._options.allowInputToggle;if("boolean"!==typeof e)throw new TypeError("allowInputToggle() expects a boolean parameter");this._options.allowInputToggle=e},b.prototype.keepInvalid=function(e){if(0===arguments.length)return this._options.keepInvalid;if("boolean"!==typeof e)throw new TypeError("keepInvalid() expects a boolean parameter");this._options.keepInvalid=e},b.prototype.datepickerInput=function(e){if(0===arguments.length)return this._options.datepickerInput;if("string"!==typeof e)throw new TypeError("datepickerInput() expects a string parameter");this._options.datepickerInput=e},b.prototype.parseInputDate=function(e){if(0===arguments.length)return this._options.parseInputDate;if("function"!==typeof e)throw new TypeError("parseInputDate() should be as function");this._options.parseInputDate=e},b.prototype.disabledTimeIntervals=function(t){if(0===arguments.length)return this._options.disabledTimeIntervals?e.extend({},this._options.disabledTimeIntervals):this._options.disabledTimeIntervals;if(!t)return this._options.disabledTimeIntervals=!1,this._update(),!0;if(!(t instanceof Array))throw new TypeError("disabledTimeIntervals() expects an array parameter");this._options.disabledTimeIntervals=t,this._update()},b.prototype.disabledHours=function(t){if(0===arguments.length)return this._options.disabledHours?e.extend({},this._options.disabledHours):this._options.disabledHours;if(!t)return this._options.disabledHours=!1,this._update(),!0;if(!(t instanceof Array))throw new TypeError("disabledHours() expects an array parameter");if(this._options.disabledHours=this._indexGivenHours(t),this._options.enabledHours=!1,this._options.useCurrent&&!this._options.keepInvalid)for(var n=0;n<this._dates.length;n++){for(var r=0;!this._isValid(this._dates[n],"h");){if(this._dates[n].add(1,"h"),24===r)throw"Tried 24 times to find a valid date";r++}this._setValue(this._dates[n],n)}this._update()},b.prototype.enabledHours=function(t){if(0===arguments.length)return this._options.enabledHours?e.extend({},this._options.enabledHours):this._options.enabledHours;if(!t)return this._options.enabledHours=!1,this._update(),!0;if(!(t instanceof Array))throw new TypeError("enabledHours() expects an array parameter");if(this._options.enabledHours=this._indexGivenHours(t),this._options.disabledHours=!1,this._options.useCurrent&&!this._options.keepInvalid)for(var n=0;n<this._dates.length;n++){for(var r=0;!this._isValid(this._dates[n],"h");){if(this._dates[n].add(1,"h"),24===r)throw"Tried 24 times to find a valid date";r++}this._setValue(this._dates[n],n)}this._update()},b.prototype.viewDate=function(e){if(0===arguments.length)return this._viewDate.clone();if(!e)return this._viewDate=(this._dates[0]||this.getMoment()).clone(),!0;if("string"!==typeof e&&!r.isMoment(e)&&!(e instanceof Date))throw new TypeError("viewDate() parameter must be one of [string, moment or Date]");this._viewDate=this._parseInputDate(e),this._viewUpdate()},b.prototype.allowMultidate=function(e){if("boolean"!==typeof e)throw new TypeError("allowMultidate() expects a boolean parameter");this._options.allowMultidate=e},b.prototype.multidateSeparator=function(e){if(0===arguments.length)return this._options.multidateSeparator;if("string"!==typeof e||e.length>1)throw new TypeError("multidateSeparator expects a single character string parameter");this._options.multidateSeparator=e},t(b,null,[{key:"NAME",get:function(){return o}},{key:"DATA_KEY",get:function(){return"datetimepicker"}},{key:"EVENT_KEY",get:function(){return i}},{key:"DATA_API_KEY",get:function(){return".data-api"}},{key:"DatePickerModes",get:function(){return u}},{key:"ViewModes",get:function(){return p}},{key:"Event",get:function(){return c}},{key:"Selector",get:function(){return a}},{key:"Default",get:function(){return h},set:function(e){h=e}},{key:"ClassName",get:function(){return s}}]),b}()}(jQuery,moment);!function(t){var o=t.fn[r.NAME],i=["top","bottom","auto"],a=["left","right","auto"],s=["default","top","bottom"],c=function(e){var n=e.data("target"),o=void 0;return n||(n=e.attr("href")||"",n=/^#[a-z]/i.test(n)?n:null),0===(o=t(n)).length||o.data(r.DATA_KEY)||t.extend({},o.data(),t(this).data()),o},u=function(o){function c(e,t){n(this,c);var r=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!==typeof t&&"function"!==typeof t?e:t}(this,o.call(this,e,t));return r._init(),r}return function(e,t){if("function"!==typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(c,o),c.prototype._init=function(){if(this._element.hasClass("input-group")){var e=this._element.find(".datepickerbutton");0===e.length?this.component=this._element.find('[data-toggle="datetimepicker"]'):this.component=e}},c.prototype._getDatePickerTemplate=function(){var e=t("<thead>").append(t("<tr>").append(t("<th>").addClass("prev").attr("data-action","previous").append(t("<span>").addClass(this._options.icons.previous))).append(t("<th>").addClass("picker-switch").attr("data-action","pickerSwitch").attr("colspan",this._options.calendarWeeks?"6":"5")).append(t("<th>").addClass("next").attr("data-action","next").append(t("<span>").addClass(this._options.icons.next)))),n=t("<tbody>").append(t("<tr>").append(t("<td>").attr("colspan",this._options.calendarWeeks?"8":"7")));return[t("<div>").addClass("datepicker-days").append(t("<table>").addClass("table table-sm").append(e).append(t("<tbody>"))),t("<div>").addClass("datepicker-months").append(t("<table>").addClass("table-condensed").append(e.clone()).append(n.clone())),t("<div>").addClass("datepicker-years").append(t("<table>").addClass("table-condensed").append(e.clone()).append(n.clone())),t("<div>").addClass("datepicker-decades").append(t("<table>").addClass("table-condensed").append(e.clone()).append(n.clone()))]},c.prototype._getTimePickerMainTemplate=function(){var e=t("<tr>"),n=t("<tr>"),r=t("<tr>");return this._isEnabled("h")&&(e.append(t("<td>").append(t("<a>").attr({href:"#",tabindex:"-1",title:this._options.tooltips.incrementHour}).addClass("btn").attr("data-action","incrementHours").append(t("<span>").addClass(this._options.icons.up)))),n.append(t("<td>").append(t("<span>").addClass("timepicker-hour").attr({"data-time-component":"hours",title:this._options.tooltips.pickHour}).attr("data-action","showHours"))),r.append(t("<td>").append(t("<a>").attr({href:"#",tabindex:"-1",title:this._options.tooltips.decrementHour}).addClass("btn").attr("data-action","decrementHours").append(t("<span>").addClass(this._options.icons.down))))),this._isEnabled("m")&&(this._isEnabled("h")&&(e.append(t("<td>").addClass("separator")),n.append(t("<td>").addClass("separator").html(":")),r.append(t("<td>").addClass("separator"))),e.append(t("<td>").append(t("<a>").attr({href:"#",tabindex:"-1",title:this._options.tooltips.incrementMinute}).addClass("btn").attr("data-action","incrementMinutes").append(t("<span>").addClass(this._options.icons.up)))),n.append(t("<td>").append(t("<span>").addClass("timepicker-minute").attr({"data-time-component":"minutes",title:this._options.tooltips.pickMinute}).attr("data-action","showMinutes"))),r.append(t("<td>").append(t("<a>").attr({href:"#",tabindex:"-1",title:this._options.tooltips.decrementMinute}).addClass("btn").attr("data-action","decrementMinutes").append(t("<span>").addClass(this._options.icons.down))))),this._isEnabled("s")&&(this._isEnabled("m")&&(e.append(t("<td>").addClass("separator")),n.append(t("<td>").addClass("separator").html(":")),r.append(t("<td>").addClass("separator"))),e.append(t("<td>").append(t("<a>").attr({href:"#",tabindex:"-1",title:this._options.tooltips.incrementSecond}).addClass("btn").attr("data-action","incrementSeconds").append(t("<span>").addClass(this._options.icons.up)))),n.append(t("<td>").append(t("<span>").addClass("timepicker-second").attr({"data-time-component":"seconds",title:this._options.tooltips.pickSecond}).attr("data-action","showSeconds"))),r.append(t("<td>").append(t("<a>").attr({href:"#",tabindex:"-1",title:this._options.tooltips.decrementSecond}).addClass("btn").attr("data-action","decrementSeconds").append(t("<span>").addClass(this._options.icons.down))))),this.use24Hours||(e.append(t("<td>").addClass("separator")),n.append(t("<td>").append(t("<button>").addClass("btn btn-primary").attr({"data-action":"togglePeriod",tabindex:"-1",title:this._options.tooltips.togglePeriod}))),r.append(t("<td>").addClass("separator"))),t("<div>").addClass("timepicker-picker").append(t("<table>").addClass("table-condensed").append([e,n,r]))},c.prototype._getTimePickerTemplate=function(){var e=t("<div>").addClass("timepicker-hours").append(t("<table>").addClass("table-condensed")),n=t("<div>").addClass("timepicker-minutes").append(t("<table>").addClass("table-condensed")),r=t("<div>").addClass("timepicker-seconds").append(t("<table>").addClass("table-condensed")),o=[this._getTimePickerMainTemplate()];return this._isEnabled("h")&&o.push(e),this._isEnabled("m")&&o.push(n),this._isEnabled("s")&&o.push(r),o},c.prototype._getToolbar=function(){var e=[];if(this._options.buttons.showToday&&e.push(t("<td>").append(t("<a>").attr({href:"#",tabindex:"-1","data-action":"today",title:this._options.tooltips.today}).append(t("<span>").addClass(this._options.icons.today)))),!this._options.sideBySide&&this._hasDate()&&this._hasTime()){var n=void 0,r=void 0;"times"===this._options.viewMode?(n=this._options.tooltips.selectDate,r=this._options.icons.date):(n=this._options.tooltips.selectTime,r=this._options.icons.time),e.push(t("<td>").append(t("<a>").attr({href:"#",tabindex:"-1","data-action":"togglePicker",title:n}).append(t("<span>").addClass(r))))}return this._options.buttons.showClear&&e.push(t("<td>").append(t("<a>").attr({href:"#",tabindex:"-1","data-action":"clear",title:this._options.tooltips.clear}).append(t("<span>").addClass(this._options.icons.clear)))),this._options.buttons.showClose&&e.push(t("<td>").append(t("<a>").attr({href:"#",tabindex:"-1","data-action":"close",title:this._options.tooltips.close}).append(t("<span>").addClass(this._options.icons.close)))),0===e.length?"":t("<table>").addClass("table-condensed").append(t("<tbody>").append(t("<tr>").append(e)))},c.prototype._getTemplate=function(){var e=t("<div>").addClass("bootstrap-datetimepicker-widget dropdown-menu"),n=t("<div>").addClass("datepicker").append(this._getDatePickerTemplate()),r=t("<div>").addClass("timepicker").append(this._getTimePickerTemplate()),o=t("<ul>").addClass("list-unstyled"),i=t("<li>").addClass("picker-switch"+(this._options.collapse?" accordion-toggle":"")).append(this._getToolbar());return this._options.inline&&e.removeClass("dropdown-menu"),this.use24Hours&&e.addClass("usetwentyfour"),this._isEnabled("s")&&!this.use24Hours&&e.addClass("wider"),this._options.sideBySide&&this._hasDate()&&this._hasTime()?(e.addClass("timepicker-sbs"),"top"===this._options.toolbarPlacement&&e.append(i),e.append(t("<div>").addClass("row").append(n.addClass("col-md-6")).append(r.addClass("col-md-6"))),"bottom"!==this._options.toolbarPlacement&&"default"!==this._options.toolbarPlacement||e.append(i),e):("top"===this._options.toolbarPlacement&&o.append(i),this._hasDate()&&o.append(t("<li>").addClass(this._options.collapse&&this._hasTime()?"collapse":"").addClass(this._options.collapse&&this._hasTime()&&"times"===this._options.viewMode?"":"show").append(n)),"default"===this._options.toolbarPlacement&&o.append(i),this._hasTime()&&o.append(t("<li>").addClass(this._options.collapse&&this._hasDate()?"collapse":"").addClass(this._options.collapse&&this._hasDate()&&"times"===this._options.viewMode?"show":"").append(r)),"bottom"===this._options.toolbarPlacement&&o.append(i),e.append(o))},c.prototype._place=function(e){var n=e&&e.data&&e.data.picker||this,r=n._options.widgetPositioning.vertical,o=n._options.widgetPositioning.horizontal,i=void 0,a=(n.component&&n.component.length?n.component:n._element).position(),s=(n.component&&n.component.length?n.component:n._element).offset();if(n._options.widgetParent)i=n._options.widgetParent.append(n.widget);else if(n._element.is("input"))i=n._element.after(n.widget).parent();else{if(n._options.inline)return void(i=n._element.append(n.widget));i=n._element,n._element.children().first().after(n.widget)}if("auto"===r&&(r=s.top+1.5*n.widget.height()>=t(window).height()+t(window).scrollTop()&&n.widget.height()+n._element.outerHeight()<s.top?"top":"bottom"),"auto"===o&&(o=i.width()<s.left+n.widget.outerWidth()/2&&s.left+n.widget.outerWidth()>t(window).width()?"right":"left"),"top"===r?n.widget.addClass("top").removeClass("bottom"):n.widget.addClass("bottom").removeClass("top"),"right"===o?n.widget.addClass("float-right"):n.widget.removeClass("float-right"),"relative"!==i.css("position")&&(i=i.parents().filter((function(){return"relative"===t(this).css("position")})).first()),0===i.length)throw new Error("datetimepicker component should be placed within a relative positioned container");n.widget.css({top:"top"===r?"auto":a.top+n._element.outerHeight()+"px",bottom:"top"===r?i.outerHeight()-(i===n._element?0:a.top)+"px":"auto",left:"left"===o?(i===n._element?0:a.left)+"px":"auto",right:"left"===o?"auto":i.outerWidth()-n._element.outerWidth()-(i===n._element?0:a.left)+"px"})},c.prototype._fillDow=function(){var e=t("<tr>"),n=this._viewDate.clone().startOf("w").startOf("d");for(!0===this._options.calendarWeeks&&e.append(t("<th>").addClass("cw").text("#"));n.isBefore(this._viewDate.clone().endOf("w"));)e.append(t("<th>").addClass("dow").text(n.format("dd"))),n.add(1,"d");this.widget.find(".datepicker-days thead").append(e)},c.prototype._fillMonths=function(){for(var e=[],n=this._viewDate.clone().startOf("y").startOf("d");n.isSame(this._viewDate,"y");)e.push(t("<span>").attr("data-action","selectMonth").addClass("month").text(n.format("MMM"))),n.add(1,"M");this.widget.find(".datepicker-months td").empty().append(e)},c.prototype._updateMonths=function(){var e=this.widget.find(".datepicker-months"),n=e.find("th"),r=e.find("tbody").find("span"),o=this;n.eq(0).find("span").attr("title",this._options.tooltips.prevYear),n.eq(1).attr("title",this._options.tooltips.selectYear),n.eq(2).find("span").attr("title",this._options.tooltips.nextYear),e.find(".disabled").removeClass("disabled"),this._isValid(this._viewDate.clone().subtract(1,"y"),"y")||n.eq(0).addClass("disabled"),n.eq(1).text(this._viewDate.year()),this._isValid(this._viewDate.clone().add(1,"y"),"y")||n.eq(2).addClass("disabled"),r.removeClass("active"),this._getLastPickedDate().isSame(this._viewDate,"y")&&!this.unset&&r.eq(this._getLastPickedDate().month()).addClass("active"),r.each((function(e){o._isValid(o._viewDate.clone().month(e),"M")||t(this).addClass("disabled")}))},c.prototype._getStartEndYear=function(e,t){var n=e/10,r=Math.floor(t/e)*e;return[r,r+9*n,Math.floor(t/n)*n]},c.prototype._updateYears=function(){var e=this.widget.find(".datepicker-years"),t=e.find("th"),n=this._getStartEndYear(10,this._viewDate.year()),r=this._viewDate.clone().year(n[0]),o=this._viewDate.clone().year(n[1]),i="";for(t.eq(0).find("span").attr("title",this._options.tooltips.prevDecade),t.eq(1).attr("title",this._options.tooltips.selectDecade),t.eq(2).find("span").attr("title",this._options.tooltips.nextDecade),e.find(".disabled").removeClass("disabled"),this._options.minDate&&this._options.minDate.isAfter(r,"y")&&t.eq(0).addClass("disabled"),t.eq(1).text(r.year()+"-"+o.year()),this._options.maxDate&&this._options.maxDate.isBefore(o,"y")&&t.eq(2).addClass("disabled"),i+='<span data-action="selectYear" class="year old'+(this._isValid(r,"y")?"":" disabled")+'">'+(r.year()-1)+"</span>";!r.isAfter(o,"y");)i+='<span data-action="selectYear" class="year'+(r.isSame(this._getLastPickedDate(),"y")&&!this.unset?" active":"")+(this._isValid(r,"y")?"":" disabled")+'">'+r.year()+"</span>",r.add(1,"y");i+='<span data-action="selectYear" class="year old'+(this._isValid(r,"y")?"":" disabled")+'">'+r.year()+"</span>",e.find("td").html(i)},c.prototype._updateDecades=function(){var e=this.widget.find(".datepicker-decades"),t=e.find("th"),n=this._getStartEndYear(100,this._viewDate.year()),r=this._viewDate.clone().year(n[0]),o=this._viewDate.clone().year(n[1]),i=!1,a=!1,s=void 0,c="";for(t.eq(0).find("span").attr("title",this._options.tooltips.prevCentury),t.eq(2).find("span").attr("title",this._options.tooltips.nextCentury),e.find(".disabled").removeClass("disabled"),(0===r.year()||this._options.minDate&&this._options.minDate.isAfter(r,"y"))&&t.eq(0).addClass("disabled"),t.eq(1).text(r.year()+"-"+o.year()),this._options.maxDate&&this._options.maxDate.isBefore(o,"y")&&t.eq(2).addClass("disabled"),r.year()-10<0?c+="<span>&nbsp;</span>":c+='<span data-action="selectDecade" class="decade old" data-selection="'+(r.year()+6)+'">'+(r.year()-10)+"</span>";!r.isAfter(o,"y");)s=r.year()+11,i=this._options.minDate&&this._options.minDate.isAfter(r,"y")&&this._options.minDate.year()<=s,a=this._options.maxDate&&this._options.maxDate.isAfter(r,"y")&&this._options.maxDate.year()<=s,c+='<span data-action="selectDecade" class="decade'+(this._getLastPickedDate().isAfter(r)&&this._getLastPickedDate().year()<=s?" active":"")+(this._isValid(r,"y")||i||a?"":" disabled")+'" data-selection="'+(r.year()+6)+'">'+r.year()+"</span>",r.add(10,"y");c+='<span data-action="selectDecade" class="decade old" data-selection="'+(r.year()+6)+'">'+r.year()+"</span>",e.find("td").html(c)},c.prototype._fillDate=function(){var e=this.widget.find(".datepicker-days"),n=e.find("th"),r=[],o=void 0,i=void 0,a=void 0,s=void 0;if(this._hasDate()){for(n.eq(0).find("span").attr("title",this._options.tooltips.prevMonth),n.eq(1).attr("title",this._options.tooltips.selectMonth),n.eq(2).find("span").attr("title",this._options.tooltips.nextMonth),e.find(".disabled").removeClass("disabled"),n.eq(1).text(this._viewDate.format(this._options.dayViewHeaderFormat)),this._isValid(this._viewDate.clone().subtract(1,"M"),"M")||n.eq(0).addClass("disabled"),this._isValid(this._viewDate.clone().add(1,"M"),"M")||n.eq(2).addClass("disabled"),o=this._viewDate.clone().startOf("M").startOf("w").startOf("d"),s=0;s<42;s++){if(0===o.weekday()&&(i=t("<tr>"),this._options.calendarWeeks&&i.append('<td class="cw">'+o.week()+"</td>"),r.push(i)),a="",o.isBefore(this._viewDate,"M")&&(a+=" old"),o.isAfter(this._viewDate,"M")&&(a+=" new"),this._options.allowMultidate){var c=this._datesFormatted.indexOf(o.format("YYYY-MM-DD"));-1!==c&&o.isSame(this._datesFormatted[c],"d")&&!this.unset&&(a+=" active")}else o.isSame(this._getLastPickedDate(),"d")&&!this.unset&&(a+=" active");this._isValid(o,"d")||(a+=" disabled"),o.isSame(this.getMoment(),"d")&&(a+=" today"),0!==o.day()&&6!==o.day()||(a+=" weekend"),i.append('<td data-action="selectDay" data-day="'+o.format("L")+'" class="day'+a+'">'+o.date()+"</td>"),o.add(1,"d")}e.find("tbody").empty().append(r),this._updateMonths(),this._updateYears(),this._updateDecades()}},c.prototype._fillHours=function(){var e=this.widget.find(".timepicker-hours table"),n=this._viewDate.clone().startOf("d"),r=[],o=t("<tr>");for(this._viewDate.hour()>11&&!this.use24Hours&&n.hour(12);n.isSame(this._viewDate,"d")&&(this.use24Hours||this._viewDate.hour()<12&&n.hour()<12||this._viewDate.hour()>11);)n.hour()%4===0&&(o=t("<tr>"),r.push(o)),o.append('<td data-action="selectHour" class="hour'+(this._isValid(n,"h")?"":" disabled")+'">'+n.format(this.use24Hours?"HH":"hh")+"</td>"),n.add(1,"h");e.empty().append(r)},c.prototype._fillMinutes=function(){for(var e=this.widget.find(".timepicker-minutes table"),n=this._viewDate.clone().startOf("h"),r=[],o=1===this._options.stepping?5:this._options.stepping,i=t("<tr>");this._viewDate.isSame(n,"h");)n.minute()%(4*o)===0&&(i=t("<tr>"),r.push(i)),i.append('<td data-action="selectMinute" class="minute'+(this._isValid(n,"m")?"":" disabled")+'">'+n.format("mm")+"</td>"),n.add(o,"m");e.empty().append(r)},c.prototype._fillSeconds=function(){for(var e=this.widget.find(".timepicker-seconds table"),n=this._viewDate.clone().startOf("m"),r=[],o=t("<tr>");this._viewDate.isSame(n,"m");)n.second()%20===0&&(o=t("<tr>"),r.push(o)),o.append('<td data-action="selectSecond" class="second'+(this._isValid(n,"s")?"":" disabled")+'">'+n.format("ss")+"</td>"),n.add(5,"s");e.empty().append(r)},c.prototype._fillTime=function(){var e=void 0,t=void 0,n=this.widget.find(".timepicker span[data-time-component]");this.use24Hours||(e=this.widget.find(".timepicker [data-action=togglePeriod]"),t=this._getLastPickedDate().clone().add(this._getLastPickedDate().hours()>=12?-12:12,"h"),e.text(this._getLastPickedDate().format("A")),this._isValid(t,"h")?e.removeClass("disabled"):e.addClass("disabled")),n.filter("[data-time-component=hours]").text(this._getLastPickedDate().format(this.use24Hours?"HH":"hh")),n.filter("[data-time-component=minutes]").text(this._getLastPickedDate().format("mm")),n.filter("[data-time-component=seconds]").text(this._getLastPickedDate().format("ss")),this._fillHours(),this._fillMinutes(),this._fillSeconds()},c.prototype._doAction=function(e,n){var o=this._getLastPickedDate();if(t(e.currentTarget).is(".disabled"))return!1;switch(n=n||t(e.currentTarget).data("action")){case"next":var i=r.DatePickerModes[this.currentViewMode].NAV_FUNCTION;this._viewDate.add(r.DatePickerModes[this.currentViewMode].NAV_STEP,i),this._fillDate(),this._viewUpdate(i);break;case"previous":var a=r.DatePickerModes[this.currentViewMode].NAV_FUNCTION;this._viewDate.subtract(r.DatePickerModes[this.currentViewMode].NAV_STEP,a),this._fillDate(),this._viewUpdate(a);break;case"pickerSwitch":this._showMode(1);break;case"selectMonth":var s=t(e.target).closest("tbody").find("span").index(t(e.target));this._viewDate.month(s),this.currentViewMode===this.MinViewModeNumber?(this._setValue(o.clone().year(this._viewDate.year()).month(this._viewDate.month()),this._getLastPickedDateIndex()),this._options.inline||this.hide()):(this._showMode(-1),this._fillDate()),this._viewUpdate("M");break;case"selectYear":var c=parseInt(t(e.target).text(),10)||0;this._viewDate.year(c),this.currentViewMode===this.MinViewModeNumber?(this._setValue(o.clone().year(this._viewDate.year()),this._getLastPickedDateIndex()),this._options.inline||this.hide()):(this._showMode(-1),this._fillDate()),this._viewUpdate("YYYY");break;case"selectDecade":var u=parseInt(t(e.target).data("selection"),10)||0;this._viewDate.year(u),this.currentViewMode===this.MinViewModeNumber?(this._setValue(o.clone().year(this._viewDate.year()),this._getLastPickedDateIndex()),this._options.inline||this.hide()):(this._showMode(-1),this._fillDate()),this._viewUpdate("YYYY");break;case"selectDay":var l=this._viewDate.clone();t(e.target).is(".old")&&l.subtract(1,"M"),t(e.target).is(".new")&&l.add(1,"M");var p=l.date(parseInt(t(e.target).text(),10)),f=0;this._options.allowMultidate?-1!==(f=this._datesFormatted.indexOf(p.format("YYYY-MM-DD")))?this._setValue(null,f):this._setValue(p,this._getLastPickedDateIndex()+1):this._setValue(p,this._getLastPickedDateIndex()),this._hasTime()||this._options.keepOpen||this._options.inline||this._options.allowMultidate||this.hide();break;case"incrementHours":var d=o.clone().add(1,"h");this._isValid(d,"h")&&this._setValue(d,this._getLastPickedDateIndex());break;case"incrementMinutes":var h=o.clone().add(this._options.stepping,"m");this._isValid(h,"m")&&this._setValue(h,this._getLastPickedDateIndex());break;case"incrementSeconds":var b=o.clone().add(1,"s");this._isValid(b,"s")&&this._setValue(b,this._getLastPickedDateIndex());break;case"decrementHours":var m=o.clone().subtract(1,"h");this._isValid(m,"h")&&this._setValue(m,this._getLastPickedDateIndex());break;case"decrementMinutes":var M=o.clone().subtract(this._options.stepping,"m");this._isValid(M,"m")&&this._setValue(M,this._getLastPickedDateIndex());break;case"decrementSeconds":var g=o.clone().subtract(1,"s");this._isValid(g,"s")&&this._setValue(g,this._getLastPickedDateIndex());break;case"togglePeriod":this._setValue(o.clone().add(o.hours()>=12?-12:12,"h"),this._getLastPickedDateIndex());break;case"togglePicker":var y=t(e.target),v=y.closest("a"),A=y.closest("ul"),_=A.find(".show"),w=A.find(".collapse:not(.show)"),O=y.is("span")?y:y.find("span"),z=void 0;if(_&&_.length){if((z=_.data("collapse"))&&z.transitioning)return!0;_.collapse?(_.collapse("hide"),w.collapse("show")):(_.removeClass("show"),w.addClass("show")),O.toggleClass(this._options.icons.time+" "+this._options.icons.date),O.hasClass(this._options.icons.date)?v.attr("title",this._options.tooltips.selectDate):v.attr("title",this._options.tooltips.selectTime)}break;case"showPicker":this.widget.find(".timepicker > div:not(.timepicker-picker)").hide(),this.widget.find(".timepicker .timepicker-picker").show();break;case"showHours":this.widget.find(".timepicker .timepicker-picker").hide(),this.widget.find(".timepicker .timepicker-hours").show();break;case"showMinutes":this.widget.find(".timepicker .timepicker-picker").hide(),this.widget.find(".timepicker .timepicker-minutes").show();break;case"showSeconds":this.widget.find(".timepicker .timepicker-picker").hide(),this.widget.find(".timepicker .timepicker-seconds").show();break;case"selectHour":var T=parseInt(t(e.target).text(),10);this.use24Hours||(o.hours()>=12?12!==T&&(T+=12):12===T&&(T=0)),this._setValue(o.clone().hours(T),this._getLastPickedDateIndex()),this._isEnabled("a")||this._isEnabled("m")||this._options.keepOpen||this._options.inline?this._doAction(e,"showPicker"):this.hide();break;case"selectMinute":this._setValue(o.clone().minutes(parseInt(t(e.target).text(),10)),this._getLastPickedDateIndex()),this._isEnabled("a")||this._isEnabled("s")||this._options.keepOpen||this._options.inline?this._doAction(e,"showPicker"):this.hide();break;case"selectSecond":this._setValue(o.clone().seconds(parseInt(t(e.target).text(),10)),this._getLastPickedDateIndex()),this._isEnabled("a")||this._options.keepOpen||this._options.inline?this._doAction(e,"showPicker"):this.hide();break;case"clear":this.clear();break;case"close":this.hide();break;case"today":var x=this.getMoment();this._isValid(x,"d")&&this._setValue(x,this._getLastPickedDateIndex())}return!1},c.prototype.hide=function(){var e=!1;this.widget&&(this.widget.find(".collapse").each((function(){var n=t(this).data("collapse");return!n||!n.transitioning||(e=!0,!1)})),e||(this.component&&this.component.hasClass("btn")&&this.component.toggleClass("active"),this.widget.hide(),t(window).off("resize",this._place()),this.widget.off("click","[data-action]"),this.widget.off("mousedown",!1),this.widget.remove(),this.widget=!1,this._notifyEvent({type:r.Event.HIDE,date:this._getLastPickedDate().clone()}),void 0!==this.input&&this.input.blur(),this._viewDate=this._getLastPickedDate().clone()))},c.prototype.show=function(){var e=void 0,n={year:function(e){return e.month(0).date(1).hours(0).seconds(0).minutes(0)},month:function(e){return e.date(1).hours(0).seconds(0).minutes(0)},day:function(e){return e.hours(0).seconds(0).minutes(0)},hour:function(e){return e.seconds(0).minutes(0)},minute:function(e){return e.seconds(0)}};if(void 0!==this.input){if(this.input.prop("disabled")||!this._options.ignoreReadonly&&this.input.prop("readonly")||this.widget)return;void 0!==this.input.val()&&0!==this.input.val().trim().length?this._setValue(this._parseInputDate(this.input.val().trim()),0):this.unset&&this._options.useCurrent&&(e=this.getMoment(),"string"===typeof this._options.useCurrent&&(e=n[this._options.useCurrent](e)),this._setValue(e,0))}else this.unset&&this._options.useCurrent&&(e=this.getMoment(),"string"===typeof this._options.useCurrent&&(e=n[this._options.useCurrent](e)),this._setValue(e,0));this.widget=this._getTemplate(),this._fillDow(),this._fillMonths(),this.widget.find(".timepicker-hours").hide(),this.widget.find(".timepicker-minutes").hide(),this.widget.find(".timepicker-seconds").hide(),this._update(),this._showMode(),t(window).on("resize",{picker:this},this._place),this.widget.on("click","[data-action]",t.proxy(this._doAction,this)),this.widget.on("mousedown",!1),this.component&&this.component.hasClass("btn")&&this.component.toggleClass("active"),this._place(),this.widget.show(),void 0!==this.input&&this._options.focusOnShow&&!this.input.is(":focus")&&this.input.focus(),this._notifyEvent({type:r.Event.SHOW})},c.prototype.destroy=function(){this.hide(),this._element.removeData(r.DATA_KEY),this._element.removeData("date")},c.prototype.disable=function(){this.hide(),this.component&&this.component.hasClass("btn")&&this.component.addClass("disabled"),void 0!==this.input&&this.input.prop("disabled",!0)},c.prototype.enable=function(){this.component&&this.component.hasClass("btn")&&this.component.removeClass("disabled"),void 0!==this.input&&this.input.prop("disabled",!1)},c.prototype.toolbarPlacement=function(e){if(0===arguments.length)return this._options.toolbarPlacement;if("string"!==typeof e)throw new TypeError("toolbarPlacement() expects a string parameter");if(-1===s.indexOf(e))throw new TypeError("toolbarPlacement() parameter must be one of ("+s.join(", ")+") value");this._options.toolbarPlacement=e,this.widget&&(this.hide(),this.show())},c.prototype.widgetPositioning=function(e){if(0===arguments.length)return t.extend({},this._options.widgetPositioning);if("[object Object]"!=={}.toString.call(e))throw new TypeError("widgetPositioning() expects an object variable");if(e.horizontal){if("string"!==typeof e.horizontal)throw new TypeError("widgetPositioning() horizontal variable must be a string");if(e.horizontal=e.horizontal.toLowerCase(),-1===a.indexOf(e.horizontal))throw new TypeError("widgetPositioning() expects horizontal parameter to be one of ("+a.join(", ")+")");this._options.widgetPositioning.horizontal=e.horizontal}if(e.vertical){if("string"!==typeof e.vertical)throw new TypeError("widgetPositioning() vertical variable must be a string");if(e.vertical=e.vertical.toLowerCase(),-1===i.indexOf(e.vertical))throw new TypeError("widgetPositioning() expects vertical parameter to be one of ("+i.join(", ")+")");this._options.widgetPositioning.vertical=e.vertical}this._update()},c.prototype.widgetParent=function(e){if(0===arguments.length)return this._options.widgetParent;if("string"===typeof e&&(e=t(e)),null!==e&&"string"!==typeof e&&!(e instanceof t))throw new TypeError("widgetParent() expects a string or a jQuery object parameter");this._options.widgetParent=e,this.widget&&(this.hide(),this.show())},c._jQueryHandleThis=function(n,o,i){var a=t(n).data(r.DATA_KEY);if("object"===("undefined"===typeof o?"undefined":e(o))&&t.extend({},r.Default,o),a||(a=new c(t(n),o),t(n).data(r.DATA_KEY,a)),"string"===typeof o){if(void 0===a[o])throw new Error('No method named "'+o+'"');return void 0===i?a[o]():a[o](i)}},c._jQueryInterface=function(e,t){return 1===this.length?c._jQueryHandleThis(this[0],e,t):this.each((function(){c._jQueryHandleThis(this,e,t)}))},c}(r);t(document).on(r.Event.CLICK_DATA_API,r.Selector.DATA_TOGGLE,(function(){var e=c(t(this));0!==e.length&&u._jQueryInterface.call(e,"toggle")})).on(r.Event.CHANGE,"."+r.ClassName.INPUT,(function(e){var n=c(t(this));0!==n.length&&u._jQueryInterface.call(n,"_change",e)})).on(r.Event.BLUR,"."+r.ClassName.INPUT,(function(e){var n=c(t(this)),o=n.data(r.DATA_KEY);0!==n.length&&(o._options.debug||window.debug||u._jQueryInterface.call(n,"hide",e))})).on(r.Event.KEYDOWN,"."+r.ClassName.INPUT,(function(e){var n=c(t(this));0!==n.length&&u._jQueryInterface.call(n,"_keydown",e)})).on(r.Event.KEYUP,"."+r.ClassName.INPUT,(function(e){var n=c(t(this));0!==n.length&&u._jQueryInterface.call(n,"_keyup",e)})).on(r.Event.FOCUS,"."+r.ClassName.INPUT,(function(e){var n=c(t(this)),o=n.data(r.DATA_KEY);0!==n.length&&o._options.allowInputToggle&&u._jQueryInterface.call(n,"show",e)})),t.fn[r.NAME]=u._jQueryInterface,t.fn[r.NAME].Constructor=u,t.fn[r.NAME].noConflict=function(){return t.fn[r.NAME]=o,u._jQueryInterface}}(jQuery)}()},function(e,t,n){},,,,,function(e,t){!function(e){var t={tooltip:{show:!1,cssClass:"flotTip",content:"%s | X: %x | Y: %y",xDateFormat:null,yDateFormat:null,monthNames:null,dayNames:null,shifts:{x:10,y:20},defaultTheme:!0,snap:!0,lines:!1,clickTips:!1,onHover:function(e,t){},$compat:!1}};t.tooltipOpts=t.tooltip;var n=function(e){this.tipPosition={x:0,y:0},this.init(e)};n.prototype.init=function(t){var n=this,r=e.plot.plugins.length;if(this.plotPlugins=[],r)for(var o=0;o<r;o++)this.plotPlugins.push(e.plot.plugins[o].name);function i(e){var n={};n.x=e.pageX,n.y=e.pageY,t.setTooltipPosition(n)}function a(r,o,i){n.clickmode?(e(t.getPlaceholder()).bind("plothover",s),t.hideTooltip(),n.clickmode=!1):(s(r,o,i),n.getDomElement().is(":visible")&&(e(t.getPlaceholder()).unbind("plothover",s),n.clickmode=!0))}function s(r,o,i){var a=function(e,t,n,r){return Math.sqrt((n-e)*(n-e)+(r-t)*(r-t))};if(i)t.showTooltip(i,n.tooltipOptions.snap?i:o);else if(n.plotOptions.series.lines.show&&!0===n.tooltipOptions.lines){var s=n.plotOptions.grid.mouseActiveRadius,c={distance:s+1},u=o;e.each(t.getData(),(function(e,r){for(var i=0,s=-1,l=1;l<r.data.length;l++)r.data[l-1][0]<=o.x&&r.data[l][0]>=o.x&&(i=l-1,s=l);if(-1!==s){var p={x:r.data[i][0],y:r.data[i][1]},f={x:r.data[s][0],y:r.data[s][1]},d=function(e,t,n,r,o,i,s){if(!s||(s=function(e,t,n,r,o,i){if("undefined"!==typeof n)return{x:n,y:t};if("undefined"!==typeof r)return{x:e,y:r};var a,s=-1/((i-r)/(o-n));return{x:a=(o*(e*s-t+r)+n*(e*-s+t-i))/(s*(o-n)+r-i),y:s*a-s*e+t}}(e,t,n,r,o,i)).x>=Math.min(n,o)&&s.x<=Math.max(n,o)&&s.y>=Math.min(r,i)&&s.y<=Math.max(r,i)){var c=r-i,u=o-n,l=n*i-r*o;return Math.abs(c*e+u*t+l)/Math.sqrt(c*c+u*u)}var p=a(e,t,n,r),f=a(e,t,o,i);return p>f?f:p}(r.xaxis.p2c(o.x),r.yaxis.p2c(o.y),r.xaxis.p2c(p.x),r.yaxis.p2c(p.y),r.xaxis.p2c(f.x),r.yaxis.p2c(f.y),!1);if(d<c.distance){var h=a(p.x,p.y,o.x,o.y)<a(o.x,o.y,f.x,f.y)?i:s,b=(r.datapoints.pointsize,[o.x,p.y+(f.y-p.y)*((o.x-p.x)/(f.x-p.x))]);c={distance:d,item:{datapoint:b,dataIndex:h,series:r,seriesIndex:e}},n.tooltipOptions.snap&&(u={pageX:r.xaxis.p2c(b[0]),pageY:r.yaxis.p2c(b[1])})}}else t.hideTooltip()})),c.distance<s+1?t.showTooltip(c.item,u):t.hideTooltip()}else t.hideTooltip()}t.hooks.bindEvents.push((function(t,r){if(n.plotOptions=t.getOptions(),"boolean"===typeof n.plotOptions.tooltip&&(n.plotOptions.tooltipOpts.show=n.plotOptions.tooltip,n.plotOptions.tooltip=n.plotOptions.tooltipOpts,delete n.plotOptions.tooltipOpts),!1!==n.plotOptions.tooltip.show&&"undefined"!==typeof n.plotOptions.tooltip.show){n.tooltipOptions=n.plotOptions.tooltip,n.tooltipOptions.$compat?(n.wfunc="width",n.hfunc="height"):(n.wfunc="innerWidth",n.hfunc="innerHeight");n.getDomElement();e(t.getPlaceholder()).bind("plothover",s),n.tooltipOptions.clickTips&&e(t.getPlaceholder()).bind("plotclick",a),n.clickmode=!1,e(r).bind("mousemove",i)}})),t.hooks.shutdown.push((function(t,n){e(t.getPlaceholder()).unbind("plothover",s),e(t.getPlaceholder()).unbind("plotclick",a),t.removeTooltip(),e(n).unbind("mousemove",i)})),t.setTooltipPosition=function(t){var r=n.getDomElement(),o=r.outerWidth()+n.tooltipOptions.shifts.x,i=r.outerHeight()+n.tooltipOptions.shifts.y;t.x-e(window).scrollLeft()>e(window)[n.wfunc]()-o&&(t.x-=o,t.x=Math.max(t.x,0)),t.y-e(window).scrollTop()>e(window)[n.hfunc]()-i&&(t.y-=i),isNaN(t.x)?n.tipPosition.x=n.tipPosition.xPrev:(n.tipPosition.x=t.x,n.tipPosition.xPrev=t.x),isNaN(t.y)?n.tipPosition.y=n.tipPosition.yPrev:(n.tipPosition.y=t.y,n.tipPosition.yPrev=t.y)},t.showTooltip=function(e,r,o){var i=n.getDomElement(),a=n.stringFormat(n.tooltipOptions.content,e);""!==a&&(i.html(a),t.setTooltipPosition({x:n.tipPosition.x,y:n.tipPosition.y}),i.css({left:n.tipPosition.x+n.tooltipOptions.shifts.x,top:n.tipPosition.y+n.tooltipOptions.shifts.y}).show(),"function"===typeof n.tooltipOptions.onHover&&n.tooltipOptions.onHover(e,i))},t.hideTooltip=function(){n.getDomElement().hide().html("")},t.removeTooltip=function(){n.getDomElement().remove()}},n.prototype.getDomElement=function(){var t=e("<div>");return this.tooltipOptions&&this.tooltipOptions.cssClass&&0===(t=e("."+this.tooltipOptions.cssClass)).length&&((t=e("<div />").addClass(this.tooltipOptions.cssClass)).appendTo("body").hide().css({position:"absolute"}),this.tooltipOptions.defaultTheme&&t.css({background:"#fff","z-index":"1040",padding:"0.4em 0.6em","border-radius":"0.5em","font-size":"0.8em",border:"1px solid #111",display:"none","white-space":"nowrap"})),t},n.prototype.stringFormat=function(e,t){var n,r,o,i,a,s=/%s/,c=/%c/,u=/%lx/,l=/%ly/,p=/%x\.{0,1}(\d{0,})/,f=/%y\.{0,1}(\d{0,})/;if("undefined"!==typeof t.series.threshold?(n=t.datapoint[0],r=t.datapoint[1],o=t.datapoint[2]):"undefined"!==typeof t.series.curvedLines?(n=t.datapoint[0],r=t.datapoint[1]):"undefined"!==typeof t.series.lines&&t.series.lines.steps?(n=t.series.datapoints.points[2*t.dataIndex],r=t.series.datapoints.points[2*t.dataIndex+1],o=""):(n=t.series.data[t.dataIndex][0],r=t.series.data[t.dataIndex][1],o=t.series.data[t.dataIndex][2]),null===t.series.label&&t.series.originSeries&&(t.series.label=t.series.originSeries.label),"function"===typeof e&&(e=e(t.series.label,n,r,t)),"boolean"===typeof e&&!e)return"";if(o&&(e=e.replace("%ct",o)),"undefined"!==typeof t.series.percent?i=t.series.percent:"undefined"!==typeof t.series.percents&&(i=t.series.percents[t.dataIndex]),"number"===typeof i&&(e=this.adjustValPrecision(/%p\.{0,1}(\d{0,})/,e,i)),t.series.hasOwnProperty("pie")&&"undefined"!==typeof t.series.data[0][1]&&(a=t.series.data[0][1]),"number"===typeof a&&(e=e.replace("%n",a)),e="undefined"!==typeof t.series.label?e.replace(s,t.series.label):e.replace(s,""),e="undefined"!==typeof t.series.color?e.replace(c,t.series.color):e.replace(c,""),e=this.hasAxisLabel("xaxis",t)?e.replace(u,t.series.xaxis.options.axisLabel):e.replace(u,""),e=this.hasAxisLabel("yaxis",t)?e.replace(l,t.series.yaxis.options.axisLabel):e.replace(l,""),this.isTimeMode("xaxis",t)&&this.isXDateFormat(t)&&(e=e.replace(p,this.timestampToDate(n,this.tooltipOptions.xDateFormat,t.series.xaxis.options))),this.isTimeMode("yaxis",t)&&this.isYDateFormat(t)&&(e=e.replace(f,this.timestampToDate(r,this.tooltipOptions.yDateFormat,t.series.yaxis.options))),"number"===typeof n&&(e=this.adjustValPrecision(p,e,n)),"number"===typeof r&&(e=this.adjustValPrecision(f,e,r)),"undefined"!==typeof t.series.xaxis.ticks){var d;d=this.hasRotatedXAxisTicks(t)?"rotatedTicks":"ticks";var h=t.dataIndex+t.seriesIndex;for(var b in t.series.xaxis[d]){if(t.series.xaxis[d].hasOwnProperty(h)&&!this.isTimeMode("xaxis",t))(this.isCategoriesMode("xaxis",t)?t.series.xaxis[d][h].label:t.series.xaxis[d][h].v)===n&&(e=e.replace(p,t.series.xaxis[d][h].label.replace(/\$/g,"$$$$")))}}if("undefined"!==typeof t.series.yaxis.ticks)for(var m in t.series.yaxis.ticks){if(t.series.yaxis.ticks.hasOwnProperty(m))(this.isCategoriesMode("yaxis",t)?t.series.yaxis.ticks[m].label:t.series.yaxis.ticks[m].v)===r&&(e=e.replace(f,t.series.yaxis.ticks[m].label.replace(/\$/g,"$$$$")))}return"undefined"!==typeof t.series.xaxis.tickFormatter&&(e=e.replace("%x",t.series.xaxis.tickFormatter(n,t.series.xaxis).replace(/\$/g,"$$"))),"undefined"!==typeof t.series.yaxis.tickFormatter&&(e=e.replace("%y",t.series.yaxis.tickFormatter(r,t.series.yaxis).replace(/\$/g,"$$"))),e},n.prototype.isTimeMode=function(e,t){return"undefined"!==typeof t.series[e].options.mode&&"time"===t.series[e].options.mode},n.prototype.isXDateFormat=function(e){return"undefined"!==typeof this.tooltipOptions.xDateFormat&&null!==this.tooltipOptions.xDateFormat},n.prototype.isYDateFormat=function(e){return"undefined"!==typeof this.tooltipOptions.yDateFormat&&null!==this.tooltipOptions.yDateFormat},n.prototype.isCategoriesMode=function(e,t){return"undefined"!==typeof t.series[e].options.mode&&"categories"===t.series[e].options.mode},n.prototype.timestampToDate=function(t,n,r){var o=e.plot.dateGenerator(t,r);return e.plot.formatDate(o,n,this.tooltipOptions.monthNames,this.tooltipOptions.dayNames)},n.prototype.adjustValPrecision=function(e,t,n){var r;return null!==t.match(e)&&""!==RegExp.$1&&(r=RegExp.$1,n=n.toFixed(r),t=t.replace(e,n)),t},n.prototype.hasAxisLabel=function(t,n){return-1!==e.inArray("axisLabels",this.plotPlugins)&&"undefined"!==typeof n.series[t].options.axisLabel&&n.series[t].options.axisLabel.length>0},n.prototype.hasRotatedXAxisTicks=function(t){return-1!==e.inArray("tickRotor",this.plotPlugins)&&"undefined"!==typeof t.series.xaxis.rotatedTicks};e.plot.plugins.push({init:function(e){new n(e)},options:t,name:"tooltip",version:"0.8.5"})}(jQuery)},function(e,t,n){var r=n(65);e.exports=function(){return r.Date.now()}},function(e,t,n){(function(t){var n="object"==typeof t&&t&&t.Object===Object&&t;e.exports=n}).call(this,n(24))},function(e,t,n){var r=n(48),o=n(132),i=/^\s+|\s+$/g,a=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,c=/^0o[0-7]+$/i,u=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(o(e))return NaN;if(r(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=r(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(i,"");var n=s.test(e);return n||c.test(e)?u(e.slice(2),n?2:8):a.test(e)?NaN:+e}},function(e,t,n){var r=n(133),o=n(136);e.exports=function(e){return"symbol"==typeof e||o(e)&&"[object Symbol]"==r(e)}},function(e,t,n){var r=n(66),o=n(134),i=n(135),a=r?r.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":a&&a in Object(e)?o(e):i(e)}},function(e,t,n){var r=n(66),o=Object.prototype,i=o.hasOwnProperty,a=o.toString,s=r?r.toStringTag:void 0;e.exports=function(e){var t=i.call(e,s),n=e[s];try{e[s]=void 0;var r=!0}catch(c){}var o=a.call(e);return r&&(t?e[s]=n:delete e[s]),o}},function(e,t){var n=Object.prototype.toString;e.exports=function(e){return n.call(e)}},function(e,t){e.exports=function(e){return null!=e&&"object"==typeof e}},,function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CopyToClipboard=void 0;var r=i(n(0)),o=i(n(139));function i(e){return e&&e.__esModule?e:{default:e}}function a(e){return(a="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function s(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function c(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function u(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function l(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function p(e,t){return!t||"object"!==a(t)&&"function"!==typeof t?d(e):t}function f(e){return(f=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function d(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function h(e,t){return(h=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function b(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var m=function(e){function t(){var e,n;u(this,t);for(var i=arguments.length,a=new Array(i),s=0;s<i;s++)a[s]=arguments[s];return b(d(n=p(this,(e=f(t)).call.apply(e,[this].concat(a)))),"onClick",(function(e){var t=n.props,i=t.text,a=t.onCopy,s=t.children,c=t.options,u=r.default.Children.only(s),l=(0,o.default)(i,c);a&&a(i,l),u&&u.props&&"function"===typeof u.props.onClick&&u.props.onClick(e)})),n}var n,i,a;return function(e,t){if("function"!==typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&h(e,t)}(t,e),n=t,(i=[{key:"render",value:function(){var e=this.props,t=(e.text,e.onCopy,e.options,e.children),n=c(e,["text","onCopy","options","children"]),o=r.default.Children.only(t);return r.default.cloneElement(o,function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?s(n,!0).forEach((function(t){b(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):s(n).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({},n,{onClick:this.onClick}))}}])&&l(n.prototype,i),a&&l(n,a),t}(r.default.PureComponent);t.CopyToClipboard=m,b(m,"defaultProps",{onCopy:void 0,options:void 0})},function(e,t,n){"use strict";var r=n(140),o={"text/plain":"Text","text/html":"Url",default:"Text"};e.exports=function(e,t){var n,i,a,s,c,u,l=!1;t||(t={}),n=t.debug||!1;try{if(a=r(),s=document.createRange(),c=document.getSelection(),(u=document.createElement("span")).textContent=e,u.style.all="unset",u.style.position="fixed",u.style.top=0,u.style.clip="rect(0, 0, 0, 0)",u.style.whiteSpace="pre",u.style.webkitUserSelect="text",u.style.MozUserSelect="text",u.style.msUserSelect="text",u.style.userSelect="text",u.addEventListener("copy",(function(r){if(r.stopPropagation(),t.format)if(r.preventDefault(),"undefined"===typeof r.clipboardData){n&&console.warn("unable to use e.clipboardData"),n&&console.warn("trying IE specific stuff"),window.clipboardData.clearData();var i=o[t.format]||o.default;window.clipboardData.setData(i,e)}else r.clipboardData.clearData(),r.clipboardData.setData(t.format,e);t.onCopy&&(r.preventDefault(),t.onCopy(r.clipboardData))})),document.body.appendChild(u),s.selectNodeContents(u),c.addRange(s),!document.execCommand("copy"))throw new Error("copy command was unsuccessful");l=!0}catch(p){n&&console.error("unable to copy using execCommand: ",p),n&&console.warn("trying IE specific stuff");try{window.clipboardData.setData(t.format||"text",e),t.onCopy&&t.onCopy(window.clipboardData),l=!0}catch(p){n&&console.error("unable to copy using clipboardData: ",p),n&&console.error("falling back to prompt"),i=function(e){var t=(/mac os x/i.test(navigator.userAgent)?"\u2318":"Ctrl")+"+C";return e.replace(/#{\s*key\s*}/g,t)}("message"in t?t.message:"Copy to clipboard: #{key}, Enter"),window.prompt(i,e)}}finally{c&&("function"==typeof c.removeRange?c.removeRange(s):c.removeAllRanges()),u&&document.body.removeChild(u),a()}return l}},function(e,t){e.exports=function(){var e=document.getSelection();if(!e.rangeCount)return function(){};for(var t=document.activeElement,n=[],r=0;r<e.rangeCount;r++)n.push(e.getRangeAt(r));switch(t.tagName.toUpperCase()){case"INPUT":case"TEXTAREA":t.blur();break;default:t=null}return e.removeAllRanges(),function(){"Caret"===e.type&&e.removeAllRanges(),e.rangeCount||n.forEach((function(t){e.addRange(t)})),t&&t.focus()}}},,function(e,t,n){(function(t){var n;n="undefined"!=typeof t?t:this,e.exports=function(e){if(e.CSS&&e.CSS.escape)return e.CSS.escape;var t=function(e){if(0==arguments.length)throw new TypeError("`CSS.escape` requires an argument.");for(var t,n=String(e),r=n.length,o=-1,i="",a=n.charCodeAt(0);++o<r;)0!=(t=n.charCodeAt(o))?i+=t>=1&&t<=31||127==t||0==o&&t>=48&&t<=57||1==o&&t>=48&&t<=57&&45==a?"\\"+t.toString(16)+" ":0==o&&1==r&&45==t||!(t>=128||45==t||95==t||t>=48&&t<=57||t>=65&&t<=90||t>=97&&t<=122)?"\\"+n.charAt(o):n.charAt(o):i+="\ufffd";return i};return e.CSS||(e.CSS={}),e.CSS.escape=t,t}(n)}).call(this,n(24))},function(e,t,n){},,function(e,t,n){"use strict";n.d(t,"a",(function(){return _}));var r=n(68),o=n.n(r),i=n(33),a=n.n(i),s=n(12),c=n.n(s),u=n(35),l=n.n(u),p=n(13),f=n.n(p),d=n(69),h=n.n(d),b=n(0),m=n(51),M=n(44),g=n(28),y={position:"absolute",top:0,left:0,opacity:0,pointerEvents:"none"},v={},A=function(e){function t(){for(var t,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return t=e.call.apply(e,[this].concat(r))||this,f()(c()(t),"state",{data:void 0,placement:void 0}),f()(c()(t),"popperInstance",void 0),f()(c()(t),"popperNode",null),f()(c()(t),"arrowNode",null),f()(c()(t),"setPopperNode",(function(e){e&&t.popperNode!==e&&(Object(g.b)(t.props.innerRef,e),t.popperNode=e,t.updatePopperInstance())})),f()(c()(t),"setArrowNode",(function(e){t.arrowNode=e})),f()(c()(t),"updateStateModifier",{enabled:!0,order:900,fn:function(e){var n=e.placement;return t.setState({data:e,placement:n}),e}}),f()(c()(t),"getOptions",(function(){return{placement:t.props.placement,eventsEnabled:t.props.eventsEnabled,positionFixed:t.props.positionFixed,modifiers:a()({},t.props.modifiers,{arrow:a()({},t.props.modifiers&&t.props.modifiers.arrow,{enabled:!!t.arrowNode,element:t.arrowNode}),applyStyle:{enabled:!1},updateStateModifier:t.updateStateModifier})}})),f()(c()(t),"getPopperStyle",(function(){return t.popperNode&&t.state.data?a()({position:t.state.data.offsets.popper.position},t.state.data.styles):y})),f()(c()(t),"getPopperPlacement",(function(){return t.state.data?t.state.placement:void 0})),f()(c()(t),"getArrowStyle",(function(){return t.arrowNode&&t.state.data?t.state.data.arrowStyles:v})),f()(c()(t),"getOutOfBoundariesState",(function(){return t.state.data?t.state.data.hide:void 0})),f()(c()(t),"destroyPopperInstance",(function(){t.popperInstance&&(t.popperInstance.destroy(),t.popperInstance=null)})),f()(c()(t),"updatePopperInstance",(function(){t.destroyPopperInstance();var e=c()(t).popperNode,n=t.props.referenceElement;n&&e&&(t.popperInstance=new m.a(n,e,t.getOptions()))})),f()(c()(t),"scheduleUpdate",(function(){t.popperInstance&&t.popperInstance.scheduleUpdate()})),t}l()(t,e);var n=t.prototype;return n.componentDidUpdate=function(e,t){this.props.placement===e.placement&&this.props.referenceElement===e.referenceElement&&this.props.positionFixed===e.positionFixed&&h()(this.props.modifiers,e.modifiers,{strict:!0})?this.props.eventsEnabled!==e.eventsEnabled&&this.popperInstance&&(this.props.eventsEnabled?this.popperInstance.enableEventListeners():this.popperInstance.disableEventListeners()):this.updatePopperInstance(),t.placement!==this.state.placement&&this.scheduleUpdate()},n.componentWillUnmount=function(){Object(g.b)(this.props.innerRef,null),this.destroyPopperInstance()},n.render=function(){return Object(g.c)(this.props.children)({ref:this.setPopperNode,style:this.getPopperStyle(),placement:this.getPopperPlacement(),outOfBoundaries:this.getOutOfBoundariesState(),scheduleUpdate:this.scheduleUpdate,arrowProps:{ref:this.setArrowNode,style:this.getArrowStyle()}})},t}(b.Component);f()(A,"defaultProps",{placement:"bottom",eventsEnabled:!0,referenceElement:void 0,positionFixed:!1});m.a.placements;function _(e){var t=e.referenceElement,n=o()(e,["referenceElement"]);return b.createElement(M.a.Consumer,null,(function(e){return b.createElement(A,a()({referenceElement:void 0!==t?t:e},n))}))}},function(e,t,n){"use strict";var r=n(3),o=n(5),i=n(0),a=n.n(i),s=n(1),c=n.n(s),u=n(4),l=n.n(u),p=n(2),f={light:c.a.bool,dark:c.a.bool,full:c.a.bool,fixed:c.a.string,sticky:c.a.string,color:c.a.string,role:c.a.string,tag:p.l,className:c.a.string,cssModule:c.a.object,expand:c.a.oneOfType([c.a.bool,c.a.string])},d=function(e){var t,n=e.expand,i=e.className,s=e.cssModule,c=e.light,u=e.dark,f=e.fixed,d=e.sticky,h=e.color,b=e.tag,m=Object(o.a)(e,["expand","className","cssModule","light","dark","fixed","sticky","color","tag"]),M=Object(p.i)(l()(i,"navbar",function(e){return!1!==e&&(!0===e||"xs"===e?"navbar-expand":"navbar-expand-"+e)}(n),((t={"navbar-light":c,"navbar-dark":u})["bg-"+h]=h,t["fixed-"+f]=f,t["sticky-"+d]=d,t)),s);return a.a.createElement(b,Object(r.a)({},m,{className:M}))};d.propTypes=f,d.defaultProps={tag:"nav",expand:!1},t.a=d},function(e,t,n){"use strict";var r=n(3),o=n(5),i=n(0),a=n.n(i),s=n(1),c=n.n(s),u=n(4),l=n.n(u),p=n(2),f={tag:p.l,type:c.a.string,className:c.a.string,cssModule:c.a.object,children:c.a.node},d=function(e){var t=e.className,n=e.cssModule,i=e.children,s=e.tag,c=Object(o.a)(e,["className","cssModule","children","tag"]),u=Object(p.i)(l()(t,"navbar-toggler"),n);return a.a.createElement(s,Object(r.a)({"aria-label":"Toggle navigation"},c,{className:u}),i||a.a.createElement("span",{className:Object(p.i)("navbar-toggler-icon",n)}))};d.propTypes=f,d.defaultProps={tag:"button",type:"button"},t.a=d},function(e,t,n){"use strict";var r,o=n(3),i=n(5),a=n(7),s=n(8),c=n(20),u=n(0),l=n.n(u),p=n(1),f=n.n(p),d=n(4),h=n.n(d),b=n(31),m=n(2);function M(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function g(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?M(Object(n),!0).forEach((function(t){Object(c.a)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):M(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var y=g(g({},b.Transition.propTypes),{},{isOpen:f.a.bool,children:f.a.oneOfType([f.a.arrayOf(f.a.node),f.a.node]),tag:m.l,className:f.a.node,navbar:f.a.bool,cssModule:f.a.object,innerRef:f.a.oneOfType([f.a.func,f.a.string,f.a.object])}),v=g(g({},b.Transition.defaultProps),{},{isOpen:!1,appear:!1,enter:!0,exit:!0,tag:"div",timeout:m.e.Collapse}),A=((r={})[m.d.ENTERING]="collapsing",r[m.d.ENTERED]="collapse show",r[m.d.EXITING]="collapsing",r[m.d.EXITED]="collapse",r);function _(e){return e.scrollHeight}var w=function(e){function t(t){var n;return(n=e.call(this,t)||this).state={height:null},["onEntering","onEntered","onExit","onExiting","onExited"].forEach((function(e){n[e]=n[e].bind(Object(a.a)(n))})),n}Object(s.a)(t,e);var n=t.prototype;return n.onEntering=function(e,t){this.setState({height:_(e)}),this.props.onEntering(e,t)},n.onEntered=function(e,t){this.setState({height:null}),this.props.onEntered(e,t)},n.onExit=function(e){this.setState({height:_(e)}),this.props.onExit(e)},n.onExiting=function(e){e.offsetHeight;this.setState({height:0}),this.props.onExiting(e)},n.onExited=function(e){this.setState({height:null}),this.props.onExited(e)},n.render=function(){var e=this,t=this.props,n=t.tag,r=t.isOpen,a=t.className,s=t.navbar,c=t.cssModule,u=t.children,p=(t.innerRef,Object(i.a)(t,["tag","isOpen","className","navbar","cssModule","children","innerRef"])),f=this.state.height,d=Object(m.k)(p,m.c),M=Object(m.j)(p,m.c);return l.a.createElement(b.Transition,Object(o.a)({},d,{in:r,onEntering:this.onEntering,onEntered:this.onEntered,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited}),(function(t){var r=function(e){return A[e]||"collapse"}(t),i=Object(m.i)(h()(a,r,s&&"navbar-collapse"),c),p=null===f?null:{height:f};return l.a.createElement(n,Object(o.a)({},M,{style:g(g({},M.style),p),className:i,ref:e.props.innerRef}),u)}))},t}(u.Component);w.propTypes=y,w.defaultProps=v,t.a=w},function(e,t,n){"use strict";var r=n(3),o=n(5),i=n(0),a=n.n(i),s=n(1),c=n.n(s),u=n(4),l=n.n(u),p=n(2),f={tabs:c.a.bool,pills:c.a.bool,vertical:c.a.oneOfType([c.a.bool,c.a.string]),horizontal:c.a.string,justified:c.a.bool,fill:c.a.bool,navbar:c.a.bool,card:c.a.bool,tag:p.l,className:c.a.string,cssModule:c.a.object},d=function(e){var t=e.className,n=e.cssModule,i=e.tabs,s=e.pills,c=e.vertical,u=e.horizontal,f=e.justified,d=e.fill,h=e.navbar,b=e.card,m=e.tag,M=Object(o.a)(e,["className","cssModule","tabs","pills","vertical","horizontal","justified","fill","navbar","card","tag"]),g=Object(p.i)(l()(t,h?"navbar-nav":"nav",!!u&&"justify-content-"+u,function(e){return!1!==e&&(!0===e||"xs"===e?"flex-column":"flex-"+e+"-column")}(c),{"nav-tabs":i,"card-header-tabs":b&&i,"nav-pills":s,"card-header-pills":b&&s,"nav-justified":f,"nav-fill":d}),n);return a.a.createElement(m,Object(r.a)({},M,{className:g}))};d.propTypes=f,d.defaultProps={tag:"ul",vertical:!1},t.a=d},function(e,t,n){"use strict";var r=n(3),o=n(5),i=n(0),a=n.n(i),s=n(1),c=n.n(s),u=n(4),l=n.n(u),p=n(2),f={tag:p.l,active:c.a.bool,className:c.a.string,cssModule:c.a.object},d=function(e){var t=e.className,n=e.cssModule,i=e.active,s=e.tag,c=Object(o.a)(e,["className","cssModule","active","tag"]),u=Object(p.i)(l()(t,"nav-item",!!i&&"active"),n);return a.a.createElement(s,Object(r.a)({},c,{className:u}))};d.propTypes=f,d.defaultProps={tag:"li"},t.a=d},function(e,t,n){"use strict";var r=n(3),o=n(5),i=n(7),a=n(8),s=n(0),c=n.n(s),u=n(1),l=n.n(u),p=n(4),f=n.n(p),d=n(2),h={tag:d.l,innerRef:l.a.oneOfType([l.a.object,l.a.func,l.a.string]),disabled:l.a.bool,active:l.a.bool,className:l.a.string,cssModule:l.a.object,onClick:l.a.func,href:l.a.any},b=function(e){function t(t){var n;return(n=e.call(this,t)||this).onClick=n.onClick.bind(Object(i.a)(n)),n}Object(a.a)(t,e);var n=t.prototype;return n.onClick=function(e){this.props.disabled?e.preventDefault():("#"===this.props.href&&e.preventDefault(),this.props.onClick&&this.props.onClick(e))},n.render=function(){var e=this.props,t=e.className,n=e.cssModule,i=e.active,a=e.tag,s=e.innerRef,u=Object(o.a)(e,["className","cssModule","active","tag","innerRef"]),l=Object(d.i)(f()(t,"nav-link",{disabled:u.disabled,active:i}),n);return c.a.createElement(a,Object(r.a)({},u,{ref:s,onClick:this.onClick,className:l}))},t}(c.a.Component);b.propTypes=h,b.defaultProps={tag:"a"},t.a=b},function(e,t,n){"use strict";var r=n(3),o=n(20),i=n(5),a=n(8),s=n(0),c=n.n(s),u=n(1),l=n.n(u),p=n(4),f=n.n(p),d=n(145),h=n(30),b=n(2);function m(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function M(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?m(Object(n),!0).forEach((function(t){Object(o.a)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):m(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var g={tag:b.l,children:l.a.node.isRequired,right:l.a.bool,flip:l.a.bool,modifiers:l.a.object,className:l.a.string,cssModule:l.a.object,persist:l.a.bool,positionFixed:l.a.bool},y={flip:{enabled:!1}},v={up:"top",left:"left",right:"right",down:"bottom"},A=function(e){function t(){return e.apply(this,arguments)||this}return Object(a.a)(t,e),t.prototype.render=function(){var e=this,t=this.props,n=t.className,o=t.cssModule,a=t.right,s=t.tag,u=t.flip,l=t.modifiers,p=t.persist,h=t.positionFixed,m=Object(i.a)(t,["className","cssModule","right","tag","flip","modifiers","persist","positionFixed"]),g=Object(b.i)(f()(n,"dropdown-menu",{"dropdown-menu-right":a,show:this.context.isOpen}),o),A=s;if(p||this.context.isOpen&&!this.context.inNavbar){var _=(v[this.context.direction]||"bottom")+"-"+(a?"end":"start"),w=u?l:M(M({},l),y),O=!!h;return c.a.createElement(d.a,{placement:_,modifiers:w,positionFixed:O},(function(t){var n=t.ref,o=t.style,i=t.placement,a=M(M({},e.props.style),o);return c.a.createElement(A,Object(r.a)({tabIndex:"-1",role:"menu",ref:n},m,{style:a,"aria-hidden":!e.context.isOpen,className:g,"x-placement":i}))}))}return c.a.createElement(A,Object(r.a)({tabIndex:"-1",role:"menu"},m,{"aria-hidden":!this.context.isOpen,className:g,"x-placement":m.placement}))},t}(c.a.Component);A.propTypes=g,A.defaultProps={tag:"div",flip:!0},A.contextType=h.a,t.a=A},function(e,t,n){"use strict";var r=n(3),o=n(5),i=n(7),a=n(8),s=n(0),c=n.n(s),u=n(1),l=n.n(u),p=n(4),f=n.n(p),d=n(30),h=n(2),b={children:l.a.node,active:l.a.bool,disabled:l.a.bool,divider:l.a.bool,tag:h.l,header:l.a.bool,onClick:l.a.func,className:l.a.string,cssModule:l.a.object,toggle:l.a.bool,text:l.a.bool},m=function(e){function t(t){var n;return(n=e.call(this,t)||this).onClick=n.onClick.bind(Object(i.a)(n)),n.getTabIndex=n.getTabIndex.bind(Object(i.a)(n)),n}Object(a.a)(t,e);var n=t.prototype;return n.onClick=function(e){var t=this.props,n=t.disabled,r=t.header,o=t.divider,i=t.text;n||r||o||i?e.preventDefault():(this.props.onClick&&this.props.onClick(e),this.props.toggle&&this.context.toggle(e))},n.getTabIndex=function(){var e=this.props,t=e.disabled,n=e.header,r=e.divider,o=e.text;return t||n||r||o?"-1":"0"},n.render=function(){var e=this.getTabIndex(),t=e>-1?"menuitem":void 0,n=Object(h.j)(this.props,["toggle"]),i=n.className,a=n.cssModule,s=n.divider,u=n.tag,l=n.header,p=n.active,d=n.text,b=Object(o.a)(n,["className","cssModule","divider","tag","header","active","text"]),m=Object(h.i)(f()(i,{disabled:b.disabled,"dropdown-item":!s&&!l&&!d,active:p,"dropdown-header":l,"dropdown-divider":s,"dropdown-item-text":d}),a);return"button"===u&&(l?u="h6":s?u="div":b.href?u="a":d&&(u="span")),c.a.createElement(u,Object(r.a)({type:"button"===u&&(b.onClick||this.props.toggle)?"button":void 0},b,{tabIndex:e,role:t,className:m,onClick:this.onClick}))},t}(c.a.Component);m.propTypes=b,m.defaultProps={tag:"button",toggle:!0},m.contextType=d.a,t.a=m},function(e,t,n){"use strict";var r=n(3),o=n(5),i=n(20),a=n(0),s=n.n(a),c=n(1),u=n.n(c),l=n(4),p=n.n(l),f=n(2),d=n(26);function h(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function b(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?h(Object(n),!0).forEach((function(t){Object(i.a)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):h(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var m={children:u.a.node,className:u.a.string,closeClassName:u.a.string,closeAriaLabel:u.a.string,cssModule:u.a.object,color:u.a.string,fade:u.a.bool,isOpen:u.a.bool,toggle:u.a.func,tag:f.l,transition:u.a.shape(d.a.propTypes),innerRef:u.a.oneOfType([u.a.object,u.a.string,u.a.func])},M={color:"success",isOpen:!0,tag:"div",closeAriaLabel:"Close",fade:!0,transition:b(b({},d.a.defaultProps),{},{unmountOnExit:!0})};function g(e){var t=e.className,n=e.closeClassName,i=e.closeAriaLabel,a=e.cssModule,c=e.tag,u=e.color,l=e.isOpen,h=e.toggle,m=e.children,M=e.transition,g=e.fade,y=e.innerRef,v=Object(o.a)(e,["className","closeClassName","closeAriaLabel","cssModule","tag","color","isOpen","toggle","children","transition","fade","innerRef"]),A=Object(f.i)(p()(t,"alert","alert-"+u,{"alert-dismissible":h}),a),_=Object(f.i)(p()("close",n),a),w=b(b(b({},d.a.defaultProps),M),{},{baseClass:g?M.baseClass:"",timeout:g?M.timeout:0});return s.a.createElement(d.a,Object(r.a)({},v,w,{tag:c,className:A,in:l,role:"alert",innerRef:y}),h?s.a.createElement("button",{type:"button",className:_,"aria-label":i,onClick:h},s.a.createElement("span",{"aria-hidden":"true"},"\xd7")):null,m)}g.propTypes=m,g.defaultProps=M,t.a=g},function(e,t,n){"use strict";var r=n(3),o=n(5),i=n(0),a=n.n(i),s=n(1),c=n.n(s),u=n(4),l=n.n(u),p=n(2),f={tag:p.l,size:c.a.string,className:c.a.string,cssModule:c.a.object},d=function(e){var t=e.className,n=e.cssModule,i=e.tag,s=e.size,c=Object(o.a)(e,["className","cssModule","tag","size"]),u=Object(p.i)(l()(t,"input-group",s?"input-group-"+s:null),n);return a.a.createElement(i,Object(r.a)({},c,{className:u}))};d.propTypes=f,d.defaultProps={tag:"div"},t.a=d},function(e,t,n){"use strict";var r=n(3),o=n(5),i=n(0),a=n.n(i),s=n(1),c=n.n(s),u=n(4),l=n.n(u),p=n(2),f=n(73),d={tag:p.l,addonType:c.a.oneOf(["prepend","append"]).isRequired,children:c.a.node,className:c.a.string,cssModule:c.a.object},h=function(e){var t=e.className,n=e.cssModule,i=e.tag,s=e.addonType,c=e.children,u=Object(o.a)(e,["className","cssModule","tag","addonType","children"]),d=Object(p.i)(l()(t,"input-group-"+s),n);return"string"===typeof c?a.a.createElement(i,Object(r.a)({},u,{className:d}),a.a.createElement(f.a,{children:c})):a.a.createElement(i,Object(r.a)({},u,{className:d,children:c}))};h.propTypes=d,h.defaultProps={tag:"div"},t.a=h},function(e,t,n){"use strict";var r=n(3),o=n(5),i=n(7),a=n(8),s=n(0),c=n.n(s),u=n(1),l=n.n(u),p=n(4),f=n.n(p),d=n(2),h={children:l.a.node,type:l.a.string,size:l.a.oneOfType([l.a.number,l.a.string]),bsSize:l.a.string,valid:l.a.bool,invalid:l.a.bool,tag:d.l,innerRef:l.a.oneOfType([l.a.object,l.a.func,l.a.string]),plaintext:l.a.bool,addon:l.a.bool,className:l.a.string,cssModule:l.a.object},b=function(e){function t(t){var n;return(n=e.call(this,t)||this).getRef=n.getRef.bind(Object(i.a)(n)),n.focus=n.focus.bind(Object(i.a)(n)),n}Object(a.a)(t,e);var n=t.prototype;return n.getRef=function(e){this.props.innerRef&&this.props.innerRef(e),this.ref=e},n.focus=function(){this.ref&&this.ref.focus()},n.render=function(){var e=this.props,t=e.className,n=e.cssModule,i=e.type,a=e.bsSize,s=e.valid,u=e.invalid,l=e.tag,p=e.addon,h=e.plaintext,b=e.innerRef,m=Object(o.a)(e,["className","cssModule","type","bsSize","valid","invalid","tag","addon","plaintext","innerRef"]),M=["radio","checkbox"].indexOf(i)>-1,g=new RegExp("\\D","g"),y=l||("select"===i||"textarea"===i?i:"input"),v="form-control";h?(v+="-plaintext",y=l||"input"):"file"===i?v+="-file":"range"===i?v+="-range":M&&(v=p?null:"form-check-input"),m.size&&g.test(m.size)&&(Object(d.n)('Please use the prop "bsSize" instead of the "size" to bootstrap\'s input sizing.'),a=m.size,delete m.size);var A=Object(d.i)(f()(t,u&&"is-invalid",s&&"is-valid",!!a&&"form-control-"+a,v),n);return("input"===y||l&&"function"===typeof l)&&(m.type=i),m.children&&!h&&"select"!==i&&"string"===typeof y&&"select"!==y&&(Object(d.n)('Input with a type of "'+i+'" cannot have children. Please use "value"/"defaultValue" instead.'),delete m.children),c.a.createElement(y,Object(r.a)({},m,{ref:b,className:A,"aria-invalid":u}))},t}(c.a.Component);b.propTypes=h,b.defaultProps={type:"text"},t.a=b},function(e,t,n){"use strict";var r=n(3),o=n(5),i=n(7),a=n(8),s=n(0),c=n.n(s),u=n(1),l=n.n(u),p=n(4),f=n.n(p),d=n(2),h={children:l.a.node,inline:l.a.bool,tag:d.l,innerRef:l.a.oneOfType([l.a.object,l.a.func,l.a.string]),className:l.a.string,cssModule:l.a.object},b=function(e){function t(t){var n;return(n=e.call(this,t)||this).getRef=n.getRef.bind(Object(i.a)(n)),n.submit=n.submit.bind(Object(i.a)(n)),n}Object(a.a)(t,e);var n=t.prototype;return n.getRef=function(e){this.props.innerRef&&this.props.innerRef(e),this.ref=e},n.submit=function(){this.ref&&this.ref.submit()},n.render=function(){var e=this.props,t=e.className,n=e.cssModule,i=e.inline,a=e.tag,s=e.innerRef,u=Object(o.a)(e,["className","cssModule","inline","tag","innerRef"]),l=Object(d.i)(f()(t,!!i&&"form-inline"),n);return c.a.createElement(a,Object(r.a)({},u,{ref:s,className:l}))},t}(s.Component);b.propTypes=h,b.defaultProps={tag:"form"},t.a=b},function(e,t,n){"use strict";var r=n(3),o=n(5),i=n(0),a=n.n(i),s=n(1),c=n.n(s),u=n(4),l=n.n(u),p=n(2),f={tag:p.l,"aria-label":c.a.string,className:c.a.string,cssModule:c.a.object,role:c.a.string,size:c.a.string,vertical:c.a.bool},d=function(e){var t=e.className,n=e.cssModule,i=e.size,s=e.vertical,c=e.tag,u=Object(o.a)(e,["className","cssModule","size","vertical","tag"]),f=Object(p.i)(l()(t,!!i&&"btn-group-"+i,s?"btn-group-vertical":"btn-group"),n);return a.a.createElement(c,Object(r.a)({},u,{className:f}))};d.propTypes=f,d.defaultProps={tag:"div",role:"group"},t.a=d},function(e,t,n){"use strict";var r=n(3),o=n(5),i=n(0),a=n.n(i),s=n(1),c=n.n(s),u=n(4),l=n.n(u),p=n(2),f={className:c.a.string,cssModule:c.a.object,size:c.a.string,bordered:c.a.bool,borderless:c.a.bool,striped:c.a.bool,dark:c.a.bool,hover:c.a.bool,responsive:c.a.oneOfType([c.a.bool,c.a.string]),tag:p.l,responsiveTag:p.l,innerRef:c.a.oneOfType([c.a.func,c.a.string,c.a.object])},d=function(e){var t=e.className,n=e.cssModule,i=e.size,s=e.bordered,c=e.borderless,u=e.striped,f=e.dark,d=e.hover,h=e.responsive,b=e.tag,m=e.responsiveTag,M=e.innerRef,g=Object(o.a)(e,["className","cssModule","size","bordered","borderless","striped","dark","hover","responsive","tag","responsiveTag","innerRef"]),y=Object(p.i)(l()(t,"table",!!i&&"table-"+i,!!s&&"table-bordered",!!c&&"table-borderless",!!u&&"table-striped",!!f&&"table-dark",!!d&&"table-hover"),n),v=a.a.createElement(b,Object(r.a)({},g,{ref:M,className:y}));if(h){var A=Object(p.i)(!0===h?"table-responsive":"table-responsive-"+h,n);return a.a.createElement(m,{className:A},v)}return v};d.propTypes=f,d.defaultProps={tag:"table",responsiveTag:"div"},t.a=d},function(e,t,n){"use strict";var r=n(3),o=n(5),i=n(0),a=n.n(i),s=n(1),c=n.n(s),u=n(4),l=n.n(u),p=n(2),f=c.a.oneOfType([c.a.number,c.a.string]),d={tag:p.l,noGutters:c.a.bool,className:c.a.string,cssModule:c.a.object,form:c.a.bool,xs:f,sm:f,md:f,lg:f,xl:f},h={tag:"div",widths:["xs","sm","md","lg","xl"]},b=function(e){var t=e.className,n=e.cssModule,i=e.noGutters,s=e.tag,c=e.form,u=e.widths,f=Object(o.a)(e,["className","cssModule","noGutters","tag","form","widths"]),d=[];u.forEach((function(t,n){var r=e[t];if(delete f[t],r){var o=!n;d.push(o?"row-cols-"+r:"row-cols-"+t+"-"+r)}}));var h=Object(p.i)(l()(t,i?"no-gutters":null,c?"form-row":"row",d),n);return a.a.createElement(s,Object(r.a)({},f,{className:h}))};b.propTypes=d,b.defaultProps=h,t.a=b},function(e,t,n){"use strict";var r=n(3),o=n(5),i=n(0),a=n.n(i),s=n(1),c=n.n(s),u=n(4),l=n.n(u),p=n(2),f=c.a.oneOfType([c.a.number,c.a.string]),d=c.a.oneOfType([c.a.bool,c.a.number,c.a.string,c.a.shape({size:c.a.oneOfType([c.a.bool,c.a.number,c.a.string]),order:f,offset:f})]),h={tag:p.l,xs:d,sm:d,md:d,lg:d,xl:d,className:c.a.string,cssModule:c.a.object,widths:c.a.array},b={tag:"div",widths:["xs","sm","md","lg","xl"]},m=function(e,t,n){return!0===n||""===n?e?"col":"col-"+t:"auto"===n?e?"col-auto":"col-"+t+"-auto":e?"col-"+n:"col-"+t+"-"+n},M=function(e){var t=e.className,n=e.cssModule,i=e.widths,s=e.tag,c=Object(o.a)(e,["className","cssModule","widths","tag"]),u=[];i.forEach((function(t,r){var o=e[t];if(delete c[t],o||""===o){var i=!r;if(Object(p.g)(o)){var a,s=i?"-":"-"+t+"-",f=m(i,t,o.size);u.push(Object(p.i)(l()(((a={})[f]=o.size||""===o.size,a["order"+s+o.order]=o.order||0===o.order,a["offset"+s+o.offset]=o.offset||0===o.offset,a)),n))}else{var d=m(i,t,o);u.push(d)}}})),u.length||u.push("col");var f=Object(p.i)(l()(t,u),n);return a.a.createElement(s,Object(r.a)({},c,{className:f}))};M.propTypes=h,M.defaultProps=b,t.a=M},function(e,t,n){"use strict";var r=n(3),o=n(8),i=n(0),a=n.n(i),s=n(1),c=n.n(s),u=n(4),l=n.n(u),p=n(45),f=n(2),d={tag:f.l,activeTab:c.a.any,className:c.a.string,cssModule:c.a.object},h=function(e){function t(t){var n;return(n=e.call(this,t)||this).state={activeTab:n.props.activeTab},n}return Object(o.a)(t,e),t.getDerivedStateFromProps=function(e,t){return t.activeTab!==e.activeTab?{activeTab:e.activeTab}:null},t.prototype.render=function(){var e=this.props,t=e.className,n=e.cssModule,o=e.tag,i=Object(f.j)(this.props,Object.keys(d)),s=Object(f.i)(l()("tab-content",t),n);return a.a.createElement(p.a.Provider,{value:{activeTabId:this.state.activeTab}},a.a.createElement(o,Object(r.a)({},i,{className:s})))},t}(i.Component);t.a=h,h.propTypes=d,h.defaultProps={tag:"div"}},function(e,t,n){"use strict";n.d(t,"a",(function(){return h}));var r=n(3),o=n(5),i=n(0),a=n.n(i),s=n(1),c=n.n(s),u=n(4),l=n.n(u),p=n(45),f=n(2),d={tag:f.l,className:c.a.string,cssModule:c.a.object,tabId:c.a.any};function h(e){var t=e.className,n=e.cssModule,i=e.tabId,s=e.tag,c=Object(o.a)(e,["className","cssModule","tabId","tag"]),u=function(e){return Object(f.i)(l()("tab-pane",t,{active:i===e}),n)};return a.a.createElement(p.a.Consumer,null,(function(e){var t=e.activeTabId;return a.a.createElement(s,Object(r.a)({},c,{className:u(t)}))}))}h.propTypes=d,h.defaultProps={tag:"div"}},function(e,t,n){"use strict";var r=n(3),o=n(5),i=n(0),a=n.n(i),s=n(1),c=n.n(s),u=n(4),l=n.n(u),p=n(2),f={color:c.a.string,pill:c.a.bool,tag:p.l,innerRef:c.a.oneOfType([c.a.object,c.a.func,c.a.string]),children:c.a.node,className:c.a.string,cssModule:c.a.object},d=function(e){var t=e.className,n=e.cssModule,i=e.color,s=e.innerRef,c=e.pill,u=e.tag,f=Object(o.a)(e,["className","cssModule","color","innerRef","pill","tag"]),d=Object(p.i)(l()(t,"badge","badge-"+i,!!c&&"badge-pill"),n);return f.href&&"span"===u&&(u="a"),a.a.createElement(u,Object(r.a)({},f,{className:d,ref:s}))};d.propTypes=f,d.defaultProps={color:"secondary",pill:!1,tag:"span"},t.a=d},function(e,t,n){"use strict";var r=n(3),o=n(5),i=n(0),a=n.n(i),s=n(1),c=n.n(s),u=n(4),l=n.n(u),p=n(2),f={children:c.a.node,row:c.a.bool,check:c.a.bool,inline:c.a.bool,disabled:c.a.bool,tag:p.l,className:c.a.string,cssModule:c.a.object},d=function(e){var t=e.className,n=e.cssModule,i=e.row,s=e.disabled,c=e.check,u=e.inline,f=e.tag,d=Object(o.a)(e,["className","cssModule","row","disabled","check","inline","tag"]),h=Object(p.i)(l()(t,!!i&&"row",c?"form-check":"form-group",!(!c||!u)&&"form-check-inline",!(!c||!s)&&"disabled"),n);return"fieldset"===f&&(d.disabled=s),a.a.createElement(f,Object(r.a)({},d,{className:h}))};d.propTypes=f,d.defaultProps={tag:"div"},t.a=d},function(e,t,n){"use strict";var r=n(3),o=n(5),i=n(0),a=n.n(i),s=n(1),c=n.n(s),u=n(4),l=n.n(u),p=n(2),f=c.a.oneOfType([c.a.number,c.a.string]),d=c.a.oneOfType([c.a.bool,c.a.string,c.a.number,c.a.shape({size:f,order:f,offset:f})]),h={children:c.a.node,hidden:c.a.bool,check:c.a.bool,size:c.a.string,for:c.a.string,tag:p.l,className:c.a.string,cssModule:c.a.object,xs:d,sm:d,md:d,lg:d,xl:d,widths:c.a.array},b={tag:"label",widths:["xs","sm","md","lg","xl"]},m=function(e,t,n){return!0===n||""===n?e?"col":"col-"+t:"auto"===n?e?"col-auto":"col-"+t+"-auto":e?"col-"+n:"col-"+t+"-"+n},M=function(e){var t=e.className,n=e.cssModule,i=e.hidden,s=e.widths,c=e.tag,u=e.check,f=e.size,d=e.for,h=Object(o.a)(e,["className","cssModule","hidden","widths","tag","check","size","for"]),b=[];s.forEach((function(t,r){var o=e[t];if(delete h[t],o||""===o){var i,a=!r;if(Object(p.g)(o)){var s,c=a?"-":"-"+t+"-";i=m(a,t,o.size),b.push(Object(p.i)(l()(((s={})[i]=o.size||""===o.size,s["order"+c+o.order]=o.order||0===o.order,s["offset"+c+o.offset]=o.offset||0===o.offset,s))),n)}else i=m(a,t,o),b.push(i)}}));var M=Object(p.i)(l()(t,!!i&&"sr-only",!!u&&"form-check-label",!!f&&"col-form-label-"+f,b,!!b.length&&"col-form-label"),n);return a.a.createElement(c,Object(r.a)({htmlFor:d},h,{className:M}))};M.propTypes=h,M.defaultProps=b,t.a=M},function(e,t,n){"use strict";var r=n(3),o=n(5),i=n(0),a=n.n(i),s=n(1),c=n.n(s),u=n(4),l=n.n(u),p=n(2),f={tag:p.l,fluid:c.a.oneOfType([c.a.bool,c.a.string]),className:c.a.string,cssModule:c.a.object},d=function(e){var t=e.className,n=e.cssModule,i=e.fluid,s=e.tag,c=Object(o.a)(e,["className","cssModule","fluid","tag"]),u="container";!0===i?u="container-fluid":i&&(u="container-"+i);var f=Object(p.i)(l()(t,u),n);return a.a.createElement(s,Object(r.a)({},c,{className:f}))};d.propTypes=f,d.defaultProps={tag:"div"},t.a=d},function(e,t,n){"use strict";var r=n(3),o=n(0),i=n.n(o),a=n(4),s=n.n(a),c=n(7),u=n(8),l=n(1),p=n.n(l),f=n(5),d=n(20),h=n(29),b=n.n(h),m=n(145),M=n(2),g=n(26);function y(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function v(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?y(Object(n),!0).forEach((function(t){Object(d.a)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):y(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var A={children:p.a.oneOfType([p.a.node,p.a.func]).isRequired,popperClassName:p.a.string,placement:p.a.string,placementPrefix:p.a.string,arrowClassName:p.a.string,hideArrow:p.a.bool,tag:M.l,isOpen:p.a.bool.isRequired,cssModule:p.a.object,offset:p.a.oneOfType([p.a.string,p.a.number]),fallbackPlacement:p.a.oneOfType([p.a.string,p.a.array]),flip:p.a.bool,container:M.m,target:M.m.isRequired,modifiers:p.a.object,boundariesElement:p.a.oneOfType([p.a.string,M.a]),onClosed:p.a.func,fade:p.a.bool,transition:p.a.shape(g.a.propTypes)},_={boundariesElement:"scrollParent",placement:"auto",hideArrow:!1,isOpen:!1,offset:0,fallbackPlacement:"flip",flip:!0,container:"body",modifiers:{},onClosed:function(){},fade:!0,transition:v({},g.a.defaultProps)},w=function(e){function t(t){var n;return(n=e.call(this,t)||this).setTargetNode=n.setTargetNode.bind(Object(c.a)(n)),n.getTargetNode=n.getTargetNode.bind(Object(c.a)(n)),n.getRef=n.getRef.bind(Object(c.a)(n)),n.onClosed=n.onClosed.bind(Object(c.a)(n)),n.state={isOpen:t.isOpen},n}Object(u.a)(t,e),t.getDerivedStateFromProps=function(e,t){return e.isOpen&&!t.isOpen?{isOpen:e.isOpen}:null};var n=t.prototype;return n.componentDidUpdate=function(){this._element&&this._element.childNodes&&this._element.childNodes[0]&&this._element.childNodes[0].focus&&this._element.childNodes[0].focus()},n.setTargetNode=function(e){this.targetNode="string"===typeof e?Object(M.f)(e):e},n.getTargetNode=function(){return this.targetNode},n.getContainerNode=function(){return Object(M.f)(this.props.container)},n.getRef=function(e){this._element=e},n.onClosed=function(){this.props.onClosed(),this.setState({isOpen:!1})},n.renderChildren=function(){var e=this.props,t=e.cssModule,n=e.children,o=e.isOpen,a=e.flip,c=(e.target,e.offset),u=e.fallbackPlacement,l=e.placementPrefix,p=e.arrowClassName,d=e.hideArrow,h=e.popperClassName,b=e.tag,y=(e.container,e.modifiers),A=e.boundariesElement,_=(e.onClosed,e.fade),w=e.transition,O=e.placement,z=Object(f.a)(e,["cssModule","children","isOpen","flip","target","offset","fallbackPlacement","placementPrefix","arrowClassName","hideArrow","popperClassName","tag","container","modifiers","boundariesElement","onClosed","fade","transition","placement"]),T=Object(M.i)(s()("arrow",p),t),x=Object(M.i)(s()(h,l?l+"-auto":""),this.props.cssModule),N=v({offset:{offset:c},flip:{enabled:a,behavior:u},preventOverflow:{boundariesElement:A}},y),L=v(v(v({},g.a.defaultProps),w),{},{baseClass:_?w.baseClass:"",timeout:_?w.timeout:0});return i.a.createElement(g.a,Object(r.a)({},L,z,{in:o,onExited:this.onClosed,tag:b}),i.a.createElement(m.a,{referenceElement:this.targetNode,modifiers:N,placement:O},(function(e){var t=e.ref,r=e.style,o=e.placement,a=e.outOfBoundaries,s=e.arrowProps,c=e.scheduleUpdate;return i.a.createElement("div",{ref:t,style:r,className:x,"x-placement":o,"x-out-of-boundaries":a?"true":void 0},"function"===typeof n?n({scheduleUpdate:c}):n,!d&&i.a.createElement("span",{ref:s.ref,className:T,style:s.style}))})))},n.render=function(){return this.setTargetNode(this.props.target),this.state.isOpen?"inline"===this.props.container?this.renderChildren():b.a.createPortal(i.a.createElement("div",{ref:this.getRef},this.renderChildren()),this.getContainerNode()):null},t}(i.a.Component);w.propTypes=A,w.defaultProps=_;var O=w,z={children:p.a.oneOfType([p.a.node,p.a.func]),placement:p.a.oneOf(M.b),target:M.m.isRequired,container:M.m,isOpen:p.a.bool,disabled:p.a.bool,hideArrow:p.a.bool,boundariesElement:p.a.oneOfType([p.a.string,M.a]),className:p.a.string,innerClassName:p.a.string,arrowClassName:p.a.string,popperClassName:p.a.string,cssModule:p.a.object,toggle:p.a.func,autohide:p.a.bool,placementPrefix:p.a.string,delay:p.a.oneOfType([p.a.shape({show:p.a.number,hide:p.a.number}),p.a.number]),modifiers:p.a.object,offset:p.a.oneOfType([p.a.string,p.a.number]),innerRef:p.a.oneOfType([p.a.func,p.a.string,p.a.object]),trigger:p.a.string,fade:p.a.bool,flip:p.a.bool},T={show:0,hide:50},x={isOpen:!1,hideArrow:!1,autohide:!1,delay:T,toggle:function(){},trigger:"click",fade:!0};function N(e,t){return t&&(e===t||t.contains(e))}function L(e,t){return void 0===t&&(t=[]),t&&t.length&&t.filter((function(t){return N(e,t)}))[0]}var E=function(e){function t(t){var n;return(n=e.call(this,t)||this)._targets=[],n.currentTargetElement=null,n.addTargetEvents=n.addTargetEvents.bind(Object(c.a)(n)),n.handleDocumentClick=n.handleDocumentClick.bind(Object(c.a)(n)),n.removeTargetEvents=n.removeTargetEvents.bind(Object(c.a)(n)),n.toggle=n.toggle.bind(Object(c.a)(n)),n.showWithDelay=n.showWithDelay.bind(Object(c.a)(n)),n.hideWithDelay=n.hideWithDelay.bind(Object(c.a)(n)),n.onMouseOverTooltipContent=n.onMouseOverTooltipContent.bind(Object(c.a)(n)),n.onMouseLeaveTooltipContent=n.onMouseLeaveTooltipContent.bind(Object(c.a)(n)),n.show=n.show.bind(Object(c.a)(n)),n.hide=n.hide.bind(Object(c.a)(n)),n.onEscKeyDown=n.onEscKeyDown.bind(Object(c.a)(n)),n.getRef=n.getRef.bind(Object(c.a)(n)),n.state={isOpen:t.isOpen},n._isMounted=!1,n}Object(u.a)(t,e);var n=t.prototype;return n.componentDidMount=function(){this._isMounted=!0,this.updateTarget()},n.componentWillUnmount=function(){this._isMounted=!1,this.removeTargetEvents(),this._targets=null,this.clearShowTimeout(),this.clearHideTimeout()},t.getDerivedStateFromProps=function(e,t){return e.isOpen&&!t.isOpen?{isOpen:e.isOpen}:null},n.onMouseOverTooltipContent=function(){this.props.trigger.indexOf("hover")>-1&&!this.props.autohide&&(this._hideTimeout&&this.clearHideTimeout(),this.state.isOpen&&!this.props.isOpen&&this.toggle())},n.onMouseLeaveTooltipContent=function(e){this.props.trigger.indexOf("hover")>-1&&!this.props.autohide&&(this._showTimeout&&this.clearShowTimeout(),e.persist(),this._hideTimeout=setTimeout(this.hide.bind(this,e),this.getDelay("hide")))},n.onEscKeyDown=function(e){"Escape"===e.key&&this.hide(e)},n.getRef=function(e){var t=this.props.innerRef;t&&("function"===typeof t?t(e):"object"===typeof t&&(t.current=e)),this._popover=e},n.getDelay=function(e){var t=this.props.delay;return"object"===typeof t?isNaN(t[e])?T[e]:t[e]:t},n.show=function(e){if(!this.props.isOpen){if(this.clearShowTimeout(),this.currentTargetElement=e?e.currentTarget||e.target:null,e&&e.composedPath&&"function"===typeof e.composedPath){var t=e.composedPath();this.currentTargetElement=t&&t[0]||this.currentTargetElement}this.toggle(e)}},n.showWithDelay=function(e){this._hideTimeout&&this.clearHideTimeout(),this._showTimeout=setTimeout(this.show.bind(this,e),this.getDelay("show"))},n.hide=function(e){this.props.isOpen&&(this.clearHideTimeout(),this.currentTargetElement=null,this.toggle(e))},n.hideWithDelay=function(e){this._showTimeout&&this.clearShowTimeout(),this._hideTimeout=setTimeout(this.hide.bind(this,e),this.getDelay("hide"))},n.clearShowTimeout=function(){clearTimeout(this._showTimeout),this._showTimeout=void 0},n.clearHideTimeout=function(){clearTimeout(this._hideTimeout),this._hideTimeout=void 0},n.handleDocumentClick=function(e){var t=this.props.trigger.split(" ");t.indexOf("legacy")>-1&&(this.props.isOpen||L(e.target,this._targets))?(this._hideTimeout&&this.clearHideTimeout(),this.props.isOpen&&!N(e.target,this._popover)?this.hideWithDelay(e):this.props.isOpen||this.showWithDelay(e)):t.indexOf("click")>-1&&L(e.target,this._targets)&&(this._hideTimeout&&this.clearHideTimeout(),this.props.isOpen?this.hideWithDelay(e):this.showWithDelay(e))},n.addEventOnTargets=function(e,t,n){this._targets.forEach((function(r){r.addEventListener(e,t,n)}))},n.removeEventOnTargets=function(e,t,n){this._targets.forEach((function(r){r.removeEventListener(e,t,n)}))},n.addTargetEvents=function(){if(this.props.trigger){var e=this.props.trigger.split(" ");-1===e.indexOf("manual")&&((e.indexOf("click")>-1||e.indexOf("legacy")>-1)&&document.addEventListener("click",this.handleDocumentClick,!0),this._targets&&this._targets.length&&(e.indexOf("hover")>-1&&(this.addEventOnTargets("mouseover",this.showWithDelay,!0),this.addEventOnTargets("mouseout",this.hideWithDelay,!0)),e.indexOf("focus")>-1&&(this.addEventOnTargets("focusin",this.show,!0),this.addEventOnTargets("focusout",this.hide,!0)),this.addEventOnTargets("keydown",this.onEscKeyDown,!0)))}},n.removeTargetEvents=function(){this._targets&&(this.removeEventOnTargets("mouseover",this.showWithDelay,!0),this.removeEventOnTargets("mouseout",this.hideWithDelay,!0),this.removeEventOnTargets("keydown",this.onEscKeyDown,!0),this.removeEventOnTargets("focusin",this.show,!0),this.removeEventOnTargets("focusout",this.hide,!0)),document.removeEventListener("click",this.handleDocumentClick,!0)},n.updateTarget=function(){var e=Object(M.f)(this.props.target,!0);e!==this._targets&&(this.removeTargetEvents(),this._targets=e?Array.from(e):[],this.currentTargetElement=this.currentTargetElement||this._targets[0],this.addTargetEvents())},n.toggle=function(e){return this.props.disabled||!this._isMounted?e&&e.preventDefault():this.props.toggle(e)},n.render=function(){var e=this;if(!this.props.isOpen)return null;this.updateTarget();var t=this.props,n=t.className,o=t.cssModule,a=t.innerClassName,s=t.isOpen,c=t.hideArrow,u=t.boundariesElement,l=t.placement,p=t.placementPrefix,f=t.arrowClassName,d=t.popperClassName,h=t.container,b=t.modifiers,m=t.offset,g=t.fade,y=t.flip,v=t.children,A=Object(M.j)(this.props,Object.keys(z)),_=Object(M.i)(d,o),w=Object(M.i)(a,o);return i.a.createElement(O,{className:n,target:this.currentTargetElement||this._targets[0],isOpen:s,hideArrow:c,boundariesElement:u,placement:l,placementPrefix:p,arrowClassName:f,popperClassName:_,container:h,modifiers:b,offset:m,cssModule:o,fade:g,flip:y},(function(t){var n=t.scheduleUpdate;return i.a.createElement("div",Object(r.a)({},A,{ref:e.getRef,className:w,role:"tooltip",onMouseOver:e.onMouseOverTooltipContent,onMouseLeave:e.onMouseLeaveTooltipContent,onKeyDown:e.onEscKeyDown}),"function"===typeof v?v({scheduleUpdate:n}):v)}))},t}(i.a.Component);E.propTypes=z,E.defaultProps=x;var S=E,C=function(e){var t=s()("tooltip","show",e.popperClassName),n=s()("tooltip-inner",e.innerClassName);return i.a.createElement(S,Object(r.a)({},e,{popperClassName:t,innerClassName:n}))};C.propTypes=z,C.defaultProps={placement:"top",autohide:!0,placementPrefix:"bs-tooltip",trigger:"hover focus"};t.a=C},function(e,t,n){"use strict";n.d(t,"a",(function(){return w}));var r=n(20),o=n(3),i=n(7),a=n(8),s=n(0),c=n.n(s),u=n(1),l=n.n(u),p=n(5),f=n(44),d=n(4),h=n.n(d),b=n(30),m=n(2),M={a11y:l.a.bool,disabled:l.a.bool,direction:l.a.oneOf(["up","down","left","right"]),group:l.a.bool,isOpen:l.a.bool,nav:l.a.bool,active:l.a.bool,addonType:l.a.oneOfType([l.a.bool,l.a.oneOf(["prepend","append"])]),size:l.a.string,tag:m.l,toggle:l.a.func,children:l.a.node,className:l.a.string,cssModule:l.a.object,inNavbar:l.a.bool,setActiveFromChild:l.a.bool},g=[m.h.space,m.h.enter,m.h.up,m.h.down,m.h.end,m.h.home],y=function(e){function t(t){var n;return(n=e.call(this,t)||this).addEvents=n.addEvents.bind(Object(i.a)(n)),n.handleDocumentClick=n.handleDocumentClick.bind(Object(i.a)(n)),n.handleKeyDown=n.handleKeyDown.bind(Object(i.a)(n)),n.removeEvents=n.removeEvents.bind(Object(i.a)(n)),n.toggle=n.toggle.bind(Object(i.a)(n)),n.containerRef=c.a.createRef(),n}Object(a.a)(t,e);var n=t.prototype;return n.getContextValue=function(){return{toggle:this.toggle,isOpen:this.props.isOpen,direction:"down"===this.props.direction&&this.props.dropup?"up":this.props.direction,inNavbar:this.props.inNavbar,disabled:this.props.disabled}},n.componentDidMount=function(){this.handleProps()},n.componentDidUpdate=function(e){this.props.isOpen!==e.isOpen&&this.handleProps()},n.componentWillUnmount=function(){this.removeEvents()},n.getContainer=function(){return this.containerRef.current},n.getMenuCtrl=function(){return this._$menuCtrl||(this._$menuCtrl=this.getContainer().querySelector("[aria-expanded]")),this._$menuCtrl},n.getMenuItems=function(){return[].slice.call(this.getContainer().querySelectorAll('[role="menuitem"]'))},n.addEvents=function(){var e=this;["click","touchstart","keyup"].forEach((function(t){return document.addEventListener(t,e.handleDocumentClick,!0)}))},n.removeEvents=function(){var e=this;["click","touchstart","keyup"].forEach((function(t){return document.removeEventListener(t,e.handleDocumentClick,!0)}))},n.handleDocumentClick=function(e){if(!e||3!==e.which&&("keyup"!==e.type||e.which===m.h.tab)){var t=this.getContainer();(!t.contains(e.target)||t===e.target||"keyup"===e.type&&e.which!==m.h.tab)&&this.toggle(e)}},n.handleKeyDown=function(e){var t=this;if(!/input|textarea/i.test(e.target.tagName)&&(m.h.tab!==e.which||"menuitem"===e.target.getAttribute("role")&&this.props.a11y)&&((-1!==g.indexOf(e.which)||e.which>=48&&e.which<=90)&&e.preventDefault(),!this.props.disabled&&(this.getMenuCtrl()===e.target&&(!this.props.isOpen&&[m.h.space,m.h.enter,m.h.up,m.h.down].indexOf(e.which)>-1?(this.toggle(e),setTimeout((function(){return t.getMenuItems()[0].focus()}))):this.props.isOpen&&e.which===m.h.esc&&this.toggle(e)),this.props.isOpen&&"menuitem"===e.target.getAttribute("role"))))if([m.h.tab,m.h.esc].indexOf(e.which)>-1)this.toggle(e),this.getMenuCtrl().focus();else if([m.h.space,m.h.enter].indexOf(e.which)>-1)e.target.click(),this.getMenuCtrl().focus();else if([m.h.down,m.h.up].indexOf(e.which)>-1||[m.h.n,m.h.p].indexOf(e.which)>-1&&e.ctrlKey){var n=this.getMenuItems(),r=n.indexOf(e.target);m.h.up===e.which||m.h.p===e.which&&e.ctrlKey?r=0!==r?r-1:n.length-1:(m.h.down===e.which||m.h.n===e.which&&e.ctrlKey)&&(r=r===n.length-1?0:r+1),n[r].focus()}else if(m.h.end===e.which){var o=this.getMenuItems();o[o.length-1].focus()}else if(m.h.home===e.which){this.getMenuItems()[0].focus()}else if(e.which>=48&&e.which<=90)for(var i=this.getMenuItems(),a=String.fromCharCode(e.which).toLowerCase(),s=0;s<i.length;s+=1){if((i[s].textContent&&i[s].textContent[0].toLowerCase())===a){i[s].focus();break}}},n.handleProps=function(){this.props.isOpen?this.addEvents():this.removeEvents()},n.toggle=function(e){return this.props.disabled?e&&e.preventDefault():this.props.toggle(e)},n.render=function(){var e,t,n=Object(m.j)(this.props,["toggle","disabled","inNavbar","a11y"]),r=n.className,i=n.cssModule,a=n.direction,s=n.isOpen,u=n.group,l=n.size,d=n.nav,M=n.setActiveFromChild,g=n.active,y=n.addonType,v=n.tag,A=Object(p.a)(n,["className","cssModule","direction","isOpen","group","size","nav","setActiveFromChild","active","addonType","tag"]),_=v||(d?"li":"div"),w=!1;M&&c.a.Children.map(this.props.children[1].props.children,(function(e){e&&e.props.active&&(w=!0)}));var O=Object(m.i)(h()(r,"down"!==a&&"drop"+a,!(!d||!g)&&"active",!(!M||!w)&&"active",((e={})["input-group-"+y]=y,e["btn-group"]=u,e["btn-group-"+l]=!!l,e.dropdown=!u&&!y,e.show=s,e["nav-item"]=d,e)),i);return c.a.createElement(b.a.Provider,{value:this.getContextValue()},c.a.createElement(f.c,null,c.a.createElement(_,Object(o.a)({},A,((t={})["string"===typeof _?"ref":"innerRef"]=this.containerRef,t),{onKeyDown:this.handleKeyDown,className:O}))))},t}(c.a.Component);y.propTypes=M,y.defaultProps={a11y:!0,isOpen:!1,direction:"down",nav:!1,active:!1,addonType:!1,inNavbar:!1,setActiveFromChild:!1};var v=y;function A(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}var _=["defaultOpen"],w=function(e){function t(t){var n;return(n=e.call(this,t)||this).state={isOpen:t.defaultOpen||!1},n.toggle=n.toggle.bind(Object(i.a)(n)),n}Object(a.a)(t,e);var n=t.prototype;return n.toggle=function(e){this.setState({isOpen:!this.state.isOpen}),this.props.onToggle&&this.props.onToggle(e,!this.state.isOpen)},n.render=function(){return c.a.createElement(v,Object(o.a)({isOpen:this.state.isOpen,toggle:this.toggle},Object(m.j)(this.props,_)))},t}(s.Component);w.propTypes=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?A(Object(n),!0).forEach((function(t){Object(r.a)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):A(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({defaultOpen:l.a.bool,onToggle:l.a.func},v.propTypes)},function(e,t,n){"use strict";var r=n(3),o=n(5),i=n(7),a=n(8),s=n(0),c=n.n(s),u=n(1),l=n.n(u),p=n(4),f=n.n(p),d=n(33),h=n.n(d),b=n(12),m=n.n(b),M=n(35),g=n.n(M),y=n(13),v=n.n(y),A=n(49),_=n.n(A),w=n(44),O=n(28),z=function(e){function t(){for(var t,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return t=e.call.apply(e,[this].concat(r))||this,v()(m()(t),"refHandler",(function(e){Object(O.b)(t.props.innerRef,e),Object(O.a)(t.props.setReferenceNode,e)})),t}g()(t,e);var n=t.prototype;return n.componentWillUnmount=function(){Object(O.b)(this.props.innerRef,null)},n.render=function(){return _()(Boolean(this.props.setReferenceNode),"`Reference` should not be used outside of a `Manager` component."),Object(O.c)(this.props.children)({ref:this.refHandler})},t}(s.Component);function T(e){return s.createElement(w.b.Consumer,null,(function(t){return s.createElement(z,h()({setReferenceNode:t},e))}))}var x=n(30),N=n(2),L=n(67),E={caret:l.a.bool,color:l.a.string,children:l.a.node,className:l.a.string,cssModule:l.a.object,disabled:l.a.bool,onClick:l.a.func,"aria-haspopup":l.a.bool,split:l.a.bool,tag:N.l,nav:l.a.bool},S=function(e){function t(t){var n;return(n=e.call(this,t)||this).onClick=n.onClick.bind(Object(i.a)(n)),n}Object(a.a)(t,e);var n=t.prototype;return n.onClick=function(e){this.props.disabled||this.context.disabled?e.preventDefault():(this.props.nav&&!this.props.tag&&e.preventDefault(),this.props.onClick&&this.props.onClick(e),this.context.toggle(e))},n.render=function(){var e,t=this,n=this.props,i=n.className,a=n.color,s=n.cssModule,u=n.caret,l=n.split,p=n.nav,d=n.tag,h=n.innerRef,b=Object(o.a)(n,["className","color","cssModule","caret","split","nav","tag","innerRef"]),m=b["aria-label"]||"Toggle Dropdown",M=Object(N.i)(f()(i,{"dropdown-toggle":u||l,"dropdown-toggle-split":l,"nav-link":p}),s),g="undefined"!==typeof b.children?b.children:c.a.createElement("span",{className:"sr-only"},m);return p&&!d?(e="a",b.href="#"):d?e=d:(e=L.a,b.color=a,b.cssModule=s),this.context.inNavbar?c.a.createElement(e,Object(r.a)({},b,{className:M,onClick:this.onClick,"aria-expanded":this.context.isOpen,children:g})):c.a.createElement(T,{innerRef:h},(function(n){var o,i=n.ref;return c.a.createElement(e,Object(r.a)({},b,((o={})["string"===typeof e?"ref":"innerRef"]=i,o),{className:M,onClick:t.onClick,"aria-expanded":t.context.isOpen,children:g}))}))},t}(c.a.Component);S.propTypes=E,S.defaultProps={"aria-haspopup":!0,color:"secondary"},S.contextType=x.a;t.a=S}]]);
+//# sourceMappingURL=2.57113e20.chunk.js.map \ No newline at end of file
diff --git a/databases/prometheus/files/react/static/js/2.57113e20.chunk.js.LICENSE.txt b/databases/prometheus/files/react/static/js/2.57113e20.chunk.js.LICENSE.txt
new file mode 100644
index 00000000000..d2c4b245556
--- /dev/null
+++ b/databases/prometheus/files/react/static/js/2.57113e20.chunk.js.LICENSE.txt
@@ -0,0 +1,122 @@
+/*
+object-assign
+(c) Sindre Sorhus
+@license MIT
+*/
+
+/*!
+ * Sizzle CSS Selector Engine v2.3.5
+ * https://sizzlejs.com/
+ *
+ * Copyright JS Foundation and other contributors
+ * Released under the MIT license
+ * https://js.foundation/
+ *
+ * Date: 2020-03-14
+ */
+
+/*!
+ Copyright (c) 2017 Jed Watson.
+ Licensed under the MIT License (MIT), see
+ http://jedwatson.github.io/classnames
+*/
+
+/*!
+ * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
+ */
+
+/*!
+ * jQuery JavaScript Library v3.5.1
+ * https://jquery.com/
+ *
+ * Includes Sizzle.js
+ * https://sizzlejs.com/
+ *
+ * Copyright JS Foundation and other contributors
+ * Released under the MIT license
+ * https://jquery.org/license
+ *
+ * Date: 2020-05-04T22:49Z
+ */
+
+/*! https://mths.be/codepointat v0.2.0 by @mathias */
+
+/** @license React v0.19.1
+ * scheduler.production.min.js
+ *
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
+
+/** @license React v16.13.1
+ * react-is.production.min.js
+ *
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
+
+/** @license React v16.14.0
+ * react-dom.production.min.js
+ *
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
+
+/** @license React v16.14.0
+ * react.production.min.js
+ *
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
+
+/**!
+ * @fileOverview Kickass library to create and place poppers near their reference elements.
+ * @version 1.16.1
+ * @license
+ * Copyright (c) 2016 Federico Zivolo and contributors
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ */
+
+/*@preserve
+ * Tempus Dominus Bootstrap4 v5.1.2 (https://tempusdominus.github.io/bootstrap-4/)
+ * Copyright 2016-2018 Jonathan Peterson
+ * Licensed under MIT (https://github.com/tempusdominus/bootstrap-3/blob/master/LICENSE)
+ */
+
+//! Copyright (c) JS Foundation and other contributors
+
+//! github.com/moment/moment-timezone
+
+//! license : MIT
+
+//! moment-timezone.js
+
+//! moment.js
+
+//! version : 0.5.32
diff --git a/databases/prometheus/files/react/static/js/2.57113e20.chunk.js.map b/databases/prometheus/files/react/static/js/2.57113e20.chunk.js.map
new file mode 100644
index 00000000000..d57aa63b9ad
--- /dev/null
+++ b/databases/prometheus/files/react/static/js/2.57113e20.chunk.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["../node_modules/react/index.js","../node_modules/prop-types/index.js","../node_modules/reactstrap/es/utils.js","../node_modules/@babel/runtime/helpers/esm/extends.js","../node_modules/classnames/index.js","../node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js","../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/slicedToArray.js","../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js","../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js","../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js","../node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js","../node_modules/@babel/runtime/helpers/esm/inheritsLoose.js","../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/defineProperty.js","../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectSpread2.js","../node_modules/@fortawesome/free-solid-svg-icons/index.es.js","../node_modules/@babel/runtime/helpers/assertThisInitialized.js","../node_modules/@babel/runtime/helpers/defineProperty.js","../node_modules/@reach/router/es/lib/utils.js","../node_modules/@reach/router/es/lib/history.js","../node_modules/@reach/router/es/index.js","../node_modules/@fortawesome/react-fontawesome/index.es.js","../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/classCallCheck.js","../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/createClass.js","../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js","../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js","../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/iterableToArray.js","../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js","../node_modules/moment-timezone/index.js","../node_modules/@babel/runtime/helpers/esm/defineProperty.js","../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js","../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js","../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/typeof.js","../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js","../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js","../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/createSuper.js","../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js","../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/inherits.js","../node_modules/jquery/dist/jquery.js","../node_modules/webpack/buildin/global.js","../node_modules/moment/moment.js","../node_modules/reactstrap/es/Fade.js","../node_modules/react-popper/lib/esm/utils.js","../node_modules/react-dom/index.js","../node_modules/reactstrap/es/DropdownContext.js","../node_modules/react-transition-group/index.js","../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js","../node_modules/@babel/runtime/helpers/extends.js","../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js","../node_modules/@babel/runtime/helpers/inheritsLoose.js","../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js","../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js","../node_modules/invariant/browser.js","../node_modules/@fortawesome/fontawesome-svg-core/index.es.js","../node_modules/define-properties/index.js","../node_modules/function-bind/index.js","../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js","../node_modules/create-react-context/lib/index.js","../node_modules/react-lifecycles-compat/react-lifecycles-compat.es.js","../node_modules/react-popper/lib/esm/Manager.js","../node_modules/reactstrap/es/TabContext.js","../node_modules/has-symbols/index.js","../node_modules/lodash/isObject.js","../node_modules/warning/warning.js","../node_modules/lodash/debounce.js","../../../src/utils/isBrowser.js","../../../src/utils/debounce.js","../../../src/utils/isFunction.js","../../../src/utils/getStyleComputedProperty.js","../../../src/utils/getParentNode.js","../../../src/utils/getScrollParent.js","../../../src/utils/getReferenceNode.js","../../../src/utils/isIE.js","../../../src/utils/getOffsetParent.js","../../../src/utils/getRoot.js","../../../src/utils/findCommonOffsetParent.js","../../../src/utils/isOffsetContainer.js","../../../src/utils/getScroll.js","../../../src/utils/includeScroll.js","../../../src/utils/getBordersSize.js","../../../src/utils/getWindowSizes.js","../../../src/utils/getClientRect.js","../../../src/utils/getBoundingClientRect.js","../../../src/utils/getOffsetRectRelativeToArbitraryNode.js","../../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js","../../../src/utils/isFixed.js","../../../src/utils/getFixedPositionOffsetParent.js","../../../src/utils/getBoundaries.js","../../../src/utils/computeAutoPlacement.js","../../../src/utils/getReferenceOffsets.js","../../../src/utils/getOuterSizes.js","../../../src/utils/getOppositePlacement.js","../../../src/utils/getPopperOffsets.js","../../../src/utils/find.js","../../../src/utils/runModifiers.js","../../../src/utils/findIndex.js","../../../src/methods/update.js","../../../src/utils/isModifierEnabled.js","../../../src/utils/getSupportedPropertyName.js","../../../src/methods/destroy.js","../../../src/utils/getWindow.js","../../../src/utils/setupEventListeners.js","../../../src/methods/enableEventListeners.js","../../../src/methods/disableEventListeners.js","../../../src/utils/removeEventListeners.js","../../../src/utils/isNumeric.js","../../../src/utils/setStyles.js","../../../src/modifiers/computeStyle.js","../../../src/utils/isModifierRequired.js","../../../src/methods/placements.js","../../../src/utils/clockwise.js","../../../src/modifiers/flip.js","../../../src/modifiers/offset.js","../../../src/modifiers/index.js","../../../src/methods/defaults.js","../../../src/modifiers/shift.js","../../../src/modifiers/preventOverflow.js","../../../src/modifiers/keepTogether.js","../../../src/modifiers/arrow.js","../../../src/utils/getOppositeVariation.js","../../../src/modifiers/inner.js","../../../src/modifiers/hide.js","../../../src/utils/getRoundedOffsets.js","../../../src/modifiers/applyStyle.js","../../../src/utils/setAttributes.js","../../../src/index.js","../node_modules/babel-preset-react-app/node_modules/@babel/runtime/regenerator/index.js","../node_modules/react-is/index.js","../node_modules/object-assign/index.js","../node_modules/react-transition-group/Transition.js","../node_modules/react-transition-group/utils/PropTypes.js","../node_modules/react-transition-group/TransitionGroup.js","../node_modules/object-keys/index.js","../node_modules/object-keys/isArguments.js","../node_modules/object-is/implementation.js","../node_modules/object-is/polyfill.js","../node_modules/regexp.prototype.flags/implementation.js","../node_modules/regexp.prototype.flags/polyfill.js","../node_modules/lodash/_root.js","../node_modules/lodash/_Symbol.js","../node_modules/reactstrap/es/Button.js","../node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js","../node_modules/deep-equal/index.js","../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js","../node_modules/fuzzy/lib/fuzzy.js","../node_modules/sanitize-html/dist/sanitize-html.js","../node_modules/reactstrap/es/InputGroupText.js","../node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js","../node_modules/lodash/throttle.js","../node_modules/react-copy-to-clipboard/lib/index.js","../node_modules/raf-schd/dist/raf-schd.esm.js","../node_modules/react-resize-detector/lib/esm/lib/utils.js","../node_modules/react-resize-detector/lib/esm/components/ResizeDetector.js","../node_modules/react-resize-detector/lib/esm/index.js","../../src/index.ts","../node_modules/downshift/dist/downshift.esm.js","../node_modules/webpack/buildin/module.js","../node_modules/react/cjs/react.production.min.js","../node_modules/react-dom/cjs/react-dom.production.min.js","../node_modules/scheduler/index.js","../node_modules/scheduler/cjs/scheduler.production.min.js","../node_modules/prop-types/factoryWithThrowingShims.js","../node_modules/prop-types/lib/ReactPropTypesSecret.js","../node_modules/create-react-context/lib/implementation.js","../node_modules/gud/index.js","../node_modules/react-transition-group/CSSTransition.js","../node_modules/dom-helpers/class/addClass.js","../node_modules/@babel/runtime/helpers/interopRequireDefault.js","../node_modules/dom-helpers/class/hasClass.js","../node_modules/dom-helpers/class/removeClass.js","../node_modules/react-transition-group/ReplaceTransition.js","../node_modules/react-transition-group/utils/ChildMapping.js","../node_modules/object-keys/implementation.js","../node_modules/is-arguments/index.js","../node_modules/object-is/index.js","../node_modules/object-is/node_modules/es-abstract/helpers/callBind.js","../node_modules/function-bind/implementation.js","../node_modules/object-is/node_modules/es-abstract/GetIntrinsic.js","../node_modules/has-symbols/shams.js","../node_modules/has/src/index.js","../node_modules/object-is/shim.js","../node_modules/is-regex/index.js","../node_modules/regexp.prototype.flags/index.js","../node_modules/es-abstract/helpers/callBind.js","../node_modules/es-abstract/GetIntrinsic.js","../node_modules/regexp.prototype.flags/shim.js","../node_modules/is-date-object/index.js","../node_modules/regenerator-runtime/runtime.js","../node_modules/timers-browserify/main.js","../node_modules/setimmediate/setImmediate.js","../node_modules/process/browser.js","../node_modules/moment-timezone/moment-timezone.js","../node_modules/react-is/cjs/react-is.production.min.js","../node_modules/tempusdominus-core/src/js/tempusdominus-core.js","../node_modules/tempusdominus-bootstrap-4/build/js/tempusdominus-bootstrap-4.js","../node_modules/jquery.flot.tooltip/js/jquery.flot.tooltip.js","../node_modules/lodash/now.js","../node_modules/lodash/_freeGlobal.js","../node_modules/lodash/toNumber.js","../node_modules/lodash/isSymbol.js","../node_modules/lodash/_baseGetTag.js","../node_modules/lodash/_getRawTag.js","../node_modules/lodash/_objectToString.js","../node_modules/lodash/isObjectLike.js","../node_modules/react-copy-to-clipboard/lib/Component.js","../node_modules/copy-to-clipboard/index.js","../node_modules/toggle-selection/index.js","../node_modules/css.escape/css.escape.js","../node_modules/react-popper/lib/esm/Popper.js","../node_modules/reactstrap/es/Navbar.js","../node_modules/reactstrap/es/NavbarToggler.js","../node_modules/reactstrap/es/Collapse.js","../node_modules/reactstrap/es/Nav.js","../node_modules/reactstrap/es/NavItem.js","../node_modules/reactstrap/es/NavLink.js","../node_modules/reactstrap/es/DropdownMenu.js","../node_modules/reactstrap/es/DropdownItem.js","../node_modules/reactstrap/es/Alert.js","../node_modules/reactstrap/es/InputGroup.js","../node_modules/reactstrap/es/InputGroupAddon.js","../node_modules/reactstrap/es/Input.js","../node_modules/reactstrap/es/Form.js","../node_modules/reactstrap/es/ButtonGroup.js","../node_modules/reactstrap/es/Table.js","../node_modules/reactstrap/es/Row.js","../node_modules/reactstrap/es/Col.js","../node_modules/reactstrap/es/TabContent.js","../node_modules/reactstrap/es/TabPane.js","../node_modules/reactstrap/es/Badge.js","../node_modules/reactstrap/es/FormGroup.js","../node_modules/reactstrap/es/Label.js","../node_modules/reactstrap/es/Container.js","../node_modules/reactstrap/es/PopperContent.js","../node_modules/reactstrap/es/TooltipPopoverWrapper.js","../node_modules/reactstrap/es/Tooltip.js","../node_modules/reactstrap/es/Dropdown.js","../node_modules/reactstrap/es/UncontrolledDropdown.js","../node_modules/react-popper/lib/esm/Reference.js","../node_modules/reactstrap/es/DropdownToggle.js"],"names":["module","exports","require","globalCssModule","mapToCssModules","className","cssModule","split","map","c","join","omit","obj","omitKeys","result","Object","keys","forEach","key","indexOf","pick","pickKeys","Array","isArray","length","warned","warnOnce","message","console","error","Element","window","DOMElement","props","propName","componentName","Error","targetPropType","PropTypes","oneOfType","string","func","shape","current","any","tagPropType","$$typeof","symbol","render","arrayOf","TransitionTimeouts","Fade","Collapse","Modal","Carousel","TransitionPropTypeKeys","TransitionStatuses","ENTERING","ENTERED","EXITING","EXITED","keyCodes","esc","space","enter","tab","up","down","home","end","n","p","PopperPlacements","canUseDOM","document","createElement","getTag","value","undefined","prototype","toString","call","isObject","type","findDOMElements","target","isReactRefObj","tag","isFunction","selection","querySelectorAll","isArrayOrNodeList","els","getTarget","allElements","_extends","assign","i","arguments","source","hasOwnProperty","apply","this","hasOwn","classNames","classes","arg","argType","push","inner","default","_objectWithoutPropertiesLoose","excluded","sourceKeys","_slicedToArray","arr","Symbol","iterator","_arr","_n","_d","_e","_s","_i","next","done","err","unsupportedIterableToArray","TypeError","_assertThisInitialized","self","ReferenceError","_inheritsLoose","subClass","superClass","create","constructor","__proto__","_defineProperty","defineProperty","enumerable","configurable","writable","ownKeys","object","enumerableOnly","getOwnPropertySymbols","symbols","filter","sym","getOwnPropertyDescriptor","_objectSpread2","getOwnPropertyDescriptors","defineProperties","faArrowDown","prefix","iconName","icon","faArrowUp","faCalendarCheck","faChartArea","faChartLine","faChevronDown","faChevronLeft","faChevronRight","faMinus","faPlus","faSearch","faSpinner","faTimes","startsWith","search","substr","routes","uri","match","default_","uriPathname","uriSegments","segmentize","isRootUri","ranked","rankRoutes","l","missed","route","params","routeSegments","path","max","Math","index","routeSegment","uriSegment","isSplat","slice","decodeURIComponent","dynamicMatch","paramRe","exec","reservedNames","invariant","resolve","to","base","_to$split","toPathname","toQuery","basePathname","toSegments","baseSegments","addQuery","pathname","concat","allSegments","segments","segment","pop","insertParams","_path$split","pathBase","_path$split$","query","constructedPath","_params$location","location","_params$location$sear","searchSplit","isDynamic","test","rankRoute","score","reduce","isRootSegment","SEGMENT_POINTS","sort","a","b","replace","_len","_key","q","getLocation","_source$location","hash","href","origin","protocol","host","hostname","port","URL","encodeURI","decodeURI","state","history","globalHistory","options","listeners","transitioning","resolveTransition","_onTransitionComplete","listen","listener","popstateListener","action","addEventListener","removeEventListener","fn","navigate","_ref","_ref$replace","go","Date","now","replaceState","pushState","e","transition","Promise","res","createHistory","initialPath","searchIndex","initialLocation","stack","states","name","_","_uri$split","_uri$split$","_uri$split2","_uri$split2$","newIndex","createMemorySource","_objectWithoutProperties","_classCallCheck","instance","Constructor","_possibleConstructorReturn","_inherits","setPrototypeOf","createNamedContext","defaultValue","Ctx","createContext","displayName","LocationContext","Location","children","React","Consumer","context","LocationProvider","_React$Component","_temp","_this","args","getContext","refs","unlisten","_props$history","componentDidCatch","info","isRedirect","_navigate","componentDidUpdate","prevProps","prevState","componentDidMount","_this2","then","requestAnimationFrame","unmounted","setState","componentWillUnmount","Provider","Component","defaultProps","BaseContext","baseuri","basepath","Router","baseContext","locationContext","RouterImpl","_React$PureComponent","_props","_navigate2","primary","_props$component","component","domProps","Children","toArray","array","child","createRoute","element","clone","cloneElement","FocusWrapper","FocusHandler","wrapperProps","PureComponent","FocusContext","_ref3","requestFocus","FocusHandlerImpl","initialRender","focusHandlerCount","_React$Component2","_temp2","_this4","_len2","_key2","node","shouldFocus","focus","getDerivedStateFromProps","nextProps","myURIChanged","navigatedUpToMe","contains","activeElement","_this5","_props2","style","_props2$component","Comp","outline","tabIndex","ref","polyfill","k","forwardRef","C","Link","_ref4","innerRef","_ref5","_ref6","_props$getProps","getProps","anchorProps","encodedHref","isCurrent","isPartiallyCurrent","onClick","event","shouldNavigate","preventDefault","shouldReplace","_location$state","restState","obj1","obj2","obj1Keys","every","shallowCompare","RedirectRequest","o","RedirectImpl","_React$Component3","_props3","_props3$replace","from","noThrow","resolvedTo","_props4","redirectTo","Redirect","_ref7","stripSlashes","str","Fragment","validateRedirect","elementPath","defaultPrevented","button","metaKey","altKey","ctrlKey","shiftKey","_typeof","sourceSymbolKeys","propertyIsEnumerable","_toConsumableArray","arr2","_arrayWithoutHoles","iter","_iterableToArray","_nonIterableSpread","camelize","chr","toUpperCase","toLowerCase","styleToObject","s","trim","acc","pair","val","prop","charAt","PRODUCTION","process","normalizeIconArgs","objectWithKey","FontAwesomeIcon","forwardedRef","iconArgs","maskArgs","mask","title","iconLookup","_classes","spin","pulse","fixedWidth","inverse","border","listItem","flip","size","rotation","pull","swapOpacity","classList","transform","parse","renderedIcon","_console","log","abstract","extraProps","convertCurry","propTypes","bool","oneOf","convert","mixins","attributes","attrs","_extraProps$style","existingStyle","remaining","bind","_defineProperties","descriptor","_createClass","protoProps","staticProps","arrayLikeToArray","tz","load","_getPrototypeOf","getPrototypeOf","_isNativeReflectConstruct","Reflect","construct","sham","Proxy","_createSuper","Derived","Super","NewTarget","_setPrototypeOf","global","factory","w","noGlobal","getProto","flat","class2type","fnToString","ObjectFunctionString","support","nodeType","isWindow","preservedScriptAttributes","src","nonce","noModule","DOMEval","code","doc","script","text","getAttribute","setAttribute","head","appendChild","parentNode","removeChild","toType","jQuery","selector","init","isArrayLike","jquery","get","num","pushStack","elems","ret","merge","prevObject","each","callback","elem","first","eq","last","even","grep","_elem","odd","len","j","splice","extend","copy","copyIsArray","deep","isPlainObject","expando","random","isReady","msg","noop","proto","Ctor","isEmptyObject","globalEval","makeArray","results","inArray","second","invert","matches","callbackExpect","guid","Sizzle","Expr","getText","isXML","tokenize","compile","select","outermostContext","sortInput","hasDuplicate","setDocument","docElem","documentIsHTML","rbuggyQSA","rbuggyMatches","preferredDoc","dirruns","classCache","createCache","tokenCache","compilerCache","nonnativeSelectorCache","sortOrder","pushNative","list","booleans","whitespace","identifier","pseudos","rwhitespace","RegExp","rtrim","rcomma","rcombinators","rdescend","rpseudo","ridentifier","matchExpr","rhtml","rinputs","rheader","rnative","rquickExpr","rsibling","runescape","funescape","escape","nonHex","high","String","fromCharCode","rcssescape","fcssescape","ch","asCodePoint","charCodeAt","unloadHandler","inDisabledFieldset","addCombinator","disabled","nodeName","dir","childNodes","seed","m","nid","groups","newSelector","newContext","ownerDocument","getElementById","id","getElementsByTagName","getElementsByClassName","qsa","testContext","scope","toSelector","qsaError","removeAttribute","cache","cacheLength","shift","markFunction","assert","el","addHandle","handler","attrHandle","siblingCheck","cur","diff","sourceIndex","nextSibling","createInputPseudo","createButtonPseudo","createDisabledPseudo","isDisabled","createPositionalPseudo","argument","matchIndexes","namespace","namespaceURI","documentElement","hasCompare","subWindow","defaultView","top","attachEvent","createComment","getById","getElementsByName","attrId","find","getAttributeNode","tmp","input","innerHTML","matchesSelector","webkitMatchesSelector","mozMatchesSelector","oMatchesSelector","msMatchesSelector","disconnectedMatch","compareDocumentPosition","adown","bup","compare","sortDetached","aup","ap","bp","unshift","expr","elements","attr","specified","sel","uniqueSort","duplicates","detectDuplicates","sortStable","textContent","firstChild","nodeValue","selectors","createPseudo","relative","preFilter","excess","unquoted","nodeNameSelector","pattern","operator","check","what","_argument","simple","forward","ofType","_context","xml","uniqueCache","outerCache","nodeIndex","start","parent","useCache","lastChild","uniqueID","pseudo","setFilters","idx","matched","matcher","unmatched","lang","elemLang","hasFocus","checked","selected","selectedIndex","_matchIndexes","radio","checkbox","file","password","image","submit","reset","tokens","combinator","skip","checkNonElements","doneName","oldCache","newCache","elementMatcher","matchers","condense","newUnmatched","mapped","setMatcher","postFilter","postFinder","postSelector","temp","preMap","postMap","preexisting","contexts","multipleContexts","matcherIn","matcherOut","matcherFromTokens","checkContext","leadingRelative","implicitRelative","matchContext","matchAnyContext","filters","parseOnly","soFar","preFilters","cached","setMatchers","elementMatchers","bySet","byElement","superMatcher","outermost","matchedCount","setMatched","contextBackup","dirrunsUnique","matcherFromGroupMatchers","token","compiled","_name","unique","isXMLDoc","escapeSelector","until","truncate","is","siblings","rneedsContext","needsContext","rsingleTag","winnow","qualifier","not","rootjQuery","root","parseHTML","ready","rparentsprev","guaranteedUnique","contents","prev","sibling","has","targets","closest","prevAll","add","addBack","parents","parentsUntil","nextAll","nextUntil","prevUntil","contentDocument","content","reverse","rnothtmlwhite","Identity","v","Thrower","ex","adoptValue","reject","noValue","method","promise","fail","Callbacks","flag","createOptions","firing","memory","fired","locked","queue","firingIndex","fire","once","stopOnFalse","remove","empty","disable","lock","fireWith","Deferred","tuples","always","deferred","pipe","fns","newDefer","tuple","returned","progress","notify","onFulfilled","onRejected","onProgress","maxDepth","depth","special","that","mightThrow","notifyWith","resolveWith","exceptionHook","stackTrace","rejectWith","getStackHook","setTimeout","stateString","when","singleValue","resolveContexts","resolveValues","master","updateFunc","rerrorNames","warn","readyException","readyList","completed","catch","readyWait","wait","readyState","doScroll","access","chainable","emptyGet","raw","bulk","rmsPrefix","rdashAlpha","fcamelCase","_all","letter","camelCase","acceptData","owner","Data","uid","set","data","hasData","dataPriv","dataUser","rbrace","rmultiDash","dataAttr","JSON","getData","removeData","_data","_removeData","dequeue","startLength","hooks","_queueHooks","stop","setter","clearQueue","count","defer","pnum","rcssNum","cssExpand","isAttached","composed","getRootNode","isHiddenWithinTree","display","css","adjustCSS","valueParts","tween","adjusted","scale","maxIterations","currentValue","initial","unit","cssNumber","initialInUnit","defaultDisplayMap","getDefaultDisplay","body","showHide","show","values","hide","toggle","rcheckableType","rtagName","rscriptType","div","createDocumentFragment","checkClone","cloneNode","noCloneChecked","option","wrapMap","thead","col","tr","td","_default","getAll","setGlobalEval","refElements","tbody","tfoot","colgroup","caption","th","optgroup","buildFragment","scripts","ignored","wrap","attached","fragment","nodes","htmlPrefilter","createTextNode","rkeyEvent","rmouseEvent","rtypenamespace","returnTrue","returnFalse","expectSync","safeActiveElement","on","types","one","origFn","off","leverageNative","notAsync","saved","isTrigger","delegateType","stopPropagation","stopImmediatePropagation","trigger","Event","handleObjIn","eventHandle","events","t","handleObj","handlers","namespaces","origType","elemData","handle","triggered","dispatch","bindType","delegateCount","setup","mappedTypes","origCount","teardown","removeEvent","nativeEvent","handlerQueue","fix","delegateTarget","preDispatch","isPropagationStopped","currentTarget","isImmediatePropagationStopped","rnamespace","postDispatch","matchedHandlers","matchedSelectors","addProp","hook","originalEvent","noBubble","click","beforeunload","returnValue","isDefaultPrevented","relatedTarget","timeStamp","isSimulated","bubbles","cancelable","changedTouches","detail","eventPhase","pageX","pageY","view","charCode","keyCode","buttons","clientX","clientY","offsetX","offsetY","pointerId","pointerType","screenX","screenY","targetTouches","toElement","touches","which","blur","mouseenter","mouseleave","pointerenter","pointerleave","orig","related","rnoInnerhtml","rchecked","rcleanScript","manipulationTarget","disableScript","restoreScript","cloneCopyEvent","dest","udataOld","udataCur","fixInput","domManip","collection","hasScripts","iNoClone","valueIsFunction","html","_evalUrl","keepData","cleanData","dataAndEvents","deepDataAndEvents","srcElements","destElements","inPage","detach","append","prepend","insertBefore","before","after","replaceWith","replaceChild","appendTo","prependTo","insertAfter","replaceAll","original","insert","rnumnonpx","getStyles","opener","getComputedStyle","swap","old","rboxStyle","curCSS","computed","width","minWidth","maxWidth","getPropertyValue","pixelBoxStyles","addGetHookIf","conditionFn","hookFn","computeStyleTests","container","cssText","divStyle","pixelPositionVal","reliableMarginLeftVal","roundPixelMeasures","marginLeft","right","pixelBoxStylesVal","boxSizingReliableVal","position","scrollboxSizeVal","offsetWidth","measure","round","parseFloat","reliableTrDimensionsVal","backgroundClip","clearCloneStyle","boxSizingReliable","pixelPosition","reliableMarginLeft","scrollboxSize","reliableTrDimensions","table","trChild","trStyle","height","parseInt","cssPrefixes","emptyStyle","vendorProps","finalPropName","final","cssProps","capName","vendorPropName","rdisplayswap","rcustomProp","cssShow","visibility","cssNormalTransform","letterSpacing","fontWeight","setPositiveNumber","subtract","boxModelAdjustment","dimension","box","isBorderBox","styles","computedVal","extra","delta","ceil","getWidthOrHeight","valueIsBorderBox","offsetProp","getClientRects","Tween","easing","cssHooks","opacity","origName","isCustomProp","setProperty","isFinite","getBoundingClientRect","scrollboxSizeBuggy","left","margin","padding","suffix","expand","expanded","parts","propHooks","run","percent","eased","duration","pos","step","fx","scrollTop","scrollLeft","linear","swing","cos","PI","fxNow","inProgress","rfxtypes","rrun","schedule","hidden","interval","tick","createFxNow","genFx","includeWidth","createTween","animation","Animation","tweeners","properties","stopped","prefilters","currentTime","startTime","tweens","opts","specialEasing","originalProperties","originalOptions","gotoEnd","propFilter","complete","timer","anim","tweener","oldfire","propTween","restoreDisplay","isBox","dataShow","unqueued","overflow","overflowX","overflowY","prefilter","speed","opt","speeds","fadeTo","animate","optall","doAnimation","finish","stopQueue","timers","cssFn","slideDown","slideUp","slideToggle","fadeIn","fadeOut","fadeToggle","slow","fast","delay","time","timeout","clearTimeout","checkOn","optSelected","radioValue","boolHook","removeAttr","nType","attrHooks","attrNames","getter","lowercaseName","rfocusable","rclickable","stripAndCollapse","getClass","classesToArray","removeProp","propFix","tabindex","addClass","curValue","clazz","finalValue","removeClass","toggleClass","stateVal","isValidValue","hasClass","rreturn","valHooks","optionSet","focusin","rfocusMorph","stopPropagationCallback","onlyHandlers","bubbleType","ontype","lastElement","eventPath","parentWindow","simulate","triggerHandler","attaches","rquery","parseXML","DOMParser","parseFromString","rbracket","rCRLF","rsubmitterTypes","rsubmittable","buildParams","traditional","param","valueOrFunction","encodeURIComponent","serialize","serializeArray","r20","rhash","rantiCache","rheaders","rnoContent","rprotocol","transports","allTypes","originAnchor","addToPrefiltersOrTransports","structure","dataTypeExpression","dataType","dataTypes","inspectPrefiltersOrTransports","jqXHR","inspected","seekingTransport","inspect","prefilterOrFactory","dataTypeOrTransport","ajaxExtend","flatOptions","ajaxSettings","active","lastModified","etag","url","isLocal","processData","async","contentType","accepts","json","responseFields","converters","ajaxSetup","settings","ajaxPrefilter","ajaxTransport","ajax","transport","cacheURL","responseHeadersString","responseHeaders","timeoutTimer","urlAnchor","fireGlobals","uncached","callbackContext","globalEventContext","completeDeferred","statusCode","requestHeaders","requestHeadersNames","strAbort","getResponseHeader","getAllResponseHeaders","setRequestHeader","overrideMimeType","mimeType","status","abort","statusText","finalText","crossDomain","hasContent","ifModified","headers","beforeSend","success","send","nativeStatusText","responses","isSuccess","response","modified","ct","finalDataType","firstDataType","ajaxHandleResponses","conv2","conv","dataFilter","throws","ajaxConvert","getJSON","getScript","wrapAll","firstElementChild","wrapInner","htmlIsFunction","unwrap","visible","offsetHeight","xhr","XMLHttpRequest","xhrSuccessStatus","0","1223","xhrSupported","cors","errorCallback","open","username","xhrFields","onload","onerror","onabort","ontimeout","onreadystatechange","responseType","responseText","binary","scriptAttrs","charset","scriptCharset","evt","oldCallbacks","rjsonp","jsonp","jsonpCallback","originalSettings","callbackName","overwritten","responseContainer","jsonProp","createHTMLDocument","implementation","keepScripts","parsed","animated","offset","setOffset","curPosition","curLeft","curCSSTop","curTop","curOffset","curCSSLeft","curElem","using","rect","win","pageYOffset","pageXOffset","offsetParent","parentOffset","scrollTo","Height","Width","defaultExtra","funcName","unbind","delegate","undelegate","hover","fnOver","fnOut","proxy","holdReady","hold","parseJSON","isNumeric","isNaN","_jQuery","_$","$","noConflict","g","Function","hookCallback","some","hasOwnProp","isObjectEmpty","getOwnPropertyNames","isUndefined","isNumber","isDate","valueOf","createUTC","format","locale","strict","createLocalOrUTC","utc","getParsingFlags","_pf","unusedTokens","unusedInput","charsLeftOver","nullInput","invalidEra","invalidMonth","invalidFormat","userInvalidated","iso","parsedDateParts","era","meridiem","rfc2822","weekdayMismatch","isValid","_isValid","flags","parsedParts","isNowValid","getTime","invalidWeekday","_strict","bigHour","isFrozen","createInvalid","NaN","fun","momentProperties","updateInProgress","copyConfig","_isAMomentObject","_f","_l","_tzm","_isUTC","_offset","_locale","Moment","config","updateOffset","isMoment","suppressDeprecationWarnings","deprecate","firstTime","deprecationHandler","deprecations","deprecateSimple","mergeConfigs","parentConfig","childConfig","Locale","zeroFill","number","targetLength","forceSign","absNumber","abs","zerosToFill","pow","formattingTokens","localFormattingTokens","formatFunctions","formatTokenFunctions","addFormatToken","padded","ordinal","localeData","formatMoment","expandFormat","mom","output","makeFormatFunction","invalidDate","replaceLongDateFormatTokens","longDateFormat","lastIndex","aliases","addUnitAlias","shorthand","lowerCase","normalizeUnits","units","normalizeObjectUnits","inputObject","normalizedProp","normalizedInput","priorities","addUnitPriority","priority","isLeapYear","year","absFloor","floor","toInt","argumentForCoercion","coercedNumber","makeGetSet","keepTime","set$1","month","date","daysInMonth","regexes","match1","match2","match3","match4","match6","match1to2","match3to4","match5to6","match1to3","match1to4","match1to6","matchUnsigned","matchSigned","matchOffset","matchShortOffset","matchWord","addRegexToken","regex","strictRegex","isStrict","getParseRegexForToken","regexEscape","p1","p2","p3","p4","addParseToken","addWeekParseToken","_w","addTimeToArrayFromToken","_a","x","modMonth","monthsShort","months","monthsShortRegex","monthsRegex","monthsParse","defaultLocaleMonths","defaultLocaleMonthsShort","MONTHS_IN_FORMAT","defaultMonthsShortRegex","defaultMonthsRegex","handleStrictParse","monthName","ii","llc","toLocaleLowerCase","_monthsParse","_longMonthsParse","_shortMonthsParse","setMonth","dayOfMonth","min","getSetMonth","computeMonthsParse","cmpLenRev","shortPieces","longPieces","mixedPieces","_monthsRegex","_monthsShortRegex","_monthsStrictRegex","_monthsShortStrictRegex","daysInYear","y","parseTwoDigitYear","getSetYear","createDate","d","h","M","ms","getFullYear","setFullYear","createUTCDate","UTC","getUTCFullYear","setUTCFullYear","firstWeekOffset","dow","doy","fwd","getUTCDay","dayOfYearFromWeeks","week","weekday","resYear","resDayOfYear","dayOfYear","weekOfYear","resWeek","weekOffset","weeksInYear","weekOffsetNext","shiftWeekdays","ws","weekdaysMin","weekdaysShort","weekdays","weekdaysMinRegex","weekdaysShortRegex","weekdaysRegex","weekdaysParse","defaultLocaleWeekdays","defaultLocaleWeekdaysShort","defaultLocaleWeekdaysMin","defaultWeekdaysRegex","defaultWeekdaysShortRegex","defaultWeekdaysMinRegex","handleStrictParse$1","weekdayName","_weekdaysParse","_shortWeekdaysParse","_minWeekdaysParse","day","computeWeekdaysParse","minp","shortp","longp","minPieces","_weekdaysRegex","_weekdaysShortRegex","_weekdaysMinRegex","_weekdaysStrictRegex","_weekdaysShortStrictRegex","_weekdaysMinStrictRegex","hFormat","hours","lowercase","minutes","matchMeridiem","_meridiemParse","seconds","kInput","_isPm","isPM","_meridiem","pos1","pos2","globalLocale","getSetHour","baseConfig","calendar","sameDay","nextDay","nextWeek","lastDay","lastWeek","sameElse","LTS","LT","L","LL","LLL","LLLL","dayOfMonthOrdinalParse","relativeTime","future","past","ss","mm","hh","dd","ww","MM","yy","meridiemParse","locales","localeFamilies","commonPrefix","arr1","minl","normalizeLocale","loadLocale","oldLocale","_abbr","aliasedRequire","getSetGlobalLocale","getLocale","defineLocale","abbr","_config","parentLocale","names","chooseLocale","checkOverflow","_overflowDayOfYear","_overflowWeeks","_overflowWeekday","extendedIsoRegex","basicIsoRegex","tzRegex","isoDates","isoTimes","aspNetJsonRegex","obsOffsets","UT","GMT","EDT","EST","CDT","CST","MDT","MST","PDT","PST","configFromISO","allowTime","dateFormat","timeFormat","tzFormat","configFromStringAndFormat","untruncateYear","yearStr","configFromRFC2822","parsedArray","monthStr","dayStr","hourStr","minuteStr","secondStr","extractFromRFC2822Strings","weekdayStr","parsedInput","getDay","checkWeekday","obsOffset","militaryOffset","numOffset","hm","calculateOffset","setUTCMinutes","getUTCMinutes","defaults","configFromArray","currentDate","expectedWeekday","yearToUse","nowValue","_useUTC","getUTCMonth","getUTCDate","getMonth","getDate","currentDateArray","weekYear","weekdayOverflow","curWeek","GG","W","E","createLocal","_week","gg","_dayOfYear","dayOfYearFromWeekInfo","_nextDay","ISO_8601","RFC_2822","skipped","stringLength","totalParsedInputLength","hour","isPm","meridiemHour","meridiemFixWrap","erasConvertYear","prepareConfig","preparse","tempConfig","bestMoment","scoreToBeat","currentScore","validFormatFound","bestFormatIsValid","configFromStringAndArray","createFromInputFallback","configFromString","dayOrDate","minute","millisecond","configFromObject","configFromInput","isUTC","createFromConfig","prototypeMin","other","prototypeMax","pickBy","moments","ordering","Duration","years","quarters","quarter","weeks","isoWeek","days","milliseconds","unitHasDecimal","isDurationValid","_milliseconds","_days","_months","_bubble","isDuration","absRound","separator","utcOffset","sign","offsetFromString","chunkOffset","cloneWithOffset","model","setTime","local","getDateOffset","getTimezoneOffset","isUtc","aspNetRegex","isoRegex","createDuration","diffRes","parseIso","isBefore","positiveMomentsDifference","momentsDifference","inp","isAfter","createAdder","direction","period","addSubtract","isAdding","invalid","isString","isMomentInput","arrayTest","dataTypeTest","item","isNumberOrStringArray","property","objectTest","propertyTest","isMomentInputObject","isCalendarSpec","monthDiff","wholeMonthDiff","anchor","newLocaleData","defaultFormat","defaultFormatUtc","mod$1","dividend","divisor","localStartOfDate","utcStartOfDate","matchEraAbbr","erasAbbrRegex","computeErasParse","abbrPieces","namePieces","narrowPieces","eras","narrow","_erasRegex","_erasNameRegex","_erasAbbrRegex","_erasNarrowRegex","addWeekYearFormatToken","getSetWeekYearHelper","weeksTarget","setWeekAll","dayOfYearData","erasNameRegex","erasNarrowRegex","erasParse","_eraYearOrdinalRegex","eraYearOrdinalParse","isoWeekYear","_dayOfMonthOrdinalParse","_ordinalParse","_dayOfMonthOrdinalParseLenient","getSetDayOfMonth","getSetMinute","getSetMillisecond","getSetSecond","parseMs","preParsePostFormat","formats","sod","startOf","calendarFormat","asFloat","zoneDelta","endOf","startOfDate","isoWeekday","inputString","postformat","withoutSuffix","humanize","fromNow","toNow","invalidAt","localInput","isBetween","inclusivity","localFrom","localTo","isSame","inputMs","isSameOrAfter","isSameOrBefore","parsingFlags","prioritized","unitsObj","u","getPrioritizedUnits","toObject","toDate","toISOString","keepOffset","zone","for","toJSON","unix","creationData","eraName","since","eraNarrow","eraAbbr","eraYear","isoWeeks","weekInfo","weeksInWeekYear","isoWeeksInYear","isoWeeksInISOWeekYear","parseWeekday","parseIsoWeekday","keepLocalTime","keepMinutes","localAdjust","_changeInProgress","parseZone","tZone","hasAlignedHourOffset","isDST","isUtcOffset","zoneAbbr","zoneName","dates","isDSTShifted","_isDSTShifted","array1","array2","dontConvert","lengthDiff","diffs","compareArrays","proto$1","get$1","field","listMonthsImpl","out","listWeekdaysImpl","localeSorted","_calendar","_longDateFormat","formatUpper","tok","_invalidDate","_ordinal","isFuture","_relativeTime","pastFuture","_eras","isFormat","_monthsShort","_monthsParseExact","firstDayOfYear","firstDayOfWeek","_weekdays","_weekdaysMin","_weekdaysShort","_weekdaysParseExact","_fullWeekdaysParse","isLower","langData","mathAbs","addSubtract$1","absCeil","daysToMonths","monthsToDays","makeAs","alias","as","asMilliseconds","asSeconds","asMinutes","asHours","asDays","asWeeks","asMonths","asQuarters","asYears","makeGetter","thresholds","substituteTimeAgo","abs$1","toISOString$1","totalSign","ymSign","daysSign","hmsSign","total","toFixed","proto$2","monthsFromDays","argWithSuffix","argThresholds","withSuffix","posNegDuration","relativeTime$1","toIsoString","version","updateLocale","tmpLocale","relativeTimeRounding","roundingFunction","relativeTimeThreshold","threshold","limit","myMoment","HTML5_FMT","DATETIME_LOCAL","DATETIME_LOCAL_SECONDS","DATETIME_LOCAL_MS","DATE","TIME","TIME_SECONDS","TIME_MS","WEEK","MONTH","_objectSpread","Transition","baseClass","baseClassActive","appear","exit","in","Tag","otherProps","transitionProps","childProps","isActive","unwrapArray","safeInvoke","setRef","checkDCE","__REACT_DEVTOOLS_GLOBAL_HOOK__","DropdownContext","_CSSTransition","_interopRequireDefault","_ReplaceTransition","_TransitionGroup","_Transition","__esModule","TransitionGroup","ReplaceTransition","CSSTransition","_createForOfIteratorHelper","F","f","it","normalCompletion","didErr","_e2","_unsupportedIterableToArray","minLen","condition","argIndex","framesToPop","_arrayWithHoles","_iterableToArrayLimit","_nonIterableRest","_WINDOW","_DOCUMENT","_MUTATION_OBSERVER","_PERFORMANCE","mark","MutationObserver","performance","_ref$userAgent","navigator","userAgent","WINDOW","DOCUMENT","MUTATION_OBSERVER","PERFORMANCE","IS_DOM","IS_IE","TAGNAMES_TO_SKIP_FOR_PSEUDOELEMENTS","PREFIX_TO_STYLE","STYLE_TO_PREFIX","FONT_FAMILY_PATTERN","FONT_WEIGHT_TO_PREFIX","oneToTen","oneToTwenty","ATTRIBUTES_WATCHED_FOR_MUTATION","DUOTONE_CLASSES","GROUP","SWAP_OPACITY","PRIMARY","SECONDARY","RESERVED_CLASSES","FontAwesomeConfig","querySelector","_ref2","coerce","getAttrConfig","familyPrefix","replacementClass","autoReplaceSvg","autoAddCss","autoA11y","searchPseudoElements","observeMutations","mutateApproach","keepOriginalSource","measurePerformance","showMissingIcons","shims","functions","loaded","domready","asyncTimer","NOOP","isNode","emit","asyncSetTimer","setImmediate","asyncQueue","asyncFlush","asyncCall","invokeCallback","subscriber","settled","_state","handleThenable","resolved","fulfill","reason","publishFulfillment","publishRejection","publish","_then","_handled","notifyRejectionHandled","P","resolver","rejectPromise","invokeResolver","onFulfillment","onRejection","fulfilled","rejected","all","promises","race","picked","meaninglessTransform","rotate","flipX","flipY","insertCss","headChildren","beforeChild","tagName","nextUniqueId","classArray","getIconName","cls","htmlEscape","joinStyles","styleName","transformIsMeaningful","transformForSvg","containerWidth","iconWidth","outer","innerTranslate","innerScale","innerRotate","ALL_SPACE","fillBlack","force","fill","makeInlineSvgAbstract","_params$icons","icons","main","maskId","titleId","_params$watchable","watchable","found","isUploadedIcon","widthClass","attrClass","role","uploadedIconWidthStyle","explicitMaskId","mainWidth","mainPath","maskWidth","maskPath","trans","maskRect","maskInnerGroupChildrenMixin","maskInnerGroup","maskOuterGroup","clipId","maskTag","maskUnits","maskContentUnits","defs","makeIconMasking","styleString","makeIconStandard","asSymbol","asIcon","makeLayersTextAbstract","_params$watchable2","_ref2$width","_ref2$height","_ref2$startCentered","startCentered","transformForCss","class","makeLayersCounterAbstract","noop$1","preamble","perf","subject","initialValue","thisContext","bindInternal4","toHex","unicode","isPrivateUnicode","cp","codePointAt","defineIcons","_params$skipHooks","skipHooks","normalized","addPack","_byUnicode","_byLigature","_byOldName","build","lookup","reducer","ligatures","ligature","hasRegular","shim","oldName","byUnicode","styles$1","getCanonicalIcon","autoFetchSvg","rest","iconFromMapping","mapping","toHtml","abstractNodes","_abstractNodes$attrib","_abstractNodes$childr","attributeName","joinAttributes","noop$2","isWatched","mutators","mutation","newOuterHTML","outerHTML","newNode","nest","forSvg","splitClasses","toSvg","toNode","newInnerHTML","performOperationSync","op","perform","mutations","callbackFunction","frame","mutator","enableObservation","mo","observe","treeCallback","nodeCallback","pseudoElementsCallback","_options$observeMutat","observeMutationsRoot","objects","mutationRecord","addedNodes","_getCanonicalIcon","childList","characterData","subtree","classParser","existingPrefix","existingIconName","innerText","parseTransformString","transformString","parseMeta","_classParser","extraClasses","extraStyles","styleParser","transformParser","symbolParser","extraAttributes","attributesParser","maskParser","MissingIcon","FILL","ANIMATION_BASE","attributeType","repeatCount","dur","RING","OPACITY_ANIMATE","missing","cx","cy","r","styles$2","asFoundIcon","vectorData","findIcon","kitConfig","iconUploads","descriptiveIconName","resolveCustomIconVersion","FontAwesomeKitConfig","styles$3","generateMutation","nodeMeta","computedFontSize","fontSize","boundingClientRect","generateLayersText","generateSvgReplacementMutation","onTree","htmlClassList","hclAdd","hclRemove","prefixes","prefixesDomQuery","candidates","resolvedMutations","onNode","replaceForPosition","pendingAttribute","alreadyProcessedPseudoElement","fontFamily","_content","hexValue","iconIdentifier","meta","processable","operations","drc","fp","rc","dPatt","customPropPatt","rPatt","ensureCss","_cssInserted","apiObject","abstractCreator","findIconDefinition","_iconLookup$prefix","library","definitions","Library","additions","_pullDefinitions","definition","_normalized$key","dom","i2svg","_params$node","_params$callback","watch","autoReplaceSvgRoot","autoReplace","iconDefinition","_params$transform","_params$symbol","_params$mask","_params$maskId","_params$title","_params$titleId","_params$classes","_params$attributes","_params$styles","maybeIconDefinition","api","noAuto","disconnect","_params$transform2","_params$title2","_params$classes2","_params$attributes2","_params$styles2","counter","_params$title3","_params$classes3","_params$attributes3","_params$styles3","layer","assembler","_params$classes4","_params$autoReplaceSv","hasSymbols","toStr","origDefineProperty","supportsDescriptors","arePropertyDescriptorsSupported","predicate","predicates","_arrayLikeToArray","_react2","_implementation2","componentWillMount","componentWillReceiveProps","componentWillUpdate","nextState","__reactInternalSnapshotFlag","__reactInternalSnapshot","getSnapshotBeforeUpdate","isReactComponent","foundWillMountName","foundWillReceivePropsName","foundWillUpdateName","UNSAFE_componentWillMount","UNSAFE_componentWillReceiveProps","UNSAFE_componentWillUpdate","newApiName","maybeSnapshot","snapshot","__suppressDeprecationWarning","ManagerReferenceNodeContext","ManagerReferenceNodeSetterContext","Manager","newReferenceNode","referenceNode","forceUpdate","_proto","setReferenceNode","TabContext","origSymbol","hasSymbolSham","warning","toNumber","nativeMax","nativeMin","lastArgs","lastThis","maxWait","timerId","lastCallTime","lastInvokeTime","leading","maxing","trailing","invokeFunc","thisArg","leadingEdge","timerExpired","shouldInvoke","timeSinceLastCall","trailingEdge","timeWaiting","remainingWait","debounced","isInvoking","cancel","flush","timeoutDuration","longerTimeoutBrowsers","isBrowser","called","scheduled","functionToCheck","getType","getStyleComputedProperty","getParentNode","getScrollParent","getReferenceNode","reference","isIE11","isIE10","isIE","getOffsetParent","noOffsetParent","getRoot","findCommonOffsetParent","element1","element2","order","Node","range","commonAncestorContainer","isOffsetContainer","element1root","getScroll","side","upperSide","scrollingElement","includeScroll","modifier","getBordersSize","axis","sideA","sideB","getSize","computedStyle","getWindowSizes","getClientRect","offsets","sizes","horizScrollbar","vertScrollbar","getOffsetRectRelativeToArbitraryNode","fixedPosition","runIsIE","isHTML","childrenRect","parentRect","scrollParent","borderTopWidth","borderLeftWidth","marginTop","getViewportOffsetRectRelativeToArtbitraryNode","excludeScroll","relativeOffset","isFixed","getFixedPositionOffsetParent","getBoundaries","boundaries","boundariesElement","boundariesNode","popper","isPaddingNumber","getArea","computeAutoPlacement","placement","rects","refRect","bottom","sortedAreas","filteredAreas","computedPlacement","variation","getReferenceOffsets","commonOffsetParent","getOuterSizes","getOppositePlacement","getPopperOffsets","referenceOffsets","popperRect","popperOffsets","isHoriz","mainSide","secondarySide","measurement","secondaryMeasurement","runModifiers","modifiers","ends","findIndex","update","positionFixed","isModifierEnabled","modifierName","getSupportedPropertyName","upperProp","toCheck","destroy","getWindow","setupEventListeners","passive","scrollElement","attachToScrollParents","scrollParents","isBody","enableEventListeners","disableEventListeners","removeEventListeners","setStyles","isFirefox","isModifierRequired","requesting","isRequired","requested","validPlacements","placements","clockwise","BEHAVIORS","parseOffset","useHeight","basePlacement","fragments","frag","divider","splitRegex","ops","mergeWithPrevious","toValue","index2","shiftvariation","isVertical","shiftOffsets","transformProp","popperStyles","opSide","arrowElement","sideCapitalized","altSide","arrowElementSize","center","popperMarginSide","popperBorderSide","sideValue","placementOpposite","flipOrder","refOffsets","overlapsRef","overflowsLeft","overflowsRight","overflowsTop","overflowsBottom","overflowsBoundaries","flippedVariationByRef","flippedVariationByContent","flippedVariation","getOppositeVariation","subtractLength","bound","legacyGpuAccelerationOption","gpuAcceleration","offsetParentRect","shouldRound","noRound","referenceWidth","popperWidth","isVariation","horizontalToInteger","verticalToInteger","bothOddWidth","getRoundedOffsets","prefixedProperty","invertTop","invertLeft","Popper","debounce","modifierOptions","eventsEnabled","Utils","PopperUtils","Defaults","propIsEnumerable","test1","test2","test3","shouldUseNative","UNMOUNTED","newObj","desc","_interopRequireWildcard","_react","_reactDom","_reactLifecyclesCompat","initialStatus","parentGroup","transitionGroup","isMounting","appearStatus","unmountOnExit","mountOnEnter","nextCallback","getChildContext","updateStatus","nextStatus","cancelNextCallback","getTimeouts","mounting","findDOMNode","performEnter","performExit","appearing","timeouts","enterTimeout","onEnter","safeSetState","onEntering","onTransitionEnd","onEntered","_this3","onExit","onExiting","onExited","setNextCallback","doesNotHaveTimeoutOrListener","addEndListener","_this$props","only","contextTypes","childContextTypes","classNamesShape","timeoutsShape","_propTypes","_ChildMapping","handleExited","firstRender","appeared","mounted","prevChildMapping","getInitialChildMapping","getNextChildMapping","currentChildMapping","getChildMapping","childFactory","isArgs","origKeys","keysShim","originalKeys","callee","numberIsNaN","$Object","$TypeError","ignoreCase","multiline","dotAll","sticky","$gOPD","freeGlobal","freeSelf","block","color","close","Button","ariaLabel","btnOutlineColor","defaultAriaLabel","objectKeys","isArguments","isRegex","deepEqual","actual","expected","isUndefinedOrNull","aIsRegex","bIsRegex","aIsBuffer","isBuffer","bIsBuffer","ka","kb","objEquiv","asyncGeneratorStep","gen","_next","_throw","_asyncToGenerator","fuzzy","simpleFilter","patternIdx","totalScore","currScore","pre","post","compareString","caseSensitive","Infinity","rendered","extract","allowArrayLike","_arrayLikeToArray2","_unsupportedIterableToArray2","1","byteLength","b64","lens","getLens","validLen","placeHoldersLen","toByteArray","Arr","_byteLength","curByte","revLookup","fromByteArray","uint8","extraBytes","len2","encodeChunk","Uint8Array","2","3","Buffer","base64","ieee754","createBuffer","RangeError","buf","encodingOrOffset","allocUnsafe","encoding","isEncoding","write","fromString","ArrayBuffer","isView","fromArrayLike","isInstance","buffer","byteOffset","fromArrayBuffer","fromObject","toPrimitive","assertSize","mustMatch","loweredCase","utf8ToBytes","base64ToBytes","slowToString","hexSlice","utf8Slice","asciiSlice","latin1Slice","base64Slice","utf16leSlice","bidirectionalIndexOf","arrayIndexOf","lastIndexOf","indexSize","arrLength","valLength","read","readUInt16BE","foundIndex","hexWrite","Number","strLen","utf8Write","blitBuffer","asciiWrite","byteArray","asciiToBytes","latin1Write","base64Write","ucs2Write","hi","lo","utf16leToBytes","secondByte","thirdByte","fourthByte","tempCodePoint","firstByte","codePoint","bytesPerSequence","codePoints","decodeCodePointsArray","bytes","checkOffset","ext","checkInt","checkIEEE754","writeFloat","littleEndian","noAssert","writeDouble","SlowBuffer","alloc","INSPECT_MAX_BYTES","kMaxLength","TYPED_ARRAY_SUPPORT","foo","typedArraySupport","species","poolSize","allocUnsafeSlow","_isBuffer","swap16","swap32","swap64","toLocaleString","equals","thisStart","thisEnd","thisCopy","targetCopy","includes","newBuf","subarray","readUIntLE","mul","readUIntBE","readUInt8","readUInt16LE","readUInt32LE","readUInt32BE","readIntLE","readIntBE","readInt8","readInt16LE","readInt16BE","readInt32LE","readInt32BE","readFloatLE","readFloatBE","readDoubleLE","readDoubleBE","writeUIntLE","writeUIntBE","writeUInt8","writeUInt16LE","writeUInt16BE","writeUInt32LE","writeUInt32BE","writeIntLE","sub","writeIntBE","writeInt8","writeInt16LE","writeInt16BE","writeInt32LE","writeInt32BE","writeFloatLE","writeFloatBE","writeDoubleLE","writeDoubleBE","targetStart","copyWithin","INVALID_BASE64_RE","leadSurrogate","base64clean","dst","4","attributeNames","elementNames","Map","5","__assign","__createBinding","k2","__setModuleDefault","__importStar","mod","ElementType","entities_1","foreignNames_1","unencodedElements","Set","singleTag","cheerio","renderNode","Directive","Comment","renderComment","CDATA","renderCdata","isTag","xmlMode","foreignModeIntegrationPoints","foreignElements","attribs","_b","emptyAttrs","decodeEntities","encodeXML","formatAttributes","selfClosingTags","renderTag","renderText","6","Doctype","Style","Script","Text","7","node_1","DataNode","NodeWithChildren","reWhitespace","defaultOpts","normalizeWhitespace","withStartIndices","withEndIndices","DomHandler","elementCB","_done","_tagStack","_lastNode","_parser","_callback","_options","_elementCB","onparserinit","parser","onreset","onend","handleCallback","onclosetag","endIndex","onopentag","addNode","ontext","normalize","oncomment","oncommentend","oncdatastart","oncdataend","onprocessinginstruction","ProcessingInstruction","previousSibling","startIndex","addDataNode","8","__extends","_extendStatics","__","nodeTypes","_super","9","removeSubsets","tagtypes_1","nodeA","nodeB","aParents","bParents","hasChildren","maxIdx","sharedParent","aSibling","bSibling","ancestor","10","__exportStar","11","getElementsByTagType","getElements","testElement","querying_1","isTextNode","Checks","tag_name","tag_type","tag_contains","getAttribCheck","attrib","combineFuncs","compileTest","funcs","recurse","findOne","12","removeElement","childs","replaceElement","replacement","currNext","13","findAll","existsOne","findOneChild","nodes_1","14","__importDefault","getInnerHTML","getOuterHTML","dom_serializer_1","isCDATA","isText","15","isComment","domelementtype_1","16","getChildren","getParent","nextElementSibling","getName","hasAttrib","getAttributeValue","getSiblings","17","decodeHTML","decodeHTMLStrict","decodeXML","entities_json_1","legacy_json_1","xml_json_1","decode_codepoint_1","getStrictDecoder","getReplacer","re","sorter","secondChar","legacy","replacer","18","decode_json_1","19","encodeHTML","inverseXML","getInverseObj","xmlReplacer","getInverseReplacer","getInverse","inverseHTML","htmlReplacer","single","multiple","reNonASCII","singleCharReplacer","reXmlChars","20","encode","decodeStrict","decode","decode_1","encode_1","level","encode_2","decode_2","21","22","23","24","25","objectCreate","EventEmitter","_events","_eventsCount","_maxListeners","hasDefineProperty","defaultMaxListeners","$getMaxListeners","emitNone","isFn","arrayClone","emitOne","arg1","emitTwo","arg2","emitThree","arg3","emitMany","_addListener","existing","newListener","emitter","onceWrapper","removeListener","wrapFn","_onceWrap","wrapped","_listeners","evlistener","unwrapListeners","listenerCount","setMaxListeners","getMaxListeners","er","doError","addListener","prependListener","prependOnceListener","originalListener","spliceOne","removeAllListeners","rawListeners","eventNames","26","_extendStatics2","CollectingHandler","cbs","_cbs","restart","name_1","27","_extendStatics3","domhandler_1","DomUtils","Parser_1","FeedHandler","feed","feedRoot","getOneElement","isValidFeed","addConditionally","link","updated","fetch","items","entry","description","pubDate","where","defaultOptions","parseFeed","Parser","28","MultiplexHandler","_func","onattribute","comment","onopentagname","29","_extendStatics4","Tokenizer_1","events_1","formTags","pTag","openImpliesClose","li","h1","h2","h3","h4","h5","h6","datalist","textarea","dt","address","article","aside","blockquote","details","dl","fieldset","figcaption","figure","footer","form","header","hr","nav","ol","section","ul","rt","rp","voidElements","foreignContextElements","htmlIntegrationElements","reNameEnd","_tagname","_attribname","_attribvalue","_attribs","_stack","_foreignContext","parseChunk","_lowerCaseTagNames","lowerCaseTags","_lowerCaseAttributeNames","lowerCaseAttributeNames","_tokenizer","Tokenizer","_updatePosition","initialOffset","_sectionStart","getAbsoluteIndex","onopentagend","_closeCurrentTag","onselfclosingtag","recognizeSelfClosing","onattribname","onattribdata","onattribend","_getInstructionName","ondeclaration","name_2","oncdata","recognizeCDATA","parseComplete","chunk","pause","resume","30","ifElseState","upper","SUCCESS","FAILURE","lower","_index","consumeSpecialNameChar","NEXT_STATE","stateBeforeCdata1","stateBeforeCdata2","stateBeforeCdata3","stateBeforeCdata4","stateBeforeCdata5","stateBeforeScript1","stateBeforeScript2","stateBeforeScript3","stateBeforeScript4","stateAfterScript1","stateAfterScript2","stateAfterScript3","stateAfterScript4","stateBeforeStyle1","stateBeforeStyle2","stateBeforeStyle3","stateAfterStyle1","stateAfterStyle2","stateAfterStyle3","stateBeforeEntity","stateBeforeNumericEntity","_buffer","_bufferOffset","_baseState","_special","_running","_ended","_xmlMode","_decodeEntities","_stateText","_getSection","_stateBeforeTagName","_stateInTagName","_emitToken","_stateBeforeClosingTagName","_stateInClosingTagName","_stateAfterClosingTagName","_stateBeforeAttributeName","_stateInSelfClosingTag","_stateInAttributeName","_stateAfterAttributeName","_stateBeforeAttributeValue","_stateInAttributeValueDoubleQuotes","_stateInAttributeValueSingleQuotes","_stateInAttributeValueNoQuotes","_stateBeforeDeclaration","_stateInDeclaration","_stateInProcessingInstruction","_stateBeforeComment","_stateInComment","_stateAfterComment1","_stateAfterComment2","substring","_stateBeforeCdata6","_stateInCdata","_stateAfterCdata1","_stateAfterCdata2","_stateBeforeSpecial","_stateBeforeSpecialEnd","_stateBeforeScript5","_stateAfterScript5","_stateBeforeStyle4","_stateAfterStyle4","_parseNamedEntityStrict","entity","_emitPartial","_parseLegacyEntity","_stateInNamedEntity","_decodeNumericEntity","sectionStart","_stateInNumericEntity","_stateInHexEntity","_cleanup","_parse","_finish","_handleTrailingData","31","__export","DefaultHandler","parseDOM","createDomStream","cb","elementCb","EVENTS","attribute","cdatastart","cdataend","processinginstruction","commentend","closetag","opentag","opentagname","FeedHandler_1","RssHandler","32","isLE","mLen","nBytes","eLen","eMax","eBias","nBits","LN2","33","DataView","getNative","34","hashClear","hashDelete","hashGet","hashHas","hashSet","Hash","entries","clear","35","listCacheClear","listCacheDelete","listCacheGet","listCacheHas","listCacheSet","ListCache","36","37","mapCacheClear","mapCacheDelete","mapCacheGet","mapCacheHas","mapCacheSet","MapCache","38","39","40","stackClear","stackDelete","stackGet","stackHas","stackSet","Stack","__data__","41","_Symbol","42","43","WeakMap","44","45","iteratee","46","resIndex","47","baseTimes","isIndex","isTypedArray","inherited","isArr","isArg","isBuff","isType","skipIndexes","48","49","50","baseAssignValue","51","objValue","52","53","copyObject","54","keysIn","55","56","arrayEach","assignValue","baseAssign","baseAssignIn","cloneBuffer","copyArray","copySymbols","copySymbolsIn","getAllKeys","getAllKeysIn","initCloneArray","initCloneByTag","initCloneObject","isMap","isSet","cloneableTags","baseClone","bitmask","customizer","isDeep","isFlat","isFull","isFunc","stacked","subValue","57","baseCreate","58","baseFor","createBaseFor","59","arrayPush","keysFunc","symbolsFunc","60","_Symbol2","getRawTag","objectToString","symToStringTag","toStringTag","61","baseGetTag","isObjectLike","62","63","isMasked","toSource","reIsHostCtor","funcProto","objectProto","funcToString","reIsNative","64","65","isLength","typedArrayTags","66","isPrototype","nativeKeys","67","nativeKeysIn","isProto","68","assignMergeValue","baseMergeDeep","safeGet","baseMerge","srcIndex","srcValue","newValue","69","cloneTypedArray","isArrayLikeObject","toPlainObject","mergeFunc","isCommon","isTyped","70","identity","overRest","setToString","71","constant","baseSetToString","72","73","_Symbol3","arrayMap","isSymbol","symbolProto","symbolToString","baseToString","74","75","arrayBuffer","76","freeExports","freeModule","77","cloneArrayBuffer","dataView","78","reFlags","regexp","79","_Symbol4","symbolValueOf","80","typedArray","81","82","isNew","83","getSymbols","84","getSymbolsIn","85","coreJsData","86","baseRest","isIterateeCall","assigner","sources","guard","87","fromRight","iterable","88","89","90","baseGetAllKeys","91","92","isKeyable","93","baseIsNative","getValue","94","getPrototype","overArg","95","_Symbol5","nativeObjectToString","isOwn","unmasked","96","arrayFilter","stubArray","nativeGetSymbols","97","98","dataViewCtorString","mapCtorString","promiseCtorString","setCtorString","weakMapCtorString","ctorString","99","100","nativeCreate","101","102","103","104","105","106","cloneDataView","cloneRegExp","cloneSymbol","107","108","reIsUint","109","110","111","maskSrcKey","IE_PROTO","112","113","114","assocIndexOf","115","116","117","118","119","getMapData","120","121","122","123","124","125","126","freeProcess","nodeUtil","binding","127","128","129","otherArgs","130","131","132","shortOut","133","nativeNow","lastCalled","stamp","134","135","136","137","138","pairs","LARGE_ARRAY_SIZE","139","140","CLONE_DEEP_FLAG","141","142","143","reRegExpChar","reHasRegExpChar","144","145","baseIsArguments","146","147","148","149","stubFalse","150","151","152","baseIsMap","baseUnary","nodeIsMap","153","154","155","objectCtorString","156","baseIsSet","nodeIsSet","157","158","159","baseIsTypedArray","nodeIsTypedArray","160","arrayLikeKeys","baseKeys","161","baseKeysIn","162","mergeWith","createAssigner","163","164","165","166","167","isSpace","collectCharacters","regEx","chars","descriptors","currentDescriptor","inputLength","regexLeadingSpaces","regexLeadingCommasOrSpaces","regexLeadingNotSpaces","regexTrailingCommas","regexNonNegativeInteger","regexFloatingPoint","parseDescriptors","lastChar","intVal","floatVal","pError","candidate","parseSrcset","168","normalizeArray","allowAboveRoot","xs","resolvedPath","resolvedAbsolute","cwd","isAbsolute","trailingSlash","paths","fromParts","toParts","samePartsLength","outputParts","sep","delimiter","dirname","hasRoot","matchedSlash","basename","extname","startDot","startPart","preDotState","169","_Container","AtRule","_Container$prototype$","_Container$prototype$2","170","_Node","171","_declaration","_comment","_createForOfIteratorHelperLoose","Container","lastEach","indexes","walk","postcssNode","line","column","walkDecls","walkRules","walkAtRules","walkComments","_children","_step","_iterator","_step2","_iterator2","_step3","_iterator3","cleanRaws","keepBetween","_step4","_iterator4","exist","_step5","_iterator5","_step6","_iterator6","removeAll","_step7","_iterator7","replaceValues","decl","sample","cleanSource","_step8","_iterator8","_step9","_iterator9","_i2","raws","172","_supportsColor","_chalk","_terminalHighlight","_wrapNativeSuper","Class","_cache","Wrapper","_construct","Parent","_Error","CssSyntaxError","plugin","setMessage","captureStackTrace","showSourceCode","stdout","lines","red","bold","gray","gutter","spacing","173","Declaration","174","_path","_cssSyntaxError","_previousMap","sequence","Input","hasBOM","consumer","mapResolve","originalPositionFor","sourceContentFor","sourceRoot","175","_mapGenerator","_stringify2","_warnOnce","_result","isPromise","LazyResult","processor","stringified","processed","inline","syntax","warnings","sync","env","NODE_ENV","onFinally","handleError","postcssVersion","pluginName","postcssPlugin","pluginVer","runtimeVer","asyncTick","plugins","stringify","processing","lastPlugin","stringifier","generate","messages","176","separators","quote","comma","177","_sourceMap","MapGenerator","mapOpts","previous","previousMaps","isInline","annotation","isSourcesContent","sourcesContent","withContent","clearAnnotation","setSourcesContent","already","setSourceContent","applyPrevMaps","SourceMapConsumer","applySourceMap","isAnnotation","toBase64","btoa","unescape","addAnnotation","outputFile","eol","generateMap","generateString","sourcePath","SourceMapGenerator","addMapping","generated","semicolon","178","_stringifier","_stringify","positionBy","overrides","cloned","cloneBefore","cloneAfter","_nodes","fixed","defaultType","between","positionInside","word","179","_input","180","_tokenize","_atRule","_root","_rule","spaces","createTokenizer","tokenizer","endOfFile","nextToken","freeSemicolon","atrule","emptyRule","endFile","colon","bracket","brackets","rule","back","unclosedBracket","unknownWord","spacesAndCommentsFromEnd","spacesAndCommentsFromStart","precheckMissedSemicolon","important","stringFrom","spacesFromEnd","_type","checkMissedSemicolon","unnamedAtrule","afterName","unexpectedClose","unclosedBlock","ownSemicolon","clean","lastTokenType","doubleColon","founded","181","_processor","_vendor","_list","postcss","initializer","creator","transformer","processOpts","pluginOpts","vendor","atRule","182","_fs","PreviousMap","loadAnnotation","startWith","loadMap","consumerCache","getAnnotationURL","sourceMapString","annotations","lastAnnotation","decodeInline","lastMatch","atob","prevPath","existsSync","readFileSync","fromSourceMap","mappings","_mappings","183","_lazyResult","Processor","use","_process","_x","184","_warning","Result","185","Root","ignore","toResult","186","_container","Rule","187","DEFAULT_RAW","indent","beforeDecl","beforeRule","beforeOpen","beforeClose","beforeComment","emptyBody","commentLeft","commentRight","Stringifier","builder","rawValue","own","detect","rawCache","beforeAfter","rawSemicolon","rawEmptyBody","rawIndent","rawBeforeComment","rawBeforeDecl","rawBeforeRule","rawBeforeClose","rawBeforeOpen","rawColon","188","189","nextLine","nextOffset","escaped","escapePos","currentToken","ignoreErrors","unclosed","ignoreUnclosed","NEWLINE","FEED","CR","SPACE","TAB","OPEN_SQUARE","CLOSE_SQUARE","OPEN_CURLY","CLOSE_CURLY","COLON","SEMICOLON","CLOSE_PARENTHESES","controlChar","OPEN_PARENTHESES","SINGLE_QUOTE","DOUBLE_QUOTE","BACKSLASH","RE_BAD_BRACKET","AT","RE_AT_END","SLASH","RE_HEX_ESCAPE","ASTERISK","RE_WORD_END","190","unprefixed","191","printed","192","Warning","193","cachedSetTimeout","cachedClearTimeout","defaultSetTimout","defaultClearTimeout","runTimeout","currentQueue","draining","queueIndex","cleanUpNextTick","drainQueue","marker","runClearTimeout","Item","nextTick","browser","argv","versions","chdir","umask","194","punycode","maxInt","regexPunycode","regexNonASCII","regexSeparators","errors","stringFromCharCode","mapDomain","ucs2decode","ucs2encode","digitToBasic","digit","adapt","numPoints","baseMinusTMin","basic","oldi","baseMinusT","bias","handledCPCount","basicLength","handledCPCountPlusOne","qMinusT","195","qs","maxKeys","kstr","vstr","196","stringifyPrimitive","ks","197","198","util","hasNativeMap","ArraySet","_array","_set","fromArray","aArray","aAllowDuplicates","aStr","sStr","toSetString","isDuplicate","at","aIdx","199","aValue","encoded","vlq","toVLQSigned","VLQ_BASE","aIndex","aOutParam","continuation","shifted","fromVLQSigned","200","intToCharMap","201","GREATEST_LOWER_BOUND","LEAST_UPPER_BOUND","aNeedle","aHaystack","aCompare","aBias","recursiveSearch","aLow","aHigh","mid","cmp","202","MappingList","_sorted","_last","generatedLine","generatedColumn","unsortedForEach","aCallback","aThisArg","aMapping","mappingA","mappingB","lineA","lineB","columnA","columnB","compareByGeneratedPositionsInflated","generatedPositionAfter","203","ary","doQuickSort","comparator","low","pivot","quickSort","204","binarySearch","base64VLQ","aSourceMap","aSourceMapURL","sourceMap","parseSourceMapInput","sections","IndexedSourceMapConsumer","BasicSourceMapConsumer","getArg","_version","_names","_sources","_absoluteSources","computeSourceURL","_sourceMapURL","Mapping","originalLine","originalColumn","lastOffset","_sections","offsetLine","offsetColumn","generatedOffset","__generatedMappings","_parseMappings","__originalMappings","_charIsMappingSeparator","aSourceRoot","GENERATED_ORDER","ORIGINAL_ORDER","eachMapping","aContext","aOrder","_generatedMappings","_originalMappings","allGeneratedPositionsFor","aArgs","needle","_findSourceIndex","_findMapping","compareByOriginalPositions","lastColumn","aSource","relativeSource","smc","_sourceRoot","_generateSourcesContent","_file","generatedMappings","destGeneratedMappings","destOriginalMappings","srcMapping","destMapping","previousGeneratedColumn","previousOriginalLine","previousOriginalColumn","previousSource","previousName","cachedSegments","originalMappings","compareByGeneratedPositionsDeflated","aMappings","aLineName","aColumnName","aComparator","computeColumnSpans","nextMapping","lastGeneratedColumn","hasContentsOfAllSources","sc","nullOnMissing","urlParse","fileUriAbsPath","scheme","generatedPositionFor","sectionIndex","generatedPosition","sectionMappings","adjustedMapping","205","_skipValidation","_sourcesContents","aSourceMapConsumer","generator","newMapping","sourceFile","sourceRelative","_validateMapping","aSourceFile","aSourceContent","aSourceMapPath","newSources","newNames","aGenerated","aOriginal","aName","_serializeMappings","nameIdx","sourceIdx","previousGeneratedLine","aSources","206","REGEX_NEWLINE","isSourceNode","SourceNode","aLine","aColumn","aChunks","sourceContents","fromStringWithSourceMap","aGeneratedCode","aRelativePath","remainingLines","remainingLinesIndex","shiftNextLine","getNextLine","lastGeneratedLine","lastMapping","addMappingWithCode","aChunk","aFn","aSep","newChildren","replaceRight","aPattern","aReplacement","walkSourceContents","fromSetString","toStringWithSourceMap","sourceMappingActive","lastOriginalSource","lastOriginalLine","lastOriginalColumn","lastOriginalName","sourceContent","207","aDefaultValue","urlRegexp","dataUrlRegexp","aUrl","auth","urlGenerate","aParsedUrl","aPath","part","aRoot","aPathUrl","aRootUrl","joined","supportsNullProto","isProtoString","strcmp","aStr1","aStr2","onlyCompareOriginal","onlyCompareGenerated","sourceURL","sourceMapURL","208","209","Url","slashes","resolveObject","protocolPattern","portPattern","simplePathPattern","unwise","autoEscape","nonHostChars","hostEndingChars","hostnamePartPattern","hostnamePartStart","unsafeProtocol","hostlessProtocol","slashedProtocol","querystring","parseQueryString","slashesDenoteHost","queryIndex","splitter","uSplit","simplePath","lowerProto","atSign","hostEnd","hec","parseHost","ipv6Hostname","hostparts","newpart","validParts","notHost","bit","toASCII","ae","qm","rel","tkeys","tk","tkey","rkeys","rk","rkey","relPath","isSourceAbs","isRelAbs","mustEndAbs","removeAllDots","srcPath","psychotic","isNullOrUndefined","authInHost","isNull","hasTrailingSlash","210","211","htmlparser","quoteRegexp","cloneDeep","mediaTags","vulnerableTags","sanitizeHtml","VALID_HTML_ATTRIBUTE_NAME","_recursing","tempResult","Frame","tagPosition","mediaChildren","updateParentNodeText","updateParentNodeMediaChildren","htmlParserDefaults","allowedTags","allowVulnerableTags","allowedAttributesMap","allowedAttributesGlobMap","nonTextTagsArray","nonTextTags","allowedAttributes","globRegex","allowedClassesMap","allowedClasses","transformTagsAll","skipMap","transformMap","skipText","skipTextDepth","transformTagsMap","transformTags","transFun","simpleTransform","addedText","initializeState","enforceHtmlBoundary","transformedTag","hasText","disallowedTagsMode","passedAllowedAttributesMapCheck","_step10","_iterator10","_step11","_iterator11","allowedSchemesAppliedToAttributes","naughtyHref","allowed","allowIframeRelativeUrls","allowedIframeHostnames","allowedIframeDomains","allowedHostname","allowedDomain","domain","endsWith","evil","clss","filterClasses","filteredAST","extractedAttributes","attributeObject","stringifyStyleAttributes","abstractSyntaxTree","allowedStyles","selectedRule","astRules","allowedDeclarationsList","regularExpression","filterDeclarations","filterCss","escapeHtml","selfClosing","textFilter","lastFrame","exclusiveFilter","allowProtocolRelative","allowedSchemesByTag","allowedSchemes","img","newTagName","newAttribs","define","InputGroupText","MapShim","getIndex","class_1","__entries__","delete","ctx","global$1","requestAnimationFrame$1","transitionKeys","mutationObserverSupported","ResizeObserverController","connected_","mutationEventsAdded_","mutationsObserver_","observers_","onTransitionEnd_","refresh","leadingCall","trailingCall","resolvePending","timeoutCallback","throttle","addObserver","observer","connect_","removeObserver","observers","disconnect_","updateObservers_","activeObservers","gatherActive","hasActive","broadcastActive","propertyName","getInstance","instance_","defineConfigurable","getWindowOf","emptyRect","createRectInit","toFloat","positions","getHTMLElementContentRect","clientWidth","clientHeight","paddings","positions_1","getPaddings","horizPad","vertPad","boxSizing","isDocumentElement","isSVGGraphicsElement","SVGGraphicsElement","SVGElement","getBBox","getContentRect","bbox","getSVGContentRect","ResizeObservation","broadcastWidth","broadcastHeight","contentRect_","broadcastRect","ResizeObserverEntry","rectInit","contentRect","Constr","DOMRectReadOnly","createReadOnlyRect","ResizeObserverSPI","controller","callbackCtx","activeObservations_","observations_","callback_","controller_","callbackCtx_","observations","unobserve","clearActive","observation","ResizeObserver","CopyToClipboard","rafSchd","frameId","wrapperFn","cancelAnimationFrame","listHandle","isSSR","isDOMElement","HTMLDocument","hasNativeReflectConstruct","ResizeDetector","_PureComponent","resizeHandler","raf","targetRef","getElement","observableElement","resizeObserver","targetDomEl","currentElement","getRenderType","parentElement","rafClean","onResize","_this$state","widthCurrent","heightCurrent","_this$props2","handleWidth","handleHeight","updater","createUpdater","isSizeChanged","skipOnMount","_this$props3","isValidElement","refreshMode","refreshRate","refreshOptions","createRef","createResizeHandler","attachObserver","cancelHandler","_this$props4","WrapperTag","_this$state2","nativeProps","isElement","canOverflow","skipOverflowHiddenElements","isScrollable","scrollHeight","scrollWidth","frameElement","alignNearest","scrollingEdgeStart","scrollingEdgeEnd","scrollingSize","scrollingBorderStart","scrollingBorderEnd","elementEdgeStart","elementEdgeEnd","elementSize","idCounter","cbToCb","scrollIntoView","menuNode","windowWithViewport","scrollMode","boundary","checkBoundary","frames","cursor","viewportWidth","visualViewport","innerWidth","viewportHeight","innerHeight","viewportX","scrollX","viewportY","scrollY","targetHeight","targetWidth","targetTop","targetRight","targetBottom","targetLeft","targetBlock","targetInline","computations","frameStyle","borderLeft","borderTop","borderRight","borderRightWidth","borderBottom","borderBottomWidth","blockScroll","inlineScroll","scrollbarWidth","scrollbarHeight","computeScrollIntoView","isOrContainsNode","timeoutId","wrapper","callAllEventHandlers","_len3","_key3","preventDownshiftDefault","handleRefs","_len4","_key4","getA11yStatusMessage","isOpen","selectedItem","resultCount","previousResultCount","itemToString","getElementProps","stateKeys","pickState","normalizeArrowKey","getNextWrappingIndex","moveAmount","baseIndex","itemCount","itemsLastIndex","cleanupStatus","getStatusDiv","setStatus","documentProp","statusDiv","clip","stateChangeTypes","freeze","unknown","mouseUp","itemMouseEnter","keyDownArrowUp","keyDownArrowDown","keyDownEscape","keyDownEnter","keyDownHome","keyDownEnd","clickItem","blurInput","changeInput","keyDownSpaceButton","clickButton","blurButton","controlledPropUpdatedSelectedItem","touchEnd","Downshift","_Component","menuId","labelId","inputId","getItemId","timeoutIds","internalSetTimeout","setItemCount","unsetItemCount","setHighlightedIndex","highlightedIndex","otherStateToSet","defaultHighlightedIndex","internalSetState","clearSelection","inputValue","defaultIsOpen","selectItem","selectItemAtIndex","itemIndex","selectHighlightedItem","getState","stateToSet","isItemSelected","onChangeArg","onStateChangeArg","isStateToSetFunction","onInputValueChange","getStateAndHelpers","newStateToSet","stateReducer","nextFullState","isControlledProp","onStateChange","onSelect","onChange","onUserAction","rootRef","_rootNode","getRootProps","_extends2","_ref$refKey","refKey","_ref2$suppressRefErro","suppressRefError","keyDownHandlers","ArrowDown","amount","moveHighlightedIndex","getItemCount","ArrowUp","Enter","_this$getState2","itemNode","getItemNodeFromIndex","hasAttribute","Escape","buttonKeyDownHandlers","toggleMenu","inputKeyDownHandlers","Home","highlightFirstOrLastIndex","End","getToggleButtonProps","_temp3","onKeyDown","onPress","onKeyUp","onBlur","enabledEventHandlers","buttonHandleClick","buttonHandleKeyDown","buttonHandleKeyUp","buttonHandleBlur","eventHandlers","environment","blurTarget","isMouseDown","getLabelProps","htmlFor","getInputProps","_temp4","onInput","onChangeText","_eventHandlers","_this$getState4","inputHandleChange","inputHandleKeyDown","inputHandleBlur","autoComplete","downshiftButtonIsActive","dataset","menuRef","_menuNode","getMenuProps","_temp5","_temp6","_extends3","_ref5$refKey","_ref6$suppressRefErro","getItemProps","_temp7","_enabledEventHandlers","onMouseMove","onMouseDown","_ref7$item","customClickHandler","avoidScrolling","clearItems","_ref8","_ref9","_this$getState5","openMenu","closeMenu","highlightedItem","_this$props$initialHi","initialHighlightedIndex","_highlightedIndex","_this$props$initialIs","initialIsOpen","_isOpen","_this$props$initialIn","initialInputValue","_inputValue","_this$props$initialSe","initialSelectedItem","_selectedItem","internalClearTimeouts","stateToMerge","scrollHighlightedItemIntoView","nextHighlightedIndex","_this$getState6","targetWithinDownshift","checkActiveElement","contextNode","onMouseUp","onOuterClick","onTouchStart","isTouchMove","onTouchMove","onTouchEnd","contextWithinDownshift","cleanup","shouldScroll","currentHighlightedIndex","prevHighlightedIndex","selectedItemChanged","prevItem","webpackPolyfill","z","A","B","D","isMounted","enqueueForceUpdate","enqueueReplaceState","enqueueSetState","G","H","I","isPureReactComponent","J","K","__self","__source","_owner","O","Q","R","keyPrefix","S","V","T","U","aa","X","N","Y","Z","ba","ReactCurrentDispatcher","ReactCurrentBatchConfig","suspense","ReactCurrentOwner","IsSomeRendererActing","Profiler","StrictMode","Suspense","__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED","_calculateChangedBits","_currentValue","_currentValue2","_threadCount","createFactory","lazy","_ctor","_status","memo","useCallback","useContext","useDebugValue","useEffect","useImperativeHandle","useLayoutEffect","useMemo","useReducer","useRef","useState","onError","da","ea","fa","ha","ia","ja","la","ma","na","oa","pa","qa","ra","sa","extractEvents","eventTypes","ta","phasedRegistrationNames","ua","registrationName","va","wa","dependencies","xa","ya","za","Aa","Ba","Ca","stateNode","Da","Ea","Fa","Ga","Ha","Ia","Ja","Ka","La","Ma","Na","Oa","Pa","Qa","acceptsBooleans","attributeNamespace","mustUseProperty","sanitizeURL","Ua","Va","xlinkHref","Wa","Xa","Sa","Ta","Ra","setAttributeNS","Ya","Za","$a","ab","bb","db","eb","fb","gb","hb","ib","jb","lb","mb","nb","pb","qb","_debugOwner","_debugSource","fileName","lineNumber","return","rb","sb","xb","_valueTracker","setValue","stopTracking","tb","yb","zb","defaultChecked","_wrapperState","initialChecked","Ab","controlled","Bb","Cb","Db","Eb","Gb","Fb","Hb","defaultSelected","Ib","dangerouslySetInnerHTML","Jb","Kb","Lb","Mb","Nb","Ob","Pb","Qb","MSApp","execUnsafeLocalFunction","Rb","Sb","Tb","animationend","animationiteration","animationstart","transitionend","Ub","Vb","Wb","Xb","Yb","Zb","$b","ac","bc","cc","dc","alternate","effectTag","ec","memoizedState","dehydrated","fc","hc","gc","ic","jc","kc","lc","_dispatchListeners","_dispatchInstances","isPersistent","release","mc","nc","srcElement","correspondingUseElement","oc","pc","qc","topLevelType","targetInst","ancestors","eventSystemFlags","containerInfo","tc","uc","vc","wc","xc","yc","zc","Ac","Bc","Cc","Dc","Ec","Fc","Gc","Hc","Ic","Kc","blockedOn","Lc","Mc","Nc","Pc","unstable_runWithPriority","hydrate","Qc","Rc","Sc","Tc","Uc","unstable_scheduleCallback","unstable_NormalPriority","Vc","Wc","Yc","Zc","$c","ad","bubbled","captured","eventPriority","bd","cd","unstable_UserBlockingPriority","ed","fd","gd","hd","Oc","jd","animationIterationCount","borderImageOutset","borderImageSlice","borderImageWidth","boxFlex","boxFlexGroup","boxOrdinalGroup","columnCount","columns","flex","flexGrow","flexPositive","flexShrink","flexNegative","flexOrder","gridArea","gridRow","gridRowEnd","gridRowSpan","gridRowStart","gridColumn","gridColumnEnd","gridColumnSpan","gridColumnStart","lineClamp","lineHeight","orphans","tabSize","widows","zIndex","zoom","fillOpacity","floodOpacity","stopOpacity","strokeDasharray","strokeDashoffset","strokeMiterlimit","strokeOpacity","strokeWidth","kd","ld","md","nd","menuitem","area","br","embed","keygen","track","wbr","od","pd","qd","rd","sd","ud","vd","xd","HTMLIFrameElement","contentWindow","yd","contentEditable","Dd","Ed","Fd","autoFocus","Gd","__html","Hd","Id","Jd","Kd","Ld","Md","Nd","Od","Pd","Qd","Rd","Sd","Td","dispatchConfig","Ud","_targetInst","Vd","Wd","Xd","Yd","Zd","$d","be","ce","Interface","ee","eventPool","fe","destructor","de","getPooled","cancelBubble","persist","isTrusted","ge","he","ie","je","ke","documentMode","le","me","ne","oe","beforeInput","compositionEnd","compositionStart","compositionUpdate","pe","qe","se","ve","te","char","ue","we","datetime","email","tel","xe","ye","change","ze","Ae","Be","Ce","De","Ee","Fe","Ge","detachEvent","He","Ie","Je","Ke","Le","Me","_isInputEventSupported","Ne","Oe","Alt","Control","Meta","Shift","Pe","getModifierState","Qe","Re","Se","Te","Ue","Ve","fromElement","movementX","movementY","We","pressure","tangentialPressure","tiltX","tiltY","twist","isPrimary","Xe","mouseEnter","mouseLeave","pointerEnter","pointerLeave","Ye","$e","af","bf","cf","df","ef","ff","gf","hf","jf","selectionStart","selectionEnd","anchorNode","getSelection","anchorOffset","focusNode","focusOffset","kf","lf","animationName","elapsedTime","pseudoElement","mf","clipboardData","nf","of","pf","Esc","Spacebar","Left","Up","Right","Down","Del","Win","Menu","Apps","Scroll","MozPrintableKey","qf","224","rf","repeat","sf","dataTransfer","tf","uf","vf","deltaX","wheelDeltaX","deltaY","wheelDeltaY","wheelDelta","deltaZ","deltaMode","wf","SimpleEventPlugin","EnterLeaveEventPlugin","ChangeEventPlugin","SelectEventPlugin","BeforeInputEventPlugin","yf","zf","Af","Bf","Cf","__reactInternalMemoizedUnmaskedChildContext","__reactInternalMemoizedMaskedChildContext","Df","Ef","Ff","Gf","__reactInternalMemoizedMergedChildContext","Hf","If","Jf","Kf","unstable_cancelCallback","Lf","unstable_requestPaint","Mf","unstable_now","Nf","unstable_getCurrentPriorityLevel","Of","unstable_ImmediatePriority","Pf","Qf","Rf","unstable_LowPriority","Sf","unstable_IdlePriority","Tf","Uf","unstable_shouldYield","Vf","Wf","Xf","Yf","Zf","$f","ag","bg","cg","dg","eg","fg","hg","ig","jg","kg","lg","mg","ng","og","pg","childExpirationTime","qg","firstContext","expirationTime","rg","sg","observedBits","responders","tg","ug","updateQueue","baseState","baseQueue","shared","pending","effects","vg","wg","suspenseConfig","payload","xg","yg","zg","ca","Ag","Bg","Cg","Dg","Eg","Fg","Jg","_reactInternalFiber","Gg","Hg","Ig","Kg","shouldComponentUpdate","Lg","contextType","Mg","Ng","Og","Pg","_stringRef","Qg","Rg","lastEffect","nextEffect","firstEffect","Sg","Tg","mode","elementType","Ug","Vg","Wg","Xg","Yg","Zg","$g","ah","bh","dh","eh","fh","gh","memoizedProps","revealOrder","ih","responder","jh","kh","lh","mh","nh","oh","ph","qh","rh","sh","uh","vh","wh","lastRenderedReducer","eagerReducer","eagerState","lastRenderedState","xh","yh","zh","Ah","deps","Bh","Ch","Dh","Eh","Fh","Gh","Hh","Ih","Jh","Kh","Lh","Mh","Nh","readContext","useResponder","useDeferredValue","useTransition","Oh","Ph","Qh","Rh","Sh","Th","pendingProps","Uh","Vh","Wh","Xh","Yh","Zh","$h","ai","bi","ci","di","ei","fi","gi","getDerivedStateFromError","pendingContext","ni","pi","qi","retryTime","ji","fallback","unstable_avoidThisFallback","ki","isBackwards","rendering","renderingStartTime","tail","tailExpiration","tailMode","mi","ri","si","wasMultiple","onclick","createElementNS","ti","ui","vi","wi","xi","yi","zi","Ai","Bi","WeakSet","Ci","Fi","Ei","Gi","__reactInternalSnapshotBeforeUpdate","Hi","Ii","Ji","Ki","Li","Di","Mi","Ni","Oi","Pi","Qi","_reactRootContainer","Ri","Si","Ti","Ui","Vi","Wi","Xi","Yi","Zi","$i","aj","componentStack","Rj","bj","cj","dj","kj","lj","mj","nj","oj","qj","rj","sj","tj","uj","vj","wj","timeoutMs","xj","yj","zj","lastExpiredTime","Aj","firstPendingTime","lastPingedTime","nextKnownPendingLevel","callbackExpirationTime","callbackPriority","callbackNode","Bj","Cj","Dj","Ej","Fj","Gj","Hj","finishedWork","finishedExpirationTime","lastSuspendedTime","Ij","timeoutHandle","Jj","busyMinDurationMs","busyDelayMs","Kj","Mj","Nj","pingCache","Oj","ub","Pj","Xc","Qj","Sj","firstSuspendedTime","rangeCount","wb","activeElementDetached","focusedElem","selectionRange","Tj","wd","createRange","setStart","removeAllRanges","addRange","setEnd","vb","Uj","Vj","Wj","ob","Xj","unstable_observedBits","Zj","pendingChildren","ak","bk","ck","dk","ek","fk","Jc","_internalRoot","gk","ik","hk","jk","kk","unmount","Lj","lk","Events","findFiberByHostInstance","supportsFiber","inject","onCommitFiberRoot","onCommitFiberUnmount","Yj","overrideHookState","overrideProps","setSuspenseHandler","scheduleUpdate","currentDispatcherRef","findHostInstanceByFiber","findHostInstancesForRefresh","scheduleRefresh","scheduleRoot","setRefreshHandler","getCurrentFiber","bundleType","rendererPackageName","createPortal","flushSync","unmountComponentAtNode","unstable_batchedUpdates","unstable_createPortal","unstable_renderSubtreeIntoContainer","MessageChannel","unstable_forceFrameRate","port2","port1","onmessage","postMessage","sortIndex","priorityLevel","unstable_Profiling","unstable_continueExecution","unstable_getFirstCallbackNode","unstable_next","unstable_pauseExecution","unstable_wrapCallback","ReactPropTypesSecret","emptyFunction","emptyFunctionWithReset","resetWarningCache","propFullName","secret","getShim","ReactPropTypes","instanceOf","objectOf","exact","checkPropTypes","_propTypes2","_gud2","createEventEmitter","changedBits","calculateChangedBits","_Provider$childContex","_Consumer$contextType","contextProp","oldValue","_Component2","onUpdate","_addClass","_removeClass","getClassNames","removeClasses","activeClassName","reflowAndAddClass","appearClassName","doneClassName","enterClassName","isStringClassNames","_this$getClassNames6","_hasClass","baseVal","replaceClassName","origClass","classToRemove","_args","handleEnter","handleLifecycle","handleEntering","handleEntered","handleExit","_len5","_key5","handleExiting","_len6","_key6","_len7","_key7","originalArgs","_child$props","inProp","_React$Children$toArr","mergeChildMappings","getProp","nextChildMapping","hasPrev","hasNext","prevChild","isLeaving","mapFn","mapper","getValueForKey","nextKeysPending","pendingKeys","prevKey","childMapping","nextKey","pendingNextKey","isEnumerable","hasDontEnumBug","hasProtoEnumBug","dontEnums","equalsConstructorPrototype","ctor","excludedKeys","$applicationCache","$console","$external","$frame","$frameElement","$frames","$innerHeight","$innerWidth","$onmozfullscreenchange","$onmozfullscreenerror","$outerHeight","$outerWidth","$pageXOffset","$pageYOffset","$parent","$scrollLeft","$scrollTop","$scrollX","$scrollY","$self","$webkitIndexedDB","$webkitStorageInfo","$window","hasAutomationEqualityBug","theKeys","skipProto","skipConstructor","equalsConstructorPrototypeIfNotBuggy","hasToStringTag","isStandardArguments","isLegacyArguments","supportsStandardArguments","callBind","getPolyfill","GetIntrinsic","$apply","$call","$reflectApply","$defineProperty","applyBind","ERROR_MESSAGE","binder","boundLength","boundArgs","Empty","$SyntaxError","SyntaxError","$Function","getEvalledConstructor","expressionSyntax","throwTypeError","ThrowTypeError","calleeThrows","gOPDthrows","asyncGenFunction","asyncGenFunctionPrototype","asyncGenPrototype","TypedArray","INTRINSICS","AggregateError","Atomics","BigInt","Boolean","eval","EvalError","Float32Array","Float64Array","FinalizationRegistry","Int8Array","Int16Array","Int32Array","SharedArrayBuffer","Uint8ClampedArray","Uint16Array","Uint32Array","URIError","WeakRef","LEGACY_ALIASES","$concat","$spliceApply","$replace","rePropName","reEscapeChar","stringToPath","subString","getBaseIntrinsic","allowMissing","intrinsicName","intrinsicBaseName","intrinsic","intrinsicRealName","skipFurtherCaching","symObj","syms","regexExec","isRegexMarker","badStringifier","throwRegexMarker","gOPD","flagsBound","asyncGenIterator","asyncIterator","TypeErr","tryDateObject","runtime","Op","$Symbol","iteratorSymbol","asyncIteratorSymbol","toStringTagSymbol","innerFn","outerFn","tryLocsList","protoGenerator","Generator","Context","_invoke","doneResult","delegateResult","maybeInvokeDelegate","ContinueSentinel","sent","_sent","dispatchException","abrupt","record","tryCatch","makeInvokeMethod","GeneratorFunction","GeneratorFunctionPrototype","IteratorPrototype","NativeIteratorPrototype","Gp","defineIteratorMethods","AsyncIterator","PromiseImpl","previousPromise","callInvokeWithMethodAndArg","invoke","__await","unwrapped","resultName","nextLoc","pushTryEntry","locs","tryLoc","catchLoc","finallyLoc","afterLoc","tryEntries","resetTryEntry","completion","iteratorMethod","isGeneratorFunction","genFun","awrap","skipTempReset","rootRecord","rval","exception","loc","caught","hasCatch","hasFinally","finallyEntry","thrown","delegateYield","regeneratorRuntime","accidentalStrictMode","Timeout","clearFn","_id","_clearFn","setInterval","clearInterval","unref","enroll","msecs","_idleTimeoutId","_idleTimeout","unenroll","_unrefActive","_onTimeout","clearImmediate","registerImmediate","nextHandle","tasksByHandle","currentlyRunningATask","attachTo","runIfPresent","importScripts","postMessageIsAsynchronous","oldOnMessage","canUsePostMessage","messagePrefix","onGlobalMessage","installPostMessageImplementation","channel","installMessageChannelImplementation","installReadyStateChangeImplementation","task","moment","cachedGuess","zones","links","countries","guesses","logError","momentVersion","major","minor","charCodeToInt","unpackBase60","whole","fractional","multiplier","arrayToInt","mapIndices","indices","unpack","untils","intToUntil","abbrs","population","Zone","packedString","Country","country_name","zone_names","OffsetAt","timeString","toTimeString","ZoneScore","offsetScore","abbrScore","findChange","sortZoneScores","localeCompare","addToGuesses","guessesForUserOffsets","guessesOffset","offsetsLength","filteredGuesses","rebuildGuess","intlName","Intl","DateTimeFormat","resolvedOptions","timeZone","normalizeName","zoneScore","startYear","userOffsets","zoneScores","getZone","scoreOffsetAt","addZone","packed","caller","addLink","normal0","normal1","needsOffset","isUnixTimestamp","unpacked","timestamp","zone_name","country_code","offsetNext","offsetPrev","moveAmbiguousForward","moveInvalidForward","offsetAt","dataVersion","_zones","_links","_countries","country_zones","addCountries","zoneExists","didShowError","guess","ignoreCache","zonesForCountry","country","with_offset","abbrWrap","_z","resetZoneWrap","defaultZone","setDefault","AsyncMode","ConcurrentMode","ContextConsumer","ContextProvider","ForwardRef","Lazy","Memo","Portal","isAsyncMode","isConcurrentMode","isContextConsumer","isContextProvider","isForwardRef","isFragment","isLazy","isMemo","isPortal","isProfiler","isStrictMode","isSuspense","isValidElementType","typeOf","NAME","DATA_KEY","EVENT_KEY","Selector","DATA_TOGGLE","ClassName","INPUT","CHANGE","BLUR","KEYUP","KEYDOWN","FOCUS","CLICK_DATA_API","UPDATE","ERROR","HIDE","SHOW","DatePickerModes","CLASS_NAME","NAV_FUNCTION","NAV_STEP","KeyMap","ViewModes","keyState","keyPressHandled","Default","dayViewHeaderFormat","extraFormats","stepping","minDate","maxDate","useCurrent","collapse","defaultDate","disabledDates","enabledDates","today","tooltips","selectMonth","prevMonth","nextMonth","selectYear","prevYear","nextYear","selectDecade","prevDecade","nextDecade","prevCentury","nextCentury","pickHour","incrementHour","decrementHour","pickMinute","incrementMinute","decrementMinute","pickSecond","incrementSecond","decrementSecond","togglePeriod","selectTime","selectDate","useStrict","sideBySide","daysOfWeekDisabled","calendarWeeks","viewMode","toolbarPlacement","showToday","showClear","showClose","widgetPositioning","horizontal","vertical","widgetParent","ignoreReadonly","keepOpen","focusOnShow","keepInvalid","keyBinds","widget","_dates","getMoment","pageUp","pageDown","debug","allowInputToggle","disabledTimeIntervals","disabledHours","enabledHours","viewDate","allowMultidate","multidateSeparator","DateTimePicker","_getOptions","_element","_datesFormatted","_viewDate","unset","use24Hours","actualFormat","parseFormats","currentViewMode","MinViewModeNumber","_int","targetInput","_dataToOptions","_initFormatting","_setValue","_parseInputDate","_update","_fillDate","_fillTime","targetMoment","oldDate","outpValue","_notifyEvent","_hasTimeZone","_change","parsedDate","_isEnabled","granularity","_hasTime","_hasDate","eData","dataOptions","dateOptions","_viewUpdate","_showMode","_isInDisabledDates","testDate","_isInEnabledDates","_isInDisabledHours","_isInEnabledHours","inputDate","parseInputDate","_keydown","keyBindKeys","allModifiersPressed","pressedKeys","pressedModifiers","currentKey","_keyup","_indexGivenDates","givenDatesArray","givenDatesIndexed","dDate","_indexGivenHours","givenHoursArray","givenHoursIndexed","formatInput","_getLastPickedDate","_getLastPickedDateIndex","returnMoment","_ignoreReadonly","newOptions","newDate","newFormat","newZone","_daysOfWeekDisabled","previousValue","tries","_maxDate","_minDate","_defaultDate","_stepping","_useCurrent","useCurrentOptions","_collapse","_icons","_tooltips","_useStrict","_sideBySide","_viewMode","_calendarWeeks","_buttons","_keepOpen","_focusOnShow","_inline","_keyBinds","_debug","_allowInputToggle","_keepInvalid","datepickerInput","_datepickerInput","_parseInputDate2","_disabledTimeIntervals","_allowMultidate","_multidateSeparator","JQUERY_NO_CONFLICT","verticalModes","horizontalModes","toolbarPlacements","getSelectorFromElement","$element","$selector","TempusDominusBootstrap4","_DateTimePicker","_init","datepickerButton","_getDatePickerTemplate","headTemplate","contTemplate","_getTimePickerMainTemplate","topRow","middleRow","bottomRow","_getTimePickerTemplate","hoursView","minutesView","secondsView","_getToolbar","row","_getTemplate","template","dateView","timeView","toolbar","_place","picker","outerHeight","outerWidth","_fillDow","_fillMonths","spans","_updateMonths","monthsView","monthsViewHeader","_getStartEndYear","factor","_updateYears","yearsView","yearsViewHeader","yearCaps","endYear","_updateDecades","decadesView","decadesViewHeader","startDecade","endDecade","minDateDecade","maxDateDecade","endDecadeYear","daysView","daysViewHeader","clsName","_fillHours","currentHour","_fillMinutes","currentMinute","_fillSeconds","currentSecond","timeComponents","_doAction","lastPicked","navFnc","_navFnc","_year","_newDate","_newDate2","_newDate3","_newDate4","_newDate5","$this","$link","closed","$span","collapseData","todaysDate","currentMoment","useCurrentGranularity","enable","_toolbarPlacement","_widgetPositioning","_widgetParent","_jQueryHandleThis","_jQueryInterface","$target","tooltip","cssClass","xDateFormat","yDateFormat","monthNames","dayNames","shifts","defaultTheme","snap","clickTips","onHover","flotItem","$tooltipEl","$compat","tooltipOpts","FlotTooltip","plot","tipPosition","plotPluginsLength","plotPlugins","mouseMove","setTooltipPosition","plotclick","clickmode","getPlaceholder","plothover","hideTooltip","getDomElement","lineDistance","p1x","p1y","p2x","p2y","sqrt","showTooltip","tooltipOptions","plotOptions","series","maxDistance","grid","mouseActiveRadius","closestTrace","distance","ttPos","xBeforeIndex","xAfterIndex","pointPrev","pointNext","distToLine","x0","y0","x1","y1","l1","l2","dotLineLength","xaxis","p2c","yaxis","closestIndex","pointOnLine","datapoints","pointsize","datapoint","dataIndex","seriesIndex","bindEvents","eventHolder","getOptions","wfunc","hfunc","shutdown","removeTooltip","$tip","totalTipWidth","totalTipHeight","xPrev","yPrev","targetPosition","tipText","stringFormat","customText","seriesPattern","colorPattern","xLabelPattern","yLabelPattern","xPattern","yPattern","curvedLines","steps","points","label","originSeries","percents","adjustValPrecision","hasAxisLabel","axisLabel","isTimeMode","isXDateFormat","timestampToDate","isYDateFormat","ticks","hasRotatedXAxisTicks","tickIndex","xIndex","isCategoriesMode","yIndex","tickFormatter","axisName","tmst","theDate","dateGenerator","formatDate","precision","$1","rotatedTicks","reTrim","reIsBadHex","reIsBinary","reIsOctal","freeParseInt","isBinary","_copyToClipboard","_getPrototypeOf2","onCopy","deselectCurrent","clipboardToIE11Formatting","reselectPrevious","whiteSpace","webkitUserSelect","MozUserSelect","msUserSelect","userSelect","clearData","setData","selectNodeContents","execCommand","copyKey","prompt","removeRange","ranges","getRangeAt","CSS","cssEscape","codeUnit","firstCodeUnit","initialStyle","pointerEvents","initialArrowStyle","InnerPopper","popperNode","updatePopperInstance","arrowNode","enabled","arrow","applyStyle","updateStateModifier","arrowStyles","popperInstance","destroyPopperInstance","referenceElement","PopperJS","setPopperNode","getPopperStyle","getPopperPlacement","outOfBoundaries","getOutOfBoundariesState","arrowProps","setArrowNode","getArrowStyle","light","dark","full","Navbar","_classNames","getExpandClass","NavbarToggler","_transitionStatusToCl","navbar","transitionStatusToClassHash","getHeight","isAppearing","collapseClass","getTransitionClass","tabs","pills","justified","card","Nav","getVerticalClass","NavItem","NavLink","noFlipModifier","directionPositionMap","DropdownMenu","inNavbar","poperPlacement","poperModifiers","popperPositionFixed","combinedStyle","DropdownItem","getTabIndex","_omit","closeClassName","closeAriaLabel","fade","Alert","closeClasses","alertTransition","InputGroup","addonType","InputGroupAddon","bsSize","valid","plaintext","addon","getRef","checkInput","isNotaNumber","formControlClass","Form","ButtonGroup","bordered","borderless","striped","responsive","responsiveTag","Table","ResponsiveTag","responsiveClassName","rowColsPropType","noGutters","sm","xl","widths","Row","colClasses","colWidth","colSize","isXs","stringOrNumberProp","columnProps","getColumnSizeClass","Col","columnProp","colSizeInterfix","colClass","_colClass","activeTab","TabContent","activeTabId","tabId","TabPane","getClasses","pill","Badge","FormGroup","Label","fluid","containerClass","popperClassName","placementPrefix","arrowClassName","hideArrow","fallbackPlacement","onClosed","PopperContent","setTargetNode","getTargetNode","targetNode","getContainerNode","renderChildren","_arrowClassName","_popperClassName","extendedModifiers","behavior","preventOverflow","popperTransition","ReactPopper","ReactDOM","innerClassName","autohide","DEFAULT_DELAYS","isInDOMSubtree","subtreeRoot","isInDOMSubtrees","subtreeRoots","subTreeRoot","TooltipPopoverWrapper","_targets","currentTargetElement","addTargetEvents","handleDocumentClick","removeTargetEvents","showWithDelay","hideWithDelay","onMouseOverTooltipContent","onMouseLeaveTooltipContent","onEscKeyDown","_isMounted","updateTarget","clearShowTimeout","clearHideTimeout","_hideTimeout","_showTimeout","getDelay","_popover","composedPath","triggers","addEventOnTargets","isBubble","removeEventOnTargets","newTarget","popperClasses","onMouseOver","onMouseLeave","Tooltip","a11y","group","setActiveFromChild","preventDefaultKeys","Dropdown","addEvents","handleKeyDown","removeEvents","containerRef","getContextValue","dropup","handleProps","getContainer","getMenuCtrl","_$menuCtrl","getMenuItems","$menuitems","_$menuitems","_$menuitems3","charPressed","subItemIsActive","dropdownItem","dropdown","UncontrolledDropdown","defaultOpen","onToggle","InnerReference","refHandler","Reference","caret","DropdownToggle"],"mappings":"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","file":"static/js/2.57113e20.chunk.js","sourcesContent":["'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react.production.min.js');\n} else {\n module.exports = require('./cjs/react.development.js');\n}\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nif (process.env.NODE_ENV !== 'production') {\n var ReactIs = require('react-is');\n\n // By explicitly using `prop-types` you are opting into new development behavior.\n // http://fb.me/prop-types-in-prod\n var throwOnDirectAccess = true;\n module.exports = require('./factoryWithTypeCheckers')(ReactIs.isElement, throwOnDirectAccess);\n} else {\n // By explicitly using `prop-types` you are opting into new production behavior.\n // http://fb.me/prop-types-in-prod\n module.exports = require('./factoryWithThrowingShims')();\n}\n","import PropTypes from 'prop-types'; // https://github.com/twbs/bootstrap/blob/v4.0.0-alpha.4/js/src/modal.js#L436-L443\n\nexport function getScrollbarWidth() {\n var scrollDiv = document.createElement('div'); // .modal-scrollbar-measure styles // https://github.com/twbs/bootstrap/blob/v4.0.0-alpha.4/scss/_modal.scss#L106-L113\n\n scrollDiv.style.position = 'absolute';\n scrollDiv.style.top = '-9999px';\n scrollDiv.style.width = '50px';\n scrollDiv.style.height = '50px';\n scrollDiv.style.overflow = 'scroll';\n document.body.appendChild(scrollDiv);\n var scrollbarWidth = scrollDiv.offsetWidth - scrollDiv.clientWidth;\n document.body.removeChild(scrollDiv);\n return scrollbarWidth;\n}\nexport function setScrollbarWidth(padding) {\n document.body.style.paddingRight = padding > 0 ? padding + \"px\" : null;\n}\nexport function isBodyOverflowing() {\n return document.body.clientWidth < window.innerWidth;\n}\nexport function getOriginalBodyPadding() {\n var style = window.getComputedStyle(document.body, null);\n return parseInt(style && style.getPropertyValue('padding-right') || 0, 10);\n}\nexport function conditionallyUpdateScrollbar() {\n var scrollbarWidth = getScrollbarWidth(); // https://github.com/twbs/bootstrap/blob/v4.0.0-alpha.6/js/src/modal.js#L433\n\n var fixedContent = document.querySelectorAll('.fixed-top, .fixed-bottom, .is-fixed, .sticky-top')[0];\n var bodyPadding = fixedContent ? parseInt(fixedContent.style.paddingRight || 0, 10) : 0;\n\n if (isBodyOverflowing()) {\n setScrollbarWidth(bodyPadding + scrollbarWidth);\n }\n}\nvar globalCssModule;\nexport function setGlobalCssModule(cssModule) {\n globalCssModule = cssModule;\n}\nexport function mapToCssModules(className, cssModule) {\n if (className === void 0) {\n className = '';\n }\n\n if (cssModule === void 0) {\n cssModule = globalCssModule;\n }\n\n if (!cssModule) return className;\n return className.split(' ').map(function (c) {\n return cssModule[c] || c;\n }).join(' ');\n}\n/**\n * Returns a new object with the key/value pairs from `obj` that are not in the array `omitKeys`.\n */\n\nexport function omit(obj, omitKeys) {\n var result = {};\n Object.keys(obj).forEach(function (key) {\n if (omitKeys.indexOf(key) === -1) {\n result[key] = obj[key];\n }\n });\n return result;\n}\n/**\n * Returns a filtered copy of an object with only the specified keys.\n */\n\nexport function pick(obj, keys) {\n var pickKeys = Array.isArray(keys) ? keys : [keys];\n var length = pickKeys.length;\n var key;\n var result = {};\n\n while (length > 0) {\n length -= 1;\n key = pickKeys[length];\n result[key] = obj[key];\n }\n\n return result;\n}\nvar warned = {};\nexport function warnOnce(message) {\n if (!warned[message]) {\n /* istanbul ignore else */\n if (typeof console !== 'undefined') {\n console.error(message); // eslint-disable-line no-console\n }\n\n warned[message] = true;\n }\n}\nexport function deprecated(propType, explanation) {\n return function validate(props, propName, componentName) {\n if (props[propName] !== null && typeof props[propName] !== 'undefined') {\n warnOnce(\"\\\"\" + propName + \"\\\" property of \\\"\" + componentName + \"\\\" has been deprecated.\\n\" + explanation);\n }\n\n for (var _len = arguments.length, rest = new Array(_len > 3 ? _len - 3 : 0), _key = 3; _key < _len; _key++) {\n rest[_key - 3] = arguments[_key];\n }\n\n return propType.apply(void 0, [props, propName, componentName].concat(rest));\n };\n} // Shim Element if needed (e.g. in Node environment)\n\nvar Element = typeof window === 'object' && window.Element || function () {};\n\nexport function DOMElement(props, propName, componentName) {\n if (!(props[propName] instanceof Element)) {\n return new Error('Invalid prop `' + propName + '` supplied to `' + componentName + '`. Expected prop to be an instance of Element. Validation failed.');\n }\n}\nexport var targetPropType = PropTypes.oneOfType([PropTypes.string, PropTypes.func, DOMElement, PropTypes.shape({\n current: PropTypes.any\n})]);\nexport var tagPropType = PropTypes.oneOfType([PropTypes.func, PropTypes.string, PropTypes.shape({\n $$typeof: PropTypes.symbol,\n render: PropTypes.func\n}), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.string, PropTypes.shape({\n $$typeof: PropTypes.symbol,\n render: PropTypes.func\n})]))]);\n/* eslint key-spacing: [\"error\", { afterColon: true, align: \"value\" }] */\n// These are all setup to match what is in the bootstrap _variables.scss\n// https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss\n\nexport var TransitionTimeouts = {\n Fade: 150,\n // $transition-fade\n Collapse: 350,\n // $transition-collapse\n Modal: 300,\n // $modal-transition\n Carousel: 600 // $carousel-transition\n\n}; // Duplicated Transition.propType keys to ensure that Reactstrap builds\n// for distribution properly exclude these keys for nested child HTML attributes\n// since `react-transition-group` removes propTypes in production builds.\n\nexport var TransitionPropTypeKeys = ['in', 'mountOnEnter', 'unmountOnExit', 'appear', 'enter', 'exit', 'timeout', 'onEnter', 'onEntering', 'onEntered', 'onExit', 'onExiting', 'onExited'];\nexport var TransitionStatuses = {\n ENTERING: 'entering',\n ENTERED: 'entered',\n EXITING: 'exiting',\n EXITED: 'exited'\n};\nexport var keyCodes = {\n esc: 27,\n space: 32,\n enter: 13,\n tab: 9,\n up: 38,\n down: 40,\n home: 36,\n end: 35,\n n: 78,\n p: 80\n};\nexport var PopperPlacements = ['auto-start', 'auto', 'auto-end', 'top-start', 'top', 'top-end', 'right-start', 'right', 'right-end', 'bottom-end', 'bottom', 'bottom-start', 'left-end', 'left', 'left-start'];\nexport var canUseDOM = !!(typeof window !== 'undefined' && window.document && window.document.createElement);\nexport function isReactRefObj(target) {\n if (target && typeof target === 'object') {\n return 'current' in target;\n }\n\n return false;\n}\n\nfunction getTag(value) {\n if (value == null) {\n return value === undefined ? '[object Undefined]' : '[object Null]';\n }\n\n return Object.prototype.toString.call(value);\n}\n\nexport function toNumber(value) {\n var type = typeof value;\n var NAN = 0 / 0;\n\n if (type === 'number') {\n return value;\n }\n\n if (type === 'symbol' || type === 'object' && getTag(value) === '[object Symbol]') {\n return NAN;\n }\n\n if (isObject(value)) {\n var other = typeof value.valueOf === 'function' ? value.valueOf() : value;\n value = isObject(other) ? \"\" + other : other;\n }\n\n if (type !== 'string') {\n return value === 0 ? value : +value;\n }\n\n value = value.replace(/^\\s+|\\s+$/g, '');\n var isBinary = /^0b[01]+$/i.test(value);\n return isBinary || /^0o[0-7]+$/i.test(value) ? parseInt(value.slice(2), isBinary ? 2 : 8) : /^[-+]0x[0-9a-f]+$/i.test(value) ? NAN : +value;\n}\nexport function isObject(value) {\n var type = typeof value;\n return value != null && (type === 'object' || type === 'function');\n}\nexport function isFunction(value) {\n if (!isObject(value)) {\n return false;\n }\n\n var tag = getTag(value);\n return tag === '[object Function]' || tag === '[object AsyncFunction]' || tag === '[object GeneratorFunction]' || tag === '[object Proxy]';\n}\nexport function findDOMElements(target) {\n if (isReactRefObj(target)) {\n return target.current;\n }\n\n if (isFunction(target)) {\n return target();\n }\n\n if (typeof target === 'string' && canUseDOM) {\n var selection = document.querySelectorAll(target);\n\n if (!selection.length) {\n selection = document.querySelectorAll(\"#\" + target);\n }\n\n if (!selection.length) {\n throw new Error(\"The target '\" + target + \"' could not be identified in the dom, tip: check spelling\");\n }\n\n return selection;\n }\n\n return target;\n}\nexport function isArrayOrNodeList(els) {\n if (els === null) {\n return false;\n }\n\n return Array.isArray(els) || canUseDOM && typeof els.length === 'number';\n}\nexport function getTarget(target, allElements) {\n var els = findDOMElements(target);\n\n if (allElements) {\n if (isArrayOrNodeList(els)) {\n return els;\n }\n\n if (els === null) {\n return [];\n }\n\n return [els];\n } else {\n if (isArrayOrNodeList(els)) {\n return els[0];\n }\n\n return els;\n }\n}\nexport var defaultToggleEvents = ['touchstart', 'click'];\nexport function addMultipleEventListeners(_els, handler, _events, useCapture) {\n var els = _els;\n\n if (!isArrayOrNodeList(els)) {\n els = [els];\n }\n\n var events = _events;\n\n if (typeof events === 'string') {\n events = events.split(/\\s+/);\n }\n\n if (!isArrayOrNodeList(els) || typeof handler !== 'function' || !Array.isArray(events)) {\n throw new Error(\"\\n The first argument of this function must be DOM node or an array on DOM nodes or NodeList.\\n The second must be a function.\\n The third is a string or an array of strings that represents DOM events\\n \");\n }\n\n Array.prototype.forEach.call(events, function (event) {\n Array.prototype.forEach.call(els, function (el) {\n el.addEventListener(event, handler, useCapture);\n });\n });\n return function removeEvents() {\n Array.prototype.forEach.call(events, function (event) {\n Array.prototype.forEach.call(els, function (el) {\n el.removeEventListener(event, handler, useCapture);\n });\n });\n };\n}\nexport var focusableElements = ['a[href]', 'area[href]', 'input:not([disabled]):not([type=hidden])', 'select:not([disabled])', 'textarea:not([disabled])', 'button:not([disabled])', 'object', 'embed', '[tabindex]:not(.modal)', 'audio[controls]', 'video[controls]', '[contenteditable]:not([contenteditable=\"false\"])'];","export default function _extends() {\n _extends = Object.assign || function (target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i];\n\n for (var key in source) {\n if (Object.prototype.hasOwnProperty.call(source, key)) {\n target[key] = source[key];\n }\n }\n }\n\n return target;\n };\n\n return _extends.apply(this, arguments);\n}","/*!\n Copyright (c) 2017 Jed Watson.\n Licensed under the MIT License (MIT), see\n http://jedwatson.github.io/classnames\n*/\n/* global define */\n\n(function () {\n\t'use strict';\n\n\tvar hasOwn = {}.hasOwnProperty;\n\n\tfunction classNames () {\n\t\tvar classes = [];\n\n\t\tfor (var i = 0; i < arguments.length; i++) {\n\t\t\tvar arg = arguments[i];\n\t\t\tif (!arg) continue;\n\n\t\t\tvar argType = typeof arg;\n\n\t\t\tif (argType === 'string' || argType === 'number') {\n\t\t\t\tclasses.push(arg);\n\t\t\t} else if (Array.isArray(arg) && arg.length) {\n\t\t\t\tvar inner = classNames.apply(null, arg);\n\t\t\t\tif (inner) {\n\t\t\t\t\tclasses.push(inner);\n\t\t\t\t}\n\t\t\t} else if (argType === 'object') {\n\t\t\t\tfor (var key in arg) {\n\t\t\t\t\tif (hasOwn.call(arg, key) && arg[key]) {\n\t\t\t\t\t\tclasses.push(key);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn classes.join(' ');\n\t}\n\n\tif (typeof module !== 'undefined' && module.exports) {\n\t\tclassNames.default = classNames;\n\t\tmodule.exports = classNames;\n\t} else if (typeof define === 'function' && typeof define.amd === 'object' && define.amd) {\n\t\t// register as 'classnames', consistent with npm package name\n\t\tdefine('classnames', [], function () {\n\t\t\treturn classNames;\n\t\t});\n\t} else {\n\t\twindow.classNames = classNames;\n\t}\n}());\n","export default function _objectWithoutPropertiesLoose(source, excluded) {\n if (source == null) return {};\n var target = {};\n var sourceKeys = Object.keys(source);\n var key, i;\n\n for (i = 0; i < sourceKeys.length; i++) {\n key = sourceKeys[i];\n if (excluded.indexOf(key) >= 0) continue;\n target[key] = source[key];\n }\n\n return target;\n}","import arrayWithHoles from \"./arrayWithHoles\";\nimport iterableToArrayLimit from \"./iterableToArrayLimit\";\nimport unsupportedIterableToArray from \"./unsupportedIterableToArray\";\nimport nonIterableRest from \"./nonIterableRest\";\nexport default function _slicedToArray(arr, i) {\n return arrayWithHoles(arr) || iterableToArrayLimit(arr, i) || unsupportedIterableToArray(arr, i) || nonIterableRest();\n}","export default function _arrayWithHoles(arr) {\n if (Array.isArray(arr)) return arr;\n}","export default function _iterableToArrayLimit(arr, i) {\n if (typeof Symbol === \"undefined\" || !(Symbol.iterator in Object(arr))) return;\n var _arr = [];\n var _n = true;\n var _d = false;\n var _e = undefined;\n\n try {\n for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) {\n _arr.push(_s.value);\n\n if (i && _arr.length === i) break;\n }\n } catch (err) {\n _d = true;\n _e = err;\n } finally {\n try {\n if (!_n && _i[\"return\"] != null) _i[\"return\"]();\n } finally {\n if (_d) throw _e;\n }\n }\n\n return _arr;\n}","export default function _nonIterableRest() {\n throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\");\n}","export default function _assertThisInitialized(self) {\n if (self === void 0) {\n throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");\n }\n\n return self;\n}","export default function _inheritsLoose(subClass, superClass) {\n subClass.prototype = Object.create(superClass.prototype);\n subClass.prototype.constructor = subClass;\n subClass.__proto__ = superClass;\n}","export default function _defineProperty(obj, key, value) {\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n\n return obj;\n}","import defineProperty from \"./defineProperty\";\n\nfunction ownKeys(object, enumerableOnly) {\n var keys = Object.keys(object);\n\n if (Object.getOwnPropertySymbols) {\n var symbols = Object.getOwnPropertySymbols(object);\n if (enumerableOnly) symbols = symbols.filter(function (sym) {\n return Object.getOwnPropertyDescriptor(object, sym).enumerable;\n });\n keys.push.apply(keys, symbols);\n }\n\n return keys;\n}\n\nexport default function _objectSpread2(target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i] != null ? arguments[i] : {};\n\n if (i % 2) {\n ownKeys(Object(source), true).forEach(function (key) {\n defineProperty(target, key, source[key]);\n });\n } else if (Object.getOwnPropertyDescriptors) {\n Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));\n } else {\n ownKeys(Object(source)).forEach(function (key) {\n Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));\n });\n }\n }\n\n return target;\n}","/*!\n * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)\n */\nvar prefix = \"fas\";\nvar faAd = {\n prefix: 'fas',\n iconName: 'ad',\n icon: [512, 512, [], \"f641\", \"M157.52 272h36.96L176 218.78 157.52 272zM352 256c-13.23 0-24 10.77-24 24s10.77 24 24 24 24-10.77 24-24-10.77-24-24-24zM464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM250.58 352h-16.94c-6.81 0-12.88-4.32-15.12-10.75L211.15 320h-70.29l-7.38 21.25A16 16 0 0 1 118.36 352h-16.94c-11.01 0-18.73-10.85-15.12-21.25L140 176.12A23.995 23.995 0 0 1 162.67 160h26.66A23.99 23.99 0 0 1 212 176.13l53.69 154.62c3.61 10.4-4.11 21.25-15.11 21.25zM424 336c0 8.84-7.16 16-16 16h-16c-4.85 0-9.04-2.27-11.98-5.68-8.62 3.66-18.09 5.68-28.02 5.68-39.7 0-72-32.3-72-72s32.3-72 72-72c8.46 0 16.46 1.73 24 4.42V176c0-8.84 7.16-16 16-16h16c8.84 0 16 7.16 16 16v160z\"]\n};\nvar faAddressBook = {\n prefix: 'fas',\n iconName: 'address-book',\n icon: [448, 512, [], \"f2b9\", \"M436 160c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h320c26.5 0 48-21.5 48-48v-48h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20zm-228-32c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H118.4C106 384 96 375.4 96 364.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2z\"]\n};\nvar faAddressCard = {\n prefix: 'fas',\n iconName: 'address-card',\n icon: [576, 512, [], \"f2bb\", \"M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-352 96c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H86.4C74 384 64 375.4 64 364.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2zM512 312c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-64c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-64c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16z\"]\n};\nvar faAdjust = {\n prefix: 'fas',\n iconName: 'adjust',\n icon: [512, 512, [], \"f042\", \"M8 256c0 136.966 111.033 248 248 248s248-111.034 248-248S392.966 8 256 8 8 119.033 8 256zm248 184V72c101.705 0 184 82.311 184 184 0 101.705-82.311 184-184 184z\"]\n};\nvar faAirFreshener = {\n prefix: 'fas',\n iconName: 'air-freshener',\n icon: [384, 512, [], \"f5d0\", \"M378.94 321.41L284.7 224h49.22c15.3 0 23.66-16.6 13.86-27.53L234.45 69.96c3.43-6.61 5.55-14 5.55-21.96 0-26.51-21.49-48-48-48s-48 21.49-48 48c0 7.96 2.12 15.35 5.55 21.96L36.22 196.47C26.42 207.4 34.78 224 50.08 224H99.3L5.06 321.41C-6.69 333.56 3.34 352 21.7 352H160v32H48c-8.84 0-16 7.16-16 16v96c0 8.84 7.16 16 16 16h288c8.84 0 16-7.16 16-16v-96c0-8.84-7.16-16-16-16H224v-32h138.3c18.36 0 28.39-18.44 16.64-30.59zM192 31.98c8.85 0 16.02 7.17 16.02 16.02 0 8.84-7.17 16.02-16.02 16.02S175.98 56.84 175.98 48c0-8.85 7.17-16.02 16.02-16.02zM304 432v32H80v-32h224z\"]\n};\nvar faAlignCenter = {\n prefix: 'fas',\n iconName: 'align-center',\n icon: [448, 512, [], \"f037\", \"M432 160H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 256H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM108.1 96h231.81A12.09 12.09 0 0 0 352 83.9V44.09A12.09 12.09 0 0 0 339.91 32H108.1A12.09 12.09 0 0 0 96 44.09V83.9A12.1 12.1 0 0 0 108.1 96zm231.81 256A12.09 12.09 0 0 0 352 339.9v-39.81A12.09 12.09 0 0 0 339.91 288H108.1A12.09 12.09 0 0 0 96 300.09v39.81a12.1 12.1 0 0 0 12.1 12.1z\"]\n};\nvar faAlignJustify = {\n prefix: 'fas',\n iconName: 'align-justify',\n icon: [448, 512, [], \"f039\", \"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faAlignLeft = {\n prefix: 'fas',\n iconName: 'align-left',\n icon: [448, 512, [], \"f036\", \"M12.83 352h262.34A12.82 12.82 0 0 0 288 339.17v-38.34A12.82 12.82 0 0 0 275.17 288H12.83A12.82 12.82 0 0 0 0 300.83v38.34A12.82 12.82 0 0 0 12.83 352zm0-256h262.34A12.82 12.82 0 0 0 288 83.17V44.83A12.82 12.82 0 0 0 275.17 32H12.83A12.82 12.82 0 0 0 0 44.83v38.34A12.82 12.82 0 0 0 12.83 96zM432 160H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 256H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faAlignRight = {\n prefix: 'fas',\n iconName: 'align-right',\n icon: [448, 512, [], \"f038\", \"M16 224h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm416 192H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm3.17-384H172.83A12.82 12.82 0 0 0 160 44.83v38.34A12.82 12.82 0 0 0 172.83 96h262.34A12.82 12.82 0 0 0 448 83.17V44.83A12.82 12.82 0 0 0 435.17 32zm0 256H172.83A12.82 12.82 0 0 0 160 300.83v38.34A12.82 12.82 0 0 0 172.83 352h262.34A12.82 12.82 0 0 0 448 339.17v-38.34A12.82 12.82 0 0 0 435.17 288z\"]\n};\nvar faAllergies = {\n prefix: 'fas',\n iconName: 'allergies',\n icon: [448, 512, [], \"f461\", \"M416 112c-17.6 0-32 14.4-32 32v72c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V64c0-17.6-14.4-32-32-32s-32 14.4-32 32v152c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V32c0-17.6-14.4-32-32-32s-32 14.4-32 32v184c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V64c0-17.6-14.4-32-32-32S96 46.4 96 64v241l-23.6-32.5c-13-17.9-38-21.8-55.9-8.8s-21.8 38-8.8 55.9l125.6 172.7c9 12.4 23.5 19.8 38.8 19.8h197.6c22.3 0 41.6-15.3 46.7-37l26.5-112.7c3.2-13.7 4.9-28.3 5.1-42.3V144c0-17.6-14.4-32-32-32zM176 416c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-96c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm64 128c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-96c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm64 32c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm32 64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm32-128c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z\"]\n};\nvar faAmbulance = {\n prefix: 'fas',\n iconName: 'ambulance',\n icon: [640, 512, [], \"f0f9\", \"M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h16c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm144-248c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48zm176 248c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z\"]\n};\nvar faAmericanSignLanguageInterpreting = {\n prefix: 'fas',\n iconName: 'american-sign-language-interpreting',\n icon: [640, 512, [], \"f2a3\", \"M290.547 189.039c-20.295-10.149-44.147-11.199-64.739-3.89 42.606 0 71.208 20.475 85.578 50.576 8.576 17.899-5.148 38.071-23.617 38.071 18.429 0 32.211 20.136 23.617 38.071-14.725 30.846-46.123 50.854-80.298 50.854-.557 0-94.471-8.615-94.471-8.615l-66.406 33.347c-9.384 4.693-19.815.379-23.895-7.781L1.86 290.747c-4.167-8.615-1.111-18.897 6.946-23.621l58.072-33.069L108 159.861c6.39-57.245 34.731-109.767 79.743-146.726 11.391-9.448 28.341-7.781 37.51 3.613 9.446 11.394 7.78 28.067-3.612 37.516-12.503 10.559-23.618 22.509-32.509 35.57 21.672-14.729 46.679-24.732 74.186-28.067 14.725-1.945 28.063 8.336 29.73 23.065 1.945 14.728-8.336 28.067-23.062 29.734-16.116 1.945-31.12 7.503-44.178 15.284 26.114-5.713 58.712-3.138 88.079 11.115 13.336 6.669 18.893 22.509 12.224 35.848-6.389 13.06-22.504 18.617-35.564 12.226zm-27.229 69.472c-6.112-12.505-18.338-20.286-32.231-20.286a35.46 35.46 0 0 0-35.565 35.57c0 21.428 17.808 35.57 35.565 35.57 13.893 0 26.119-7.781 32.231-20.286 4.446-9.449 13.614-15.006 23.339-15.284-9.725-.277-18.893-5.835-23.339-15.284zm374.821-37.237c4.168 8.615 1.111 18.897-6.946 23.621l-58.071 33.069L532 352.16c-6.39 57.245-34.731 109.767-79.743 146.726-10.932 9.112-27.799 8.144-37.51-3.613-9.446-11.394-7.78-28.067 3.613-37.516 12.503-10.559 23.617-22.509 32.508-35.57-21.672 14.729-46.679 24.732-74.186 28.067-10.021 2.506-27.552-5.643-29.73-23.065-1.945-14.728 8.336-28.067 23.062-29.734 16.116-1.946 31.12-7.503 44.178-15.284-26.114 5.713-58.712 3.138-88.079-11.115-13.336-6.669-18.893-22.509-12.224-35.848 6.389-13.061 22.505-18.619 35.565-12.227 20.295 10.149 44.147 11.199 64.739 3.89-42.606 0-71.208-20.475-85.578-50.576-8.576-17.899 5.148-38.071 23.617-38.071-18.429 0-32.211-20.136-23.617-38.071 14.033-29.396 44.039-50.887 81.966-50.854l92.803 8.615 66.406-33.347c9.408-4.704 19.828-.354 23.894 7.781l44.455 88.926zm-229.227-18.618c-13.893 0-26.119 7.781-32.231 20.286-4.446 9.449-13.614 15.006-23.339 15.284 9.725.278 18.893 5.836 23.339 15.284 6.112 12.505 18.338 20.286 32.231 20.286a35.46 35.46 0 0 0 35.565-35.57c0-21.429-17.808-35.57-35.565-35.57z\"]\n};\nvar faAnchor = {\n prefix: 'fas',\n iconName: 'anchor',\n icon: [576, 512, [], \"f13d\", \"M12.971 352h32.394C67.172 454.735 181.944 512 288 512c106.229 0 220.853-57.38 242.635-160h32.394c10.691 0 16.045-12.926 8.485-20.485l-67.029-67.029c-4.686-4.686-12.284-4.686-16.971 0l-67.029 67.029c-7.56 7.56-2.206 20.485 8.485 20.485h35.146c-20.29 54.317-84.963 86.588-144.117 94.015V256h52c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-52v-5.47c37.281-13.178 63.995-48.725 64-90.518C384.005 43.772 341.605.738 289.37.01 235.723-.739 192 42.525 192 96c0 41.798 26.716 77.35 64 90.53V192h-52c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h52v190.015c-58.936-7.399-123.82-39.679-144.117-94.015h35.146c10.691 0 16.045-12.926 8.485-20.485l-67.029-67.029c-4.686-4.686-12.284-4.686-16.971 0L4.485 331.515C-3.074 339.074 2.28 352 12.971 352zM288 64c17.645 0 32 14.355 32 32s-14.355 32-32 32-32-14.355-32-32 14.355-32 32-32z\"]\n};\nvar faAngleDoubleDown = {\n prefix: 'fas',\n iconName: 'angle-double-down',\n icon: [320, 512, [], \"f103\", \"M143 256.3L7 120.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0L313 86.3c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.4 9.5-24.6 9.5-34 .1zm34 192l136-136c9.4-9.4 9.4-24.6 0-33.9l-22.6-22.6c-9.4-9.4-24.6-9.4-33.9 0L160 352.1l-96.4-96.4c-9.4-9.4-24.6-9.4-33.9 0L7 278.3c-9.4 9.4-9.4 24.6 0 33.9l136 136c9.4 9.5 24.6 9.5 34 .1z\"]\n};\nvar faAngleDoubleLeft = {\n prefix: 'fas',\n iconName: 'angle-double-left',\n icon: [448, 512, [], \"f100\", \"M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z\"]\n};\nvar faAngleDoubleRight = {\n prefix: 'fas',\n iconName: 'angle-double-right',\n icon: [448, 512, [], \"f101\", \"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z\"]\n};\nvar faAngleDoubleUp = {\n prefix: 'fas',\n iconName: 'angle-double-up',\n icon: [320, 512, [], \"f102\", \"M177 255.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 351.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 425.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1zm-34-192L7 199.7c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l96.4-96.4 96.4 96.4c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9l-136-136c-9.2-9.4-24.4-9.4-33.8 0z\"]\n};\nvar faAngleDown = {\n prefix: 'fas',\n iconName: 'angle-down',\n icon: [320, 512, [], \"f107\", \"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"]\n};\nvar faAngleLeft = {\n prefix: 'fas',\n iconName: 'angle-left',\n icon: [256, 512, [], \"f104\", \"M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z\"]\n};\nvar faAngleRight = {\n prefix: 'fas',\n iconName: 'angle-right',\n icon: [256, 512, [], \"f105\", \"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"]\n};\nvar faAngleUp = {\n prefix: 'fas',\n iconName: 'angle-up',\n icon: [320, 512, [], \"f106\", \"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"]\n};\nvar faAngry = {\n prefix: 'fas',\n iconName: 'angry',\n icon: [496, 512, [], \"f556\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM136 240c0-9.3 4.1-17.5 10.5-23.4l-31-9.3c-8.5-2.5-13.3-11.5-10.7-19.9 2.5-8.5 11.4-13.2 19.9-10.7l80 24c8.5 2.5 13.3 11.5 10.7 19.9-2.1 6.9-8.4 11.4-15.3 11.4-.5 0-1.1-.2-1.7-.2.7 2.7 1.7 5.3 1.7 8.2 0 17.7-14.3 32-32 32S136 257.7 136 240zm168 154.2c-27.8-33.4-84.2-33.4-112.1 0-13.5 16.3-38.2-4.2-24.6-20.5 20-24 49.4-37.8 80.6-37.8s60.6 13.8 80.6 37.8c13.8 16.5-11.1 36.6-24.5 20.5zm76.6-186.9l-31 9.3c6.3 5.8 10.5 14.1 10.5 23.4 0 17.7-14.3 32-32 32s-32-14.3-32-32c0-2.9.9-5.6 1.7-8.2-.6.1-1.1.2-1.7.2-6.9 0-13.2-4.5-15.3-11.4-2.5-8.5 2.3-17.4 10.7-19.9l80-24c8.4-2.5 17.4 2.3 19.9 10.7 2.5 8.5-2.3 17.4-10.8 19.9z\"]\n};\nvar faAnkh = {\n prefix: 'fas',\n iconName: 'ankh',\n icon: [320, 512, [], \"f644\", \"M296 256h-44.62C272.46 222.01 288 181.65 288 144 288 55.63 230.69 0 160 0S32 55.63 32 144c0 37.65 15.54 78.01 36.62 112H24c-13.25 0-24 10.74-24 24v32c0 13.25 10.75 24 24 24h96v152c0 13.25 10.75 24 24 24h32c13.25 0 24-10.75 24-24V336h96c13.25 0 24-10.75 24-24v-32c0-13.26-10.75-24-24-24zM160 80c29.61 0 48 24.52 48 64 0 34.66-27.14 78.14-48 100.87-20.86-22.72-48-66.21-48-100.87 0-39.48 18.39-64 48-64z\"]\n};\nvar faAppleAlt = {\n prefix: 'fas',\n iconName: 'apple-alt',\n icon: [448, 512, [], \"f5d1\", \"M350.85 129c25.97 4.67 47.27 18.67 63.92 42 14.65 20.67 24.64 46.67 29.96 78 4.67 28.67 4.32 57.33-1 86-7.99 47.33-23.97 87-47.94 119-28.64 38.67-64.59 58-107.87 58-10.66 0-22.3-3.33-34.96-10-8.66-5.33-18.31-8-28.97-8s-20.3 2.67-28.97 8c-12.66 6.67-24.3 10-34.96 10-43.28 0-79.23-19.33-107.87-58-23.97-32-39.95-71.67-47.94-119-5.32-28.67-5.67-57.33-1-86 5.32-31.33 15.31-57.33 29.96-78 16.65-23.33 37.95-37.33 63.92-42 15.98-2.67 37.95-.33 65.92 7 23.97 6.67 44.28 14.67 60.93 24 16.65-9.33 36.96-17.33 60.93-24 27.98-7.33 49.96-9.67 65.94-7zm-54.94-41c-9.32 8.67-21.65 15-36.96 19-10.66 3.33-22.3 5-34.96 5l-14.98-1c-1.33-9.33-1.33-20 0-32 2.67-24 10.32-42.33 22.97-55 9.32-8.67 21.65-15 36.96-19 10.66-3.33 22.3-5 34.96-5l14.98 1 1 15c0 12.67-1.67 24.33-4.99 35-3.99 15.33-10.31 27.67-18.98 37z\"]\n};\nvar faArchive = {\n prefix: 'fas',\n iconName: 'archive',\n icon: [512, 512, [], \"f187\", \"M32 448c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V160H32v288zm160-212c0-6.6 5.4-12 12-12h104c6.6 0 12 5.4 12 12v8c0 6.6-5.4 12-12 12H204c-6.6 0-12-5.4-12-12v-8zM480 32H32C14.3 32 0 46.3 0 64v48c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16V64c0-17.7-14.3-32-32-32z\"]\n};\nvar faArchway = {\n prefix: 'fas',\n iconName: 'archway',\n icon: [576, 512, [], \"f557\", \"M560 448h-16V96H32v352H16.02c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16H176c8.84 0 16-7.16 16-16V320c0-53.02 42.98-96 96-96s96 42.98 96 96l.02 160v16c0 8.84 7.16 16 16 16H560c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm0-448H16C7.16 0 0 7.16 0 16v32c0 8.84 7.16 16 16 16h544c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16z\"]\n};\nvar faArrowAltCircleDown = {\n prefix: 'fas',\n iconName: 'arrow-alt-circle-down',\n icon: [512, 512, [], \"f358\", \"M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zM212 140v116h-70.9c-10.7 0-16.1 13-8.5 20.5l114.9 114.3c4.7 4.7 12.2 4.7 16.9 0l114.9-114.3c7.6-7.6 2.2-20.5-8.5-20.5H300V140c0-6.6-5.4-12-12-12h-64c-6.6 0-12 5.4-12 12z\"]\n};\nvar faArrowAltCircleLeft = {\n prefix: 'fas',\n iconName: 'arrow-alt-circle-left',\n icon: [512, 512, [], \"f359\", \"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm116-292H256v-70.9c0-10.7-13-16.1-20.5-8.5L121.2 247.5c-4.7 4.7-4.7 12.2 0 16.9l114.3 114.9c7.6 7.6 20.5 2.2 20.5-8.5V300h116c6.6 0 12-5.4 12-12v-64c0-6.6-5.4-12-12-12z\"]\n};\nvar faArrowAltCircleRight = {\n prefix: 'fas',\n iconName: 'arrow-alt-circle-right',\n icon: [512, 512, [], \"f35a\", \"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"]\n};\nvar faArrowAltCircleUp = {\n prefix: 'fas',\n iconName: 'arrow-alt-circle-up',\n icon: [512, 512, [], \"f35b\", \"M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm292 116V256h70.9c10.7 0 16.1-13 8.5-20.5L264.5 121.2c-4.7-4.7-12.2-4.7-16.9 0l-115 114.3c-7.6 7.6-2.2 20.5 8.5 20.5H212v116c0 6.6 5.4 12 12 12h64c6.6 0 12-5.4 12-12z\"]\n};\nvar faArrowCircleDown = {\n prefix: 'fas',\n iconName: 'arrow-circle-down',\n icon: [512, 512, [], \"f0ab\", \"M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-143.6-28.9L288 302.6V120c0-13.3-10.7-24-24-24h-16c-13.3 0-24 10.7-24 24v182.6l-72.4-75.5c-9.3-9.7-24.8-9.9-34.3-.4l-10.9 11c-9.4 9.4-9.4 24.6 0 33.9L239 404.3c9.4 9.4 24.6 9.4 33.9 0l132.7-132.7c9.4-9.4 9.4-24.6 0-33.9l-10.9-11c-9.5-9.5-25-9.3-34.3.4z\"]\n};\nvar faArrowCircleLeft = {\n prefix: 'fas',\n iconName: 'arrow-circle-left',\n icon: [512, 512, [], \"f0a8\", \"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\"]\n};\nvar faArrowCircleRight = {\n prefix: 'fas',\n iconName: 'arrow-circle-right',\n icon: [512, 512, [], \"f0a9\", \"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z\"]\n};\nvar faArrowCircleUp = {\n prefix: 'fas',\n iconName: 'arrow-circle-up',\n icon: [512, 512, [], \"f0aa\", \"M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm143.6 28.9l72.4-75.5V392c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V209.4l72.4 75.5c9.3 9.7 24.8 9.9 34.3.4l10.9-11c9.4-9.4 9.4-24.6 0-33.9L273 107.7c-9.4-9.4-24.6-9.4-33.9 0L106.3 240.4c-9.4 9.4-9.4 24.6 0 33.9l10.9 11c9.6 9.5 25.1 9.3 34.4-.4z\"]\n};\nvar faArrowDown = {\n prefix: 'fas',\n iconName: 'arrow-down',\n icon: [448, 512, [], \"f063\", \"M413.1 222.5l22.2 22.2c9.4 9.4 9.4 24.6 0 33.9L241 473c-9.4 9.4-24.6 9.4-33.9 0L12.7 278.6c-9.4-9.4-9.4-24.6 0-33.9l22.2-22.2c9.5-9.5 25-9.3 34.3.4L184 343.4V56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v287.4l114.8-120.5c9.3-9.8 24.8-10 34.3-.4z\"]\n};\nvar faArrowLeft = {\n prefix: 'fas',\n iconName: 'arrow-left',\n icon: [448, 512, [], \"f060\", \"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\"]\n};\nvar faArrowRight = {\n prefix: 'fas',\n iconName: 'arrow-right',\n icon: [448, 512, [], \"f061\", \"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"]\n};\nvar faArrowUp = {\n prefix: 'fas',\n iconName: 'arrow-up',\n icon: [448, 512, [], \"f062\", \"M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z\"]\n};\nvar faArrowsAlt = {\n prefix: 'fas',\n iconName: 'arrows-alt',\n icon: [512, 512, [], \"f0b2\", \"M352.201 425.775l-79.196 79.196c-9.373 9.373-24.568 9.373-33.941 0l-79.196-79.196c-15.119-15.119-4.411-40.971 16.971-40.97h51.162L228 284H127.196v51.162c0 21.382-25.851 32.09-40.971 16.971L7.029 272.937c-9.373-9.373-9.373-24.569 0-33.941L86.225 159.8c15.119-15.119 40.971-4.411 40.971 16.971V228H228V127.196h-51.23c-21.382 0-32.09-25.851-16.971-40.971l79.196-79.196c9.373-9.373 24.568-9.373 33.941 0l79.196 79.196c15.119 15.119 4.411 40.971-16.971 40.971h-51.162V228h100.804v-51.162c0-21.382 25.851-32.09 40.97-16.971l79.196 79.196c9.373 9.373 9.373 24.569 0 33.941L425.773 352.2c-15.119 15.119-40.971 4.411-40.97-16.971V284H284v100.804h51.23c21.382 0 32.09 25.851 16.971 40.971z\"]\n};\nvar faArrowsAltH = {\n prefix: 'fas',\n iconName: 'arrows-alt-h',\n icon: [512, 512, [], \"f337\", \"M377.941 169.941V216H134.059v-46.059c0-21.382-25.851-32.09-40.971-16.971L7.029 239.029c-9.373 9.373-9.373 24.568 0 33.941l86.059 86.059c15.119 15.119 40.971 4.411 40.971-16.971V296h243.882v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.568 0-33.941l-86.059-86.059c-15.119-15.12-40.971-4.412-40.971 16.97z\"]\n};\nvar faArrowsAltV = {\n prefix: 'fas',\n iconName: 'arrows-alt-v',\n icon: [256, 512, [], \"f338\", \"M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z\"]\n};\nvar faAssistiveListeningSystems = {\n prefix: 'fas',\n iconName: 'assistive-listening-systems',\n icon: [512, 512, [], \"f2a2\", \"M216 260c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-44.112 35.888-80 80-80s80 35.888 80 80c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-13.234-10.767-24-24-24s-24 10.766-24 24zm24-176c-97.047 0-176 78.953-176 176 0 15.464 12.536 28 28 28s28-12.536 28-28c0-66.168 53.832-120 120-120s120 53.832 120 120c0 75.164-71.009 70.311-71.997 143.622L288 404c0 28.673-23.327 52-52 52-15.464 0-28 12.536-28 28s12.536 28 28 28c59.475 0 107.876-48.328 108-107.774.595-34.428 72-48.24 72-144.226 0-97.047-78.953-176-176-176zm-80 236c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zM32 448c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm480-187.993c0-1.518-.012-3.025-.045-4.531C510.076 140.525 436.157 38.47 327.994 1.511c-14.633-4.998-30.549 2.809-35.55 17.442-5 14.633 2.81 30.549 17.442 35.55 85.906 29.354 144.61 110.513 146.077 201.953l.003.188c.026 1.118.033 2.236.033 3.363 0 15.464 12.536 28 28 28s28.001-12.536 28.001-28zM152.971 439.029l-80-80L39.03 392.97l80 80 33.941-33.941z\"]\n};\nvar faAsterisk = {\n prefix: 'fas',\n iconName: 'asterisk',\n icon: [512, 512, [], \"f069\", \"M478.21 334.093L336 256l142.21-78.093c11.795-6.477 15.961-21.384 9.232-33.037l-19.48-33.741c-6.728-11.653-21.72-15.499-33.227-8.523L296 186.718l3.475-162.204C299.763 11.061 288.937 0 275.48 0h-38.96c-13.456 0-24.283 11.061-23.994 24.514L216 186.718 77.265 102.607c-11.506-6.976-26.499-3.13-33.227 8.523l-19.48 33.741c-6.728 11.653-2.562 26.56 9.233 33.037L176 256 33.79 334.093c-11.795 6.477-15.961 21.384-9.232 33.037l19.48 33.741c6.728 11.653 21.721 15.499 33.227 8.523L216 325.282l-3.475 162.204C212.237 500.939 223.064 512 236.52 512h38.961c13.456 0 24.283-11.061 23.995-24.514L296 325.282l138.735 84.111c11.506 6.976 26.499 3.13 33.227-8.523l19.48-33.741c6.728-11.653 2.563-26.559-9.232-33.036z\"]\n};\nvar faAt = {\n prefix: 'fas',\n iconName: 'at',\n icon: [512, 512, [], \"f1fa\", \"M256 8C118.941 8 8 118.919 8 256c0 137.059 110.919 248 248 248 48.154 0 95.342-14.14 135.408-40.223 12.005-7.815 14.625-24.288 5.552-35.372l-10.177-12.433c-7.671-9.371-21.179-11.667-31.373-5.129C325.92 429.757 291.314 440 256 440c-101.458 0-184-82.542-184-184S154.542 72 256 72c100.139 0 184 57.619 184 160 0 38.786-21.093 79.742-58.17 83.693-17.349-.454-16.91-12.857-13.476-30.024l23.433-121.11C394.653 149.75 383.308 136 368.225 136h-44.981a13.518 13.518 0 0 0-13.432 11.993l-.01.092c-14.697-17.901-40.448-21.775-59.971-21.775-74.58 0-137.831 62.234-137.831 151.46 0 65.303 36.785 105.87 96 105.87 26.984 0 57.369-15.637 74.991-38.333 9.522 34.104 40.613 34.103 70.71 34.103C462.609 379.41 504 307.798 504 232 504 95.653 394.023 8 256 8zm-21.68 304.43c-22.249 0-36.07-15.623-36.07-40.771 0-44.993 30.779-72.729 58.63-72.729 22.292 0 35.601 15.241 35.601 40.77 0 45.061-33.875 72.73-58.161 72.73z\"]\n};\nvar faAtlas = {\n prefix: 'fas',\n iconName: 'atlas',\n icon: [448, 512, [], \"f558\", \"M318.38 208h-39.09c-1.49 27.03-6.54 51.35-14.21 70.41 27.71-13.24 48.02-39.19 53.3-70.41zm0-32c-5.29-31.22-25.59-57.17-53.3-70.41 7.68 19.06 12.72 43.38 14.21 70.41h39.09zM224 97.31c-7.69 7.45-20.77 34.42-23.43 78.69h46.87c-2.67-44.26-15.75-71.24-23.44-78.69zm-41.08 8.28c-27.71 13.24-48.02 39.19-53.3 70.41h39.09c1.49-27.03 6.53-51.35 14.21-70.41zm0 172.82c-7.68-19.06-12.72-43.38-14.21-70.41h-39.09c5.28 31.22 25.59 57.17 53.3 70.41zM247.43 208h-46.87c2.66 44.26 15.74 71.24 23.43 78.69 7.7-7.45 20.78-34.43 23.44-78.69zM448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM224 64c70.69 0 128 57.31 128 128s-57.31 128-128 128S96 262.69 96 192 153.31 64 224 64zm160 384H96c-19.2 0-32-12.8-32-32s16-32 32-32h288v64z\"]\n};\nvar faAtom = {\n prefix: 'fas',\n iconName: 'atom',\n icon: [448, 512, [], \"f5d2\", \"M223.99908,224a32,32,0,1,0,32.00782,32A32.06431,32.06431,0,0,0,223.99908,224Zm214.172-96c-10.877-19.5-40.50979-50.75-116.27544-41.875C300.39168,34.875,267.63386,0,223.99908,0s-76.39066,34.875-97.89653,86.125C50.3369,77.375,20.706,108.5,9.82907,128-6.54984,157.375-5.17484,201.125,34.958,256-5.17484,310.875-6.54984,354.625,9.82907,384c29.13087,52.375,101.64652,43.625,116.27348,41.875C147.60842,477.125,180.36429,512,223.99908,512s76.3926-34.875,97.89652-86.125c14.62891,1.75,87.14456,10.5,116.27544-41.875C454.55,354.625,453.175,310.875,413.04017,256,453.175,201.125,454.55,157.375,438.171,128ZM63.33886,352c-4-7.25-.125-24.75,15.00391-48.25,6.87695,6.5,14.12891,12.875,21.88087,19.125,1.625,13.75,4,27.125,6.75,40.125C82.34472,363.875,67.09081,358.625,63.33886,352Zm36.88478-162.875c-7.752,6.25-15.00392,12.625-21.88087,19.125-15.12891-23.5-19.00392-41-15.00391-48.25,3.377-6.125,16.37891-11.5,37.88478-11.5,1.75,0,3.875.375,5.75.375C104.09864,162.25,101.84864,175.625,100.22364,189.125ZM223.99908,64c9.50195,0,22.25586,13.5,33.88282,37.25-11.252,3.75-22.50391,8-33.88282,12.875-11.377-4.875-22.62892-9.125-33.88283-12.875C201.74516,77.5,214.49712,64,223.99908,64Zm0,384c-9.502,0-22.25392-13.5-33.88283-37.25,11.25391-3.75,22.50587-8,33.88283-12.875C235.378,402.75,246.62994,407,257.8819,410.75,246.25494,434.5,233.501,448,223.99908,448Zm0-112a80,80,0,1,1,80-80A80.00023,80.00023,0,0,1,223.99908,336ZM384.6593,352c-3.625,6.625-19.00392,11.875-43.63479,11,2.752-13,5.127-26.375,6.752-40.125,7.75195-6.25,15.00391-12.625,21.87891-19.125C384.7843,327.25,388.6593,344.75,384.6593,352ZM369.65538,208.25c-6.875-6.5-14.127-12.875-21.87891-19.125-1.625-13.5-3.875-26.875-6.752-40.25,1.875,0,4.002-.375,5.752-.375,21.50391,0,34.50782,5.375,37.88283,11.5C388.6593,167.25,384.7843,184.75,369.65538,208.25Z\"]\n};\nvar faAudioDescription = {\n prefix: 'fas',\n iconName: 'audio-description',\n icon: [512, 512, [], \"f29e\", \"M162.925 238.709l8.822 30.655h-25.606l9.041-30.652c1.277-4.421 2.651-9.994 3.872-15.245 1.22 5.251 2.594 10.823 3.871 15.242zm166.474-32.099h-14.523v98.781h14.523c29.776 0 46.175-17.678 46.175-49.776 0-32.239-17.49-49.005-46.175-49.005zM512 112v288c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48zM245.459 336.139l-57.097-168A12.001 12.001 0 0 0 177 160h-35.894a12.001 12.001 0 0 0-11.362 8.139l-57.097 168C70.003 343.922 75.789 352 84.009 352h29.133a12 12 0 0 0 11.535-8.693l8.574-29.906h51.367l8.793 29.977A12 12 0 0 0 204.926 352h29.172c8.22 0 14.006-8.078 11.361-15.861zm184.701-80.525c0-58.977-37.919-95.614-98.96-95.614h-57.366c-6.627 0-12 5.373-12 12v168c0 6.627 5.373 12 12 12H331.2c61.041 0 98.96-36.933 98.96-96.386z\"]\n};\nvar faAward = {\n prefix: 'fas',\n iconName: 'award',\n icon: [384, 512, [], \"f559\", \"M97.12 362.63c-8.69-8.69-4.16-6.24-25.12-11.85-9.51-2.55-17.87-7.45-25.43-13.32L1.2 448.7c-4.39 10.77 3.81 22.47 15.43 22.03l52.69-2.01L105.56 507c8 8.44 22.04 5.81 26.43-4.96l52.05-127.62c-10.84 6.04-22.87 9.58-35.31 9.58-19.5 0-37.82-7.59-51.61-21.37zM382.8 448.7l-45.37-111.24c-7.56 5.88-15.92 10.77-25.43 13.32-21.07 5.64-16.45 3.18-25.12 11.85-13.79 13.78-32.12 21.37-51.62 21.37-12.44 0-24.47-3.55-35.31-9.58L252 502.04c4.39 10.77 18.44 13.4 26.43 4.96l36.25-38.28 52.69 2.01c11.62.44 19.82-11.27 15.43-22.03zM263 340c15.28-15.55 17.03-14.21 38.79-20.14 13.89-3.79 24.75-14.84 28.47-28.98 7.48-28.4 5.54-24.97 25.95-45.75 10.17-10.35 14.14-25.44 10.42-39.58-7.47-28.38-7.48-24.42 0-52.83 3.72-14.14-.25-29.23-10.42-39.58-20.41-20.78-18.47-17.36-25.95-45.75-3.72-14.14-14.58-25.19-28.47-28.98-27.88-7.61-24.52-5.62-44.95-26.41-10.17-10.35-25-14.4-38.89-10.61-27.87 7.6-23.98 7.61-51.9 0-13.89-3.79-28.72.25-38.89 10.61-20.41 20.78-17.05 18.8-44.94 26.41-13.89 3.79-24.75 14.84-28.47 28.98-7.47 28.39-5.54 24.97-25.95 45.75-10.17 10.35-14.15 25.44-10.42 39.58 7.47 28.36 7.48 24.4 0 52.82-3.72 14.14.25 29.23 10.42 39.59 20.41 20.78 18.47 17.35 25.95 45.75 3.72 14.14 14.58 25.19 28.47 28.98C104.6 325.96 106.27 325 121 340c13.23 13.47 33.84 15.88 49.74 5.82a39.676 39.676 0 0 1 42.53 0c15.89 10.06 36.5 7.65 49.73-5.82zM97.66 175.96c0-53.03 42.24-96.02 94.34-96.02s94.34 42.99 94.34 96.02-42.24 96.02-94.34 96.02-94.34-42.99-94.34-96.02z\"]\n};\nvar faBaby = {\n prefix: 'fas',\n iconName: 'baby',\n icon: [384, 512, [], \"f77c\", \"M192 160c44.2 0 80-35.8 80-80S236.2 0 192 0s-80 35.8-80 80 35.8 80 80 80zm-53.4 248.8l25.6-32-61.5-51.2L56.8 383c-11.4 14.2-11.7 34.4-.8 49l48 64c7.9 10.5 19.9 16 32 16 8.3 0 16.8-2.6 24-8 17.7-13.2 21.2-38.3 8-56l-29.4-39.2zm142.7-83.2l-61.5 51.2 25.6 32L216 448c-13.2 17.7-9.7 42.8 8 56 7.2 5.4 15.6 8 24 8 12.2 0 24.2-5.5 32-16l48-64c10.9-14.6 10.6-34.8-.8-49l-45.9-57.4zM376.7 145c-12.7-18.1-37.6-22.4-55.7-9.8l-40.6 28.5c-52.7 37-124.2 37-176.8 0L63 135.3C44.9 122.6 20 127 7.3 145-5.4 163.1-1 188 17 200.7l40.6 28.5c17 11.9 35.4 20.9 54.4 27.9V288h160v-30.8c19-7 37.4-16 54.4-27.9l40.6-28.5c18.1-12.8 22.4-37.7 9.7-55.8z\"]\n};\nvar faBabyCarriage = {\n prefix: 'fas',\n iconName: 'baby-carriage',\n icon: [512, 512, [], \"f77d\", \"M144.8 17c-11.3-17.8-37.2-22.8-54-9.4C35.3 51.9 0 118 0 192h256L144.8 17zM496 96h-48c-35.3 0-64 28.7-64 64v64H0c0 50.6 23 96.4 60.3 130.7C25.7 363.6 0 394.7 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-8.9-1.8-17.2-4.4-25.2 21.6 5.9 44.6 9.2 68.4 9.2s46.9-3.3 68.4-9.2c-2.7 8-4.4 16.3-4.4 25.2 0 44.2 35.8 80 80 80s80-35.8 80-80c0-37.3-25.7-68.4-60.3-77.3C425 320.4 448 274.6 448 224v-64h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM80 464c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32zm320-32c0 17.6-14.4 32-32 32s-32-14.4-32-32 14.4-32 32-32 32 14.4 32 32z\"]\n};\nvar faBackspace = {\n prefix: 'fas',\n iconName: 'backspace',\n icon: [640, 512, [], \"f55a\", \"M576 64H205.26A63.97 63.97 0 0 0 160 82.75L9.37 233.37c-12.5 12.5-12.5 32.76 0 45.25L160 429.25c12 12 28.28 18.75 45.25 18.75H576c35.35 0 64-28.65 64-64V128c0-35.35-28.65-64-64-64zm-84.69 254.06c6.25 6.25 6.25 16.38 0 22.63l-22.62 22.62c-6.25 6.25-16.38 6.25-22.63 0L384 301.25l-62.06 62.06c-6.25 6.25-16.38 6.25-22.63 0l-22.62-22.62c-6.25-6.25-6.25-16.38 0-22.63L338.75 256l-62.06-62.06c-6.25-6.25-6.25-16.38 0-22.63l22.62-22.62c6.25-6.25 16.38-6.25 22.63 0L384 210.75l62.06-62.06c6.25-6.25 16.38-6.25 22.63 0l22.62 22.62c6.25 6.25 6.25 16.38 0 22.63L429.25 256l62.06 62.06z\"]\n};\nvar faBackward = {\n prefix: 'fas',\n iconName: 'backward',\n icon: [512, 512, [], \"f04a\", \"M11.5 280.6l192 160c20.6 17.2 52.5 2.8 52.5-24.6V96c0-27.4-31.9-41.8-52.5-24.6l-192 160c-15.3 12.8-15.3 36.4 0 49.2zm256 0l192 160c20.6 17.2 52.5 2.8 52.5-24.6V96c0-27.4-31.9-41.8-52.5-24.6l-192 160c-15.3 12.8-15.3 36.4 0 49.2z\"]\n};\nvar faBacon = {\n prefix: 'fas',\n iconName: 'bacon',\n icon: [576, 512, [], \"f7e5\", \"M218.92 336.39c34.89-34.89 44.2-59.7 54.05-86 10.61-28.29 21.59-57.54 61.37-97.34s69.05-50.77 97.35-61.38c23.88-9 46.64-17.68 76.79-45.37L470.81 8.91a31 31 0 0 0-40.18-2.83c-13.64 10.1-25.15 14.39-41 20.3C247 79.52 209.26 191.29 200.65 214.1c-29.75 78.83-89.55 94.68-98.72 98.09-24.86 9.26-54.73 20.38-91.07 50.36C-3 374-3.63 395 9.07 407.61l35.76 35.51C80 410.52 107 400.15 133 390.39c26.27-9.84 51.06-19.12 85.92-54zm348-232l-35.75-35.51c-35.19 32.63-62.18 43-88.25 52.79-26.26 9.85-51.06 19.16-85.95 54s-44.19 59.69-54 86C292.33 290 281.34 319.22 241.55 359s-69 50.73-97.3 61.32c-23.86 9-46.61 17.66-76.72 45.33l37.68 37.43a31 31 0 0 0 40.18 2.82c13.6-10.06 25.09-14.34 40.94-20.24 142.2-53 180-164.1 188.94-187.69C405 219.18 464.8 203.3 474 199.86c24.87-9.27 54.74-20.4 91.11-50.41 13.89-11.4 14.52-32.45 1.82-45.05z\"]\n};\nvar faBacteria = {\n prefix: 'fas',\n iconName: 'bacteria',\n icon: [640, 512, [], \"e059\", \"M272.35,226.4A17.71,17.71,0,0,0,281.46,203l-4-9.08a121.29,121.29,0,0,1,12.36-3.08A83.34,83.34,0,0,0,323.57,177l10,9a17.76,17.76,0,1,0,23.92-26.27l-9.72-8.76a83.12,83.12,0,0,0,11.65-48.18l11.85-3.51a17.73,17.73,0,1,0-10.15-34l-11.34,3.36a84,84,0,0,0-36.38-35.57l2.84-10.85a17.8,17.8,0,0,0-34.47-8.93l-2.82,10.78a83.25,83.25,0,0,0-16.74,1.1C250.83,27,240,30.22,229.1,33.39l-3.38-9.46a17.8,17.8,0,0,0-33.56,11.89l3.49,9.8a286.74,286.74,0,0,0-43.94,23.57l-6.32-8.43a17.9,17.9,0,0,0-24.94-3.6A17.69,17.69,0,0,0,116.84,82l6.45,8.61a286.59,286.59,0,0,0-34.95,35.33l-8.82-6.42a17.84,17.84,0,0,0-24.89,3.86,17.66,17.66,0,0,0,3.88,24.77l8.88,6.47a286.6,286.6,0,0,0-23,43.91l-10.48-3.59a17.73,17.73,0,1,0-11.59,33.52L32.67,232c-2.79,10-5.79,19.84-7.52,30.22a83.16,83.16,0,0,0-.82,19l-11.58,3.43a17.73,17.73,0,1,0,10.13,34l11.27-3.33a83.51,83.51,0,0,0,36.39,35.43l-2.88,11.06a17.81,17.81,0,0,0,34.48,8.92l2.87-11c1,0,2.07.26,3.1.26a83.39,83.39,0,0,0,45.65-13.88l8.59,8.8a17.77,17.77,0,0,0,25.56-24.7l-9.14-9.37a83.41,83.41,0,0,0,12.08-31.05,119.08,119.08,0,0,1,3.87-15.53l9,4.22a17.74,17.74,0,1,0,15.15-32.09l-8.8-4.11c.67-1,1.2-2.08,1.9-3.05a119.89,119.89,0,0,1,7.87-9.41,121.73,121.73,0,0,1,11.65-11.4,119.49,119.49,0,0,1,9.94-7.82c1.12-.77,2.32-1.42,3.47-2.15l3.92,8.85a17.86,17.86,0,0,0,16.32,10.58A18.14,18.14,0,0,0,272.35,226.4ZM128,256a32,32,0,1,1,32-32A32,32,0,0,1,128,256Zm80-96a16,16,0,1,1,16-16A16,16,0,0,1,208,160Zm431.26,45.3a17.79,17.79,0,0,0-17.06-12.69,17.55,17.55,0,0,0-5.08.74l-11.27,3.33a83.61,83.61,0,0,0-36.39-35.43l2.88-11.06a17.81,17.81,0,0,0-34.48-8.91l-2.87,11c-1,0-2.07-.26-3.1-.26a83.32,83.32,0,0,0-45.65,13.89l-8.59-8.81a17.77,17.77,0,0,0-25.56,24.7l9.14,9.37a83.28,83.28,0,0,0-12.08,31.06,119.34,119.34,0,0,1-3.87,15.52l-9-4.22a17.74,17.74,0,1,0-15.15,32.09l8.8,4.11c-.67,1-1.2,2.08-1.89,3.05a117.71,117.71,0,0,1-7.94,9.47,119,119,0,0,1-11.57,11.33,121.59,121.59,0,0,1-10,7.83c-1.12.77-2.32,1.42-3.47,2.15l-3.92-8.85a17.86,17.86,0,0,0-16.32-10.58,18.14,18.14,0,0,0-7.18,1.5A17.71,17.71,0,0,0,358.54,309l4,9.08a118.71,118.71,0,0,1-12.36,3.08,83.34,83.34,0,0,0-33.77,13.9l-10-9a17.77,17.77,0,1,0-23.92,26.28l9.72,8.75a83.12,83.12,0,0,0-11.65,48.18l-11.86,3.51a17.73,17.73,0,1,0,10.16,34l11.34-3.36A84,84,0,0,0,326.61,479l-2.84,10.85a17.8,17.8,0,0,0,34.47,8.93L361.06,488a83.3,83.3,0,0,0,16.74-1.1c11.37-1.89,22.24-5.07,33.1-8.24l3.38,9.46a17.8,17.8,0,0,0,33.56-11.89l-3.49-9.79a287.66,287.66,0,0,0,43.94-23.58l6.32,8.43a17.88,17.88,0,0,0,24.93,3.6A17.67,17.67,0,0,0,523.16,430l-6.45-8.61a287.37,287.37,0,0,0,34.95-35.34l8.82,6.42a17.76,17.76,0,1,0,21-28.63l-8.88-6.46a287.17,287.17,0,0,0,23-43.92l10.48,3.59a17.73,17.73,0,1,0,11.59-33.52L607.33,280c2.79-10,5.79-19.84,7.52-30.21a83.27,83.27,0,0,0,.82-19.05l11.58-3.43A17.7,17.7,0,0,0,639.26,205.3ZM416,416a32,32,0,1,1,32-32A32,32,0,0,1,416,416Z\"]\n};\nvar faBacterium = {\n prefix: 'fas',\n iconName: 'bacterium',\n icon: [512, 512, [], \"e05a\", \"M511,102.93A23.76,23.76,0,0,0,481.47,87l-15.12,4.48a111.85,111.85,0,0,0-48.5-47.42l3.79-14.47a23.74,23.74,0,0,0-46-11.91l-3.76,14.37a111.94,111.94,0,0,0-22.33,1.47,386.74,386.74,0,0,0-44.33,10.41l-4.3-12a23.74,23.74,0,0,0-44.75,15.85l4.3,12.05a383.4,383.4,0,0,0-58.69,31.83l-8-10.63a23.85,23.85,0,0,0-33.24-4.8,23.57,23.57,0,0,0-4.83,33.09l8,10.63a386.14,386.14,0,0,0-46.7,47.44l-11-8a23.68,23.68,0,1,0-28,38.17l11.09,8.06a383.45,383.45,0,0,0-30.92,58.75l-12.93-4.43a23.65,23.65,0,1,0-15.47,44.69l13,4.48a385.81,385.81,0,0,0-9.3,40.53A111.58,111.58,0,0,0,32.44,375L17,379.56a23.64,23.64,0,0,0,13.51,45.31l15-4.44a111.49,111.49,0,0,0,48.53,47.24l-3.85,14.75a23.66,23.66,0,0,0,17,28.83,24.7,24.7,0,0,0,6,.75,23.73,23.73,0,0,0,23-17.7L140,479.67c1.37.05,2.77.35,4.13.35A111.22,111.22,0,0,0,205,461.5l11.45,11.74a23.7,23.7,0,0,0,34.08-32.93l-12.19-12.5a111,111,0,0,0,16.11-41.4,158.69,158.69,0,0,1,5.16-20.71l12,5.64a23.66,23.66,0,1,0,20.19-42.79l-11.72-5.49c.89-1.32,1.59-2.77,2.52-4.06a157.86,157.86,0,0,1,10.46-12.49,159.5,159.5,0,0,1,15.59-15.28,162.18,162.18,0,0,1,13.23-10.4c1.5-1,3.1-1.89,4.63-2.87l5.23,11.8a23.74,23.74,0,0,0,43.48-19.08l-5.36-12.11a158.87,158.87,0,0,1,16.49-4.1,111,111,0,0,0,45-18.54l13.33,12a23.69,23.69,0,1,0,31.88-35l-12.94-11.67A110.83,110.83,0,0,0,479.21,137L495,132.32A23.61,23.61,0,0,0,511,102.93ZM160,368a48,48,0,1,1,48-48A48,48,0,0,1,160,368Zm80-136a24,24,0,1,1,24-24A24,24,0,0,1,240,232Z\"]\n};\nvar faBahai = {\n prefix: 'fas',\n iconName: 'bahai',\n icon: [512, 512, [], \"f666\", \"M496.25 202.52l-110-15.44 41.82-104.34c6.67-16.64-11.6-32.18-26.59-22.63L307.44 120 273.35 12.82C270.64 4.27 263.32 0 256 0c-7.32 0-14.64 4.27-17.35 12.82l-34.09 107.19-94.04-59.89c-14.99-9.55-33.25 5.99-26.59 22.63l41.82 104.34-110 15.43c-17.54 2.46-21.68 26.27-6.03 34.67l98.16 52.66-74.48 83.54c-10.92 12.25-1.72 30.93 13.29 30.93 1.31 0 2.67-.14 4.07-.45l108.57-23.65-4.11 112.55c-.43 11.65 8.87 19.22 18.41 19.22 5.15 0 10.39-2.21 14.2-7.18l68.18-88.9 68.18 88.9c3.81 4.97 9.04 7.18 14.2 7.18 9.54 0 18.84-7.57 18.41-19.22l-4.11-112.55 108.57 23.65c17.36 3.76 29.21-17.2 17.35-30.49l-74.48-83.54 98.16-52.66c15.64-8.39 11.5-32.2-6.04-34.66zM338.51 311.68l-51.89-11.3 1.97 53.79L256 311.68l-32.59 42.49 1.96-53.79-51.89 11.3 35.6-39.93-46.92-25.17 52.57-7.38-19.99-49.87 44.95 28.62L256 166.72l16.29 51.23 44.95-28.62-19.99 49.87 52.57 7.38-46.92 25.17 35.61 39.93z\"]\n};\nvar faBalanceScale = {\n prefix: 'fas',\n iconName: 'balance-scale',\n icon: [640, 512, [], \"f24e\", \"M256 336h-.02c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0C-2.06 328.75.02 320.33.02 336H0c0 44.18 57.31 80 128 80s128-35.82 128-80zM128 176l72 144H56l72-144zm511.98 160c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0-87.12 174.26-85.04 165.84-85.04 181.51H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02zM440 320l72-144 72 144H440zm88 128H352V153.25c23.51-10.29 41.16-31.48 46.39-57.25H528c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H383.64C369.04 12.68 346.09 0 320 0s-49.04 12.68-63.64 32H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h129.61c5.23 25.76 22.87 46.96 46.39 57.25V448H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faBalanceScaleLeft = {\n prefix: 'fas',\n iconName: 'balance-scale-left',\n icon: [640, 512, [], \"f515\", \"M528 448H352V153.25c20.42-8.94 36.1-26.22 43.38-47.47l132-44.26c8.38-2.81 12.89-11.88 10.08-20.26l-10.17-30.34C524.48 2.54 515.41-1.97 507.03.84L389.11 40.37C375.3 16.36 349.69 0 320 0c-44.18 0-80 35.82-80 80 0 3.43.59 6.71 1.01 10.03l-128.39 43.05c-8.38 2.81-12.89 11.88-10.08 20.26l10.17 30.34c2.81 8.38 11.88 12.89 20.26 10.08l142.05-47.63c4.07 2.77 8.43 5.12 12.99 7.12V496c0 8.84 7.16 16 16 16h224c8.84 0 16-7.16 16-16v-32c-.01-8.84-7.17-16-16.01-16zm111.98-144c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0-87.12 174.26-85.04 165.84-85.04 181.51H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02zM440 288l72-144 72 144H440zm-269.07-37.51c-17.65-35.29-68.19-35.36-85.87 0C-2.06 424.75.02 416.33.02 432H0c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02c0-16.18 1.34-8.73-85.05-181.51zM56 416l72-144 72 144H56z\"]\n};\nvar faBalanceScaleRight = {\n prefix: 'fas',\n iconName: 'balance-scale-right',\n icon: [640, 512, [], \"f516\", \"M96 464v32c0 8.84 7.16 16 16 16h224c8.84 0 16-7.16 16-16V153.25c4.56-2 8.92-4.35 12.99-7.12l142.05 47.63c8.38 2.81 17.45-1.71 20.26-10.08l10.17-30.34c2.81-8.38-1.71-17.45-10.08-20.26l-128.4-43.05c.42-3.32 1.01-6.6 1.01-10.03 0-44.18-35.82-80-80-80-29.69 0-55.3 16.36-69.11 40.37L132.96.83c-8.38-2.81-17.45 1.71-20.26 10.08l-10.17 30.34c-2.81 8.38 1.71 17.45 10.08 20.26l132 44.26c7.28 21.25 22.96 38.54 43.38 47.47V448H112c-8.84 0-16 7.16-16 16zM0 304c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02c0-15.67 2.08-7.25-85.05-181.51-17.68-35.36-68.22-35.29-85.87 0C-1.32 295.27.02 287.82.02 304H0zm56-16l72-144 72 144H56zm328.02 144H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02c0-15.67 2.08-7.25-85.05-181.51-17.68-35.36-68.22-35.29-85.87 0-86.38 172.78-85.04 165.33-85.04 181.51zM440 416l72-144 72 144H440z\"]\n};\nvar faBan = {\n prefix: 'fas',\n iconName: 'ban',\n icon: [512, 512, [], \"f05e\", \"M256 8C119.034 8 8 119.033 8 256s111.034 248 248 248 248-111.034 248-248S392.967 8 256 8zm130.108 117.892c65.448 65.448 70 165.481 20.677 235.637L150.47 105.216c70.204-49.356 170.226-44.735 235.638 20.676zM125.892 386.108c-65.448-65.448-70-165.481-20.677-235.637L361.53 406.784c-70.203 49.356-170.226 44.736-235.638-20.676z\"]\n};\nvar faBandAid = {\n prefix: 'fas',\n iconName: 'band-aid',\n icon: [640, 512, [], \"f462\", \"M0 160v192c0 35.3 28.7 64 64 64h96V96H64c-35.3 0-64 28.7-64 64zm576-64h-96v320h96c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64zM192 416h256V96H192v320zm176-232c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm0 96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm-96-96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm0 96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24z\"]\n};\nvar faBarcode = {\n prefix: 'fas',\n iconName: 'barcode',\n icon: [512, 512, [], \"f02a\", \"M0 448V64h18v384H0zm26.857-.273V64H36v383.727h-9.143zm27.143 0V64h8.857v383.727H54zm44.857 0V64h8.857v383.727h-8.857zm36 0V64h17.714v383.727h-17.714zm44.857 0V64h8.857v383.727h-8.857zm18 0V64h8.857v383.727h-8.857zm18 0V64h8.857v383.727h-8.857zm35.715 0V64h18v383.727h-18zm44.857 0V64h18v383.727h-18zm35.999 0V64h18.001v383.727h-18.001zm36.001 0V64h18.001v383.727h-18.001zm26.857 0V64h18v383.727h-18zm45.143 0V64h26.857v383.727h-26.857zm35.714 0V64h9.143v383.727H476zm18 .273V64h18v384h-18z\"]\n};\nvar faBars = {\n prefix: 'fas',\n iconName: 'bars',\n icon: [448, 512, [], \"f0c9\", \"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"]\n};\nvar faBaseballBall = {\n prefix: 'fas',\n iconName: 'baseball-ball',\n icon: [496, 512, [], \"f433\", \"M368.5 363.9l28.8-13.9c11.1 22.9 26 43.2 44.1 60.9 34-42.5 54.5-96.3 54.5-154.9 0-58.5-20.4-112.2-54.2-154.6-17.8 17.3-32.6 37.1-43.6 59.5l-28.7-14.1c12.8-26 30-49 50.8-69C375.6 34.7 315 8 248 8 181.1 8 120.5 34.6 75.9 77.7c20.7 19.9 37.9 42.9 50.7 68.8l-28.7 14.1c-11-22.3-25.7-42.1-43.5-59.4C20.4 143.7 0 197.4 0 256c0 58.6 20.4 112.3 54.4 154.7 18.2-17.7 33.2-38 44.3-61l28.8 13.9c-12.9 26.7-30.3 50.3-51.5 70.7 44.5 43.1 105.1 69.7 172 69.7 66.8 0 127.3-26.5 171.9-69.5-21.1-20.4-38.5-43.9-51.4-70.6zm-228.3-32l-30.5-9.8c14.9-46.4 12.7-93.8-.6-134l30.4-10c15 45.6 18 99.9.7 153.8zm216.3-153.4l30.4 10c-13.2 40.1-15.5 87.5-.6 134l-30.5 9.8c-17.3-54-14.3-108.3.7-153.8z\"]\n};\nvar faBasketballBall = {\n prefix: 'fas',\n iconName: 'basketball-ball',\n icon: [496, 512, [], \"f434\", \"M212.3 10.3c-43.8 6.3-86.2 24.1-122.2 53.8l77.4 77.4c27.8-35.8 43.3-81.2 44.8-131.2zM248 222L405.9 64.1c-42.4-35-93.6-53.5-145.5-56.1-1.2 63.9-21.5 122.3-58.7 167.7L248 222zM56.1 98.1c-29.7 36-47.5 78.4-53.8 122.2 50-1.5 95.5-17 131.2-44.8L56.1 98.1zm272.2 204.2c45.3-37.1 103.7-57.4 167.7-58.7-2.6-51.9-21.1-103.1-56.1-145.5L282 256l46.3 46.3zM248 290L90.1 447.9c42.4 34.9 93.6 53.5 145.5 56.1 1.3-64 21.6-122.4 58.7-167.7L248 290zm191.9 123.9c29.7-36 47.5-78.4 53.8-122.2-50.1 1.6-95.5 17.1-131.2 44.8l77.4 77.4zM167.7 209.7C122.3 246.9 63.9 267.3 0 268.4c2.6 51.9 21.1 103.1 56.1 145.5L214 256l-46.3-46.3zm116 292c43.8-6.3 86.2-24.1 122.2-53.8l-77.4-77.4c-27.7 35.7-43.2 81.2-44.8 131.2z\"]\n};\nvar faBath = {\n prefix: 'fas',\n iconName: 'bath',\n icon: [512, 512, [], \"f2cd\", \"M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z\"]\n};\nvar faBatteryEmpty = {\n prefix: 'fas',\n iconName: 'battery-empty',\n icon: [640, 512, [], \"f244\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48z\"]\n};\nvar faBatteryFull = {\n prefix: 'fas',\n iconName: 'battery-full',\n icon: [640, 512, [], \"f240\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-48 96H96v128h416V192z\"]\n};\nvar faBatteryHalf = {\n prefix: 'fas',\n iconName: 'battery-half',\n icon: [640, 512, [], \"f242\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-240 96H96v128h224V192z\"]\n};\nvar faBatteryQuarter = {\n prefix: 'fas',\n iconName: 'battery-quarter',\n icon: [640, 512, [], \"f243\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-336 96H96v128h128V192z\"]\n};\nvar faBatteryThreeQuarters = {\n prefix: 'fas',\n iconName: 'battery-three-quarters',\n icon: [640, 512, [], \"f241\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-144 96H96v128h320V192z\"]\n};\nvar faBed = {\n prefix: 'fas',\n iconName: 'bed',\n icon: [640, 512, [], \"f236\", \"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"]\n};\nvar faBeer = {\n prefix: 'fas',\n iconName: 'beer',\n icon: [448, 512, [], \"f0fc\", \"M368 96h-48V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56v400c0 13.255 10.745 24 24 24h272c13.255 0 24-10.745 24-24v-42.11l80.606-35.977C429.396 365.063 448 336.388 448 304.86V176c0-44.112-35.888-80-80-80zm16 208.86a16.018 16.018 0 0 1-9.479 14.611L320 343.805V160h48c8.822 0 16 7.178 16 16v128.86zM208 384c-8.836 0-16-7.164-16-16V144c0-8.836 7.164-16 16-16s16 7.164 16 16v224c0 8.836-7.164 16-16 16zm-96 0c-8.836 0-16-7.164-16-16V144c0-8.836 7.164-16 16-16s16 7.164 16 16v224c0 8.836-7.164 16-16 16z\"]\n};\nvar faBell = {\n prefix: 'fas',\n iconName: 'bell',\n icon: [448, 512, [], \"f0f3\", \"M224 512c35.32 0 63.97-28.65 63.97-64H160.03c0 35.35 28.65 64 63.97 64zm215.39-149.71c-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84C118.56 68.1 64.08 130.3 64.08 208c0 102.3-36.15 133.53-55.47 154.29-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h383.8c19.12 0 32-15.6 32.1-32 .05-7.55-2.61-15.27-8.61-21.71z\"]\n};\nvar faBellSlash = {\n prefix: 'fas',\n iconName: 'bell-slash',\n icon: [640, 512, [], \"f1f6\", \"M633.82 458.1l-90.62-70.05c.19-1.38.8-2.66.8-4.06.05-7.55-2.61-15.27-8.61-21.71-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84c-40.33 8.38-74.66 31.07-97.59 62.57L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.35 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.42-6.97 4.17-17.02-2.81-22.45zM157.23 251.54c-8.61 67.96-36.41 93.33-52.62 110.75-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h241.92L157.23 251.54zM320 512c35.32 0 63.97-28.65 63.97-64H256.03c0 35.35 28.65 64 63.97 64z\"]\n};\nvar faBezierCurve = {\n prefix: 'fas',\n iconName: 'bezier-curve',\n icon: [640, 512, [], \"f55b\", \"M368 32h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zM208 88h-84.75C113.75 64.56 90.84 48 64 48 28.66 48 0 76.65 0 112s28.66 64 64 64c26.84 0 49.75-16.56 59.25-40h79.73c-55.37 32.52-95.86 87.32-109.54 152h49.4c11.3-41.61 36.77-77.21 71.04-101.56-3.7-8.08-5.88-16.99-5.88-26.44V88zm-48 232H64c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32zM576 48c-26.84 0-49.75 16.56-59.25 40H432v72c0 9.45-2.19 18.36-5.88 26.44 34.27 24.35 59.74 59.95 71.04 101.56h49.4c-13.68-64.68-54.17-119.48-109.54-152h79.73c9.5 23.44 32.41 40 59.25 40 35.34 0 64-28.65 64-64s-28.66-64-64-64zm0 272h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32z\"]\n};\nvar faBible = {\n prefix: 'fas',\n iconName: 'bible',\n icon: [448, 512, [], \"f647\", \"M448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM144 144c0-8.84 7.16-16 16-16h48V80c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v48h48c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-48v112c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16V192h-48c-8.84 0-16-7.16-16-16v-32zm236.8 304H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8v64z\"]\n};\nvar faBicycle = {\n prefix: 'fas',\n iconName: 'bicycle',\n icon: [640, 512, [], \"f206\", \"M512.509 192.001c-16.373-.064-32.03 2.955-46.436 8.495l-77.68-125.153A24 24 0 0 0 368.001 64h-64c-8.837 0-16 7.163-16 16v16c0 8.837 7.163 16 16 16h50.649l14.896 24H256.002v-16c0-8.837-7.163-16-16-16h-87.459c-13.441 0-24.777 10.999-24.536 24.437.232 13.044 10.876 23.563 23.995 23.563h48.726l-29.417 47.52c-13.433-4.83-27.904-7.483-42.992-7.52C58.094 191.83.412 249.012.002 319.236-.413 390.279 57.055 448 128.002 448c59.642 0 109.758-40.793 123.967-96h52.033a24 24 0 0 0 20.406-11.367L410.37 201.77l14.938 24.067c-25.455 23.448-41.385 57.081-41.307 94.437.145 68.833 57.899 127.051 126.729 127.719 70.606.685 128.181-55.803 129.255-125.996 1.086-70.941-56.526-129.72-127.476-129.996zM186.75 265.772c9.727 10.529 16.673 23.661 19.642 38.228h-43.306l23.664-38.228zM128.002 400c-44.112 0-80-35.888-80-80s35.888-80 80-80c5.869 0 11.586.653 17.099 1.859l-45.505 73.509C89.715 331.327 101.213 352 120.002 352h81.3c-12.37 28.225-40.562 48-73.3 48zm162.63-96h-35.624c-3.96-31.756-19.556-59.894-42.383-80.026L237.371 184h127.547l-74.286 120zm217.057 95.886c-41.036-2.165-74.049-35.692-75.627-76.755-.812-21.121 6.633-40.518 19.335-55.263l44.433 71.586c4.66 7.508 14.524 9.816 22.032 5.156l13.594-8.437c7.508-4.66 9.817-14.524 5.156-22.032l-44.468-71.643a79.901 79.901 0 0 1 19.858-2.497c44.112 0 80 35.888 80 80-.001 45.54-38.252 82.316-84.313 79.885z\"]\n};\nvar faBiking = {\n prefix: 'fas',\n iconName: 'biking',\n icon: [640, 512, [], \"f84a\", \"M400 96a48 48 0 1 0-48-48 48 48 0 0 0 48 48zm-4 121a31.9 31.9 0 0 0 20 7h64a32 32 0 0 0 0-64h-52.78L356 103a31.94 31.94 0 0 0-40.81.68l-112 96a32 32 0 0 0 3.08 50.92L288 305.12V416a32 32 0 0 0 64 0V288a32 32 0 0 0-14.25-26.62l-41.36-27.57 58.25-49.92zm116 39a128 128 0 1 0 128 128 128 128 0 0 0-128-128zm0 192a64 64 0 1 1 64-64 64 64 0 0 1-64 64zM128 256a128 128 0 1 0 128 128 128 128 0 0 0-128-128zm0 192a64 64 0 1 1 64-64 64 64 0 0 1-64 64z\"]\n};\nvar faBinoculars = {\n prefix: 'fas',\n iconName: 'binoculars',\n icon: [512, 512, [], \"f1e5\", \"M416 48c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v48h96V48zM63.91 159.99C61.4 253.84 3.46 274.22 0 404v44c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32V288h32V128H95.84c-17.63 0-31.45 14.37-31.93 31.99zm384.18 0c-.48-17.62-14.3-31.99-31.93-31.99H320v160h32v160c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-44c-3.46-129.78-61.4-150.16-63.91-244.01zM176 32h-64c-8.84 0-16 7.16-16 16v48h96V48c0-8.84-7.16-16-16-16zm48 256h64V128h-64v160z\"]\n};\nvar faBiohazard = {\n prefix: 'fas',\n iconName: 'biohazard',\n icon: [576, 512, [], \"f780\", \"M287.9 112c18.6 0 36.2 3.8 52.8 9.6 13.3-10.3 23.6-24.3 29.5-40.7-25.2-10.9-53-17-82.2-17-29.1 0-56.9 6-82.1 16.9 5.9 16.4 16.2 30.4 29.5 40.7 16.5-5.7 34-9.5 52.5-9.5zM163.6 438.7c12-11.8 20.4-26.4 24.5-42.4-32.9-26.4-54.8-65.3-58.9-109.6-8.5-2.8-17.2-4.6-26.4-4.6-7.6 0-15.2 1-22.5 3.1 4.1 62.8 35.8 118 83.3 153.5zm224.2-42.6c4.1 16 12.5 30.7 24.5 42.5 47.4-35.5 79.1-90.7 83-153.5-7.2-2-14.7-3-22.2-3-9.2 0-18 1.9-26.6 4.7-4.1 44.2-26 82.9-58.7 109.3zm113.5-205c-17.6-10.4-36.3-16.6-55.3-19.9 6-17.7 10-36.4 10-56.2 0-41-14.5-80.8-41-112.2-2.5-3-6.6-3.7-10-1.8-3.3 1.9-4.8 6-3.6 9.7 4.5 13.8 6.6 26.3 6.6 38.5 0 67.8-53.8 122.9-120 122.9S168 117 168 49.2c0-12.1 2.2-24.7 6.6-38.5 1.2-3.7-.3-7.8-3.6-9.7-3.4-1.9-7.5-1.2-10 1.8C134.6 34.2 120 74 120 115c0 19.8 3.9 38.5 10 56.2-18.9 3.3-37.7 9.5-55.3 19.9-34.6 20.5-61 53.3-74.3 92.4-1.3 3.7.2 7.7 3.5 9.8 3.3 2 7.5 1.3 10-1.6 9.4-10.8 19-19.1 29.2-25.1 57.3-33.9 130.8-13.7 163.9 45 33.1 58.7 13.4 134-43.9 167.9-10.2 6.1-22 10.4-35.8 13.4-3.7.8-6.4 4.2-6.4 8.1.1 4 2.7 7.3 6.5 8 39.7 7.8 80.6.8 115.2-19.7 18-10.6 32.9-24.5 45.3-40.1 12.4 15.6 27.3 29.5 45.3 40.1 34.6 20.5 75.5 27.5 115.2 19.7 3.8-.7 6.4-4 6.5-8 0-3.9-2.6-7.3-6.4-8.1-13.9-2.9-25.6-7.3-35.8-13.4-57.3-33.9-77-109.2-43.9-167.9s106.6-78.9 163.9-45c10.2 6.1 19.8 14.3 29.2 25.1 2.5 2.9 6.7 3.6 10 1.6s4.8-6.1 3.5-9.8c-13.1-39.1-39.5-72-74.1-92.4zm-213.4 129c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z\"]\n};\nvar faBirthdayCake = {\n prefix: 'fas',\n iconName: 'birthday-cake',\n icon: [448, 512, [], \"f1fd\", \"M448 384c-28.02 0-31.26-32-74.5-32-43.43 0-46.825 32-74.75 32-27.695 0-31.454-32-74.75-32-42.842 0-47.218 32-74.5 32-28.148 0-31.202-32-74.75-32-43.547 0-46.653 32-74.75 32v-80c0-26.5 21.5-48 48-48h16V112h64v144h64V112h64v144h64V112h64v144h16c26.5 0 48 21.5 48 48v80zm0 128H0v-96c43.356 0 46.767-32 74.75-32 27.951 0 31.253 32 74.75 32 42.843 0 47.217-32 74.5-32 28.148 0 31.201 32 74.75 32 43.357 0 46.767-32 74.75-32 27.488 0 31.252 32 74.5 32v96zM96 96c-17.75 0-32-14.25-32-32 0-31 32-23 32-64 12 0 32 29.5 32 56s-14.25 40-32 40zm128 0c-17.75 0-32-14.25-32-32 0-31 32-23 32-64 12 0 32 29.5 32 56s-14.25 40-32 40zm128 0c-17.75 0-32-14.25-32-32 0-31 32-23 32-64 12 0 32 29.5 32 56s-14.25 40-32 40z\"]\n};\nvar faBlender = {\n prefix: 'fas',\n iconName: 'blender',\n icon: [512, 512, [], \"f517\", \"M416 384H160c-35.35 0-64 28.65-64 64v32c0 17.67 14.33 32 32 32h320c17.67 0 32-14.33 32-32v-32c0-35.35-28.65-64-64-64zm-128 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm40-416h166.54L512 0H48C21.49 0 0 21.49 0 48v160c0 26.51 21.49 48 48 48h103.27l8.73 96h256l17.46-64H328c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h114.18l17.46-64H328c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h140.36l17.46-64H328c-4.42 0-8-3.58-8-8V72c0-4.42 3.58-8 8-8zM64 192V64h69.82l11.64 128H64z\"]\n};\nvar faBlenderPhone = {\n prefix: 'fas',\n iconName: 'blender-phone',\n icon: [576, 512, [], \"f6b6\", \"M392 64h166.54L576 0H192v352h288l17.46-64H392c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h114.18l17.46-64H392c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h140.36l17.46-64H392c-4.42 0-8-3.58-8-8V72c0-4.42 3.58-8 8-8zM158.8 335.01l-25.78-63.26c-2.78-6.81-9.8-10.99-17.24-10.26l-45.03 4.42c-17.28-46.94-17.65-99.78 0-147.72l45.03 4.42c7.43.73 14.46-3.46 17.24-10.26l25.78-63.26c3.02-7.39.2-15.85-6.68-20.07l-39.28-24.1C98.51-3.87 80.09-.5 68.95 11.97c-92.57 103.6-92 259.55 2.1 362.49 9.87 10.8 29.12 12.48 41.65 4.8l39.41-24.18c6.89-4.22 9.7-12.67 6.69-20.07zM480 384H192c-35.35 0-64 28.65-64 64v32c0 17.67 14.33 32 32 32h352c17.67 0 32-14.33 32-32v-32c0-35.35-28.65-64-64-64zm-144 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faBlind = {\n prefix: 'fas',\n iconName: 'blind',\n icon: [384, 512, [], \"f29d\", \"M380.15 510.837a8 8 0 0 1-10.989-2.687l-125.33-206.427a31.923 31.923 0 0 0 12.958-9.485l126.048 207.608a8 8 0 0 1-2.687 10.991zM142.803 314.338l-32.54 89.485 36.12 88.285c6.693 16.36 25.377 24.192 41.733 17.501 16.357-6.692 24.193-25.376 17.501-41.734l-62.814-153.537zM96 88c24.301 0 44-19.699 44-44S120.301 0 96 0 52 19.699 52 44s19.699 44 44 44zm154.837 169.128l-120-152c-4.733-5.995-11.75-9.108-18.837-9.112V96H80v.026c-7.146.003-14.217 3.161-18.944 9.24L0 183.766v95.694c0 13.455 11.011 24.791 24.464 24.536C37.505 303.748 48 293.1 48 280v-79.766l16-20.571v140.698L9.927 469.055c-6.04 16.609 2.528 34.969 19.138 41.009 16.602 6.039 34.968-2.524 41.009-19.138L136 309.638V202.441l-31.406-39.816a4 4 0 1 1 6.269-4.971l102.3 129.217c9.145 11.584 24.368 11.339 33.708 3.965 10.41-8.216 12.159-23.334 3.966-33.708z\"]\n};\nvar faBlog = {\n prefix: 'fas',\n iconName: 'blog',\n icon: [512, 512, [], \"f781\", \"M172.2 226.8c-14.6-2.9-28.2 8.9-28.2 23.8V301c0 10.2 7.1 18.4 16.7 22 18.2 6.8 31.3 24.4 31.3 45 0 26.5-21.5 48-48 48s-48-21.5-48-48V120c0-13.3-10.7-24-24-24H24c-13.3 0-24 10.7-24 24v248c0 89.5 82.1 160.2 175 140.7 54.4-11.4 98.3-55.4 109.7-109.7 17.4-82.9-37-157.2-112.5-172.2zM209 0c-9.2-.5-17 6.8-17 16v31.6c0 8.5 6.6 15.5 15 15.9 129.4 7 233.4 112 240.9 241.5.5 8.4 7.5 15 15.9 15h32.1c9.2 0 16.5-7.8 16-17C503.4 139.8 372.2 8.6 209 0zm.3 96c-9.3-.7-17.3 6.7-17.3 16.1v32.1c0 8.4 6.5 15.3 14.8 15.9 76.8 6.3 138 68.2 144.9 145.2.8 8.3 7.6 14.7 15.9 14.7h32.2c9.3 0 16.8-8 16.1-17.3-8.4-110.1-96.5-198.2-206.6-206.7z\"]\n};\nvar faBold = {\n prefix: 'fas',\n iconName: 'bold',\n icon: [384, 512, [], \"f032\", \"M333.49 238a122 122 0 0 0 27-65.21C367.87 96.49 308 32 233.42 32H34a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h31.87v288H34a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h209.32c70.8 0 134.14-51.75 141-122.4 4.74-48.45-16.39-92.06-50.83-119.6zM145.66 112h87.76a48 48 0 0 1 0 96h-87.76zm87.76 288h-87.76V288h87.76a56 56 0 0 1 0 112z\"]\n};\nvar faBolt = {\n prefix: 'fas',\n iconName: 'bolt',\n icon: [320, 512, [], \"f0e7\", \"M296 160H180.6l42.6-129.8C227.2 15 215.7 0 200 0H56C44 0 33.8 8.9 32.2 20.8l-32 240C-1.7 275.2 9.5 288 24 288h118.7L96.6 482.5c-3.6 15.2 8 29.5 23.3 29.5 8.4 0 16.4-4.4 20.8-12l176-304c9.3-15.9-2.2-36-20.7-36z\"]\n};\nvar faBomb = {\n prefix: 'fas',\n iconName: 'bomb',\n icon: [512, 512, [], \"f1e2\", \"M440.5 88.5l-52 52L415 167c9.4 9.4 9.4 24.6 0 33.9l-17.4 17.4c11.8 26.1 18.4 55.1 18.4 85.6 0 114.9-93.1 208-208 208S0 418.9 0 304 93.1 96 208 96c30.5 0 59.5 6.6 85.6 18.4L311 97c9.4-9.4 24.6-9.4 33.9 0l26.5 26.5 52-52 17.1 17zM500 60h-24c-6.6 0-12 5.4-12 12s5.4 12 12 12h24c6.6 0 12-5.4 12-12s-5.4-12-12-12zM440 0c-6.6 0-12 5.4-12 12v24c0 6.6 5.4 12 12 12s12-5.4 12-12V12c0-6.6-5.4-12-12-12zm33.9 55l17-17c4.7-4.7 4.7-12.3 0-17-4.7-4.7-12.3-4.7-17 0l-17 17c-4.7 4.7-4.7 12.3 0 17 4.8 4.7 12.4 4.7 17 0zm-67.8 0c4.7 4.7 12.3 4.7 17 0 4.7-4.7 4.7-12.3 0-17l-17-17c-4.7-4.7-12.3-4.7-17 0-4.7 4.7-4.7 12.3 0 17l17 17zm67.8 34c-4.7-4.7-12.3-4.7-17 0-4.7 4.7-4.7 12.3 0 17l17 17c4.7 4.7 12.3 4.7 17 0 4.7-4.7 4.7-12.3 0-17l-17-17zM112 272c0-35.3 28.7-64 64-64 8.8 0 16-7.2 16-16s-7.2-16-16-16c-52.9 0-96 43.1-96 96 0 8.8 7.2 16 16 16s16-7.2 16-16z\"]\n};\nvar faBone = {\n prefix: 'fas',\n iconName: 'bone',\n icon: [640, 512, [], \"f5d7\", \"M598.88 244.56c25.2-12.6 41.12-38.36 41.12-66.53v-7.64C640 129.3 606.7 96 565.61 96c-32.02 0-60.44 20.49-70.57 50.86-7.68 23.03-11.6 45.14-38.11 45.14H183.06c-27.38 0-31.58-25.54-38.11-45.14C134.83 116.49 106.4 96 74.39 96 33.3 96 0 129.3 0 170.39v7.64c0 28.17 15.92 53.93 41.12 66.53 9.43 4.71 9.43 18.17 0 22.88C15.92 280.04 0 305.8 0 333.97v7.64C0 382.7 33.3 416 74.38 416c32.02 0 60.44-20.49 70.57-50.86 7.68-23.03 11.6-45.14 38.11-45.14h273.87c27.38 0 31.58 25.54 38.11 45.14C505.17 395.51 533.6 416 565.61 416c41.08 0 74.38-33.3 74.38-74.39v-7.64c0-28.18-15.92-53.93-41.12-66.53-9.42-4.71-9.42-18.17.01-22.88z\"]\n};\nvar faBong = {\n prefix: 'fas',\n iconName: 'bong',\n icon: [448, 512, [], \"f55c\", \"M302.5 512c23.18 0 44.43-12.58 56-32.66C374.69 451.26 384 418.75 384 384c0-36.12-10.08-69.81-27.44-98.62L400 241.94l9.38 9.38c6.25 6.25 16.38 6.25 22.63 0l11.3-11.32c6.25-6.25 6.25-16.38 0-22.63l-52.69-52.69c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63l9.38 9.38-39.41 39.41c-11.56-11.37-24.53-21.33-38.65-29.51V63.74l15.97-.02c8.82-.01 15.97-7.16 15.98-15.98l.04-31.72C320 7.17 312.82-.01 303.97 0L80.03.26c-8.82.01-15.97 7.16-15.98 15.98l-.04 31.73c-.01 8.85 7.17 16.02 16.02 16.01L96 63.96v153.93C38.67 251.1 0 312.97 0 384c0 34.75 9.31 67.27 25.5 95.34C37.08 499.42 58.33 512 81.5 512h221zM120.06 259.43L144 245.56V63.91l96-.11v181.76l23.94 13.87c24.81 14.37 44.12 35.73 56.56 60.57h-257c12.45-24.84 31.75-46.2 56.56-60.57z\"]\n};\nvar faBook = {\n prefix: 'fas',\n iconName: 'book',\n icon: [448, 512, [], \"f02d\", \"M448 360V24c0-13.3-10.7-24-24-24H96C43 0 0 43 0 96v320c0 53 43 96 96 96h328c13.3 0 24-10.7 24-24v-16c0-7.5-3.5-14.3-8.9-18.7-4.2-15.4-4.2-59.3 0-74.7 5.4-4.3 8.9-11.1 8.9-18.6zM128 134c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm0 64c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm253.4 250H96c-17.7 0-32-14.3-32-32 0-17.6 14.4-32 32-32h285.4c-1.9 17.1-1.9 46.9 0 64z\"]\n};\nvar faBookDead = {\n prefix: 'fas',\n iconName: 'book-dead',\n icon: [448, 512, [], \"f6b7\", \"M272 136c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zm176 222.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM240 56c44.2 0 80 28.7 80 64 0 20.9-12.7 39.2-32 50.9V184c0 8.8-7.2 16-16 16h-64c-8.8 0-16-7.2-16-16v-13.1c-19.3-11.7-32-30-32-50.9 0-35.3 35.8-64 80-64zM124.8 223.3l6.3-14.7c1.7-4.1 6.4-5.9 10.5-4.2l98.3 42.1 98.4-42.1c4.1-1.7 8.8.1 10.5 4.2l6.3 14.7c1.7 4.1-.1 8.8-4.2 10.5L280.6 264l70.3 30.1c4.1 1.7 5.9 6.4 4.2 10.5l-6.3 14.7c-1.7 4.1-6.4 5.9-10.5 4.2L240 281.4l-98.3 42.2c-4.1 1.7-8.8-.1-10.5-4.2l-6.3-14.7c-1.7-4.1.1-8.8 4.2-10.5l70.4-30.1-70.5-30.3c-4.1-1.7-5.9-6.4-4.2-10.5zm256 224.7H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8zM208 136c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16z\"]\n};\nvar faBookMedical = {\n prefix: 'fas',\n iconName: 'book-medical',\n icon: [448, 512, [], \"f7e6\", \"M448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16q0-9.6-9.6-19.2c-3.2-16-3.2-60.8 0-73.6q9.6-4.8 9.6-19.2zM144 168a8 8 0 0 1 8-8h56v-56a8 8 0 0 1 8-8h48a8 8 0 0 1 8 8v56h56a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8h-56v56a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8v-56h-56a8 8 0 0 1-8-8zm236.8 280H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8z\"]\n};\nvar faBookOpen = {\n prefix: 'fas',\n iconName: 'book-open',\n icon: [576, 512, [], \"f518\", \"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"]\n};\nvar faBookReader = {\n prefix: 'fas',\n iconName: 'book-reader',\n icon: [512, 512, [], \"f5da\", \"M352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96 96-42.98 96-96zM233.59 241.1c-59.33-36.32-155.43-46.3-203.79-49.05C13.55 191.13 0 203.51 0 219.14v222.8c0 14.33 11.59 26.28 26.49 27.05 43.66 2.29 131.99 10.68 193.04 41.43 9.37 4.72 20.48-1.71 20.48-11.87V252.56c-.01-4.67-2.32-8.95-6.42-11.46zm248.61-49.05c-48.35 2.74-144.46 12.73-203.78 49.05-4.1 2.51-6.41 6.96-6.41 11.63v245.79c0 10.19 11.14 16.63 20.54 11.9 61.04-30.72 149.32-39.11 192.97-41.4 14.9-.78 26.49-12.73 26.49-27.06V219.14c-.01-15.63-13.56-28.01-29.81-27.09z\"]\n};\nvar faBookmark = {\n prefix: 'fas',\n iconName: 'bookmark',\n icon: [384, 512, [], \"f02e\", \"M0 512V48C0 21.49 21.49 0 48 0h288c26.51 0 48 21.49 48 48v464L192 400 0 512z\"]\n};\nvar faBorderAll = {\n prefix: 'fas',\n iconName: 'border-all',\n icon: [448, 512, [], \"f84c\", \"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\"]\n};\nvar faBorderNone = {\n prefix: 'fas',\n iconName: 'border-none',\n icon: [448, 512, [], \"f850\", \"M240 224h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-288 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 192h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-96h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-192h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM240 320h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-192h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-96 288h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96-384h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zM48 224H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 192H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-96H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-192H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-96H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faBorderStyle = {\n prefix: 'fas',\n iconName: 'border-style',\n icon: [448, 512, [], \"f853\", \"M240 416h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm192 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96-192h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 96h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 96h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-288h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-96H32A32 32 0 0 0 0 64v400a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V96h368a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faBowlingBall = {\n prefix: 'fas',\n iconName: 'bowling-ball',\n icon: [496, 512, [], \"f436\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM120 192c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm64-96c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm48 144c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faBox = {\n prefix: 'fas',\n iconName: 'box',\n icon: [512, 512, [], \"f466\", \"M509.5 184.6L458.9 32.8C452.4 13.2 434.1 0 413.4 0H272v192h238.7c-.4-2.5-.4-5-1.2-7.4zM240 0H98.6c-20.7 0-39 13.2-45.5 32.8L2.5 184.6c-.8 2.4-.8 4.9-1.2 7.4H240V0zM0 224v240c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V224H0z\"]\n};\nvar faBoxOpen = {\n prefix: 'fas',\n iconName: 'box-open',\n icon: [640, 512, [], \"f49e\", \"M425.7 256c-16.9 0-32.8-9-41.4-23.4L320 126l-64.2 106.6c-8.7 14.5-24.6 23.5-41.5 23.5-4.5 0-9-.6-13.3-1.9L64 215v178c0 14.7 10 27.5 24.2 31l216.2 54.1c10.2 2.5 20.9 2.5 31 0L551.8 424c14.2-3.6 24.2-16.4 24.2-31V215l-137 39.1c-4.3 1.3-8.8 1.9-13.3 1.9zm212.6-112.2L586.8 41c-3.1-6.2-9.8-9.8-16.7-8.9L320 64l91.7 152.1c3.8 6.3 11.4 9.3 18.5 7.3l197.9-56.5c9.9-2.9 14.7-13.9 10.2-23.1zM53.2 41L1.7 143.8c-4.6 9.2.3 20.2 10.1 23l197.9 56.5c7.1 2 14.7-1 18.5-7.3L320 64 69.8 32.1c-6.9-.8-13.5 2.7-16.6 8.9z\"]\n};\nvar faBoxTissue = {\n prefix: 'fas',\n iconName: 'box-tissue',\n icon: [512, 512, [], \"e05b\", \"M383.88,287.82l64-192H338.47a70.2,70.2,0,0,1-66.59-48,70.21,70.21,0,0,0-66.6-48H63.88l64,288Zm-384,192a32,32,0,0,0,32,32h448a32,32,0,0,0,32-32v-64H-.12Zm480-256H438.94l-21.33,64h14.27a16,16,0,0,1,0,32h-352a16,16,0,1,1,0-32H95.09l-14.22-64h-49a32,32,0,0,0-32,32v128h512v-128A32,32,0,0,0,479.88,223.82Z\"]\n};\nvar faBoxes = {\n prefix: 'fas',\n iconName: 'boxes',\n icon: [576, 512, [], \"f468\", \"M560 288h-80v96l-32-21.3-32 21.3v-96h-80c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16zm-384-64h224c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16h-80v96l-32-21.3L256 96V0h-80c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16zm64 64h-80v96l-32-21.3L96 384v-96H16c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16z\"]\n};\nvar faBraille = {\n prefix: 'fas',\n iconName: 'braille',\n icon: [640, 512, [], \"f2a1\", \"M128 256c0 35.346-28.654 64-64 64S0 291.346 0 256s28.654-64 64-64 64 28.654 64 64zM64 384c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-352C28.654 32 0 60.654 0 96s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zm160 192c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 160c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-352c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zm224 192c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 160c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-352c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zm160 192c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 160c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-320c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z\"]\n};\nvar faBrain = {\n prefix: 'fas',\n iconName: 'brain',\n icon: [576, 512, [], \"f5dc\", \"M208 0c-29.9 0-54.7 20.5-61.8 48.2-.8 0-1.4-.2-2.2-.2-35.3 0-64 28.7-64 64 0 4.8.6 9.5 1.7 14C52.5 138 32 166.6 32 200c0 12.6 3.2 24.3 8.3 34.9C16.3 248.7 0 274.3 0 304c0 33.3 20.4 61.9 49.4 73.9-.9 4.6-1.4 9.3-1.4 14.1 0 39.8 32.2 72 72 72 4.1 0 8.1-.5 12-1.2 9.6 28.5 36.2 49.2 68 49.2 39.8 0 72-32.2 72-72V64c0-35.3-28.7-64-64-64zm368 304c0-29.7-16.3-55.3-40.3-69.1 5.2-10.6 8.3-22.3 8.3-34.9 0-33.4-20.5-62-49.7-74 1-4.5 1.7-9.2 1.7-14 0-35.3-28.7-64-64-64-.8 0-1.5.2-2.2.2C422.7 20.5 397.9 0 368 0c-35.3 0-64 28.6-64 64v376c0 39.8 32.2 72 72 72 31.8 0 58.4-20.7 68-49.2 3.9.7 7.9 1.2 12 1.2 39.8 0 72-32.2 72-72 0-4.8-.5-9.5-1.4-14.1 29-12 49.4-40.6 49.4-73.9z\"]\n};\nvar faBreadSlice = {\n prefix: 'fas',\n iconName: 'bread-slice',\n icon: [576, 512, [], \"f7ec\", \"M288 0C108 0 0 93.4 0 169.14 0 199.44 24.24 224 64 224v256c0 17.67 16.12 32 36 32h376c19.88 0 36-14.33 36-32V224c39.76 0 64-24.56 64-54.86C576 93.4 468 0 288 0z\"]\n};\nvar faBriefcase = {\n prefix: 'fas',\n iconName: 'briefcase',\n icon: [512, 512, [], \"f0b1\", \"M320 336c0 8.84-7.16 16-16 16h-96c-8.84 0-16-7.16-16-16v-48H0v144c0 25.6 22.4 48 48 48h416c25.6 0 48-22.4 48-48V288H320v48zm144-208h-80V80c0-25.6-22.4-48-48-48H176c-25.6 0-48 22.4-48 48v48H48c-25.6 0-48 22.4-48 48v80h512v-80c0-25.6-22.4-48-48-48zm-144 0H192V96h128v32z\"]\n};\nvar faBriefcaseMedical = {\n prefix: 'fas',\n iconName: 'briefcase-medical',\n icon: [512, 512, [], \"f469\", \"M464 128h-80V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v48H48c-26.5 0-48 21.5-48 48v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V176c0-26.5-21.5-48-48-48zM192 96h128v32H192V96zm160 248c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48z\"]\n};\nvar faBroadcastTower = {\n prefix: 'fas',\n iconName: 'broadcast-tower',\n icon: [640, 512, [], \"f519\", \"M150.94 192h33.73c11.01 0 18.61-10.83 14.86-21.18-4.93-13.58-7.55-27.98-7.55-42.82s2.62-29.24 7.55-42.82C203.29 74.83 195.68 64 184.67 64h-33.73c-7.01 0-13.46 4.49-15.41 11.23C130.64 92.21 128 109.88 128 128c0 18.12 2.64 35.79 7.54 52.76 1.94 6.74 8.39 11.24 15.4 11.24zM89.92 23.34C95.56 12.72 87.97 0 75.96 0H40.63c-6.27 0-12.14 3.59-14.74 9.31C9.4 45.54 0 85.65 0 128c0 24.75 3.12 68.33 26.69 118.86 2.62 5.63 8.42 9.14 14.61 9.14h34.84c12.02 0 19.61-12.74 13.95-23.37-49.78-93.32-16.71-178.15-.17-209.29zM614.06 9.29C611.46 3.58 605.6 0 599.33 0h-35.42c-11.98 0-19.66 12.66-14.02 23.25 18.27 34.29 48.42 119.42.28 209.23-5.72 10.68 1.8 23.52 13.91 23.52h35.23c6.27 0 12.13-3.58 14.73-9.29C630.57 210.48 640 170.36 640 128s-9.42-82.48-25.94-118.71zM489.06 64h-33.73c-11.01 0-18.61 10.83-14.86 21.18 4.93 13.58 7.55 27.98 7.55 42.82s-2.62 29.24-7.55 42.82c-3.76 10.35 3.85 21.18 14.86 21.18h33.73c7.02 0 13.46-4.49 15.41-11.24 4.9-16.97 7.53-34.64 7.53-52.76 0-18.12-2.64-35.79-7.54-52.76-1.94-6.75-8.39-11.24-15.4-11.24zm-116.3 100.12c7.05-10.29 11.2-22.71 11.2-36.12 0-35.35-28.63-64-63.96-64-35.32 0-63.96 28.65-63.96 64 0 13.41 4.15 25.83 11.2 36.12l-130.5 313.41c-3.4 8.15.46 17.52 8.61 20.92l29.51 12.31c8.15 3.4 17.52-.46 20.91-8.61L244.96 384h150.07l49.2 118.15c3.4 8.16 12.76 12.01 20.91 8.61l29.51-12.31c8.15-3.4 12-12.77 8.61-20.92l-130.5-313.41zM271.62 320L320 203.81 368.38 320h-96.76z\"]\n};\nvar faBroom = {\n prefix: 'fas',\n iconName: 'broom',\n icon: [640, 512, [], \"f51a\", \"M256.47 216.77l86.73 109.18s-16.6 102.36-76.57 150.12C206.66 523.85 0 510.19 0 510.19s3.8-23.14 11-55.43l94.62-112.17c3.97-4.7-.87-11.62-6.65-9.5l-60.4 22.09c14.44-41.66 32.72-80.04 54.6-97.47 59.97-47.76 163.3-40.94 163.3-40.94zM636.53 31.03l-19.86-25c-5.49-6.9-15.52-8.05-22.41-2.56l-232.48 177.8-34.14-42.97c-5.09-6.41-15.14-5.21-18.59 2.21l-25.33 54.55 86.73 109.18 58.8-12.45c8-1.69 11.42-11.2 6.34-17.6l-34.09-42.92 232.48-177.8c6.89-5.48 8.04-15.53 2.55-22.44z\"]\n};\nvar faBrush = {\n prefix: 'fas',\n iconName: 'brush',\n icon: [384, 512, [], \"f55d\", \"M352 0H32C14.33 0 0 14.33 0 32v224h384V32c0-17.67-14.33-32-32-32zM0 320c0 35.35 28.66 64 64 64h64v64c0 35.35 28.66 64 64 64s64-28.65 64-64v-64h64c35.34 0 64-28.65 64-64v-32H0v32zm192 104c13.25 0 24 10.74 24 24 0 13.25-10.75 24-24 24s-24-10.75-24-24c0-13.26 10.75-24 24-24z\"]\n};\nvar faBug = {\n prefix: 'fas',\n iconName: 'bug',\n icon: [512, 512, [], \"f188\", \"M511.988 288.9c-.478 17.43-15.217 31.1-32.653 31.1H424v16c0 21.864-4.882 42.584-13.6 61.145l60.228 60.228c12.496 12.497 12.496 32.758 0 45.255-12.498 12.497-32.759 12.496-45.256 0l-54.736-54.736C345.886 467.965 314.351 480 280 480V236c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v244c-34.351 0-65.886-12.035-90.636-32.108l-54.736 54.736c-12.498 12.497-32.759 12.496-45.256 0-12.496-12.497-12.496-32.758 0-45.255l60.228-60.228C92.882 378.584 88 357.864 88 336v-16H32.666C15.23 320 .491 306.33.013 288.9-.484 270.816 14.028 256 32 256h56v-58.745l-46.628-46.628c-12.496-12.497-12.496-32.758 0-45.255 12.498-12.497 32.758-12.497 45.256 0L141.255 160h229.489l54.627-54.627c12.498-12.497 32.758-12.497 45.256 0 12.496 12.497 12.496 32.758 0 45.255L424 197.255V256h56c17.972 0 32.484 14.816 31.988 32.9zM257 0c-61.856 0-112 50.144-112 112h224C369 50.144 318.856 0 257 0z\"]\n};\nvar faBuilding = {\n prefix: 'fas',\n iconName: 'building',\n icon: [448, 512, [], \"f1ad\", \"M436 480h-20V24c0-13.255-10.745-24-24-24H56C42.745 0 32 10.745 32 24v456H12c-6.627 0-12 5.373-12 12v20h448v-20c0-6.627-5.373-12-12-12zM128 76c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12V76zm0 96c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40zm52 148h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12zm76 160h-64v-84c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v84zm64-172c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40zm0-96c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40zm0-96c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12V76c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40z\"]\n};\nvar faBullhorn = {\n prefix: 'fas',\n iconName: 'bullhorn',\n icon: [576, 512, [], \"f0a1\", \"M576 240c0-23.63-12.95-44.04-32-55.12V32.01C544 23.26 537.02 0 512 0c-7.12 0-14.19 2.38-19.98 7.02l-85.03 68.03C364.28 109.19 310.66 128 256 128H64c-35.35 0-64 28.65-64 64v96c0 35.35 28.65 64 64 64h33.7c-1.39 10.48-2.18 21.14-2.18 32 0 39.77 9.26 77.35 25.56 110.94 5.19 10.69 16.52 17.06 28.4 17.06h74.28c26.05 0 41.69-29.84 25.9-50.56-16.4-21.52-26.15-48.36-26.15-77.44 0-11.11 1.62-21.79 4.41-32H256c54.66 0 108.28 18.81 150.98 52.95l85.03 68.03a32.023 32.023 0 0 0 19.98 7.02c24.92 0 32-22.78 32-32V295.13C563.05 284.04 576 263.63 576 240zm-96 141.42l-33.05-26.44C392.95 311.78 325.12 288 256 288v-96c69.12 0 136.95-23.78 190.95-66.98L480 98.58v282.84z\"]\n};\nvar faBullseye = {\n prefix: 'fas',\n iconName: 'bullseye',\n icon: [496, 512, [], \"f140\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 432c-101.69 0-184-82.29-184-184 0-101.69 82.29-184 184-184 101.69 0 184 82.29 184 184 0 101.69-82.29 184-184 184zm0-312c-70.69 0-128 57.31-128 128s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm0 192c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z\"]\n};\nvar faBurn = {\n prefix: 'fas',\n iconName: 'burn',\n icon: [384, 512, [], \"f46a\", \"M192 0C79.7 101.3 0 220.9 0 300.5 0 425 79 512 192 512s192-87 192-211.5c0-79.9-80.2-199.6-192-300.5zm0 448c-56.5 0-96-39-96-94.8 0-13.5 4.6-61.5 96-161.2 91.4 99.7 96 147.7 96 161.2 0 55.8-39.5 94.8-96 94.8z\"]\n};\nvar faBus = {\n prefix: 'fas',\n iconName: 'bus',\n icon: [512, 512, [], \"f207\", \"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faBusAlt = {\n prefix: 'fas',\n iconName: 'bus-alt',\n icon: [512, 512, [], \"f55e\", \"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM160 72c0-4.42 3.58-8 8-8h176c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H168c-4.42 0-8-3.58-8-8V72zm-48 328c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm128-112H128c-17.67 0-32-14.33-32-32v-96c0-17.67 14.33-32 32-32h112v160zm32 0V128h112c17.67 0 32 14.33 32 32v96c0 17.67-14.33 32-32 32H272zm128 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faBusinessTime = {\n prefix: 'fas',\n iconName: 'business-time',\n icon: [640, 512, [], \"f64a\", \"M496 224c-79.59 0-144 64.41-144 144s64.41 144 144 144 144-64.41 144-144-64.41-144-144-144zm64 150.29c0 5.34-4.37 9.71-9.71 9.71h-60.57c-5.34 0-9.71-4.37-9.71-9.71v-76.57c0-5.34 4.37-9.71 9.71-9.71h12.57c5.34 0 9.71 4.37 9.71 9.71V352h38.29c5.34 0 9.71 4.37 9.71 9.71v12.58zM496 192c5.4 0 10.72.33 16 .81V144c0-25.6-22.4-48-48-48h-80V48c0-25.6-22.4-48-48-48H176c-25.6 0-48 22.4-48 48v48H48c-25.6 0-48 22.4-48 48v80h395.12c28.6-20.09 63.35-32 100.88-32zM320 96H192V64h128v32zm6.82 224H208c-8.84 0-16-7.16-16-16v-48H0v144c0 25.6 22.4 48 48 48h291.43C327.1 423.96 320 396.82 320 368c0-16.66 2.48-32.72 6.82-48z\"]\n};\nvar faCalculator = {\n prefix: 'fas',\n iconName: 'calculator',\n icon: [448, 512, [], \"f1ec\", \"M400 0H48C22.4 0 0 22.4 0 48v416c0 25.6 22.4 48 48 48h352c25.6 0 48-22.4 48-48V48c0-25.6-22.4-48-48-48zM128 435.2c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8V268.8c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v166.4zm0-256c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8V76.8C64 70.4 70.4 64 76.8 64h294.4c6.4 0 12.8 6.4 12.8 12.8v102.4z\"]\n};\nvar faCalendar = {\n prefix: 'fas',\n iconName: 'calendar',\n icon: [448, 512, [], \"f133\", \"M12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm436-44v-36c0-26.5-21.5-48-48-48h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v36c0 6.6 5.4 12 12 12h424c6.6 0 12-5.4 12-12z\"]\n};\nvar faCalendarAlt = {\n prefix: 'fas',\n iconName: 'calendar-alt',\n icon: [448, 512, [], \"f073\", \"M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm320-196c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM192 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM64 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z\"]\n};\nvar faCalendarCheck = {\n prefix: 'fas',\n iconName: 'calendar-check',\n icon: [448, 512, [], \"f274\", \"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"]\n};\nvar faCalendarDay = {\n prefix: 'fas',\n iconName: 'calendar-day',\n icon: [448, 512, [], \"f783\", \"M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm64-192c0-8.8 7.2-16 16-16h96c8.8 0 16 7.2 16 16v96c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16v-96zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z\"]\n};\nvar faCalendarMinus = {\n prefix: 'fas',\n iconName: 'calendar-minus',\n icon: [448, 512, [], \"f272\", \"M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm304 192c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12H132c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h184z\"]\n};\nvar faCalendarPlus = {\n prefix: 'fas',\n iconName: 'calendar-plus',\n icon: [448, 512, [], \"f271\", \"M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm316 140c0-6.6-5.4-12-12-12h-60v-60c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v60h-60c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h60v60c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-60h60c6.6 0 12-5.4 12-12v-40z\"]\n};\nvar faCalendarTimes = {\n prefix: 'fas',\n iconName: 'calendar-times',\n icon: [448, 512, [], \"f273\", \"M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm257.3 160l48.1-48.1c4.7-4.7 4.7-12.3 0-17l-28.3-28.3c-4.7-4.7-12.3-4.7-17 0L224 306.7l-48.1-48.1c-4.7-4.7-12.3-4.7-17 0l-28.3 28.3c-4.7 4.7-4.7 12.3 0 17l48.1 48.1-48.1 48.1c-4.7 4.7-4.7 12.3 0 17l28.3 28.3c4.7 4.7 12.3 4.7 17 0l48.1-48.1 48.1 48.1c4.7 4.7 12.3 4.7 17 0l28.3-28.3c4.7-4.7 4.7-12.3 0-17L269.3 352z\"]\n};\nvar faCalendarWeek = {\n prefix: 'fas',\n iconName: 'calendar-week',\n icon: [448, 512, [], \"f784\", \"M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm64-192c0-8.8 7.2-16 16-16h288c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16v-64zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z\"]\n};\nvar faCamera = {\n prefix: 'fas',\n iconName: 'camera',\n icon: [512, 512, [], \"f030\", \"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"]\n};\nvar faCameraRetro = {\n prefix: 'fas',\n iconName: 'camera-retro',\n icon: [512, 512, [], \"f083\", \"M48 32C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48H48zm0 32h106c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H38c-3.3 0-6-2.7-6-6V80c0-8.8 7.2-16 16-16zm426 96H38c-3.3 0-6-2.7-6-6v-36c0-3.3 2.7-6 6-6h138l30.2-45.3c1.1-1.7 3-2.7 5-2.7H464c8.8 0 16 7.2 16 16v74c0 3.3-2.7 6-6 6zM256 424c-66.2 0-120-53.8-120-120s53.8-120 120-120 120 53.8 120 120-53.8 120-120 120zm0-208c-48.5 0-88 39.5-88 88s39.5 88 88 88 88-39.5 88-88-39.5-88-88-88zm-48 104c-8.8 0-16-7.2-16-16 0-35.3 28.7-64 64-64 8.8 0 16 7.2 16 16s-7.2 16-16 16c-17.6 0-32 14.4-32 32 0 8.8-7.2 16-16 16z\"]\n};\nvar faCampground = {\n prefix: 'fas',\n iconName: 'campground',\n icon: [640, 512, [], \"f6bb\", \"M624 448h-24.68L359.54 117.75l53.41-73.55c5.19-7.15 3.61-17.16-3.54-22.35l-25.9-18.79c-7.15-5.19-17.15-3.61-22.35 3.55L320 63.3 278.83 6.6c-5.19-7.15-15.2-8.74-22.35-3.55l-25.88 18.8c-7.15 5.19-8.74 15.2-3.54 22.35l53.41 73.55L40.68 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM320 288l116.36 160H203.64L320 288z\"]\n};\nvar faCandyCane = {\n prefix: 'fas',\n iconName: 'candy-cane',\n icon: [512, 512, [], \"f786\", \"M497.5 92C469.6 33.1 411.8 0 352.4 0c-27.9 0-56.2 7.3-81.8 22.6L243.1 39c-15.2 9.1-20.1 28.7-11 43.9l32.8 54.9c6 10 16.6 15.6 27.5 15.6 5.6 0 11.2-1.5 16.4-4.5l27.5-16.4c5.1-3.1 10.8-4.5 16.4-4.5 10.9 0 21.5 5.6 27.5 15.6 9.1 15.1 4.1 34.8-11 43.9L15.6 397.6c-15.2 9.1-20.1 28.7-11 43.9l32.8 54.9c6 10 16.6 15.6 27.5 15.6 5.6 0 11.2-1.5 16.4-4.5L428.6 301c71.7-42.9 104.6-133.5 68.9-209zm-177.7 13l-2.5 1.5L296.8 45c9.7-4.7 19.8-8.1 30.3-10.2l20.6 61.8c-9.8.8-19.4 3.3-27.9 8.4zM145.9 431.8l-60.5-38.5 30.8-18.3 60.5 38.5-30.8 18.3zm107.5-63.9l-60.5-38.5 30.8-18.3 60.5 38.5-30.8 18.3zM364.3 302l-60.5-38.5 30.8-18.3 60.5 38.5-30.8 18.3zm20.4-197.3l46-46c8.4 6.5 16 14.1 22.6 22.6L407.6 127c-5.7-9.3-13.7-16.9-22.9-22.3zm82.1 107.8l-59.5-19.8c3.2-5.3 5.8-10.9 7.4-17.1 1.1-4.5 1.7-9.1 1.8-13.6l60.4 20.1c-2.1 10.4-5.5 20.6-10.1 30.4z\"]\n};\nvar faCannabis = {\n prefix: 'fas',\n iconName: 'cannabis',\n icon: [512, 512, [], \"f55f\", \"M503.47 360.25c-1.56-.82-32.39-16.89-76.78-25.81 64.25-75.12 84.05-161.67 84.93-165.64 1.18-5.33-.44-10.9-4.3-14.77-3.03-3.04-7.12-4.7-11.32-4.7-1.14 0-2.29.12-3.44.38-3.88.85-86.54 19.59-160.58 79.76.01-1.46.01-2.93.01-4.4 0-118.79-59.98-213.72-62.53-217.7A15.973 15.973 0 0 0 256 0c-5.45 0-10.53 2.78-13.47 7.37-2.55 3.98-62.53 98.91-62.53 217.7 0 1.47.01 2.94.01 4.4-74.03-60.16-156.69-78.9-160.58-79.76-1.14-.25-2.29-.38-3.44-.38-4.2 0-8.29 1.66-11.32 4.7A15.986 15.986 0 0 0 .38 168.8c.88 3.97 20.68 90.52 84.93 165.64-44.39 8.92-75.21 24.99-76.78 25.81a16.003 16.003 0 0 0-.02 28.29c2.45 1.29 60.76 31.72 133.49 31.72 6.14 0 11.96-.1 17.5-.31-11.37 22.23-16.52 38.31-16.81 39.22-1.8 5.68-.29 11.89 3.91 16.11a16.019 16.019 0 0 0 16.1 3.99c1.83-.57 37.72-11.99 77.3-39.29V504c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8v-64.01c39.58 27.3 75.47 38.71 77.3 39.29a16.019 16.019 0 0 0 16.1-3.99c4.2-4.22 5.71-10.43 3.91-16.11-.29-.91-5.45-16.99-16.81-39.22 5.54.21 11.37.31 17.5.31 72.72 0 131.04-30.43 133.49-31.72 5.24-2.78 8.52-8.22 8.51-14.15-.01-5.94-3.29-11.39-8.53-14.15z\"]\n};\nvar faCapsules = {\n prefix: 'fas',\n iconName: 'capsules',\n icon: [576, 512, [], \"f46b\", \"M555.3 300.1L424.2 112.8C401.9 81 366.4 64 330.4 64c-22.6 0-45.5 6.7-65.5 20.7-19.7 13.8-33.7 32.8-41.5 53.8C220.5 79.2 172 32 112 32 50.1 32 0 82.1 0 144v224c0 61.9 50.1 112 112 112s112-50.1 112-112V218.9c3.3 8.6 7.3 17.1 12.8 25L368 431.2c22.2 31.8 57.7 48.8 93.8 48.8 22.7 0 45.5-6.7 65.5-20.7 51.7-36.2 64.2-107.5 28-159.2zM160 256H64V144c0-26.5 21.5-48 48-48s48 21.5 48 48v112zm194.8 44.9l-65.6-93.7c-7.7-11-10.7-24.4-8.3-37.6 2.3-13.2 9.7-24.8 20.7-32.5 8.5-6 18.5-9.1 28.8-9.1 16.5 0 31.9 8 41.3 21.5l65.6 93.7-82.5 57.7z\"]\n};\nvar faCar = {\n prefix: 'fas',\n iconName: 'car',\n icon: [512, 512, [], \"f1b9\", \"M499.99 176h-59.87l-16.64-41.6C406.38 91.63 365.57 64 319.5 64h-127c-46.06 0-86.88 27.63-103.99 70.4L71.87 176H12.01C4.2 176-1.53 183.34.37 190.91l6 24C7.7 220.25 12.5 224 18.01 224h20.07C24.65 235.73 16 252.78 16 272v48c0 16.12 6.16 30.67 16 41.93V416c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-54.07c9.84-11.25 16-25.8 16-41.93v-48c0-19.22-8.65-36.27-22.07-48H494c5.51 0 10.31-3.75 11.64-9.09l6-24c1.89-7.57-3.84-14.91-11.65-14.91zm-352.06-17.83c7.29-18.22 24.94-30.17 44.57-30.17h127c19.63 0 37.28 11.95 44.57 30.17L384 208H128l19.93-49.83zM96 319.8c-19.2 0-32-12.76-32-31.9S76.8 256 96 256s48 28.71 48 47.85-28.8 15.95-48 15.95zm320 0c-19.2 0-48 3.19-48-15.95S396.8 256 416 256s32 12.76 32 31.9-12.8 31.9-32 31.9z\"]\n};\nvar faCarAlt = {\n prefix: 'fas',\n iconName: 'car-alt',\n icon: [480, 512, [], \"f5de\", \"M438.66 212.33l-11.24-28.1-19.93-49.83C390.38 91.63 349.57 64 303.5 64h-127c-46.06 0-86.88 27.63-103.99 70.4l-19.93 49.83-11.24 28.1C17.22 221.5 0 244.66 0 272v48c0 16.12 6.16 30.67 16 41.93V416c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-54.07c9.84-11.25 16-25.8 16-41.93v-48c0-27.34-17.22-50.5-41.34-59.67zm-306.73-54.16c7.29-18.22 24.94-30.17 44.57-30.17h127c19.63 0 37.28 11.95 44.57 30.17L368 208H112l19.93-49.83zM80 319.8c-19.2 0-32-12.76-32-31.9S60.8 256 80 256s48 28.71 48 47.85-28.8 15.95-48 15.95zm320 0c-19.2 0-48 3.19-48-15.95S380.8 256 400 256s32 12.76 32 31.9-12.8 31.9-32 31.9z\"]\n};\nvar faCarBattery = {\n prefix: 'fas',\n iconName: 'car-battery',\n icon: [512, 512, [], \"f5df\", \"M480 128h-32V80c0-8.84-7.16-16-16-16h-96c-8.84 0-16 7.16-16 16v48H192V80c0-8.84-7.16-16-16-16H80c-8.84 0-16 7.16-16 16v48H32c-17.67 0-32 14.33-32 32v256c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32V160c0-17.67-14.33-32-32-32zM192 264c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h112c4.42 0 8 3.58 8 8v16zm256 0c0 4.42-3.58 8-8 8h-40v40c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-40h-40c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h40v-40c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v40h40c4.42 0 8 3.58 8 8v16z\"]\n};\nvar faCarCrash = {\n prefix: 'fas',\n iconName: 'car-crash',\n icon: [640, 512, [], \"f5e1\", \"M143.25 220.81l-12.42 46.37c-3.01 11.25-3.63 22.89-2.41 34.39l-35.2 28.98c-6.57 5.41-16.31-.43-14.62-8.77l15.44-76.68c1.06-5.26-2.66-10.28-8-10.79l-77.86-7.55c-8.47-.82-11.23-11.83-4.14-16.54l65.15-43.3c4.46-2.97 5.38-9.15 1.98-13.29L21.46 93.22c-5.41-6.57.43-16.3 8.78-14.62l76.68 15.44c5.26 1.06 10.28-2.66 10.8-8l7.55-77.86c.82-8.48 11.83-11.23 16.55-4.14l43.3 65.14c2.97 4.46 9.15 5.38 13.29 1.98l60.4-49.71c6.57-5.41 16.3.43 14.62 8.77L262.1 86.38c-2.71 3.05-5.43 6.09-7.91 9.4l-32.15 42.97-10.71 14.32c-32.73 8.76-59.18 34.53-68.08 67.74zm494.57 132.51l-12.42 46.36c-3.13 11.68-9.38 21.61-17.55 29.36a66.876 66.876 0 0 1-8.76 7l-13.99 52.23c-1.14 4.27-3.1 8.1-5.65 11.38-7.67 9.84-20.74 14.68-33.54 11.25L515 502.62c-17.07-4.57-27.2-22.12-22.63-39.19l8.28-30.91-247.28-66.26-8.28 30.91c-4.57 17.07-22.12 27.2-39.19 22.63l-30.91-8.28c-12.8-3.43-21.7-14.16-23.42-26.51-.57-4.12-.35-8.42.79-12.68l13.99-52.23a66.62 66.62 0 0 1-4.09-10.45c-3.2-10.79-3.65-22.52-.52-34.2l12.42-46.37c5.31-19.8 19.36-34.83 36.89-42.21a64.336 64.336 0 0 1 18.49-4.72l18.13-24.23 32.15-42.97c3.45-4.61 7.19-8.9 11.2-12.84 8-7.89 17.03-14.44 26.74-19.51 4.86-2.54 9.89-4.71 15.05-6.49 10.33-3.58 21.19-5.63 32.24-6.04 11.05-.41 22.31.82 33.43 3.8l122.68 32.87c11.12 2.98 21.48 7.54 30.85 13.43a111.11 111.11 0 0 1 34.69 34.5c8.82 13.88 14.64 29.84 16.68 46.99l6.36 53.29 3.59 30.05a64.49 64.49 0 0 1 22.74 29.93c4.39 11.88 5.29 25.19 1.75 38.39zM255.58 234.34c-18.55-4.97-34.21 4.04-39.17 22.53-4.96 18.49 4.11 34.12 22.65 39.09 18.55 4.97 45.54 15.51 50.49-2.98 4.96-18.49-15.43-53.67-33.97-58.64zm290.61 28.17l-6.36-53.29c-.58-4.87-1.89-9.53-3.82-13.86-5.8-12.99-17.2-23.01-31.42-26.82l-122.68-32.87a48.008 48.008 0 0 0-50.86 17.61l-32.15 42.97 172 46.08 75.29 20.18zm18.49 54.65c-18.55-4.97-53.8 15.31-58.75 33.79-4.95 18.49 23.69 22.86 42.24 27.83 18.55 4.97 34.21-4.04 39.17-22.53 4.95-18.48-4.11-34.12-22.66-39.09z\"]\n};\nvar faCarSide = {\n prefix: 'fas',\n iconName: 'car-side',\n icon: [640, 512, [], \"f5e4\", \"M544 192h-16L419.22 56.02A64.025 64.025 0 0 0 369.24 32H155.33c-26.17 0-49.7 15.93-59.42 40.23L48 194.26C20.44 201.4 0 226.21 0 256v112c0 8.84 7.16 16 16 16h48c0 53.02 42.98 96 96 96s96-42.98 96-96h128c0 53.02 42.98 96 96 96s96-42.98 96-96h48c8.84 0 16-7.16 16-16v-80c0-53.02-42.98-96-96-96zM160 432c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48zm72-240H116.93l38.4-96H232v96zm48 0V96h89.24l76.8 96H280zm200 240c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48z\"]\n};\nvar faCaravan = {\n prefix: 'fas',\n iconName: 'caravan',\n icon: [640, 512, [], \"f8ff\", \"M416,208a16,16,0,1,0,16,16A16,16,0,0,0,416,208ZM624,320H576V160A160,160,0,0,0,416,0H64A64,64,0,0,0,0,64V320a64,64,0,0,0,64,64H96a96,96,0,0,0,192,0H624a16,16,0,0,0,16-16V336A16,16,0,0,0,624,320ZM192,432a48,48,0,1,1,48-48A48.05,48.05,0,0,1,192,432Zm64-240a32,32,0,0,1-32,32H96a32,32,0,0,1-32-32V128A32,32,0,0,1,96,96H224a32,32,0,0,1,32,32ZM448,320H320V128a32,32,0,0,1,32-32h64a32,32,0,0,1,32,32Z\"]\n};\nvar faCaretDown = {\n prefix: 'fas',\n iconName: 'caret-down',\n icon: [320, 512, [], \"f0d7\", \"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\"]\n};\nvar faCaretLeft = {\n prefix: 'fas',\n iconName: 'caret-left',\n icon: [192, 512, [], \"f0d9\", \"M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z\"]\n};\nvar faCaretRight = {\n prefix: 'fas',\n iconName: 'caret-right',\n icon: [192, 512, [], \"f0da\", \"M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z\"]\n};\nvar faCaretSquareDown = {\n prefix: 'fas',\n iconName: 'caret-square-down',\n icon: [448, 512, [], \"f150\", \"M448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zM92.5 220.5l123 123c4.7 4.7 12.3 4.7 17 0l123-123c7.6-7.6 2.2-20.5-8.5-20.5H101c-10.7 0-16.1 12.9-8.5 20.5z\"]\n};\nvar faCaretSquareLeft = {\n prefix: 'fas',\n iconName: 'caret-square-left',\n icon: [448, 512, [], \"f191\", \"M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zM259.515 124.485l-123.03 123.03c-4.686 4.686-4.686 12.284 0 16.971l123.029 123.029c7.56 7.56 20.485 2.206 20.485-8.485V132.971c.001-10.691-12.925-16.045-20.484-8.486z\"]\n};\nvar faCaretSquareRight = {\n prefix: 'fas',\n iconName: 'caret-square-right',\n icon: [448, 512, [], \"f152\", \"M48 32h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48zm140.485 355.515l123.029-123.029c4.686-4.686 4.686-12.284 0-16.971l-123.029-123.03c-7.56-7.56-20.485-2.206-20.485 8.485v246.059c0 10.691 12.926 16.045 20.485 8.486z\"]\n};\nvar faCaretSquareUp = {\n prefix: 'fas',\n iconName: 'caret-square-up',\n icon: [448, 512, [], \"f151\", \"M0 432V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48zm355.515-140.485l-123.03-123.03c-4.686-4.686-12.284-4.686-16.971 0L92.485 291.515c-7.56 7.56-2.206 20.485 8.485 20.485h246.059c10.691 0 16.045-12.926 8.486-20.485z\"]\n};\nvar faCaretUp = {\n prefix: 'fas',\n iconName: 'caret-up',\n icon: [320, 512, [], \"f0d8\", \"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"]\n};\nvar faCarrot = {\n prefix: 'fas',\n iconName: 'carrot',\n icon: [512, 512, [], \"f787\", \"M298.2 156.6c-52.7-25.7-114.5-10.5-150.2 32.8l55.2 55.2c6.3 6.3 6.3 16.4 0 22.6-3.1 3.1-7.2 4.7-11.3 4.7s-8.2-1.6-11.3-4.7L130.4 217 2.3 479.7c-2.9 6-3.1 13.3 0 19.7 5.4 11.1 18.9 15.7 30 10.3l133.6-65.2-49.2-49.2c-6.3-6.2-6.3-16.4 0-22.6 6.3-6.2 16.4-6.2 22.6 0l57 57 102-49.8c24-11.7 44.5-31.3 57.1-57.1 30.1-61.7 4.5-136.1-57.2-166.2zm92.1-34.9C409.8 81 399.7 32.9 360 0c-50.3 41.7-52.5 107.5-7.9 151.9l8 8c44.4 44.6 110.3 42.4 151.9-7.9-32.9-39.7-81-49.8-121.7-30.3z\"]\n};\nvar faCartArrowDown = {\n prefix: 'fas',\n iconName: 'cart-arrow-down',\n icon: [576, 512, [], \"f218\", \"M504.717 320H211.572l6.545 32h268.418c15.401 0 26.816 14.301 23.403 29.319l-5.517 24.276C523.112 414.668 536 433.828 536 456c0 31.202-25.519 56.444-56.824 55.994-29.823-.429-54.35-24.631-55.155-54.447-.44-16.287 6.085-31.049 16.803-41.548H231.176C241.553 426.165 248 440.326 248 456c0 31.813-26.528 57.431-58.67 55.938-28.54-1.325-51.751-24.385-53.251-52.917-1.158-22.034 10.436-41.455 28.051-51.586L93.883 64H24C10.745 64 0 53.255 0 40V24C0 10.745 10.745 0 24 0h102.529c11.401 0 21.228 8.021 23.513 19.19L159.208 64H551.99c15.401 0 26.816 14.301 23.403 29.319l-47.273 208C525.637 312.246 515.923 320 504.717 320zM403.029 192H360v-60c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v60h-43.029c-10.691 0-16.045 12.926-8.485 20.485l67.029 67.029c4.686 4.686 12.284 4.686 16.971 0l67.029-67.029c7.559-7.559 2.205-20.485-8.486-20.485z\"]\n};\nvar faCartPlus = {\n prefix: 'fas',\n iconName: 'cart-plus',\n icon: [576, 512, [], \"f217\", \"M504.717 320H211.572l6.545 32h268.418c15.401 0 26.816 14.301 23.403 29.319l-5.517 24.276C523.112 414.668 536 433.828 536 456c0 31.202-25.519 56.444-56.824 55.994-29.823-.429-54.35-24.631-55.155-54.447-.44-16.287 6.085-31.049 16.803-41.548H231.176C241.553 426.165 248 440.326 248 456c0 31.813-26.528 57.431-58.67 55.938-28.54-1.325-51.751-24.385-53.251-52.917-1.158-22.034 10.436-41.455 28.051-51.586L93.883 64H24C10.745 64 0 53.255 0 40V24C0 10.745 10.745 0 24 0h102.529c11.401 0 21.228 8.021 23.513 19.19L159.208 64H551.99c15.401 0 26.816 14.301 23.403 29.319l-47.273 208C525.637 312.246 515.923 320 504.717 320zM408 168h-48v-40c0-8.837-7.163-16-16-16h-16c-8.837 0-16 7.163-16 16v40h-48c-8.837 0-16 7.163-16 16v16c0 8.837 7.163 16 16 16h48v40c0 8.837 7.163 16 16 16h16c8.837 0 16-7.163 16-16v-40h48c8.837 0 16-7.163 16-16v-16c0-8.837-7.163-16-16-16z\"]\n};\nvar faCashRegister = {\n prefix: 'fas',\n iconName: 'cash-register',\n icon: [512, 512, [], \"f788\", \"M511.1 378.8l-26.7-160c-2.6-15.4-15.9-26.7-31.6-26.7H208v-64h96c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h96v64H59.1c-15.6 0-29 11.3-31.6 26.7L.8 378.7c-.6 3.5-.9 7-.9 10.5V480c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32v-90.7c.1-3.5-.2-7-.8-10.5zM280 248c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16zm-32 64h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16zm-32-80c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h16zM80 80V48h192v32H80zm40 200h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16zm16 64v-16c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16zm216 112c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h176c4.4 0 8 3.6 8 8v16zm24-112c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16zm48-80c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16z\"]\n};\nvar faCat = {\n prefix: 'fas',\n iconName: 'cat',\n icon: [512, 512, [], \"f6be\", \"M290.59 192c-20.18 0-106.82 1.98-162.59 85.95V192c0-52.94-43.06-96-96-96-17.67 0-32 14.33-32 32s14.33 32 32 32c17.64 0 32 14.36 32 32v256c0 35.3 28.7 64 64 64h176c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-32l128-96v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V289.86c-10.29 2.67-20.89 4.54-32 4.54-61.81 0-113.52-44.05-125.41-102.4zM448 96h-64l-64-64v134.4c0 53.02 42.98 96 96 96s96-42.98 96-96V32l-64 64zm-72 80c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm80 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z\"]\n};\nvar faCertificate = {\n prefix: 'fas',\n iconName: 'certificate',\n icon: [512, 512, [], \"f0a3\", \"M458.622 255.92l45.985-45.005c13.708-12.977 7.316-36.039-10.664-40.339l-62.65-15.99 17.661-62.015c4.991-17.838-11.829-34.663-29.661-29.671l-61.994 17.667-15.984-62.671C337.085.197 313.765-6.276 300.99 7.228L256 53.57 211.011 7.229c-12.63-13.351-36.047-7.234-40.325 10.668l-15.984 62.671-61.995-17.667C74.87 57.907 58.056 74.738 63.046 92.572l17.661 62.015-62.65 15.99C.069 174.878-6.31 197.944 7.392 210.915l45.985 45.005-45.985 45.004c-13.708 12.977-7.316 36.039 10.664 40.339l62.65 15.99-17.661 62.015c-4.991 17.838 11.829 34.663 29.661 29.671l61.994-17.667 15.984 62.671c4.439 18.575 27.696 24.018 40.325 10.668L256 458.61l44.989 46.001c12.5 13.488 35.987 7.486 40.325-10.668l15.984-62.671 61.994 17.667c17.836 4.994 34.651-11.837 29.661-29.671l-17.661-62.015 62.65-15.99c17.987-4.302 24.366-27.367 10.664-40.339l-45.984-45.004z\"]\n};\nvar faChair = {\n prefix: 'fas',\n iconName: 'chair',\n icon: [448, 512, [], \"f6c0\", \"M112 128c0-29.5 16.2-55 40-68.9V256h48V48h48v208h48V59.1c23.8 13.9 40 39.4 40 68.9v128h48V128C384 57.3 326.7 0 256 0h-64C121.3 0 64 57.3 64 128v128h48zm334.3 213.9l-10.7-32c-4.4-13.1-16.6-21.9-30.4-21.9H42.7c-13.8 0-26 8.8-30.4 21.9l-10.7 32C-5.2 362.6 10.2 384 32 384v112c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V384h256v112c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V384c21.8 0 37.2-21.4 30.3-42.1z\"]\n};\nvar faChalkboard = {\n prefix: 'fas',\n iconName: 'chalkboard',\n icon: [640, 512, [], \"f51b\", \"M96 64h448v352h64V40c0-22.06-17.94-40-40-40H72C49.94 0 32 17.94 32 40v376h64V64zm528 384H480v-64H288v64H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faChalkboardTeacher = {\n prefix: 'fas',\n iconName: 'chalkboard-teacher',\n icon: [640, 512, [], \"f51c\", \"M208 352c-2.39 0-4.78.35-7.06 1.09C187.98 357.3 174.35 360 160 360c-14.35 0-27.98-2.7-40.95-6.91-2.28-.74-4.66-1.09-7.05-1.09C49.94 352-.33 402.48 0 464.62.14 490.88 21.73 512 48 512h224c26.27 0 47.86-21.12 48-47.38.33-62.14-49.94-112.62-112-112.62zm-48-32c53.02 0 96-42.98 96-96s-42.98-96-96-96-96 42.98-96 96 42.98 96 96 96zM592 0H208c-26.47 0-48 22.25-48 49.59V96c23.42 0 45.1 6.78 64 17.8V64h352v288h-64v-64H384v64h-76.24c19.1 16.69 33.12 38.73 39.69 64H592c26.47 0 48-22.25 48-49.59V49.59C640 22.25 618.47 0 592 0z\"]\n};\nvar faChargingStation = {\n prefix: 'fas',\n iconName: 'charging-station',\n icon: [576, 512, [], \"f5e7\", \"M336 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h320c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm208-320V80c0-8.84-7.16-16-16-16s-16 7.16-16 16v48h-32V80c0-8.84-7.16-16-16-16s-16 7.16-16 16v48h-16c-8.84 0-16 7.16-16 16v32c0 35.76 23.62 65.69 56 75.93v118.49c0 13.95-9.5 26.92-23.26 29.19C431.22 402.5 416 388.99 416 372v-28c0-48.6-39.4-88-88-88h-8V64c0-35.35-28.65-64-64-64H96C60.65 0 32 28.65 32 64v352h288V304h8c22.09 0 40 17.91 40 40v24.61c0 39.67 28.92 75.16 68.41 79.01C481.71 452.05 520 416.41 520 372V251.93c32.38-10.24 56-40.17 56-75.93v-32c0-8.84-7.16-16-16-16h-16zm-283.91 47.76l-93.7 139c-2.2 3.33-6.21 5.24-10.39 5.24-7.67 0-13.47-6.28-11.67-12.92L167.35 224H108c-7.25 0-12.85-5.59-11.89-11.89l16-107C112.9 99.9 117.98 96 124 96h68c7.88 0 13.62 6.54 11.6 13.21L192 160h57.7c9.24 0 15.01 8.78 10.39 15.76z\"]\n};\nvar faChartArea = {\n prefix: 'fas',\n iconName: 'chart-area',\n icon: [512, 512, [], \"f1fe\", \"M500 384c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v308h436zM372.7 159.5L288 216l-85.3-113.7c-5.1-6.8-15.5-6.3-19.9 1L96 248v104h384l-89.9-187.8c-3.2-6.5-11.4-8.7-17.4-4.7z\"]\n};\nvar faChartBar = {\n prefix: 'fas',\n iconName: 'chart-bar',\n icon: [512, 512, [], \"f080\", \"M332.8 320h38.4c6.4 0 12.8-6.4 12.8-12.8V172.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h38.4c6.4 0 12.8-6.4 12.8-12.8V76.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-288 0h38.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h38.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zM496 384H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faChartLine = {\n prefix: 'fas',\n iconName: 'chart-line',\n icon: [512, 512, [], \"f201\", \"M496 384H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM464 96H345.94c-21.38 0-32.09 25.85-16.97 40.97l32.4 32.4L288 242.75l-73.37-73.37c-12.5-12.5-32.76-12.5-45.25 0l-68.69 68.69c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L192 237.25l73.37 73.37c12.5 12.5 32.76 12.5 45.25 0l96-96 32.4 32.4c15.12 15.12 40.97 4.41 40.97-16.97V112c.01-8.84-7.15-16-15.99-16z\"]\n};\nvar faChartPie = {\n prefix: 'fas',\n iconName: 'chart-pie',\n icon: [544, 512, [], \"f200\", \"M527.79 288H290.5l158.03 158.03c6.04 6.04 15.98 6.53 22.19.68 38.7-36.46 65.32-85.61 73.13-140.86 1.34-9.46-6.51-17.85-16.06-17.85zm-15.83-64.8C503.72 103.74 408.26 8.28 288.8.04 279.68-.59 272 7.1 272 16.24V240h223.77c9.14 0 16.82-7.68 16.19-16.8zM224 288V50.71c0-9.55-8.39-17.4-17.84-16.06C86.99 51.49-4.1 155.6.14 280.37 4.5 408.51 114.83 513.59 243.03 511.98c50.4-.63 96.97-16.87 135.26-44.03 7.9-5.6 8.42-17.23 1.57-24.08L224 288z\"]\n};\nvar faCheck = {\n prefix: 'fas',\n iconName: 'check',\n icon: [512, 512, [], \"f00c\", \"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"]\n};\nvar faCheckCircle = {\n prefix: 'fas',\n iconName: 'check-circle',\n icon: [512, 512, [], \"f058\", \"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"]\n};\nvar faCheckDouble = {\n prefix: 'fas',\n iconName: 'check-double',\n icon: [512, 512, [], \"f560\", \"M505 174.8l-39.6-39.6c-9.4-9.4-24.6-9.4-33.9 0L192 374.7 80.6 263.2c-9.4-9.4-24.6-9.4-33.9 0L7 302.9c-9.4 9.4-9.4 24.6 0 34L175 505c9.4 9.4 24.6 9.4 33.9 0l296-296.2c9.4-9.5 9.4-24.7.1-34zm-324.3 106c6.2 6.3 16.4 6.3 22.6 0l208-208.2c6.2-6.3 6.2-16.4 0-22.6L366.1 4.7c-6.2-6.3-16.4-6.3-22.6 0L192 156.2l-55.4-55.5c-6.2-6.3-16.4-6.3-22.6 0L68.7 146c-6.2 6.3-6.2 16.4 0 22.6l112 112.2z\"]\n};\nvar faCheckSquare = {\n prefix: 'fas',\n iconName: 'check-square',\n icon: [448, 512, [], \"f14a\", \"M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zm-204.686-98.059l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L184 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.379 6.25 22.628.001z\"]\n};\nvar faCheese = {\n prefix: 'fas',\n iconName: 'cheese',\n icon: [512, 512, [], \"f7ef\", \"M0 288v160a32 32 0 0 0 32 32h448a32 32 0 0 0 32-32V288zM299.83 32a32 32 0 0 0-21.13 7L0 256h512c0-119.89-94-217.8-212.17-224z\"]\n};\nvar faChess = {\n prefix: 'fas',\n iconName: 'chess',\n icon: [512, 512, [], \"f439\", \"M74 208H64a16 16 0 0 0-16 16v16a16 16 0 0 0 16 16h15.94A535.78 535.78 0 0 1 64 384h128a535.78 535.78 0 0 1-15.94-128H192a16 16 0 0 0 16-16v-16a16 16 0 0 0-16-16h-10l33.89-90.38a16 16 0 0 0-15-21.62H144V64h24a8 8 0 0 0 8-8V40a8 8 0 0 0-8-8h-24V8a8 8 0 0 0-8-8h-16a8 8 0 0 0-8 8v24H88a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h24v32H55.09a16 16 0 0 0-15 21.62zm173.16 251.58L224 448v-16a16 16 0 0 0-16-16H48a16 16 0 0 0-16 16v16L8.85 459.58A16 16 0 0 0 0 473.89V496a16 16 0 0 0 16 16h224a16 16 0 0 0 16-16v-22.11a16 16 0 0 0-8.84-14.31zm92.77-157.78l-3.29 82.2h126.72l-3.29-82.21 24.6-20.79A32 32 0 0 0 496 256.54V198a6 6 0 0 0-6-6h-26.38a6 6 0 0 0-6 6v26h-24.71v-26a6 6 0 0 0-6-6H373.1a6 6 0 0 0-6 6v26h-24.71v-26a6 6 0 0 0-6-6H310a6 6 0 0 0-6 6v58.6a32 32 0 0 0 11.36 24.4zM384 304a16 16 0 0 1 32 0v32h-32zm119.16 155.58L480 448v-16a16 16 0 0 0-16-16H336a16 16 0 0 0-16 16v16l-23.15 11.58a16 16 0 0 0-8.85 14.31V496a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-22.11a16 16 0 0 0-8.84-14.31z\"]\n};\nvar faChessBishop = {\n prefix: 'fas',\n iconName: 'chess-bishop',\n icon: [320, 512, [], \"f43a\", \"M8 287.88c0 51.64 22.14 73.83 56 84.6V416h192v-43.52c33.86-10.77 56-33 56-84.6 0-30.61-10.73-67.1-26.69-102.56L185 285.65a8 8 0 0 1-11.31 0l-11.31-11.31a8 8 0 0 1 0-11.31L270.27 155.1c-20.8-37.91-46.47-72.1-70.87-92.59C213.4 59.09 224 47.05 224 32a32 32 0 0 0-32-32h-64a32 32 0 0 0-32 32c0 15 10.6 27.09 24.6 30.51C67.81 106.8 8 214.5 8 287.88zM304 448H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faChessBoard = {\n prefix: 'fas',\n iconName: 'chess-board',\n icon: [512, 512, [], \"f43c\", \"M255.9.2h-64v64h64zM0 64.17v64h64v-64zM128 .2H64v64h64zm64 255.9v64h64v-64zM0 192.12v64h64v-64zM383.85.2h-64v64h64zm128 0h-64v64h64zM128 256.1H64v64h64zM511.8 448v-64h-64v64zm0-128v-64h-64v64zM383.85 512h64v-64h-64zm128-319.88v-64h-64v64zM128 512h64v-64h-64zM0 512h64v-64H0zm255.9 0h64v-64h-64zM0 320.07v64h64v-64zm319.88-191.92v-64h-64v64zm-64 128h64v-64h-64zm-64 128v64h64v-64zm128-64h64v-64h-64zm0-127.95h64v-64h-64zm0 191.93v64h64v-64zM64 384.05v64h64v-64zm128-255.9v-64h-64v64zm191.92 255.9h64v-64h-64zm-128-191.93v-64h-64v64zm128-127.95v64h64v-64zm-128 255.9v64h64v-64zm-64-127.95H128v64h64zm191.92 64h64v-64h-64zM128 128.15H64v64h64zm0 191.92v64h64v-64z\"]\n};\nvar faChessKing = {\n prefix: 'fas',\n iconName: 'chess-king',\n icon: [448, 512, [], \"f43f\", \"M400 448H48a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm16-288H256v-48h40a8 8 0 0 0 8-8V56a8 8 0 0 0-8-8h-40V8a8 8 0 0 0-8-8h-48a8 8 0 0 0-8 8v40h-40a8 8 0 0 0-8 8v48a8 8 0 0 0 8 8h40v48H32a32 32 0 0 0-30.52 41.54L74.56 416h298.88l73.08-214.46A32 32 0 0 0 416 160z\"]\n};\nvar faChessKnight = {\n prefix: 'fas',\n iconName: 'chess-knight',\n icon: [384, 512, [], \"f441\", \"M19 272.47l40.63 18.06a32 32 0 0 0 24.88.47l12.78-5.12a32 32 0 0 0 18.76-20.5l9.22-30.65a24 24 0 0 1 12.55-15.65L159.94 208v50.33a48 48 0 0 1-26.53 42.94l-57.22 28.65A80 80 0 0 0 32 401.48V416h319.86V224c0-106-85.92-192-191.92-192H12A12 12 0 0 0 0 44a16.9 16.9 0 0 0 1.79 7.58L16 80l-9 9a24 24 0 0 0-7 17v137.21a32 32 0 0 0 19 29.26zM52 128a20 20 0 1 1-20 20 20 20 0 0 1 20-20zm316 320H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faChessPawn = {\n prefix: 'fas',\n iconName: 'chess-pawn',\n icon: [320, 512, [], \"f443\", \"M105.1 224H80a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h16v5.49c0 44-4.14 86.6-24 122.51h176c-19.89-35.91-24-78.51-24-122.51V288h16a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-25.1c29.39-18.38 49.1-50.78 49.1-88a104 104 0 0 0-208 0c0 37.22 19.71 69.62 49.1 88zM304 448H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faChessQueen = {\n prefix: 'fas',\n iconName: 'chess-queen',\n icon: [512, 512, [], \"f445\", \"M256 112a56 56 0 1 0-56-56 56 56 0 0 0 56 56zm176 336H80a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm72.87-263.84l-28.51-15.92c-7.44-5-16.91-2.46-22.29 4.68a47.59 47.59 0 0 1-47.23 18.23C383.7 186.86 368 164.93 368 141.4a13.4 13.4 0 0 0-13.4-13.4h-38.77c-6 0-11.61 4-12.86 9.91a48 48 0 0 1-93.94 0c-1.25-5.92-6.82-9.91-12.86-9.91H157.4a13.4 13.4 0 0 0-13.4 13.4c0 25.69-19 48.75-44.67 50.49a47.5 47.5 0 0 1-41.54-19.15c-5.28-7.09-14.73-9.45-22.09-4.54l-28.57 16a16 16 0 0 0-5.44 20.47L104.24 416h303.52l102.55-211.37a16 16 0 0 0-5.44-20.47z\"]\n};\nvar faChessRook = {\n prefix: 'fas',\n iconName: 'chess-rook',\n icon: [384, 512, [], \"f447\", \"M368 32h-56a16 16 0 0 0-16 16v48h-48V48a16 16 0 0 0-16-16h-80a16 16 0 0 0-16 16v48H88.1V48a16 16 0 0 0-16-16H16A16 16 0 0 0 0 48v176l64 32c0 48.33-1.54 95-13.21 160h282.42C321.54 351 320 303.72 320 256l64-32V48a16 16 0 0 0-16-16zM224 320h-64v-64a32 32 0 0 1 64 0zm144 128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faChevronCircleDown = {\n prefix: 'fas',\n iconName: 'chevron-circle-down',\n icon: [512, 512, [], \"f13a\", \"M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zM273 369.9l135.5-135.5c9.4-9.4 9.4-24.6 0-33.9l-17-17c-9.4-9.4-24.6-9.4-33.9 0L256 285.1 154.4 183.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L239 369.9c9.4 9.4 24.6 9.4 34 0z\"]\n};\nvar faChevronCircleLeft = {\n prefix: 'fas',\n iconName: 'chevron-circle-left',\n icon: [512, 512, [], \"f137\", \"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zM142.1 273l135.5 135.5c9.4 9.4 24.6 9.4 33.9 0l17-17c9.4-9.4 9.4-24.6 0-33.9L226.9 256l101.6-101.6c9.4-9.4 9.4-24.6 0-33.9l-17-17c-9.4-9.4-24.6-9.4-33.9 0L142.1 239c-9.4 9.4-9.4 24.6 0 34z\"]\n};\nvar faChevronCircleRight = {\n prefix: 'fas',\n iconName: 'chevron-circle-right',\n icon: [512, 512, [], \"f138\", \"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm113.9 231L234.4 103.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L285.1 256 183.5 357.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L369.9 273c9.4-9.4 9.4-24.6 0-34z\"]\n};\nvar faChevronCircleUp = {\n prefix: 'fas',\n iconName: 'chevron-circle-up',\n icon: [512, 512, [], \"f139\", \"M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm231-113.9L103.5 277.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L256 226.9l101.6 101.6c9.4 9.4 24.6 9.4 33.9 0l17-17c9.4-9.4 9.4-24.6 0-33.9L273 142.1c-9.4-9.4-24.6-9.4-34 0z\"]\n};\nvar faChevronDown = {\n prefix: 'fas',\n iconName: 'chevron-down',\n icon: [448, 512, [], \"f078\", \"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"]\n};\nvar faChevronLeft = {\n prefix: 'fas',\n iconName: 'chevron-left',\n icon: [320, 512, [], \"f053\", \"M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z\"]\n};\nvar faChevronRight = {\n prefix: 'fas',\n iconName: 'chevron-right',\n icon: [320, 512, [], \"f054\", \"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"]\n};\nvar faChevronUp = {\n prefix: 'fas',\n iconName: 'chevron-up',\n icon: [448, 512, [], \"f077\", \"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"]\n};\nvar faChild = {\n prefix: 'fas',\n iconName: 'child',\n icon: [384, 512, [], \"f1ae\", \"M120 72c0-39.765 32.235-72 72-72s72 32.235 72 72c0 39.764-32.235 72-72 72s-72-32.236-72-72zm254.627 1.373c-12.496-12.497-32.758-12.497-45.254 0L242.745 160H141.254L54.627 73.373c-12.496-12.497-32.758-12.497-45.254 0-12.497 12.497-12.497 32.758 0 45.255L104 213.254V480c0 17.673 14.327 32 32 32h16c17.673 0 32-14.327 32-32V368h16v112c0 17.673 14.327 32 32 32h16c17.673 0 32-14.327 32-32V213.254l94.627-94.627c12.497-12.497 12.497-32.757 0-45.254z\"]\n};\nvar faChurch = {\n prefix: 'fas',\n iconName: 'church',\n icon: [640, 512, [], \"f51d\", \"M464.46 246.68L352 179.2V128h48c8.84 0 16-7.16 16-16V80c0-8.84-7.16-16-16-16h-48V16c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v48h-48c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h48v51.2l-112.46 67.48A31.997 31.997 0 0 0 160 274.12V512h96v-96c0-35.35 28.65-64 64-64s64 28.65 64 64v96h96V274.12c0-11.24-5.9-21.66-15.54-27.44zM0 395.96V496c0 8.84 7.16 16 16 16h112V320L19.39 366.54A32.024 32.024 0 0 0 0 395.96zm620.61-29.42L512 320v192h112c8.84 0 16-7.16 16-16V395.96c0-12.8-7.63-24.37-19.39-29.42z\"]\n};\nvar faCircle = {\n prefix: 'fas',\n iconName: 'circle',\n icon: [512, 512, [], \"f111\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"]\n};\nvar faCircleNotch = {\n prefix: 'fas',\n iconName: 'circle-notch',\n icon: [512, 512, [], \"f1ce\", \"M288 39.056v16.659c0 10.804 7.281 20.159 17.686 23.066C383.204 100.434 440 171.518 440 256c0 101.689-82.295 184-184 184-101.689 0-184-82.295-184-184 0-84.47 56.786-155.564 134.312-177.219C216.719 75.874 224 66.517 224 55.712V39.064c0-15.709-14.834-27.153-30.046-23.234C86.603 43.482 7.394 141.206 8.003 257.332c.72 137.052 111.477 246.956 248.531 246.667C393.255 503.711 504 392.788 504 256c0-115.633-79.14-212.779-186.211-240.236C302.678 11.889 288 23.456 288 39.056z\"]\n};\nvar faCity = {\n prefix: 'fas',\n iconName: 'city',\n icon: [640, 512, [], \"f64f\", \"M616 192H480V24c0-13.26-10.74-24-24-24H312c-13.26 0-24 10.74-24 24v72h-64V16c0-8.84-7.16-16-16-16h-16c-8.84 0-16 7.16-16 16v80h-64V16c0-8.84-7.16-16-16-16H80c-8.84 0-16 7.16-16 16v80H24c-13.26 0-24 10.74-24 24v360c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V216c0-13.26-10.75-24-24-24zM128 404c0 6.63-5.37 12-12 12H76c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12H76c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12H76c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm128 192c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm160 96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12V76c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm160 288c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40z\"]\n};\nvar faClinicMedical = {\n prefix: 'fas',\n iconName: 'clinic-medical',\n icon: [576, 512, [], \"f7f2\", \"M288 115L69.47 307.71c-1.62 1.46-3.69 2.14-5.47 3.35V496a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V311.1c-1.7-1.16-3.72-1.82-5.26-3.2zm96 261a8 8 0 0 1-8 8h-56v56a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8v-56h-56a8 8 0 0 1-8-8v-48a8 8 0 0 1 8-8h56v-56a8 8 0 0 1 8-8h48a8 8 0 0 1 8 8v56h56a8 8 0 0 1 8 8zm186.69-139.72l-255.94-226a39.85 39.85 0 0 0-53.45 0l-256 226a16 16 0 0 0-1.21 22.6L25.5 282.7a16 16 0 0 0 22.6 1.21L277.42 81.63a16 16 0 0 1 21.17 0L527.91 283.9a16 16 0 0 0 22.6-1.21l21.4-23.82a16 16 0 0 0-1.22-22.59z\"]\n};\nvar faClipboard = {\n prefix: 'fas',\n iconName: 'clipboard',\n icon: [384, 512, [], \"f328\", \"M384 112v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h80c0-35.29 28.71-64 64-64s64 28.71 64 64h80c26.51 0 48 21.49 48 48zM192 40c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24m96 114v-20a6 6 0 0 0-6-6H102a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h180a6 6 0 0 0 6-6z\"]\n};\nvar faClipboardCheck = {\n prefix: 'fas',\n iconName: 'clipboard-check',\n icon: [384, 512, [], \"f46c\", \"M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM192 40c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm121.2 231.8l-143 141.8c-4.7 4.7-12.3 4.6-17-.1l-82.6-83.3c-4.7-4.7-4.6-12.3.1-17L99.1 285c4.7-4.7 12.3-4.6 17 .1l46 46.4 106-105.2c4.7-4.7 12.3-4.6 17 .1l28.2 28.4c4.7 4.8 4.6 12.3-.1 17z\"]\n};\nvar faClipboardList = {\n prefix: 'fas',\n iconName: 'clipboard-list',\n icon: [384, 512, [], \"f46d\", \"M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM96 424c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm0-96c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm0-96c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm96-192c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm128 368c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16z\"]\n};\nvar faClock = {\n prefix: 'fas',\n iconName: 'clock',\n icon: [512, 512, [], \"f017\", \"M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z\"]\n};\nvar faClone = {\n prefix: 'fas',\n iconName: 'clone',\n icon: [512, 512, [], \"f24d\", \"M464 0c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48H176c-26.51 0-48-21.49-48-48V48c0-26.51 21.49-48 48-48h288M176 416c-44.112 0-80-35.888-80-80V128H48c-26.51 0-48 21.49-48 48v288c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48v-48H176z\"]\n};\nvar faClosedCaptioning = {\n prefix: 'fas',\n iconName: 'closed-captioning',\n icon: [512, 512, [], \"f20a\", \"M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM218.1 287.7c2.8-2.5 7.1-2.1 9.2.9l19.5 27.7c1.7 2.4 1.5 5.6-.5 7.7-53.6 56.8-172.8 32.1-172.8-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7l-17.5 30.5c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2.1 48 51.1 70.5 92.3 32.6zm190.4 0c2.8-2.5 7.1-2.1 9.2.9l19.5 27.7c1.7 2.4 1.5 5.6-.5 7.7-53.5 56.9-172.7 32.1-172.7-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7L420 222.2c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2 0 48 51 70.5 92.2 32.6z\"]\n};\nvar faCloud = {\n prefix: 'fas',\n iconName: 'cloud',\n icon: [640, 512, [], \"f0c2\", \"M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4z\"]\n};\nvar faCloudDownloadAlt = {\n prefix: 'fas',\n iconName: 'cloud-download-alt',\n icon: [640, 512, [], \"f381\", \"M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4zm-132.9 88.7L299.3 420.7c-6.2 6.2-16.4 6.2-22.6 0L171.3 315.3c-10.1-10.1-2.9-27.3 11.3-27.3H248V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v112h65.4c14.2 0 21.4 17.2 11.3 27.3z\"]\n};\nvar faCloudMeatball = {\n prefix: 'fas',\n iconName: 'cloud-meatball',\n icon: [512, 512, [], \"f73b\", \"M48 352c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm416 0c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm-119 11.1c4.6-14.5 1.6-30.8-9.8-42.3-11.5-11.5-27.8-14.4-42.3-9.9-7-13.5-20.7-23-36.9-23s-29.9 9.5-36.9 23c-14.5-4.6-30.8-1.6-42.3 9.9-11.5 11.5-14.4 27.8-9.9 42.3-13.5 7-23 20.7-23 36.9s9.5 29.9 23 36.9c-4.6 14.5-1.6 30.8 9.9 42.3 8.2 8.2 18.9 12.3 29.7 12.3 4.3 0 8.5-1.1 12.6-2.5 7 13.5 20.7 23 36.9 23s29.9-9.5 36.9-23c4.1 1.3 8.3 2.5 12.6 2.5 10.8 0 21.5-4.1 29.7-12.3 11.5-11.5 14.4-27.8 9.8-42.3 13.5-7 23-20.7 23-36.9s-9.5-29.9-23-36.9zM512 224c0-53-43-96-96-96-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h43.4c3.6-8 8.4-15.4 14.8-21.8 13.5-13.5 31.5-21.1 50.8-21.3 13.5-13.2 31.7-20.9 51-20.9s37.5 7.7 51 20.9c19.3.2 37.3 7.8 50.8 21.3 6.4 6.4 11.3 13.8 14.8 21.8H416c53 0 96-43 96-96z\"]\n};\nvar faCloudMoon = {\n prefix: 'fas',\n iconName: 'cloud-moon',\n icon: [576, 512, [], \"f6c3\", \"M342.8 352.7c5.7-9.6 9.2-20.7 9.2-32.7 0-35.3-28.7-64-64-64-17.2 0-32.8 6.9-44.3 17.9-16.3-29.6-47.5-49.9-83.7-49.9-53 0-96 43-96 96 0 2 .5 3.8.6 5.7C27.1 338.8 0 374.1 0 416c0 53 43 96 96 96h240c44.2 0 80-35.8 80-80 0-41.9-32.3-75.8-73.2-79.3zm222.5-54.3c-93.1 17.7-178.5-53.7-178.5-147.7 0-54.2 29-104 76.1-130.8 7.3-4.1 5.4-15.1-2.8-16.7C448.4 1.1 436.7 0 425 0 319.1 0 233.1 85.9 233.1 192c0 8.5.7 16.8 1.8 25 5.9 4.3 11.6 8.9 16.7 14.2 11.4-4.7 23.7-7.2 36.4-7.2 52.9 0 96 43.1 96 96 0 3.6-.2 7.2-.6 10.7 23.6 10.8 42.4 29.5 53.5 52.6 54.4-3.4 103.7-29.3 137.1-70.4 5.3-6.5-.5-16.1-8.7-14.5z\"]\n};\nvar faCloudMoonRain = {\n prefix: 'fas',\n iconName: 'cloud-moon-rain',\n icon: [576, 512, [], \"f73c\", \"M350.5 225.5c-6.9-37.2-39.3-65.5-78.5-65.5-12.3 0-23.9 3-34.3 8-17.4-24.1-45.6-40-77.7-40-53 0-96 43-96 96 0 .5.2 1.1.2 1.6C27.6 232.9 0 265.2 0 304c0 44.2 35.8 80 80 80h256c44.2 0 80-35.8 80-80 0-39.2-28.2-71.7-65.5-78.5zm217.4-1.7c-70.4 13.3-135-40.3-135-110.8 0-40.6 21.9-78 57.5-98.1 5.5-3.1 4.1-11.4-2.1-12.5C479.6.8 470.7 0 461.8 0c-77.9 0-141.1 61.2-144.4 137.9 26.7 11.9 48.2 33.8 58.9 61.7 37.1 14.3 64 47.4 70.2 86.8 5.1.5 10 1.5 15.2 1.5 44.7 0 85.6-20.2 112.6-53.3 4.2-4.8-.2-12-6.4-10.8zM364.5 418.1c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8z\"]\n};\nvar faCloudRain = {\n prefix: 'fas',\n iconName: 'cloud-rain',\n icon: [512, 512, [], \"f73d\", \"M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z\"]\n};\nvar faCloudShowersHeavy = {\n prefix: 'fas',\n iconName: 'cloud-showers-heavy',\n icon: [512, 512, [], \"f740\", \"M183.9 370.1c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zm96 0c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zm-192 0c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zm384 0c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zm-96 0c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zM416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.2 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96z\"]\n};\nvar faCloudSun = {\n prefix: 'fas',\n iconName: 'cloud-sun',\n icon: [640, 512, [], \"f6c4\", \"M575.2 325.7c.2-1.9.8-3.7.8-5.6 0-35.3-28.7-64-64-64-12.6 0-24.2 3.8-34.1 10-17.6-38.8-56.5-66-101.9-66-61.8 0-112 50.1-112 112 0 3 .7 5.8.9 8.7-49.6 3.7-88.9 44.7-88.9 95.3 0 53 43 96 96 96h272c53 0 96-43 96-96 0-42.1-27.2-77.4-64.8-90.4zm-430.4-22.6c-43.7-43.7-43.7-114.7 0-158.3 43.7-43.7 114.7-43.7 158.4 0 9.7 9.7 16.9 20.9 22.3 32.7 9.8-3.7 20.1-6 30.7-7.5L386 81.1c4-11.9-7.3-23.1-19.2-19.2L279 91.2 237.5 8.4C232-2.8 216-2.8 210.4 8.4L169 91.2 81.1 61.9C69.3 58 58 69.3 61.9 81.1l29.3 87.8-82.8 41.5c-11.2 5.6-11.2 21.5 0 27.1l82.8 41.4-29.3 87.8c-4 11.9 7.3 23.1 19.2 19.2l76.1-25.3c6.1-12.4 14-23.7 23.6-33.5-13.1-5.4-25.4-13.4-36-24zm-4.8-79.2c0 40.8 29.3 74.8 67.9 82.3 8-4.7 16.3-8.8 25.2-11.7 5.4-44.3 31-82.5 67.4-105C287.3 160.4 258 140 224 140c-46.3 0-84 37.6-84 83.9z\"]\n};\nvar faCloudSunRain = {\n prefix: 'fas',\n iconName: 'cloud-sun-rain',\n icon: [576, 512, [], \"f743\", \"M510.5 225.5c-6.9-37.2-39.3-65.5-78.5-65.5-12.3 0-23.9 3-34.3 8-17.4-24.1-45.6-40-77.7-40-53 0-96 43-96 96 0 .5.2 1.1.2 1.6C187.6 233 160 265.2 160 304c0 44.2 35.8 80 80 80h256c44.2 0 80-35.8 80-80 0-39.2-28.2-71.7-65.5-78.5zm-386.4 34.4c-37.4-37.4-37.4-98.3 0-135.8 34.6-34.6 89.1-36.8 126.7-7.4 20-12.9 43.6-20.7 69.2-20.7.7 0 1.3.2 2 .2l8.9-26.7c3.4-10.2-6.3-19.8-16.5-16.4l-75.3 25.1-35.5-71c-4.8-9.6-18.5-9.6-23.3 0l-35.5 71-75.3-25.1c-10.2-3.4-19.8 6.3-16.4 16.5l25.1 75.3-71 35.5c-9.6 4.8-9.6 18.5 0 23.3l71 35.5-25.1 75.3c-3.4 10.2 6.3 19.8 16.5 16.5l59.2-19.7c-.2-2.4-.7-4.7-.7-7.2 0-12.5 2.3-24.5 6.2-35.9-3.6-2.7-7.1-5.2-10.2-8.3zm69.8-58c4.3-24.5 15.8-46.4 31.9-64-9.8-6.2-21.4-9.9-33.8-9.9-35.3 0-64 28.7-64 64 0 18.7 8.2 35.4 21.1 47.1 11.3-15.9 26.6-28.9 44.8-37.2zm330.6 216.2c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8z\"]\n};\nvar faCloudUploadAlt = {\n prefix: 'fas',\n iconName: 'cloud-upload-alt',\n icon: [640, 512, [], \"f382\", \"M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4zM393.4 288H328v112c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V288h-65.4c-14.3 0-21.4-17.2-11.3-27.3l105.4-105.4c6.2-6.2 16.4-6.2 22.6 0l105.4 105.4c10.1 10.1 2.9 27.3-11.3 27.3z\"]\n};\nvar faCocktail = {\n prefix: 'fas',\n iconName: 'cocktail',\n icon: [576, 512, [], \"f561\", \"M296 464h-56V338.78l168.74-168.73c15.52-15.52 4.53-42.05-17.42-42.05H24.68c-21.95 0-32.94 26.53-17.42 42.05L176 338.78V464h-56c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h240c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40zM432 0c-62.61 0-115.35 40.2-135.18 96h52.54c16.65-28.55 47.27-48 82.64-48 52.93 0 96 43.06 96 96s-43.07 96-96 96c-14.04 0-27.29-3.2-39.32-8.64l-35.26 35.26C379.23 279.92 404.59 288 432 288c79.53 0 144-64.47 144-144S511.53 0 432 0z\"]\n};\nvar faCode = {\n prefix: 'fas',\n iconName: 'code',\n icon: [640, 512, [], \"f121\", \"M278.9 511.5l-61-17.7c-6.4-1.8-10-8.5-8.2-14.9L346.2 8.7c1.8-6.4 8.5-10 14.9-8.2l61 17.7c6.4 1.8 10 8.5 8.2 14.9L293.8 503.3c-1.9 6.4-8.5 10.1-14.9 8.2zm-114-112.2l43.5-46.4c4.6-4.9 4.3-12.7-.8-17.2L117 256l90.6-79.7c5.1-4.5 5.5-12.3.8-17.2l-43.5-46.4c-4.5-4.8-12.1-5.1-17-.5L3.8 247.2c-5.1 4.7-5.1 12.8 0 17.5l144.1 135.1c4.9 4.6 12.5 4.4 17-.5zm327.2.6l144.1-135.1c5.1-4.7 5.1-12.8 0-17.5L492.1 112.1c-4.8-4.5-12.4-4.3-17 .5L431.6 159c-4.6 4.9-4.3 12.7.8 17.2L523 256l-90.6 79.7c-5.1 4.5-5.5 12.3-.8 17.2l43.5 46.4c4.5 4.9 12.1 5.1 17 .6z\"]\n};\nvar faCodeBranch = {\n prefix: 'fas',\n iconName: 'code-branch',\n icon: [384, 512, [], \"f126\", \"M384 144c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 36.4 24.3 67.1 57.5 76.8-.6 16.1-4.2 28.5-11 36.9-15.4 19.2-49.3 22.4-85.2 25.7-28.2 2.6-57.4 5.4-81.3 16.9v-144c32.5-10.2 56-40.5 56-76.3 0-44.2-35.8-80-80-80S0 35.8 0 80c0 35.8 23.5 66.1 56 76.3v199.3C23.5 365.9 0 396.2 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-34-21.2-63.1-51.2-74.6 3.1-5.2 7.8-9.8 14.9-13.4 16.2-8.2 40.4-10.4 66.1-12.8 42.2-3.9 90-8.4 118.2-43.4 14-17.4 21.1-39.8 21.6-67.9 31.6-10.8 54.4-40.7 54.4-75.9zM80 64c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16zm0 384c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm224-320c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16z\"]\n};\nvar faCoffee = {\n prefix: 'fas',\n iconName: 'coffee',\n icon: [640, 512, [], \"f0f4\", \"M192 384h192c53 0 96-43 96-96h32c70.6 0 128-57.4 128-128S582.6 32 512 32H120c-13.3 0-24 10.7-24 24v232c0 53 43 96 96 96zM512 96c35.3 0 64 28.7 64 64s-28.7 64-64 64h-32V96h32zm47.7 384H48.3c-47.6 0-61-64-36-64h583.3c25 0 11.8 64-35.9 64z\"]\n};\nvar faCog = {\n prefix: 'fas',\n iconName: 'cog',\n icon: [512, 512, [], \"f013\", \"M487.4 315.7l-42.6-24.6c4.3-23.2 4.3-47 0-70.2l42.6-24.6c4.9-2.8 7.1-8.6 5.5-14-11.1-35.6-30-67.8-54.7-94.6-3.8-4.1-10-5.1-14.8-2.3L380.8 110c-17.9-15.4-38.5-27.3-60.8-35.1V25.8c0-5.6-3.9-10.5-9.4-11.7-36.7-8.2-74.3-7.8-109.2 0-5.5 1.2-9.4 6.1-9.4 11.7V75c-22.2 7.9-42.8 19.8-60.8 35.1L88.7 85.5c-4.9-2.8-11-1.9-14.8 2.3-24.7 26.7-43.6 58.9-54.7 94.6-1.7 5.4.6 11.2 5.5 14L67.3 221c-4.3 23.2-4.3 47 0 70.2l-42.6 24.6c-4.9 2.8-7.1 8.6-5.5 14 11.1 35.6 30 67.8 54.7 94.6 3.8 4.1 10 5.1 14.8 2.3l42.6-24.6c17.9 15.4 38.5 27.3 60.8 35.1v49.2c0 5.6 3.9 10.5 9.4 11.7 36.7 8.2 74.3 7.8 109.2 0 5.5-1.2 9.4-6.1 9.4-11.7v-49.2c22.2-7.9 42.8-19.8 60.8-35.1l42.6 24.6c4.9 2.8 11 1.9 14.8-2.3 24.7-26.7 43.6-58.9 54.7-94.6 1.5-5.5-.7-11.3-5.6-14.1zM256 336c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faCogs = {\n prefix: 'fas',\n iconName: 'cogs',\n icon: [640, 512, [], \"f085\", \"M512.1 191l-8.2 14.3c-3 5.3-9.4 7.5-15.1 5.4-11.8-4.4-22.6-10.7-32.1-18.6-4.6-3.8-5.8-10.5-2.8-15.7l8.2-14.3c-6.9-8-12.3-17.3-15.9-27.4h-16.5c-6 0-11.2-4.3-12.2-10.3-2-12-2.1-24.6 0-37.1 1-6 6.2-10.4 12.2-10.4h16.5c3.6-10.1 9-19.4 15.9-27.4l-8.2-14.3c-3-5.2-1.9-11.9 2.8-15.7 9.5-7.9 20.4-14.2 32.1-18.6 5.7-2.1 12.1.1 15.1 5.4l8.2 14.3c10.5-1.9 21.2-1.9 31.7 0L552 6.3c3-5.3 9.4-7.5 15.1-5.4 11.8 4.4 22.6 10.7 32.1 18.6 4.6 3.8 5.8 10.5 2.8 15.7l-8.2 14.3c6.9 8 12.3 17.3 15.9 27.4h16.5c6 0 11.2 4.3 12.2 10.3 2 12 2.1 24.6 0 37.1-1 6-6.2 10.4-12.2 10.4h-16.5c-3.6 10.1-9 19.4-15.9 27.4l8.2 14.3c3 5.2 1.9 11.9-2.8 15.7-9.5 7.9-20.4 14.2-32.1 18.6-5.7 2.1-12.1-.1-15.1-5.4l-8.2-14.3c-10.4 1.9-21.2 1.9-31.7 0zm-10.5-58.8c38.5 29.6 82.4-14.3 52.8-52.8-38.5-29.7-82.4 14.3-52.8 52.8zM386.3 286.1l33.7 16.8c10.1 5.8 14.5 18.1 10.5 29.1-8.9 24.2-26.4 46.4-42.6 65.8-7.4 8.9-20.2 11.1-30.3 5.3l-29.1-16.8c-16 13.7-34.6 24.6-54.9 31.7v33.6c0 11.6-8.3 21.6-19.7 23.6-24.6 4.2-50.4 4.4-75.9 0-11.5-2-20-11.9-20-23.6V418c-20.3-7.2-38.9-18-54.9-31.7L74 403c-10 5.8-22.9 3.6-30.3-5.3-16.2-19.4-33.3-41.6-42.2-65.7-4-10.9.4-23.2 10.5-29.1l33.3-16.8c-3.9-20.9-3.9-42.4 0-63.4L12 205.8c-10.1-5.8-14.6-18.1-10.5-29 8.9-24.2 26-46.4 42.2-65.8 7.4-8.9 20.2-11.1 30.3-5.3l29.1 16.8c16-13.7 34.6-24.6 54.9-31.7V57.1c0-11.5 8.2-21.5 19.6-23.5 24.6-4.2 50.5-4.4 76-.1 11.5 2 20 11.9 20 23.6v33.6c20.3 7.2 38.9 18 54.9 31.7l29.1-16.8c10-5.8 22.9-3.6 30.3 5.3 16.2 19.4 33.2 41.6 42.1 65.8 4 10.9.1 23.2-10 29.1l-33.7 16.8c3.9 21 3.9 42.5 0 63.5zm-117.6 21.1c59.2-77-28.7-164.9-105.7-105.7-59.2 77 28.7 164.9 105.7 105.7zm243.4 182.7l-8.2 14.3c-3 5.3-9.4 7.5-15.1 5.4-11.8-4.4-22.6-10.7-32.1-18.6-4.6-3.8-5.8-10.5-2.8-15.7l8.2-14.3c-6.9-8-12.3-17.3-15.9-27.4h-16.5c-6 0-11.2-4.3-12.2-10.3-2-12-2.1-24.6 0-37.1 1-6 6.2-10.4 12.2-10.4h16.5c3.6-10.1 9-19.4 15.9-27.4l-8.2-14.3c-3-5.2-1.9-11.9 2.8-15.7 9.5-7.9 20.4-14.2 32.1-18.6 5.7-2.1 12.1.1 15.1 5.4l8.2 14.3c10.5-1.9 21.2-1.9 31.7 0l8.2-14.3c3-5.3 9.4-7.5 15.1-5.4 11.8 4.4 22.6 10.7 32.1 18.6 4.6 3.8 5.8 10.5 2.8 15.7l-8.2 14.3c6.9 8 12.3 17.3 15.9 27.4h16.5c6 0 11.2 4.3 12.2 10.3 2 12 2.1 24.6 0 37.1-1 6-6.2 10.4-12.2 10.4h-16.5c-3.6 10.1-9 19.4-15.9 27.4l8.2 14.3c3 5.2 1.9 11.9-2.8 15.7-9.5 7.9-20.4 14.2-32.1 18.6-5.7 2.1-12.1-.1-15.1-5.4l-8.2-14.3c-10.4 1.9-21.2 1.9-31.7 0zM501.6 431c38.5 29.6 82.4-14.3 52.8-52.8-38.5-29.6-82.4 14.3-52.8 52.8z\"]\n};\nvar faCoins = {\n prefix: 'fas',\n iconName: 'coins',\n icon: [512, 512, [], \"f51e\", \"M0 405.3V448c0 35.3 86 64 192 64s192-28.7 192-64v-42.7C342.7 434.4 267.2 448 192 448S41.3 434.4 0 405.3zM320 128c106 0 192-28.7 192-64S426 0 320 0 128 28.7 128 64s86 64 192 64zM0 300.4V352c0 35.3 86 64 192 64s192-28.7 192-64v-51.6c-41.3 34-116.9 51.6-192 51.6S41.3 334.4 0 300.4zm416 11c57.3-11.1 96-31.7 96-55.4v-42.7c-23.2 16.4-57.3 27.6-96 34.5v63.6zM192 160C86 160 0 195.8 0 240s86 80 192 80 192-35.8 192-80-86-80-192-80zm219.3 56.3c60-10.8 100.7-32 100.7-56.3v-42.7c-35.5 25.1-96.5 38.6-160.7 41.8 29.5 14.3 51.2 33.5 60 57.2z\"]\n};\nvar faColumns = {\n prefix: 'fas',\n iconName: 'columns',\n icon: [512, 512, [], \"f0db\", \"M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM224 416H64V160h160v256zm224 0H288V160h160v256z\"]\n};\nvar faComment = {\n prefix: 'fas',\n iconName: 'comment',\n icon: [512, 512, [], \"f075\", \"M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32z\"]\n};\nvar faCommentAlt = {\n prefix: 'fas',\n iconName: 'comment-alt',\n icon: [512, 512, [], \"f27a\", \"M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z\"]\n};\nvar faCommentDollar = {\n prefix: 'fas',\n iconName: 'comment-dollar',\n icon: [512, 512, [], \"f651\", \"M256 32C114.62 32 0 125.12 0 240c0 49.56 21.41 95.01 57.02 130.74C44.46 421.05 2.7 465.97 2.2 466.5A7.995 7.995 0 0 0 8 480c66.26 0 115.99-31.75 140.6-51.38C181.29 440.93 217.59 448 256 448c141.38 0 256-93.12 256-208S397.38 32 256 32zm24 302.44V352c0 8.84-7.16 16-16 16h-16c-8.84 0-16-7.16-16-16v-17.73c-11.42-1.35-22.28-5.19-31.78-11.46-6.22-4.11-6.82-13.11-1.55-18.38l17.52-17.52c3.74-3.74 9.31-4.24 14.11-2.03 3.18 1.46 6.66 2.22 10.26 2.22h32.78c4.66 0 8.44-3.78 8.44-8.42 0-3.75-2.52-7.08-6.12-8.11l-50.07-14.3c-22.25-6.35-40.01-24.71-42.91-47.67-4.05-32.07 19.03-59.43 49.32-63.05V128c0-8.84 7.16-16 16-16h16c8.84 0 16 7.16 16 16v17.73c11.42 1.35 22.28 5.19 31.78 11.46 6.22 4.11 6.82 13.11 1.55 18.38l-17.52 17.52c-3.74 3.74-9.31 4.24-14.11 2.03a24.516 24.516 0 0 0-10.26-2.22h-32.78c-4.66 0-8.44 3.78-8.44 8.42 0 3.75 2.52 7.08 6.12 8.11l50.07 14.3c22.25 6.36 40.01 24.71 42.91 47.67 4.05 32.06-19.03 59.42-49.32 63.04z\"]\n};\nvar faCommentDots = {\n prefix: 'fas',\n iconName: 'comment-dots',\n icon: [512, 512, [], \"f4ad\", \"M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32zM128 272c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faCommentMedical = {\n prefix: 'fas',\n iconName: 'comment-medical',\n icon: [512, 512, [], \"f7f5\", \"M256 32C114.62 32 0 125.12 0 240c0 49.56 21.41 95 57 130.74C44.46 421.05 2.7 466 2.2 466.5A8 8 0 0 0 8 480c66.26 0 116-31.75 140.6-51.38A304.66 304.66 0 0 0 256 448c141.39 0 256-93.12 256-208S397.39 32 256 32zm96 232a8 8 0 0 1-8 8h-56v56a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8v-56h-56a8 8 0 0 1-8-8v-48a8 8 0 0 1 8-8h56v-56a8 8 0 0 1 8-8h48a8 8 0 0 1 8 8v56h56a8 8 0 0 1 8 8z\"]\n};\nvar faCommentSlash = {\n prefix: 'fas',\n iconName: 'comment-slash',\n icon: [640, 512, [], \"f4b3\", \"M64 240c0 49.6 21.4 95 57 130.7-12.6 50.3-54.3 95.2-54.8 95.8-2.2 2.3-2.8 5.7-1.5 8.7 1.3 2.9 4.1 4.8 7.3 4.8 66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 27.4 0 53.7-3.6 78.4-10L72.9 186.4c-5.6 17.1-8.9 35-8.9 53.6zm569.8 218.1l-114.4-88.4C554.6 334.1 576 289.2 576 240c0-114.9-114.6-208-256-208-65.1 0-124.2 20.1-169.4 52.7L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4l588.4 454.7c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.4-6.8 4.1-16.9-2.9-22.3z\"]\n};\nvar faComments = {\n prefix: 'fas',\n iconName: 'comments',\n icon: [576, 512, [], \"f086\", \"M416 192c0-88.4-93.1-160-208-160S0 103.6 0 192c0 34.3 14.1 65.9 38 92-13.4 30.2-35.5 54.2-35.8 54.5-2.2 2.3-2.8 5.7-1.5 8.7S4.8 352 8 352c36.6 0 66.9-12.3 88.7-25 32.2 15.7 70.3 25 111.3 25 114.9 0 208-71.6 208-160zm122 220c23.9-26 38-57.7 38-92 0-66.9-53.5-124.2-129.3-148.1.9 6.6 1.3 13.3 1.3 20.1 0 105.9-107.7 192-240 192-10.8 0-21.3-.8-31.7-1.9C207.8 439.6 281.8 480 368 480c41 0 79.1-9.2 111.3-25 21.8 12.7 52.1 25 88.7 25 3.2 0 6.1-1.9 7.3-4.8 1.3-2.9.7-6.3-1.5-8.7-.3-.3-22.4-24.2-35.8-54.5z\"]\n};\nvar faCommentsDollar = {\n prefix: 'fas',\n iconName: 'comments-dollar',\n icon: [576, 512, [], \"f653\", \"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"]\n};\nvar faCompactDisc = {\n prefix: 'fas',\n iconName: 'compact-disc',\n icon: [496, 512, [], \"f51f\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM88 256H56c0-105.9 86.1-192 192-192v32c-88.2 0-160 71.8-160 160zm160 96c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96zm0-128c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z\"]\n};\nvar faCompass = {\n prefix: 'fas',\n iconName: 'compass',\n icon: [496, 512, [], \"f14e\", \"M225.38 233.37c-12.5 12.5-12.5 32.76 0 45.25 12.49 12.5 32.76 12.5 45.25 0 12.5-12.5 12.5-32.76 0-45.25-12.5-12.49-32.76-12.49-45.25 0zM248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm126.14 148.05L308.17 300.4a31.938 31.938 0 0 1-15.77 15.77l-144.34 65.97c-16.65 7.61-33.81-9.55-26.2-26.2l65.98-144.35a31.938 31.938 0 0 1 15.77-15.77l144.34-65.97c16.65-7.6 33.8 9.55 26.19 26.2z\"]\n};\nvar faCompress = {\n prefix: 'fas',\n iconName: 'compress',\n icon: [448, 512, [], \"f066\", \"M436 192H312c-13.3 0-24-10.7-24-24V44c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v84h84c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm-276-24V44c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v84H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h124c13.3 0 24-10.7 24-24zm0 300V344c0-13.3-10.7-24-24-24H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h84v84c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-84h84c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12H312c-13.3 0-24 10.7-24 24v124c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12z\"]\n};\nvar faCompressAlt = {\n prefix: 'fas',\n iconName: 'compress-alt',\n icon: [448, 512, [], \"f422\", \"M4.686 427.314L104 328l-32.922-31.029C55.958 281.851 66.666 256 88.048 256h112C213.303 256 224 266.745 224 280v112c0 21.382-25.803 32.09-40.922 16.971L152 376l-99.314 99.314c-6.248 6.248-16.379 6.248-22.627 0L4.686 449.941c-6.248-6.248-6.248-16.379 0-22.627zM443.314 84.686L344 184l32.922 31.029c15.12 15.12 4.412 40.971-16.97 40.971h-112C234.697 256 224 245.255 224 232V120c0-21.382 25.803-32.09 40.922-16.971L296 136l99.314-99.314c6.248-6.248 16.379-6.248 22.627 0l25.373 25.373c6.248 6.248 6.248 16.379 0 22.627z\"]\n};\nvar faCompressArrowsAlt = {\n prefix: 'fas',\n iconName: 'compress-arrows-alt',\n icon: [512, 512, [], \"f78c\", \"M200 288H88c-21.4 0-32.1 25.8-17 41l32.9 31-99.2 99.3c-6.2 6.2-6.2 16.4 0 22.6l25.4 25.4c6.2 6.2 16.4 6.2 22.6 0L152 408l31.1 33c15.1 15.1 40.9 4.4 40.9-17V312c0-13.3-10.7-24-24-24zm112-64h112c21.4 0 32.1-25.9 17-41l-33-31 99.3-99.3c6.2-6.2 6.2-16.4 0-22.6L481.9 4.7c-6.2-6.2-16.4-6.2-22.6 0L360 104l-31.1-33C313.8 55.9 288 66.6 288 88v112c0 13.3 10.7 24 24 24zm96 136l33-31.1c15.1-15.1 4.4-40.9-17-40.9H312c-13.3 0-24 10.7-24 24v112c0 21.4 25.9 32.1 41 17l31-32.9 99.3 99.3c6.2 6.2 16.4 6.2 22.6 0l25.4-25.4c6.2-6.2 6.2-16.4 0-22.6L408 360zM183 71.1L152 104 52.7 4.7c-6.2-6.2-16.4-6.2-22.6 0L4.7 30.1c-6.2 6.2-6.2 16.4 0 22.6L104 152l-33 31.1C55.9 198.2 66.6 224 88 224h112c13.3 0 24-10.7 24-24V88c0-21.3-25.9-32-41-16.9z\"]\n};\nvar faConciergeBell = {\n prefix: 'fas',\n iconName: 'concierge-bell',\n icon: [512, 512, [], \"f562\", \"M288 130.54V112h16c8.84 0 16-7.16 16-16V80c0-8.84-7.16-16-16-16h-96c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h16v18.54C115.49 146.11 32 239.18 32 352h448c0-112.82-83.49-205.89-192-221.46zM496 384H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faCookie = {\n prefix: 'fas',\n iconName: 'cookie',\n icon: [512, 512, [], \"f563\", \"M510.37 254.79l-12.08-76.26a132.493 132.493 0 0 0-37.16-72.95l-54.76-54.75c-19.73-19.72-45.18-32.7-72.71-37.05l-76.7-12.15c-27.51-4.36-55.69.11-80.52 12.76L107.32 49.6a132.25 132.25 0 0 0-57.79 57.8l-35.1 68.88a132.602 132.602 0 0 0-12.82 80.94l12.08 76.27a132.493 132.493 0 0 0 37.16 72.95l54.76 54.75a132.087 132.087 0 0 0 72.71 37.05l76.7 12.14c27.51 4.36 55.69-.11 80.52-12.75l69.12-35.21a132.302 132.302 0 0 0 57.79-57.8l35.1-68.87c12.71-24.96 17.2-53.3 12.82-80.96zM176 368c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm32-160c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm160 128c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faCookieBite = {\n prefix: 'fas',\n iconName: 'cookie-bite',\n icon: [512, 512, [], \"f564\", \"M510.52 255.82c-69.97-.85-126.47-57.69-126.47-127.86-70.17 0-127-56.49-127.86-126.45-27.26-4.14-55.13.3-79.72 12.82l-69.13 35.22a132.221 132.221 0 0 0-57.79 57.81l-35.1 68.88a132.645 132.645 0 0 0-12.82 80.95l12.08 76.27a132.521 132.521 0 0 0 37.16 72.96l54.77 54.76a132.036 132.036 0 0 0 72.71 37.06l76.71 12.15c27.51 4.36 55.7-.11 80.53-12.76l69.13-35.21a132.273 132.273 0 0 0 57.79-57.81l35.1-68.88c12.56-24.64 17.01-52.58 12.91-79.91zM176 368c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm32-160c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm160 128c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faCopy = {\n prefix: 'fas',\n iconName: 'copy',\n icon: [448, 512, [], \"f0c5\", \"M320 448v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V120c0-13.255 10.745-24 24-24h72v296c0 30.879 25.121 56 56 56h168zm0-344V0H152c-13.255 0-24 10.745-24 24v368c0 13.255 10.745 24 24 24h272c13.255 0 24-10.745 24-24V128H344c-13.2 0-24-10.8-24-24zm120.971-31.029L375.029 7.029A24 24 0 0 0 358.059 0H352v96h96v-6.059a24 24 0 0 0-7.029-16.97z\"]\n};\nvar faCopyright = {\n prefix: 'fas',\n iconName: 'copyright',\n icon: [512, 512, [], \"f1f9\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm117.134 346.753c-1.592 1.867-39.776 45.731-109.851 45.731-84.692 0-144.484-63.26-144.484-145.567 0-81.303 62.004-143.401 143.762-143.401 66.957 0 101.965 37.315 103.422 38.904a12 12 0 0 1 1.238 14.623l-22.38 34.655c-4.049 6.267-12.774 7.351-18.234 2.295-.233-.214-26.529-23.88-61.88-23.88-46.116 0-73.916 33.575-73.916 76.082 0 39.602 25.514 79.692 74.277 79.692 38.697 0 65.28-28.338 65.544-28.625 5.132-5.565 14.059-5.033 18.508 1.053l24.547 33.572a12.001 12.001 0 0 1-.553 14.866z\"]\n};\nvar faCouch = {\n prefix: 'fas',\n iconName: 'couch',\n icon: [640, 512, [], \"f4b8\", \"M160 224v64h320v-64c0-35.3 28.7-64 64-64h32c0-53-43-96-96-96H160c-53 0-96 43-96 96h32c35.3 0 64 28.7 64 64zm416-32h-32c-17.7 0-32 14.3-32 32v96H128v-96c0-17.7-14.3-32-32-32H64c-35.3 0-64 28.7-64 64 0 23.6 13 44 32 55.1V432c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-16h384v16c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16V311.1c19-11.1 32-31.5 32-55.1 0-35.3-28.7-64-64-64z\"]\n};\nvar faCreditCard = {\n prefix: 'fas',\n iconName: 'credit-card',\n icon: [576, 512, [], \"f09d\", \"M0 432c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V256H0v176zm192-68c0-6.6 5.4-12 12-12h136c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H204c-6.6 0-12-5.4-12-12v-40zm-128 0c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zM576 80v48H0V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48z\"]\n};\nvar faCrop = {\n prefix: 'fas',\n iconName: 'crop',\n icon: [512, 512, [], \"f125\", \"M488 352h-40V109.25l59.31-59.31c6.25-6.25 6.25-16.38 0-22.63L484.69 4.69c-6.25-6.25-16.38-6.25-22.63 0L402.75 64H192v96h114.75L160 306.75V24c0-13.26-10.75-24-24-24H88C74.75 0 64 10.74 64 24v40H24C10.75 64 0 74.74 0 88v48c0 13.25 10.75 24 24 24h40v264c0 13.25 10.75 24 24 24h232v-96H205.25L352 205.25V488c0 13.25 10.75 24 24 24h48c13.25 0 24-10.75 24-24v-40h40c13.25 0 24-10.75 24-24v-48c0-13.26-10.75-24-24-24z\"]\n};\nvar faCropAlt = {\n prefix: 'fas',\n iconName: 'crop-alt',\n icon: [512, 512, [], \"f565\", \"M488 352h-40V96c0-17.67-14.33-32-32-32H192v96h160v328c0 13.25 10.75 24 24 24h48c13.25 0 24-10.75 24-24v-40h40c13.25 0 24-10.75 24-24v-48c0-13.26-10.75-24-24-24zM160 24c0-13.26-10.75-24-24-24H88C74.75 0 64 10.74 64 24v40H24C10.75 64 0 74.74 0 88v48c0 13.25 10.75 24 24 24h40v256c0 17.67 14.33 32 32 32h224v-96H160V24z\"]\n};\nvar faCross = {\n prefix: 'fas',\n iconName: 'cross',\n icon: [384, 512, [], \"f654\", \"M352 128h-96V32c0-17.67-14.33-32-32-32h-64c-17.67 0-32 14.33-32 32v96H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h96v224c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V256h96c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z\"]\n};\nvar faCrosshairs = {\n prefix: 'fas',\n iconName: 'crosshairs',\n icon: [512, 512, [], \"f05b\", \"M500 224h-30.364C455.724 130.325 381.675 56.276 288 42.364V12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v30.364C130.325 56.276 56.276 130.325 42.364 224H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h30.364C56.276 381.675 130.325 455.724 224 469.636V500c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-30.364C381.675 455.724 455.724 381.675 469.636 288H500c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zM288 404.634V364c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40.634C165.826 392.232 119.783 346.243 107.366 288H148c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-40.634C119.768 165.826 165.757 119.783 224 107.366V148c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40.634C346.174 119.768 392.217 165.757 404.634 224H364c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40.634C392.232 346.174 346.243 392.217 288 404.634zM288 256c0 17.673-14.327 32-32 32s-32-14.327-32-32c0-17.673 14.327-32 32-32s32 14.327 32 32z\"]\n};\nvar faCrow = {\n prefix: 'fas',\n iconName: 'crow',\n icon: [640, 512, [], \"f520\", \"M544 32h-16.36C513.04 12.68 490.09 0 464 0c-44.18 0-80 35.82-80 80v20.98L12.09 393.57A30.216 30.216 0 0 0 0 417.74c0 22.46 23.64 37.07 43.73 27.03L165.27 384h96.49l44.41 120.1c2.27 6.23 9.15 9.44 15.38 7.17l22.55-8.21c6.23-2.27 9.44-9.15 7.17-15.38L312.94 384H352c1.91 0 3.76-.23 5.66-.29l44.51 120.38c2.27 6.23 9.15 9.44 15.38 7.17l22.55-8.21c6.23-2.27 9.44-9.15 7.17-15.38l-41.24-111.53C485.74 352.8 544 279.26 544 192v-80l96-16c0-35.35-42.98-64-96-64zm-80 72c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"]\n};\nvar faCrown = {\n prefix: 'fas',\n iconName: 'crown',\n icon: [640, 512, [], \"f521\", \"M528 448H112c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h416c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm64-320c-26.5 0-48 21.5-48 48 0 7.1 1.6 13.7 4.4 19.8L476 239.2c-15.4 9.2-35.3 4-44.2-11.6L350.3 85C361 76.2 368 63 368 48c0-26.5-21.5-48-48-48s-48 21.5-48 48c0 15 7 28.2 17.7 37l-81.5 142.6c-8.9 15.6-28.9 20.8-44.2 11.6l-72.3-43.4c2.7-6 4.4-12.7 4.4-19.8 0-26.5-21.5-48-48-48S0 149.5 0 176s21.5 48 48 48c2.6 0 5.2-.4 7.7-.8L128 416h384l72.3-192.8c2.5.4 5.1.8 7.7.8 26.5 0 48-21.5 48-48s-21.5-48-48-48z\"]\n};\nvar faCrutch = {\n prefix: 'fas',\n iconName: 'crutch',\n icon: [512, 512, [], \"f7f7\", \"M507.31 185.71l-181-181a16 16 0 0 0-22.62 0L281 27.31a16 16 0 0 0 0 22.63l181 181a16 16 0 0 0 22.63 0l22.62-22.63a16 16 0 0 0 .06-22.6zm-179.54 66.41l-67.89-67.89 55.1-55.1-45.25-45.25-109.67 109.67a96.08 96.08 0 0 0-25.67 46.29L106.65 360.1l-102 102a16 16 0 0 0 0 22.63l22.62 22.62a16 16 0 0 0 22.63 0l102-102 120.25-27.75a95.88 95.88 0 0 0 46.29-25.65l109.68-109.68L382.87 197zm-54.57 54.57a32 32 0 0 1-15.45 8.54l-79.3 18.32 18.3-79.3a32.22 32.22 0 0 1 8.56-15.45l9.31-9.31 67.89 67.89z\"]\n};\nvar faCube = {\n prefix: 'fas',\n iconName: 'cube',\n icon: [512, 512, [], \"f1b2\", \"M239.1 6.3l-208 78c-18.7 7-31.1 25-31.1 45v225.1c0 18.2 10.3 34.8 26.5 42.9l208 104c13.5 6.8 29.4 6.8 42.9 0l208-104c16.3-8.1 26.5-24.8 26.5-42.9V129.3c0-20-12.4-37.9-31.1-44.9l-208-78C262 2.2 250 2.2 239.1 6.3zM256 68.4l192 72v1.1l-192 78-192-78v-1.1l192-72zm32 356V275.5l160-65v133.9l-160 80z\"]\n};\nvar faCubes = {\n prefix: 'fas',\n iconName: 'cubes',\n icon: [512, 512, [], \"f1b3\", \"M488.6 250.2L392 214V105.5c0-15-9.3-28.4-23.4-33.7l-100-37.5c-8.1-3.1-17.1-3.1-25.3 0l-100 37.5c-14.1 5.3-23.4 18.7-23.4 33.7V214l-96.6 36.2C9.3 255.5 0 268.9 0 283.9V394c0 13.6 7.7 26.1 19.9 32.2l100 50c10.1 5.1 22.1 5.1 32.2 0l103.9-52 103.9 52c10.1 5.1 22.1 5.1 32.2 0l100-50c12.2-6.1 19.9-18.6 19.9-32.2V283.9c0-15-9.3-28.4-23.4-33.7zM358 214.8l-85 31.9v-68.2l85-37v73.3zM154 104.1l102-38.2 102 38.2v.6l-102 41.4-102-41.4v-.6zm84 291.1l-85 42.5v-79.1l85-38.8v75.4zm0-112l-102 41.4-102-41.4v-.6l102-38.2 102 38.2v.6zm240 112l-85 42.5v-79.1l85-38.8v75.4zm0-112l-102 41.4-102-41.4v-.6l102-38.2 102 38.2v.6z\"]\n};\nvar faCut = {\n prefix: 'fas',\n iconName: 'cut',\n icon: [448, 512, [], \"f0c4\", \"M278.06 256L444.48 89.57c4.69-4.69 4.69-12.29 0-16.97-32.8-32.8-85.99-32.8-118.79 0L210.18 188.12l-24.86-24.86c4.31-10.92 6.68-22.81 6.68-35.26 0-53.02-42.98-96-96-96S0 74.98 0 128s42.98 96 96 96c4.54 0 8.99-.32 13.36-.93L142.29 256l-32.93 32.93c-4.37-.61-8.83-.93-13.36-.93-53.02 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96c0-12.45-2.37-24.34-6.68-35.26l24.86-24.86L325.69 439.4c32.8 32.8 85.99 32.8 118.79 0 4.69-4.68 4.69-12.28 0-16.97L278.06 256zM96 160c-17.64 0-32-14.36-32-32s14.36-32 32-32 32 14.36 32 32-14.36 32-32 32zm0 256c-17.64 0-32-14.36-32-32s14.36-32 32-32 32 14.36 32 32-14.36 32-32 32z\"]\n};\nvar faDatabase = {\n prefix: 'fas',\n iconName: 'database',\n icon: [448, 512, [], \"f1c0\", \"M448 73.143v45.714C448 159.143 347.667 192 224 192S0 159.143 0 118.857V73.143C0 32.857 100.333 0 224 0s224 32.857 224 73.143zM448 176v102.857C448 319.143 347.667 352 224 352S0 319.143 0 278.857V176c48.125 33.143 136.208 48.572 224 48.572S399.874 209.143 448 176zm0 160v102.857C448 479.143 347.667 512 224 512S0 479.143 0 438.857V336c48.125 33.143 136.208 48.572 224 48.572S399.874 369.143 448 336z\"]\n};\nvar faDeaf = {\n prefix: 'fas',\n iconName: 'deaf',\n icon: [512, 512, [], \"f2a4\", \"M216 260c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-44.112 35.888-80 80-80s80 35.888 80 80c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-13.234-10.767-24-24-24s-24 10.766-24 24zm24-176c-97.047 0-176 78.953-176 176 0 15.464 12.536 28 28 28s28-12.536 28-28c0-66.168 53.832-120 120-120s120 53.832 120 120c0 75.164-71.009 70.311-71.997 143.622L288 404c0 28.673-23.327 52-52 52-15.464 0-28 12.536-28 28s12.536 28 28 28c59.475 0 107.876-48.328 108-107.774.595-34.428 72-48.24 72-144.226 0-97.047-78.953-176-176-176zm268.485-52.201L480.2 3.515c-4.687-4.686-12.284-4.686-16.971 0L376.2 90.544c-4.686 4.686-4.686 12.284 0 16.971l28.285 28.285c4.686 4.686 12.284 4.686 16.97 0l87.03-87.029c4.687-4.688 4.687-12.286 0-16.972zM168.97 314.745c-4.686-4.686-12.284-4.686-16.97 0L3.515 463.23c-4.686 4.686-4.686 12.284 0 16.971L31.8 508.485c4.687 4.686 12.284 4.686 16.971 0L197.256 360c4.686-4.686 4.686-12.284 0-16.971l-28.286-28.284z\"]\n};\nvar faDemocrat = {\n prefix: 'fas',\n iconName: 'democrat',\n icon: [640, 512, [], \"f747\", \"M637.3 256.9l-19.6-29.4c-28.2-42.3-75.3-67.5-126.1-67.5H256l-81.2-81.2c20.1-20.1 22.6-51.1 7.5-73.9-3.4-5.2-10.8-5.9-15.2-1.5l-41.8 41.8L82.4 2.4c-3.6-3.6-9.6-3-12.4 1.2-12.3 18.6-10.3 44 6.1 60.4 3.3 3.3 7.3 5.3 11.3 7.5-2.2 1.7-4.7 3.1-6.4 5.4L6.4 176.2c-7.3 9.7-8.4 22.7-3 33.5l14.3 28.6c5.4 10.8 16.5 17.7 28.6 17.7h31c8.5 0 16.6-3.4 22.6-9.4L138 212l54 108h352v-77.8c16.2 12.2 18.3 17.6 40.1 50.3 4.9 7.4 14.8 9.3 22.2 4.4l26.6-17.7c7.3-5 9.3-14.9 4.4-22.3zm-341.1-13.6l-16.5 16.1 3.9 22.7c.7 4.1-3.6 7.2-7.2 5.3L256 276.7l-20.4 10.7c-3.6 1.9-7.9-1.2-7.2-5.3l3.9-22.7-16.5-16.1c-3-2.9-1.3-7.9 2.8-8.5l22.8-3.3 10.2-20.7c1.8-3.7 7.1-3.7 9 0l10.2 20.7 22.8 3.3c4 .6 5.6 5.6 2.6 8.5zm112 0l-16.5 16.1 3.9 22.7c.7 4.1-3.6 7.2-7.2 5.3L368 276.7l-20.4 10.7c-3.6 1.9-7.9-1.2-7.2-5.3l3.9-22.7-16.5-16.1c-3-2.9-1.3-7.9 2.8-8.5l22.8-3.3 10.2-20.7c1.8-3.7 7.1-3.7 9 0l10.2 20.7 22.8 3.3c4 .6 5.6 5.6 2.6 8.5zm112 0l-16.5 16.1 3.9 22.7c.7 4.1-3.6 7.2-7.2 5.3L480 276.7l-20.4 10.7c-3.6 1.9-7.9-1.2-7.2-5.3l3.9-22.7-16.5-16.1c-3-2.9-1.3-7.9 2.8-8.5l22.8-3.3 10.2-20.7c1.8-3.7 7.1-3.7 9 0l10.2 20.7 22.8 3.3c4 .6 5.6 5.6 2.6 8.5zM192 496c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-80h160v80c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16V352H192v144z\"]\n};\nvar faDesktop = {\n prefix: 'fas',\n iconName: 'desktop',\n icon: [576, 512, [], \"f108\", \"M528 0H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h192l-16 48h-72c-13.3 0-24 10.7-24 24s10.7 24 24 24h272c13.3 0 24-10.7 24-24s-10.7-24-24-24h-72l-16-48h192c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-16 352H64V64h448v288z\"]\n};\nvar faDharmachakra = {\n prefix: 'fas',\n iconName: 'dharmachakra',\n icon: [512, 512, [], \"f655\", \"M495 225.06l-17.22 1.08c-5.27-39.49-20.79-75.64-43.86-105.84l12.95-11.43c6.92-6.11 7.25-16.79.73-23.31L426.44 64.4c-6.53-6.53-17.21-6.19-23.31.73L391.7 78.07c-30.2-23.06-66.35-38.58-105.83-43.86L286.94 17c.58-9.21-6.74-17-15.97-17h-29.94c-9.23 0-16.54 7.79-15.97 17l1.08 17.22c-39.49 5.27-75.64 20.79-105.83 43.86l-11.43-12.95c-6.11-6.92-16.79-7.25-23.31-.73L64.4 85.56c-6.53 6.53-6.19 17.21.73 23.31l12.95 11.43c-23.06 30.2-38.58 66.35-43.86 105.84L17 225.06c-9.21-.58-17 6.74-17 15.97v29.94c0 9.23 7.79 16.54 17 15.97l17.22-1.08c5.27 39.49 20.79 75.64 43.86 105.83l-12.95 11.43c-6.92 6.11-7.25 16.79-.73 23.31l21.17 21.17c6.53 6.53 17.21 6.19 23.31-.73l11.43-12.95c30.2 23.06 66.35 38.58 105.84 43.86L225.06 495c-.58 9.21 6.74 17 15.97 17h29.94c9.23 0 16.54-7.79 15.97-17l-1.08-17.22c39.49-5.27 75.64-20.79 105.84-43.86l11.43 12.95c6.11 6.92 16.79 7.25 23.31.73l21.17-21.17c6.53-6.53 6.19-17.21-.73-23.31l-12.95-11.43c23.06-30.2 38.58-66.35 43.86-105.83l17.22 1.08c9.21.58 17-6.74 17-15.97v-29.94c-.01-9.23-7.8-16.54-17.01-15.97zM281.84 98.61c24.81 4.07 47.63 13.66 67.23 27.78l-42.62 48.29c-8.73-5.44-18.32-9.54-28.62-11.95l4.01-64.12zm-51.68 0l4.01 64.12c-10.29 2.41-19.89 6.52-28.62 11.95l-42.62-48.29c19.6-14.12 42.42-23.71 67.23-27.78zm-103.77 64.33l48.3 42.61c-5.44 8.73-9.54 18.33-11.96 28.62l-64.12-4.01c4.07-24.81 13.66-47.62 27.78-67.22zm-27.78 118.9l64.12-4.01c2.41 10.29 6.52 19.89 11.95 28.62l-48.29 42.62c-14.12-19.6-23.71-42.42-27.78-67.23zm131.55 131.55c-24.81-4.07-47.63-13.66-67.23-27.78l42.61-48.3c8.73 5.44 18.33 9.54 28.62 11.96l-4 64.12zM256 288c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm25.84 125.39l-4.01-64.12c10.29-2.41 19.89-6.52 28.62-11.96l42.61 48.3c-19.6 14.12-42.41 23.71-67.22 27.78zm103.77-64.33l-48.29-42.62c5.44-8.73 9.54-18.32 11.95-28.62l64.12 4.01c-4.07 24.82-13.66 47.64-27.78 67.23zm-36.34-114.89c-2.41-10.29-6.52-19.89-11.96-28.62l48.3-42.61c14.12 19.6 23.71 42.42 27.78 67.23l-64.12 4z\"]\n};\nvar faDiagnoses = {\n prefix: 'fas',\n iconName: 'diagnoses',\n icon: [640, 512, [], \"f470\", \"M496 256c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zm-176-80c48.5 0 88-39.5 88-88S368.5 0 320 0s-88 39.5-88 88 39.5 88 88 88zM59.8 364c10.2 15.3 29.3 17.8 42.9 9.8 16.2-9.6 56.2-31.7 105.3-48.6V416h224v-90.7c49.1 16.8 89.1 39 105.3 48.6 13.6 8 32.7 5.3 42.9-9.8l17.8-26.7c8.8-13.2 7.6-34.6-10-45.1-11.9-7.1-29.7-17-51.1-27.4-28.1 46.1-99.4 17.8-87.7-35.1C409.3 217.2 365.1 208 320 208c-57 0-112.9 14.5-160 32.2-.2 40.2-47.6 63.3-79.2 36-11.2 6-21.3 11.6-28.7 16-17.6 10.5-18.8 31.8-10 45.1L59.8 364zM368 344c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm-96-96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm-160 8c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zm512 192H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16z\"]\n};\nvar faDice = {\n prefix: 'fas',\n iconName: 'dice',\n icon: [640, 512, [], \"f522\", \"M592 192H473.26c12.69 29.59 7.12 65.2-17 89.32L320 417.58V464c0 26.51 21.49 48 48 48h224c26.51 0 48-21.49 48-48V240c0-26.51-21.49-48-48-48zM480 376c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm-46.37-186.7L258.7 14.37c-19.16-19.16-50.23-19.16-69.39 0L14.37 189.3c-19.16 19.16-19.16 50.23 0 69.39L189.3 433.63c19.16 19.16 50.23 19.16 69.39 0L433.63 258.7c19.16-19.17 19.16-50.24 0-69.4zM96 248c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm128 128c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm0-128c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm0-128c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm128 128c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"]\n};\nvar faDiceD20 = {\n prefix: 'fas',\n iconName: 'dice-d20',\n icon: [480, 512, [], \"f6cf\", \"M106.75 215.06L1.2 370.95c-3.08 5 .1 11.5 5.93 12.14l208.26 22.07-108.64-190.1zM7.41 315.43L82.7 193.08 6.06 147.1c-2.67-1.6-6.06.32-6.06 3.43v162.81c0 4.03 5.29 5.53 7.41 2.09zM18.25 423.6l194.4 87.66c5.3 2.45 11.35-1.43 11.35-7.26v-65.67l-203.55-22.3c-4.45-.5-6.23 5.59-2.2 7.57zm81.22-257.78L179.4 22.88c4.34-7.06-3.59-15.25-10.78-11.14L17.81 110.35c-2.47 1.62-2.39 5.26.13 6.78l81.53 48.69zM240 176h109.21L253.63 7.62C250.5 2.54 245.25 0 240 0s-10.5 2.54-13.63 7.62L130.79 176H240zm233.94-28.9l-76.64 45.99 75.29 122.35c2.11 3.44 7.41 1.94 7.41-2.1V150.53c0-3.11-3.39-5.03-6.06-3.43zm-93.41 18.72l81.53-48.7c2.53-1.52 2.6-5.16.13-6.78l-150.81-98.6c-7.19-4.11-15.12 4.08-10.78 11.14l79.93 142.94zm79.02 250.21L256 438.32v65.67c0 5.84 6.05 9.71 11.35 7.26l194.4-87.66c4.03-1.97 2.25-8.06-2.2-7.56zm-86.3-200.97l-108.63 190.1 208.26-22.07c5.83-.65 9.01-7.14 5.93-12.14L373.25 215.06zM240 208H139.57L240 383.75 340.43 208H240z\"]\n};\nvar faDiceD6 = {\n prefix: 'fas',\n iconName: 'dice-d6',\n icon: [448, 512, [], \"f6d1\", \"M422.19 109.95L256.21 9.07c-19.91-12.1-44.52-12.1-64.43 0L25.81 109.95c-5.32 3.23-5.29 11.27.06 14.46L224 242.55l198.14-118.14c5.35-3.19 5.38-11.22.05-14.46zm13.84 44.63L240 271.46v223.82c0 12.88 13.39 20.91 24.05 14.43l152.16-92.48c19.68-11.96 31.79-33.94 31.79-57.7v-197.7c0-6.41-6.64-10.43-11.97-7.25zM0 161.83v197.7c0 23.77 12.11 45.74 31.79 57.7l152.16 92.47c10.67 6.48 24.05-1.54 24.05-14.43V271.46L11.97 154.58C6.64 151.4 0 155.42 0 161.83z\"]\n};\nvar faDiceFive = {\n prefix: 'fas',\n iconName: 'dice-five',\n icon: [448, 512, [], \"f523\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm96 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm96 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDiceFour = {\n prefix: 'fas',\n iconName: 'dice-four',\n icon: [448, 512, [], \"f524\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm192 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDiceOne = {\n prefix: 'fas',\n iconName: 'dice-one',\n icon: [448, 512, [], \"f525\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM224 288c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDiceSix = {\n prefix: 'fas',\n iconName: 'dice-six',\n icon: [448, 512, [], \"f526\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm192 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDiceThree = {\n prefix: 'fas',\n iconName: 'dice-three',\n icon: [448, 512, [], \"f527\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm96 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm96 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDiceTwo = {\n prefix: 'fas',\n iconName: 'dice-two',\n icon: [448, 512, [], \"f528\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm192 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDigitalTachograph = {\n prefix: 'fas',\n iconName: 'digital-tachograph',\n icon: [640, 512, [], \"f566\", \"M608 96H32c-17.67 0-32 14.33-32 32v256c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V128c0-17.67-14.33-32-32-32zM304 352c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-8c0-4.42 3.58-8 8-8h224c4.42 0 8 3.58 8 8v8zM72 288v-16c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H80c-4.42 0-8-3.58-8-8zm64 0v-16c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm64 0v-16c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm64 0v-16c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm40-64c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-48c0-8.84 7.16-16 16-16h208c8.84 0 16 7.16 16 16v48zm272 128c0 4.42-3.58 8-8 8H344c-4.42 0-8-3.58-8-8v-8c0-4.42 3.58-8 8-8h224c4.42 0 8 3.58 8 8v8z\"]\n};\nvar faDirections = {\n prefix: 'fas',\n iconName: 'directions',\n icon: [512, 512, [], \"f5eb\", \"M502.61 233.32L278.68 9.39c-12.52-12.52-32.83-12.52-45.36 0L9.39 233.32c-12.52 12.53-12.52 32.83 0 45.36l223.93 223.93c12.52 12.53 32.83 12.53 45.36 0l223.93-223.93c12.52-12.53 12.52-32.83 0-45.36zm-100.98 12.56l-84.21 77.73c-5.12 4.73-13.43 1.1-13.43-5.88V264h-96v64c0 4.42-3.58 8-8 8h-32c-4.42 0-8-3.58-8-8v-80c0-17.67 14.33-32 32-32h112v-53.73c0-6.97 8.3-10.61 13.43-5.88l84.21 77.73c3.43 3.17 3.43 8.59 0 11.76z\"]\n};\nvar faDisease = {\n prefix: 'fas',\n iconName: 'disease',\n icon: [512, 512, [], \"f7fa\", \"M472.29 195.9l-67.06-23c-19.28-6.6-33.54-20.92-38.14-38.31l-16-60.45c-11.58-43.77-76.57-57.13-110-22.62L195 99.24c-13.26 13.71-33.54 20.93-54.2 19.31l-71.9-5.62c-52-4.07-86.93 44.89-59 82.84l38.54 52.42c11.08 15.07 12.82 33.86 4.64 50.24l-28.43 57C4 396.67 47.46 440.29 98.11 429.23l70-15.28c20.11-4.39 41.45 0 57.07 11.73l54.32 40.83c39.32 29.56 101 7.57 104.45-37.22l4.7-61.86c1.35-17.8 12.8-33.87 30.63-43l62-31.74c44.84-22.96 39.55-80.17-8.99-96.79zM160 256a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm128 96a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm16-128a16 16 0 1 1 16-16 16 16 0 0 1-16 16z\"]\n};\nvar faDivide = {\n prefix: 'fas',\n iconName: 'divide',\n icon: [448, 512, [], \"f529\", \"M224 352c-35.35 0-64 28.65-64 64s28.65 64 64 64 64-28.65 64-64-28.65-64-64-64zm0-192c35.35 0 64-28.65 64-64s-28.65-64-64-64-64 28.65-64 64 28.65 64 64 64zm192 48H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"]\n};\nvar faDizzy = {\n prefix: 'fas',\n iconName: 'dizzy',\n icon: [496, 512, [], \"f567\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-96 206.6l-28.7 28.7c-14.8 14.8-37.8-7.5-22.6-22.6l28.7-28.7-28.7-28.7c-15-15 7.7-37.6 22.6-22.6l28.7 28.7 28.7-28.7c15-15 37.6 7.7 22.6 22.6L174.6 192l28.7 28.7c15.2 15.2-7.9 37.4-22.6 22.6L152 214.6zM248 416c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm147.3-195.3c15.2 15.2-7.9 37.4-22.6 22.6L344 214.6l-28.7 28.7c-14.8 14.8-37.8-7.5-22.6-22.6l28.7-28.7-28.7-28.7c-15-15 7.7-37.6 22.6-22.6l28.7 28.7 28.7-28.7c15-15 37.6 7.7 22.6 22.6L366.6 192l28.7 28.7z\"]\n};\nvar faDna = {\n prefix: 'fas',\n iconName: 'dna',\n icon: [448, 512, [], \"f471\", \"M.1 494.1c-1.1 9.5 6.3 17.8 15.9 17.8l32.3.1c8.1 0 14.9-5.9 16-13.9.7-4.9 1.8-11.1 3.4-18.1H380c1.6 6.9 2.9 13.2 3.5 18.1 1.1 8 7.9 14 16 13.9l32.3-.1c9.6 0 17.1-8.3 15.9-17.8-4.6-37.9-25.6-129-118.9-207.7-17.6 12.4-37.1 24.2-58.5 35.4 6.2 4.6 11.4 9.4 17 14.2H159.7c21.3-18.1 47-35.6 78.7-51.4C410.5 199.1 442.1 65.8 447.9 17.9 449 8.4 441.6.1 432 .1L399.6 0c-8.1 0-14.9 5.9-16 13.9-.7 4.9-1.8 11.1-3.4 18.1H67.8c-1.6-7-2.7-13.1-3.4-18.1-1.1-8-7.9-14-16-13.9L16.1.1C6.5.1-1 8.4.1 17.9 5.3 60.8 31.4 171.8 160 256 31.5 340.2 5.3 451.2.1 494.1zM224 219.6c-25.1-13.7-46.4-28.4-64.3-43.6h128.5c-17.8 15.2-39.1 30-64.2 43.6zM355.1 96c-5.8 10.4-12.8 21.1-21 32H114c-8.3-10.9-15.3-21.6-21-32h262.1zM92.9 416c5.8-10.4 12.8-21.1 21-32h219.4c8.3 10.9 15.4 21.6 21.2 32H92.9z\"]\n};\nvar faDog = {\n prefix: 'fas',\n iconName: 'dog',\n icon: [576, 512, [], \"f6d3\", \"M298.06,224,448,277.55V496a16,16,0,0,1-16,16H368a16,16,0,0,1-16-16V384H192V496a16,16,0,0,1-16,16H112a16,16,0,0,1-16-16V282.09C58.84,268.84,32,233.66,32,192a32,32,0,0,1,64,0,32.06,32.06,0,0,0,32,32ZM544,112v32a64,64,0,0,1-64,64H448v35.58L320,197.87V48c0-14.25,17.22-21.39,27.31-11.31L374.59,64h53.63c10.91,0,23.75,7.92,28.62,17.69L464,96h64A16,16,0,0,1,544,112Zm-112,0a16,16,0,1,0-16,16A16,16,0,0,0,432,112Z\"]\n};\nvar faDollarSign = {\n prefix: 'fas',\n iconName: 'dollar-sign',\n icon: [288, 512, [], \"f155\", \"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"]\n};\nvar faDolly = {\n prefix: 'fas',\n iconName: 'dolly',\n icon: [576, 512, [], \"f472\", \"M294.2 277.7c18 5 34.7 13.4 49.5 24.7l161.5-53.8c8.4-2.8 12.9-11.9 10.1-20.2L454.9 47.2c-2.8-8.4-11.9-12.9-20.2-10.1l-61.1 20.4 33.1 99.4L346 177l-33.1-99.4-61.6 20.5c-8.4 2.8-12.9 11.9-10.1 20.2l53 159.4zm281 48.7L565 296c-2.8-8.4-11.9-12.9-20.2-10.1l-213.5 71.2c-17.2-22-43.6-36.4-73.5-37L158.4 21.9C154 8.8 141.8 0 128 0H16C7.2 0 0 7.2 0 16v32c0 8.8 7.2 16 16 16h88.9l92.2 276.7c-26.1 20.4-41.7 53.6-36 90.5 6.1 39.4 37.9 72.3 77.3 79.2 60.2 10.7 112.3-34.8 113.4-92.6l213.3-71.2c8.3-2.8 12.9-11.8 10.1-20.2zM256 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z\"]\n};\nvar faDollyFlatbed = {\n prefix: 'fas',\n iconName: 'dolly-flatbed',\n icon: [640, 512, [], \"f474\", \"M208 320h384c8.8 0 16-7.2 16-16V48c0-8.8-7.2-16-16-16H448v128l-48-32-48 32V32H208c-8.8 0-16 7.2-16 16v256c0 8.8 7.2 16 16 16zm416 64H128V16c0-8.8-7.2-16-16-16H16C7.2 0 0 7.2 0 16v32c0 8.8 7.2 16 16 16h48v368c0 8.8 7.2 16 16 16h82.9c-1.8 5-2.9 10.4-2.9 16 0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1.2-11-2.9-16H451c-1.8 5-2.9 10.4-2.9 16 0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1.2-11-2.9-16H624c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16z\"]\n};\nvar faDonate = {\n prefix: 'fas',\n iconName: 'donate',\n icon: [512, 512, [], \"f4b9\", \"M256 416c114.9 0 208-93.1 208-208S370.9 0 256 0 48 93.1 48 208s93.1 208 208 208zM233.8 97.4V80.6c0-9.2 7.4-16.6 16.6-16.6h11.1c9.2 0 16.6 7.4 16.6 16.6v17c15.5.8 30.5 6.1 43 15.4 5.6 4.1 6.2 12.3 1.2 17.1L306 145.6c-3.8 3.7-9.5 3.8-14 1-5.4-3.4-11.4-5.1-17.8-5.1h-38.9c-9 0-16.3 8.2-16.3 18.3 0 8.2 5 15.5 12.1 17.6l62.3 18.7c25.7 7.7 43.7 32.4 43.7 60.1 0 34-26.4 61.5-59.1 62.4v16.8c0 9.2-7.4 16.6-16.6 16.6h-11.1c-9.2 0-16.6-7.4-16.6-16.6v-17c-15.5-.8-30.5-6.1-43-15.4-5.6-4.1-6.2-12.3-1.2-17.1l16.3-15.5c3.8-3.7 9.5-3.8 14-1 5.4 3.4 11.4 5.1 17.8 5.1h38.9c9 0 16.3-8.2 16.3-18.3 0-8.2-5-15.5-12.1-17.6l-62.3-18.7c-25.7-7.7-43.7-32.4-43.7-60.1.1-34 26.4-61.5 59.1-62.4zM480 352h-32.5c-19.6 26-44.6 47.7-73 64h63.8c5.3 0 9.6 3.6 9.6 8v16c0 4.4-4.3 8-9.6 8H73.6c-5.3 0-9.6-3.6-9.6-8v-16c0-4.4 4.3-8 9.6-8h63.8c-28.4-16.3-53.3-38-73-64H32c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32v-96c0-17.7-14.3-32-32-32z\"]\n};\nvar faDoorClosed = {\n prefix: 'fas',\n iconName: 'door-closed',\n icon: [640, 512, [], \"f52a\", \"M624 448H512V50.8C512 22.78 490.47 0 464 0H175.99c-26.47 0-48 22.78-48 50.8V448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM415.99 288c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32c.01 17.67-14.32 32-32 32z\"]\n};\nvar faDoorOpen = {\n prefix: 'fas',\n iconName: 'door-open',\n icon: [640, 512, [], \"f52b\", \"M624 448h-80V113.45C544 86.19 522.47 64 496 64H384v64h96v384h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM312.24 1.01l-192 49.74C105.99 54.44 96 67.7 96 82.92V448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h336V33.18c0-21.58-19.56-37.41-39.76-32.17zM264 288c-13.25 0-24-14.33-24-32s10.75-32 24-32 24 14.33 24 32-10.75 32-24 32z\"]\n};\nvar faDotCircle = {\n prefix: 'fas',\n iconName: 'dot-circle',\n icon: [512, 512, [], \"f192\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"]\n};\nvar faDove = {\n prefix: 'fas',\n iconName: 'dove',\n icon: [512, 512, [], \"f4ba\", \"M288 167.2v-28.1c-28.2-36.3-47.1-79.3-54.1-125.2-2.1-13.5-19-18.8-27.8-8.3-21.1 24.9-37.7 54.1-48.9 86.5 34.2 38.3 80 64.6 130.8 75.1zM400 64c-44.2 0-80 35.9-80 80.1v59.4C215.6 197.3 127 133 87 41.8c-5.5-12.5-23.2-13.2-29-.9C41.4 76 32 115.2 32 156.6c0 70.8 34.1 136.9 85.1 185.9 13.2 12.7 26.1 23.2 38.9 32.8l-143.9 36C1.4 414-3.4 426.4 2.6 435.7 20 462.6 63 508.2 155.8 512c8 .3 16-2.6 22.1-7.9l65.2-56.1H320c88.4 0 160-71.5 160-159.9V128l32-64H400zm0 96.1c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z\"]\n};\nvar faDownload = {\n prefix: 'fas',\n iconName: 'download',\n icon: [512, 512, [], \"f019\", \"M216 0h80c13.3 0 24 10.7 24 24v168h87.7c17.8 0 26.7 21.5 14.1 34.1L269.7 378.3c-7.5 7.5-19.8 7.5-27.3 0L90.1 226.1c-12.6-12.6-3.7-34.1 14.1-34.1H192V24c0-13.3 10.7-24 24-24zm296 376v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h146.7l49 49c20.1 20.1 52.5 20.1 72.6 0l49-49H488c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z\"]\n};\nvar faDraftingCompass = {\n prefix: 'fas',\n iconName: 'drafting-compass',\n icon: [512, 512, [], \"f568\", \"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"]\n};\nvar faDragon = {\n prefix: 'fas',\n iconName: 'dragon',\n icon: [640, 512, [], \"f6d5\", \"M18.32 255.78L192 223.96l-91.28 68.69c-10.08 10.08-2.94 27.31 11.31 27.31h222.7c-9.44-26.4-14.73-54.47-14.73-83.38v-42.27l-119.73-87.6c-23.82-15.88-55.29-14.01-77.06 4.59L5.81 227.64c-12.38 10.33-3.45 30.42 12.51 28.14zm556.87 34.1l-100.66-50.31A47.992 47.992 0 0 1 448 196.65v-36.69h64l28.09 22.63c6 6 14.14 9.37 22.63 9.37h30.97a32 32 0 0 0 28.62-17.69l14.31-28.62a32.005 32.005 0 0 0-3.02-33.51l-74.53-99.38C553.02 4.7 543.54 0 533.47 0H296.02c-7.13 0-10.7 8.57-5.66 13.61L352 63.96 292.42 88.8c-5.9 2.95-5.9 11.36 0 14.31L352 127.96v108.62c0 72.08 36.03 139.39 96 179.38-195.59 6.81-344.56 41.01-434.1 60.91C5.78 478.67 0 485.88 0 494.2 0 504 7.95 512 17.76 512h499.08c63.29.01 119.61-47.56 122.99-110.76 2.52-47.28-22.73-90.4-64.64-111.36zM489.18 66.25l45.65 11.41c-2.75 10.91-12.47 18.89-24.13 18.26-12.96-.71-25.85-12.53-21.52-29.67z\"]\n};\nvar faDrawPolygon = {\n prefix: 'fas',\n iconName: 'draw-polygon',\n icon: [448, 512, [], \"f5ee\", \"M384 352c-.35 0-.67.1-1.02.1l-39.2-65.32c5.07-9.17 8.22-19.56 8.22-30.78s-3.14-21.61-8.22-30.78l39.2-65.32c.35.01.67.1 1.02.1 35.35 0 64-28.65 64-64s-28.65-64-64-64c-23.63 0-44.04 12.95-55.12 32H119.12C108.04 44.95 87.63 32 64 32 28.65 32 0 60.65 0 96c0 23.63 12.95 44.04 32 55.12v209.75C12.95 371.96 0 392.37 0 416c0 35.35 28.65 64 64 64 23.63 0 44.04-12.95 55.12-32h209.75c11.09 19.05 31.49 32 55.12 32 35.35 0 64-28.65 64-64 .01-35.35-28.64-64-63.99-64zm-288 8.88V151.12A63.825 63.825 0 0 0 119.12 128h208.36l-38.46 64.1c-.35-.01-.67-.1-1.02-.1-35.35 0-64 28.65-64 64s28.65 64 64 64c.35 0 .67-.1 1.02-.1l38.46 64.1H119.12A63.748 63.748 0 0 0 96 360.88zM272 256c0-8.82 7.18-16 16-16s16 7.18 16 16-7.18 16-16 16-16-7.18-16-16zM400 96c0 8.82-7.18 16-16 16s-16-7.18-16-16 7.18-16 16-16 16 7.18 16 16zM64 80c8.82 0 16 7.18 16 16s-7.18 16-16 16-16-7.18-16-16 7.18-16 16-16zM48 416c0-8.82 7.18-16 16-16s16 7.18 16 16-7.18 16-16 16-16-7.18-16-16zm336 16c-8.82 0-16-7.18-16-16s7.18-16 16-16 16 7.18 16 16-7.18 16-16 16z\"]\n};\nvar faDrum = {\n prefix: 'fas',\n iconName: 'drum',\n icon: [512, 512, [], \"f569\", \"M431.34 122.05l73.53-47.42a16 16 0 0 0 4.44-22.19l-8.87-13.31a16 16 0 0 0-22.19-4.44l-110.06 71C318.43 96.91 271.22 96 256 96 219.55 96 0 100.55 0 208.15v160.23c0 30.27 27.5 57.68 72 77.86v-101.9a24 24 0 1 1 48 0v118.93c33.05 9.11 71.07 15.06 112 16.73V376.39a24 24 0 1 1 48 0V480c40.93-1.67 78.95-7.62 112-16.73V344.34a24 24 0 1 1 48 0v101.9c44.5-20.18 72-47.59 72-77.86V208.15c0-43.32-35.76-69.76-80.66-86.1zM256 272.24c-114.88 0-208-28.69-208-64.09s93.12-64.08 208-64.08c17.15 0 33.73.71 49.68 1.91l-72.81 47a16 16 0 0 0-4.43 22.19l8.87 13.31a16 16 0 0 0 22.19 4.44l118.64-76.52C430.09 168 464 186.84 464 208.15c0 35.4-93.13 64.09-208 64.09z\"]\n};\nvar faDrumSteelpan = {\n prefix: 'fas',\n iconName: 'drum-steelpan',\n icon: [576, 512, [], \"f56a\", \"M288 32C128.94 32 0 89.31 0 160v192c0 70.69 128.94 128 288 128s288-57.31 288-128V160c0-70.69-128.94-128-288-128zm-82.99 158.36c-4.45 16.61-14.54 30.57-28.31 40.48C100.23 217.46 48 190.78 48 160c0-30.16 50.11-56.39 124.04-70.03l25.6 44.34c9.86 17.09 12.48 36.99 7.37 56.05zM288 240c-21.08 0-41.41-1-60.89-2.7 8.06-26.13 32.15-45.3 60.89-45.3s52.83 19.17 60.89 45.3C329.41 239 309.08 240 288 240zm64-144c0 35.29-28.71 64-64 64s-64-28.71-64-64V82.96c20.4-1.88 41.8-2.96 64-2.96s43.6 1.08 64 2.96V96zm46.93 134.9c-13.81-9.91-23.94-23.9-28.4-40.54-5.11-19.06-2.49-38.96 7.38-56.04l25.65-44.42C477.72 103.5 528 129.79 528 160c0 30.83-52.4 57.54-129.07 70.9z\"]\n};\nvar faDrumstickBite = {\n prefix: 'fas',\n iconName: 'drumstick-bite',\n icon: [512, 512, [], \"f6d7\", \"M462.8 49.57a169.44 169.44 0 0 0-239.5 0C187.82 85 160.13 128 160.13 192v85.83l-40.62 40.59c-9.7 9.69-24 11.07-36.78 6a60.33 60.33 0 0 0-65 98.72C33 438.39 54.24 442.7 73.85 438.21c-4.5 19.6-.18 40.83 15.1 56.1a60.35 60.35 0 0 0 98.8-65c-5.09-12.73-3.72-27 6-36.75L234.36 352h85.89a187.87 187.87 0 0 0 61.89-10c-39.64-43.89-39.83-110.23 1.05-151.07 34.38-34.36 86.76-39.46 128.74-16.8 1.3-44.96-14.81-90.28-49.13-124.56z\"]\n};\nvar faDumbbell = {\n prefix: 'fas',\n iconName: 'dumbbell',\n icon: [640, 512, [], \"f44b\", \"M104 96H56c-13.3 0-24 10.7-24 24v104H8c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h24v104c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V120c0-13.3-10.7-24-24-24zm528 128h-24V120c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24v272c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V288h24c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM456 32h-48c-13.3 0-24 10.7-24 24v168H256V56c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24v400c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V288h128v168c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24z\"]\n};\nvar faDumpster = {\n prefix: 'fas',\n iconName: 'dumpster',\n icon: [576, 512, [], \"f793\", \"M560 160c10.4 0 18-9.8 15.5-19.9l-24-96C549.7 37 543.3 32 536 32h-98.9l25.6 128H560zM272 32H171.5l-25.6 128H272V32zm132.5 0H304v128h126.1L404.5 32zM16 160h97.3l25.6-128H40c-7.3 0-13.7 5-15.5 12.1l-24 96C-2 150.2 5.6 160 16 160zm544 64h-20l4-32H32l4 32H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h28l20 160v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h320v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16l20-160h28c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16z\"]\n};\nvar faDumpsterFire = {\n prefix: 'fas',\n iconName: 'dumpster-fire',\n icon: [640, 512, [], \"f794\", \"M418.7 104.1l.2-.2-14.4-72H304v128h60.8c16.2-19.3 34.2-38.2 53.9-55.8zM272 32H171.5l-25.6 128H272V32zm189.3 72.1c18.2 16.3 35.5 33.7 51.1 51.5 5.7-5.6 11.4-11.1 17.3-16.3l21.3-19 21.3 19c1.1.9 2.1 2.1 3.1 3.1-.1-.8.2-1.5 0-2.3l-24-96C549.7 37 543.3 32 536 32h-98.9l12.3 61.5 11.9 10.6zM16 160h97.3l25.6-128H40c-7.3 0-13.7 5-15.5 12.1l-24 96C-2 150.2 5.6 160 16 160zm324.6 32H32l4 32H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h28l20 160v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h208.8c-30.2-33.7-48.8-77.9-48.8-126.4 0-35.9 19.9-82.9 52.6-129.6zm210.5-28.8c-14.9 13.3-28.3 27.2-40.2 41.2-19.5-25.8-43.6-52-71-76.4-70.2 62.7-120 144.3-120 193.6 0 87.5 71.6 158.4 160 158.4s160-70.9 160-158.4c.1-36.6-37-112.2-88.8-158.4zm-18.6 229.4c-14.7 10.7-32.9 17-52.5 17-49 0-88.9-33.5-88.9-88 0-27.1 16.5-51 49.4-91.9 4.7 5.6 67.1 88.1 67.1 88.1l39.8-47c2.8 4.8 5.4 9.5 7.7 14 18.6 36.7 10.8 83.6-22.6 107.8z\"]\n};\nvar faDungeon = {\n prefix: 'fas',\n iconName: 'dungeon',\n icon: [512, 512, [], \"f6d9\", \"M128.73 195.32l-82.81-51.76c-8.04-5.02-18.99-2.17-22.93 6.45A254.19 254.19 0 0 0 .54 239.28C-.05 248.37 7.59 256 16.69 256h97.13c7.96 0 14.08-6.25 15.01-14.16 1.09-9.33 3.24-18.33 6.24-26.94 2.56-7.34.25-15.46-6.34-19.58zM319.03 8C298.86 2.82 277.77 0 256 0s-42.86 2.82-63.03 8c-9.17 2.35-13.91 12.6-10.39 21.39l37.47 104.03A16.003 16.003 0 0 0 235.1 144h41.8c6.75 0 12.77-4.23 15.05-10.58l37.47-104.03c3.52-8.79-1.22-19.03-10.39-21.39zM112 288H16c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h96c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm0 128H16c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h96c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm77.31-283.67l-36.32-90.8c-3.53-8.83-14.13-12.99-22.42-8.31a257.308 257.308 0 0 0-71.61 59.89c-6.06 7.32-3.85 18.48 4.22 23.52l82.93 51.83c6.51 4.07 14.66 2.62 20.11-2.79 5.18-5.15 10.79-9.85 16.79-14.05 6.28-4.41 9.15-12.17 6.3-19.29zM398.18 256h97.13c9.1 0 16.74-7.63 16.15-16.72a254.135 254.135 0 0 0-22.45-89.27c-3.94-8.62-14.89-11.47-22.93-6.45l-82.81 51.76c-6.59 4.12-8.9 12.24-6.34 19.58 3.01 8.61 5.15 17.62 6.24 26.94.93 7.91 7.05 14.16 15.01 14.16zm54.85-162.89a257.308 257.308 0 0 0-71.61-59.89c-8.28-4.68-18.88-.52-22.42 8.31l-36.32 90.8c-2.85 7.12.02 14.88 6.3 19.28 6 4.2 11.61 8.9 16.79 14.05 5.44 5.41 13.6 6.86 20.11 2.79l82.93-51.83c8.07-5.03 10.29-16.19 4.22-23.51zM496 288h-96c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h96c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm0 128h-96c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h96c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zM240 177.62V472c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8V177.62c-5.23-.89-10.52-1.62-16-1.62s-10.77.73-16 1.62zm-64 41.51V472c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8V189.36c-12.78 7.45-23.84 17.47-32 29.77zm128-29.77V472c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8V219.13c-8.16-12.3-19.22-22.32-32-29.77z\"]\n};\nvar faEdit = {\n prefix: 'fas',\n iconName: 'edit',\n icon: [576, 512, [], \"f044\", \"M402.6 83.2l90.2 90.2c3.8 3.8 3.8 10 0 13.8L274.4 405.6l-92.8 10.3c-12.4 1.4-22.9-9.1-21.5-21.5l10.3-92.8L388.8 83.2c3.8-3.8 10-3.8 13.8 0zm162-22.9l-48.8-48.8c-15.2-15.2-39.9-15.2-55.2 0l-35.4 35.4c-3.8 3.8-3.8 10 0 13.8l90.2 90.2c3.8 3.8 10 3.8 13.8 0l35.4-35.4c15.2-15.3 15.2-40 0-55.2zM384 346.2V448H64V128h229.8c3.2 0 6.2-1.3 8.5-3.5l40-40c7.6-7.6 2.2-20.5-8.5-20.5H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V306.2c0-10.7-12.9-16-20.5-8.5l-40 40c-2.2 2.3-3.5 5.3-3.5 8.5z\"]\n};\nvar faEgg = {\n prefix: 'fas',\n iconName: 'egg',\n icon: [384, 512, [], \"f7fb\", \"M192 0C86 0 0 214 0 320s86 192 192 192 192-86 192-192S298 0 192 0z\"]\n};\nvar faEject = {\n prefix: 'fas',\n iconName: 'eject',\n icon: [448, 512, [], \"f052\", \"M448 384v64c0 17.673-14.327 32-32 32H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h384c17.673 0 32 14.327 32 32zM48.053 320h351.886c41.651 0 63.581-49.674 35.383-80.435L259.383 47.558c-19.014-20.743-51.751-20.744-70.767 0L12.67 239.565C-15.475 270.268 6.324 320 48.053 320z\"]\n};\nvar faEllipsisH = {\n prefix: 'fas',\n iconName: 'ellipsis-h',\n icon: [512, 512, [], \"f141\", \"M328 256c0 39.8-32.2 72-72 72s-72-32.2-72-72 32.2-72 72-72 72 32.2 72 72zm104-72c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72zm-352 0c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72z\"]\n};\nvar faEllipsisV = {\n prefix: 'fas',\n iconName: 'ellipsis-v',\n icon: [192, 512, [], \"f142\", \"M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z\"]\n};\nvar faEnvelope = {\n prefix: 'fas',\n iconName: 'envelope',\n icon: [512, 512, [], \"f0e0\", \"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"]\n};\nvar faEnvelopeOpen = {\n prefix: 'fas',\n iconName: 'envelope-open',\n icon: [512, 512, [], \"f2b6\", \"M512 464c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V200.724a48 48 0 0 1 18.387-37.776c24.913-19.529 45.501-35.365 164.2-121.511C199.412 29.17 232.797-.347 256 .003c23.198-.354 56.596 29.172 73.413 41.433 118.687 86.137 139.303 101.995 164.2 121.512A48 48 0 0 1 512 200.724V464zm-65.666-196.605c-2.563-3.728-7.7-4.595-11.339-1.907-22.845 16.873-55.462 40.705-105.582 77.079-16.825 12.266-50.21 41.781-73.413 41.43-23.211.344-56.559-29.143-73.413-41.43-50.114-36.37-82.734-60.204-105.582-77.079-3.639-2.688-8.776-1.821-11.339 1.907l-9.072 13.196a7.998 7.998 0 0 0 1.839 10.967c22.887 16.899 55.454 40.69 105.303 76.868 20.274 14.781 56.524 47.813 92.264 47.573 35.724.242 71.961-32.771 92.263-47.573 49.85-36.179 82.418-59.97 105.303-76.868a7.998 7.998 0 0 0 1.839-10.967l-9.071-13.196z\"]\n};\nvar faEnvelopeOpenText = {\n prefix: 'fas',\n iconName: 'envelope-open-text',\n icon: [512, 512, [], \"f658\", \"M176 216h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16H176c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16zm-16 80c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16H176c-8.84 0-16 7.16-16 16v16zm96 121.13c-16.42 0-32.84-5.06-46.86-15.19L0 250.86V464c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V250.86L302.86 401.94c-14.02 10.12-30.44 15.19-46.86 15.19zm237.61-254.18c-8.85-6.94-17.24-13.47-29.61-22.81V96c0-26.51-21.49-48-48-48h-77.55c-3.04-2.2-5.87-4.26-9.04-6.56C312.6 29.17 279.2-.35 256 0c-23.2-.35-56.59 29.17-73.41 41.44-3.17 2.3-6 4.36-9.04 6.56H96c-26.51 0-48 21.49-48 48v44.14c-12.37 9.33-20.76 15.87-29.61 22.81A47.995 47.995 0 0 0 0 200.72v10.65l96 69.35V96h320v184.72l96-69.35v-10.65c0-14.74-6.78-28.67-18.39-37.77z\"]\n};\nvar faEnvelopeSquare = {\n prefix: 'fas',\n iconName: 'envelope-square',\n icon: [448, 512, [], \"f199\", \"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM178.117 262.104C87.429 196.287 88.353 196.121 64 177.167V152c0-13.255 10.745-24 24-24h272c13.255 0 24 10.745 24 24v25.167c-24.371 18.969-23.434 19.124-114.117 84.938-10.5 7.655-31.392 26.12-45.883 25.894-14.503.218-35.367-18.227-45.883-25.895zM384 217.775V360c0 13.255-10.745 24-24 24H88c-13.255 0-24-10.745-24-24V217.775c13.958 10.794 33.329 25.236 95.303 70.214 14.162 10.341 37.975 32.145 64.694 32.01 26.887.134 51.037-22.041 64.72-32.025 61.958-44.965 81.325-59.406 95.283-70.199z\"]\n};\nvar faEquals = {\n prefix: 'fas',\n iconName: 'equals',\n icon: [448, 512, [], \"f52c\", \"M416 304H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32zm0-192H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"]\n};\nvar faEraser = {\n prefix: 'fas',\n iconName: 'eraser',\n icon: [512, 512, [], \"f12d\", \"M497.941 273.941c18.745-18.745 18.745-49.137 0-67.882l-160-160c-18.745-18.745-49.136-18.746-67.883 0l-256 256c-18.745 18.745-18.745 49.137 0 67.882l96 96A48.004 48.004 0 0 0 144 480h356c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12H355.883l142.058-142.059zm-302.627-62.627l137.373 137.373L265.373 416H150.628l-80-80 124.686-124.686z\"]\n};\nvar faEthernet = {\n prefix: 'fas',\n iconName: 'ethernet',\n icon: [512, 512, [], \"f796\", \"M496 192h-48v-48c0-8.8-7.2-16-16-16h-48V80c0-8.8-7.2-16-16-16H144c-8.8 0-16 7.2-16 16v48H80c-8.8 0-16 7.2-16 16v48H16c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16h80V320h32v128h64V320h32v128h64V320h32v128h64V320h32v128h80c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16z\"]\n};\nvar faEuroSign = {\n prefix: 'fas',\n iconName: 'euro-sign',\n icon: [320, 512, [], \"f153\", \"M310.706 413.765c-1.314-6.63-7.835-10.872-14.424-9.369-10.692 2.439-27.422 5.413-45.426 5.413-56.763 0-101.929-34.79-121.461-85.449h113.689a12 12 0 0 0 11.708-9.369l6.373-28.36c1.686-7.502-4.019-14.631-11.708-14.631H115.22c-1.21-14.328-1.414-28.287.137-42.245H261.95a12 12 0 0 0 11.723-9.434l6.512-29.755c1.638-7.484-4.061-14.566-11.723-14.566H130.184c20.633-44.991 62.69-75.03 117.619-75.03 14.486 0 28.564 2.25 37.851 4.145 6.216 1.268 12.347-2.498 14.002-8.623l11.991-44.368c1.822-6.741-2.465-13.616-9.326-14.917C290.217 34.912 270.71 32 249.635 32 152.451 32 74.03 92.252 45.075 176H12c-6.627 0-12 5.373-12 12v29.755c0 6.627 5.373 12 12 12h21.569c-1.009 13.607-1.181 29.287-.181 42.245H12c-6.627 0-12 5.373-12 12v28.36c0 6.627 5.373 12 12 12h30.114C67.139 414.692 145.264 480 249.635 480c26.301 0 48.562-4.544 61.101-7.788 6.167-1.595 10.027-7.708 8.788-13.957l-8.818-44.49z\"]\n};\nvar faExchangeAlt = {\n prefix: 'fas',\n iconName: 'exchange-alt',\n icon: [512, 512, [], \"f362\", \"M0 168v-16c0-13.255 10.745-24 24-24h360V80c0-21.367 25.899-32.042 40.971-16.971l80 80c9.372 9.373 9.372 24.569 0 33.941l-80 80C409.956 271.982 384 261.456 384 240v-48H24c-13.255 0-24-10.745-24-24zm488 152H128v-48c0-21.314-25.862-32.08-40.971-16.971l-80 80c-9.372 9.373-9.372 24.569 0 33.941l80 80C102.057 463.997 128 453.437 128 432v-48h360c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24z\"]\n};\nvar faExclamation = {\n prefix: 'fas',\n iconName: 'exclamation',\n icon: [192, 512, [], \"f12a\", \"M176 432c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zM25.26 25.199l13.6 272C39.499 309.972 50.041 320 62.83 320h66.34c12.789 0 23.331-10.028 23.97-22.801l13.6-272C167.425 11.49 156.496 0 142.77 0H49.23C35.504 0 24.575 11.49 25.26 25.199z\"]\n};\nvar faExclamationCircle = {\n prefix: 'fas',\n iconName: 'exclamation-circle',\n icon: [512, 512, [], \"f06a\", \"M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z\"]\n};\nvar faExclamationTriangle = {\n prefix: 'fas',\n iconName: 'exclamation-triangle',\n icon: [576, 512, [], \"f071\", \"M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z\"]\n};\nvar faExpand = {\n prefix: 'fas',\n iconName: 'expand',\n icon: [448, 512, [], \"f065\", \"M0 180V56c0-13.3 10.7-24 24-24h124c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H64v84c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12zM288 44v40c0 6.6 5.4 12 12 12h84v84c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12V56c0-13.3-10.7-24-24-24H300c-6.6 0-12 5.4-12 12zm148 276h-40c-6.6 0-12 5.4-12 12v84h-84c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h124c13.3 0 24-10.7 24-24V332c0-6.6-5.4-12-12-12zM160 468v-40c0-6.6-5.4-12-12-12H64v-84c0-6.6-5.4-12-12-12H12c-6.6 0-12 5.4-12 12v124c0 13.3 10.7 24 24 24h124c6.6 0 12-5.4 12-12z\"]\n};\nvar faExpandAlt = {\n prefix: 'fas',\n iconName: 'expand-alt',\n icon: [448, 512, [], \"f424\", \"M212.686 315.314L120 408l32.922 31.029c15.12 15.12 4.412 40.971-16.97 40.971h-112C10.697 480 0 469.255 0 456V344c0-21.382 25.803-32.09 40.922-16.971L72 360l92.686-92.686c6.248-6.248 16.379-6.248 22.627 0l25.373 25.373c6.249 6.248 6.249 16.378 0 22.627zm22.628-118.628L328 104l-32.922-31.029C279.958 57.851 290.666 32 312.048 32h112C437.303 32 448 42.745 448 56v112c0 21.382-25.803 32.09-40.922 16.971L376 152l-92.686 92.686c-6.248 6.248-16.379 6.248-22.627 0l-25.373-25.373c-6.249-6.248-6.249-16.378 0-22.627z\"]\n};\nvar faExpandArrowsAlt = {\n prefix: 'fas',\n iconName: 'expand-arrows-alt',\n icon: [448, 512, [], \"f31e\", \"M448 344v112a23.94 23.94 0 0 1-24 24H312c-21.39 0-32.09-25.9-17-41l36.2-36.2L224 295.6 116.77 402.9 153 439c15.09 15.1 4.39 41-17 41H24a23.94 23.94 0 0 1-24-24V344c0-21.4 25.89-32.1 41-17l36.19 36.2L184.46 256 77.18 148.7 41 185c-15.1 15.1-41 4.4-41-17V56a23.94 23.94 0 0 1 24-24h112c21.39 0 32.09 25.9 17 41l-36.2 36.2L224 216.4l107.23-107.3L295 73c-15.09-15.1-4.39-41 17-41h112a23.94 23.94 0 0 1 24 24v112c0 21.4-25.89 32.1-41 17l-36.19-36.2L263.54 256l107.28 107.3L407 327.1c15.1-15.2 41-4.5 41 16.9z\"]\n};\nvar faExternalLinkAlt = {\n prefix: 'fas',\n iconName: 'external-link-alt',\n icon: [512, 512, [], \"f35d\", \"M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z\"]\n};\nvar faExternalLinkSquareAlt = {\n prefix: 'fas',\n iconName: 'external-link-square-alt',\n icon: [448, 512, [], \"f360\", \"M448 80v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48zm-88 16H248.029c-21.313 0-32.08 25.861-16.971 40.971l31.984 31.987L67.515 364.485c-4.686 4.686-4.686 12.284 0 16.971l31.029 31.029c4.687 4.686 12.285 4.686 16.971 0l195.526-195.526 31.988 31.991C358.058 263.977 384 253.425 384 231.979V120c0-13.255-10.745-24-24-24z\"]\n};\nvar faEye = {\n prefix: 'fas',\n iconName: 'eye',\n icon: [576, 512, [], \"f06e\", \"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"]\n};\nvar faEyeDropper = {\n prefix: 'fas',\n iconName: 'eye-dropper',\n icon: [512, 512, [], \"f1fb\", \"M50.75 333.25c-12 12-18.75 28.28-18.75 45.26V424L0 480l32 32 56-32h45.49c16.97 0 33.25-6.74 45.25-18.74l126.64-126.62-128-128L50.75 333.25zM483.88 28.12c-37.47-37.5-98.28-37.5-135.75 0l-77.09 77.09-13.1-13.1c-9.44-9.44-24.65-9.31-33.94 0l-40.97 40.97c-9.37 9.37-9.37 24.57 0 33.94l161.94 161.94c9.44 9.44 24.65 9.31 33.94 0L419.88 288c9.37-9.37 9.37-24.57 0-33.94l-13.1-13.1 77.09-77.09c37.51-37.48 37.51-98.26.01-135.75z\"]\n};\nvar faEyeSlash = {\n prefix: 'fas',\n iconName: 'eye-slash',\n icon: [640, 512, [], \"f070\", \"M320 400c-75.85 0-137.25-58.71-142.9-133.11L72.2 185.82c-13.79 17.3-26.48 35.59-36.72 55.59a32.35 32.35 0 0 0 0 29.19C89.71 376.41 197.07 448 320 448c26.91 0 52.87-4 77.89-10.46L346 397.39a144.13 144.13 0 0 1-26 2.61zm313.82 58.1l-110.55-85.44a331.25 331.25 0 0 0 81.25-102.07 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64a308.15 308.15 0 0 0-147.32 37.7L45.46 3.37A16 16 0 0 0 23 6.18L3.37 31.45A16 16 0 0 0 6.18 53.9l588.36 454.73a16 16 0 0 0 22.46-2.81l19.64-25.27a16 16 0 0 0-2.82-22.45zm-183.72-142l-39.3-30.38A94.75 94.75 0 0 0 416 256a94.76 94.76 0 0 0-121.31-92.21A47.65 47.65 0 0 1 304 192a46.64 46.64 0 0 1-1.54 10l-73.61-56.89A142.31 142.31 0 0 1 320 112a143.92 143.92 0 0 1 144 144c0 21.63-5.29 41.79-13.9 60.11z\"]\n};\nvar faFan = {\n prefix: 'fas',\n iconName: 'fan',\n icon: [512, 512, [], \"f863\", \"M352.57 128c-28.09 0-54.09 4.52-77.06 12.86l12.41-123.11C289 7.31 279.81-1.18 269.33.13 189.63 10.13 128 77.64 128 159.43c0 28.09 4.52 54.09 12.86 77.06L17.75 224.08C7.31 223-1.18 232.19.13 242.67c10 79.7 77.51 141.33 159.3 141.33 28.09 0 54.09-4.52 77.06-12.86l-12.41 123.11c-1.05 10.43 8.11 18.93 18.59 17.62 79.7-10 141.33-77.51 141.33-159.3 0-28.09-4.52-54.09-12.86-77.06l123.11 12.41c10.44 1.05 18.93-8.11 17.62-18.59-10-79.7-77.51-141.33-159.3-141.33zM256 288a32 32 0 1 1 32-32 32 32 0 0 1-32 32z\"]\n};\nvar faFastBackward = {\n prefix: 'fas',\n iconName: 'fast-backward',\n icon: [512, 512, [], \"f049\", \"M0 436V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v151.9L235.5 71.4C256.1 54.3 288 68.6 288 96v131.9L459.5 71.4C480.1 54.3 512 68.6 512 96v320c0 27.4-31.9 41.7-52.5 24.6L288 285.3V416c0 27.4-31.9 41.7-52.5 24.6L64 285.3V436c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12z\"]\n};\nvar faFastForward = {\n prefix: 'fas',\n iconName: 'fast-forward',\n icon: [512, 512, [], \"f050\", \"M512 76v360c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V284.1L276.5 440.6c-20.6 17.2-52.5 2.8-52.5-24.6V284.1L52.5 440.6C31.9 457.8 0 443.4 0 416V96c0-27.4 31.9-41.7 52.5-24.6L224 226.8V96c0-27.4 31.9-41.7 52.5-24.6L448 226.8V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12z\"]\n};\nvar faFaucet = {\n prefix: 'fas',\n iconName: 'faucet',\n icon: [512, 512, [], \"e005\", \"M352,256H313.39c-15.71-13.44-35.46-23.07-57.39-28V180.44l-32-3.38-32,3.38V228c-21.93,5-41.68,14.6-57.39,28H16A16,16,0,0,0,0,272v96a16,16,0,0,0,16,16h92.79C129.38,421.73,173,448,224,448s94.62-26.27,115.21-64H352a32,32,0,0,1,32,32,32,32,0,0,0,32,32h64a32,32,0,0,0,32-32A160,160,0,0,0,352,256ZM81.59,159.91l142.41-15,142.41,15c9.42,1,17.59-6.81,17.59-16.8V112.89c0-10-8.17-17.8-17.59-16.81L256,107.74V80a16,16,0,0,0-16-16H208a16,16,0,0,0-16,16v27.74L81.59,96.08C72.17,95.09,64,102.9,64,112.89v30.22C64,153.1,72.17,160.91,81.59,159.91Z\"]\n};\nvar faFax = {\n prefix: 'fas',\n iconName: 'fax',\n icon: [512, 512, [], \"f1ac\", \"M480 160V77.25a32 32 0 0 0-9.38-22.63L425.37 9.37A32 32 0 0 0 402.75 0H160a32 32 0 0 0-32 32v448a32 32 0 0 0 32 32h320a32 32 0 0 0 32-32V192a32 32 0 0 0-32-32zM288 432a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32a16 16 0 0 1 16 16zm0-128a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32a16 16 0 0 1 16 16zm128 128a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32a16 16 0 0 1 16 16zm0-128a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32a16 16 0 0 1 16 16zm0-112H192V64h160v48a16 16 0 0 0 16 16h48zM64 128H32a32 32 0 0 0-32 32v320a32 32 0 0 0 32 32h32a32 32 0 0 0 32-32V160a32 32 0 0 0-32-32z\"]\n};\nvar faFeather = {\n prefix: 'fas',\n iconName: 'feather',\n icon: [512, 512, [], \"f52d\", \"M467.14 44.84c-62.55-62.48-161.67-64.78-252.28 25.73-78.61 78.52-60.98 60.92-85.75 85.66-60.46 60.39-70.39 150.83-63.64 211.17l178.44-178.25c6.26-6.25 16.4-6.25 22.65 0s6.25 16.38 0 22.63L7.04 471.03c-9.38 9.37-9.38 24.57 0 33.94 9.38 9.37 24.6 9.37 33.98 0l66.1-66.03C159.42 454.65 279 457.11 353.95 384h-98.19l147.57-49.14c49.99-49.93 36.38-36.18 46.31-46.86h-97.78l131.54-43.8c45.44-74.46 34.31-148.84-16.26-199.36z\"]\n};\nvar faFeatherAlt = {\n prefix: 'fas',\n iconName: 'feather-alt',\n icon: [512, 512, [], \"f56b\", \"M512 0C460.22 3.56 96.44 38.2 71.01 287.61c-3.09 26.66-4.84 53.44-5.99 80.24l178.87-178.69c6.25-6.25 16.4-6.25 22.65 0s6.25 16.38 0 22.63L7.04 471.03c-9.38 9.37-9.38 24.57 0 33.94 9.38 9.37 24.59 9.37 33.98 0l57.13-57.07c42.09-.14 84.15-2.53 125.96-7.36 53.48-5.44 97.02-26.47 132.58-56.54H255.74l146.79-48.88c11.25-14.89 21.37-30.71 30.45-47.12h-81.14l106.54-53.21C500.29 132.86 510.19 26.26 512 0z\"]\n};\nvar faFemale = {\n prefix: 'fas',\n iconName: 'female',\n icon: [256, 512, [], \"f182\", \"M128 0c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64S92.654 0 128 0m119.283 354.179l-48-192A24 24 0 0 0 176 144h-11.36c-22.711 10.443-49.59 10.894-73.28 0H80a24 24 0 0 0-23.283 18.179l-48 192C4.935 369.305 16.383 384 32 384h56v104c0 13.255 10.745 24 24 24h32c13.255 0 24-10.745 24-24V384h56c15.591 0 27.071-14.671 23.283-29.821z\"]\n};\nvar faFighterJet = {\n prefix: 'fas',\n iconName: 'fighter-jet',\n icon: [640, 512, [], \"f0fb\", \"M544 224l-128-16-48-16h-24L227.158 44h39.509C278.333 44 288 41.375 288 38s-9.667-6-21.333-6H152v12h16v164h-48l-66.667-80H18.667L8 138.667V208h8v16h48v2.666l-64 8v42.667l64 8V288H16v16H8v69.333L18.667 384h34.667L120 304h48v164h-16v12h114.667c11.667 0 21.333-2.625 21.333-6s-9.667-6-21.333-6h-39.509L344 320h24l48-16 128-16c96-21.333 96-26.583 96-32 0-5.417 0-10.667-96-32z\"]\n};\nvar faFile = {\n prefix: 'fas',\n iconName: 'file',\n icon: [384, 512, [], \"f15b\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm160-14.1v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFileAlt = {\n prefix: 'fas',\n iconName: 'file-alt',\n icon: [384, 512, [], \"f15c\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm64 236c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12v8zm0-64c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12v8zm0-72v8c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm96-114.1v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFileArchive = {\n prefix: 'fas',\n iconName: 'file-archive',\n icon: [384, 512, [], \"f1c6\", \"M377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zM128.4 336c-17.9 0-32.4 12.1-32.4 27 0 15 14.6 27 32.5 27s32.4-12.1 32.4-27-14.6-27-32.5-27zM224 136V0h-63.6v32h-32V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM95.9 32h32v32h-32zm32.3 384c-33.2 0-58-30.4-51.4-62.9L96.4 256v-32h32v-32h-32v-32h32v-32h-32V96h32V64h32v32h-32v32h32v32h-32v32h32v32h-32v32h22.1c5.7 0 10.7 4.1 11.8 9.7l17.3 87.7c6.4 32.4-18.4 62.6-51.4 62.6z\"]\n};\nvar faFileAudio = {\n prefix: 'fas',\n iconName: 'file-audio',\n icon: [384, 512, [], \"f1c7\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm-64 268c0 10.7-12.9 16-20.5 8.5L104 376H76c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h28l35.5-36.5c7.6-7.6 20.5-2.2 20.5 8.5v136zm33.2-47.6c9.1-9.3 9.1-24.1 0-33.4-22.1-22.8 12.2-56.2 34.4-33.5 27.2 27.9 27.2 72.4 0 100.4-21.8 22.3-56.9-10.4-34.4-33.5zm86-117.1c54.4 55.9 54.4 144.8 0 200.8-21.8 22.4-57-10.3-34.4-33.5 36.2-37.2 36.3-96.5 0-133.8-22.1-22.8 12.3-56.3 34.4-33.5zM384 121.9v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFileCode = {\n prefix: 'fas',\n iconName: 'file-code',\n icon: [384, 512, [], \"f1c9\", \"M384 121.941V128H256V0h6.059c6.365 0 12.47 2.529 16.971 7.029l97.941 97.941A24.005 24.005 0 0 1 384 121.941zM248 160c-13.2 0-24-10.8-24-24V0H24C10.745 0 0 10.745 0 24v464c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V160H248zM123.206 400.505a5.4 5.4 0 0 1-7.633.246l-64.866-60.812a5.4 5.4 0 0 1 0-7.879l64.866-60.812a5.4 5.4 0 0 1 7.633.246l19.579 20.885a5.4 5.4 0 0 1-.372 7.747L101.65 336l40.763 35.874a5.4 5.4 0 0 1 .372 7.747l-19.579 20.884zm51.295 50.479l-27.453-7.97a5.402 5.402 0 0 1-3.681-6.692l61.44-211.626a5.402 5.402 0 0 1 6.692-3.681l27.452 7.97a5.4 5.4 0 0 1 3.68 6.692l-61.44 211.626a5.397 5.397 0 0 1-6.69 3.681zm160.792-111.045l-64.866 60.812a5.4 5.4 0 0 1-7.633-.246l-19.58-20.885a5.4 5.4 0 0 1 .372-7.747L284.35 336l-40.763-35.874a5.4 5.4 0 0 1-.372-7.747l19.58-20.885a5.4 5.4 0 0 1 7.633-.246l64.866 60.812a5.4 5.4 0 0 1-.001 7.879z\"]\n};\nvar faFileContract = {\n prefix: 'fas',\n iconName: 'file-contract',\n icon: [384, 512, [], \"f56c\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM64 72c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8V72zm0 64c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zm192.81 248H304c8.84 0 16 7.16 16 16s-7.16 16-16 16h-47.19c-16.45 0-31.27-9.14-38.64-23.86-2.95-5.92-8.09-6.52-10.17-6.52s-7.22.59-10.02 6.19l-7.67 15.34a15.986 15.986 0 0 1-14.31 8.84c-.38 0-.75-.02-1.14-.05-6.45-.45-12-4.75-14.03-10.89L144 354.59l-10.61 31.88c-5.89 17.66-22.38 29.53-41 29.53H80c-8.84 0-16-7.16-16-16s7.16-16 16-16h12.39c4.83 0 9.11-3.08 10.64-7.66l18.19-54.64c3.3-9.81 12.44-16.41 22.78-16.41s19.48 6.59 22.77 16.41l13.88 41.64c19.77-16.19 54.05-9.7 66 14.16 2.02 4.06 5.96 6.5 10.16 6.5zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"]\n};\nvar faFileCsv = {\n prefix: 'fas',\n iconName: 'file-csv',\n icon: [384, 512, [], \"f6dd\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm-96 144c0 4.42-3.58 8-8 8h-8c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h8c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-8c-26.51 0-48-21.49-48-48v-32c0-26.51 21.49-48 48-48h8c4.42 0 8 3.58 8 8v16zm44.27 104H160c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h12.27c5.95 0 10.41-3.5 10.41-6.62 0-1.3-.75-2.66-2.12-3.84l-21.89-18.77c-8.47-7.22-13.33-17.48-13.33-28.14 0-21.3 19.02-38.62 42.41-38.62H200c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-12.27c-5.95 0-10.41 3.5-10.41 6.62 0 1.3.75 2.66 2.12 3.84l21.89 18.77c8.47 7.22 13.33 17.48 13.33 28.14.01 21.29-19 38.62-42.39 38.62zM256 264v20.8c0 20.27 5.7 40.17 16 56.88 10.3-16.7 16-36.61 16-56.88V264c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v20.8c0 35.48-12.88 68.89-36.28 94.09-3.02 3.25-7.27 5.11-11.72 5.11s-8.7-1.86-11.72-5.11c-23.4-25.2-36.28-58.61-36.28-94.09V264c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8zm121-159L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"]\n};\nvar faFileDownload = {\n prefix: 'fas',\n iconName: 'file-download',\n icon: [384, 512, [], \"f56d\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm76.45 211.36l-96.42 95.7c-6.65 6.61-17.39 6.61-24.04 0l-96.42-95.7C73.42 337.29 80.54 320 94.82 320H160v-80c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v80h65.18c14.28 0 21.4 17.29 11.27 27.36zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"]\n};\nvar faFileExcel = {\n prefix: 'fas',\n iconName: 'file-excel',\n icon: [384, 512, [], \"f1c3\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm60.1 106.5L224 336l60.1 93.5c5.1 8-.6 18.5-10.1 18.5h-34.9c-4.4 0-8.5-2.4-10.6-6.3C208.9 405.5 192 373 192 373c-6.4 14.8-10 20-36.6 68.8-2.1 3.9-6.1 6.3-10.5 6.3H110c-9.5 0-15.2-10.5-10.1-18.5l60.3-93.5-60.3-93.5c-5.2-8 .6-18.5 10.1-18.5h34.8c4.4 0 8.5 2.4 10.6 6.3 26.1 48.8 20 33.6 36.6 68.5 0 0 6.1-11.7 36.6-68.5 2.1-3.9 6.2-6.3 10.6-6.3H274c9.5-.1 15.2 10.4 10.1 18.4zM384 121.9v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFileExport = {\n prefix: 'fas',\n iconName: 'file-export',\n icon: [576, 512, [], \"f56e\", \"M384 121.9c0-6.3-2.5-12.4-7-16.9L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128zM571 308l-95.7-96.4c-10.1-10.1-27.4-3-27.4 11.3V288h-64v64h64v65.2c0 14.3 17.3 21.4 27.4 11.3L571 332c6.6-6.6 6.6-17.4 0-24zm-379 28v-32c0-8.8 7.2-16 16-16h176V160H248c-13.2 0-24-10.8-24-24V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V352H208c-8.8 0-16-7.2-16-16z\"]\n};\nvar faFileImage = {\n prefix: 'fas',\n iconName: 'file-image',\n icon: [384, 512, [], \"f1c5\", \"M384 121.941V128H256V0h6.059a24 24 0 0 1 16.97 7.029l97.941 97.941a24.002 24.002 0 0 1 7.03 16.971zM248 160c-13.2 0-24-10.8-24-24V0H24C10.745 0 0 10.745 0 24v464c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V160H248zm-135.455 16c26.51 0 48 21.49 48 48s-21.49 48-48 48-48-21.49-48-48 21.491-48 48-48zm208 240h-256l.485-48.485L104.545 328c4.686-4.686 11.799-4.201 16.485.485L160.545 368 264.06 264.485c4.686-4.686 12.284-4.686 16.971 0L320.545 304v112z\"]\n};\nvar faFileImport = {\n prefix: 'fas',\n iconName: 'file-import',\n icon: [512, 512, [], \"f56f\", \"M16 288c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h112v-64zm489-183L407.1 7c-4.5-4.5-10.6-7-17-7H384v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H152c-13.3 0-24 10.7-24 24v264h128v-65.2c0-14.3 17.3-21.4 27.4-11.3L379 308c6.6 6.7 6.6 17.4 0 24l-95.7 96.4c-10.1 10.1-27.4 3-27.4-11.3V352H128v136c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H376c-13.2 0-24-10.8-24-24z\"]\n};\nvar faFileInvoice = {\n prefix: 'fas',\n iconName: 'file-invoice',\n icon: [384, 512, [], \"f570\", \"M288 256H96v64h192v-64zm89-151L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM64 72c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8V72zm0 64c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zm256 304c0 4.42-3.58 8-8 8h-80c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16zm0-200v96c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-96c0-8.84 7.16-16 16-16h224c8.84 0 16 7.16 16 16z\"]\n};\nvar faFileInvoiceDollar = {\n prefix: 'fas',\n iconName: 'file-invoice-dollar',\n icon: [384, 512, [], \"f571\", \"M377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM64 72c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8V72zm0 80v-16c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8zm144 263.88V440c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-24.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V232c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v24.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07z\"]\n};\nvar faFileMedical = {\n prefix: 'fas',\n iconName: 'file-medical',\n icon: [384, 512, [], \"f477\", \"M377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm64 160v48c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8z\"]\n};\nvar faFileMedicalAlt = {\n prefix: 'fas',\n iconName: 'file-medical-alt',\n icon: [448, 512, [], \"f478\", \"M288 136V0H88C74.7 0 64 10.7 64 24v232H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h140.9c3 0 5.8 1.7 7.2 4.4l19.9 39.8 56.8-113.7c2.9-5.9 11.4-5.9 14.3 0l34.7 69.5H352c8.8 0 16 7.2 16 16s-7.2 16-16 16h-89.9L240 275.8l-56.8 113.7c-2.9 5.9-11.4 5.9-14.3 0L134.1 320H64v168c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H312c-13.2 0-24-10.8-24-24zm153-31L343.1 7c-4.5-4.5-10.6-7-17-7H320v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"]\n};\nvar faFilePdf = {\n prefix: 'fas',\n iconName: 'file-pdf',\n icon: [384, 512, [], \"f1c1\", \"M181.9 256.1c-5-16-4.9-46.9-2-46.9 8.4 0 7.6 36.9 2 46.9zm-1.7 47.2c-7.7 20.2-17.3 43.3-28.4 62.7 18.3-7 39-17.2 62.9-21.9-12.7-9.6-24.9-23.4-34.5-40.8zM86.1 428.1c0 .8 13.2-5.4 34.9-40.2-6.7 6.3-29.1 24.5-34.9 40.2zM248 160h136v328c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V24C0 10.7 10.7 0 24 0h200v136c0 13.2 10.8 24 24 24zm-8 171.8c-20-12.2-33.3-29-42.7-53.8 4.5-18.5 11.6-46.6 6.2-64.2-4.7-29.4-42.4-26.5-47.8-6.8-5 18.3-.4 44.1 8.1 77-11.6 27.6-28.7 64.6-40.8 85.8-.1 0-.1.1-.2.1-27.1 13.9-73.6 44.5-54.5 68 5.6 6.9 16 10 21.5 10 17.9 0 35.7-18 61.1-61.8 25.8-8.5 54.1-19.1 79-23.2 21.7 11.8 47.1 19.5 64 19.5 29.2 0 31.2-32 19.7-43.4-13.9-13.6-54.3-9.7-73.6-7.2zM377 105L279 7c-4.5-4.5-10.6-7-17-7h-6v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-74.1 255.3c4.1-2.7-2.5-11.9-42.8-9 37.1 15.8 42.8 9 42.8 9z\"]\n};\nvar faFilePowerpoint = {\n prefix: 'fas',\n iconName: 'file-powerpoint',\n icon: [384, 512, [], \"f1c4\", \"M193.7 271.2c8.8 0 15.5 2.7 20.3 8.1 9.6 10.9 9.8 32.7-.2 44.1-4.9 5.6-11.9 8.5-21.1 8.5h-26.9v-60.7h27.9zM377 105L279 7c-4.5-4.5-10.6-7-17-7h-6v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm53 165.2c0 90.3-88.8 77.6-111.1 77.6V436c0 6.6-5.4 12-12 12h-30.8c-6.6 0-12-5.4-12-12V236.2c0-6.6 5.4-12 12-12h81c44.5 0 72.9 32.8 72.9 77z\"]\n};\nvar faFilePrescription = {\n prefix: 'fas',\n iconName: 'file-prescription',\n icon: [384, 512, [], \"f572\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm68.53 179.48l11.31 11.31c6.25 6.25 6.25 16.38 0 22.63l-29.9 29.9L304 409.38c6.25 6.25 6.25 16.38 0 22.63l-11.31 11.31c-6.25 6.25-16.38 6.25-22.63 0L240 413.25l-30.06 30.06c-6.25 6.25-16.38 6.25-22.63 0L176 432c-6.25-6.25-6.25-16.38 0-22.63l30.06-30.06L146.74 320H128v48c0 8.84-7.16 16-16 16H96c-8.84 0-16-7.16-16-16V208c0-8.84 7.16-16 16-16h80c35.35 0 64 28.65 64 64 0 24.22-13.62 45.05-33.46 55.92L240 345.38l29.9-29.9c6.25-6.25 16.38-6.25 22.63 0zM176 272h-48v-32h48c8.82 0 16 7.18 16 16s-7.18 16-16 16zm208-150.1v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFileSignature = {\n prefix: 'fas',\n iconName: 'file-signature',\n icon: [576, 512, [], \"f573\", \"M218.17 424.14c-2.95-5.92-8.09-6.52-10.17-6.52s-7.22.59-10.02 6.19l-7.67 15.34c-6.37 12.78-25.03 11.37-29.48-2.09L144 386.59l-10.61 31.88c-5.89 17.66-22.38 29.53-41 29.53H80c-8.84 0-16-7.16-16-16s7.16-16 16-16h12.39c4.83 0 9.11-3.08 10.64-7.66l18.19-54.64c3.3-9.81 12.44-16.41 22.78-16.41s19.48 6.59 22.77 16.41l13.88 41.64c19.75-16.19 54.06-9.7 66 14.16 1.89 3.78 5.49 5.95 9.36 6.26v-82.12l128-127.09V160H248c-13.2 0-24-10.8-24-24V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24v-40l-128-.11c-16.12-.31-30.58-9.28-37.83-23.75zM384 121.9c0-6.3-2.5-12.4-7-16.9L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1zm-96 225.06V416h68.99l161.68-162.78-67.88-67.88L288 346.96zm280.54-179.63l-31.87-31.87c-9.94-9.94-26.07-9.94-36.01 0l-27.25 27.25 67.88 67.88 27.25-27.25c9.95-9.94 9.95-26.07 0-36.01z\"]\n};\nvar faFileUpload = {\n prefix: 'fas',\n iconName: 'file-upload',\n icon: [384, 512, [], \"f574\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm65.18 216.01H224v80c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-80H94.82c-14.28 0-21.41-17.29-11.27-27.36l96.42-95.7c6.65-6.61 17.39-6.61 24.04 0l96.42 95.7c10.15 10.07 3.03 27.36-11.25 27.36zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"]\n};\nvar faFileVideo = {\n prefix: 'fas',\n iconName: 'file-video',\n icon: [384, 512, [], \"f1c8\", \"M384 121.941V128H256V0h6.059c6.365 0 12.47 2.529 16.971 7.029l97.941 97.941A24.005 24.005 0 0 1 384 121.941zM224 136V0H24C10.745 0 0 10.745 0 24v464c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V160H248c-13.2 0-24-10.8-24-24zm96 144.016v111.963c0 21.445-25.943 31.998-40.971 16.971L224 353.941V392c0 13.255-10.745 24-24 24H88c-13.255 0-24-10.745-24-24V280c0-13.255 10.745-24 24-24h112c13.255 0 24 10.745 24 24v38.059l55.029-55.013c15.011-15.01 40.971-4.491 40.971 16.97z\"]\n};\nvar faFileWord = {\n prefix: 'fas',\n iconName: 'file-word',\n icon: [384, 512, [], \"f1c2\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm57.1 120H305c7.7 0 13.4 7.1 11.7 14.7l-38 168c-1.2 5.5-6.1 9.3-11.7 9.3h-38c-5.5 0-10.3-3.8-11.6-9.1-25.8-103.5-20.8-81.2-25.6-110.5h-.5c-1.1 14.3-2.4 17.4-25.6 110.5-1.3 5.3-6.1 9.1-11.6 9.1H117c-5.6 0-10.5-3.9-11.7-9.4l-37.8-168c-1.7-7.5 4-14.6 11.7-14.6h24.5c5.7 0 10.7 4 11.8 9.7 15.6 78 20.1 109.5 21 122.2 1.6-10.2 7.3-32.7 29.4-122.7 1.3-5.4 6.1-9.1 11.7-9.1h29.1c5.6 0 10.4 3.8 11.7 9.2 24 100.4 28.8 124 29.6 129.4-.2-11.2-2.6-17.8 21.6-129.2 1-5.6 5.9-9.5 11.5-9.5zM384 121.9v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFill = {\n prefix: 'fas',\n iconName: 'fill',\n icon: [512, 512, [], \"f575\", \"M502.63 217.06L294.94 9.37C288.69 3.12 280.5 0 272.31 0s-16.38 3.12-22.62 9.37l-81.58 81.58L81.93 4.77c-6.24-6.25-16.38-6.25-22.62 0L36.69 27.38c-6.24 6.25-6.24 16.38 0 22.63l86.19 86.18-94.76 94.76c-37.49 37.49-37.49 98.26 0 135.75l117.19 117.19c18.75 18.74 43.31 28.12 67.87 28.12 24.57 0 49.13-9.37 67.88-28.12l221.57-221.57c12.49-12.5 12.49-32.76 0-45.26zm-116.22 70.97H65.93c1.36-3.84 3.57-7.98 7.43-11.83l13.15-13.15 81.61-81.61 58.61 58.6c12.49 12.49 32.75 12.49 45.24 0 12.49-12.49 12.49-32.75 0-45.24l-58.61-58.6 58.95-58.95 162.45 162.44-48.35 48.34z\"]\n};\nvar faFillDrip = {\n prefix: 'fas',\n iconName: 'fill-drip',\n icon: [576, 512, [], \"f576\", \"M512 320s-64 92.65-64 128c0 35.35 28.66 64 64 64s64-28.65 64-64-64-128-64-128zm-9.37-102.94L294.94 9.37C288.69 3.12 280.5 0 272.31 0s-16.38 3.12-22.62 9.37l-81.58 81.58L81.93 4.76c-6.25-6.25-16.38-6.25-22.62 0L36.69 27.38c-6.24 6.25-6.24 16.38 0 22.62l86.19 86.18-94.76 94.76c-37.49 37.48-37.49 98.26 0 135.75l117.19 117.19c18.74 18.74 43.31 28.12 67.87 28.12 24.57 0 49.13-9.37 67.87-28.12l221.57-221.57c12.5-12.5 12.5-32.75.01-45.25zm-116.22 70.97H65.93c1.36-3.84 3.57-7.98 7.43-11.83l13.15-13.15 81.61-81.61 58.6 58.6c12.49 12.49 32.75 12.49 45.24 0s12.49-32.75 0-45.24l-58.6-58.6 58.95-58.95 162.44 162.44-48.34 48.34z\"]\n};\nvar faFilm = {\n prefix: 'fas',\n iconName: 'film',\n icon: [512, 512, [], \"f008\", \"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"]\n};\nvar faFilter = {\n prefix: 'fas',\n iconName: 'filter',\n icon: [512, 512, [], \"f0b0\", \"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"]\n};\nvar faFingerprint = {\n prefix: 'fas',\n iconName: 'fingerprint',\n icon: [512, 512, [], \"f577\", \"M256.12 245.96c-13.25 0-24 10.74-24 24 1.14 72.25-8.14 141.9-27.7 211.55-2.73 9.72 2.15 30.49 23.12 30.49 10.48 0 20.11-6.92 23.09-17.52 13.53-47.91 31.04-125.41 29.48-224.52.01-13.25-10.73-24-23.99-24zm-.86-81.73C194 164.16 151.25 211.3 152.1 265.32c.75 47.94-3.75 95.91-13.37 142.55-2.69 12.98 5.67 25.69 18.64 28.36 13.05 2.67 25.67-5.66 28.36-18.64 10.34-50.09 15.17-101.58 14.37-153.02-.41-25.95 19.92-52.49 54.45-52.34 31.31.47 57.15 25.34 57.62 55.47.77 48.05-2.81 96.33-10.61 143.55-2.17 13.06 6.69 25.42 19.76 27.58 19.97 3.33 26.81-15.1 27.58-19.77 8.28-50.03 12.06-101.21 11.27-152.11-.88-55.8-47.94-101.88-104.91-102.72zm-110.69-19.78c-10.3-8.34-25.37-6.8-33.76 3.48-25.62 31.5-39.39 71.28-38.75 112 .59 37.58-2.47 75.27-9.11 112.05-2.34 13.05 6.31 25.53 19.36 27.89 20.11 3.5 27.07-14.81 27.89-19.36 7.19-39.84 10.5-80.66 9.86-121.33-.47-29.88 9.2-57.88 28-80.97 8.35-10.28 6.79-25.39-3.49-33.76zm109.47-62.33c-15.41-.41-30.87 1.44-45.78 4.97-12.89 3.06-20.87 15.98-17.83 28.89 3.06 12.89 16 20.83 28.89 17.83 11.05-2.61 22.47-3.77 34-3.69 75.43 1.13 137.73 61.5 138.88 134.58.59 37.88-1.28 76.11-5.58 113.63-1.5 13.17 7.95 25.08 21.11 26.58 16.72 1.95 25.51-11.88 26.58-21.11a929.06 929.06 0 0 0 5.89-119.85c-1.56-98.75-85.07-180.33-186.16-181.83zm252.07 121.45c-2.86-12.92-15.51-21.2-28.61-18.27-12.94 2.86-21.12 15.66-18.26 28.61 4.71 21.41 4.91 37.41 4.7 61.6-.11 13.27 10.55 24.09 23.8 24.2h.2c13.17 0 23.89-10.61 24-23.8.18-22.18.4-44.11-5.83-72.34zm-40.12-90.72C417.29 43.46 337.6 1.29 252.81.02 183.02-.82 118.47 24.91 70.46 72.94 24.09 119.37-.9 181.04.14 246.65l-.12 21.47c-.39 13.25 10.03 24.31 23.28 24.69.23.02.48.02.72.02 12.92 0 23.59-10.3 23.97-23.3l.16-23.64c-.83-52.5 19.16-101.86 56.28-139 38.76-38.8 91.34-59.67 147.68-58.86 69.45 1.03 134.73 35.56 174.62 92.39 7.61 10.86 22.56 13.45 33.42 5.86 10.84-7.62 13.46-22.59 5.84-33.43z\"]\n};\nvar faFire = {\n prefix: 'fas',\n iconName: 'fire',\n icon: [384, 512, [], \"f06d\", \"M216 23.86c0-23.8-30.65-32.77-44.15-13.04C48 191.85 224 200 224 288c0 35.63-29.11 64.46-64.85 63.99-35.17-.45-63.15-29.77-63.15-64.94v-85.51c0-21.7-26.47-32.23-41.43-16.5C27.8 213.16 0 261.33 0 320c0 105.87 86.13 192 192 192s192-86.13 192-192c0-170.29-168-193-168-296.14z\"]\n};\nvar faFireAlt = {\n prefix: 'fas',\n iconName: 'fire-alt',\n icon: [448, 512, [], \"f7e4\", \"M323.56 51.2c-20.8 19.3-39.58 39.59-56.22 59.97C240.08 73.62 206.28 35.53 168 0 69.74 91.17 0 209.96 0 281.6 0 408.85 100.29 512 224 512s224-103.15 224-230.4c0-53.27-51.98-163.14-124.44-230.4zm-19.47 340.65C282.43 407.01 255.72 416 226.86 416 154.71 416 96 368.26 96 290.75c0-38.61 24.31-72.63 72.79-130.75 6.93 7.98 98.83 125.34 98.83 125.34l58.63-66.88c4.14 6.85 7.91 13.55 11.27 19.97 27.35 52.19 15.81 118.97-33.43 153.42z\"]\n};\nvar faFireExtinguisher = {\n prefix: 'fas',\n iconName: 'fire-extinguisher',\n icon: [448, 512, [], \"f134\", \"M434.027 26.329l-168 28C254.693 56.218 256 67.8 256 72h-58.332C208.353 36.108 181.446 0 144 0c-39.435 0-66.368 39.676-52.228 76.203-52.039 13.051-75.381 54.213-90.049 90.884-4.923 12.307 1.063 26.274 13.37 31.197 12.317 4.926 26.279-1.075 31.196-13.37C75.058 112.99 106.964 120 168 120v27.076c-41.543 10.862-72 49.235-72 94.129V488c0 13.255 10.745 24 24 24h144c13.255 0 24-10.745 24-24V240c0-44.731-30.596-82.312-72-92.97V120h40c0 2.974-1.703 15.716 10.027 17.671l168 28C441.342 166.89 448 161.25 448 153.834V38.166c0-7.416-6.658-13.056-13.973-11.837zM144 72c-8.822 0-16-7.178-16-16s7.178-16 16-16 16 7.178 16 16-7.178 16-16 16z\"]\n};\nvar faFirstAid = {\n prefix: 'fas',\n iconName: 'first-aid',\n icon: [576, 512, [], \"f479\", \"M0 80v352c0 26.5 21.5 48 48 48h48V32H48C21.5 32 0 53.5 0 80zm128 400h320V32H128v448zm64-248c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48zM528 32h-48v448h48c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"]\n};\nvar faFish = {\n prefix: 'fas',\n iconName: 'fish',\n icon: [576, 512, [], \"f578\", \"M327.1 96c-89.97 0-168.54 54.77-212.27 101.63L27.5 131.58c-12.13-9.18-30.24.6-27.14 14.66L24.54 256 .35 365.77c-3.1 14.06 15.01 23.83 27.14 14.66l87.33-66.05C158.55 361.23 237.13 416 327.1 416 464.56 416 576 288 576 256S464.56 96 327.1 96zm87.43 184c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24 13.26 0 24 10.74 24 24 0 13.25-10.75 24-24 24z\"]\n};\nvar faFistRaised = {\n prefix: 'fas',\n iconName: 'fist-raised',\n icon: [384, 512, [], \"f6de\", \"M255.98 160V16c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v146.93c5.02-1.78 10.34-2.93 15.97-2.93h48.03zm128 95.99c-.01-35.34-28.66-63.99-63.99-63.99H207.85c-8.78 0-15.9 7.07-15.9 15.85v.56c0 26.27 21.3 47.59 47.57 47.59h35.26c9.68 0 13.2 3.58 13.2 8v16.2c0 4.29-3.59 7.78-7.88 8-44.52 2.28-64.16 24.71-96.05 72.55l-6.31 9.47a7.994 7.994 0 0 1-11.09 2.22l-13.31-8.88a7.994 7.994 0 0 1-2.22-11.09l6.31-9.47c15.73-23.6 30.2-43.26 47.31-58.08-17.27-5.51-31.4-18.12-38.87-34.45-6.59 3.41-13.96 5.52-21.87 5.52h-32c-12.34 0-23.49-4.81-32-12.48C71.48 251.19 60.33 256 48 256H16c-5.64 0-10.97-1.15-16-2.95v77.93c0 33.95 13.48 66.5 37.49 90.51L63.99 448v64h255.98v-63.96l35.91-35.92A96.035 96.035 0 0 0 384 344.21l-.02-88.22zm-32.01-90.09V48c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v112h32c11.28 0 21.94 2.31 32 5.9zM16 224h32c8.84 0 16-7.16 16-16V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v128c0 8.84 7.16 16 16 16zm95.99 0h32c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v160c0 8.84 7.16 16 16 16z\"]\n};\nvar faFlag = {\n prefix: 'fas',\n iconName: 'flag',\n icon: [512, 512, [], \"f024\", \"M349.565 98.783C295.978 98.783 251.721 64 184.348 64c-24.955 0-47.309 4.384-68.045 12.013a55.947 55.947 0 0 0 3.586-23.562C118.117 24.015 94.806 1.206 66.338.048 34.345-1.254 8 24.296 8 56c0 19.026 9.497 35.825 24 45.945V488c0 13.255 10.745 24 24 24h16c13.255 0 24-10.745 24-24v-94.4c28.311-12.064 63.582-22.122 114.435-22.122 53.588 0 97.844 34.783 165.217 34.783 48.169 0 86.667-16.294 122.505-40.858C506.84 359.452 512 349.571 512 339.045v-243.1c0-23.393-24.269-38.87-45.485-29.016-34.338 15.948-76.454 31.854-116.95 31.854z\"]\n};\nvar faFlagCheckered = {\n prefix: 'fas',\n iconName: 'flag-checkered',\n icon: [512, 512, [], \"f11e\", \"M243.2 189.9V258c26.1 5.9 49.3 15.6 73.6 22.3v-68.2c-26-5.8-49.4-15.5-73.6-22.2zm223.3-123c-34.3 15.9-76.5 31.9-117 31.9C296 98.8 251.7 64 184.3 64c-25 0-47.3 4.4-68 12 2.8-7.3 4.1-15.2 3.6-23.6C118.1 24 94.8 1.2 66.3 0 34.3-1.3 8 24.3 8 56c0 19 9.5 35.8 24 45.9V488c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24v-94.4c28.3-12.1 63.6-22.1 114.4-22.1 53.6 0 97.8 34.8 165.2 34.8 48.2 0 86.7-16.3 122.5-40.9 8.7-6 13.8-15.8 13.8-26.4V95.9c.1-23.3-24.2-38.8-45.4-29zM169.6 325.5c-25.8 2.7-50 8.2-73.6 16.6v-70.5c26.2-9.3 47.5-15 73.6-17.4zM464 191c-23.6 9.8-46.3 19.5-73.6 23.9V286c24.8-3.4 51.4-11.8 73.6-26v70.5c-25.1 16.1-48.5 24.7-73.6 27.1V286c-27 3.7-47.9 1.5-73.6-5.6v67.4c-23.9-7.4-47.3-16.7-73.6-21.3V258c-19.7-4.4-40.8-6.8-73.6-3.8v-70c-22.4 3.1-44.6 10.2-73.6 20.9v-70.5c33.2-12.2 50.1-19.8 73.6-22v71.6c27-3.7 48.4-1.3 73.6 5.7v-67.4c23.7 7.4 47.2 16.7 73.6 21.3v68.4c23.7 5.3 47.6 6.9 73.6 2.7V143c27-4.8 52.3-13.6 73.6-22.5z\"]\n};\nvar faFlagUsa = {\n prefix: 'fas',\n iconName: 'flag-usa',\n icon: [512, 512, [], \"f74d\", \"M32 0C14.3 0 0 14.3 0 32v464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V32C64 14.3 49.7 0 32 0zm267.9 303.6c-57.2-15.1-111.7-28.8-203.9 11.1V384c185.7-92.2 221.7 53.3 397.5-23.1 11.4-5 18.5-16.5 18.5-28.8v-36c-43.6 17.3-80.2 24.1-112.1 24.1-37.4-.1-68.9-8.4-100-16.6zm0-96c-57.2-15.1-111.7-28.8-203.9 11.1v61.5c94.8-37.6 154.6-22.7 212.1-7.6 57.2 15.1 111.7 28.8 203.9-11.1V200c-43.6 17.3-80.2 24.1-112.1 24.1-37.4 0-68.9-8.3-100-16.5zm9.5-125.9c51.8 15.6 97.4 29 202.6-20.1V30.8c0-25.1-26.8-38.1-49.4-26.6C291.3 91.5 305.4-62.2 96 32.4v151.9c94.8-37.5 154.6-22.7 212.1-7.6 57.2 15 111.7 28.7 203.9-11.1V96.7c-53.6 23.5-93.3 31.4-126.1 31.4s-59-7.8-85.7-15.9c-4-1.2-8.1-2.4-12.1-3.5V75.5c7.2 2 14.3 4.1 21.3 6.2zM160 128.1c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16-7.2 16-16 16zm0-55.8c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16c0 8.8-7.2 16-16 16zm64 47.9c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16c0 8.8-7.2 16-16 16zm0-55.9c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16c0 8.8-7.2 16-16 16z\"]\n};\nvar faFlask = {\n prefix: 'fas',\n iconName: 'flask',\n icon: [448, 512, [], \"f0c3\", \"M437.2 403.5L320 215V64h8c13.3 0 24-10.7 24-24V24c0-13.3-10.7-24-24-24H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h8v151L10.8 403.5C-18.5 450.6 15.3 512 70.9 512h306.2c55.7 0 89.4-61.5 60.1-108.5zM137.9 320l48.2-77.6c3.7-5.2 5.8-11.6 5.8-18.4V64h64v160c0 6.9 2.2 13.2 5.8 18.4l48.2 77.6h-172z\"]\n};\nvar faFlushed = {\n prefix: 'fas',\n iconName: 'flushed',\n icon: [496, 512, [], \"f579\", \"M344 200c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm-192 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM80 224c0-39.8 32.2-72 72-72s72 32.2 72 72-32.2 72-72 72-72-32.2-72-72zm232 176H184c-21.2 0-21.2-32 0-32h128c21.2 0 21.2 32 0 32zm32-104c-39.8 0-72-32.2-72-72s32.2-72 72-72 72 32.2 72 72-32.2 72-72 72z\"]\n};\nvar faFolder = {\n prefix: 'fas',\n iconName: 'folder',\n icon: [512, 512, [], \"f07b\", \"M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48z\"]\n};\nvar faFolderMinus = {\n prefix: 'fas',\n iconName: 'folder-minus',\n icon: [512, 512, [], \"f65d\", \"M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48zm-96 168c0 8.84-7.16 16-16 16H160c-8.84 0-16-7.16-16-16v-16c0-8.84 7.16-16 16-16h192c8.84 0 16 7.16 16 16v16z\"]\n};\nvar faFolderOpen = {\n prefix: 'fas',\n iconName: 'folder-open',\n icon: [576, 512, [], \"f07c\", \"M572.694 292.093L500.27 416.248A63.997 63.997 0 0 1 444.989 448H45.025c-18.523 0-30.064-20.093-20.731-36.093l72.424-124.155A64 64 0 0 1 152 256h399.964c18.523 0 30.064 20.093 20.73 36.093zM152 224h328v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49 64 0 85.49 0 112v278.046l69.077-118.418C86.214 242.25 117.989 224 152 224z\"]\n};\nvar faFolderPlus = {\n prefix: 'fas',\n iconName: 'folder-plus',\n icon: [512, 512, [], \"f65e\", \"M464,128H272L208,64H48A48,48,0,0,0,0,112V400a48,48,0,0,0,48,48H464a48,48,0,0,0,48-48V176A48,48,0,0,0,464,128ZM359.5,296a16,16,0,0,1-16,16h-64v64a16,16,0,0,1-16,16h-16a16,16,0,0,1-16-16V312h-64a16,16,0,0,1-16-16V280a16,16,0,0,1,16-16h64V200a16,16,0,0,1,16-16h16a16,16,0,0,1,16,16v64h64a16,16,0,0,1,16,16Z\"]\n};\nvar faFont = {\n prefix: 'fas',\n iconName: 'font',\n icon: [448, 512, [], \"f031\", \"M432 416h-23.41L277.88 53.69A32 32 0 0 0 247.58 32h-47.16a32 32 0 0 0-30.3 21.69L39.41 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-19.58l23.3-64h152.56l23.3 64H304a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM176.85 272L224 142.51 271.15 272z\"]\n};\nvar faFontAwesomeLogoFull = {\n prefix: 'fas',\n iconName: 'font-awesome-logo-full',\n icon: [3992, 512, [\"Font Awesome\"], \"f4e6\", \"M454.6 0H57.4C25.9 0 0 25.9 0 57.4v397.3C0 486.1 25.9 512 57.4 512h397.3c31.4 0 57.4-25.9 57.4-57.4V57.4C512 25.9 486.1 0 454.6 0zm-58.9 324.9c0 4.8-4.1 6.9-8.9 8.9-19.2 8.1-39.7 15.7-61.5 15.7-40.5 0-68.7-44.8-163.2 2.5v51.8c0 30.3-45.7 30.2-45.7 0v-250c-9-7-15-17.9-15-30.3 0-21 17.1-38.2 38.2-38.2 21 0 38.2 17.1 38.2 38.2 0 12.2-5.8 23.2-14.9 30.2v21c37.1-12 65.5-34.4 146.1-3.4 26.6 11.4 68.7-15.7 76.5-15.7 5.5 0 10.3 4.1 10.3 8.9v160.4zm432.9-174.2h-137v70.1H825c39.8 0 40.4 62.2 0 62.2H691.6v105.6c0 45.5-70.7 46.4-70.7 0V128.3c0-22 18-39.8 39.8-39.8h167.8c39.6 0 40.5 62.2.1 62.2zm191.1 23.4c-169.3 0-169.1 252.4 0 252.4 169.9 0 169.9-252.4 0-252.4zm0 196.1c-81.6 0-82.1-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm372.4 53.4c-17.5 0-31.4-13.9-31.4-31.4v-117c0-62.4-72.6-52.5-99.1-16.4v133.4c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c43.3-51.6 162.4-60.4 162.4 39.3v141.5c.3 30.4-31.5 31.4-31.7 31.4zm179.7 2.9c-44.3 0-68.3-22.9-68.3-65.8V235.2H1488c-35.6 0-36.7-55.3 0-55.3h15.5v-37.3c0-41.3 63.8-42.1 63.8 0v37.5h24.9c35.4 0 35.7 55.3 0 55.3h-24.9v108.5c0 29.6 26.1 26.3 27.4 26.3 31.4 0 52.6 56.3-22.9 56.3zM1992 123c-19.5-50.2-95.5-50-114.5 0-107.3 275.7-99.5 252.7-99.5 262.8 0 42.8 58.3 51.2 72.1 14.4l13.5-35.9H2006l13 35.9c14.2 37.7 72.1 27.2 72.1-14.4 0-10.1 5.3 6.8-99.1-262.8zm-108.9 179.1l51.7-142.9 51.8 142.9h-103.5zm591.3-85.6l-53.7 176.3c-12.4 41.2-72 41-84 0l-42.3-135.9-42.3 135.9c-12.4 40.9-72 41.2-84.5 0l-54.2-176.3c-12.5-39.4 49.8-56.1 60.2-16.9L2213 342l45.3-139.5c10.9-32.7 59.6-34.7 71.2 0l45.3 139.5 39.3-142.4c10.3-38.3 72.6-23.8 60.3 16.9zm275.4 75.1c0-42.4-33.9-117.5-119.5-117.5-73.2 0-124.4 56.3-124.4 126 0 77.2 55.3 126.4 128.5 126.4 31.7 0 93-11.5 93-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-109 8.4-115.9-43.8h148.3c16.3 0 29.3-13.4 29.3-28.9zM2571 277.7c9.5-73.4 113.9-68.6 118.6 0H2571zm316.7 148.8c-31.4 0-81.6-10.5-96.6-31.9-12.4-17 2.5-39.8 21.8-39.8 16.3 0 36.8 22.9 77.7 22.9 27.4 0 40.4-11 40.4-25.8 0-39.8-142.9-7.4-142.9-102 0-40.4 35.3-75.7 98.6-75.7 31.4 0 74.1 9.9 87.6 29.4 10.8 14.8-1.4 36.2-20.9 36.2-15.1 0-26.7-17.3-66.2-17.3-22.9 0-37.8 10.5-37.8 23.8 0 35.9 142.4 6 142.4 103.1-.1 43.7-37.4 77.1-104.1 77.1zm266.8-252.4c-169.3 0-169.1 252.4 0 252.4 170.1 0 169.6-252.4 0-252.4zm0 196.1c-81.8 0-82-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm476.9 22V268.7c0-53.8-61.4-45.8-85.7-10.5v134c0 41.3-63.8 42.1-63.8 0V268.7c0-52.1-59.5-47.4-85.7-10.1v133.6c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c9.9-14.4 41.8-37.3 78.6-37.3 35.3 0 57.7 16.4 66.7 43.8 13.9-21.8 45.8-43.8 82.6-43.8 44.3 0 70.7 23.4 70.7 72.7v145.3c.5 17.3-13.5 31.4-31.9 31.4 3.5.1-31.3 1.1-31.3-31.3zM3992 291.6c0-42.4-32.4-117.5-117.9-117.5-73.2 0-127.5 56.3-127.5 126 0 77.2 58.3 126.4 131.6 126.4 31.7 0 91.5-11.5 91.5-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-110.5 8.4-117.5-43.8h149.8c16.3 0 29.1-13.4 29.3-28.9zm-180.5-13.9c9.7-74.4 115.9-68.3 120.1 0h-120.1z\"]\n};\nvar faFootballBall = {\n prefix: 'fas',\n iconName: 'football-ball',\n icon: [496, 512, [], \"f44e\", \"M481.5 60.3c-4.8-18.2-19.1-32.5-37.3-37.4C420.3 16.5 383 8.9 339.4 8L496 164.8c-.8-43.5-8.2-80.6-14.5-104.5zm-467 391.4c4.8 18.2 19.1 32.5 37.3 37.4 23.9 6.4 61.2 14 104.8 14.9L0 347.2c.8 43.5 8.2 80.6 14.5 104.5zM4.2 283.4L220.4 500c132.5-19.4 248.8-118.7 271.5-271.4L275.6 12C143.1 31.4 26.8 130.7 4.2 283.4zm317.3-123.6c3.1-3.1 8.2-3.1 11.3 0l11.3 11.3c3.1 3.1 3.1 8.2 0 11.3l-28.3 28.3 28.3 28.3c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-28.3-28.3-22.6 22.7 28.3 28.3c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0L248 278.6l-22.6 22.6 28.3 28.3c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-28.3-28.3-28.3 28.3c-3.1 3.1-8.2 3.1-11.3 0l-11.3-11.3c-3.1-3.1-3.1-8.2 0-11.3l28.3-28.3-28.3-28.2c-3.1-3.1-3.1-8.2 0-11.3l11.3-11.3c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3 22.6-22.6-28.3-28.3c-3.1-3.1-3.1-8.2 0-11.3l11.3-11.3c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3 22.6-22.6-28.3-28.3c-3.1-3.1-3.1-8.2 0-11.3l11.3-11.3c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3 28.3-28.5z\"]\n};\nvar faForward = {\n prefix: 'fas',\n iconName: 'forward',\n icon: [512, 512, [], \"f04e\", \"M500.5 231.4l-192-160C287.9 54.3 256 68.6 256 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160c15.3-12.8 15.3-36.4 0-49.2zm-256 0l-192-160C31.9 54.3 0 68.6 0 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160c15.3-12.8 15.3-36.4 0-49.2z\"]\n};\nvar faFrog = {\n prefix: 'fas',\n iconName: 'frog',\n icon: [576, 512, [], \"f52e\", \"M446.53 97.43C439.67 60.23 407.19 32 368 32c-39.23 0-71.72 28.29-78.54 65.54C126.75 112.96-.5 250.12 0 416.98.11 451.9 29.08 480 64 480h304c8.84 0 16-7.16 16-16 0-17.67-14.33-32-32-32h-79.49l35.8-48.33c24.14-36.23 10.35-88.28-33.71-106.6-23.89-9.93-51.55-4.65-72.24 10.88l-32.76 24.59c-7.06 5.31-17.09 3.91-22.41-3.19-5.3-7.08-3.88-17.11 3.19-22.41l34.78-26.09c36.84-27.66 88.28-27.62 125.13 0 10.87 8.15 45.87 39.06 40.8 93.21L469.62 480H560c8.84 0 16-7.16 16-16 0-17.67-14.33-32-32-32h-53.63l-98.52-104.68 154.44-86.65A58.16 58.16 0 0 0 576 189.94c0-21.4-11.72-40.95-30.48-51.23-40.56-22.22-98.99-41.28-98.99-41.28zM368 136c-13.26 0-24-10.75-24-24 0-13.26 10.74-24 24-24 13.25 0 24 10.74 24 24 0 13.25-10.75 24-24 24z\"]\n};\nvar faFrown = {\n prefix: 'fas',\n iconName: 'frown',\n icon: [496, 512, [], \"f119\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm170.2 218.2C315.8 367.4 282.9 352 248 352s-67.8 15.4-90.2 42.2c-13.5 16.3-38.1-4.2-24.6-20.5C161.7 339.6 203.6 320 248 320s86.3 19.6 114.7 53.8c13.6 16.2-11 36.7-24.5 20.4z\"]\n};\nvar faFrownOpen = {\n prefix: 'fas',\n iconName: 'frown-open',\n icon: [496, 512, [], \"f57a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM136 208c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm187.3 183.3c-31.2-9.6-59.4-15.3-75.3-15.3s-44.1 5.7-75.3 15.3c-11.5 3.5-22.5-6.3-20.5-18.1 7-40 60.1-61.2 95.8-61.2s88.8 21.3 95.8 61.2c2 11.9-9.1 21.6-20.5 18.1zM328 240c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faFunnelDollar = {\n prefix: 'fas',\n iconName: 'funnel-dollar',\n icon: [640, 512, [], \"f662\", \"M433.46 165.94l101.2-111.87C554.61 34.12 540.48 0 512.26 0H31.74C3.52 0-10.61 34.12 9.34 54.07L192 256v155.92c0 12.59 5.93 24.44 16 32l79.99 60c20.86 15.64 48.47 6.97 59.22-13.57C310.8 455.38 288 406.35 288 352c0-89.79 62.05-165.17 145.46-186.06zM480 192c-88.37 0-160 71.63-160 160s71.63 160 160 160 160-71.63 160-160-71.63-160-160-160zm16 239.88V448c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V256c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.04 44.44-42.67 45.07z\"]\n};\nvar faFutbol = {\n prefix: 'fas',\n iconName: 'futbol',\n icon: [512, 512, [], \"f1e3\", \"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zm-48 0l-.003-.282-26.064 22.741-62.679-58.5 16.454-84.355 34.303 3.072c-24.889-34.216-60.004-60.089-100.709-73.141l13.651 31.939L256 139l-74.953-41.525 13.651-31.939c-40.631 13.028-75.78 38.87-100.709 73.141l34.565-3.073 16.192 84.355-62.678 58.5-26.064-22.741-.003.282c0 43.015 13.497 83.952 38.472 117.991l7.704-33.897 85.138 10.447 36.301 77.826-29.902 17.786c40.202 13.122 84.29 13.148 124.572 0l-29.902-17.786 36.301-77.826 85.138-10.447 7.704 33.897C442.503 339.952 456 299.015 456 256zm-248.102 69.571l-29.894-91.312L256 177.732l77.996 56.527-29.622 91.312h-96.476z\"]\n};\nvar faGamepad = {\n prefix: 'fas',\n iconName: 'gamepad',\n icon: [640, 512, [], \"f11b\", \"M480.07 96H160a160 160 0 1 0 114.24 272h91.52A160 160 0 1 0 480.07 96zM248 268a12 12 0 0 1-12 12h-52v52a12 12 0 0 1-12 12h-24a12 12 0 0 1-12-12v-52H84a12 12 0 0 1-12-12v-24a12 12 0 0 1 12-12h52v-52a12 12 0 0 1 12-12h24a12 12 0 0 1 12 12v52h52a12 12 0 0 1 12 12zm216 76a40 40 0 1 1 40-40 40 40 0 0 1-40 40zm64-96a40 40 0 1 1 40-40 40 40 0 0 1-40 40z\"]\n};\nvar faGasPump = {\n prefix: 'fas',\n iconName: 'gas-pump',\n icon: [512, 512, [], \"f52f\", \"M336 448H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm157.2-340.7l-81-81c-6.2-6.2-16.4-6.2-22.6 0l-11.3 11.3c-6.2 6.2-6.2 16.4 0 22.6L416 97.9V160c0 28.1 20.9 51.3 48 55.2V376c0 13.2-10.8 24-24 24s-24-10.8-24-24v-32c0-48.6-39.4-88-88-88h-8V64c0-35.3-28.7-64-64-64H96C60.7 0 32 28.7 32 64v352h288V304h8c22.1 0 40 17.9 40 40v27.8c0 37.7 27 72 64.5 75.9 43 4.3 79.5-29.5 79.5-71.7V152.6c0-17-6.8-33.3-18.8-45.3zM256 192H96V64h160v128z\"]\n};\nvar faGavel = {\n prefix: 'fas',\n iconName: 'gavel',\n icon: [512, 512, [], \"f0e3\", \"M504.971 199.362l-22.627-22.627c-9.373-9.373-24.569-9.373-33.941 0l-5.657 5.657L329.608 69.255l5.657-5.657c9.373-9.373 9.373-24.569 0-33.941L312.638 7.029c-9.373-9.373-24.569-9.373-33.941 0L154.246 131.48c-9.373 9.373-9.373 24.569 0 33.941l22.627 22.627c9.373 9.373 24.569 9.373 33.941 0l5.657-5.657 39.598 39.598-81.04 81.04-5.657-5.657c-12.497-12.497-32.758-12.497-45.255 0L9.373 412.118c-12.497 12.497-12.497 32.758 0 45.255l45.255 45.255c12.497 12.497 32.758 12.497 45.255 0l114.745-114.745c12.497-12.497 12.497-32.758 0-45.255l-5.657-5.657 81.04-81.04 39.598 39.598-5.657 5.657c-9.373 9.373-9.373 24.569 0 33.941l22.627 22.627c9.373 9.373 24.569 9.373 33.941 0l124.451-124.451c9.372-9.372 9.372-24.568 0-33.941z\"]\n};\nvar faGem = {\n prefix: 'fas',\n iconName: 'gem',\n icon: [576, 512, [], \"f3a5\", \"M485.5 0L576 160H474.9L405.7 0h79.8zm-128 0l69.2 160H149.3L218.5 0h139zm-267 0h79.8l-69.2 160H0L90.5 0zM0 192h100.7l123 251.7c1.5 3.1-2.7 5.9-5 3.3L0 192zm148.2 0h279.6l-137 318.2c-1 2.4-4.5 2.4-5.5 0L148.2 192zm204.1 251.7l123-251.7H576L357.3 446.9c-2.3 2.7-6.5-.1-5-3.2z\"]\n};\nvar faGenderless = {\n prefix: 'fas',\n iconName: 'genderless',\n icon: [288, 512, [], \"f22d\", \"M144 176c44.1 0 80 35.9 80 80s-35.9 80-80 80-80-35.9-80-80 35.9-80 80-80m0-64C64.5 112 0 176.5 0 256s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144z\"]\n};\nvar faGhost = {\n prefix: 'fas',\n iconName: 'ghost',\n icon: [384, 512, [], \"f6e2\", \"M186.1.09C81.01 3.24 0 94.92 0 200.05v263.92c0 14.26 17.23 21.39 27.31 11.31l24.92-18.53c6.66-4.95 16-3.99 21.51 2.21l42.95 48.35c6.25 6.25 16.38 6.25 22.63 0l40.72-45.85c6.37-7.17 17.56-7.17 23.92 0l40.72 45.85c6.25 6.25 16.38 6.25 22.63 0l42.95-48.35c5.51-6.2 14.85-7.17 21.51-2.21l24.92 18.53c10.08 10.08 27.31 2.94 27.31-11.31V192C384 84 294.83-3.17 186.1.09zM128 224c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm128 0c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faGift = {\n prefix: 'fas',\n iconName: 'gift',\n icon: [512, 512, [], \"f06b\", \"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"]\n};\nvar faGifts = {\n prefix: 'fas',\n iconName: 'gifts',\n icon: [640, 512, [], \"f79c\", \"M240.6 194.1c1.9-30.8 17.3-61.2 44-79.8C279.4 103.5 268.7 96 256 96h-29.4l30.7-22c7.2-5.1 8.9-15.1 3.7-22.3l-9.3-13c-5.1-7.2-15.1-8.9-22.3-3.7l-32 22.9 11.5-30.6c3.1-8.3-1.1-17.5-9.4-20.6l-15-5.6c-8.3-3.1-17.5 1.1-20.6 9.4l-19.9 53-19.9-53.1C121 2.1 111.8-2.1 103.5 1l-15 5.6C80.2 9.7 76 19 79.2 27.2l11.5 30.6L58.6 35c-7.2-5.1-17.2-3.5-22.3 3.7l-9.3 13c-5.1 7.2-3.5 17.2 3.7 22.3l30.7 22H32c-17.7 0-32 14.3-32 32v352c0 17.7 14.3 32 32 32h168.9c-5.5-9.5-8.9-20.3-8.9-32V256c0-29.9 20.8-55 48.6-61.9zM224 480c0 17.7 14.3 32 32 32h160V384H224v96zm224 32h160c17.7 0 32-14.3 32-32v-96H448v128zm160-288h-20.4c2.6-7.6 4.4-15.5 4.4-23.8 0-35.5-27-72.2-72.1-72.2-48.1 0-75.9 47.7-87.9 75.3-12.1-27.6-39.9-75.3-87.9-75.3-45.1 0-72.1 36.7-72.1 72.2 0 8.3 1.7 16.2 4.4 23.8H256c-17.7 0-32 14.3-32 32v96h192V224h15.3l.7-.2.7.2H448v128h192v-96c0-17.7-14.3-32-32-32zm-272 0c-2.7-1.4-5.1-3-7.2-4.8-7.3-6.4-8.8-13.8-8.8-19 0-9.7 6.4-24.2 24.1-24.2 18.7 0 35.6 27.4 44.5 48H336zm199.2-4.8c-2.1 1.8-4.5 3.4-7.2 4.8h-52.6c8.8-20.3 25.8-48 44.5-48 17.7 0 24.1 14.5 24.1 24.2 0 5.2-1.5 12.6-8.8 19z\"]\n};\nvar faGlassCheers = {\n prefix: 'fas',\n iconName: 'glass-cheers',\n icon: [640, 512, [], \"f79f\", \"M639.4 433.6c-8.4-20.4-31.8-30.1-52.2-21.6l-22.1 9.2-38.7-101.9c47.9-35 64.8-100.3 34.5-152.8L474.3 16c-8-13.9-25.1-19.7-40-13.6L320 49.8 205.7 2.4c-14.9-6.2-32-.3-40 13.6L79.1 166.5C48.9 219 65.7 284.3 113.6 319.2L74.9 421.1l-22.1-9.2c-20.4-8.5-43.7 1.2-52.2 21.6-1.7 4.1.2 8.8 4.3 10.5l162.3 67.4c4.1 1.7 8.7-.2 10.4-4.3 8.4-20.4-1.2-43.8-21.6-52.3l-22.1-9.2L173.3 342c4.4.5 8.8 1.3 13.1 1.3 51.7 0 99.4-33.1 113.4-85.3l20.2-75.4 20.2 75.4c14 52.2 61.7 85.3 113.4 85.3 4.3 0 8.7-.8 13.1-1.3L506 445.6l-22.1 9.2c-20.4 8.5-30.1 31.9-21.6 52.3 1.7 4.1 6.4 6 10.4 4.3L635.1 444c4-1.7 6-6.3 4.3-10.4zM275.9 162.1l-112.1-46.5 36.5-63.4 94.5 39.2-18.9 70.7zm88.2 0l-18.9-70.7 94.5-39.2 36.5 63.4-112.1 46.5z\"]\n};\nvar faGlassMartini = {\n prefix: 'fas',\n iconName: 'glass-martini',\n icon: [512, 512, [], \"f000\", \"M502.05 57.6C523.3 36.34 508.25 0 478.2 0H33.8C3.75 0-11.3 36.34 9.95 57.6L224 271.64V464h-56c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h240c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40h-56V271.64L502.05 57.6z\"]\n};\nvar faGlassMartiniAlt = {\n prefix: 'fas',\n iconName: 'glass-martini-alt',\n icon: [512, 512, [], \"f57b\", \"M502.05 57.6C523.3 36.34 508.25 0 478.2 0H33.8C3.75 0-11.3 36.34 9.95 57.6L224 271.64V464h-56c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h240c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40h-56V271.64L502.05 57.6zM443.77 48l-48 48H116.24l-48-48h375.53z\"]\n};\nvar faGlassWhiskey = {\n prefix: 'fas',\n iconName: 'glass-whiskey',\n icon: [512, 512, [], \"f7a0\", \"M480 32H32C12.5 32-2.4 49.2.3 68.5l56 356.5c4.5 31.5 31.5 54.9 63.4 54.9h273c31.8 0 58.9-23.4 63.4-54.9l55.6-356.5C514.4 49.2 499.5 32 480 32zm-37.4 64l-30 192h-313L69.4 96h373.2z\"]\n};\nvar faGlasses = {\n prefix: 'fas',\n iconName: 'glasses',\n icon: [576, 512, [], \"f530\", \"M574.1 280.37L528.75 98.66c-5.91-23.7-21.59-44.05-43-55.81-21.44-11.73-46.97-14.11-70.19-6.33l-15.25 5.08c-8.39 2.79-12.92 11.86-10.12 20.24l5.06 15.18c2.79 8.38 11.85 12.91 20.23 10.12l13.18-4.39c10.87-3.62 23-3.57 33.16 1.73 10.29 5.37 17.57 14.56 20.37 25.82l38.46 153.82c-22.19-6.81-49.79-12.46-81.2-12.46-34.77 0-73.98 7.02-114.85 26.74h-73.18c-40.87-19.74-80.08-26.75-114.86-26.75-31.42 0-59.02 5.65-81.21 12.46l38.46-153.83c2.79-11.25 10.09-20.45 20.38-25.81 10.16-5.3 22.28-5.35 33.15-1.73l13.17 4.39c8.38 2.79 17.44-1.74 20.23-10.12l5.06-15.18c2.8-8.38-1.73-17.45-10.12-20.24l-15.25-5.08c-23.22-7.78-48.75-5.41-70.19 6.33-21.41 11.77-37.09 32.11-43 55.8L1.9 280.37A64.218 64.218 0 0 0 0 295.86v70.25C0 429.01 51.58 480 115.2 480h37.12c60.28 0 110.37-45.94 114.88-105.37l2.93-38.63h35.75l2.93 38.63C313.31 434.06 363.4 480 423.68 480h37.12c63.62 0 115.2-50.99 115.2-113.88v-70.25c0-5.23-.64-10.43-1.9-15.5zm-370.72 89.42c-1.97 25.91-24.4 46.21-51.06 46.21H115.2C86.97 416 64 393.62 64 366.11v-37.54c18.12-6.49 43.42-12.92 72.58-12.92 23.86 0 47.26 4.33 69.93 12.92l-3.13 41.22zM512 366.12c0 27.51-22.97 49.88-51.2 49.88h-37.12c-26.67 0-49.1-20.3-51.06-46.21l-3.13-41.22c22.67-8.59 46.08-12.92 69.95-12.92 29.12 0 54.43 6.44 72.55 12.93v37.54z\"]\n};\nvar faGlobe = {\n prefix: 'fas',\n iconName: 'globe',\n icon: [496, 512, [], \"f0ac\", \"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"]\n};\nvar faGlobeAfrica = {\n prefix: 'fas',\n iconName: 'globe-africa',\n icon: [496, 512, [], \"f57c\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm160 215.5v6.93c0 5.87-3.32 11.24-8.57 13.86l-15.39 7.7a15.485 15.485 0 0 1-15.53-.97l-18.21-12.14a15.52 15.52 0 0 0-13.5-1.81l-2.65.88c-9.7 3.23-13.66 14.79-7.99 23.3l13.24 19.86c2.87 4.31 7.71 6.9 12.89 6.9h8.21c8.56 0 15.5 6.94 15.5 15.5v11.34c0 3.35-1.09 6.62-3.1 9.3l-18.74 24.98c-1.42 1.9-2.39 4.1-2.83 6.43l-4.3 22.83c-.62 3.29-2.29 6.29-4.76 8.56a159.608 159.608 0 0 0-25 29.16l-13.03 19.55a27.756 27.756 0 0 1-23.09 12.36c-10.51 0-20.12-5.94-24.82-15.34a78.902 78.902 0 0 1-8.33-35.29V367.5c0-8.56-6.94-15.5-15.5-15.5h-25.88c-14.49 0-28.38-5.76-38.63-16a54.659 54.659 0 0 1-16-38.63v-14.06c0-17.19 8.1-33.38 21.85-43.7l27.58-20.69a54.663 54.663 0 0 1 32.78-10.93h.89c8.48 0 16.85 1.97 24.43 5.77l14.72 7.36c3.68 1.84 7.93 2.14 11.83.84l47.31-15.77c6.33-2.11 10.6-8.03 10.6-14.7 0-8.56-6.94-15.5-15.5-15.5h-10.09c-4.11 0-8.05-1.63-10.96-4.54l-6.92-6.92a15.493 15.493 0 0 0-10.96-4.54H199.5c-8.56 0-15.5-6.94-15.5-15.5v-4.4c0-7.11 4.84-13.31 11.74-15.04l14.45-3.61c3.74-.94 7-3.23 9.14-6.44l8.08-12.11c2.87-4.31 7.71-6.9 12.89-6.9h24.21c8.56 0 15.5-6.94 15.5-15.5v-21.7C359.23 71.63 422.86 131.02 441.93 208H423.5c-8.56 0-15.5 6.94-15.5 15.5z\"]\n};\nvar faGlobeAmericas = {\n prefix: 'fas',\n iconName: 'globe-americas',\n icon: [496, 512, [], \"f57d\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm82.29 357.6c-3.9 3.88-7.99 7.95-11.31 11.28-2.99 3-5.1 6.7-6.17 10.71-1.51 5.66-2.73 11.38-4.77 16.87l-17.39 46.85c-13.76 3-28 4.69-42.65 4.69v-27.38c1.69-12.62-7.64-36.26-22.63-51.25-6-6-9.37-14.14-9.37-22.63v-32.01c0-11.64-6.27-22.34-16.46-27.97-14.37-7.95-34.81-19.06-48.81-26.11-11.48-5.78-22.1-13.14-31.65-21.75l-.8-.72a114.792 114.792 0 0 1-18.06-20.74c-9.38-13.77-24.66-36.42-34.59-51.14 20.47-45.5 57.36-82.04 103.2-101.89l24.01 12.01C203.48 89.74 216 82.01 216 70.11v-11.3c7.99-1.29 16.12-2.11 24.39-2.42l28.3 28.3c6.25 6.25 6.25 16.38 0 22.63L264 112l-10.34 10.34c-3.12 3.12-3.12 8.19 0 11.31l4.69 4.69c3.12 3.12 3.12 8.19 0 11.31l-8 8a8.008 8.008 0 0 1-5.66 2.34h-8.99c-2.08 0-4.08.81-5.58 2.27l-9.92 9.65a8.008 8.008 0 0 0-1.58 9.31l15.59 31.19c2.66 5.32-1.21 11.58-7.15 11.58h-5.64c-1.93 0-3.79-.7-5.24-1.96l-9.28-8.06a16.017 16.017 0 0 0-15.55-3.1l-31.17 10.39a11.95 11.95 0 0 0-8.17 11.34c0 4.53 2.56 8.66 6.61 10.69l11.08 5.54c9.41 4.71 19.79 7.16 30.31 7.16s22.59 27.29 32 32h66.75c8.49 0 16.62 3.37 22.63 9.37l13.69 13.69a30.503 30.503 0 0 1 8.93 21.57 46.536 46.536 0 0 1-13.72 32.98zM417 274.25c-5.79-1.45-10.84-5-14.15-9.97l-17.98-26.97a23.97 23.97 0 0 1 0-26.62l19.59-29.38c2.32-3.47 5.5-6.29 9.24-8.15l12.98-6.49C440.2 193.59 448 223.87 448 256c0 8.67-.74 17.16-1.82 25.54L417 274.25z\"]\n};\nvar faGlobeAsia = {\n prefix: 'fas',\n iconName: 'globe-asia',\n icon: [496, 512, [], \"f57e\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm-11.34 240.23c-2.89 4.82-8.1 7.77-13.72 7.77h-.31c-4.24 0-8.31 1.69-11.31 4.69l-5.66 5.66c-3.12 3.12-3.12 8.19 0 11.31l5.66 5.66c3 3 4.69 7.07 4.69 11.31V304c0 8.84-7.16 16-16 16h-6.11c-6.06 0-11.6-3.42-14.31-8.85l-22.62-45.23c-2.44-4.88-8.95-5.94-12.81-2.08l-19.47 19.46c-3 3-7.07 4.69-11.31 4.69H50.81C49.12 277.55 48 266.92 48 256c0-110.28 89.72-200 200-200 21.51 0 42.2 3.51 61.63 9.82l-50.16 38.53c-5.11 3.41-4.63 11.06.86 13.81l10.83 5.41c5.42 2.71 8.84 8.25 8.84 14.31V216c0 4.42-3.58 8-8 8h-3.06c-3.03 0-5.8-1.71-7.15-4.42-1.56-3.12-5.96-3.29-7.76-.3l-17.37 28.95zM408 358.43c0 4.24-1.69 8.31-4.69 11.31l-9.57 9.57c-3 3-7.07 4.69-11.31 4.69h-15.16c-4.24 0-8.31-1.69-11.31-4.69l-13.01-13.01a26.767 26.767 0 0 0-25.42-7.04l-21.27 5.32c-1.27.32-2.57.48-3.88.48h-10.34c-4.24 0-8.31-1.69-11.31-4.69l-11.91-11.91a8.008 8.008 0 0 1-2.34-5.66v-10.2c0-3.27 1.99-6.21 5.03-7.43l39.34-15.74c1.98-.79 3.86-1.82 5.59-3.05l23.71-16.89a7.978 7.978 0 0 1 4.64-1.48h12.09c3.23 0 6.15 1.94 7.39 4.93l5.35 12.85a4 4 0 0 0 3.69 2.46h3.8c1.78 0 3.35-1.18 3.84-2.88l4.2-14.47c.5-1.71 2.06-2.88 3.84-2.88h6.06c2.21 0 4 1.79 4 4v12.93c0 2.12.84 4.16 2.34 5.66l11.91 11.91c3 3 4.69 7.07 4.69 11.31v24.6z\"]\n};\nvar faGlobeEurope = {\n prefix: 'fas',\n iconName: 'globe-europe',\n icon: [496, 512, [], \"f7a2\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm200 248c0 22.5-3.9 44.2-10.8 64.4h-20.3c-4.3 0-8.4-1.7-11.4-4.8l-32-32.6c-4.5-4.6-4.5-12.1.1-16.7l12.5-12.5v-8.7c0-3-1.2-5.9-3.3-8l-9.4-9.4c-2.1-2.1-5-3.3-8-3.3h-16c-6.2 0-11.3-5.1-11.3-11.3 0-3 1.2-5.9 3.3-8l9.4-9.4c2.1-2.1 5-3.3 8-3.3h32c6.2 0 11.3-5.1 11.3-11.3v-9.4c0-6.2-5.1-11.3-11.3-11.3h-36.7c-8.8 0-16 7.2-16 16v4.5c0 6.9-4.4 13-10.9 15.2l-31.6 10.5c-3.3 1.1-5.5 4.1-5.5 7.6v2.2c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8s-3.6-8-8-8H247c-3 0-5.8 1.7-7.2 4.4l-9.4 18.7c-2.7 5.4-8.2 8.8-14.3 8.8H194c-8.8 0-16-7.2-16-16V199c0-4.2 1.7-8.3 4.7-11.3l20.1-20.1c4.6-4.6 7.2-10.9 7.2-17.5 0-3.4 2.2-6.5 5.5-7.6l40-13.3c1.7-.6 3.2-1.5 4.4-2.7l26.8-26.8c2.1-2.1 3.3-5 3.3-8 0-6.2-5.1-11.3-11.3-11.3H258l-16 16v8c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8v-20c0-2.5 1.2-4.9 3.2-6.4l28.9-21.7c1.9-.1 3.8-.3 5.7-.3C358.3 56 448 145.7 448 256zM130.1 149.1c0-3 1.2-5.9 3.3-8l25.4-25.4c2.1-2.1 5-3.3 8-3.3 6.2 0 11.3 5.1 11.3 11.3v16c0 3-1.2 5.9-3.3 8l-9.4 9.4c-2.1 2.1-5 3.3-8 3.3h-16c-6.2 0-11.3-5.1-11.3-11.3zm128 306.4v-7.1c0-8.8-7.2-16-16-16h-20.2c-10.8 0-26.7-5.3-35.4-11.8l-22.2-16.7c-11.5-8.6-18.2-22.1-18.2-36.4v-23.9c0-16 8.4-30.8 22.1-39l42.9-25.7c7.1-4.2 15.2-6.5 23.4-6.5h31.2c10.9 0 21.4 3.9 29.6 10.9l43.2 37.1h18.3c8.5 0 16.6 3.4 22.6 9.4l17.3 17.3c3.4 3.4 8.1 5.3 12.9 5.3H423c-32.4 58.9-93.8 99.5-164.9 103.1z\"]\n};\nvar faGolfBall = {\n prefix: 'fas',\n iconName: 'golf-ball',\n icon: [416, 512, [], \"f450\", \"M96 416h224c0 17.7-14.3 32-32 32h-16c-17.7 0-32 14.3-32 32v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-20c0-17.7-14.3-32-32-32h-16c-17.7 0-32-14.3-32-32zm320-208c0 74.2-39 139.2-97.5 176h-221C39 347.2 0 282.2 0 208 0 93.1 93.1 0 208 0s208 93.1 208 208zm-180.1 43.9c18.3 0 33.1-14.8 33.1-33.1 0-14.4-9.3-26.3-22.1-30.9 9.6 26.8-15.6 51.3-41.9 41.9 4.6 12.8 16.5 22.1 30.9 22.1zm49.1 46.9c0-14.4-9.3-26.3-22.1-30.9 9.6 26.8-15.6 51.3-41.9 41.9 4.6 12.8 16.5 22.1 30.9 22.1 18.3 0 33.1-14.9 33.1-33.1zm64-64c0-14.4-9.3-26.3-22.1-30.9 9.6 26.8-15.6 51.3-41.9 41.9 4.6 12.8 16.5 22.1 30.9 22.1 18.3 0 33.1-14.9 33.1-33.1z\"]\n};\nvar faGopuram = {\n prefix: 'fas',\n iconName: 'gopuram',\n icon: [512, 512, [], \"f664\", \"M496 352h-16V240c0-8.8-7.2-16-16-16h-16v-80c0-8.8-7.2-16-16-16h-16V16c0-8.8-7.2-16-16-16s-16 7.2-16 16v16h-64V16c0-8.8-7.2-16-16-16s-16 7.2-16 16v16h-64V16c0-8.8-7.2-16-16-16s-16 7.2-16 16v16h-64V16c0-8.8-7.2-16-16-16S96 7.2 96 16v112H80c-8.8 0-16 7.2-16 16v80H48c-8.8 0-16 7.2-16 16v112H16c-8.8 0-16 7.2-16 16v128c0 8.8 7.2 16 16 16h80V352h32V224h32v-96h32v96h-32v128h-32v160h80v-80c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16v80h80V352h-32V224h-32v-96h32v96h32v128h32v160h80c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16zM232 176c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v48h-48zm56 176h-64v-64c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16z\"]\n};\nvar faGraduationCap = {\n prefix: 'fas',\n iconName: 'graduation-cap',\n icon: [640, 512, [], \"f19d\", \"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"]\n};\nvar faGreaterThan = {\n prefix: 'fas',\n iconName: 'greater-than',\n icon: [384, 512, [], \"f531\", \"M365.52 209.85L59.22 67.01c-16.06-7.49-35.15-.54-42.64 15.52L3.01 111.61c-7.49 16.06-.54 35.15 15.52 42.64L236.96 256.1 18.49 357.99C2.47 365.46-4.46 384.5 3.01 400.52l13.52 29C24 445.54 43.04 452.47 59.06 445l306.47-142.91a32.003 32.003 0 0 0 18.48-29v-34.23c-.01-12.45-7.21-23.76-18.49-29.01z\"]\n};\nvar faGreaterThanEqual = {\n prefix: 'fas',\n iconName: 'greater-than-equal',\n icon: [448, 512, [], \"f532\", \"M55.22 107.69l175.56 68.09-175.44 68.05c-18.39 6.03-27.88 24.39-21.2 41l12.09 30.08c6.68 16.61 26.99 25.19 45.38 19.15L393.02 214.2c13.77-4.52 22.98-16.61 22.98-30.17v-15.96c0-13.56-9.21-25.65-22.98-30.17L91.3 17.92c-18.29-6-38.51 2.53-45.15 19.06L34.12 66.9c-6.64 16.53 2.81 34.79 21.1 40.79zM424 400H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h400c13.25 0 24-10.75 24-24v-48c0-13.26-10.75-24-24-24z\"]\n};\nvar faGrimace = {\n prefix: 'fas',\n iconName: 'grimace',\n icon: [496, 512, [], \"f57f\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM144 400h-8c-17.7 0-32-14.3-32-32v-8h40v40zm0-56h-40v-8c0-17.7 14.3-32 32-32h8v40zm-8-136c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm72 192h-48v-40h48v40zm0-56h-48v-40h48v40zm64 56h-48v-40h48v40zm0-56h-48v-40h48v40zm64 56h-48v-40h48v40zm0-56h-48v-40h48v40zm-8-104c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm64 128c0 17.7-14.3 32-32 32h-8v-40h40v8zm0-24h-40v-40h8c17.7 0 32 14.3 32 32v8z\"]\n};\nvar faGrin = {\n prefix: 'fas',\n iconName: 'grin',\n icon: [496, 512, [], \"f580\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm80 256c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.3-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinAlt = {\n prefix: 'fas',\n iconName: 'grin-alt',\n icon: [496, 512, [], \"f581\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm63.7 128.7c7.6-11.4 24.7-11.7 32.7 0 12.4 18.4 15.1 36.9 15.7 55.3-.5 18.4-3.3 36.9-15.7 55.3-7.6 11.4-24.7 11.7-32.7 0-12.4-18.4-15.1-36.9-15.7-55.3.5-18.4 3.3-36.9 15.7-55.3zm-160 0c7.6-11.4 24.7-11.7 32.7 0 12.4 18.4 15.1 36.9 15.7 55.3-.5 18.4-3.3 36.9-15.7 55.3-7.6 11.4-24.7 11.7-32.7 0-12.4-18.4-15.1-36.9-15.7-55.3.5-18.4 3.3-36.9 15.7-55.3zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinBeam = {\n prefix: 'fas',\n iconName: 'grin-beam',\n icon: [496, 512, [], \"f582\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 144c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm-160 0c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm80 280c-60.6 0-134.5-38.3-143.8-93.3-2-11.9 9.4-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinBeamSweat = {\n prefix: 'fas',\n iconName: 'grin-beam-sweat',\n icon: [504, 512, [], \"f583\", \"M456 128c26.5 0 48-21 48-47 0-20-28.5-60.4-41.6-77.8-3.2-4.3-9.6-4.3-12.8 0C436.5 20.6 408 61 408 81c0 26 21.5 47 48 47zm0 32c-44.1 0-80-35.4-80-79 0-4.4.3-14.2 8.1-32.2C345 23.1 298.3 8 248 8 111 8 0 119 0 256s111 248 248 248 248-111 248-248c0-35.1-7.4-68.4-20.5-98.6-6.3 1.5-12.7 2.6-19.5 2.6zm-128-8c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm-160 0c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm80 280c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.2 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinHearts = {\n prefix: 'fas',\n iconName: 'grin-hearts',\n icon: [496, 512, [], \"f584\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM90.4 183.6c6.7-17.6 26.7-26.7 44.9-21.9l7.1 1.9 2-7.1c5-18.1 22.8-30.9 41.5-27.9 21.4 3.4 34.4 24.2 28.8 44.5L195.3 243c-1.2 4.5-5.9 7.2-10.5 6l-70.2-18.2c-20.4-5.4-31.9-27-24.2-47.2zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.2-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.6 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3zm133.4-201.3l-70.2 18.2c-4.5 1.2-9.2-1.5-10.5-6L281.3 173c-5.6-20.3 7.4-41.1 28.8-44.5 18.6-3 36.4 9.8 41.5 27.9l2 7.1 7.1-1.9c18.2-4.7 38.2 4.3 44.9 21.9 7.7 20.3-3.8 41.9-24.2 47.2z\"]\n};\nvar faGrinSquint = {\n prefix: 'fas',\n iconName: 'grin-squint',\n icon: [496, 512, [], \"f585\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm33.8 189.7l80-48c11.6-6.9 24 7.7 15.4 18L343.6 208l33.6 40.3c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.7-4.7-7.7-15.9 0-20.6zm-163-30c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.8 4.7 7.8 15.9 0 20.6l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.9 9.4-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.2 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinSquintTears = {\n prefix: 'fas',\n iconName: 'grin-squint-tears',\n icon: [512, 512, [], \"f586\", \"M409.6 111.9c22.6-3.2 73.5-12 88.3-26.8 19.2-19.2 18.9-50.6-.7-70.2S446-5 426.9 14.2c-14.8 14.8-23.5 65.7-26.8 88.3-.8 5.5 3.9 10.2 9.5 9.4zM102.4 400.1c-22.6 3.2-73.5 12-88.3 26.8-19.1 19.1-18.8 50.6.8 70.2s51 19.9 70.2.7c14.8-14.8 23.5-65.7 26.8-88.3.8-5.5-3.9-10.2-9.5-9.4zm311.7-256.5c-33 3.9-48.6-25.1-45.7-45.7 3.4-24 7.4-42.1 11.5-56.5C285.1-13.4 161.8-.5 80.6 80.6-.5 161.7-13.4 285 41.4 379.9c14.4-4.1 32.4-8 56.5-11.5 33.2-3.9 48.6 25.2 45.7 45.7-3.4 24-7.4 42.1-11.5 56.5 94.8 54.8 218.1 41.9 299.3-39.2s94-204.4 39.2-299.3c-14.4 4.1-32.5 8-56.5 11.5zM255.7 106c3.3-13.2 22.4-11.5 23.6 1.8l4.8 52.3 52.3 4.8c13.4 1.2 14.9 20.3 1.8 23.6l-90.5 22.6c-8.9 2.2-16.7-5.9-14.5-14.5l22.5-90.6zm-90.9 230.3L160 284l-52.3-4.8c-13.4-1.2-14.9-20.3-1.8-23.6l90.5-22.6c8.8-2.2 16.7 5.8 14.5 14.5L188.3 338c-3.1 13.2-22.2 11.7-23.5-1.7zm215.7 44.2c-29.3 29.3-75.7 50.4-116.7 50.4-18.9 0-36.6-4.5-51-14.7-9.8-6.9-8.7-21.8 2-27.2 28.3-14.6 63.9-42.4 97.8-76.3s61.7-69.6 76.3-97.8c5.4-10.5 20.2-11.9 27.3-2 32.3 45.3 7.1 124.7-35.7 167.6z\"]\n};\nvar faGrinStars = {\n prefix: 'fas',\n iconName: 'grin-stars',\n icon: [496, 512, [], \"f587\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM94.6 168.9l34.9-5 15.5-31.6c2.9-5.8 11-5.8 13.9 0l15.5 31.6 34.9 5c6.2 1 8.9 8.6 4.3 13.2l-25.4 24.6 6 34.9c1 6.2-5.3 11-11 7.9L152 233.3l-31.3 16.3c-5.7 3.1-12-1.7-11-7.9l6-34.9-25.4-24.6c-4.6-4.7-1.9-12.3 4.3-13.3zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3zm157.7-249.9l-25.4 24.6 6 34.9c1 6.2-5.3 11-11 7.9L344 233.3l-31.3 16.3c-5.7 3.1-12-1.7-11-7.9l6-34.9-25.4-24.6c-4.5-4.6-1.9-12.2 4.3-13.2l34.9-5 15.5-31.6c2.9-5.8 11-5.8 13.9 0l15.5 31.6 34.9 5c6.3.9 9 8.5 4.4 13.1z\"]\n};\nvar faGrinTears = {\n prefix: 'fas',\n iconName: 'grin-tears',\n icon: [640, 512, [], \"f588\", \"M102.4 256.1c-22.6 3.2-73.5 12-88.3 26.8-19.1 19.1-18.8 50.6.8 70.2s51 19.9 70.2.7c14.8-14.8 23.5-65.7 26.8-88.3.8-5.5-3.9-10.2-9.5-9.4zm523.4 26.8c-14.8-14.8-65.7-23.5-88.3-26.8-5.5-.8-10.3 3.9-9.5 9.5 3.2 22.6 12 73.5 26.8 88.3 19.2 19.2 50.6 18.9 70.2-.7s20-51.2.8-70.3zm-129.4-12.8c-3.8-26.6 19.1-49.5 45.7-45.7 8.9 1.3 16.8 2.7 24.3 4.1C552.7 104.5 447.7 8 320 8S87.3 104.5 73.6 228.5c7.5-1.4 15.4-2.8 24.3-4.1 33.2-3.9 48.6 25.3 45.7 45.7-11.8 82.3-29.9 100.4-35.8 106.4-.9.9-2 1.6-3 2.5 42.7 74.6 123 125 215.2 125s172.5-50.4 215.2-125.1c-1-.9-2.1-1.5-3-2.5-5.9-5.9-24-24-35.8-106.3zM400 152c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm-160 0c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm80 280c-60.6 0-134.5-38.3-143.8-93.3-2-11.7 9.2-21.6 20.7-17.9C227.1 330.5 272 336 320 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinTongue = {\n prefix: 'fas',\n iconName: 'grin-tongue',\n icon: [496, 512, [], \"f589\", \"M248 8C111 8 0 119 0 256c0 106.3 67 196.7 161 232-5.6-12.2-9-25.7-9-40v-45.5c-24.7-16.2-43.5-38.1-47.8-63.8-2-11.8 9.3-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.6 22.6 6.1 20.7 17.9-4.3 25.7-23.1 47.6-47.8 63.8V448c0 14.3-3.4 27.8-9 40 94-35.3 161-125.7 161-232C496 119 385 8 248 8zm-80 232c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm160 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm-34.9 134.6c-14.4-6.5-31.1 2.2-34.6 17.6l-1.8 7.8c-2.1 9.2-15.2 9.2-17.3 0l-1.8-7.8c-3.5-15.4-20.2-24.1-34.6-17.6-.9.4.3-.2-18.9 9.4v63c0 35.2 28 64.5 63.1 64.9 35.7.5 64.9-28.4 64.9-64v-64c-19.5-9.6-18.2-8.9-19-9.3z\"]\n};\nvar faGrinTongueSquint = {\n prefix: 'fas',\n iconName: 'grin-tongue-squint',\n icon: [496, 512, [], \"f58a\", \"M293.1 374.6c-14.4-6.5-31.1 2.2-34.6 17.6l-1.8 7.8c-2.1 9.2-15.2 9.2-17.3 0l-1.8-7.8c-3.5-15.4-20.2-24.1-34.6-17.6-.9.4.3-.2-18.9 9.4v63c0 35.2 28 64.5 63.1 64.9 35.7.5 64.9-28.4 64.9-64v-64c-19.5-9.6-18.2-8.9-19-9.3zM248 8C111 8 0 119 0 256c0 106.3 67 196.7 161 232-5.6-12.2-9-25.7-9-40v-45.5c-24.7-16.2-43.5-38.1-47.8-63.8-2-11.8 9.2-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-4.3 25.7-23.1 47.6-47.8 63.8V448c0 14.3-3.4 27.8-9 40 94-35.3 161-125.7 161-232C496 119 385 8 248 8zm-33.8 210.3l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.7 4.7 7.7 15.9 0 20.6zm163 30c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.8-4.7-7.8-15.9 0-20.6l80-48c11.7-6.9 23.9 7.7 15.4 18L343.6 208l33.6 40.3z\"]\n};\nvar faGrinTongueWink = {\n prefix: 'fas',\n iconName: 'grin-tongue-wink',\n icon: [496, 512, [], \"f58b\", \"M344 184c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zM248 8C111 8 0 119 0 256c0 106.3 67 196.7 161 232-5.6-12.2-9-25.7-9-40v-45.5c-24.7-16.2-43.5-38.1-47.8-63.8-2-11.8 9.3-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.1 20.7 17.9-4.3 25.7-23.1 47.6-47.8 63.8V448c0 14.3-3.4 27.8-9 40 94-35.3 161-125.7 161-232C496 119 385 8 248 8zm-56 225l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L112 233c-8.5 7.4-21.6.3-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S208 197 212 222.2c1.6 11.1-11.6 18.2-20 10.8zm152 39c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm-50.9 102.6c-14.4-6.5-31.1 2.2-34.6 17.6l-1.8 7.8c-2.1 9.2-15.2 9.2-17.3 0l-1.8-7.8c-3.5-15.4-20.2-24.1-34.6-17.6-.9.4.3-.2-18.9 9.4v63c0 35.2 28 64.5 63.1 64.9 35.7.5 64.9-28.4 64.9-64v-64c-19.5-9.6-18.2-8.9-19-9.3z\"]\n};\nvar faGrinWink = {\n prefix: 'fas',\n iconName: 'grin-wink',\n icon: [496, 512, [], \"f58c\", \"M0 256c0 137 111 248 248 248s248-111 248-248S385 8 248 8 0 119 0 256zm200-48c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm168 25l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L288 233c-8.3 7.4-21.6.4-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S384 197 388 222.2c1.6 11-11.5 18.2-20 10.8zm-243.1 87.8C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.3-3.7 22.6 6 20.7 17.9-9.2 55-83.2 93.3-143.8 93.3s-134.5-38.3-143.8-93.3c-2-11.9 9.3-21.6 20.7-17.9z\"]\n};\nvar faGripHorizontal = {\n prefix: 'fas',\n iconName: 'grip-horizontal',\n icon: [448, 512, [], \"f58d\", \"M96 288H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zM96 96H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z\"]\n};\nvar faGripLines = {\n prefix: 'fas',\n iconName: 'grip-lines',\n icon: [512, 512, [], \"f7a4\", \"M496 288H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-128H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16z\"]\n};\nvar faGripLinesVertical = {\n prefix: 'fas',\n iconName: 'grip-lines-vertical',\n icon: [256, 512, [], \"f7a5\", \"M96 496V16c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v480c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16zm128 0V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v480c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16z\"]\n};\nvar faGripVertical = {\n prefix: 'fas',\n iconName: 'grip-vertical',\n icon: [320, 512, [], \"f58e\", \"M96 32H32C14.33 32 0 46.33 0 64v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zm0 160H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm0 160H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zM288 32h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zm0 160h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm0 160h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z\"]\n};\nvar faGuitar = {\n prefix: 'fas',\n iconName: 'guitar',\n icon: [512, 512, [], \"f7a6\", \"M502.63 39L473 9.37a32 32 0 0 0-45.26 0L381.46 55.7a35.14 35.14 0 0 0-8.53 13.79L360.77 106l-76.26 76.26c-12.16-8.76-25.5-15.74-40.1-19.14-33.45-7.78-67-.88-89.88 22a82.45 82.45 0 0 0-20.24 33.47c-6 18.56-23.21 32.69-42.15 34.46-23.7 2.27-45.73 11.45-62.61 28.44C-16.11 327-7.9 409 47.58 464.45S185 528 230.56 482.52c17-16.88 26.16-38.9 28.45-62.71 1.76-18.85 15.89-36.13 34.43-42.14a82.6 82.6 0 0 0 33.48-20.25c22.87-22.88 29.74-56.36 22-89.75-3.39-14.64-10.37-28-19.16-40.2L406 151.23l36.48-12.16a35.14 35.14 0 0 0 13.79-8.53l46.33-46.32a32 32 0 0 0 .03-45.22zM208 352a48 48 0 1 1 48-48 48 48 0 0 1-48 48z\"]\n};\nvar faHSquare = {\n prefix: 'fas',\n iconName: 'h-square',\n icon: [448, 512, [], \"f0fd\", \"M448 80v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48zm-112 48h-32c-8.837 0-16 7.163-16 16v80H160v-80c0-8.837-7.163-16-16-16h-32c-8.837 0-16 7.163-16 16v224c0 8.837 7.163 16 16 16h32c8.837 0 16-7.163 16-16v-80h128v80c0 8.837 7.163 16 16 16h32c8.837 0 16-7.163 16-16V144c0-8.837-7.163-16-16-16z\"]\n};\nvar faHamburger = {\n prefix: 'fas',\n iconName: 'hamburger',\n icon: [512, 512, [], \"f805\", \"M464 256H48a48 48 0 0 0 0 96h416a48 48 0 0 0 0-96zm16 128H32a16 16 0 0 0-16 16v16a64 64 0 0 0 64 64h352a64 64 0 0 0 64-64v-16a16 16 0 0 0-16-16zM58.64 224h394.72c34.57 0 54.62-43.9 34.82-75.88C448 83.2 359.55 32.1 256 32c-103.54.1-192 51.2-232.18 116.11C4 180.09 24.07 224 58.64 224zM384 112a16 16 0 1 1-16 16 16 16 0 0 1 16-16zM256 80a16 16 0 1 1-16 16 16 16 0 0 1 16-16zm-128 32a16 16 0 1 1-16 16 16 16 0 0 1 16-16z\"]\n};\nvar faHammer = {\n prefix: 'fas',\n iconName: 'hammer',\n icon: [576, 512, [], \"f6e3\", \"M571.31 193.94l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31-28.9-28.9c5.63-21.31.36-44.9-16.35-61.61l-45.25-45.25c-62.48-62.48-163.79-62.48-226.28 0l90.51 45.25v18.75c0 16.97 6.74 33.25 18.75 45.25l49.14 49.14c16.71 16.71 40.3 21.98 61.61 16.35l28.9 28.9-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l90.51-90.51c6.23-6.24 6.23-16.37-.02-22.62zm-286.72-15.2c-3.7-3.7-6.84-7.79-9.85-11.95L19.64 404.96c-25.57 23.88-26.26 64.19-1.53 88.93s65.05 24.05 88.93-1.53l238.13-255.07c-3.96-2.91-7.9-5.87-11.44-9.41l-49.14-49.14z\"]\n};\nvar faHamsa = {\n prefix: 'fas',\n iconName: 'hamsa',\n icon: [512, 512, [], \"f665\", \"M509.34 307.25C504.28 295.56 492.75 288 480 288h-64V80c0-22-18-40-40-40s-40 18-40 40v134c0 5.52-4.48 10-10 10h-20c-5.52 0-10-4.48-10-10V40c0-22-18-40-40-40s-40 18-40 40v174c0 5.52-4.48 10-10 10h-20c-5.52 0-10-4.48-10-10V80c0-22-18-40-40-40S96 58 96 80v208H32c-12.75 0-24.28 7.56-29.34 19.25a31.966 31.966 0 0 0 5.94 34.58l102.69 110.03C146.97 490.08 199.69 512 256 512s109.03-21.92 144.72-60.14L503.4 341.83a31.966 31.966 0 0 0 5.94-34.58zM256 416c-53.02 0-96-64-96-64s42.98-64 96-64 96 64 96 64-42.98 64-96 64zm0-96c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32z\"]\n};\nvar faHandHolding = {\n prefix: 'fas',\n iconName: 'hand-holding',\n icon: [576, 512, [], \"f4bd\", \"M565.3 328.1c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"]\n};\nvar faHandHoldingHeart = {\n prefix: 'fas',\n iconName: 'hand-holding-heart',\n icon: [576, 512, [], \"f4be\", \"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"]\n};\nvar faHandHoldingMedical = {\n prefix: 'fas',\n iconName: 'hand-holding-medical',\n icon: [576, 512, [], \"e05c\", \"M159.88,175.82h64v64a16,16,0,0,0,16,16h64a16,16,0,0,0,16-16v-64h64a16,16,0,0,0,16-16v-64a16,16,0,0,0-16-16h-64v-64a16,16,0,0,0-16-16h-64a16,16,0,0,0-16,16v64h-64a16,16,0,0,0-16,16v64A16,16,0,0,0,159.88,175.82ZM568.07,336.13a39.91,39.91,0,0,0-55.93-8.47L392.47,415.84H271.86a16,16,0,0,1,0-32H350.1c16,0,30.75-10.87,33.37-26.61a32.06,32.06,0,0,0-31.62-37.38h-160a117.7,117.7,0,0,0-74.12,26.25l-46.5,37.74H15.87a16.11,16.11,0,0,0-16,16v96a16.11,16.11,0,0,0,16,16h347a104.8,104.8,0,0,0,61.7-20.27L559.6,392A40,40,0,0,0,568.07,336.13Z\"]\n};\nvar faHandHoldingUsd = {\n prefix: 'fas',\n iconName: 'hand-holding-usd',\n icon: [576, 512, [], \"f4c0\", \"M271.06,144.3l54.27,14.3a8.59,8.59,0,0,1,6.63,8.1c0,4.6-4.09,8.4-9.12,8.4h-35.6a30,30,0,0,1-11.19-2.2c-5.24-2.2-11.28-1.7-15.3,2l-19,17.5a11.68,11.68,0,0,0-2.25,2.66,11.42,11.42,0,0,0,3.88,15.74,83.77,83.77,0,0,0,34.51,11.5V240c0,8.8,7.83,16,17.37,16h17.37c9.55,0,17.38-7.2,17.38-16V222.4c32.93-3.6,57.84-31,53.5-63-3.15-23-22.46-41.3-46.56-47.7L282.68,97.4a8.59,8.59,0,0,1-6.63-8.1c0-4.6,4.09-8.4,9.12-8.4h35.6A30,30,0,0,1,332,83.1c5.23,2.2,11.28,1.7,15.3-2l19-17.5A11.31,11.31,0,0,0,368.47,61a11.43,11.43,0,0,0-3.84-15.78,83.82,83.82,0,0,0-34.52-11.5V16c0-8.8-7.82-16-17.37-16H295.37C285.82,0,278,7.2,278,16V33.6c-32.89,3.6-57.85,31-53.51,63C227.63,119.6,247,137.9,271.06,144.3ZM565.27,328.1c-11.8-10.7-30.2-10-42.6,0L430.27,402a63.64,63.64,0,0,1-40,14H272a16,16,0,0,1,0-32h78.29c15.9,0,30.71-10.9,33.25-26.6a31.2,31.2,0,0,0,.46-5.46A32,32,0,0,0,352,320H192a117.66,117.66,0,0,0-74.1,26.29L71.4,384H16A16,16,0,0,0,0,400v96a16,16,0,0,0,16,16H372.77a64,64,0,0,0,40-14L564,377a32,32,0,0,0,1.28-48.9Z\"]\n};\nvar faHandHoldingWater = {\n prefix: 'fas',\n iconName: 'hand-holding-water',\n icon: [576, 512, [], \"f4c1\", \"M288 256c53 0 96-42.1 96-94 0-40-57.1-120.7-83.2-155.6-6.4-8.5-19.2-8.5-25.6 0C249.1 41.3 192 122 192 162c0 51.9 43 94 96 94zm277.3 72.1c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"]\n};\nvar faHandLizard = {\n prefix: 'fas',\n iconName: 'hand-lizard',\n icon: [576, 512, [], \"f258\", \"M384 480h192V363.778a95.998 95.998 0 0 0-14.833-51.263L398.127 54.368A48 48 0 0 0 357.544 32H24C10.745 32 0 42.745 0 56v16c0 30.928 25.072 56 56 56h229.981c12.844 0 21.556 13.067 16.615 24.923l-21.41 51.385A32 32 0 0 1 251.648 224H128c-35.346 0-64 28.654-64 64v8c0 13.255 10.745 24 24 24h147.406a47.995 47.995 0 0 1 25.692 7.455l111.748 70.811A24.001 24.001 0 0 1 384 418.539V480z\"]\n};\nvar faHandMiddleFinger = {\n prefix: 'fas',\n iconName: 'hand-middle-finger',\n icon: [512, 512, [], \"f806\", \"M479.93 317.12a37.33 37.33 0 0 0-28.28-36.19L416 272v-49.59c0-11.44-9.69-21.29-23.15-23.54l-38.4-6.4C336.63 189.5 320 200.86 320 216v32a8 8 0 0 1-16 0V50c0-26.28-20.25-49.2-46.52-50A48 48 0 0 0 208 48v200a8 8 0 0 1-16 0v-32c0-15.15-16.63-26.51-34.45-23.54l-30.68 5.12c-18 3-30.87 16.12-30.87 31.38V376a8 8 0 0 1-16 0v-76l-27.36 15A37.34 37.34 0 0 0 32 348.4v73.47a37.31 37.31 0 0 0 10.93 26.39l30.93 30.93A112 112 0 0 0 153.05 512h215A112 112 0 0 0 480 400z\"]\n};\nvar faHandPaper = {\n prefix: 'fas',\n iconName: 'hand-paper',\n icon: [448, 512, [], \"f256\", \"M408.781 128.007C386.356 127.578 368 146.36 368 168.79V256h-8V79.79c0-22.43-18.356-41.212-40.781-40.783C297.488 39.423 280 57.169 280 79v177h-8V40.79C272 18.36 253.644-.422 231.219.007 209.488.423 192 18.169 192 40v216h-8V80.79c0-22.43-18.356-41.212-40.781-40.783C121.488 40.423 104 58.169 104 80v235.992l-31.648-43.519c-12.993-17.866-38.009-21.817-55.877-8.823-17.865 12.994-21.815 38.01-8.822 55.877l125.601 172.705A48 48 0 0 0 172.073 512h197.59c22.274 0 41.622-15.324 46.724-37.006l26.508-112.66a192.011 192.011 0 0 0 5.104-43.975V168c.001-21.831-17.487-39.577-39.218-39.993z\"]\n};\nvar faHandPeace = {\n prefix: 'fas',\n iconName: 'hand-peace',\n icon: [448, 512, [], \"f25b\", \"M408 216c-22.092 0-40 17.909-40 40h-8v-32c0-22.091-17.908-40-40-40s-40 17.909-40 40v32h-8V48c0-26.51-21.49-48-48-48s-48 21.49-48 48v208h-13.572L92.688 78.449C82.994 53.774 55.134 41.63 30.461 51.324 5.787 61.017-6.356 88.877 3.337 113.551l74.765 190.342-31.09 24.872c-15.381 12.306-19.515 33.978-9.741 51.081l64 112A39.998 39.998 0 0 0 136 512h240c18.562 0 34.686-12.77 38.937-30.838l32-136A39.97 39.97 0 0 0 448 336v-80c0-22.091-17.908-40-40-40z\"]\n};\nvar faHandPointDown = {\n prefix: 'fas',\n iconName: 'hand-point-down',\n icon: [384, 512, [], \"f0a7\", \"M91.826 467.2V317.966c-8.248 5.841-16.558 10.57-24.918 14.153C35.098 345.752-.014 322.222 0 288c.008-18.616 10.897-32.203 29.092-40 28.286-12.122 64.329-78.648 77.323-107.534 7.956-17.857 25.479-28.453 43.845-28.464l.001-.002h171.526c11.812 0 21.897 8.596 23.703 20.269 7.25 46.837 38.483 61.76 38.315 123.731-.007 2.724.195 13.254.195 16 0 50.654-22.122 81.574-71.263 72.6-9.297 18.597-39.486 30.738-62.315 16.45-21.177 24.645-53.896 22.639-70.944 6.299V467.2c0 24.15-20.201 44.8-43.826 44.8-23.283 0-43.826-21.35-43.826-44.8zM112 72V24c0-13.255 10.745-24 24-24h192c13.255 0 24 10.745 24 24v48c0 13.255-10.745 24-24 24H136c-13.255 0-24-10.745-24-24zm212-24c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z\"]\n};\nvar faHandPointLeft = {\n prefix: 'fas',\n iconName: 'hand-point-left',\n icon: [512, 512, [], \"f0a5\", \"M44.8 155.826h149.234c-5.841-8.248-10.57-16.558-14.153-24.918C166.248 99.098 189.778 63.986 224 64c18.616.008 32.203 10.897 40 29.092 12.122 28.286 78.648 64.329 107.534 77.323 17.857 7.956 28.453 25.479 28.464 43.845l.002.001v171.526c0 11.812-8.596 21.897-20.269 23.703-46.837 7.25-61.76 38.483-123.731 38.315-2.724-.007-13.254.195-16 .195-50.654 0-81.574-22.122-72.6-71.263-18.597-9.297-30.738-39.486-16.45-62.315-24.645-21.177-22.639-53.896-6.299-70.944H44.8c-24.15 0-44.8-20.201-44.8-43.826 0-23.283 21.35-43.826 44.8-43.826zM440 176h48c13.255 0 24 10.745 24 24v192c0 13.255-10.745 24-24 24h-48c-13.255 0-24-10.745-24-24V200c0-13.255 10.745-24 24-24zm24 212c11.046 0 20-8.954 20-20s-8.954-20-20-20-20 8.954-20 20 8.954 20 20 20z\"]\n};\nvar faHandPointRight = {\n prefix: 'fas',\n iconName: 'hand-point-right',\n icon: [512, 512, [], \"f0a4\", \"M512 199.652c0 23.625-20.65 43.826-44.8 43.826h-99.851c16.34 17.048 18.346 49.766-6.299 70.944 14.288 22.829 2.147 53.017-16.45 62.315C353.574 425.878 322.654 448 272 448c-2.746 0-13.276-.203-16-.195-61.971.168-76.894-31.065-123.731-38.315C120.596 407.683 112 397.599 112 385.786V214.261l.002-.001c.011-18.366 10.607-35.889 28.464-43.845 28.886-12.994 95.413-49.038 107.534-77.323 7.797-18.194 21.384-29.084 40-29.092 34.222-.014 57.752 35.098 44.119 66.908-3.583 8.359-8.312 16.67-14.153 24.918H467.2c23.45 0 44.8 20.543 44.8 43.826zM96 200v192c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V200c0-13.255 10.745-24 24-24h48c13.255 0 24 10.745 24 24zM68 368c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z\"]\n};\nvar faHandPointUp = {\n prefix: 'fas',\n iconName: 'hand-point-up',\n icon: [384, 512, [], \"f0a6\", \"M135.652 0c23.625 0 43.826 20.65 43.826 44.8v99.851c17.048-16.34 49.766-18.346 70.944 6.299 22.829-14.288 53.017-2.147 62.315 16.45C361.878 158.426 384 189.346 384 240c0 2.746-.203 13.276-.195 16 .168 61.971-31.065 76.894-38.315 123.731C343.683 391.404 333.599 400 321.786 400H150.261l-.001-.002c-18.366-.011-35.889-10.607-43.845-28.464C93.421 342.648 57.377 276.122 29.092 264 10.897 256.203.008 242.616 0 224c-.014-34.222 35.098-57.752 66.908-44.119 8.359 3.583 16.67 8.312 24.918 14.153V44.8c0-23.45 20.543-44.8 43.826-44.8zM136 416h192c13.255 0 24 10.745 24 24v48c0 13.255-10.745 24-24 24H136c-13.255 0-24-10.745-24-24v-48c0-13.255 10.745-24 24-24zm168 28c-11.046 0-20 8.954-20 20s8.954 20 20 20 20-8.954 20-20-8.954-20-20-20z\"]\n};\nvar faHandPointer = {\n prefix: 'fas',\n iconName: 'hand-pointer',\n icon: [448, 512, [], \"f25a\", \"M448 240v96c0 3.084-.356 6.159-1.063 9.162l-32 136C410.686 499.23 394.562 512 376 512H168a40.004 40.004 0 0 1-32.35-16.473l-127.997-176c-12.993-17.866-9.043-42.883 8.822-55.876 17.867-12.994 42.884-9.043 55.877 8.823L104 315.992V40c0-22.091 17.908-40 40-40s40 17.909 40 40v200h8v-40c0-22.091 17.908-40 40-40s40 17.909 40 40v40h8v-24c0-22.091 17.908-40 40-40s40 17.909 40 40v24h8c0-22.091 17.908-40 40-40s40 17.909 40 40zm-256 80h-8v96h8v-96zm88 0h-8v96h8v-96zm88 0h-8v96h8v-96z\"]\n};\nvar faHandRock = {\n prefix: 'fas',\n iconName: 'hand-rock',\n icon: [512, 512, [], \"f255\", \"M464.8 80c-26.9-.4-48.8 21.2-48.8 48h-8V96.8c0-26.3-20.9-48.3-47.2-48.8-26.9-.4-48.8 21.2-48.8 48v32h-8V80.8c0-26.3-20.9-48.3-47.2-48.8-26.9-.4-48.8 21.2-48.8 48v48h-8V96.8c0-26.3-20.9-48.3-47.2-48.8-26.9-.4-48.8 21.2-48.8 48v136l-8-7.1v-48.1c0-26.3-20.9-48.3-47.2-48.8C21.9 127.6 0 149.2 0 176v66.4c0 27.4 11.7 53.5 32.2 71.8l111.7 99.3c10.2 9.1 16.1 22.2 16.1 35.9v6.7c0 13.3 10.7 24 24 24h240c13.3 0 24-10.7 24-24v-2.9c0-12.8 2.6-25.5 7.5-37.3l49-116.3c5-11.8 7.5-24.5 7.5-37.3V128.8c0-26.3-20.9-48.4-47.2-48.8z\"]\n};\nvar faHandScissors = {\n prefix: 'fas',\n iconName: 'hand-scissors',\n icon: [512, 512, [], \"f257\", \"M216 440c0-22.092 17.909-40 40-40v-8h-32c-22.091 0-40-17.908-40-40s17.909-40 40-40h32v-8H48c-26.51 0-48-21.49-48-48s21.49-48 48-48h208v-13.572l-177.551-69.74c-24.674-9.694-36.818-37.555-27.125-62.228 9.693-24.674 37.554-36.817 62.228-27.124l190.342 74.765 24.872-31.09c12.306-15.381 33.978-19.515 51.081-9.741l112 64A40.002 40.002 0 0 1 512 168v240c0 18.562-12.77 34.686-30.838 38.937l-136 32A39.982 39.982 0 0 1 336 480h-80c-22.091 0-40-17.908-40-40z\"]\n};\nvar faHandSparkles = {\n prefix: 'fas',\n iconName: 'hand-sparkles',\n icon: [640, 512, [], \"e05d\", \"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"]\n};\nvar faHandSpock = {\n prefix: 'fas',\n iconName: 'hand-spock',\n icon: [512, 512, [], \"f259\", \"M510.9005,145.27027,442.604,432.09391A103.99507,103.99507,0,0,1,341.43745,512H214.074a135.96968,135.96968,0,0,1-93.18489-36.95291L12.59072,373.12723a39.992,39.992,0,0,1,54.8122-58.24988l60.59342,57.02528v0a283.24849,283.24849,0,0,0-11.6703-80.46734L73.63726,147.36011a40.00575,40.00575,0,1,1,76.71833-22.7187l37.15458,125.39477a8.33113,8.33113,0,0,0,16.05656-4.4414L153.26183,49.95406A39.99638,39.99638,0,1,1,230.73015,30.0166l56.09491,218.15825a10.42047,10.42047,0,0,0,20.30018-.501L344.80766,63.96966a40.052,40.052,0,0,1,51.30245-30.0893c19.86073,6.2998,30.86262,27.67378,26.67564,48.08487l-33.83869,164.966a7.55172,7.55172,0,0,0,14.74406,3.2666l29.3973-123.45874a39.99414,39.99414,0,1,1,77.81208,18.53121Z\"]\n};\nvar faHands = {\n prefix: 'fas',\n iconName: 'hands',\n icon: [640, 512, [], \"f4c2\", \"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"]\n};\nvar faHandsHelping = {\n prefix: 'fas',\n iconName: 'hands-helping',\n icon: [640, 512, [], \"f4c4\", \"M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z\"]\n};\nvar faHandsWash = {\n prefix: 'fas',\n iconName: 'hands-wash',\n icon: [576, 512, [], \"e05e\", \"M496,224a48,48,0,1,0-48-48A48,48,0,0,0,496,224ZM311.47,178.45A56.77,56.77,0,0,1,328,176a56,56,0,0,1,19,3.49l15.35-48.61A24,24,0,0,0,342,99.74c-11.53-1.35-22.21,6.44-25.71,17.51l-20.9,66.17ZM93.65,386.33c.8-.19,1.54-.54,2.35-.71V359.93a156,156,0,0,1,107.06-148l73.7-22.76L310.92,81.05a24,24,0,0,0-20.33-31.11c-11.53-1.34-22.22,6.45-25.72,17.52L231.42,173.88a8,8,0,0,1-15.26-4.83L259.53,31.26A24,24,0,0,0,239.2.15C227.67-1.19,217,6.6,213.49,17.66L165.56,169.37a8,8,0,1,1-15.26-4.82l38.56-122a24,24,0,0,0-20.33-31.11C157,10,146.32,17.83,142.82,28.9l-60,189.85L80.76,168.7A24,24,0,0,0,56.9,144.55c-13.23-.05-24.72,10.54-24.9,23.86V281.14A123.69,123.69,0,0,0,93.65,386.33ZM519.1,336H360a8,8,0,0,1,0-16H488a24,24,0,0,0,23.54-28.76C509.35,279.84,498.71,272,487.1,272H288l47.09-17.06a24,24,0,0,0-14.18-45.88L213.19,242.31A123.88,123.88,0,0,0,128,360v25.65a79.78,79.78,0,0,1,58,108.63A118.9,118.9,0,0,0,248,512H456a24,24,0,0,0,23.54-28.76C477.35,471.84,466.71,464,455.1,464H360a8,8,0,0,1,0-16H488a24,24,0,0,0,23.54-28.76C509.35,407.84,498.71,400,487.1,400H360a8,8,0,0,1,0-16H520a24,24,0,0,0,23.54-28.76C541.35,343.84,530.71,336,519.1,336ZM416,64a32,32,0,1,0-32-32A32,32,0,0,0,416,64ZM112,416a48,48,0,1,0,48,48A48,48,0,0,0,112,416Z\"]\n};\nvar faHandshake = {\n prefix: 'fas',\n iconName: 'handshake',\n icon: [640, 512, [], \"f2b5\", \"M434.7 64h-85.9c-8 0-15.7 3-21.6 8.4l-98.3 90c-.1.1-.2.3-.3.4-16.6 15.6-16.3 40.5-2.1 56 12.7 13.9 39.4 17.6 56.1 2.7.1-.1.3-.1.4-.2l79.9-73.2c6.5-5.9 16.7-5.5 22.6 1 6 6.5 5.5 16.6-1 22.6l-26.1 23.9L504 313.8c2.9 2.4 5.5 5 7.9 7.7V128l-54.6-54.6c-5.9-6-14.1-9.4-22.6-9.4zM544 128.2v223.9c0 17.7 14.3 32 32 32h64V128.2h-96zm48 223.9c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zM0 384h64c17.7 0 32-14.3 32-32V128.2H0V384zm48-63.9c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16c0-8.9 7.2-16 16-16zm435.9 18.6L334.6 217.5l-30 27.5c-29.7 27.1-75.2 24.5-101.7-4.4-26.9-29.4-24.8-74.9 4.4-101.7L289.1 64h-83.8c-8.5 0-16.6 3.4-22.6 9.4L128 128v223.9h18.3l90.5 81.9c27.4 22.3 67.7 18.1 90-9.3l.2-.2 17.9 15.5c15.9 13 39.4 10.5 52.3-5.4l31.4-38.6 5.4 4.4c13.7 11.1 33.9 9.1 45-4.7l9.5-11.7c11.2-13.8 9.1-33.9-4.6-45.1z\"]\n};\nvar faHandshakeAltSlash = {\n prefix: 'fas',\n iconName: 'handshake-alt-slash',\n icon: [640, 512, [], \"e05f\", \"M358.59,195.6,504.2,313.8a63.4,63.4,0,0,1,22.21,37.91H624a16.05,16.05,0,0,0,16-16V143.91A16,16,0,0,0,624,128H512L457.41,73.41A32,32,0,0,0,434.8,64H348.91a32,32,0,0,0-21.61,8.41l-88.12,80.68-25.69-19.85L289.09,64H205.3a32,32,0,0,0-22.6,9.41l-20.34,20.3L45.47,3.38A16,16,0,0,0,23,6.19L3.38,31.46A16,16,0,0,0,6.19,53.91L594.54,508.63A16,16,0,0,0,617,505.82l19.64-25.27a16,16,0,0,0-2.81-22.45L303.4,202.72l32.69-29.92,27-24.7a16,16,0,0,1,21.61,23.61ZM16,128A16.05,16.05,0,0,0,0,144V335.91a16,16,0,0,0,16,16H146.3l90.5,81.89a64,64,0,0,0,90-9.3l.2-.2,17.91,15.5a37.16,37.16,0,0,0,52.29-5.39l8.8-10.82L23.56,128Z\"]\n};\nvar faHandshakeSlash = {\n prefix: 'fas',\n iconName: 'handshake-slash',\n icon: [640, 512, [], \"e060\", \"M0,128.21V384H64a32,32,0,0,0,32-32V184L23.83,128.21ZM48,320.1a16,16,0,1,1-16,16A16,16,0,0,1,48,320.1Zm80,31.81h18.3l90.5,81.89a64,64,0,0,0,90-9.3l.2-.2,17.91,15.5a37.16,37.16,0,0,0,52.29-5.39l8.8-10.82L128,208.72Zm416-223.7V352.1a32,32,0,0,0,32,32h64V128.21ZM592,352.1a16,16,0,1,1,16-16A16,16,0,0,1,592,352.1ZM303.33,202.67l59.58-54.57a16,16,0,0,1,21.59,23.61L358.41,195.6,504,313.8a73.08,73.08,0,0,1,7.91,7.7V128L457.3,73.41A31.76,31.76,0,0,0,434.7,64H348.8a31.93,31.93,0,0,0-21.6,8.41l-88.07,80.64-25.64-19.81L289.09,64H205.3a32,32,0,0,0-22.6,9.41L162.36,93.72,45.47,3.38A16,16,0,0,0,23,6.19L3.38,31.46A16,16,0,0,0,6.19,53.91L594.53,508.63A16,16,0,0,0,617,505.82l19.65-25.27a16,16,0,0,0-2.82-22.45Z\"]\n};\nvar faHanukiah = {\n prefix: 'fas',\n iconName: 'hanukiah',\n icon: [640, 512, [], \"f6e6\", \"M232 160c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm-64 0c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm224 0c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm64 0c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm88 8c0-4.42-3.58-8-8-8h-16c-4.42 0-8 3.58-8 8v120h32V168zm-440-8c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm520 0h-32c-8.84 0-16 7.16-16 16v112c0 17.67-14.33 32-32 32H352V128c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v192H96c-17.67 0-32-14.33-32-32V176c0-8.84-7.16-16-16-16H16c-8.84 0-16 7.16-16 16v112c0 53.02 42.98 96 96 96h192v64H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16H352v-64h192c53.02 0 96-42.98 96-96V176c0-8.84-7.16-16-16-16zm-16-32c13.25 0 24-11.94 24-26.67S608 48 608 48s-24 38.61-24 53.33S594.75 128 608 128zm-576 0c13.25 0 24-11.94 24-26.67S32 48 32 48 8 86.61 8 101.33 18.75 128 32 128zm288-48c13.25 0 24-11.94 24-26.67S320 0 320 0s-24 38.61-24 53.33S306.75 80 320 80zm-208 48c13.25 0 24-11.94 24-26.67S112 48 112 48s-24 38.61-24 53.33S98.75 128 112 128zm64 0c13.25 0 24-11.94 24-26.67S176 48 176 48s-24 38.61-24 53.33S162.75 128 176 128zm64 0c13.25 0 24-11.94 24-26.67S240 48 240 48s-24 38.61-24 53.33S226.75 128 240 128zm160 0c13.25 0 24-11.94 24-26.67S400 48 400 48s-24 38.61-24 53.33S386.75 128 400 128zm64 0c13.25 0 24-11.94 24-26.67S464 48 464 48s-24 38.61-24 53.33S450.75 128 464 128zm64 0c13.25 0 24-11.94 24-26.67S528 48 528 48s-24 38.61-24 53.33S514.75 128 528 128z\"]\n};\nvar faHardHat = {\n prefix: 'fas',\n iconName: 'hard-hat',\n icon: [512, 512, [], \"f807\", \"M480 288c0-80.25-49.28-148.92-119.19-177.62L320 192V80a16 16 0 0 0-16-16h-96a16 16 0 0 0-16 16v112l-40.81-81.62C81.28 139.08 32 207.75 32 288v64h448zm16 96H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h480a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faHashtag = {\n prefix: 'fas',\n iconName: 'hashtag',\n icon: [448, 512, [], \"f292\", \"M440.667 182.109l7.143-40c1.313-7.355-4.342-14.109-11.813-14.109h-74.81l14.623-81.891C377.123 38.754 371.468 32 363.997 32h-40.632a12 12 0 0 0-11.813 9.891L296.175 128H197.54l14.623-81.891C213.477 38.754 207.822 32 200.35 32h-40.632a12 12 0 0 0-11.813 9.891L132.528 128H53.432a12 12 0 0 0-11.813 9.891l-7.143 40C33.163 185.246 38.818 192 46.289 192h74.81L98.242 320H19.146a12 12 0 0 0-11.813 9.891l-7.143 40C-1.123 377.246 4.532 384 12.003 384h74.81L72.19 465.891C70.877 473.246 76.532 480 84.003 480h40.632a12 12 0 0 0 11.813-9.891L151.826 384h98.634l-14.623 81.891C234.523 473.246 240.178 480 247.65 480h40.632a12 12 0 0 0 11.813-9.891L315.472 384h79.096a12 12 0 0 0 11.813-9.891l7.143-40c1.313-7.355-4.342-14.109-11.813-14.109h-74.81l22.857-128h79.096a12 12 0 0 0 11.813-9.891zM261.889 320h-98.634l22.857-128h98.634l-22.857 128z\"]\n};\nvar faHatCowboy = {\n prefix: 'fas',\n iconName: 'hat-cowboy',\n icon: [640, 512, [], \"f8c0\", \"M490 296.9C480.51 239.51 450.51 64 392.3 64c-14 0-26.49 5.93-37 14a58.21 58.21 0 0 1-70.58 0c-10.51-8-23-14-37-14-58.2 0-88.2 175.47-97.71 232.88C188.81 309.47 243.73 320 320 320s131.23-10.51 170-23.1zm142.9-37.18a16 16 0 0 0-19.75 1.5c-1 .9-101.27 90.78-293.16 90.78-190.82 0-292.22-89.94-293.24-90.84A16 16 0 0 0 1 278.53C1.73 280.55 78.32 480 320 480s318.27-199.45 319-201.47a16 16 0 0 0-6.09-18.81z\"]\n};\nvar faHatCowboySide = {\n prefix: 'fas',\n iconName: 'hat-cowboy-side',\n icon: [640, 512, [], \"f8c1\", \"M260.8 291.06c-28.63-22.94-62-35.06-96.4-35.06C87 256 21.47 318.72 1.43 412.06c-3.55 16.6-.43 33.83 8.57 47.3C18.75 472.47 31.83 480 45.88 480H592c-103.21 0-155-37.07-233.19-104.46zm234.65-18.29L468.4 116.2A64 64 0 0 0 392 64.41L200.85 105a64 64 0 0 0-50.35 55.79L143.61 226c6.9-.83 13.7-2 20.79-2 41.79 0 82 14.55 117.29 42.82l98 84.48C450.76 412.54 494.9 448 592 448a48 48 0 0 0 48-48c0-25.39-29.6-119.33-144.55-127.23z\"]\n};\nvar faHatWizard = {\n prefix: 'fas',\n iconName: 'hat-wizard',\n icon: [512, 512, [], \"f6e8\", \"M496 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-304-64l-64-32 64-32 32-64 32 64 64 32-64 32-16 32h208l-86.41-201.63a63.955 63.955 0 0 1-1.89-45.45L416 0 228.42 107.19a127.989 127.989 0 0 0-53.46 59.15L64 416h144l-16-32zm64-224l16-32 16 32 32 16-32 16-16 32-16-32-32-16 32-16z\"]\n};\nvar faHdd = {\n prefix: 'fas',\n iconName: 'hdd',\n icon: [576, 512, [], \"f0a0\", \"M576 304v96c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48v-96c0-26.51 21.49-48 48-48h480c26.51 0 48 21.49 48 48zm-48-80a79.557 79.557 0 0 1 30.777 6.165L462.25 85.374A48.003 48.003 0 0 0 422.311 64H153.689a48 48 0 0 0-39.938 21.374L17.223 230.165A79.557 79.557 0 0 1 48 224h480zm-48 96c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm-96 0c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z\"]\n};\nvar faHeadSideCough = {\n prefix: 'fas',\n iconName: 'head-side-cough',\n icon: [640, 512, [], \"e061\", \"M616,304a24,24,0,1,0-24-24A24,24,0,0,0,616,304ZM552,416a24,24,0,1,0,24,24A24,24,0,0,0,552,416Zm-64-56a24,24,0,1,0,24,24A24,24,0,0,0,488,360ZM616,464a24,24,0,1,0,24,24A24,24,0,0,0,616,464Zm0-104a24,24,0,1,0,24,24A24,24,0,0,0,616,360Zm-64-40a24,24,0,1,0,24,24A24,24,0,0,0,552,320Zm-74.78-45c-21-47.12-48.5-151.75-73.12-186.75A208.13,208.13,0,0,0,234.1,0H192C86,0,0,86,0,192c0,56.75,24.75,107.62,64,142.88V512H288V480h64a64,64,0,0,0,64-64H320a32,32,0,0,1,0-64h96V320h32A32,32,0,0,0,477.22,275ZM288,224a32,32,0,1,1,32-32A32.07,32.07,0,0,1,288,224Z\"]\n};\nvar faHeadSideCoughSlash = {\n prefix: 'fas',\n iconName: 'head-side-cough-slash',\n icon: [640, 512, [], \"e062\", \"M454.11,319.21c19.56-3.81,31.62-25,23.11-44.21-21-47.12-48.5-151.75-73.12-186.75A208.13,208.13,0,0,0,234.1,0H192A190.64,190.64,0,0,0,84.18,33.3L45.46,3.38A16,16,0,0,0,23,6.19L3.37,31.46A16,16,0,0,0,6.18,53.91L594.53,508.63A16,16,0,0,0,617,505.82l19.64-25.27a16,16,0,0,0-2.81-22.45ZM313.39,210.45,263.61,172c5.88-7.14,14.43-12,24.36-12a32.06,32.06,0,0,1,32,32C320,199,317.24,205.17,313.39,210.45ZM616,304a24,24,0,1,0-24-24A24,24,0,0,0,616,304Zm-64,64a24,24,0,1,0-24-24A24,24,0,0,0,552,368ZM288,384a32,32,0,0,1,32-32h19.54L20.73,105.59A190.86,190.86,0,0,0,0,192c0,56.75,24.75,107.62,64,142.88V512H288V480h64a64,64,0,0,0,64-64H320A32,32,0,0,1,288,384Zm328-24a24,24,0,1,0,24,24A24,24,0,0,0,616,360Z\"]\n};\nvar faHeadSideMask = {\n prefix: 'fas',\n iconName: 'head-side-mask',\n icon: [512, 512, [], \"e063\", \"M.15,184.42C-2.17,244.21,23,298.06,64,334.88V512H224V316.51L3.67,156.25A182.28,182.28,0,0,0,.15,184.42ZM509.22,275c-21-47.12-48.5-151.75-73.12-186.75A208.11,208.11,0,0,0,266.11,0H200C117,0,42.48,50.57,13.25,123.65L239.21,288H511.76A31.35,31.35,0,0,0,509.22,275ZM320,224a32,32,0,1,1,32-32A32.07,32.07,0,0,1,320,224Zm16,144H496l16-48H256V512H401.88a64,64,0,0,0,60.71-43.76L464,464H336a16,16,0,0,1,0-32H474.67l10.67-32H336a16,16,0,0,1,0-32Z\"]\n};\nvar faHeadSideVirus = {\n prefix: 'fas',\n iconName: 'head-side-virus',\n icon: [512, 512, [], \"e064\", \"M272,240a16,16,0,1,0,16,16A16,16,0,0,0,272,240Zm-64-64a16,16,0,1,0,16,16A16,16,0,0,0,208,176Zm301.2,99c-20.93-47.12-48.43-151.73-73.07-186.75A207.9,207.9,0,0,0,266.09,0H192C86,0,0,86,0,192A191.23,191.23,0,0,0,64,334.81V512H320V448h64a64,64,0,0,0,64-64V320H480A32,32,0,0,0,509.2,275ZM368,240H355.88c-28.51,0-42.79,34.47-22.63,54.63l8.58,8.57a16,16,0,1,1-22.63,22.63l-8.57-8.58C290.47,297.09,256,311.37,256,339.88V352a16,16,0,0,1-32,0V339.88c0-28.51-34.47-42.79-54.63-22.63l-8.57,8.58a16,16,0,0,1-22.63-22.63l8.58-8.57c20.16-20.16,5.88-54.63-22.63-54.63H112a16,16,0,0,1,0-32h12.12c28.51,0,42.79-34.47,22.63-54.63l-8.58-8.57a16,16,0,0,1,22.63-22.63l8.57,8.58c20.16,20.16,54.63,5.88,54.63-22.63V96a16,16,0,0,1,32,0v12.12c0,28.51,34.47,42.79,54.63,22.63l8.57-8.58a16,16,0,0,1,22.63,22.63l-8.58,8.57C313.09,173.53,327.37,208,355.88,208H368a16,16,0,0,1,0,32Z\"]\n};\nvar faHeading = {\n prefix: 'fas',\n iconName: 'heading',\n icon: [512, 512, [], \"f1dc\", \"M448 96v320h32a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H320a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32V288H160v128h32a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32V96H32a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16h-32v128h192V96h-32a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16z\"]\n};\nvar faHeadphones = {\n prefix: 'fas',\n iconName: 'headphones',\n icon: [512, 512, [], \"f025\", \"M256 32C114.52 32 0 146.496 0 288v48a32 32 0 0 0 17.689 28.622l14.383 7.191C34.083 431.903 83.421 480 144 480h24c13.255 0 24-10.745 24-24V280c0-13.255-10.745-24-24-24h-24c-31.342 0-59.671 12.879-80 33.627V288c0-105.869 86.131-192 192-192s192 86.131 192 192v1.627C427.671 268.879 399.342 256 368 256h-24c-13.255 0-24 10.745-24 24v176c0 13.255 10.745 24 24 24h24c60.579 0 109.917-48.098 111.928-108.187l14.382-7.191A32 32 0 0 0 512 336v-48c0-141.479-114.496-256-256-256z\"]\n};\nvar faHeadphonesAlt = {\n prefix: 'fas',\n iconName: 'headphones-alt',\n icon: [512, 512, [], \"f58f\", \"M160 288h-16c-35.35 0-64 28.7-64 64.12v63.76c0 35.41 28.65 64.12 64 64.12h16c17.67 0 32-14.36 32-32.06V320.06c0-17.71-14.33-32.06-32-32.06zm208 0h-16c-17.67 0-32 14.35-32 32.06v127.88c0 17.7 14.33 32.06 32 32.06h16c35.35 0 64-28.71 64-64.12v-63.76c0-35.41-28.65-64.12-64-64.12zM256 32C112.91 32 4.57 151.13 0 288v112c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16V288c0-114.67 93.33-207.8 208-207.82 114.67.02 208 93.15 208 207.82v112c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16V288C507.43 151.13 399.09 32 256 32z\"]\n};\nvar faHeadset = {\n prefix: 'fas',\n iconName: 'headset',\n icon: [512, 512, [], \"f590\", \"M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z\"]\n};\nvar faHeart = {\n prefix: 'fas',\n iconName: 'heart',\n icon: [512, 512, [], \"f004\", \"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"]\n};\nvar faHeartBroken = {\n prefix: 'fas',\n iconName: 'heart-broken',\n icon: [512, 512, [], \"f7a9\", \"M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z\"]\n};\nvar faHeartbeat = {\n prefix: 'fas',\n iconName: 'heartbeat',\n icon: [512, 512, [], \"f21e\", \"M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z\"]\n};\nvar faHelicopter = {\n prefix: 'fas',\n iconName: 'helicopter',\n icon: [640, 512, [], \"f533\", \"M304 384h272c17.67 0 32-14.33 32-32 0-123.71-100.29-224-224-224V64h176c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16H144c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h176v64H112L68.8 70.4C65.78 66.37 61.03 64 56 64H16.01C5.6 64-2.04 73.78.49 83.88L32 192l160 64 86.4 115.2A31.992 31.992 0 0 0 304 384zm112-188.49C478.55 208.3 528.03 257.44 540.79 320H416V195.51zm219.37 263.3l-22.15-22.2c-6.25-6.26-16.24-6.1-22.64.01-7.09 6.77-13.84 11.25-24.64 11.25H240c-8.84 0-16 7.18-16 16.03v32.06c0 8.85 7.16 16.03 16 16.03h325.94c14.88 0 35.3-.47 68.45-29.52 7.02-6.14 7.57-17.05.98-23.66z\"]\n};\nvar faHighlighter = {\n prefix: 'fas',\n iconName: 'highlighter',\n icon: [544, 512, [], \"f591\", \"M0 479.98L99.92 512l35.45-35.45-67.04-67.04L0 479.98zm124.61-240.01a36.592 36.592 0 0 0-10.79 38.1l13.05 42.83-50.93 50.94 96.23 96.23 50.86-50.86 42.74 13.08c13.73 4.2 28.65-.01 38.15-10.78l35.55-41.64-173.34-173.34-41.52 35.44zm403.31-160.7l-63.2-63.2c-20.49-20.49-53.38-21.52-75.12-2.35L190.55 183.68l169.77 169.78L530.27 154.4c19.18-21.74 18.15-54.63-2.35-75.13z\"]\n};\nvar faHiking = {\n prefix: 'fas',\n iconName: 'hiking',\n icon: [384, 512, [], \"f6ec\", \"M80.95 472.23c-4.28 17.16 6.14 34.53 23.28 38.81 2.61.66 5.22.95 7.8.95 14.33 0 27.37-9.7 31.02-24.23l25.24-100.97-52.78-52.78-34.56 138.22zm14.89-196.12L137 117c2.19-8.42-3.14-16.95-11.92-19.06-43.88-10.52-88.35 15.07-99.32 57.17L.49 253.24c-2.19 8.42 3.14 16.95 11.92 19.06l63.56 15.25c8.79 2.1 17.68-3.02 19.87-11.44zM368 160h-16c-8.84 0-16 7.16-16 16v16h-34.75l-46.78-46.78C243.38 134.11 228.61 128 212.91 128c-27.02 0-50.47 18.3-57.03 44.52l-26.92 107.72a32.012 32.012 0 0 0 8.42 30.39L224 397.25V480c0 17.67 14.33 32 32 32s32-14.33 32-32v-82.75c0-17.09-6.66-33.16-18.75-45.25l-46.82-46.82c.15-.5.49-.89.62-1.41l19.89-79.57 22.43 22.43c6 6 14.14 9.38 22.62 9.38h48v240c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16V176c.01-8.84-7.15-16-15.99-16zM240 96c26.51 0 48-21.49 48-48S266.51 0 240 0s-48 21.49-48 48 21.49 48 48 48z\"]\n};\nvar faHippo = {\n prefix: 'fas',\n iconName: 'hippo',\n icon: [640, 512, [], \"f6ed\", \"M581.12 96.2c-27.67-.15-52.5 17.58-76.6 26.62C489.98 88.27 455.83 64 416 64c-11.28 0-21.95 2.3-32 5.88V56c0-13.26-10.75-24-24-24h-16c-13.25 0-24 10.74-24 24v48.98C286.01 79.58 241.24 64 192 64 85.96 64 0 135.64 0 224v240c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16v-70.79C128.35 407.57 166.72 416 208 416s79.65-8.43 112-22.79V464c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16V288h128v32c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-32c17.67 0 32-14.33 32-32v-92.02c0-34.09-24.79-67.59-58.88-67.78zM448 176c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z\"]\n};\nvar faHistory = {\n prefix: 'fas',\n iconName: 'history',\n icon: [512, 512, [], \"f1da\", \"M504 255.531c.253 136.64-111.18 248.372-247.82 248.468-59.015.042-113.223-20.53-155.822-54.911-11.077-8.94-11.905-25.541-1.839-35.607l11.267-11.267c8.609-8.609 22.353-9.551 31.891-1.984C173.062 425.135 212.781 440 256 440c101.705 0 184-82.311 184-184 0-101.705-82.311-184-184-184-48.814 0-93.149 18.969-126.068 49.932l50.754 50.754c10.08 10.08 2.941 27.314-11.313 27.314H24c-8.837 0-16-7.163-16-16V38.627c0-14.254 17.234-21.393 27.314-11.314l49.372 49.372C129.209 34.136 189.552 8 256 8c136.81 0 247.747 110.78 248 247.531zm-180.912 78.784l9.823-12.63c8.138-10.463 6.253-25.542-4.21-33.679L288 256.349V152c0-13.255-10.745-24-24-24h-16c-13.255 0-24 10.745-24 24v135.651l65.409 50.874c10.463 8.137 25.541 6.253 33.679-4.21z\"]\n};\nvar faHockeyPuck = {\n prefix: 'fas',\n iconName: 'hockey-puck',\n icon: [512, 512, [], \"f453\", \"M0 160c0-53 114.6-96 256-96s256 43 256 96-114.6 96-256 96S0 213 0 160zm0 82.2V352c0 53 114.6 96 256 96s256-43 256-96V242.2c-113.4 82.3-398.5 82.4-512 0z\"]\n};\nvar faHollyBerry = {\n prefix: 'fas',\n iconName: 'holly-berry',\n icon: [448, 512, [], \"f7aa\", \"M144 192c26.5 0 48-21.5 48-48s-21.5-48-48-48-48 21.5-48 48 21.5 48 48 48zm112-48c0 26.5 21.5 48 48 48s48-21.5 48-48-21.5-48-48-48-48 21.5-48 48zm-32-48c26.5 0 48-21.5 48-48S250.5 0 224 0s-48 21.5-48 48 21.5 48 48 48zm-16.2 139.1c.1-12.4-13.1-20.1-23.8-13.7-34.3 20.3-71.4 32.7-108.7 36.2-9.7.9-15.6 11.3-11.6 20.2 6.2 13.9 11.1 28.6 14.7 43.8 3.6 15.2-5.3 30.6-20.2 35.1-14.9 4.5-30.1 7.6-45.3 9.1-9.7 1-15.7 11.3-11.7 20.2 15 32.8 22.9 69.5 23 107.7.1 14.4 15.2 23.1 27.6 16 33.2-19 68.9-30.5 104.8-33.9 9.7-.9 15.6-11.3 11.6-20.2-6.2-13.9-11.1-28.6-14.7-43.8-3.6-15.2 5.3-30.6 20.2-35.1 14.9-4.5 30.1-7.6 45.3-9.1 9.7-1 15.7-11.3 11.7-20.2-15.5-34.2-23.3-72.5-22.9-112.3zM435 365.6c-15.2-1.6-30.3-4.7-45.3-9.1-14.9-4.5-23.8-19.9-20.2-35.1 3.6-15.2 8.5-29.8 14.7-43.8 4-8.9-1.9-19.3-11.6-20.2-37.3-3.5-74.4-15.9-108.7-36.2-10.7-6.3-23.9 1.4-23.8 13.7 0 1.6-.2 3.2-.2 4.9.2 33.3 7 65.7 19.9 94 5.7 12.4 5.2 26.6-.6 38.9 4.9 1.2 9.9 2.2 14.8 3.7 14.9 4.5 23.8 19.9 20.2 35.1-3.6 15.2-8.5 29.8-14.7 43.8-4 8.9 1.9 19.3 11.6 20.2 35.9 3.4 71.6 14.9 104.8 33.9 12.5 7.1 27.6-1.6 27.6-16 .2-38.2 8-75 23-107.7 4.3-8.7-1.8-19.1-11.5-20.1z\"]\n};\nvar faHome = {\n prefix: 'fas',\n iconName: 'home',\n icon: [576, 512, [], \"f015\", \"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"]\n};\nvar faHorse = {\n prefix: 'fas',\n iconName: 'horse',\n icon: [576, 512, [], \"f6f0\", \"M575.92 76.6c-.01-8.13-3.02-15.87-8.58-21.8-3.78-4.03-8.58-9.12-13.69-14.5 11.06-6.84 19.5-17.49 22.18-30.66C576.85 4.68 572.96 0 567.9 0H447.92c-70.69 0-128 57.31-128 128H160c-28.84 0-54.4 12.98-72 33.11V160c-48.53 0-88 39.47-88 88v56c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-56c0-13.22 6.87-24.39 16.78-31.68-.21 2.58-.78 5.05-.78 7.68 0 27.64 11.84 52.36 30.54 69.88l-25.72 68.6a63.945 63.945 0 0 0-2.16 37.99l24.85 99.41A15.982 15.982 0 0 0 107.02 512h65.96c10.41 0 18.05-9.78 15.52-19.88l-26.31-105.26 23.84-63.59L320 345.6V496c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16V318.22c19.74-20.19 32-47.75 32-78.22 0-.22-.07-.42-.08-.64V136.89l16 7.11 18.9 37.7c7.45 14.87 25.05 21.55 40.49 15.37l32.55-13.02a31.997 31.997 0 0 0 20.12-29.74l-.06-77.71zm-64 19.4c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z\"]\n};\nvar faHorseHead = {\n prefix: 'fas',\n iconName: 'horse-head',\n icon: [512, 512, [], \"f7ab\", \"M509.8 332.5l-69.9-164.3c-14.9-41.2-50.4-71-93-79.2 18-10.6 46.3-35.9 34.2-82.3-1.3-5-7.1-7.9-12-6.1L166.9 76.3C35.9 123.4 0 238.9 0 398.8V480c0 17.7 14.3 32 32 32h236.2c23.8 0 39.3-25 28.6-46.3L256 384v-.7c-45.6-3.5-84.6-30.7-104.3-69.6-1.6-3.1-.9-6.9 1.6-9.3l12.1-12.1c3.9-3.9 10.6-2.7 12.9 2.4 14.8 33.7 48.2 57.4 87.4 57.4 17.2 0 33-5.1 46.8-13.2l46 63.9c6 8.4 15.7 13.3 26 13.3h50.3c8.5 0 16.6-3.4 22.6-9.4l45.3-39.8c8.9-9.1 11.7-22.6 7.1-34.4zM328 224c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24z\"]\n};\nvar faHospital = {\n prefix: 'fas',\n iconName: 'hospital',\n icon: [448, 512, [], \"f0f8\", \"M448 492v20H0v-20c0-6.627 5.373-12 12-12h20V120c0-13.255 10.745-24 24-24h88V24c0-13.255 10.745-24 24-24h112c13.255 0 24 10.745 24 24v72h88c13.255 0 24 10.745 24 24v360h20c6.627 0 12 5.373 12 12zM308 192h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zm-168 64h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12zm104 128h-40c-6.627 0-12 5.373-12 12v84h64v-84c0-6.627-5.373-12-12-12zm64-96h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zm-116 12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40zM182 96h26v26a6 6 0 0 0 6 6h20a6 6 0 0 0 6-6V96h26a6 6 0 0 0 6-6V70a6 6 0 0 0-6-6h-26V38a6 6 0 0 0-6-6h-20a6 6 0 0 0-6 6v26h-26a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6z\"]\n};\nvar faHospitalAlt = {\n prefix: 'fas',\n iconName: 'hospital-alt',\n icon: [576, 512, [], \"f47d\", \"M544 96H416V32c0-17.7-14.3-32-32-32H192c-17.7 0-32 14.3-32 32v64H32c-17.7 0-32 14.3-32 32v368c0 8.8 7.2 16 16 16h544c8.8 0 16-7.2 16-16V128c0-17.7-14.3-32-32-32zM160 436c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-128c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm160 128c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-128c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm16-170c0 3.3-2.7 6-6 6h-26v26c0 3.3-2.7 6-6 6h-20c-3.3 0-6-2.7-6-6v-26h-26c-3.3 0-6-2.7-6-6v-20c0-3.3 2.7-6 6-6h26V86c0-3.3 2.7-6 6-6h20c3.3 0 6 2.7 6 6v26h26c3.3 0 6 2.7 6 6v20zm144 298c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-128c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"]\n};\nvar faHospitalSymbol = {\n prefix: 'fas',\n iconName: 'hospital-symbol',\n icon: [512, 512, [], \"f47e\", \"M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm112 376c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-88h-96v88c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V136c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v88h96v-88c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v240z\"]\n};\nvar faHospitalUser = {\n prefix: 'fas',\n iconName: 'hospital-user',\n icon: [640, 512, [], \"f80d\", \"M480 320a96 96 0 1 0-96-96 96 96 0 0 0 96 96zm48 32a22.88 22.88 0 0 0-7.06 1.09 124.76 124.76 0 0 1-81.89 0A22.82 22.82 0 0 0 432 352a112 112 0 0 0-112 112.62c.14 26.26 21.73 47.38 48 47.38h224c26.27 0 47.86-21.12 48-47.38A112 112 0 0 0 528 352zm-198.09 10.45A145.19 145.19 0 0 1 352 344.62V128a32 32 0 0 0-32-32h-32V32a32 32 0 0 0-32-32H96a32 32 0 0 0-32 32v64H32a32 32 0 0 0-32 32v368a16 16 0 0 0 16 16h288.31A78.62 78.62 0 0 1 288 464.79a143.06 143.06 0 0 1 41.91-102.34zM144 404a12 12 0 0 1-12 12H92a12 12 0 0 1-12-12v-40a12 12 0 0 1 12-12h40a12 12 0 0 1 12 12zm0-128a12 12 0 0 1-12 12H92a12 12 0 0 1-12-12v-40a12 12 0 0 1 12-12h40a12 12 0 0 1 12 12zm48-122a6 6 0 0 1-6 6h-20a6 6 0 0 1-6-6v-26h-26a6 6 0 0 1-6-6v-20a6 6 0 0 1 6-6h26V70a6 6 0 0 1 6-6h20a6 6 0 0 1 6 6v26h26a6 6 0 0 1 6 6v20a6 6 0 0 1-6 6h-26zm80 250a12 12 0 0 1-12 12h-40a12 12 0 0 1-12-12v-40a12 12 0 0 1 12-12h40a12 12 0 0 1 12 12zm0-128a12 12 0 0 1-12 12h-40a12 12 0 0 1-12-12v-40a12 12 0 0 1 12-12h40a12 12 0 0 1 12 12z\"]\n};\nvar faHotTub = {\n prefix: 'fas',\n iconName: 'hot-tub',\n icon: [512, 512, [], \"f593\", \"M414.21 177.65c1.02 8.21 7.75 14.35 15.75 14.35h16.12c9.51 0 17.08-8.57 16-18.35-4.34-39.11-22.4-74.53-50.13-97.16-17.37-14.17-28.82-36.75-31.98-62.15C378.96 6.14 372.22 0 364.23 0h-16.12c-9.51 0-17.09 8.57-16 18.35 4.34 39.11 22.4 74.53 50.13 97.16 17.36 14.17 28.82 36.75 31.97 62.14zm-108 0c1.02 8.21 7.75 14.35 15.75 14.35h16.12c9.51 0 17.08-8.57 16-18.35-4.34-39.11-22.4-74.53-50.13-97.16-17.37-14.17-28.82-36.75-31.98-62.15C270.96 6.14 264.22 0 256.23 0h-16.12c-9.51 0-17.09 8.57-16 18.35 4.34 39.11 22.4 74.53 50.13 97.16 17.36 14.17 28.82 36.75 31.97 62.14zM480 256H256l-110.93-83.2a63.99 63.99 0 0 0-38.4-12.8H64c-35.35 0-64 28.65-64 64v224c0 35.35 28.65 64 64 64h384c35.35 0 64-28.65 64-64V288c0-17.67-14.33-32-32-32zM128 440c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8V328c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v112zm96 0c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8V328c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v112zm96 0c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8V328c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v112zm96 0c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8V328c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v112zM64 128c35.35 0 64-28.65 64-64S99.35 0 64 0 0 28.65 0 64s28.65 64 64 64z\"]\n};\nvar faHotdog = {\n prefix: 'fas',\n iconName: 'hotdog',\n icon: [512, 512, [], \"f80f\", \"M488.56 23.44a80 80 0 0 0-113.12 0l-352 352a80 80 0 1 0 113.12 113.12l352-352a80 80 0 0 0 0-113.12zm-49.93 95.19c-19.6 19.59-37.52 22.67-51.93 25.14C373.76 146 364.4 147.6 352 160s-14 21.76-16.23 34.71c-2.48 14.4-5.55 32.33-25.15 51.92s-37.52 22.67-51.92 25.15C245.75 274 236.4 275.6 224 288s-14 21.75-16.23 34.7c-2.47 14.4-5.54 32.33-25.14 51.92s-37.53 22.68-51.93 25.15C117.76 402 108.4 403.6 96 416a16 16 0 0 1-22.63-22.63c19.6-19.59 37.52-22.67 51.92-25.14 13-2.22 22.3-3.82 34.71-16.23s14-21.75 16.22-34.7c2.48-14.4 5.55-32.33 25.15-51.92s37.52-22.67 51.92-25.14c13-2.22 22.3-3.83 34.7-16.23s14-21.76 16.24-34.71c2.47-14.4 5.54-32.33 25.14-51.92s37.52-22.68 51.92-25.15C394.24 110 403.59 108.41 416 96a16 16 0 0 1 22.63 22.63zM31.44 322.18L322.18 31.44l-11.54-11.55c-25-25-63.85-26.66-86.79-3.72L16.17 223.85c-22.94 22.94-21.27 61.79 3.72 86.78zm449.12-132.36L189.82 480.56l11.54 11.55c25 25 63.85 26.66 86.79 3.72l207.68-207.68c22.94-22.94 21.27-61.79-3.72-86.79z\"]\n};\nvar faHotel = {\n prefix: 'fas',\n iconName: 'hotel',\n icon: [576, 512, [], \"f594\", \"M560 64c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16H16C7.16 0 0 7.16 0 16v32c0 8.84 7.16 16 16 16h15.98v384H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h240v-80c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v80h240c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16h-16V64h16zm-304 44.8c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4zm0 96c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4zm-128-96c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4zM179.2 256h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8zM192 384c0-53.02 42.98-96 96-96s96 42.98 96 96H192zm256-140.8c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-96c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4z\"]\n};\nvar faHourglass = {\n prefix: 'fas',\n iconName: 'hourglass',\n icon: [384, 512, [], \"f254\", \"M360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64z\"]\n};\nvar faHourglassEnd = {\n prefix: 'fas',\n iconName: 'hourglass-end',\n icon: [384, 512, [], \"f253\", \"M360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64zM192 208c-57.787 0-104-66.518-104-144h208c0 77.945-46.51 144-104 144z\"]\n};\nvar faHourglassHalf = {\n prefix: 'fas',\n iconName: 'hourglass-half',\n icon: [384, 512, [], \"f252\", \"M360 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24zm-75.078 384H99.08c17.059-46.797 52.096-80 92.92-80 40.821 0 75.862 33.196 92.922 80zm.019-256H99.078C91.988 108.548 88 86.748 88 64h208c0 22.805-3.987 44.587-11.059 64z\"]\n};\nvar faHourglassStart = {\n prefix: 'fas',\n iconName: 'hourglass-start',\n icon: [384, 512, [], \"f251\", \"M360 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24zm-64 448H88c0-77.458 46.204-144 104-144 57.786 0 104 66.517 104 144z\"]\n};\nvar faHouseDamage = {\n prefix: 'fas',\n iconName: 'house-damage',\n icon: [576, 512, [], \"f6f1\", \"M288 114.96L69.47 307.71c-1.62 1.46-3.69 2.14-5.47 3.35V496c0 8.84 7.16 16 16 16h149.23L192 439.19l104.11-64-60.16-119.22L384 392.75l-104.11 64L319.81 512H496c8.84 0 16-7.16 16-16V311.1c-1.7-1.16-3.72-1.82-5.26-3.2L288 114.96zm282.69 121.32L512 184.45V48c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v51.69L314.75 10.31C307.12 3.45 297.56.01 288 0s-19.1 3.41-26.7 10.27L5.31 236.28c-6.57 5.91-7.12 16.02-1.21 22.6l21.4 23.82c5.9 6.57 16.02 7.12 22.6 1.21L277.42 81.63c6.05-5.33 15.12-5.33 21.17 0L527.91 283.9c6.57 5.9 16.69 5.36 22.6-1.21l21.4-23.82c5.9-6.57 5.36-16.69-1.22-22.59z\"]\n};\nvar faHouseUser = {\n prefix: 'fas',\n iconName: 'house-user',\n icon: [576, 512, [], \"e065\", \"M570.69,236.27,512,184.44V48a16,16,0,0,0-16-16H432a16,16,0,0,0-16,16V99.67L314.78,10.3C308.5,4.61,296.53,0,288,0s-20.46,4.61-26.74,10.3l-256,226A18.27,18.27,0,0,0,0,248.2a18.64,18.64,0,0,0,4.09,10.71L25.5,282.7a21.14,21.14,0,0,0,12,5.3,21.67,21.67,0,0,0,10.69-4.11l15.9-14V480a32,32,0,0,0,32,32H480a32,32,0,0,0,32-32V269.88l15.91,14A21.94,21.94,0,0,0,538.63,288a20.89,20.89,0,0,0,11.87-5.31l21.41-23.81A21.64,21.64,0,0,0,576,248.19,21,21,0,0,0,570.69,236.27ZM288,176a64,64,0,1,1-64,64A64,64,0,0,1,288,176ZM400,448H176a16,16,0,0,1-16-16,96,96,0,0,1,96-96h64a96,96,0,0,1,96,96A16,16,0,0,1,400,448Z\"]\n};\nvar faHryvnia = {\n prefix: 'fas',\n iconName: 'hryvnia',\n icon: [384, 512, [], \"f6f2\", \"M368 240c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16h-41.86c13.41-28.63 13.74-63.33-4.13-94.05C303.34 49.84 267.1 32 229.96 32h-78.82c-24.32 0-47.86 8.53-66.54 24.09L72.83 65.9c-10.18 8.49-11.56 23.62-3.07 33.8l20.49 24.59c8.49 10.19 23.62 11.56 33.81 3.07l11.73-9.78c4.32-3.6 9.77-5.57 15.39-5.57h83.62c11.69 0 21.2 9.52 21.2 21.2 0 5.91-2.48 11.58-6.81 15.58L219.7 176H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h134.37l-34.67 32H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h41.86c-13.41 28.63-13.74 63.33 4.13 94.05C80.66 462.15 116.9 480 154.04 480h78.82c24.32 0 47.86-8.53 66.54-24.09l11.77-9.81c10.18-8.49 11.56-23.62 3.07-33.8l-20.49-24.59c-8.49-10.19-23.62-11.56-33.81-3.07l-11.75 9.8a23.992 23.992 0 0 1-15.36 5.56H149.2c-11.69 0-21.2-9.52-21.2-21.2 0-5.91 2.48-11.58 6.81-15.58L164.3 336H368c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16H233.63l34.67-32H368z\"]\n};\nvar faICursor = {\n prefix: 'fas',\n iconName: 'i-cursor',\n icon: [256, 512, [], \"f246\", \"M256 52.048V12.065C256 5.496 250.726.148 244.158.066 211.621-.344 166.469.011 128 37.959 90.266.736 46.979-.114 11.913.114 5.318.157 0 5.519 0 12.114v39.645c0 6.687 5.458 12.078 12.145 11.998C38.111 63.447 96 67.243 96 112.182V224H60c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h36v112c0 44.932-56.075 48.031-83.95 47.959C5.404 447.942 0 453.306 0 459.952v39.983c0 6.569 5.274 11.917 11.842 11.999 32.537.409 77.689.054 116.158-37.894 37.734 37.223 81.021 38.073 116.087 37.845 6.595-.043 11.913-5.405 11.913-12V460.24c0-6.687-5.458-12.078-12.145-11.998C217.889 448.553 160 444.939 160 400V288h36c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-36V112.182c0-44.932 56.075-48.213 83.95-48.142 6.646.018 12.05-5.346 12.05-11.992z\"]\n};\nvar faIceCream = {\n prefix: 'fas',\n iconName: 'ice-cream',\n icon: [448, 512, [], \"f810\", \"M368 160h-.94a144 144 0 1 0-286.12 0H80a48 48 0 0 0 0 96h288a48 48 0 0 0 0-96zM195.38 493.69a31.52 31.52 0 0 0 57.24 0L352 288H96z\"]\n};\nvar faIcicles = {\n prefix: 'fas',\n iconName: 'icicles',\n icon: [512, 512, [], \"f7ad\", \"M511.4 37.9C515.1 18.2 500 0 480 0H32C10.6 0-4.8 20.7 1.4 41.2l87.1 273.4c2.5 7.2 12.7 7.2 15.1 0L140 190.5l44.2 187.3c1.9 8.3 13.7 8.3 15.6 0l46.5-196.9 34.1 133.4c2.3 7.6 13 7.6 15.3 0l45.8-172.5 66.7 363.8c1.7 8.6 14 8.6 15.7 0l87.5-467.7z\"]\n};\nvar faIcons = {\n prefix: 'fas',\n iconName: 'icons',\n icon: [512, 512, [], \"f86d\", \"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"]\n};\nvar faIdBadge = {\n prefix: 'fas',\n iconName: 'id-badge',\n icon: [384, 512, [], \"f2c1\", \"M336 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM144 32h96c8.8 0 16 7.2 16 16s-7.2 16-16 16h-96c-8.8 0-16-7.2-16-16s7.2-16 16-16zm48 128c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H102.4C90 416 80 407.4 80 396.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2z\"]\n};\nvar faIdCard = {\n prefix: 'fas',\n iconName: 'id-card',\n icon: [576, 512, [], \"f2c2\", \"M528 32H48C21.5 32 0 53.5 0 80v16h576V80c0-26.5-21.5-48-48-48zM0 432c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V128H0v304zm352-232c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16zm0 64c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16zm0 64c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16zM176 192c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zM67.1 396.2C75.5 370.5 99.6 352 128 352h8.2c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h8.2c28.4 0 52.5 18.5 60.9 44.2 3.2 9.9-5.2 19.8-15.6 19.8H82.7c-10.4 0-18.8-10-15.6-19.8z\"]\n};\nvar faIdCardAlt = {\n prefix: 'fas',\n iconName: 'id-card-alt',\n icon: [576, 512, [], \"f47f\", \"M528 64H384v96H192V64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM288 224c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm93.3 224H194.7c-10.4 0-18.8-10-15.6-19.8 8.3-25.6 32.4-44.2 60.9-44.2h8.2c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h8.2c28.4 0 52.5 18.5 60.9 44.2 3.2 9.8-5.2 19.8-15.6 19.8zM352 32c0-17.7-14.3-32-32-32h-64c-17.7 0-32 14.3-32 32v96h128V32z\"]\n};\nvar faIgloo = {\n prefix: 'fas',\n iconName: 'igloo',\n icon: [576, 512, [], \"f7ae\", \"M320 33.9c-10.5-1.2-21.2-1.9-32-1.9-99.8 0-187.8 50.8-239.4 128H320V33.9zM96 192H30.3C11.1 230.6 0 274 0 320h96V192zM352 39.4V160h175.4C487.2 99.9 424.8 55.9 352 39.4zM480 320h96c0-46-11.1-89.4-30.3-128H480v128zm-64 64v96h128c17.7 0 32-14.3 32-32v-96H411.5c2.6 10.3 4.5 20.9 4.5 32zm32-192H128v128h49.8c22.2-38.1 63-64 110.2-64s88 25.9 110.2 64H448V192zM0 448c0 17.7 14.3 32 32 32h128v-96c0-11.1 1.9-21.7 4.5-32H0v96zm288-160c-53 0-96 43-96 96v96h192v-96c0-53-43-96-96-96z\"]\n};\nvar faImage = {\n prefix: 'fas',\n iconName: 'image',\n icon: [512, 512, [], \"f03e\", \"M464 448H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48zM112 120c-30.928 0-56 25.072-56 56s25.072 56 56 56 56-25.072 56-56-25.072-56-56-56zM64 384h384V272l-87.515-87.515c-4.686-4.686-12.284-4.686-16.971 0L208 320l-55.515-55.515c-4.686-4.686-12.284-4.686-16.971 0L64 336v48z\"]\n};\nvar faImages = {\n prefix: 'fas',\n iconName: 'images',\n icon: [576, 512, [], \"f302\", \"M480 416v16c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V176c0-26.51 21.49-48 48-48h16v208c0 44.112 35.888 80 80 80h336zm96-80V80c0-26.51-21.49-48-48-48H144c-26.51 0-48 21.49-48 48v256c0 26.51 21.49 48 48 48h384c26.51 0 48-21.49 48-48zM256 128c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-96 144l55.515-55.515c4.686-4.686 12.284-4.686 16.971 0L272 256l135.515-135.515c4.686-4.686 12.284-4.686 16.971 0L512 208v112H160v-48z\"]\n};\nvar faInbox = {\n prefix: 'fas',\n iconName: 'inbox',\n icon: [576, 512, [], \"f01c\", \"M567.938 243.908L462.25 85.374A48.003 48.003 0 0 0 422.311 64H153.689a48 48 0 0 0-39.938 21.374L8.062 243.908A47.994 47.994 0 0 0 0 270.533V400c0 26.51 21.49 48 48 48h480c26.51 0 48-21.49 48-48V270.533a47.994 47.994 0 0 0-8.062-26.625zM162.252 128h251.497l85.333 128H376l-32 64H232l-32-64H76.918l85.334-128z\"]\n};\nvar faIndent = {\n prefix: 'fas',\n iconName: 'indent',\n icon: [448, 512, [], \"f03c\", \"M27.31 363.3l96-96a16 16 0 0 0 0-22.62l-96-96C17.27 138.66 0 145.78 0 160v192c0 14.31 17.33 21.3 27.31 11.3zM432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm3.17-128H204.83A12.82 12.82 0 0 0 192 300.83v38.34A12.82 12.82 0 0 0 204.83 352h230.34A12.82 12.82 0 0 0 448 339.17v-38.34A12.82 12.82 0 0 0 435.17 288zm0-128H204.83A12.82 12.82 0 0 0 192 172.83v38.34A12.82 12.82 0 0 0 204.83 224h230.34A12.82 12.82 0 0 0 448 211.17v-38.34A12.82 12.82 0 0 0 435.17 160zM432 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faIndustry = {\n prefix: 'fas',\n iconName: 'industry',\n icon: [512, 512, [], \"f275\", \"M475.115 163.781L336 252.309v-68.28c0-18.916-20.931-30.399-36.885-20.248L160 252.309V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56v400c0 13.255 10.745 24 24 24h464c13.255 0 24-10.745 24-24V184.029c0-18.917-20.931-30.399-36.885-20.248z\"]\n};\nvar faInfinity = {\n prefix: 'fas',\n iconName: 'infinity',\n icon: [640, 512, [], \"f534\", \"M471.1 96C405 96 353.3 137.3 320 174.6 286.7 137.3 235 96 168.9 96 75.8 96 0 167.8 0 256s75.8 160 168.9 160c66.1 0 117.8-41.3 151.1-78.6 33.3 37.3 85 78.6 151.1 78.6 93.1 0 168.9-71.8 168.9-160S564.2 96 471.1 96zM168.9 320c-40.2 0-72.9-28.7-72.9-64s32.7-64 72.9-64c38.2 0 73.4 36.1 94 64-20.4 27.6-55.9 64-94 64zm302.2 0c-38.2 0-73.4-36.1-94-64 20.4-27.6 55.9-64 94-64 40.2 0 72.9 28.7 72.9 64s-32.7 64-72.9 64z\"]\n};\nvar faInfo = {\n prefix: 'fas',\n iconName: 'info',\n icon: [192, 512, [], \"f129\", \"M20 424.229h20V279.771H20c-11.046 0-20-8.954-20-20V212c0-11.046 8.954-20 20-20h112c11.046 0 20 8.954 20 20v212.229h20c11.046 0 20 8.954 20 20V492c0 11.046-8.954 20-20 20H20c-11.046 0-20-8.954-20-20v-47.771c0-11.046 8.954-20 20-20zM96 0C56.235 0 24 32.235 24 72s32.235 72 72 72 72-32.235 72-72S135.764 0 96 0z\"]\n};\nvar faInfoCircle = {\n prefix: 'fas',\n iconName: 'info-circle',\n icon: [512, 512, [], \"f05a\", \"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"]\n};\nvar faItalic = {\n prefix: 'fas',\n iconName: 'italic',\n icon: [320, 512, [], \"f033\", \"M320 48v32a16 16 0 0 1-16 16h-62.76l-80 320H208a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H16a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h62.76l80-320H112a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h192a16 16 0 0 1 16 16z\"]\n};\nvar faJedi = {\n prefix: 'fas',\n iconName: 'jedi',\n icon: [576, 512, [], \"f669\", \"M535.95308,352c-42.64069,94.17188-137.64086,160-247.9848,160q-6.39844,0-12.84377-.29688C171.15558,506.9375,81.26481,442.23438,40.01474,352H79.93668L21.3272,293.40625a264.82522,264.82522,0,0,1-5.10938-39.42187,273.6653,273.6653,0,0,1,.5-29.98438H63.93665L22.546,182.625A269.79782,269.79782,0,0,1,130.51489,20.54688a16.06393,16.06393,0,0,1,9.28127-3,16.36332,16.36332,0,0,1,13.5,7.25,16.02739,16.02739,0,0,1,1.625,15.09374,138.387,138.387,0,0,0-9.84376,51.26563c0,45.10937,21.04691,86.57813,57.71884,113.73437a16.29989,16.29989,0,0,1,1.20313,25.39063c-26.54692,23.98437-41.17194,56.5-41.17194,91.57813,0,60.03124,42.95319,110.28124,99.89079,121.92187l2.5-65.26563L238.062,397a8.33911,8.33911,0,0,1-10-.75,8.025,8.025,0,0,1-1.39063-9.9375l20.125-33.76562-42.06257-8.73438a7.9898,7.9898,0,0,1,0-15.65625l42.06257-8.71875-20.10941-33.73438a7.99122,7.99122,0,0,1,11.35939-10.71874L268.437,295.64062,279.95265,7.67188a7.97138,7.97138,0,0,1,8-7.67188h.04687a8.02064,8.02064,0,0,1,7.95314,7.70312L307.48394,295.625l30.39068-20.67188a8.08327,8.08327,0,0,1,10,.8125,7.99866,7.99866,0,0,1,1.39062,9.90626L329.12461,319.4375l42.07819,8.73438a7.99373,7.99373,0,0,1,0,15.65624l-42.07819,8.71876,20.1094,33.73437a7.97791,7.97791,0,0,1-1.32812,9.92187A8.25739,8.25739,0,0,1,337.87462,397L310.7027,378.53125l2.5,65.34375c48.48446-9.40625,87.57828-48.15625,97.31267-96.5A123.52652,123.52652,0,0,0,371.9528,230.29688a16.30634,16.30634,0,0,1,1.20313-25.42188c36.65631-27.17188,57.6876-68.60938,57.6876-113.73438a138.01689,138.01689,0,0,0-9.85939-51.3125,15.98132,15.98132,0,0,1,1.60937-15.09374,16.36914,16.36914,0,0,1,13.5-7.23438,16.02453,16.02453,0,0,1,9.25,2.98438A271.26947,271.26947,0,0,1,553.25,182.76562L511.99992,224h46.9532C559.3125,229.76562,560,235.45312,560,241.26562a270.092,270.092,0,0,1-5.125,51.85938L495.98427,352Z\"]\n};\nvar faJoint = {\n prefix: 'fas',\n iconName: 'joint',\n icon: [640, 512, [], \"f595\", \"M444.34 181.1c22.38 15.68 35.66 41.16 35.66 68.59V280c0 4.42 3.58 8 8 8h48c4.42 0 8-3.58 8-8v-30.31c0-43.24-21.01-83.41-56.34-108.06C463.85 125.02 448 99.34 448 70.31V8c0-4.42-3.58-8-8-8h-48c-4.42 0-8 3.58-8 8v66.4c0 43.69 24.56 81.63 60.34 106.7zM194.97 358.98C126.03 370.07 59.69 394.69 0 432c83.65 52.28 180.3 80 278.94 80h88.57L254.79 380.49c-14.74-17.2-37.45-25.11-59.82-21.51zM553.28 87.09c-5.67-3.8-9.28-9.96-9.28-16.78V8c0-4.42-3.58-8-8-8h-48c-4.42 0-8 3.58-8 8v62.31c0 22.02 10.17 43.41 28.64 55.39C550.79 153.04 576 199.54 576 249.69V280c0 4.42 3.58 8 8 8h48c4.42 0 8-3.58 8-8v-30.31c0-65.44-32.41-126.19-86.72-162.6zM360.89 352.05c-34.4.06-86.81.15-88.21.17l117.8 137.43A63.987 63.987 0 0 0 439.07 512h88.45L409.57 374.4a63.955 63.955 0 0 0-48.68-22.35zM616 352H432l117.99 137.65A63.987 63.987 0 0 0 598.58 512H616c13.25 0 24-10.75 24-24V376c0-13.26-10.75-24-24-24z\"]\n};\nvar faJournalWhills = {\n prefix: 'fas',\n iconName: 'journal-whills',\n icon: [448, 512, [], \"f66a\", \"M438.40625,377.59375c-3.20313,12.8125-3.20313,57.60937,0,73.60937Q447.9922,460.78907,448,470.40625v16c0,16-12.79688,25.59375-25.59375,25.59375H96c-54.40625,0-96-41.59375-96-96V96C0,41.59375,41.59375,0,96,0H422.40625C438.40625,0,448,9.59375,448,25.59375v332.8125Q448,372.79688,438.40625,377.59375ZM380.79688,384H96c-16,0-32,12.79688-32,32s12.79688,32,32,32H380.79688ZM128.01562,176.01562c0,.51563.14063.98438.14063,1.5l37.10937,32.46876A7.99954,7.99954,0,0,1,160,224h-.01562a9.17678,9.17678,0,0,1-5.25-1.98438L131.14062,201.375C142.6875,250.95312,186.90625,288,240,288s97.3125-37.04688,108.875-86.625l-23.59375,20.64062a8.02516,8.02516,0,0,1-5.26563,1.96876H320a9.14641,9.14641,0,0,1-6.01562-2.71876A9.26508,9.26508,0,0,1,312,216a9.097,9.097,0,0,1,2.73438-6.01562l37.10937-32.46876c.01563-.53124.15625-1,.15625-1.51562,0-11.04688-2.09375-21.51562-5.06251-31.59375l-21.26562,21.25a8.00467,8.00467,0,0,1-11.32812-11.3125l26.42187-26.40625a111.81517,111.81517,0,0,0-46.35937-49.26562,63.02336,63.02336,0,0,1-14.0625,82.64062A55.83846,55.83846,0,0,1,251.625,254.73438l-1.42188-34.28126,12.67188,8.625a3.967,3.967,0,0,0,2.25.6875,3.98059,3.98059,0,0,0,3.43749-6.03124l-8.53124-14.3125,17.90625-3.71876a4.00647,4.00647,0,0,0,0-7.84374l-17.90625-3.71876,8.53124-14.3125a3.98059,3.98059,0,0,0-3.43749-6.03124,4.726,4.726,0,0,0-2.25.67187L248.6875,184.125,244,71.82812a4.00386,4.00386,0,0,0-8,0l-4.625,110.8125-12-8.15624a4.003,4.003,0,0,0-5.68751,5.35937l8.53126,14.3125L204.3125,197.875a3.99686,3.99686,0,0,0,0,7.82812l17.90625,3.73438-8.53126,14.29688a4.72469,4.72469,0,0,0-.56249,2.04687,4.59547,4.59547,0,0,0,1.25,2.90625,4.01059,4.01059,0,0,0,2.75,1.09375,4.09016,4.09016,0,0,0,2.25-.6875l10.35937-7.04687L228.375,254.76562a55.86414,55.86414,0,0,1-28.71875-93.45312,63.01119,63.01119,0,0,1-14.04688-82.65625,111.93158,111.93158,0,0,0-46.375,49.26563l26.42187,26.42187a7.99917,7.99917,0,0,1-11.3125,11.3125l-21.26563-21.26563C130.09375,154.48438,128,164.95312,128.01562,176.01562Z\"]\n};\nvar faKaaba = {\n prefix: 'fas',\n iconName: 'kaaba',\n icon: [576, 512, [], \"f66b\", \"M554.12 83.51L318.36 4.93a95.962 95.962 0 0 0-60.71 0L21.88 83.51A32.006 32.006 0 0 0 0 113.87v49.01l265.02-79.51c15.03-4.5 30.92-4.5 45.98 0l265 79.51v-49.01c0-13.77-8.81-26-21.88-30.36zm-279.9 30.52L0 196.3v228.38c0 15 10.42 27.98 25.06 31.24l242.12 53.8a95.937 95.937 0 0 0 41.65 0l242.12-53.8c14.64-3.25 25.06-16.24 25.06-31.24V196.29l-274.2-82.26c-9.04-2.72-18.59-2.72-27.59 0zM128 230.11c0 3.61-2.41 6.77-5.89 7.72l-80 21.82C37.02 261.03 32 257.2 32 251.93v-16.58c0-3.61 2.41-6.77 5.89-7.72l80-21.82c5.09-1.39 10.11 2.44 10.11 7.72v16.58zm144-39.28c0 3.61-2.41 6.77-5.89 7.72l-96 26.18c-5.09 1.39-10.11-2.44-10.11-7.72v-16.58c0-3.61 2.41-6.77 5.89-7.72l96-26.18c5.09-1.39 10.11 2.44 10.11 7.72v16.58zm176 22.7c0-5.28 5.02-9.11 10.11-7.72l80 21.82c3.48.95 5.89 4.11 5.89 7.72v16.58c0 5.28-5.02 9.11-10.11 7.72l-80-21.82a7.997 7.997 0 0 1-5.89-7.72v-16.58zm-144-39.27c0-5.28 5.02-9.11 10.11-7.72l96 26.18c3.48.95 5.89 4.11 5.89 7.72v16.58c0 5.28-5.02 9.11-10.11 7.72l-96-26.18a7.997 7.997 0 0 1-5.89-7.72v-16.58z\"]\n};\nvar faKey = {\n prefix: 'fas',\n iconName: 'key',\n icon: [512, 512, [], \"f084\", \"M512 176.001C512 273.203 433.202 352 336 352c-11.22 0-22.19-1.062-32.827-3.069l-24.012 27.014A23.999 23.999 0 0 1 261.223 384H224v40c0 13.255-10.745 24-24 24h-40v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24v-78.059c0-6.365 2.529-12.47 7.029-16.971l161.802-161.802C163.108 213.814 160 195.271 160 176 160 78.798 238.797.001 335.999 0 433.488-.001 512 78.511 512 176.001zM336 128c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48-48 21.49-48 48z\"]\n};\nvar faKeyboard = {\n prefix: 'fas',\n iconName: 'keyboard',\n icon: [576, 512, [], \"f11c\", \"M528 448H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h480c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48zM128 180v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm288 0v-40c0-6.627-5.373-12-12-12H172c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h232c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12z\"]\n};\nvar faKhanda = {\n prefix: 'fas',\n iconName: 'khanda',\n icon: [512, 512, [], \"f66d\", \"M415.81 66c-6.37-3.5-14.37-2.33-19.36 3.02a15.974 15.974 0 0 0-1.91 19.52c16.49 26.16 25.2 56.39 25.2 87.41-.19 53.25-26.77 102.69-71.27 132.41l-76.63 53.35v-20.1l44.05-36.09c3.92-4.2 5-10.09 2.81-15.28L310.85 273c33.84-19.26 56.94-55.25 56.94-96.99 0-40.79-22.02-76.13-54.59-95.71l5.22-11.44c2.34-5.53.93-11.83-3.57-16.04L255.86 0l-58.99 52.81c-4.5 4.21-5.9 10.51-3.57 16.04l5.22 11.44c-32.57 19.58-54.59 54.93-54.59 95.72 0 41.75 23.09 77.73 56.94 96.99l-7.85 17.24c-2.19 5.18-1.1 11.07 2.81 15.28l44.05 36.09v19.9l-76.59-53.33C119.02 278.62 92.44 229.19 92.26 176c0-31.08 8.71-61.31 25.2-87.47 3.87-6.16 2.4-13.77-2.59-19.08-5-5.34-13.68-6.2-20.02-2.7C16.32 109.6-22.3 205.3 13.36 295.99c7.07 17.99 17.89 34.38 30.46 49.06l55.97 65.36c4.87 5.69 13.04 7.24 19.65 3.72l79.35-42.23L228 392.23l-47.08 32.78c-1.67-.37-3.23-1.01-5.01-1.01-13.25 0-23.99 10.74-23.99 24 0 13.25 10.74 24 23.99 24 12.1 0 21.69-9.11 23.33-20.76l40.63-28.28v29.95c-9.39 5.57-15.99 15.38-15.99 27.1 0 17.67 14.32 32 31.98 32s31.98-14.33 31.98-32c0-11.71-6.61-21.52-15.99-27.1v-30.15l40.91 28.48C314.41 462.89 324 472 336.09 472c13.25 0 23.99-10.75 23.99-24 0-13.26-10.74-24-23.99-24-1.78 0-3.34.64-5.01 1.01L284 392.23l29.21-20.34 79.35 42.23c6.61 3.52 14.78 1.97 19.65-3.71l52.51-61.31c18.87-22.02 34-47.5 41.25-75.59 21.62-83.66-16.45-167.27-90.16-207.51zm-95.99 110c0 22.3-11.49 41.92-28.83 53.38l-5.65-12.41c-8.75-24.52-8.75-51.04 0-75.56l7.83-17.18c16.07 11.65 26.65 30.45 26.65 51.77zm-127.93 0c0-21.32 10.58-40.12 26.66-51.76l7.83 17.18c8.75 24.52 8.75 51.03 0 75.56l-5.65 12.41c-17.34-11.46-28.84-31.09-28.84-53.39z\"]\n};\nvar faKiss = {\n prefix: 'fas',\n iconName: 'kiss',\n icon: [496, 512, [], \"f596\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-80 232c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm136 156c0 19.2-28.7 41.5-71.5 44-8.5.8-12.1-11.8-3.6-15.4l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-6-2.5-6.1-12.2 0-14.8l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-8.6-3.6-4.8-16.5 3.6-15.4 42.8 2.5 71.5 24.8 71.5 44 0 13-13.4 27.3-35.2 36C290.6 368.7 304 383 304 396zm24-156c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faKissBeam = {\n prefix: 'fas',\n iconName: 'kiss-beam',\n icon: [496, 512, [], \"f597\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-39 219.9l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.5 8.5-10.9 12-15.1 4.5zM304 396c0 19.2-28.7 41.5-71.5 44-8.5.8-12.1-11.8-3.6-15.4l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-6-2.5-6.1-12.2 0-14.8l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-8.6-3.6-4.8-16.5 3.6-15.4 42.8 2.5 71.5 24.8 71.5 44 0 13-13.4 27.3-35.2 36C290.6 368.7 304 383 304 396zm65-168.1l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.5 8.5-10.9 12-15.1 4.5z\"]\n};\nvar faKissWinkHeart = {\n prefix: 'fas',\n iconName: 'kiss-wink-heart',\n icon: [504, 512, [], \"f598\", \"M501.1 402.5c-8-20.8-31.5-31.5-53.1-25.9l-8.4 2.2-2.3-8.4c-5.9-21.4-27-36.5-49-33-25.2 4-40.6 28.6-34 52.6l22.9 82.6c1.5 5.3 7 8.5 12.4 7.1l83-21.5c24.1-6.3 37.7-31.8 28.5-55.7zm-177.6-4c-5.6-20.3-2.3-42 9-59.7 29.7-46.3 98.7-45.5 127.8 4.3 6.4.1 12.6 1.4 18.6 2.9 10.9-27.9 17.1-58.2 17.1-90C496 119 385 8 248 8S0 119 0 256s111 248 248 248c35.4 0 68.9-7.5 99.4-20.9-.3-.7-23.9-84.6-23.9-84.6zM168 240c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm120 156c0 19.2-28.7 41.5-71.5 44-8.5.8-12.1-11.8-3.6-15.4l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-6-2.5-5.7-12.3 0-14.8l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-8.8-3.7-4.6-16.6 3.6-15.4 42.8 2.5 71.5 24.8 71.5 44 0 13-13.4 27.3-35.2 36C274.6 368.7 288 383 288 396zm16-179c-8.3 7.4-21.6.4-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S400 181 404 206.2c1.7 11.1-11.3 18.3-19.8 10.8l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L304 217z\"]\n};\nvar faKiwiBird = {\n prefix: 'fas',\n iconName: 'kiwi-bird',\n icon: [576, 512, [], \"f535\", \"M575.81 217.98C572.64 157.41 518.28 112 457.63 112h-9.37c-52.82 0-104.25-16.25-147.74-46.24-41.99-28.96-96.04-41.62-153.21-28.7C129.3 41.12-.08 78.24 0 224c.04 70.95 38.68 132.8 95.99 166.01V464c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-54.26c15.36 3.96 31.4 6.26 48 6.26 5.44 0 10.68-.73 16-1.18V464c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-59.43c14.24-5.06 27.88-11.39 40.34-19.51C342.07 355.25 393.86 336 448.46 336c25.48 0 16.01-.31 23.05-.78l74.41 136.44c2.86 5.23 8.3 8.34 14.05 8.34 1.31 0 2.64-.16 3.95-.5 7.09-1.8 12.05-8.19 12.05-15.5 0 0 .14-240.24-.16-246.02zM463.97 248c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm80 153.25l-39.86-73.08c15.12-5.83 28.73-14.6 39.86-25.98v99.06z\"]\n};\nvar faLandmark = {\n prefix: 'fas',\n iconName: 'landmark',\n icon: [512, 512, [], \"f66f\", \"M501.62 92.11L267.24 2.04a31.958 31.958 0 0 0-22.47 0L10.38 92.11A16.001 16.001 0 0 0 0 107.09V144c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-36.91c0-6.67-4.14-12.64-10.38-14.98zM64 192v160H48c-8.84 0-16 7.16-16 16v48h448v-48c0-8.84-7.16-16-16-16h-16V192h-64v160h-96V192h-64v160h-96V192H64zm432 256H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faLanguage = {\n prefix: 'fas',\n iconName: 'language',\n icon: [640, 512, [], \"f1ab\", \"M152.1 236.2c-3.5-12.1-7.8-33.2-7.8-33.2h-.5s-4.3 21.1-7.8 33.2l-11.1 37.5H163zM616 96H336v320h280c13.3 0 24-10.7 24-24V120c0-13.3-10.7-24-24-24zm-24 120c0 6.6-5.4 12-12 12h-11.4c-6.9 23.6-21.7 47.4-42.7 69.9 8.4 6.4 17.1 12.5 26.1 18 5.5 3.4 7.3 10.5 4.1 16.2l-7.9 13.9c-3.4 5.9-10.9 7.8-16.7 4.3-12.6-7.8-24.5-16.1-35.4-24.9-10.9 8.7-22.7 17.1-35.4 24.9-5.8 3.5-13.3 1.6-16.7-4.3l-7.9-13.9c-3.2-5.6-1.4-12.8 4.2-16.2 9.3-5.7 18-11.7 26.1-18-7.9-8.4-14.9-17-21-25.7-4-5.7-2.2-13.6 3.7-17.1l6.5-3.9 7.3-4.3c5.4-3.2 12.4-1.7 16 3.4 5 7 10.8 14 17.4 20.9 13.5-14.2 23.8-28.9 30-43.2H412c-6.6 0-12-5.4-12-12v-16c0-6.6 5.4-12 12-12h64v-16c0-6.6 5.4-12 12-12h16c6.6 0 12 5.4 12 12v16h64c6.6 0 12 5.4 12 12zM0 120v272c0 13.3 10.7 24 24 24h280V96H24c-13.3 0-24 10.7-24 24zm58.9 216.1L116.4 167c1.7-4.9 6.2-8.1 11.4-8.1h32.5c5.1 0 9.7 3.3 11.4 8.1l57.5 169.1c2.6 7.8-3.1 15.9-11.4 15.9h-22.9a12 12 0 0 1-11.5-8.6l-9.4-31.9h-60.2l-9.1 31.8c-1.5 5.1-6.2 8.7-11.5 8.7H70.3c-8.2 0-14-8.1-11.4-15.9z\"]\n};\nvar faLaptop = {\n prefix: 'fas',\n iconName: 'laptop',\n icon: [640, 512, [], \"f109\", \"M624 416H381.54c-.74 19.81-14.71 32-32.74 32H288c-18.69 0-33.02-17.47-32.77-32H16c-8.8 0-16 7.2-16 16v16c0 35.2 28.8 64 64 64h512c35.2 0 64-28.8 64-64v-16c0-8.8-7.2-16-16-16zM576 48c0-26.4-21.6-48-48-48H112C85.6 0 64 21.6 64 48v336h512V48zm-64 272H128V64h384v256z\"]\n};\nvar faLaptopCode = {\n prefix: 'fas',\n iconName: 'laptop-code',\n icon: [640, 512, [], \"f5fc\", \"M255.03 261.65c6.25 6.25 16.38 6.25 22.63 0l11.31-11.31c6.25-6.25 6.25-16.38 0-22.63L253.25 192l35.71-35.72c6.25-6.25 6.25-16.38 0-22.63l-11.31-11.31c-6.25-6.25-16.38-6.25-22.63 0l-58.34 58.34c-6.25 6.25-6.25 16.38 0 22.63l58.35 58.34zm96.01-11.3l11.31 11.31c6.25 6.25 16.38 6.25 22.63 0l58.34-58.34c6.25-6.25 6.25-16.38 0-22.63l-58.34-58.34c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63L386.75 192l-35.71 35.72c-6.25 6.25-6.25 16.38 0 22.63zM624 416H381.54c-.74 19.81-14.71 32-32.74 32H288c-18.69 0-33.02-17.47-32.77-32H16c-8.8 0-16 7.2-16 16v16c0 35.2 28.8 64 64 64h512c35.2 0 64-28.8 64-64v-16c0-8.8-7.2-16-16-16zM576 48c0-26.4-21.6-48-48-48H112C85.6 0 64 21.6 64 48v336h512V48zm-64 272H128V64h384v256z\"]\n};\nvar faLaptopHouse = {\n prefix: 'fas',\n iconName: 'laptop-house',\n icon: [640, 512, [], \"e066\", \"M272,288H208a16,16,0,0,1-16-16V208a16,16,0,0,1,16-16h64a16,16,0,0,1,16,16v37.12C299.11,232.24,315,224,332.8,224H469.74l6.65-7.53A16.51,16.51,0,0,0,480,207a16.31,16.31,0,0,0-4.75-10.61L416,144V48a16,16,0,0,0-16-16H368a16,16,0,0,0-16,16V87.3L263.5,8.92C258,4,247.45,0,240.05,0s-17.93,4-23.47,8.92L4.78,196.42A16.15,16.15,0,0,0,0,207a16.4,16.4,0,0,0,3.55,9.39L22.34,237.7A16.22,16.22,0,0,0,33,242.48,16.51,16.51,0,0,0,42.34,239L64,219.88V384a32,32,0,0,0,32,32H272ZM629.33,448H592V288c0-17.67-12.89-32-28.8-32H332.8c-15.91,0-28.8,14.33-28.8,32V448H266.67A10.67,10.67,0,0,0,256,458.67v10.66A42.82,42.82,0,0,0,298.6,512H597.4A42.82,42.82,0,0,0,640,469.33V458.67A10.67,10.67,0,0,0,629.33,448ZM544,448H352V304H544Z\"]\n};\nvar faLaptopMedical = {\n prefix: 'fas',\n iconName: 'laptop-medical',\n icon: [640, 512, [], \"f812\", \"M232 224h56v56a8 8 0 0 0 8 8h48a8 8 0 0 0 8-8v-56h56a8 8 0 0 0 8-8v-48a8 8 0 0 0-8-8h-56v-56a8 8 0 0 0-8-8h-48a8 8 0 0 0-8 8v56h-56a8 8 0 0 0-8 8v48a8 8 0 0 0 8 8zM576 48a48.14 48.14 0 0 0-48-48H112a48.14 48.14 0 0 0-48 48v336h512zm-64 272H128V64h384zm112 96H381.54c-.74 19.81-14.71 32-32.74 32H288c-18.69 0-33-17.47-32.77-32H16a16 16 0 0 0-16 16v16a64.19 64.19 0 0 0 64 64h512a64.19 64.19 0 0 0 64-64v-16a16 16 0 0 0-16-16z\"]\n};\nvar faLaugh = {\n prefix: 'fas',\n iconName: 'laugh',\n icon: [496, 512, [], \"f599\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 152c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm88 272h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18-8.9 71-69.5 126-142.9 126z\"]\n};\nvar faLaughBeam = {\n prefix: 'fas',\n iconName: 'laugh-beam',\n icon: [496, 512, [], \"f59a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm24 199.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.8 4.1-15.1-4.5zm-160 0c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zM398.9 306C390 377 329.4 432 256 432h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18z\"]\n};\nvar faLaughSquint = {\n prefix: 'fas',\n iconName: 'laugh-squint',\n icon: [496, 512, [], \"f59b\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm33.8 161.7l80-48c11.6-6.9 24 7.7 15.4 18L343.6 180l33.6 40.3c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.7-4.7-7.7-15.9 0-20.6zm-163-30c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.8 4.7 7.8 15.9 0 20.6l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3zM398.9 306C390 377 329.4 432 256 432h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18z\"]\n};\nvar faLaughWink = {\n prefix: 'fas',\n iconName: 'laugh-wink',\n icon: [496, 512, [], \"f59c\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm20.1 198.1c4-25.2 34.2-42.1 59.9-42.1s55.9 16.9 59.9 42.1c1.7 11.1-11.4 18.3-19.8 10.8l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L288 217c-8.4 7.4-21.6.3-19.9-10.9zM168 160c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm230.9 146C390 377 329.4 432 256 432h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18z\"]\n};\nvar faLayerGroup = {\n prefix: 'fas',\n iconName: 'layer-group',\n icon: [512, 512, [], \"f5fd\", \"M12.41 148.02l232.94 105.67c6.8 3.09 14.49 3.09 21.29 0l232.94-105.67c16.55-7.51 16.55-32.52 0-40.03L266.65 2.31a25.607 25.607 0 0 0-21.29 0L12.41 107.98c-16.55 7.51-16.55 32.53 0 40.04zm487.18 88.28l-58.09-26.33-161.64 73.27c-7.56 3.43-15.59 5.17-23.86 5.17s-16.29-1.74-23.86-5.17L70.51 209.97l-58.1 26.33c-16.55 7.5-16.55 32.5 0 40l232.94 105.59c6.8 3.08 14.49 3.08 21.29 0L499.59 276.3c16.55-7.5 16.55-32.5 0-40zm0 127.8l-57.87-26.23-161.86 73.37c-7.56 3.43-15.59 5.17-23.86 5.17s-16.29-1.74-23.86-5.17L70.29 337.87 12.41 364.1c-16.55 7.5-16.55 32.5 0 40l232.94 105.59c6.8 3.08 14.49 3.08 21.29 0L499.59 404.1c16.55-7.5 16.55-32.5 0-40z\"]\n};\nvar faLeaf = {\n prefix: 'fas',\n iconName: 'leaf',\n icon: [576, 512, [], \"f06c\", \"M546.2 9.7c-5.6-12.5-21.6-13-28.3-1.2C486.9 62.4 431.4 96 368 96h-80C182 96 96 182 96 288c0 7 .8 13.7 1.5 20.5C161.3 262.8 253.4 224 384 224c8.8 0 16 7.2 16 16s-7.2 16-16 16C132.6 256 26 410.1 2.4 468c-6.6 16.3 1.2 34.9 17.5 41.6 16.4 6.8 35-1.1 41.8-17.3 1.5-3.6 20.9-47.9 71.9-90.6 32.4 43.9 94 85.8 174.9 77.2C465.5 467.5 576 326.7 576 154.3c0-50.2-10.8-102.2-29.8-144.6z\"]\n};\nvar faLemon = {\n prefix: 'fas',\n iconName: 'lemon',\n icon: [512, 512, [], \"f094\", \"M489.038 22.963C465.944-.13 434.648-5.93 413.947 6.129c-58.906 34.312-181.25-53.077-321.073 86.746S40.441 355.041 6.129 413.945c-12.059 20.702-6.26 51.999 16.833 75.093 23.095 23.095 54.392 28.891 75.095 16.832 58.901-34.31 181.246 53.079 321.068-86.743S471.56 156.96 505.871 98.056c12.059-20.702 6.261-51.999-16.833-75.093zM243.881 95.522c-58.189 14.547-133.808 90.155-148.358 148.358-1.817 7.27-8.342 12.124-15.511 12.124-1.284 0-2.59-.156-3.893-.481-8.572-2.144-13.784-10.83-11.642-19.403C81.901 166.427 166.316 81.93 236.119 64.478c8.575-2.143 17.261 3.069 19.403 11.642s-3.069 17.259-11.641 19.402z\"]\n};\nvar faLessThan = {\n prefix: 'fas',\n iconName: 'less-than',\n icon: [384, 512, [], \"f536\", \"M365.46 357.74L147.04 255.89l218.47-101.88c16.02-7.47 22.95-26.51 15.48-42.53l-13.52-29C360 66.46 340.96 59.53 324.94 67L18.48 209.91a32.014 32.014 0 0 0-18.48 29v34.24c0 12.44 7.21 23.75 18.48 29l306.31 142.83c16.06 7.49 35.15.54 42.64-15.52l13.56-29.08c7.49-16.06.54-35.15-15.53-42.64z\"]\n};\nvar faLessThanEqual = {\n prefix: 'fas',\n iconName: 'less-than-equal',\n icon: [448, 512, [], \"f537\", \"M54.98 214.2l301.41 119.87c18.39 6.03 38.71-2.54 45.38-19.15l12.09-30.08c6.68-16.61-2.82-34.97-21.21-41l-175.44-68.05 175.56-68.09c18.29-6 27.74-24.27 21.1-40.79l-12.03-29.92c-6.64-16.53-26.86-25.06-45.15-19.06L54.98 137.89C41.21 142.41 32 154.5 32 168.07v15.96c0 13.56 9.21 25.65 22.98 30.17zM424 400H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h400c13.25 0 24-10.75 24-24v-48c0-13.26-10.75-24-24-24z\"]\n};\nvar faLevelDownAlt = {\n prefix: 'fas',\n iconName: 'level-down-alt',\n icon: [320, 512, [], \"f3be\", \"M313.553 392.331L209.587 504.334c-9.485 10.214-25.676 10.229-35.174 0L70.438 392.331C56.232 377.031 67.062 352 88.025 352H152V80H68.024a11.996 11.996 0 0 1-8.485-3.515l-56-56C-4.021 12.926 1.333 0 12.024 0H208c13.255 0 24 10.745 24 24v328h63.966c20.878 0 31.851 24.969 17.587 40.331z\"]\n};\nvar faLevelUpAlt = {\n prefix: 'fas',\n iconName: 'level-up-alt',\n icon: [320, 512, [], \"f3bf\", \"M313.553 119.669L209.587 7.666c-9.485-10.214-25.676-10.229-35.174 0L70.438 119.669C56.232 134.969 67.062 160 88.025 160H152v272H68.024a11.996 11.996 0 0 0-8.485 3.515l-56 56C-4.021 499.074 1.333 512 12.024 512H208c13.255 0 24-10.745 24-24V160h63.966c20.878 0 31.851-24.969 17.587-40.331z\"]\n};\nvar faLifeRing = {\n prefix: 'fas',\n iconName: 'life-ring',\n icon: [512, 512, [], \"f1cd\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm173.696 119.559l-63.399 63.399c-10.987-18.559-26.67-34.252-45.255-45.255l63.399-63.399a218.396 218.396 0 0 1 45.255 45.255zM256 352c-53.019 0-96-42.981-96-96s42.981-96 96-96 96 42.981 96 96-42.981 96-96 96zM127.559 82.304l63.399 63.399c-18.559 10.987-34.252 26.67-45.255 45.255l-63.399-63.399a218.372 218.372 0 0 1 45.255-45.255zM82.304 384.441l63.399-63.399c10.987 18.559 26.67 34.252 45.255 45.255l-63.399 63.399a218.396 218.396 0 0 1-45.255-45.255zm302.137 45.255l-63.399-63.399c18.559-10.987 34.252-26.67 45.255-45.255l63.399 63.399a218.403 218.403 0 0 1-45.255 45.255z\"]\n};\nvar faLightbulb = {\n prefix: 'fas',\n iconName: 'lightbulb',\n icon: [352, 512, [], \"f0eb\", \"M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z\"]\n};\nvar faLink = {\n prefix: 'fas',\n iconName: 'link',\n icon: [512, 512, [], \"f0c1\", \"M326.612 185.391c59.747 59.809 58.927 155.698.36 214.59-.11.12-.24.25-.36.37l-67.2 67.2c-59.27 59.27-155.699 59.262-214.96 0-59.27-59.26-59.27-155.7 0-214.96l37.106-37.106c9.84-9.84 26.786-3.3 27.294 10.606.648 17.722 3.826 35.527 9.69 52.721 1.986 5.822.567 12.262-3.783 16.612l-13.087 13.087c-28.026 28.026-28.905 73.66-1.155 101.96 28.024 28.579 74.086 28.749 102.325.51l67.2-67.19c28.191-28.191 28.073-73.757 0-101.83-3.701-3.694-7.429-6.564-10.341-8.569a16.037 16.037 0 0 1-6.947-12.606c-.396-10.567 3.348-21.456 11.698-29.806l21.054-21.055c5.521-5.521 14.182-6.199 20.584-1.731a152.482 152.482 0 0 1 20.522 17.197zM467.547 44.449c-59.261-59.262-155.69-59.27-214.96 0l-67.2 67.2c-.12.12-.25.25-.36.37-58.566 58.892-59.387 154.781.36 214.59a152.454 152.454 0 0 0 20.521 17.196c6.402 4.468 15.064 3.789 20.584-1.731l21.054-21.055c8.35-8.35 12.094-19.239 11.698-29.806a16.037 16.037 0 0 0-6.947-12.606c-2.912-2.005-6.64-4.875-10.341-8.569-28.073-28.073-28.191-73.639 0-101.83l67.2-67.19c28.239-28.239 74.3-28.069 102.325.51 27.75 28.3 26.872 73.934-1.155 101.96l-13.087 13.087c-4.35 4.35-5.769 10.79-3.783 16.612 5.864 17.194 9.042 34.999 9.69 52.721.509 13.906 17.454 20.446 27.294 10.606l37.106-37.106c59.271-59.259 59.271-155.699.001-214.959z\"]\n};\nvar faLiraSign = {\n prefix: 'fas',\n iconName: 'lira-sign',\n icon: [384, 512, [], \"f195\", \"M371.994 256h-48.019C317.64 256 312 260.912 312 267.246 312 368 230.179 416 144 416V256.781l134.603-29.912A12 12 0 0 0 288 215.155v-40.976c0-7.677-7.109-13.38-14.603-11.714L144 191.219V160.78l134.603-29.912A12 12 0 0 0 288 119.154V78.179c0-7.677-7.109-13.38-14.603-11.714L144 95.219V44c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v68.997L9.397 125.131A12 12 0 0 0 0 136.845v40.976c0 7.677 7.109 13.38 14.603 11.714L64 178.558v30.439L9.397 221.131A12 12 0 0 0 0 232.845v40.976c0 7.677 7.109 13.38 14.603 11.714L64 274.558V468c0 6.627 5.373 12 12 12h79.583c134.091 0 223.255-77.834 228.408-211.592.261-6.782-5.211-12.408-11.997-12.408z\"]\n};\nvar faList = {\n prefix: 'fas',\n iconName: 'list',\n icon: [512, 512, [], \"f03a\", \"M80 368H16a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm0-320H16A16 16 0 0 0 0 64v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16V64a16 16 0 0 0-16-16zm0 160H16a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm416 176H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faListAlt = {\n prefix: 'fas',\n iconName: 'list-alt',\n icon: [512, 512, [], \"f022\", \"M464 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zM128 120c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zm0 96c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zm0 96c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zm288-136v-32c0-6.627-5.373-12-12-12H204c-6.627 0-12 5.373-12 12v32c0 6.627 5.373 12 12 12h200c6.627 0 12-5.373 12-12zm0 96v-32c0-6.627-5.373-12-12-12H204c-6.627 0-12 5.373-12 12v32c0 6.627 5.373 12 12 12h200c6.627 0 12-5.373 12-12zm0 96v-32c0-6.627-5.373-12-12-12H204c-6.627 0-12 5.373-12 12v32c0 6.627 5.373 12 12 12h200c6.627 0 12-5.373 12-12z\"]\n};\nvar faListOl = {\n prefix: 'fas',\n iconName: 'list-ol',\n icon: [512, 512, [], \"f0cb\", \"M61.77 401l17.5-20.15a19.92 19.92 0 0 0 5.07-14.19v-3.31C84.34 356 80.5 352 73 352H16a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h22.83a157.41 157.41 0 0 0-11 12.31l-5.61 7c-4 5.07-5.25 10.13-2.8 14.88l1.05 1.93c3 5.76 6.29 7.88 12.25 7.88h4.73c10.33 0 15.94 2.44 15.94 9.09 0 4.72-4.2 8.22-14.36 8.22a41.54 41.54 0 0 1-15.47-3.12c-6.49-3.88-11.74-3.5-15.6 3.12l-5.59 9.31c-3.72 6.13-3.19 11.72 2.63 15.94 7.71 4.69 20.38 9.44 37 9.44 34.16 0 48.5-22.75 48.5-44.12-.03-14.38-9.12-29.76-28.73-34.88zM496 224H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-160H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 320H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM16 160h64a8 8 0 0 0 8-8v-16a8 8 0 0 0-8-8H64V40a8 8 0 0 0-8-8H32a8 8 0 0 0-7.14 4.42l-8 16A8 8 0 0 0 24 64h8v64H16a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8zm-3.91 160H80a8 8 0 0 0 8-8v-16a8 8 0 0 0-8-8H41.32c3.29-10.29 48.34-18.68 48.34-56.44 0-29.06-25-39.56-44.47-39.56-21.36 0-33.8 10-40.46 18.75-4.37 5.59-3 10.84 2.8 15.37l8.58 6.88c5.61 4.56 11 2.47 16.12-2.44a13.44 13.44 0 0 1 9.46-3.84c3.33 0 9.28 1.56 9.28 8.75C51 248.19 0 257.31 0 304.59v4C0 316 5.08 320 12.09 320z\"]\n};\nvar faListUl = {\n prefix: 'fas',\n iconName: 'list-ul',\n icon: [512, 512, [], \"f0ca\", \"M48 48a48 48 0 1 0 48 48 48 48 0 0 0-48-48zm0 160a48 48 0 1 0 48 48 48 48 0 0 0-48-48zm0 160a48 48 0 1 0 48 48 48 48 0 0 0-48-48zm448 16H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faLocationArrow = {\n prefix: 'fas',\n iconName: 'location-arrow',\n icon: [512, 512, [], \"f124\", \"M444.52 3.52L28.74 195.42c-47.97 22.39-31.98 92.75 19.19 92.75h175.91v175.91c0 51.17 70.36 67.17 92.75 19.19l191.9-415.78c15.99-38.39-25.59-79.97-63.97-63.97z\"]\n};\nvar faLock = {\n prefix: 'fas',\n iconName: 'lock',\n icon: [448, 512, [], \"f023\", \"M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z\"]\n};\nvar faLockOpen = {\n prefix: 'fas',\n iconName: 'lock-open',\n icon: [576, 512, [], \"f3c1\", \"M423.5 0C339.5.3 272 69.5 272 153.5V224H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48h-48v-71.1c0-39.6 31.7-72.5 71.3-72.9 40-.4 72.7 32.1 72.7 72v80c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24v-80C576 68 507.5-.3 423.5 0z\"]\n};\nvar faLongArrowAltDown = {\n prefix: 'fas',\n iconName: 'long-arrow-alt-down',\n icon: [256, 512, [], \"f309\", \"M168 345.941V44c0-6.627-5.373-12-12-12h-56c-6.627 0-12 5.373-12 12v301.941H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.569 9.373 33.941 0l86.059-86.059c15.119-15.119 4.411-40.971-16.971-40.971H168z\"]\n};\nvar faLongArrowAltLeft = {\n prefix: 'fas',\n iconName: 'long-arrow-alt-left',\n icon: [448, 512, [], \"f30a\", \"M134.059 296H436c6.627 0 12-5.373 12-12v-56c0-6.627-5.373-12-12-12H134.059v-46.059c0-21.382-25.851-32.09-40.971-16.971L7.029 239.029c-9.373 9.373-9.373 24.569 0 33.941l86.059 86.059c15.119 15.119 40.971 4.411 40.971-16.971V296z\"]\n};\nvar faLongArrowAltRight = {\n prefix: 'fas',\n iconName: 'long-arrow-alt-right',\n icon: [448, 512, [], \"f30b\", \"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"]\n};\nvar faLongArrowAltUp = {\n prefix: 'fas',\n iconName: 'long-arrow-alt-up',\n icon: [256, 512, [], \"f30c\", \"M88 166.059V468c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12V166.059h46.059c21.382 0 32.09-25.851 16.971-40.971l-86.059-86.059c-9.373-9.373-24.569-9.373-33.941 0l-86.059 86.059c-15.119 15.119-4.411 40.971 16.971 40.971H88z\"]\n};\nvar faLowVision = {\n prefix: 'fas',\n iconName: 'low-vision',\n icon: [576, 512, [], \"f2a8\", \"M569.344 231.631C512.96 135.949 407.81 72 288 72c-28.468 0-56.102 3.619-82.451 10.409L152.778 10.24c-7.601-10.858-22.564-13.5-33.423-5.9l-13.114 9.178c-10.86 7.601-13.502 22.566-5.9 33.426l43.131 58.395C89.449 131.73 40.228 174.683 6.682 231.581c-.01.017-.023.033-.034.05-8.765 14.875-8.964 33.528 0 48.739 38.5 65.332 99.742 115.862 172.859 141.349L55.316 244.302A272.194 272.194 0 0 1 83.61 208.39l119.4 170.58h.01l40.63 58.04a330.055 330.055 0 0 0 78.94 1.17l-189.98-271.4a277.628 277.628 0 0 1 38.777-21.563l251.836 356.544c7.601 10.858 22.564 13.499 33.423 5.9l13.114-9.178c10.86-7.601 13.502-22.567 5.9-33.426l-43.12-58.377-.007-.009c57.161-27.978 104.835-72.04 136.81-126.301a47.938 47.938 0 0 0 .001-48.739zM390.026 345.94l-19.066-27.23c24.682-32.567 27.711-76.353 8.8-111.68v.03c0 23.65-19.17 42.82-42.82 42.82-23.828 0-42.82-19.349-42.82-42.82 0-23.65 19.17-42.82 42.82-42.82h.03c-24.75-13.249-53.522-15.643-79.51-7.68l-19.068-27.237C253.758 123.306 270.488 120 288 120c75.162 0 136 60.826 136 136 0 34.504-12.833 65.975-33.974 89.94z\"]\n};\nvar faLuggageCart = {\n prefix: 'fas',\n iconName: 'luggage-cart',\n icon: [640, 512, [], \"f59d\", \"M224 320h32V96h-32c-17.67 0-32 14.33-32 32v160c0 17.67 14.33 32 32 32zm352-32V128c0-17.67-14.33-32-32-32h-32v224h32c17.67 0 32-14.33 32-32zm48 96H128V16c0-8.84-7.16-16-16-16H16C7.16 0 0 7.16 0 16v32c0 8.84 7.16 16 16 16h48v368c0 8.84 7.16 16 16 16h82.94c-1.79 5.03-2.94 10.36-2.94 16 0 26.51 21.49 48 48 48s48-21.49 48-48c0-5.64-1.15-10.97-2.94-16h197.88c-1.79 5.03-2.94 10.36-2.94 16 0 26.51 21.49 48 48 48s48-21.49 48-48c0-5.64-1.15-10.97-2.94-16H624c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM480 96V48c0-26.51-21.49-48-48-48h-96c-26.51 0-48 21.49-48 48v272h192V96zm-48 0h-96V48h96v48z\"]\n};\nvar faLungs = {\n prefix: 'fas',\n iconName: 'lungs',\n icon: [640, 512, [], \"f604\", \"M636.11 390.15C614.44 308.85 580.07 231 534.1 159.13 511.98 124.56 498.03 96 454.05 96 415.36 96 384 125.42 384 161.71v60.11l-32.88-21.92a15.996 15.996 0 0 1-7.12-13.31V16c0-8.84-7.16-16-16-16h-16c-8.84 0-16 7.16-16 16v170.59c0 5.35-2.67 10.34-7.12 13.31L256 221.82v-60.11C256 125.42 224.64 96 185.95 96c-43.98 0-57.93 28.56-80.05 63.13C59.93 231 25.56 308.85 3.89 390.15 1.3 399.84 0 409.79 0 419.78c0 61.23 62.48 105.44 125.24 88.62l59.5-15.95c42.18-11.3 71.26-47.47 71.26-88.62v-87.49l-85.84 57.23a7.992 7.992 0 0 1-11.09-2.22l-8.88-13.31a7.992 7.992 0 0 1 2.22-11.09L320 235.23l167.59 111.72a7.994 7.994 0 0 1 2.22 11.09l-8.88 13.31a7.994 7.994 0 0 1-11.09 2.22L384 316.34v87.49c0 41.15 29.08 77.31 71.26 88.62l59.5 15.95C577.52 525.22 640 481.01 640 419.78c0-9.99-1.3-19.94-3.89-29.63z\"]\n};\nvar faLungsVirus = {\n prefix: 'fas',\n iconName: 'lungs-virus',\n icon: [640, 512, [], \"e067\", \"M344,150.68V16A16,16,0,0,0,328,0H312a16,16,0,0,0-16,16V150.68a46.45,46.45,0,0,1,48,0ZM195.54,444.46a48.06,48.06,0,0,1,0-67.88l8.58-8.58H192a48,48,0,0,1,0-96h12.12l-8.58-8.57a48,48,0,0,1,60.46-74V161.75C256,125.38,224.62,96,186,96c-44,0-58,28.5-80.12,63.13a819.52,819.52,0,0,0-102,231A113.16,113.16,0,0,0,0,419.75C0,481,62.5,525.26,125.25,508.38l59.5-15.87a98.51,98.51,0,0,0,52.5-34.75,46.49,46.49,0,0,1-41.71-13.3Zm226.29-22.63a16,16,0,0,0,0-22.62l-8.58-8.58C393.09,370.47,407.37,336,435.88,336H448a16,16,0,0,0,0-32H435.88c-28.51,0-42.79-34.47-22.63-54.62l8.58-8.58a16,16,0,0,0-22.63-22.63l-8.57,8.58C370.47,246.91,336,232.63,336,204.12V192a16,16,0,0,0-32,0v12.12c0,28.51-34.47,42.79-54.63,22.63l-8.57-8.58a16,16,0,0,0-22.63,22.63l8.58,8.58c20.16,20.15,5.88,54.62-22.63,54.62H192a16,16,0,0,0,0,32h12.12c28.51,0,42.79,34.47,22.63,54.63l-8.58,8.58a16,16,0,1,0,22.63,22.62l8.57-8.57C269.53,393.1,304,407.38,304,435.88V448a16,16,0,0,0,32,0V435.88c0-28.5,34.47-42.78,54.63-22.62l8.57,8.57a16,16,0,0,0,22.63,0ZM288,304a16,16,0,1,1,16-16A16,16,0,0,1,288,304Zm64,64a16,16,0,1,1,16-16A16,16,0,0,1,352,368Zm284.12,22.13a819.52,819.52,0,0,0-102-231C512,124.5,498,96,454,96c-38.62,0-70,29.38-70,65.75v27.72a48,48,0,0,1,60.46,74L435.88,272H448a48,48,0,0,1,0,96H435.88l8.58,8.58a47.7,47.7,0,0,1-41.71,81.18,98.51,98.51,0,0,0,52.5,34.75l59.5,15.87C577.5,525.26,640,481,640,419.75A113.16,113.16,0,0,0,636.12,390.13Z\"]\n};\nvar faMagic = {\n prefix: 'fas',\n iconName: 'magic',\n icon: [512, 512, [], \"f0d0\", \"M224 96l16-32 32-16-32-16-16-32-16 32-32 16 32 16 16 32zM80 160l26.66-53.33L160 80l-53.34-26.67L80 0 53.34 53.33 0 80l53.34 26.67L80 160zm352 128l-26.66 53.33L352 368l53.34 26.67L432 448l26.66-53.33L512 368l-53.34-26.67L432 288zm70.62-193.77L417.77 9.38C411.53 3.12 403.34 0 395.15 0c-8.19 0-16.38 3.12-22.63 9.38L9.38 372.52c-12.5 12.5-12.5 32.76 0 45.25l84.85 84.85c6.25 6.25 14.44 9.37 22.62 9.37 8.19 0 16.38-3.12 22.63-9.37l363.14-363.15c12.5-12.48 12.5-32.75 0-45.24zM359.45 203.46l-50.91-50.91 86.6-86.6 50.91 50.91-86.6 86.6z\"]\n};\nvar faMagnet = {\n prefix: 'fas',\n iconName: 'magnet',\n icon: [512, 512, [], \"f076\", \"M164.07 148.1H12a12 12 0 0 1-12-12v-80a36 36 0 0 1 36-36h104a36 36 0 0 1 36 36v80a11.89 11.89 0 0 1-11.93 12zm347.93-12V56a36 36 0 0 0-36-36H372a36 36 0 0 0-36 36v80a12 12 0 0 0 12 12h152a11.89 11.89 0 0 0 12-11.9zm-164 44a12 12 0 0 0-12 12v52c0 128.1-160 127.9-160 0v-52a12 12 0 0 0-12-12H12.1a12 12 0 0 0-12 12.1c.1 21.4.6 40.3 0 53.3 0 150.6 136.17 246.6 256.75 246.6s255-96 255-246.7c-.6-12.8-.2-33 0-53.2a12 12 0 0 0-12-12.1z\"]\n};\nvar faMailBulk = {\n prefix: 'fas',\n iconName: 'mail-bulk',\n icon: [576, 512, [], \"f674\", \"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"]\n};\nvar faMale = {\n prefix: 'fas',\n iconName: 'male',\n icon: [192, 512, [], \"f183\", \"M96 0c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64S60.654 0 96 0m48 144h-11.36c-22.711 10.443-49.59 10.894-73.28 0H48c-26.51 0-48 21.49-48 48v136c0 13.255 10.745 24 24 24h16v136c0 13.255 10.745 24 24 24h64c13.255 0 24-10.745 24-24V352h16c13.255 0 24-10.745 24-24V192c0-26.51-21.49-48-48-48z\"]\n};\nvar faMap = {\n prefix: 'fas',\n iconName: 'map',\n icon: [576, 512, [], \"f279\", \"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"]\n};\nvar faMapMarked = {\n prefix: 'fas',\n iconName: 'map-marked',\n icon: [576, 512, [], \"f59f\", \"M288 0c-69.59 0-126 56.41-126 126 0 56.26 82.35 158.8 113.9 196.02 6.39 7.54 17.82 7.54 24.2 0C331.65 284.8 414 182.26 414 126 414 56.41 357.59 0 288 0zM20.12 215.95A32.006 32.006 0 0 0 0 245.66v250.32c0 11.32 11.43 19.06 21.94 14.86L160 448V214.92c-8.84-15.98-16.07-31.54-21.25-46.42L20.12 215.95zM288 359.67c-14.07 0-27.38-6.18-36.51-16.96-19.66-23.2-40.57-49.62-59.49-76.72v182l192 64V266c-18.92 27.09-39.82 53.52-59.49 76.72-9.13 10.77-22.44 16.95-36.51 16.95zm266.06-198.51L416 224v288l139.88-55.95A31.996 31.996 0 0 0 576 426.34V176.02c0-11.32-11.43-19.06-21.94-14.86z\"]\n};\nvar faMapMarkedAlt = {\n prefix: 'fas',\n iconName: 'map-marked-alt',\n icon: [576, 512, [], \"f5a0\", \"M288 0c-69.59 0-126 56.41-126 126 0 56.26 82.35 158.8 113.9 196.02 6.39 7.54 17.82 7.54 24.2 0C331.65 284.8 414 182.26 414 126 414 56.41 357.59 0 288 0zm0 168c-23.2 0-42-18.8-42-42s18.8-42 42-42 42 18.8 42 42-18.8 42-42 42zM20.12 215.95A32.006 32.006 0 0 0 0 245.66v250.32c0 11.32 11.43 19.06 21.94 14.86L160 448V214.92c-8.84-15.98-16.07-31.54-21.25-46.42L20.12 215.95zM288 359.67c-14.07 0-27.38-6.18-36.51-16.96-19.66-23.2-40.57-49.62-59.49-76.72v182l192 64V266c-18.92 27.09-39.82 53.52-59.49 76.72-9.13 10.77-22.44 16.95-36.51 16.95zm266.06-198.51L416 224v288l139.88-55.95A31.996 31.996 0 0 0 576 426.34V176.02c0-11.32-11.43-19.06-21.94-14.86z\"]\n};\nvar faMapMarker = {\n prefix: 'fas',\n iconName: 'map-marker',\n icon: [384, 512, [], \"f041\", \"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0z\"]\n};\nvar faMapMarkerAlt = {\n prefix: 'fas',\n iconName: 'map-marker-alt',\n icon: [384, 512, [], \"f3c5\", \"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"]\n};\nvar faMapPin = {\n prefix: 'fas',\n iconName: 'map-pin',\n icon: [288, 512, [], \"f276\", \"M112 316.94v156.69l22.02 33.02c4.75 7.12 15.22 7.12 19.97 0L176 473.63V316.94c-10.39 1.92-21.06 3.06-32 3.06s-21.61-1.14-32-3.06zM144 0C64.47 0 0 64.47 0 144s64.47 144 144 144 144-64.47 144-144S223.53 0 144 0zm0 76c-37.5 0-68 30.5-68 68 0 6.62-5.38 12-12 12s-12-5.38-12-12c0-50.73 41.28-92 92-92 6.62 0 12 5.38 12 12s-5.38 12-12 12z\"]\n};\nvar faMapSigns = {\n prefix: 'fas',\n iconName: 'map-signs',\n icon: [512, 512, [], \"f277\", \"M507.31 84.69L464 41.37c-6-6-14.14-9.37-22.63-9.37H288V16c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v16H56c-13.25 0-24 10.75-24 24v80c0 13.25 10.75 24 24 24h385.37c8.49 0 16.62-3.37 22.63-9.37l43.31-43.31c6.25-6.26 6.25-16.38 0-22.63zM224 496c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V384h-64v112zm232-272H288v-32h-64v32H70.63c-8.49 0-16.62 3.37-22.63 9.37L4.69 276.69c-6.25 6.25-6.25 16.38 0 22.63L48 342.63c6 6 14.14 9.37 22.63 9.37H456c13.25 0 24-10.75 24-24v-80c0-13.25-10.75-24-24-24z\"]\n};\nvar faMarker = {\n prefix: 'fas',\n iconName: 'marker',\n icon: [512, 512, [], \"f5a1\", \"M93.95 290.03A327.038 327.038 0 0 0 .17 485.11l-.03.23c-1.7 15.28 11.21 28.2 26.49 26.51a327.02 327.02 0 0 0 195.34-93.8l75.4-75.4-128.02-128.02-75.4 75.4zM485.49 26.51c-35.35-35.35-92.67-35.35-128.02 0l-21.76 21.76-36.56-36.55c-15.62-15.62-40.95-15.62-56.56 0L138.47 115.84c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0l87.15-87.15 19.59 19.59L191.98 192 320 320.02l165.49-165.49c35.35-35.35 35.35-92.66 0-128.02z\"]\n};\nvar faMars = {\n prefix: 'fas',\n iconName: 'mars',\n icon: [384, 512, [], \"f222\", \"M372 64h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-80.7 80.7c-22.2-14-48.5-22.1-76.7-22.1C64.5 160 0 224.5 0 304s64.5 144 144 144 144-64.5 144-144c0-28.2-8.1-54.5-22.1-76.7l80.7-80.7 16.9 16.9c7.6 7.6 20.5 2.2 20.5-8.5V76c0-6.6-5.4-12-12-12zM144 384c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faMarsDouble = {\n prefix: 'fas',\n iconName: 'mars-double',\n icon: [512, 512, [], \"f227\", \"M340 0h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-48.7 48.7C198.5 72.1 172.2 64 144 64 64.5 64 0 128.5 0 208s64.5 144 144 144 144-64.5 144-144c0-28.2-8.1-54.5-22.1-76.7l48.7-48.7 16.9 16.9c2.4 2.4 5.5 3.5 8.4 3.5 6.2 0 12.1-4.8 12.1-12V12c0-6.6-5.4-12-12-12zM144 288c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80zm356-128.1h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-48.7 48.7c-18.2-11.4-39-18.9-61.5-21.3-2.1 21.8-8.2 43.3-18.4 63.3 1.1 0 2.2-.1 3.2-.1 44.1 0 80 35.9 80 80s-35.9 80-80 80-80-35.9-80-80c0-1.1 0-2.2.1-3.2-20 10.2-41.5 16.4-63.3 18.4C168.4 455.6 229.6 512 304 512c79.5 0 144-64.5 144-144 0-28.2-8.1-54.5-22.1-76.7l48.7-48.7 16.9 16.9c2.4 2.4 5.4 3.5 8.4 3.5 6.2 0 12.1-4.8 12.1-12v-79c0-6.7-5.4-12.1-12-12.1z\"]\n};\nvar faMarsStroke = {\n prefix: 'fas',\n iconName: 'mars-stroke',\n icon: [384, 512, [], \"f229\", \"M372 64h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-17.5 17.5-14.1-14.1c-4.7-4.7-12.3-4.7-17 0L224.5 133c-4.7 4.7-4.7 12.3 0 17l14.1 14.1-18 18c-22.2-14-48.5-22.1-76.7-22.1C64.5 160 0 224.5 0 304s64.5 144 144 144 144-64.5 144-144c0-28.2-8.1-54.5-22.1-76.7l18-18 14.1 14.1c4.7 4.7 12.3 4.7 17 0l28.3-28.3c4.7-4.7 4.7-12.3 0-17L329.2 164l17.5-17.5 16.9 16.9c7.6 7.6 20.5 2.2 20.5-8.5V76c-.1-6.6-5.5-12-12.1-12zM144 384c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faMarsStrokeH = {\n prefix: 'fas',\n iconName: 'mars-stroke-h',\n icon: [480, 512, [], \"f22b\", \"M476.2 247.5l-55.9-55.9c-7.6-7.6-20.5-2.2-20.5 8.5V224H376v-20c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v20h-27.6c-5.8-25.6-18.7-49.9-38.6-69.8C189.6 98 98.4 98 42.2 154.2c-56.2 56.2-56.2 147.4 0 203.6 56.2 56.2 147.4 56.2 203.6 0 19.9-19.9 32.8-44.2 38.6-69.8H312v20c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-20h23.9v23.9c0 10.7 12.9 16 20.5 8.5l55.9-55.9c4.6-4.7 4.6-12.3-.1-17zm-275.6 65.1c-31.2 31.2-81.9 31.2-113.1 0-31.2-31.2-31.2-81.9 0-113.1 31.2-31.2 81.9-31.2 113.1 0 31.2 31.1 31.2 81.9 0 113.1z\"]\n};\nvar faMarsStrokeV = {\n prefix: 'fas',\n iconName: 'mars-stroke-v',\n icon: [288, 512, [], \"f22a\", \"M245.8 234.2c-19.9-19.9-44.2-32.8-69.8-38.6v-25.4h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20V81.4h23.9c10.7 0 16-12.9 8.5-20.5L152.5 5.1c-4.7-4.7-12.3-4.7-17 0L79.6 61c-7.6 7.6-2.2 20.5 8.5 20.5H112v24.7H92c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h20v25.4c-25.6 5.8-49.9 18.7-69.8 38.6-56.2 56.2-56.2 147.4 0 203.6 56.2 56.2 147.4 56.2 203.6 0 56.3-56.2 56.3-147.4 0-203.6zm-45.2 158.4c-31.2 31.2-81.9 31.2-113.1 0-31.2-31.2-31.2-81.9 0-113.1 31.2-31.2 81.9-31.2 113.1 0 31.2 31.1 31.2 81.9 0 113.1z\"]\n};\nvar faMask = {\n prefix: 'fas',\n iconName: 'mask',\n icon: [640, 512, [], \"f6fa\", \"M320.67 64c-442.6 0-357.57 384-158.46 384 39.9 0 77.47-20.69 101.42-55.86l25.73-37.79c15.66-22.99 46.97-22.99 62.63 0l25.73 37.79C401.66 427.31 439.23 448 479.13 448c189.86 0 290.63-384-158.46-384zM184 308.36c-41.06 0-67.76-25.66-80.08-41.05-5.23-6.53-5.23-16.09 0-22.63 12.32-15.4 39.01-41.05 80.08-41.05s67.76 25.66 80.08 41.05c5.23 6.53 5.23 16.09 0 22.63-12.32 15.4-39.02 41.05-80.08 41.05zm272 0c-41.06 0-67.76-25.66-80.08-41.05-5.23-6.53-5.23-16.09 0-22.63 12.32-15.4 39.01-41.05 80.08-41.05s67.76 25.66 80.08 41.05c5.23 6.53 5.23 16.09 0 22.63-12.32 15.4-39.02 41.05-80.08 41.05z\"]\n};\nvar faMedal = {\n prefix: 'fas',\n iconName: 'medal',\n icon: [512, 512, [], \"f5a2\", \"M223.75 130.75L154.62 15.54A31.997 31.997 0 0 0 127.18 0H16.03C3.08 0-4.5 14.57 2.92 25.18l111.27 158.96c29.72-27.77 67.52-46.83 109.56-53.39zM495.97 0H384.82c-11.24 0-21.66 5.9-27.44 15.54l-69.13 115.21c42.04 6.56 79.84 25.62 109.56 53.38L509.08 25.18C516.5 14.57 508.92 0 495.97 0zM256 160c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm92.52 157.26l-37.93 36.96 8.97 52.22c1.6 9.36-8.26 16.51-16.65 12.09L256 393.88l-46.9 24.65c-8.4 4.45-18.25-2.74-16.65-12.09l8.97-52.22-37.93-36.96c-6.82-6.64-3.05-18.23 6.35-19.59l52.43-7.64 23.43-47.52c2.11-4.28 6.19-6.39 10.28-6.39 4.11 0 8.22 2.14 10.33 6.39l23.43 47.52 52.43 7.64c9.4 1.36 13.17 12.95 6.35 19.59z\"]\n};\nvar faMedkit = {\n prefix: 'fas',\n iconName: 'medkit',\n icon: [512, 512, [], \"f0fa\", \"M96 480h320V128h-32V80c0-26.51-21.49-48-48-48H176c-26.51 0-48 21.49-48 48v48H96v352zm96-384h128v32H192V96zm320 80v256c0 26.51-21.49 48-48 48h-16V128h16c26.51 0 48 21.49 48 48zM64 480H48c-26.51 0-48-21.49-48-48V176c0-26.51 21.49-48 48-48h16v352zm288-208v32c0 8.837-7.163 16-16 16h-48v48c0 8.837-7.163 16-16 16h-32c-8.837 0-16-7.163-16-16v-48h-48c-8.837 0-16-7.163-16-16v-32c0-8.837 7.163-16 16-16h48v-48c0-8.837 7.163-16 16-16h32c8.837 0 16 7.163 16 16v48h48c8.837 0 16 7.163 16 16z\"]\n};\nvar faMeh = {\n prefix: 'fas',\n iconName: 'meh',\n icon: [496, 512, [], \"f11a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm176 192H152c-21.2 0-21.2-32 0-32h192c21.2 0 21.2 32 0 32zm-16-128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faMehBlank = {\n prefix: 'fas',\n iconName: 'meh-blank',\n icon: [496, 512, [], \"f5a4\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-80 232c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm160 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faMehRollingEyes = {\n prefix: 'fas',\n iconName: 'meh-rolling-eyes',\n icon: [496, 512, [], \"f5a5\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM88 224c0-24.3 13.7-45.2 33.6-56-.7 2.6-1.6 5.2-1.6 8 0 17.7 14.3 32 32 32s32-14.3 32-32c0-2.8-.9-5.4-1.6-8 19.9 10.8 33.6 31.7 33.6 56 0 35.3-28.7 64-64 64s-64-28.7-64-64zm224 176H184c-21.2 0-21.2-32 0-32h128c21.2 0 21.2 32 0 32zm32-112c-35.3 0-64-28.7-64-64 0-24.3 13.7-45.2 33.6-56-.7 2.6-1.6 5.2-1.6 8 0 17.7 14.3 32 32 32s32-14.3 32-32c0-2.8-.9-5.4-1.6-8 19.9 10.8 33.6 31.7 33.6 56 0 35.3-28.7 64-64 64z\"]\n};\nvar faMemory = {\n prefix: 'fas',\n iconName: 'memory',\n icon: [640, 512, [], \"f538\", \"M640 130.94V96c0-17.67-14.33-32-32-32H32C14.33 64 0 78.33 0 96v34.94c18.6 6.61 32 24.19 32 45.06s-13.4 38.45-32 45.06V320h640v-98.94c-18.6-6.61-32-24.19-32-45.06s13.4-38.45 32-45.06zM224 256h-64V128h64v128zm128 0h-64V128h64v128zm128 0h-64V128h64v128zM0 448h64v-26.67c0-8.84 7.16-16 16-16s16 7.16 16 16V448h128v-26.67c0-8.84 7.16-16 16-16s16 7.16 16 16V448h128v-26.67c0-8.84 7.16-16 16-16s16 7.16 16 16V448h128v-26.67c0-8.84 7.16-16 16-16s16 7.16 16 16V448h64v-96H0v96z\"]\n};\nvar faMenorah = {\n prefix: 'fas',\n iconName: 'menorah',\n icon: [640, 512, [], \"f676\", \"M144 128h-32c-8.84 0-16 7.16-16 16v144h64V144c0-8.84-7.16-16-16-16zm96 0h-32c-8.84 0-16 7.16-16 16v144h64V144c0-8.84-7.16-16-16-16zm192 0h-32c-8.84 0-16 7.16-16 16v144h64V144c0-8.84-7.16-16-16-16zm96 0h-32c-8.84 0-16 7.16-16 16v144h64V144c0-8.84-7.16-16-16-16zm80-32c17.67 0 32-14.33 32-32S608 0 608 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S512 0 512 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S416 0 416 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S320 0 320 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S224 0 224 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S128 0 128 0 96 46.33 96 64s14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S32 0 32 0 0 46.33 0 64s14.33 32 32 32zm544 192c0 17.67-14.33 32-32 32H352V144c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v176H96c-17.67 0-32-14.33-32-32V144c0-8.84-7.16-16-16-16H16c-8.84 0-16 7.16-16 16v144c0 53.02 42.98 96 96 96h192v64H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16H352v-64h192c53.02 0 96-42.98 96-96V144c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144z\"]\n};\nvar faMercury = {\n prefix: 'fas',\n iconName: 'mercury',\n icon: [288, 512, [], \"f223\", \"M288 208c0-44.2-19.9-83.7-51.2-110.1 2.5-1.8 4.9-3.8 7.2-5.8 24.7-21.2 39.8-48.8 43.2-78.8.9-7.1-4.7-13.3-11.9-13.3h-40.5C229 0 224.1 4.1 223 9.8c-2.4 12.5-9.6 24.3-20.7 33.8C187 56.8 166.3 64 144 64s-43-7.2-58.4-20.4C74.5 34.1 67.4 22.3 64.9 9.8 63.8 4.1 58.9 0 53.2 0H12.7C5.5 0-.1 6.2.8 13.3 4.2 43.4 19.2 71 44 92.2c2.3 2 4.7 3.9 7.2 5.8C19.9 124.3 0 163.8 0 208c0 68.5 47.9 125.9 112 140.4V400H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v36c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-36h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-51.6c64.1-14.5 112-71.9 112-140.4zm-224 0c0-44.1 35.9-80 80-80s80 35.9 80 80-35.9 80-80 80-80-35.9-80-80z\"]\n};\nvar faMeteor = {\n prefix: 'fas',\n iconName: 'meteor',\n icon: [512, 512, [], \"f753\", \"M511.328,20.8027c-11.60759,38.70264-34.30724,111.70173-61.30311,187.70077,6.99893,2.09372,13.4042,4,18.60653,5.59368a16.06158,16.06158,0,0,1,9.49854,22.906c-22.106,42.29635-82.69047,152.795-142.47819,214.40356-.99984,1.09373-1.99969,2.5-2.99954,3.49995A194.83046,194.83046,0,1,1,57.085,179.41009c.99985-1,2.40588-2,3.49947-3,61.59994-59.90549,171.97367-120.40473,214.37343-142.4982a16.058,16.058,0,0,1,22.90274,9.49988c1.59351,5.09368,3.49947,11.5936,5.5929,18.59351C379.34818,35.00565,452.43074,12.30281,491.12794.70921A16.18325,16.18325,0,0,1,511.328,20.8027ZM319.951,320.00207A127.98041,127.98041,0,1,0,191.97061,448.00046,127.97573,127.97573,0,0,0,319.951,320.00207Zm-127.98041-31.9996a31.9951,31.9951,0,1,1-31.9951-31.9996A31.959,31.959,0,0,1,191.97061,288.00247Zm31.9951,79.999a15.99755,15.99755,0,1,1-15.99755-15.9998A16.04975,16.04975,0,0,1,223.96571,368.00147Z\"]\n};\nvar faMicrochip = {\n prefix: 'fas',\n iconName: 'microchip',\n icon: [512, 512, [], \"f2db\", \"M416 48v416c0 26.51-21.49 48-48 48H144c-26.51 0-48-21.49-48-48V48c0-26.51 21.49-48 48-48h224c26.51 0 48 21.49 48 48zm96 58v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42V88h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zM30 376h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6z\"]\n};\nvar faMicrophone = {\n prefix: 'fas',\n iconName: 'microphone',\n icon: [352, 512, [], \"f130\", \"M176 352c53.02 0 96-42.98 96-96V96c0-53.02-42.98-96-96-96S80 42.98 80 96v160c0 53.02 42.98 96 96 96zm160-160h-16c-8.84 0-16 7.16-16 16v48c0 74.8-64.49 134.82-140.79 127.38C96.71 376.89 48 317.11 48 250.3V208c0-8.84-7.16-16-16-16H16c-8.84 0-16 7.16-16 16v40.16c0 89.64 63.97 169.55 152 181.69V464H96c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16h-56v-33.77C285.71 418.47 352 344.9 352 256v-48c0-8.84-7.16-16-16-16z\"]\n};\nvar faMicrophoneAlt = {\n prefix: 'fas',\n iconName: 'microphone-alt',\n icon: [352, 512, [], \"f3c9\", \"M336 192h-16c-8.84 0-16 7.16-16 16v48c0 74.8-64.49 134.82-140.79 127.38C96.71 376.89 48 317.11 48 250.3V208c0-8.84-7.16-16-16-16H16c-8.84 0-16 7.16-16 16v40.16c0 89.64 63.97 169.55 152 181.69V464H96c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16h-56v-33.77C285.71 418.47 352 344.9 352 256v-48c0-8.84-7.16-16-16-16zM176 352c53.02 0 96-42.98 96-96h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H272v-32h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H272v-32h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H272c0-53.02-42.98-96-96-96S80 42.98 80 96v160c0 53.02 42.98 96 96 96z\"]\n};\nvar faMicrophoneAltSlash = {\n prefix: 'fas',\n iconName: 'microphone-alt-slash',\n icon: [640, 512, [], \"f539\", \"M633.82 458.1L476.26 336.33C488.74 312.21 496 284.98 496 256v-48c0-8.84-7.16-16-16-16h-16c-8.84 0-16 7.16-16 16v48c0 17.92-3.96 34.8-10.72 50.2l-26.55-20.52c3.1-9.4 5.28-19.22 5.28-29.67h-43.67l-41.4-32H416v-32h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H416v-32h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H416c0-53.02-42.98-96-96-96s-96 42.98-96 96v45.36L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.36 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.41-6.97 4.16-17.02-2.82-22.45zM400 464h-56v-33.78c11.71-1.62 23.1-4.28 33.96-8.08l-50.4-38.96c-6.71.4-13.41.87-20.35.2-55.85-5.45-98.74-48.63-111.18-101.85L144 241.31v6.85c0 89.64 63.97 169.55 152 181.69V464h-56c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16z\"]\n};\nvar faMicrophoneSlash = {\n prefix: 'fas',\n iconName: 'microphone-slash',\n icon: [640, 512, [], \"f131\", \"M633.82 458.1l-157.8-121.96C488.61 312.13 496 285.01 496 256v-48c0-8.84-7.16-16-16-16h-16c-8.84 0-16 7.16-16 16v48c0 17.92-3.96 34.8-10.72 50.2l-26.55-20.52c3.1-9.4 5.28-19.22 5.28-29.67V96c0-53.02-42.98-96-96-96s-96 42.98-96 96v45.36L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.36 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.41-6.97 4.16-17.02-2.82-22.45zM400 464h-56v-33.77c11.66-1.6 22.85-4.54 33.67-8.31l-50.11-38.73c-6.71.4-13.41.87-20.35.2-55.85-5.45-98.74-48.63-111.18-101.85L144 241.31v6.85c0 89.64 63.97 169.55 152 181.69V464h-56c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16z\"]\n};\nvar faMicroscope = {\n prefix: 'fas',\n iconName: 'microscope',\n icon: [512, 512, [], \"f610\", \"M160 320h12v16c0 8.84 7.16 16 16 16h40c8.84 0 16-7.16 16-16v-16h12c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32V16c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v16c-17.67 0-32 14.33-32 32v224c0 17.67 14.33 32 32 32zm304 128h-1.29C493.24 413.99 512 369.2 512 320c0-105.88-86.12-192-192-192v64c70.58 0 128 57.42 128 128s-57.42 128-128 128H48c-26.51 0-48 21.49-48 48 0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16 0-26.51-21.49-48-48-48zm-360-32h208c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8H104c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8z\"]\n};\nvar faMinus = {\n prefix: 'fas',\n iconName: 'minus',\n icon: [448, 512, [], \"f068\", \"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"]\n};\nvar faMinusCircle = {\n prefix: 'fas',\n iconName: 'minus-circle',\n icon: [512, 512, [], \"f056\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zM124 296c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h264c6.6 0 12 5.4 12 12v56c0 6.6-5.4 12-12 12H124z\"]\n};\nvar faMinusSquare = {\n prefix: 'fas',\n iconName: 'minus-square',\n icon: [448, 512, [], \"f146\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM92 296c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h264c6.6 0 12 5.4 12 12v56c0 6.6-5.4 12-12 12H92z\"]\n};\nvar faMitten = {\n prefix: 'fas',\n iconName: 'mitten',\n icon: [448, 512, [], \"f7b5\", \"M368 416H48c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16zm57-209.1c-27.2-22.6-67.5-19-90.1 8.2l-20.9 25-29.6-128.4c-18-77.5-95.4-125.9-172.8-108C34.2 21.6-14.2 98.9 3.7 176.4L51.6 384h309l72.5-87c22.7-27.2 19-67.5-8.1-90.1z\"]\n};\nvar faMobile = {\n prefix: 'fas',\n iconName: 'mobile',\n icon: [320, 512, [], \"f10b\", \"M272 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM160 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faMobileAlt = {\n prefix: 'fas',\n iconName: 'mobile-alt',\n icon: [320, 512, [], \"f3cd\", \"M272 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM160 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm112-108c0 6.6-5.4 12-12 12H60c-6.6 0-12-5.4-12-12V60c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v312z\"]\n};\nvar faMoneyBill = {\n prefix: 'fas',\n iconName: 'money-bill',\n icon: [640, 512, [], \"f0d6\", \"M608 64H32C14.33 64 0 78.33 0 96v320c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V96c0-17.67-14.33-32-32-32zM48 400v-64c35.35 0 64 28.65 64 64H48zm0-224v-64h64c0 35.35-28.65 64-64 64zm272 176c-44.19 0-80-42.99-80-96 0-53.02 35.82-96 80-96s80 42.98 80 96c0 53.03-35.83 96-80 96zm272 48h-64c0-35.35 28.65-64 64-64v64zm0-224c-35.35 0-64-28.65-64-64h64v64z\"]\n};\nvar faMoneyBillAlt = {\n prefix: 'fas',\n iconName: 'money-bill-alt',\n icon: [640, 512, [], \"f3d1\", \"M352 288h-16v-88c0-4.42-3.58-8-8-8h-13.58c-4.74 0-9.37 1.4-13.31 4.03l-15.33 10.22a7.994 7.994 0 0 0-2.22 11.09l8.88 13.31a7.994 7.994 0 0 0 11.09 2.22l.47-.31V288h-16c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8h64c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8zM608 64H32C14.33 64 0 78.33 0 96v320c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V96c0-17.67-14.33-32-32-32zM48 400v-64c35.35 0 64 28.65 64 64H48zm0-224v-64h64c0 35.35-28.65 64-64 64zm272 192c-53.02 0-96-50.15-96-112 0-61.86 42.98-112 96-112s96 50.14 96 112c0 61.87-43 112-96 112zm272 32h-64c0-35.35 28.65-64 64-64v64zm0-224c-35.35 0-64-28.65-64-64h64v64z\"]\n};\nvar faMoneyBillWave = {\n prefix: 'fas',\n iconName: 'money-bill-wave',\n icon: [640, 512, [], \"f53a\", \"M621.16 54.46C582.37 38.19 543.55 32 504.75 32c-123.17-.01-246.33 62.34-369.5 62.34-30.89 0-61.76-3.92-92.65-13.72-3.47-1.1-6.95-1.62-10.35-1.62C15.04 79 0 92.32 0 110.81v317.26c0 12.63 7.23 24.6 18.84 29.46C57.63 473.81 96.45 480 135.25 480c123.17 0 246.34-62.35 369.51-62.35 30.89 0 61.76 3.92 92.65 13.72 3.47 1.1 6.95 1.62 10.35 1.62 17.21 0 32.25-13.32 32.25-31.81V83.93c-.01-12.64-7.24-24.6-18.85-29.47zM48 132.22c20.12 5.04 41.12 7.57 62.72 8.93C104.84 170.54 79 192.69 48 192.69v-60.47zm0 285v-47.78c34.37 0 62.18 27.27 63.71 61.4-22.53-1.81-43.59-6.31-63.71-13.62zM320 352c-44.19 0-80-42.99-80-96 0-53.02 35.82-96 80-96s80 42.98 80 96c0 53.03-35.83 96-80 96zm272 27.78c-17.52-4.39-35.71-6.85-54.32-8.44 5.87-26.08 27.5-45.88 54.32-49.28v57.72zm0-236.11c-30.89-3.91-54.86-29.7-55.81-61.55 19.54 2.17 38.09 6.23 55.81 12.66v48.89z\"]\n};\nvar faMoneyBillWaveAlt = {\n prefix: 'fas',\n iconName: 'money-bill-wave-alt',\n icon: [640, 512, [], \"f53b\", \"M621.16 54.46C582.37 38.19 543.55 32 504.75 32c-123.17-.01-246.33 62.34-369.5 62.34-30.89 0-61.76-3.92-92.65-13.72-3.47-1.1-6.95-1.62-10.35-1.62C15.04 79 0 92.32 0 110.81v317.26c0 12.63 7.23 24.6 18.84 29.46C57.63 473.81 96.45 480 135.25 480c123.17 0 246.34-62.35 369.51-62.35 30.89 0 61.76 3.92 92.65 13.72 3.47 1.1 6.95 1.62 10.35 1.62 17.21 0 32.25-13.32 32.25-31.81V83.93c-.01-12.64-7.24-24.6-18.85-29.47zM320 352c-44.19 0-80-42.99-80-96 0-53.02 35.82-96 80-96s80 42.98 80 96c0 53.03-35.83 96-80 96z\"]\n};\nvar faMoneyCheck = {\n prefix: 'fas',\n iconName: 'money-check',\n icon: [640, 512, [], \"f53c\", \"M0 448c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V128H0v320zm448-208c0-8.84 7.16-16 16-16h96c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-96c-8.84 0-16-7.16-16-16v-32zm0 120c0-4.42 3.58-8 8-8h112c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H456c-4.42 0-8-3.58-8-8v-16zM64 264c0-4.42 3.58-8 8-8h304c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zm0 96c0-4.42 3.58-8 8-8h176c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zM624 32H16C7.16 32 0 39.16 0 48v48h640V48c0-8.84-7.16-16-16-16z\"]\n};\nvar faMoneyCheckAlt = {\n prefix: 'fas',\n iconName: 'money-check-alt',\n icon: [640, 512, [], \"f53d\", \"M608 32H32C14.33 32 0 46.33 0 64v384c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zM176 327.88V344c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V152c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07zM416 312c0 4.42-3.58 8-8 8H296c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h112c4.42 0 8 3.58 8 8v16zm160 0c0 4.42-3.58 8-8 8h-80c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16zm0-96c0 4.42-3.58 8-8 8H296c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h272c4.42 0 8 3.58 8 8v16z\"]\n};\nvar faMonument = {\n prefix: 'fas',\n iconName: 'monument',\n icon: [384, 512, [], \"f5a6\", \"M368 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h352c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-78.86-347.26a31.97 31.97 0 0 0-9.21-19.44L203.31 4.69c-6.25-6.25-16.38-6.25-22.63 0l-76.6 76.61a31.97 31.97 0 0 0-9.21 19.44L64 416h256l-30.86-315.26zM240 307.2c0 6.4-6.4 12.8-12.8 12.8h-70.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h70.4c6.4 0 12.8 6.4 12.8 12.8v38.4z\"]\n};\nvar faMoon = {\n prefix: 'fas',\n iconName: 'moon',\n icon: [512, 512, [], \"f186\", \"M283.211 512c78.962 0 151.079-35.925 198.857-94.792 7.068-8.708-.639-21.43-11.562-19.35-124.203 23.654-238.262-71.576-238.262-196.954 0-72.222 38.662-138.635 101.498-174.394 9.686-5.512 7.25-20.197-3.756-22.23A258.156 258.156 0 0 0 283.211 0c-141.309 0-256 114.511-256 256 0 141.309 114.511 256 256 256z\"]\n};\nvar faMortarPestle = {\n prefix: 'fas',\n iconName: 'mortar-pestle',\n icon: [512, 512, [], \"f5a7\", \"M501.54 60.91c17.22-17.22 12.51-46.25-9.27-57.14a35.696 35.696 0 0 0-37.37 3.37L251.09 160h151.37l99.08-99.09zM496 192H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h16c0 80.98 50.2 150.11 121.13 178.32-12.76 16.87-21.72 36.8-24.95 58.69-1.46 9.92 6.04 18.98 16.07 18.98h223.5c10.03 0 17.53-9.06 16.07-18.98-3.22-21.89-12.18-41.82-24.95-58.69C429.8 406.11 480 336.98 480 256h16c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faMosque = {\n prefix: 'fas',\n iconName: 'mosque',\n icon: [640, 512, [], \"f678\", \"M0 480c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V160H0v320zm579.16-192c17.86-17.39 28.84-37.34 28.84-58.91 0-52.86-41.79-93.79-87.92-122.9-41.94-26.47-80.63-57.77-111.96-96.22L400 0l-8.12 9.97c-31.33 38.45-70.01 69.76-111.96 96.22C233.79 135.3 192 176.23 192 229.09c0 21.57 10.98 41.52 28.84 58.91h358.32zM608 320H192c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h32v-64c0-17.67 14.33-32 32-32s32 14.33 32 32v64h64v-72c0-48 48-72 48-72s48 24 48 72v72h64v-64c0-17.67 14.33-32 32-32s32 14.33 32 32v64h32c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32zM64 0S0 32 0 96v32h128V96c0-64-64-96-64-96z\"]\n};\nvar faMotorcycle = {\n prefix: 'fas',\n iconName: 'motorcycle',\n icon: [640, 512, [], \"f21c\", \"M512.9 192c-14.9-.1-29.1 2.3-42.4 6.9L437.6 144H520c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24h-45.3c-6.8 0-13.3 2.9-17.8 7.9l-37.5 41.7-22.8-38C392.2 68.4 384.4 64 376 64h-80c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h66.4l19.2 32H227.9c-17.7-23.1-44.9-40-99.9-40H72.5C59 104 47.7 115 48 128.5c.2 13 10.9 23.5 24 23.5h56c24.5 0 38.7 10.9 47.8 24.8l-11.3 20.5c-13-3.9-26.9-5.7-41.3-5.2C55.9 194.5 1.6 249.6 0 317c-1.6 72.1 56.3 131 128 131 59.6 0 109.7-40.8 124-96h84.2c13.7 0 24.6-11.4 24-25.1-2.1-47.1 17.5-93.7 56.2-125l12.5 20.8c-27.6 23.7-45.1 58.9-44.8 98.2.5 69.6 57.2 126.5 126.8 127.1 71.6.7 129.8-57.5 129.2-129.1-.7-69.6-57.6-126.4-127.2-126.9zM128 400c-44.1 0-80-35.9-80-80s35.9-80 80-80c4.2 0 8.4.3 12.5 1L99 316.4c-8.8 16 2.8 35.6 21 35.6h81.3c-12.4 28.2-40.6 48-73.3 48zm463.9-75.6c-2.2 40.6-35 73.4-75.5 75.5-46.1 2.5-84.4-34.3-84.4-79.9 0-21.4 8.4-40.8 22.1-55.1l49.4 82.4c4.5 7.6 14.4 10 22 5.5l13.7-8.2c7.6-4.5 10-14.4 5.5-22l-48.6-80.9c5.2-1.1 10.5-1.6 15.9-1.6 45.6-.1 82.3 38.2 79.9 84.3z\"]\n};\nvar faMountain = {\n prefix: 'fas',\n iconName: 'mountain',\n icon: [640, 512, [], \"f6fc\", \"M634.92 462.7l-288-448C341.03 5.54 330.89 0 320 0s-21.03 5.54-26.92 14.7l-288 448a32.001 32.001 0 0 0-1.17 32.64A32.004 32.004 0 0 0 32 512h576c11.71 0 22.48-6.39 28.09-16.67a31.983 31.983 0 0 0-1.17-32.63zM320 91.18L405.39 224H320l-64 64-38.06-38.06L320 91.18z\"]\n};\nvar faMouse = {\n prefix: 'fas',\n iconName: 'mouse',\n icon: [384, 512, [], \"f8cc\", \"M0 352a160 160 0 0 0 160 160h64a160 160 0 0 0 160-160V224H0zM176 0h-16A160 160 0 0 0 0 160v32h176zm48 0h-16v192h176v-32A160 160 0 0 0 224 0z\"]\n};\nvar faMousePointer = {\n prefix: 'fas',\n iconName: 'mouse-pointer',\n icon: [320, 512, [], \"f245\", \"M302.189 329.126H196.105l55.831 135.993c3.889 9.428-.555 19.999-9.444 23.999l-49.165 21.427c-9.165 4-19.443-.571-23.332-9.714l-53.053-129.136-86.664 89.138C18.729 472.71 0 463.554 0 447.977V18.299C0 1.899 19.921-6.096 30.277 5.443l284.412 292.542c11.472 11.179 3.007 31.141-12.5 31.141z\"]\n};\nvar faMugHot = {\n prefix: 'fas',\n iconName: 'mug-hot',\n icon: [512, 512, [], \"f7b6\", \"M127.1 146.5c1.3 7.7 8 13.5 16 13.5h16.5c9.8 0 17.6-8.5 16.3-18-3.8-28.2-16.4-54.2-36.6-74.7-14.4-14.7-23.6-33.3-26.4-53.5C111.8 5.9 105 0 96.8 0H80.4C70.6 0 63 8.5 64.1 18c3.9 31.9 18 61.3 40.6 84.4 12 12.2 19.7 27.5 22.4 44.1zm112 0c1.3 7.7 8 13.5 16 13.5h16.5c9.8 0 17.6-8.5 16.3-18-3.8-28.2-16.4-54.2-36.6-74.7-14.4-14.7-23.6-33.3-26.4-53.5C223.8 5.9 217 0 208.8 0h-16.4c-9.8 0-17.5 8.5-16.3 18 3.9 31.9 18 61.3 40.6 84.4 12 12.2 19.7 27.5 22.4 44.1zM400 192H32c-17.7 0-32 14.3-32 32v192c0 53 43 96 96 96h192c53 0 96-43 96-96h16c61.8 0 112-50.2 112-112s-50.2-112-112-112zm0 160h-16v-96h16c26.5 0 48 21.5 48 48s-21.5 48-48 48z\"]\n};\nvar faMusic = {\n prefix: 'fas',\n iconName: 'music',\n icon: [512, 512, [], \"f001\", \"M470.38 1.51L150.41 96A32 32 0 0 0 128 126.51v261.41A139 139 0 0 0 96 384c-53 0-96 28.66-96 64s43 64 96 64 96-28.66 96-64V214.32l256-75v184.61a138.4 138.4 0 0 0-32-3.93c-53 0-96 28.66-96 64s43 64 96 64 96-28.65 96-64V32a32 32 0 0 0-41.62-30.49z\"]\n};\nvar faNetworkWired = {\n prefix: 'fas',\n iconName: 'network-wired',\n icon: [640, 512, [], \"f6ff\", \"M640 264v-16c0-8.84-7.16-16-16-16H344v-40h72c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32H224c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h72v40H16c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h104v40H64c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h304v40h-56c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h104c8.84 0 16-7.16 16-16zM256 128V64h128v64H256zm-64 320H96v-64h96v64zm352 0h-96v-64h96v64z\"]\n};\nvar faNeuter = {\n prefix: 'fas',\n iconName: 'neuter',\n icon: [288, 512, [], \"f22c\", \"M288 176c0-79.5-64.5-144-144-144S0 96.5 0 176c0 68.5 47.9 125.9 112 140.4V468c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12V316.4c64.1-14.5 112-71.9 112-140.4zm-144 80c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faNewspaper = {\n prefix: 'fas',\n iconName: 'newspaper',\n icon: [576, 512, [], \"f1ea\", \"M552 64H88c-13.255 0-24 10.745-24 24v8H24c-13.255 0-24 10.745-24 24v272c0 30.928 25.072 56 56 56h472c26.51 0 48-21.49 48-48V88c0-13.255-10.745-24-24-24zM56 400a8 8 0 0 1-8-8V144h16v248a8 8 0 0 1-8 8zm236-16H140c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm208 0H348c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm-208-96H140c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm208 0H348c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm0-96H140c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h360c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12z\"]\n};\nvar faNotEqual = {\n prefix: 'fas',\n iconName: 'not-equal',\n icon: [448, 512, [], \"f53e\", \"M416 208c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32h-23.88l51.87-66.81c5.37-7.02 4.04-17.06-2.97-22.43L415.61 3.3c-7.02-5.38-17.06-4.04-22.44 2.97L311.09 112H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h204.56l-74.53 96H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h55.49l-51.87 66.81c-5.37 7.01-4.04 17.05 2.97 22.43L64 508.7c7.02 5.38 17.06 4.04 22.43-2.97L168.52 400H416c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32H243.05l74.53-96H416z\"]\n};\nvar faNotesMedical = {\n prefix: 'fas',\n iconName: 'notes-medical',\n icon: [384, 512, [], \"f481\", \"M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM192 40c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm96 304c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48zm0-192c0 4.4-3.6 8-8 8H104c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h176c4.4 0 8 3.6 8 8v16z\"]\n};\nvar faObjectGroup = {\n prefix: 'fas',\n iconName: 'object-group',\n icon: [512, 512, [], \"f247\", \"M480 128V96h20c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v20H64V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v40c0 6.627 5.373 12 12 12h20v320H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-20h384v20c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-20V128zM96 276V140c0-6.627 5.373-12 12-12h168c6.627 0 12 5.373 12 12v136c0 6.627-5.373 12-12 12H108c-6.627 0-12-5.373-12-12zm320 96c0 6.627-5.373 12-12 12H236c-6.627 0-12-5.373-12-12v-52h72c13.255 0 24-10.745 24-24v-72h84c6.627 0 12 5.373 12 12v136z\"]\n};\nvar faObjectUngroup = {\n prefix: 'fas',\n iconName: 'object-ungroup',\n icon: [576, 512, [], \"f248\", \"M64 320v26a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6v-52a6 6 0 0 1 6-6h26V96H6a6 6 0 0 1-6-6V38a6 6 0 0 1 6-6h52a6 6 0 0 1 6 6v26h288V38a6 6 0 0 1 6-6h52a6 6 0 0 1 6 6v52a6 6 0 0 1-6 6h-26v192h26a6 6 0 0 1 6 6v52a6 6 0 0 1-6 6h-52a6 6 0 0 1-6-6v-26H64zm480-64v-32h26a6 6 0 0 0 6-6v-52a6 6 0 0 0-6-6h-52a6 6 0 0 0-6 6v26H408v72h8c13.255 0 24 10.745 24 24v64c0 13.255-10.745 24-24 24h-64c-13.255 0-24-10.745-24-24v-8H192v72h-26a6 6 0 0 0-6 6v52a6 6 0 0 0 6 6h52a6 6 0 0 0 6-6v-26h288v26a6 6 0 0 0 6 6h52a6 6 0 0 0 6-6v-52a6 6 0 0 0-6-6h-26V256z\"]\n};\nvar faOilCan = {\n prefix: 'fas',\n iconName: 'oil-can',\n icon: [640, 512, [], \"f613\", \"M629.8 160.31L416 224l-50.49-25.24a64.07 64.07 0 0 0-28.62-6.76H280v-48h56c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16H176c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h56v48h-56L37.72 166.86a31.9 31.9 0 0 0-5.79-.53C14.67 166.33 0 180.36 0 198.34v94.95c0 15.46 11.06 28.72 26.28 31.48L96 337.46V384c0 17.67 14.33 32 32 32h274.63c8.55 0 16.75-3.42 22.76-9.51l212.26-214.75c1.5-1.5 2.34-3.54 2.34-5.66V168c.01-5.31-5.08-9.15-10.19-7.69zM96 288.67l-48-8.73v-62.43l48 8.73v62.43zm453.33 84.66c0 23.56 19.1 42.67 42.67 42.67s42.67-19.1 42.67-42.67S592 288 592 288s-42.67 61.77-42.67 85.33z\"]\n};\nvar faOm = {\n prefix: 'fas',\n iconName: 'om',\n icon: [512, 512, [], \"f679\", \"M360.6 60.94a10.43 10.43 0 0 0 14.76 0l21.57-21.56a10.43 10.43 0 0 0 0-14.76L375.35 3.06c-4.08-4.07-10.68-4.07-14.76 0l-21.57 21.56a10.43 10.43 0 0 0 0 14.76l21.58 21.56zM412.11 192c-26.69 0-51.77 10.39-70.64 29.25l-24.25 24.25c-6.78 6.77-15.78 10.5-25.38 10.5H245c10.54-22.1 14.17-48.11 7.73-75.23-10.1-42.55-46.36-76.11-89.52-83.19-36.15-5.93-70.9 5.04-96.01 28.78-7.36 6.96-6.97 18.85 1.12 24.93l26.15 19.63c5.72 4.3 13.66 4.32 19.2-.21 8.45-6.9 19.02-10.71 30.27-10.71 26.47 0 48.01 21.53 48.01 48s-21.54 48-48.01 48h-31.9c-11.96 0-19.74 12.58-14.39 23.28l16.09 32.17c2.53 5.06 7.6 8.1 13.17 8.55h33.03c35.3 0 64.01 28.7 64.01 64s-28.71 64-64.01 64c-96.02 0-122.35-54.02-145.15-92.03-4.53-7.55-14.77-3.58-14.79 5.22C-.09 416 41.13 512 159.94 512c70.59 0 128.02-57.42 128.02-128 0-23.42-6.78-45.1-17.81-64h21.69c26.69 0 51.77-10.39 70.64-29.25l24.25-24.25c6.78-6.77 15.78-10.5 25.38-10.5 19.78 0 35.88 16.09 35.88 35.88V392c0 13.23-18.77 24-32.01 24-39.4 0-66.67-24.24-81.82-42.89-4.77-5.87-14.2-2.54-14.2 5.02V416s0 64 96.02 64c48.54 0 96.02-39.47 96.02-88V291.88c0-55.08-44.8-99.88-99.89-99.88zm42.18-124.73c-85.55 65.12-169.05 2.75-172.58.05-6.02-4.62-14.44-4.38-20.14.55-5.74 4.92-7.27 13.17-3.66 19.8 1.61 2.95 40.37 72.34 118.8 72.34 79.92 0 98.78-31.36 101.75-37.66 1.02-2.12 1.53-4.47 1.53-6.83V80c0-13.22-15.14-20.69-25.7-12.73z\"]\n};\nvar faOtter = {\n prefix: 'fas',\n iconName: 'otter',\n icon: [640, 512, [], \"f700\", \"M608 32h-32l-13.25-13.25A63.97 63.97 0 0 0 517.49 0H497c-11.14 0-22.08 2.91-31.75 8.43L312 96h-56C149.96 96 64 181.96 64 288v1.61c0 32.75-16 62.14-39.56 84.89-18.19 17.58-28.1 43.68-23.19 71.8 6.76 38.8 42.9 65.7 82.28 65.7H192c17.67 0 32-14.33 32-32s-14.33-32-32-32H80c-8.83 0-16-7.17-16-16s7.17-16 16-16h224c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-64l149.49-80.5L448 416h80c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-28.22l-55.11-110.21L521.14 192H544c53.02 0 96-42.98 96-96V64c0-17.67-14.33-32-32-32zm-96 16c8.84 0 16 7.16 16 16s-7.16 16-16 16-16-7.16-16-16 7.16-16 16-16zm32 96h-34.96L407.2 198.84l-13.77-27.55L512 112h77.05c-6.62 18.58-24.22 32-45.05 32z\"]\n};\nvar faOutdent = {\n prefix: 'fas',\n iconName: 'outdent',\n icon: [448, 512, [], \"f03b\", \"M100.69 363.29c10 10 27.31 2.93 27.31-11.31V160c0-14.32-17.33-21.31-27.31-11.31l-96 96a16 16 0 0 0 0 22.62zM432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm3.17-128H204.83A12.82 12.82 0 0 0 192 300.83v38.34A12.82 12.82 0 0 0 204.83 352h230.34A12.82 12.82 0 0 0 448 339.17v-38.34A12.82 12.82 0 0 0 435.17 288zm0-128H204.83A12.82 12.82 0 0 0 192 172.83v38.34A12.82 12.82 0 0 0 204.83 224h230.34A12.82 12.82 0 0 0 448 211.17v-38.34A12.82 12.82 0 0 0 435.17 160zM432 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faPager = {\n prefix: 'fas',\n iconName: 'pager',\n icon: [512, 512, [], \"f815\", \"M448 64H64a64 64 0 0 0-64 64v256a64 64 0 0 0 64 64h384a64 64 0 0 0 64-64V128a64 64 0 0 0-64-64zM160 368H80a16 16 0 0 1-16-16v-16a16 16 0 0 1 16-16h80zm128-16a16 16 0 0 1-16 16h-80v-48h80a16 16 0 0 1 16 16zm160-128a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32v-64a32 32 0 0 1 32-32h320a32 32 0 0 1 32 32z\"]\n};\nvar faPaintBrush = {\n prefix: 'fas',\n iconName: 'paint-brush',\n icon: [512, 512, [], \"f1fc\", \"M167.02 309.34c-40.12 2.58-76.53 17.86-97.19 72.3-2.35 6.21-8 9.98-14.59 9.98-11.11 0-45.46-27.67-55.25-34.35C0 439.62 37.93 512 128 512c75.86 0 128-43.77 128-120.19 0-3.11-.65-6.08-.97-9.13l-88.01-73.34zM457.89 0c-15.16 0-29.37 6.71-40.21 16.45C213.27 199.05 192 203.34 192 257.09c0 13.7 3.25 26.76 8.73 38.7l63.82 53.18c7.21 1.8 14.64 3.03 22.39 3.03 62.11 0 98.11-45.47 211.16-256.46 7.38-14.35 13.9-29.85 13.9-45.99C512 20.64 486 0 457.89 0z\"]\n};\nvar faPaintRoller = {\n prefix: 'fas',\n iconName: 'paint-roller',\n icon: [512, 512, [], \"f5aa\", \"M416 128V32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v96c0 17.67 14.33 32 32 32h352c17.67 0 32-14.33 32-32zm32-64v128c0 17.67-14.33 32-32 32H256c-35.35 0-64 28.65-64 64v32c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32v-32h160c53.02 0 96-42.98 96-96v-64c0-35.35-28.65-64-64-64z\"]\n};\nvar faPalette = {\n prefix: 'fas',\n iconName: 'palette',\n icon: [512, 512, [], \"f53f\", \"M204.3 5C104.9 24.4 24.8 104.3 5.2 203.4c-37 187 131.7 326.4 258.8 306.7 41.2-6.4 61.4-54.6 42.5-91.7-23.1-45.4 9.9-98.4 60.9-98.4h79.7c35.8 0 64.8-29.6 64.9-65.3C511.5 97.1 368.1-26.9 204.3 5zM96 320c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm32-128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128-64c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 64c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faPallet = {\n prefix: 'fas',\n iconName: 'pallet',\n icon: [640, 512, [], \"f482\", \"M144 256h352c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16H384v128l-64-32-64 32V0H144c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16zm480 128c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v64H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16h-48v-64h48zm-336 64H128v-64h160v64zm224 0H352v-64h160v64z\"]\n};\nvar faPaperPlane = {\n prefix: 'fas',\n iconName: 'paper-plane',\n icon: [512, 512, [], \"f1d8\", \"M476 3.2L12.5 270.6c-18.1 10.4-15.8 35.6 2.2 43.2L121 358.4l287.3-253.2c5.5-4.9 13.3 2.6 8.6 8.3L176 407v80.5c0 23.6 28.5 32.9 42.5 15.8L282 426l124.6 52.2c14.2 6 30.4-2.9 33-18.2l72-432C515 7.8 493.3-6.8 476 3.2z\"]\n};\nvar faPaperclip = {\n prefix: 'fas',\n iconName: 'paperclip',\n icon: [448, 512, [], \"f0c6\", \"M43.246 466.142c-58.43-60.289-57.341-157.511 1.386-217.581L254.392 34c44.316-45.332 116.351-45.336 160.671 0 43.89 44.894 43.943 117.329 0 162.276L232.214 383.128c-29.855 30.537-78.633 30.111-107.982-.998-28.275-29.97-27.368-77.473 1.452-106.953l143.743-146.835c6.182-6.314 16.312-6.422 22.626-.241l22.861 22.379c6.315 6.182 6.422 16.312.241 22.626L171.427 319.927c-4.932 5.045-5.236 13.428-.648 18.292 4.372 4.634 11.245 4.711 15.688.165l182.849-186.851c19.613-20.062 19.613-52.725-.011-72.798-19.189-19.627-49.957-19.637-69.154 0L90.39 293.295c-34.763 35.56-35.299 93.12-1.191 128.313 34.01 35.093 88.985 35.137 123.058.286l172.06-175.999c6.177-6.319 16.307-6.433 22.626-.256l22.877 22.364c6.319 6.177 6.434 16.307.256 22.626l-172.06 175.998c-59.576 60.938-155.943 60.216-214.77-.485z\"]\n};\nvar faParachuteBox = {\n prefix: 'fas',\n iconName: 'parachute-box',\n icon: [512, 512, [], \"f4cd\", \"M511.9 175c-9.1-75.6-78.4-132.4-158.3-158.7C390 55.7 416 116.9 416 192h28.1L327.5 321.5c-2.5-.6-4.8-1.5-7.5-1.5h-48V192h112C384 76.8 315.1 0 256 0S128 76.8 128 192h112v128h-48c-2.7 0-5 .9-7.5 1.5L67.9 192H96c0-75.1 26-136.3 62.4-175.7C78.5 42.7 9.2 99.5.1 175c-1.1 9.1 6.8 17 16 17h8.7l136.7 151.9c-.7 2.6-1.6 5.2-1.6 8.1v128c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32V352c0-2.9-.9-5.4-1.6-8.1L487.1 192h8.7c9.3 0 17.2-7.8 16.1-17z\"]\n};\nvar faParagraph = {\n prefix: 'fas',\n iconName: 'paragraph',\n icon: [448, 512, [], \"f1dd\", \"M448 48v32a16 16 0 0 1-16 16h-48v368a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V96h-32v368a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V352h-32a160 160 0 0 1 0-320h240a16 16 0 0 1 16 16z\"]\n};\nvar faParking = {\n prefix: 'fas',\n iconName: 'parking',\n icon: [448, 512, [], \"f540\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM240 320h-48v48c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16h96c52.9 0 96 43.1 96 96s-43.1 96-96 96zm0-128h-48v64h48c17.6 0 32-14.4 32-32s-14.4-32-32-32z\"]\n};\nvar faPassport = {\n prefix: 'fas',\n iconName: 'passport',\n icon: [448, 512, [], \"f5ab\", \"M129.62 176h39.09c1.49-27.03 6.54-51.35 14.21-70.41-27.71 13.24-48.02 39.19-53.3 70.41zm0 32c5.29 31.22 25.59 57.17 53.3 70.41-7.68-19.06-12.72-43.38-14.21-70.41h-39.09zM224 286.69c7.69-7.45 20.77-34.42 23.43-78.69h-46.87c2.67 44.26 15.75 71.24 23.44 78.69zM200.57 176h46.87c-2.66-44.26-15.74-71.24-23.43-78.69-7.7 7.45-20.78 34.43-23.44 78.69zm64.51 102.41c27.71-13.24 48.02-39.19 53.3-70.41h-39.09c-1.49 27.03-6.53 51.35-14.21 70.41zM416 0H64C28.65 0 0 28.65 0 64v384c0 35.35 28.65 64 64 64h352c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32zm-80 416H112c-8.8 0-16-7.2-16-16s7.2-16 16-16h224c8.8 0 16 7.2 16 16s-7.2 16-16 16zm-112-96c-70.69 0-128-57.31-128-128S153.31 64 224 64s128 57.31 128 128-57.31 128-128 128zm41.08-214.41c7.68 19.06 12.72 43.38 14.21 70.41h39.09c-5.28-31.22-25.59-57.17-53.3-70.41z\"]\n};\nvar faPastafarianism = {\n prefix: 'fas',\n iconName: 'pastafarianism',\n icon: [640, 512, [], \"f67b\", \"M624.54 347.67c-32.7-12.52-57.36 4.25-75.37 16.45-17.06 11.53-23.25 14.42-31.41 11.36-8.12-3.09-10.83-9.38-15.89-29.38-3.33-13.15-7.44-29.32-17.95-42.65 2.24-2.91 4.43-5.79 6.38-8.57C500.47 304.45 513.71 312 532 312c33.95 0 50.87-25.78 62.06-42.83 10.59-16.14 15-21.17 21.94-21.17 13.25 0 24-10.75 24-24s-10.75-24-24-24c-33.95 0-50.87 25.78-62.06 42.83-10.6 16.14-15 21.17-21.94 21.17-17.31 0-37.48-61.43-97.26-101.91l17.25-34.5C485.43 125.5 512 97.98 512 64c0-35.35-28.65-64-64-64s-64 28.65-64 64c0 13.02 3.94 25.1 10.62 35.21l-18.15 36.3c-16.98-4.6-35.6-7.51-56.46-7.51s-39.49 2.91-56.46 7.51l-18.15-36.3C252.06 89.1 256 77.02 256 64c0-35.35-28.65-64-64-64s-64 28.65-64 64c0 33.98 26.56 61.5 60.02 63.6l17.25 34.5C145.68 202.44 125.15 264 108 264c-6.94 0-11.34-5.03-21.94-21.17C74.88 225.78 57.96 200 24 200c-13.25 0-24 10.75-24 24s10.75 24 24 24c6.94 0 11.34 5.03 21.94 21.17C57.13 286.22 74.05 312 108 312c18.29 0 31.53-7.55 41.7-17.11 1.95 2.79 4.14 5.66 6.38 8.57-10.51 13.33-14.62 29.5-17.95 42.65-5.06 20-7.77 26.28-15.89 29.38-8.11 3.06-14.33.17-31.41-11.36-18.03-12.2-42.72-28.92-75.37-16.45-12.39 4.72-18.59 18.58-13.87 30.97 4.72 12.41 18.61 18.61 30.97 13.88 8.16-3.09 14.34-.19 31.39 11.36 13.55 9.16 30.83 20.86 52.42 20.84 7.17 0 14.83-1.28 22.97-4.39 32.66-12.44 39.98-41.33 45.33-62.44 2.21-8.72 3.99-14.49 5.95-18.87 16.62 13.61 36.95 25.88 61.64 34.17-9.96 37-32.18 90.8-60.26 90.8-13.25 0-24 10.75-24 24s10.75 24 24 24c66.74 0 97.05-88.63 107.42-129.14 6.69.6 13.42 1.14 20.58 1.14s13.89-.54 20.58-1.14C350.95 423.37 381.26 512 448 512c13.25 0 24-10.75 24-24s-10.75-24-24-24c-27.94 0-50.21-53.81-60.22-90.81 24.69-8.29 45-20.56 61.62-34.16 1.96 4.38 3.74 10.15 5.95 18.87 5.34 21.11 12.67 50 45.33 62.44 8.14 3.11 15.8 4.39 22.97 4.39 21.59 0 38.87-11.69 52.42-20.84 17.05-11.55 23.28-14.45 31.39-11.36 12.39 4.75 26.27-1.47 30.97-13.88 4.71-12.4-1.49-26.26-13.89-30.98zM448 48c8.82 0 16 7.18 16 16s-7.18 16-16 16-16-7.18-16-16 7.18-16 16-16zm-256 0c8.82 0 16 7.18 16 16s-7.18 16-16 16-16-7.18-16-16 7.18-16 16-16z\"]\n};\nvar faPaste = {\n prefix: 'fas',\n iconName: 'paste',\n icon: [448, 512, [], \"f0ea\", \"M128 184c0-30.879 25.122-56 56-56h136V56c0-13.255-10.745-24-24-24h-80.61C204.306 12.89 183.637 0 160 0s-44.306 12.89-55.39 32H24C10.745 32 0 42.745 0 56v336c0 13.255 10.745 24 24 24h104V184zm32-144c13.255 0 24 10.745 24 24s-10.745 24-24 24-24-10.745-24-24 10.745-24 24-24zm184 248h104v200c0 13.255-10.745 24-24 24H184c-13.255 0-24-10.745-24-24V184c0-13.255 10.745-24 24-24h136v104c0 13.2 10.8 24 24 24zm104-38.059V256h-96v-96h6.059a24 24 0 0 1 16.97 7.029l65.941 65.941a24.002 24.002 0 0 1 7.03 16.971z\"]\n};\nvar faPause = {\n prefix: 'fas',\n iconName: 'pause',\n icon: [448, 512, [], \"f04c\", \"M144 479H48c-26.5 0-48-21.5-48-48V79c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48zm304-48V79c0-26.5-21.5-48-48-48h-96c-26.5 0-48 21.5-48 48v352c0 26.5 21.5 48 48 48h96c26.5 0 48-21.5 48-48z\"]\n};\nvar faPauseCircle = {\n prefix: 'fas',\n iconName: 'pause-circle',\n icon: [512, 512, [], \"f28b\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-16 328c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160zm112 0c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160z\"]\n};\nvar faPaw = {\n prefix: 'fas',\n iconName: 'paw',\n icon: [512, 512, [], \"f1b0\", \"M256 224c-79.41 0-192 122.76-192 200.25 0 34.9 26.81 55.75 71.74 55.75 48.84 0 81.09-25.08 120.26-25.08 39.51 0 71.85 25.08 120.26 25.08 44.93 0 71.74-20.85 71.74-55.75C448 346.76 335.41 224 256 224zm-147.28-12.61c-10.4-34.65-42.44-57.09-71.56-50.13-29.12 6.96-44.29 40.69-33.89 75.34 10.4 34.65 42.44 57.09 71.56 50.13 29.12-6.96 44.29-40.69 33.89-75.34zm84.72-20.78c30.94-8.14 46.42-49.94 34.58-93.36s-46.52-72.01-77.46-63.87-46.42 49.94-34.58 93.36c11.84 43.42 46.53 72.02 77.46 63.87zm281.39-29.34c-29.12-6.96-61.15 15.48-71.56 50.13-10.4 34.65 4.77 68.38 33.89 75.34 29.12 6.96 61.15-15.48 71.56-50.13 10.4-34.65-4.77-68.38-33.89-75.34zm-156.27 29.34c30.94 8.14 65.62-20.45 77.46-63.87 11.84-43.42-3.64-85.21-34.58-93.36s-65.62 20.45-77.46 63.87c-11.84 43.42 3.64 85.22 34.58 93.36z\"]\n};\nvar faPeace = {\n prefix: 'fas',\n iconName: 'peace',\n icon: [496, 512, [], \"f67c\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm184 248c0 31.93-8.2 61.97-22.57 88.17L280 240.63V74.97c86.23 15.21 152 90.5 152 181.03zM216 437.03c-33.86-5.97-64.49-21.2-89.29-43.02L216 322.57v114.46zm64-114.46L369.29 394c-24.8 21.82-55.43 37.05-89.29 43.02V322.57zm-64-247.6v165.66L86.57 344.17C72.2 317.97 64 287.93 64 256c0-90.53 65.77-165.82 152-181.03z\"]\n};\nvar faPen = {\n prefix: 'fas',\n iconName: 'pen',\n icon: [512, 512, [], \"f304\", \"M290.74 93.24l128.02 128.02-277.99 277.99-114.14 12.6C11.35 513.54-1.56 500.62.14 485.34l12.7-114.22 277.9-277.88zm207.2-19.06l-60.11-60.11c-18.75-18.75-49.16-18.75-67.91 0l-56.55 56.55 128.02 128.02 56.55-56.55c18.75-18.76 18.75-49.16 0-67.91z\"]\n};\nvar faPenAlt = {\n prefix: 'fas',\n iconName: 'pen-alt',\n icon: [512, 512, [], \"f305\", \"M497.94 74.17l-60.11-60.11c-18.75-18.75-49.16-18.75-67.91 0l-56.55 56.55 128.02 128.02 56.55-56.55c18.75-18.75 18.75-49.15 0-67.91zm-246.8-20.53c-15.62-15.62-40.94-15.62-56.56 0L75.8 172.43c-6.25 6.25-6.25 16.38 0 22.62l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l101.82-101.82 22.63 22.62L93.95 290.03A327.038 327.038 0 0 0 .17 485.11l-.03.23c-1.7 15.28 11.21 28.2 26.49 26.51a327.02 327.02 0 0 0 195.34-93.8l196.79-196.79-82.77-82.77-84.85-84.85z\"]\n};\nvar faPenFancy = {\n prefix: 'fas',\n iconName: 'pen-fancy',\n icon: [512, 512, [], \"f5ac\", \"M79.18 282.94a32.005 32.005 0 0 0-20.24 20.24L0 480l4.69 4.69 92.89-92.89c-.66-2.56-1.57-5.03-1.57-7.8 0-17.67 14.33-32 32-32s32 14.33 32 32-14.33 32-32 32c-2.77 0-5.24-.91-7.8-1.57l-92.89 92.89L32 512l176.82-58.94a31.983 31.983 0 0 0 20.24-20.24l33.07-84.07-98.88-98.88-84.07 33.07zM369.25 28.32L186.14 227.81l97.85 97.85 199.49-183.11C568.4 67.48 443.73-55.94 369.25 28.32z\"]\n};\nvar faPenNib = {\n prefix: 'fas',\n iconName: 'pen-nib',\n icon: [512, 512, [], \"f5ad\", \"M136.6 138.79a64.003 64.003 0 0 0-43.31 41.35L0 460l14.69 14.69L164.8 324.58c-2.99-6.26-4.8-13.18-4.8-20.58 0-26.51 21.49-48 48-48s48 21.49 48 48-21.49 48-48 48c-7.4 0-14.32-1.81-20.58-4.8L37.31 497.31 52 512l279.86-93.29a64.003 64.003 0 0 0 41.35-43.31L416 224 288 96l-151.4 42.79zm361.34-64.62l-60.11-60.11c-18.75-18.75-49.16-18.75-67.91 0l-56.55 56.55 128.02 128.02 56.55-56.55c18.75-18.75 18.75-49.15 0-67.91z\"]\n};\nvar faPenSquare = {\n prefix: 'fas',\n iconName: 'pen-square',\n icon: [448, 512, [], \"f14b\", \"M400 480H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48zM238.1 177.9L102.4 313.6l-6.3 57.1c-.8 7.6 5.6 14.1 13.3 13.3l57.1-6.3L302.2 242c2.3-2.3 2.3-6.1 0-8.5L246.7 178c-2.5-2.4-6.3-2.4-8.6-.1zM345 165.1L314.9 135c-9.4-9.4-24.6-9.4-33.9 0l-23.1 23.1c-2.3 2.3-2.3 6.1 0 8.5l55.5 55.5c2.3 2.3 6.1 2.3 8.5 0L345 199c9.3-9.3 9.3-24.5 0-33.9z\"]\n};\nvar faPencilAlt = {\n prefix: 'fas',\n iconName: 'pencil-alt',\n icon: [512, 512, [], \"f303\", \"M497.9 142.1l-46.1 46.1c-4.7 4.7-12.3 4.7-17 0l-111-111c-4.7-4.7-4.7-12.3 0-17l46.1-46.1c18.7-18.7 49.1-18.7 67.9 0l60.1 60.1c18.8 18.7 18.8 49.1 0 67.9zM284.2 99.8L21.6 362.4.4 483.9c-2.9 16.4 11.4 30.6 27.8 27.8l121.5-21.3 262.6-262.6c4.7-4.7 4.7-12.3 0-17l-111-111c-4.8-4.7-12.4-4.7-17.1 0zM124.1 339.9c-5.5-5.5-5.5-14.3 0-19.8l154-154c5.5-5.5 14.3-5.5 19.8 0s5.5 14.3 0 19.8l-154 154c-5.5 5.5-14.3 5.5-19.8 0zM88 424h48v36.3l-64.5 11.3-31.1-31.1L51.7 376H88v48z\"]\n};\nvar faPencilRuler = {\n prefix: 'fas',\n iconName: 'pencil-ruler',\n icon: [512, 512, [], \"f5ae\", \"M109.46 244.04l134.58-134.56-44.12-44.12-61.68 61.68a7.919 7.919 0 0 1-11.21 0l-11.21-11.21c-3.1-3.1-3.1-8.12 0-11.21l61.68-61.68-33.64-33.65C131.47-3.1 111.39-3.1 99 9.29L9.29 99c-12.38 12.39-12.39 32.47 0 44.86l100.17 100.18zm388.47-116.8c18.76-18.76 18.75-49.17 0-67.93l-45.25-45.25c-18.76-18.76-49.18-18.76-67.95 0l-46.02 46.01 113.2 113.2 46.02-46.03zM316.08 82.71l-297 296.96L.32 487.11c-2.53 14.49 10.09 27.11 24.59 24.56l107.45-18.84L429.28 195.9 316.08 82.71zm186.63 285.43l-33.64-33.64-61.68 61.68c-3.1 3.1-8.12 3.1-11.21 0l-11.21-11.21c-3.09-3.1-3.09-8.12 0-11.21l61.68-61.68-44.14-44.14L267.93 402.5l100.21 100.2c12.39 12.39 32.47 12.39 44.86 0l89.71-89.7c12.39-12.39 12.39-32.47 0-44.86z\"]\n};\nvar faPeopleArrows = {\n prefix: 'fas',\n iconName: 'people-arrows',\n icon: [576, 512, [], \"e068\", \"M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z\"]\n};\nvar faPeopleCarry = {\n prefix: 'fas',\n iconName: 'people-carry',\n icon: [640, 512, [], \"f4ce\", \"M128 96c26.5 0 48-21.5 48-48S154.5 0 128 0 80 21.5 80 48s21.5 48 48 48zm384 0c26.5 0 48-21.5 48-48S538.5 0 512 0s-48 21.5-48 48 21.5 48 48 48zm125.7 372.1l-44-110-41.1 46.4-2 18.2 27.7 69.2c5 12.5 17 20.1 29.7 20.1 4 0 8-.7 11.9-2.3 16.4-6.6 24.4-25.2 17.8-41.6zm-34.2-209.8L585 178.1c-4.6-20-18.6-36.8-37.5-44.9-18.5-8-39-6.7-56.1 3.3-22.7 13.4-39.7 34.5-48.1 59.4L432 229.8 416 240v-96c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16v96l-16.1-10.2-11.3-33.9c-8.3-25-25.4-46-48.1-59.4-17.2-10-37.6-11.3-56.1-3.3-18.9 8.1-32.9 24.9-37.5 44.9l-18.4 80.2c-4.6 20 .7 41.2 14.4 56.7l67.2 75.9 10.1 92.6C130 499.8 143.8 512 160 512c1.2 0 2.3-.1 3.5-.2 17.6-1.9 30.2-17.7 28.3-35.3l-10.1-92.8c-1.5-13-6.9-25.1-15.6-35l-43.3-49 17.6-70.3 6.8 20.4c4.1 12.5 11.9 23.4 24.5 32.6l51.1 32.5c4.6 2.9 12.1 4.6 17.2 5h160c5.1-.4 12.6-2.1 17.2-5l51.1-32.5c12.6-9.2 20.4-20 24.5-32.6l6.8-20.4 17.6 70.3-43.3 49c-8.7 9.9-14.1 22-15.6 35l-10.1 92.8c-1.9 17.6 10.8 33.4 28.3 35.3 1.2.1 2.3.2 3.5.2 16.1 0 30-12.1 31.8-28.5l10.1-92.6 67.2-75.9c13.6-15.5 19-36.7 14.4-56.7zM46.3 358.1l-44 110c-6.6 16.4 1.4 35 17.8 41.6 16.8 6.6 35.1-1.7 41.6-17.8l27.7-69.2-2-18.2-41.1-46.4z\"]\n};\nvar faPepperHot = {\n prefix: 'fas',\n iconName: 'pepper-hot',\n icon: [512, 512, [], \"f816\", \"M330.67 263.12V173.4l-52.75-24.22C219.44 218.76 197.58 400 56 400a56 56 0 0 0 0 112c212.64 0 370.65-122.87 419.18-210.34l-37.05-38.54zm131.09-128.37C493.92 74.91 477.18 26.48 458.62 3a8 8 0 0 0-11.93-.59l-22.9 23a8.06 8.06 0 0 0-.89 10.23c6.86 10.36 17.05 35.1-1.4 72.32A142.85 142.85 0 0 0 364.34 96c-28 0-54 8.54-76.34 22.59l74.67 34.29v78.24h89.09L506.44 288c3.26-12.62 5.56-25.63 5.56-39.31a154 154 0 0 0-50.24-113.94z\"]\n};\nvar faPercent = {\n prefix: 'fas',\n iconName: 'percent',\n icon: [448, 512, [], \"f295\", \"M112 224c61.9 0 112-50.1 112-112S173.9 0 112 0 0 50.1 0 112s50.1 112 112 112zm0-160c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm224 224c-61.9 0-112 50.1-112 112s50.1 112 112 112 112-50.1 112-112-50.1-112-112-112zm0 160c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zM392.3.2l31.6-.1c19.4-.1 30.9 21.8 19.7 37.8L77.4 501.6a23.95 23.95 0 0 1-19.6 10.2l-33.4.1c-19.5 0-30.9-21.9-19.7-37.8l368-463.7C377.2 4 384.5.2 392.3.2z\"]\n};\nvar faPercentage = {\n prefix: 'fas',\n iconName: 'percentage',\n icon: [384, 512, [], \"f541\", \"M109.25 173.25c24.99-24.99 24.99-65.52 0-90.51-24.99-24.99-65.52-24.99-90.51 0-24.99 24.99-24.99 65.52 0 90.51 25 25 65.52 25 90.51 0zm256 165.49c-24.99-24.99-65.52-24.99-90.51 0-24.99 24.99-24.99 65.52 0 90.51 24.99 24.99 65.52 24.99 90.51 0 25-24.99 25-65.51 0-90.51zm-1.94-231.43l-22.62-22.62c-12.5-12.5-32.76-12.5-45.25 0L20.69 359.44c-12.5 12.5-12.5 32.76 0 45.25l22.62 22.62c12.5 12.5 32.76 12.5 45.25 0l274.75-274.75c12.5-12.49 12.5-32.75 0-45.25z\"]\n};\nvar faPersonBooth = {\n prefix: 'fas',\n iconName: 'person-booth',\n icon: [576, 512, [], \"f756\", \"M192 496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320h-64v176zm32-272h-50.9l-45.2-45.3C115.8 166.6 99.7 160 82.7 160H64c-17.1 0-33.2 6.7-45.3 18.8C6.7 190.9 0 207 0 224.1L.2 320 0 480c0 17.7 14.3 32 31.9 32 17.6 0 32-14.3 32-32l.1-100.7c.9.5 1.6 1.3 2.5 1.7l29.1 43v56c0 17.7 14.3 32 32 32s32-14.3 32-32v-56.5c0-9.9-2.3-19.8-6.7-28.6l-41.2-61.3V253l20.9 20.9c9.1 9.1 21.1 14.1 33.9 14.1H224c17.7 0 32-14.3 32-32s-14.3-32-32-32zM64 128c26.5 0 48-21.5 48-48S90.5 32 64 32 16 53.5 16 80s21.5 48 48 48zm224-96l31.5 223.1-30.9 154.6c-4.3 21.6 13 38.3 31.4 38.3 15.2 0 28-9.1 32.3-30.4.9 16.9 14.6 30.4 31.7 30.4 17.7 0 32-14.3 32-32 0 17.7 14.3 32 32 32s32-14.3 32-32V0H288v32zm-96 0v160h64V0h-32c-17.7 0-32 14.3-32 32zM544 0h-32v496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V32c0-17.7-14.3-32-32-32z\"]\n};\nvar faPhone = {\n prefix: 'fas',\n iconName: 'phone',\n icon: [512, 512, [], \"f095\", \"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"]\n};\nvar faPhoneAlt = {\n prefix: 'fas',\n iconName: 'phone-alt',\n icon: [512, 512, [], \"f879\", \"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"]\n};\nvar faPhoneSlash = {\n prefix: 'fas',\n iconName: 'phone-slash',\n icon: [640, 512, [], \"f3dd\", \"M268.2 381.4l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48c-10.7 4.6-16.5 16.1-13.9 27.5l24 104c2.5 10.8 12.1 18.6 23.4 18.6 100.7 0 193.7-32.4 269.7-86.9l-80-61.8c-10.9 6.5-22.1 12.7-33.6 18.1zm365.6 76.7L475.1 335.5C537.9 256.4 576 156.9 576 48c0-11.2-7.7-20.9-18.6-23.4l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-12.2 26.1-27.9 50.3-46 72.8L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4l588.4 454.7c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.4-6.8 4.1-16.9-2.9-22.3z\"]\n};\nvar faPhoneSquare = {\n prefix: 'fas',\n iconName: 'phone-square',\n icon: [448, 512, [], \"f098\", \"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM94 416c-7.033 0-13.057-4.873-14.616-11.627l-14.998-65a15 15 0 0 1 8.707-17.16l69.998-29.999a15 15 0 0 1 17.518 4.289l30.997 37.885c48.944-22.963 88.297-62.858 110.781-110.78l-37.886-30.997a15.001 15.001 0 0 1-4.289-17.518l30-69.998a15 15 0 0 1 17.16-8.707l65 14.998A14.997 14.997 0 0 1 384 126c0 160.292-129.945 290-290 290z\"]\n};\nvar faPhoneSquareAlt = {\n prefix: 'fas',\n iconName: 'phone-square-alt',\n icon: [448, 512, [], \"f87b\", \"M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h352a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48zm-16.39 307.37l-15 65A15 15 0 0 1 354 416C194 416 64 286.29 64 126a15.7 15.7 0 0 1 11.63-14.61l65-15A18.23 18.23 0 0 1 144 96a16.27 16.27 0 0 1 13.79 9.09l30 70A17.9 17.9 0 0 1 189 181a17 17 0 0 1-5.5 11.61l-37.89 31a231.91 231.91 0 0 0 110.78 110.78l31-37.89A17 17 0 0 1 299 291a17.85 17.85 0 0 1 5.91 1.21l70 30A16.25 16.25 0 0 1 384 336a17.41 17.41 0 0 1-.39 3.37z\"]\n};\nvar faPhoneVolume = {\n prefix: 'fas',\n iconName: 'phone-volume',\n icon: [384, 512, [], \"f2a0\", \"M97.333 506.966c-129.874-129.874-129.681-340.252 0-469.933 5.698-5.698 14.527-6.632 21.263-2.422l64.817 40.513a17.187 17.187 0 0 1 6.849 20.958l-32.408 81.021a17.188 17.188 0 0 1-17.669 10.719l-55.81-5.58c-21.051 58.261-20.612 122.471 0 179.515l55.811-5.581a17.188 17.188 0 0 1 17.669 10.719l32.408 81.022a17.188 17.188 0 0 1-6.849 20.958l-64.817 40.513a17.19 17.19 0 0 1-21.264-2.422zM247.126 95.473c11.832 20.047 11.832 45.008 0 65.055-3.95 6.693-13.108 7.959-18.718 2.581l-5.975-5.726c-3.911-3.748-4.793-9.622-2.261-14.41a32.063 32.063 0 0 0 0-29.945c-2.533-4.788-1.65-10.662 2.261-14.41l5.975-5.726c5.61-5.378 14.768-4.112 18.718 2.581zm91.787-91.187c60.14 71.604 60.092 175.882 0 247.428-4.474 5.327-12.53 5.746-17.552.933l-5.798-5.557c-4.56-4.371-4.977-11.529-.93-16.379 49.687-59.538 49.646-145.933 0-205.422-4.047-4.85-3.631-12.008.93-16.379l5.798-5.557c5.022-4.813 13.078-4.394 17.552.933zm-45.972 44.941c36.05 46.322 36.108 111.149 0 157.546-4.39 5.641-12.697 6.251-17.856 1.304l-5.818-5.579c-4.4-4.219-4.998-11.095-1.285-15.931 26.536-34.564 26.534-82.572 0-117.134-3.713-4.836-3.115-11.711 1.285-15.931l5.818-5.579c5.159-4.947 13.466-4.337 17.856 1.304z\"]\n};\nvar faPhotoVideo = {\n prefix: 'fas',\n iconName: 'photo-video',\n icon: [640, 512, [], \"f87c\", \"M608 0H160a32 32 0 0 0-32 32v96h160V64h192v320h128a32 32 0 0 0 32-32V32a32 32 0 0 0-32-32zM232 103a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9V73a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm352 208a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9v-30a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm0-104a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9v-30a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm0-104a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9V73a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm-168 57H32a32 32 0 0 0-32 32v288a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V192a32 32 0 0 0-32-32zM96 224a32 32 0 1 1-32 32 32 32 0 0 1 32-32zm288 224H64v-32l64-64 32 32 128-128 96 96z\"]\n};\nvar faPiggyBank = {\n prefix: 'fas',\n iconName: 'piggy-bank',\n icon: [576, 512, [], \"f4d3\", \"M560 224h-29.5c-8.8-20-21.6-37.7-37.4-52.5L512 96h-32c-29.4 0-55.4 13.5-73 34.3-7.6-1.1-15.1-2.3-23-2.3H256c-77.4 0-141.9 55-156.8 128H56c-14.8 0-26.5-13.5-23.5-28.8C34.7 215.8 45.4 208 57 208h1c3.3 0 6-2.7 6-6v-20c0-3.3-2.7-6-6-6-28.5 0-53.9 20.4-57.5 48.6C-3.9 258.8 22.7 288 56 288h40c0 52.2 25.4 98.1 64 127.3V496c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-48h128v48c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-80.7c11.8-8.9 22.3-19.4 31.3-31.3H560c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16zm-128 64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zM256 96h128c5.4 0 10.7.4 15.9.8 0-.3.1-.5.1-.8 0-53-43-96-96-96s-96 43-96 96c0 2.1.5 4.1.6 6.2 15.2-3.9 31-6.2 47.4-6.2z\"]\n};\nvar faPills = {\n prefix: 'fas',\n iconName: 'pills',\n icon: [576, 512, [], \"f484\", \"M112 32C50.1 32 0 82.1 0 144v224c0 61.9 50.1 112 112 112s112-50.1 112-112V144c0-61.9-50.1-112-112-112zm48 224H64V144c0-26.5 21.5-48 48-48s48 21.5 48 48v112zm139.7-29.7c-3.5-3.5-9.4-3.1-12.3.8-45.3 62.5-40.4 150.1 15.9 206.4 56.3 56.3 143.9 61.2 206.4 15.9 4-2.9 4.3-8.8.8-12.3L299.7 226.3zm229.8-19c-56.3-56.3-143.9-61.2-206.4-15.9-4 2.9-4.3 8.8-.8 12.3l210.8 210.8c3.5 3.5 9.4 3.1 12.3-.8 45.3-62.6 40.5-150.1-15.9-206.4z\"]\n};\nvar faPizzaSlice = {\n prefix: 'fas',\n iconName: 'pizza-slice',\n icon: [512, 512, [], \"f818\", \"M158.87.15c-16.16-1.52-31.2 8.42-35.33 24.12l-14.81 56.27c187.62 5.49 314.54 130.61 322.48 317l56.94-15.78c15.72-4.36 25.49-19.68 23.62-35.9C490.89 165.08 340.78 17.32 158.87.15zm-58.47 112L.55 491.64a16.21 16.21 0 0 0 20 19.75l379-105.1c-4.27-174.89-123.08-292.14-299.15-294.1zM128 416a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm48-152a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm104 104a32 32 0 1 1 32-32 32 32 0 0 1-32 32z\"]\n};\nvar faPlaceOfWorship = {\n prefix: 'fas',\n iconName: 'place-of-worship',\n icon: [640, 512, [], \"f67f\", \"M620.61 366.55L512 320v192h112c8.84 0 16-7.16 16-16V395.96a32 32 0 0 0-19.39-29.41zM0 395.96V496c0 8.84 7.16 16 16 16h112V320L19.39 366.55A32 32 0 0 0 0 395.96zm464.46-149.28L416 217.6V102.63c0-8.49-3.37-16.62-9.38-22.63L331.31 4.69c-6.25-6.25-16.38-6.25-22.62 0L233.38 80c-6 6-9.38 14.14-9.38 22.63V217.6l-48.46 29.08A31.997 31.997 0 0 0 160 274.12V512h96v-96c0-35.35 28.66-64 64-64s64 28.65 64 64v96h96V274.12c0-11.24-5.9-21.66-15.54-27.44z\"]\n};\nvar faPlane = {\n prefix: 'fas',\n iconName: 'plane',\n icon: [576, 512, [], \"f072\", \"M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 192H112l-43.2-57.6c-3.02-4.03-7.77-6.4-12.8-6.4H16.01C5.6 128-2.04 137.78.49 147.88L32 256 .49 364.12C-2.04 374.22 5.6 384 16.01 384H56c5.04 0 9.78-2.37 12.8-6.4L112 320h102.86l-49.03 171.6c-2.92 10.22 4.75 20.4 15.38 20.4h65.5c5.74 0 11.04-3.08 13.89-8.06L365.71 320H480c35.35 0 96-28.65 96-64s-60.65-64-96-64z\"]\n};\nvar faPlaneArrival = {\n prefix: 'fas',\n iconName: 'plane-arrival',\n icon: [640, 512, [], \"f5af\", \"M624 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM44.81 205.66l88.74 80a62.607 62.607 0 0 0 25.47 13.93l287.6 78.35c26.48 7.21 54.56 8.72 81 1.36 29.67-8.27 43.44-21.21 47.25-35.71 3.83-14.5-1.73-32.71-23.37-54.96-19.28-19.82-44.35-32.79-70.83-40l-97.51-26.56L282.8 30.22c-1.51-5.81-5.95-10.35-11.66-11.91L206.05.58c-10.56-2.88-20.9 5.32-20.71 16.44l47.92 164.21-102.2-27.84-27.59-67.88c-1.93-4.89-6.01-8.57-11.02-9.93L52.72 64.75c-10.34-2.82-20.53 5-20.72 15.88l.23 101.78c.19 8.91 6.03 17.34 12.58 23.25z\"]\n};\nvar faPlaneDeparture = {\n prefix: 'fas',\n iconName: 'plane-departure',\n icon: [640, 512, [], \"f5b0\", \"M624 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM80.55 341.27c6.28 6.84 15.1 10.72 24.33 10.71l130.54-.18a65.62 65.62 0 0 0 29.64-7.12l290.96-147.65c26.74-13.57 50.71-32.94 67.02-58.31 18.31-28.48 20.3-49.09 13.07-63.65-7.21-14.57-24.74-25.27-58.25-27.45-29.85-1.94-59.54 5.92-86.28 19.48l-98.51 49.99-218.7-82.06a17.799 17.799 0 0 0-18-1.11L90.62 67.29c-10.67 5.41-13.25 19.65-5.17 28.53l156.22 98.1-103.21 52.38-72.35-36.47a17.804 17.804 0 0 0-16.07.02L9.91 230.22c-10.44 5.3-13.19 19.12-5.57 28.08l76.21 82.97z\"]\n};\nvar faPlaneSlash = {\n prefix: 'fas',\n iconName: 'plane-slash',\n icon: [640, 512, [], \"e069\", \"M32.48,147.88,64,256,32.48,364.13A16,16,0,0,0,48,384H88a16,16,0,0,0,12.8-6.41L144,320H246.85l-49,171.59A16,16,0,0,0,213.2,512h65.5a16,16,0,0,0,13.89-8.06l66.6-116.54L34.35,136.34A15.47,15.47,0,0,0,32.48,147.88ZM633.82,458.09,455.14,320H512c35.34,0,96-28.66,96-64s-60.66-64-96-64H397.7L292.61,8.06C290.06,3.61,283.84,0,278.71,0H213.2a16,16,0,0,0-15.38,20.39l36.94,129.29L45.46,3.38A16,16,0,0,0,23,6.19L3.37,31.45A16,16,0,0,0,6.18,53.91L594.54,508.63A16,16,0,0,0,617,505.81l19.64-25.26A16,16,0,0,0,633.82,458.09Z\"]\n};\nvar faPlay = {\n prefix: 'fas',\n iconName: 'play',\n icon: [448, 512, [], \"f04b\", \"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"]\n};\nvar faPlayCircle = {\n prefix: 'fas',\n iconName: 'play-circle',\n icon: [512, 512, [], \"f144\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"]\n};\nvar faPlug = {\n prefix: 'fas',\n iconName: 'plug',\n icon: [384, 512, [], \"f1e6\", \"M320,32a32,32,0,0,0-64,0v96h64Zm48,128H16A16,16,0,0,0,0,176v32a16,16,0,0,0,16,16H32v32A160.07,160.07,0,0,0,160,412.8V512h64V412.8A160.07,160.07,0,0,0,352,256V224h16a16,16,0,0,0,16-16V176A16,16,0,0,0,368,160ZM128,32a32,32,0,0,0-64,0v96h64Z\"]\n};\nvar faPlus = {\n prefix: 'fas',\n iconName: 'plus',\n icon: [448, 512, [], \"f067\", \"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"]\n};\nvar faPlusCircle = {\n prefix: 'fas',\n iconName: 'plus-circle',\n icon: [512, 512, [], \"f055\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm144 276c0 6.6-5.4 12-12 12h-92v92c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12v-92h-92c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h92v-92c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v92h92c6.6 0 12 5.4 12 12v56z\"]\n};\nvar faPlusSquare = {\n prefix: 'fas',\n iconName: 'plus-square',\n icon: [448, 512, [], \"f0fe\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-32 252c0 6.6-5.4 12-12 12h-92v92c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12v-92H92c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h92v-92c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v92h92c6.6 0 12 5.4 12 12v56z\"]\n};\nvar faPodcast = {\n prefix: 'fas',\n iconName: 'podcast',\n icon: [448, 512, [], \"f2ce\", \"M267.429 488.563C262.286 507.573 242.858 512 224 512c-18.857 0-38.286-4.427-43.428-23.437C172.927 460.134 160 388.898 160 355.75c0-35.156 31.142-43.75 64-43.75s64 8.594 64 43.75c0 32.949-12.871 104.179-20.571 132.813zM156.867 288.554c-18.693-18.308-29.958-44.173-28.784-72.599 2.054-49.724 42.395-89.956 92.124-91.881C274.862 121.958 320 165.807 320 220c0 26.827-11.064 51.116-28.866 68.552-2.675 2.62-2.401 6.986.628 9.187 9.312 6.765 16.46 15.343 21.234 25.363 1.741 3.654 6.497 4.66 9.449 1.891 28.826-27.043 46.553-65.783 45.511-108.565-1.855-76.206-63.595-138.208-139.793-140.369C146.869 73.753 80 139.215 80 220c0 41.361 17.532 78.7 45.55 104.989 2.953 2.771 7.711 1.77 9.453-1.887 4.774-10.021 11.923-18.598 21.235-25.363 3.029-2.2 3.304-6.566.629-9.185zM224 0C100.204 0 0 100.185 0 224c0 89.992 52.602 165.647 125.739 201.408 4.333 2.118 9.267-1.544 8.535-6.31-2.382-15.512-4.342-30.946-5.406-44.339-.146-1.836-1.149-3.486-2.678-4.512-47.4-31.806-78.564-86.016-78.187-147.347.592-96.237 79.29-174.648 175.529-174.899C320.793 47.747 400 126.797 400 224c0 61.932-32.158 116.49-80.65 147.867-.999 14.037-3.069 30.588-5.624 47.23-.732 4.767 4.203 8.429 8.535 6.31C395.227 389.727 448 314.187 448 224 448 100.205 347.815 0 224 0zm0 160c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64z\"]\n};\nvar faPoll = {\n prefix: 'fas',\n iconName: 'poll',\n icon: [448, 512, [], \"f681\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM160 368c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16V240c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v128zm96 0c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16V144c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v224zm96 0c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-64c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v64z\"]\n};\nvar faPollH = {\n prefix: 'fas',\n iconName: 'poll-h',\n icon: [448, 512, [], \"f682\", \"M448 432V80c0-26.5-21.5-48-48-48H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48zM112 192c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h128c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h224c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-64z\"]\n};\nvar faPoo = {\n prefix: 'fas',\n iconName: 'poo',\n icon: [512, 512, [], \"f2fe\", \"M451.4 369.1C468.7 356 480 335.4 480 312c0-39.8-32.2-72-72-72h-14.1c13.4-11.7 22.1-28.8 22.1-48 0-35.3-28.7-64-64-64h-5.9c3.6-10.1 5.9-20.7 5.9-32 0-53-43-96-96-96-5.2 0-10.2.7-15.1 1.5C250.3 14.6 256 30.6 256 48c0 44.2-35.8 80-80 80h-16c-35.3 0-64 28.7-64 64 0 19.2 8.7 36.3 22.1 48H104c-39.8 0-72 32.2-72 72 0 23.4 11.3 44 28.6 57.1C26.3 374.6 0 404.1 0 440c0 39.8 32.2 72 72 72h368c39.8 0 72-32.2 72-72 0-35.9-26.3-65.4-60.6-70.9zM192 256c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm159.5 139C341 422.9 293 448 256 448s-85-25.1-95.5-53c-2-5.3 2-11 7.8-11h175.4c5.8 0 9.8 5.7 7.8 11zM320 320c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faPooStorm = {\n prefix: 'fas',\n iconName: 'poo-storm',\n icon: [448, 512, [], \"f75a\", \"M308 336h-57.7l17.3-64.9c2-7.6-3.7-15.1-11.6-15.1h-68c-6 0-11.1 4.5-11.9 10.4l-16 120c-1 7.2 4.6 13.6 11.9 13.6h59.3l-23 97.2c-1.8 7.6 4 14.8 11.7 14.8 4.2 0 8.2-2.2 10.4-6l88-152c4.6-8-1.2-18-10.4-18zm66.4-111.3c5.9-9.6 9.6-20.6 9.6-32.7 0-35.3-28.7-64-64-64h-5.9c3.6-10.1 5.9-20.7 5.9-32 0-53-43-96-96-96-5.2 0-10.2.7-15.1 1.5C218.3 14.6 224 30.6 224 48c0 44.2-35.8 80-80 80h-16c-35.3 0-64 28.7-64 64 0 12.1 3.7 23.1 9.6 32.7C32.6 228 0 262.2 0 304c0 44 36 80 80 80h48.3c.1-.6 0-1.2 0-1.8l16-120c3-21.8 21.7-38.2 43.7-38.2h68c13.8 0 26.5 6.3 34.9 17.2s11.2 24.8 7.6 38.1l-6.6 24.7h16c15.7 0 30.3 8.4 38.1 22 7.8 13.6 7.8 30.5 0 44l-8.1 14h30c44 0 80-36 80-80 .1-41.8-32.5-76-73.5-79.3z\"]\n};\nvar faPoop = {\n prefix: 'fas',\n iconName: 'poop',\n icon: [512, 512, [], \"f619\", \"M451.36 369.14C468.66 355.99 480 335.41 480 312c0-39.77-32.24-72-72-72h-14.07c13.42-11.73 22.07-28.78 22.07-48 0-35.35-28.65-64-64-64h-5.88c3.57-10.05 5.88-20.72 5.88-32 0-53.02-42.98-96-96-96-5.17 0-10.15.74-15.11 1.52C250.31 14.64 256 30.62 256 48c0 44.18-35.82 80-80 80h-16c-35.35 0-64 28.65-64 64 0 19.22 8.65 36.27 22.07 48H104c-39.76 0-72 32.23-72 72 0 23.41 11.34 43.99 28.64 57.14C26.31 374.62 0 404.12 0 440c0 39.76 32.24 72 72 72h368c39.76 0 72-32.24 72-72 0-35.88-26.31-65.38-60.64-70.86z\"]\n};\nvar faPortrait = {\n prefix: 'fas',\n iconName: 'portrait',\n icon: [384, 512, [], \"f3e0\", \"M336 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM192 128c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H102.4C90 384 80 375.4 80 364.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2z\"]\n};\nvar faPoundSign = {\n prefix: 'fas',\n iconName: 'pound-sign',\n icon: [320, 512, [], \"f154\", \"M308 352h-45.495c-6.627 0-12 5.373-12 12v50.848H128V288h84c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-84v-63.556c0-32.266 24.562-57.086 61.792-57.086 23.658 0 45.878 11.505 57.652 18.849 5.151 3.213 11.888 2.051 15.688-2.685l28.493-35.513c4.233-5.276 3.279-13.005-2.119-17.081C273.124 54.56 236.576 32 187.931 32 106.026 32 48 84.742 48 157.961V224H20c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h28v128H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h296c6.627 0 12-5.373 12-12V364c0-6.627-5.373-12-12-12z\"]\n};\nvar faPowerOff = {\n prefix: 'fas',\n iconName: 'power-off',\n icon: [512, 512, [], \"f011\", \"M400 54.1c63 45 104 118.6 104 201.9 0 136.8-110.8 247.7-247.5 248C120 504.3 8.2 393 8 256.4 7.9 173.1 48.9 99.3 111.8 54.2c11.7-8.3 28-4.8 35 7.7L162.6 90c5.9 10.5 3.1 23.8-6.6 31-41.5 30.8-68 79.6-68 134.9-.1 92.3 74.5 168.1 168 168.1 91.6 0 168.6-74.2 168-169.1-.3-51.8-24.7-101.8-68.1-134-9.7-7.2-12.4-20.5-6.5-30.9l15.8-28.1c7-12.4 23.2-16.1 34.8-7.8zM296 264V24c0-13.3-10.7-24-24-24h-32c-13.3 0-24 10.7-24 24v240c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24z\"]\n};\nvar faPray = {\n prefix: 'fas',\n iconName: 'pray',\n icon: [384, 512, [], \"f683\", \"M256 128c35.35 0 64-28.65 64-64S291.35 0 256 0s-64 28.65-64 64 28.65 64 64 64zm-30.63 169.75c14.06 16.72 39 19.09 55.97 5.22l88-72.02c17.09-13.98 19.59-39.19 5.62-56.28-13.97-17.11-39.19-19.59-56.31-5.62l-57.44 47-38.91-46.31c-15.44-18.39-39.22-27.92-64-25.33-24.19 2.48-45.25 16.27-56.37 36.92l-49.37 92.03c-23.4 43.64-8.69 96.37 34.19 123.75L131.56 432H40c-22.09 0-40 17.91-40 40s17.91 40 40 40h208c34.08 0 53.77-42.79 28.28-68.28L166.42 333.86l34.8-64.87 24.15 28.76z\"]\n};\nvar faPrayingHands = {\n prefix: 'fas',\n iconName: 'praying-hands',\n icon: [640, 512, [], \"f684\", \"M272 191.91c-17.6 0-32 14.4-32 32v80c0 8.84-7.16 16-16 16s-16-7.16-16-16v-76.55c0-17.39 4.72-34.47 13.69-49.39l77.75-129.59c9.09-15.16 4.19-34.81-10.97-43.91-14.45-8.67-32.72-4.3-42.3 9.21-.2.23-.62.21-.79.48l-117.26 175.9C117.56 205.9 112 224.31 112 243.29v80.23l-90.12 30.04A31.974 31.974 0 0 0 0 383.91v96c0 10.82 8.52 32 32 32 2.69 0 5.41-.34 8.06-1.03l179.19-46.62C269.16 449.99 304 403.8 304 351.91v-128c0-17.6-14.4-32-32-32zm346.12 161.73L528 323.6v-80.23c0-18.98-5.56-37.39-16.12-53.23L394.62 14.25c-.18-.27-.59-.24-.79-.48-9.58-13.51-27.85-17.88-42.3-9.21-15.16 9.09-20.06 28.75-10.97 43.91l77.75 129.59c8.97 14.92 13.69 32 13.69 49.39V304c0 8.84-7.16 16-16 16s-16-7.16-16-16v-80c0-17.6-14.4-32-32-32s-32 14.4-32 32v128c0 51.89 34.84 98.08 84.75 112.34l179.19 46.62c2.66.69 5.38 1.03 8.06 1.03 23.48 0 32-21.18 32-32v-96c0-13.77-8.81-25.99-21.88-30.35z\"]\n};\nvar faPrescription = {\n prefix: 'fas',\n iconName: 'prescription',\n icon: [384, 512, [], \"f5b1\", \"M301.26 352l78.06-78.06c6.25-6.25 6.25-16.38 0-22.63l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0L256 306.74l-83.96-83.96C219.31 216.8 256 176.89 256 128c0-53.02-42.98-96-96-96H16C7.16 32 0 39.16 0 48v256c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-80h18.75l128 128-78.06 78.06c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0L256 397.25l78.06 78.06c6.25 6.25 16.38 6.25 22.63 0l22.63-22.63c6.25-6.25 6.25-16.38 0-22.63L301.26 352zM64 96h96c17.64 0 32 14.36 32 32s-14.36 32-32 32H64V96z\"]\n};\nvar faPrescriptionBottle = {\n prefix: 'fas',\n iconName: 'prescription-bottle',\n icon: [384, 512, [], \"f485\", \"M32 192h120c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H32v64h120c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H32v64h120c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H32v64c0 17.6 14.4 32 32 32h256c17.6 0 32-14.4 32-32V128H32v64zM360 0H24C10.8 0 0 10.8 0 24v48c0 13.2 10.8 24 24 24h336c13.2 0 24-10.8 24-24V24c0-13.2-10.8-24-24-24z\"]\n};\nvar faPrescriptionBottleAlt = {\n prefix: 'fas',\n iconName: 'prescription-bottle-alt',\n icon: [384, 512, [], \"f486\", \"M360 0H24C10.8 0 0 10.8 0 24v48c0 13.2 10.8 24 24 24h336c13.2 0 24-10.8 24-24V24c0-13.2-10.8-24-24-24zM32 480c0 17.6 14.4 32 32 32h256c17.6 0 32-14.4 32-32V128H32v352zm64-184c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48z\"]\n};\nvar faPrint = {\n prefix: 'fas',\n iconName: 'print',\n icon: [512, 512, [], \"f02f\", \"M448 192V77.25c0-8.49-3.37-16.62-9.37-22.63L393.37 9.37c-6-6-14.14-9.37-22.63-9.37H96C78.33 0 64 14.33 64 32v160c-35.35 0-64 28.65-64 64v112c0 8.84 7.16 16 16 16h48v96c0 17.67 14.33 32 32 32h320c17.67 0 32-14.33 32-32v-96h48c8.84 0 16-7.16 16-16V256c0-35.35-28.65-64-64-64zm-64 256H128v-96h256v96zm0-224H128V64h192v48c0 8.84 7.16 16 16 16h48v96zm48 72c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"]\n};\nvar faProcedures = {\n prefix: 'fas',\n iconName: 'procedures',\n icon: [640, 512, [], \"f487\", \"M528 224H272c-8.8 0-16 7.2-16 16v144H64V144c0-8.8-7.2-16-16-16H16c-8.8 0-16 7.2-16 16v352c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48h512v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V336c0-61.9-50.1-112-112-112zM136 96h126.1l27.6 55.2c5.9 11.8 22.7 11.8 28.6 0L368 51.8 390.1 96H512c8.8 0 16-7.2 16-16s-7.2-16-16-16H409.9L382.3 8.8C376.4-3 359.6-3 353.7 8.8L304 108.2l-19.9-39.8c-1.4-2.7-4.1-4.4-7.2-4.4H136c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm24 256c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64z\"]\n};\nvar faProjectDiagram = {\n prefix: 'fas',\n iconName: 'project-diagram',\n icon: [640, 512, [], \"f542\", \"M384 320H256c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h128c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32zM192 32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v128c0 17.67 14.33 32 32 32h95.72l73.16 128.04C211.98 300.98 232.4 288 256 288h.28L192 175.51V128h224V64H192V32zM608 0H480c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h128c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32z\"]\n};\nvar faPumpMedical = {\n prefix: 'fas',\n iconName: 'pump-medical',\n icon: [384, 512, [], \"e06a\", \"M235.51,159.82H84.24A64,64,0,0,0,20.51,218L.14,442a64,64,0,0,0,63.74,69.8h192A64,64,0,0,0,319.61,442L299.24,218A64,64,0,0,0,235.51,159.82Zm4.37,173.33a13.35,13.35,0,0,1-13.34,13.34h-40v40a13.33,13.33,0,0,1-13.33,13.33H146.54a13.33,13.33,0,0,1-13.33-13.33v-40h-40a13.34,13.34,0,0,1-13.33-13.34V306.49a13.33,13.33,0,0,1,13.33-13.34h40v-40a13.33,13.33,0,0,1,13.33-13.33h26.67a13.33,13.33,0,0,1,13.33,13.33v40h40a13.34,13.34,0,0,1,13.34,13.34ZM379.19,93.88,335.87,50.56a64,64,0,0,0-45.24-18.74H223.88a32,32,0,0,0-32-32h-64a32,32,0,0,0-32,32v96h128v-32h66.75l43.31,43.31a16,16,0,0,0,22.63,0l22.62-22.62A16,16,0,0,0,379.19,93.88Z\"]\n};\nvar faPumpSoap = {\n prefix: 'fas',\n iconName: 'pump-soap',\n icon: [384, 512, [], \"e06b\", \"M235.63,160H84.37a64,64,0,0,0-63.74,58.21L.27,442.21A64,64,0,0,0,64,512H256a64,64,0,0,0,63.74-69.79l-20.36-224A64,64,0,0,0,235.63,160ZM160,416c-33.12,0-60-26.33-60-58.75,0-25,35.7-75.47,52-97.27A10,10,0,0,1,168,260c16.33,21.8,52,72.27,52,97.27C220,389.67,193.12,416,160,416ZM379.31,94.06,336,50.74A64,64,0,0,0,290.75,32H224A32,32,0,0,0,192,0H128A32,32,0,0,0,96,32v96H224V96h66.75l43.31,43.31a16,16,0,0,0,22.63,0l22.62-22.62A16,16,0,0,0,379.31,94.06Z\"]\n};\nvar faPuzzlePiece = {\n prefix: 'fas',\n iconName: 'puzzle-piece',\n icon: [576, 512, [], \"f12e\", \"M519.442 288.651c-41.519 0-59.5 31.593-82.058 31.593C377.409 320.244 432 144 432 144s-196.288 80-196.288-3.297c0-35.827 36.288-46.25 36.288-85.985C272 19.216 243.885 0 210.539 0c-34.654 0-66.366 18.891-66.366 56.346 0 41.364 31.711 59.277 31.711 81.75C175.885 207.719 0 166.758 0 166.758v333.237s178.635 41.047 178.635-28.662c0-22.473-40-40.107-40-81.471 0-37.456 29.25-56.346 63.577-56.346 33.673 0 61.788 19.216 61.788 54.717 0 39.735-36.288 50.158-36.288 85.985 0 60.803 129.675 25.73 181.23 25.73 0 0-34.725-120.101 25.827-120.101 35.962 0 46.423 36.152 86.308 36.152C556.712 416 576 387.99 576 354.443c0-34.199-18.962-65.792-56.558-65.792z\"]\n};\nvar faQrcode = {\n prefix: 'fas',\n iconName: 'qrcode',\n icon: [448, 512, [], \"f029\", \"M0 224h192V32H0v192zM64 96h64v64H64V96zm192-64v192h192V32H256zm128 128h-64V96h64v64zM0 480h192V288H0v192zm64-128h64v64H64v-64zm352-64h32v128h-96v-32h-32v96h-64V288h96v32h64v-32zm0 160h32v32h-32v-32zm-64 0h32v32h-32v-32z\"]\n};\nvar faQuestion = {\n prefix: 'fas',\n iconName: 'question',\n icon: [384, 512, [], \"f128\", \"M202.021 0C122.202 0 70.503 32.703 29.914 91.026c-7.363 10.58-5.093 25.086 5.178 32.874l43.138 32.709c10.373 7.865 25.132 6.026 33.253-4.148 25.049-31.381 43.63-49.449 82.757-49.449 30.764 0 68.816 19.799 68.816 49.631 0 22.552-18.617 34.134-48.993 51.164-35.423 19.86-82.299 44.576-82.299 106.405V320c0 13.255 10.745 24 24 24h72.471c13.255 0 24-10.745 24-24v-5.773c0-42.86 125.268-44.645 125.268-160.627C377.504 66.256 286.902 0 202.021 0zM192 373.459c-38.196 0-69.271 31.075-69.271 69.271 0 38.195 31.075 69.27 69.271 69.27s69.271-31.075 69.271-69.271-31.075-69.27-69.271-69.27z\"]\n};\nvar faQuestionCircle = {\n prefix: 'fas',\n iconName: 'question-circle',\n icon: [512, 512, [], \"f059\", \"M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z\"]\n};\nvar faQuidditch = {\n prefix: 'fas',\n iconName: 'quidditch',\n icon: [640, 512, [], \"f458\", \"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"]\n};\nvar faQuoteLeft = {\n prefix: 'fas',\n iconName: 'quote-left',\n icon: [512, 512, [], \"f10d\", \"M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z\"]\n};\nvar faQuoteRight = {\n prefix: 'fas',\n iconName: 'quote-right',\n icon: [512, 512, [], \"f10e\", \"M464 32H336c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48zm-288 0H48C21.5 32 0 53.5 0 80v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48z\"]\n};\nvar faQuran = {\n prefix: 'fas',\n iconName: 'quran',\n icon: [448, 512, [], \"f687\", \"M448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM301.08 145.82c.6-1.21 1.76-1.82 2.92-1.82s2.32.61 2.92 1.82l11.18 22.65 25 3.63c2.67.39 3.74 3.67 1.81 5.56l-18.09 17.63 4.27 24.89c.36 2.11-1.31 3.82-3.21 3.82-.5 0-1.02-.12-1.52-.38L304 211.87l-22.36 11.75c-.5.26-1.02.38-1.52.38-1.9 0-3.57-1.71-3.21-3.82l4.27-24.89-18.09-17.63c-1.94-1.89-.87-5.17 1.81-5.56l24.99-3.63 11.19-22.65zm-57.89-69.01c13.67 0 27.26 2.49 40.38 7.41a6.775 6.775 0 1 1-2.38 13.12c-.67 0-3.09-.21-4.13-.21-52.31 0-94.86 42.55-94.86 94.86 0 52.3 42.55 94.86 94.86 94.86 1.03 0 3.48-.21 4.13-.21 3.93 0 6.8 3.14 6.8 6.78 0 2.98-1.94 5.51-4.62 6.42-13.07 4.87-26.59 7.34-40.19 7.34C179.67 307.19 128 255.51 128 192c0-63.52 51.67-115.19 115.19-115.19zM380.8 448H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8v64z\"]\n};\nvar faRadiation = {\n prefix: 'fas',\n iconName: 'radiation',\n icon: [496, 512, [], \"f7b9\", \"M328.2 255.8h151.6c9.1 0 16.8-7.7 16.2-16.8-5.1-75.8-44.4-142.2-102.5-184.2-7.4-5.3-17.9-2.9-22.7 4.8L290.4 188c22.6 14.3 37.8 39.2 37.8 67.8zm-37.8 67.7c-12.3 7.7-26.8 12.4-42.4 12.4-15.6 0-30-4.7-42.4-12.4L125.2 452c-4.8 7.7-2.4 18.1 5.6 22.4C165.7 493.2 205.6 504 248 504s82.3-10.8 117.2-29.6c8-4.3 10.4-14.8 5.6-22.4l-80.4-128.5zM248 303.8c26.5 0 48-21.5 48-48s-21.5-48-48-48-48 21.5-48 48 21.5 48 48 48zm-231.8-48h151.6c0-28.6 15.2-53.5 37.8-67.7L125.2 59.7c-4.8-7.7-15.3-10.2-22.7-4.8C44.4 96.9 5.1 163.3 0 239.1c-.6 9 7.1 16.7 16.2 16.7z\"]\n};\nvar faRadiationAlt = {\n prefix: 'fas',\n iconName: 'radiation-alt',\n icon: [496, 512, [], \"f7ba\", \"M312 256h79.1c9.2 0 16.9-7.7 16-16.8-4.6-43.6-27-81.8-59.5-107.8-7.6-6.1-18.8-4.5-24 3.8L281.9 202c18 11.2 30.1 31.2 30.1 54zm-97.8 54.1L172.4 377c-4.9 7.8-2.4 18.4 5.8 22.5 21.1 10.4 44.7 16.5 69.8 16.5s48.7-6.1 69.9-16.5c8.2-4.1 10.6-14.7 5.8-22.5l-41.8-66.9c-9.8 6.2-21.4 9.9-33.8 9.9s-24.1-3.7-33.9-9.9zM104.9 256H184c0-22.8 12.1-42.8 30.2-54.1l-41.7-66.8c-5.2-8.3-16.4-9.9-24-3.8-32.6 26-54.9 64.2-59.5 107.8-1.1 9.2 6.7 16.9 15.9 16.9zM248 504c137 0 248-111 248-248S385 8 248 8 0 119 0 256s111 248 248 248zm0-432c101.5 0 184 82.5 184 184s-82.5 184-184 184S64 357.5 64 256 146.5 72 248 72zm0 216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32z\"]\n};\nvar faRainbow = {\n prefix: 'fas',\n iconName: 'rainbow',\n icon: [576, 512, [], \"f75b\", \"M268.3 32.7C115.4 42.9 0 176.9 0 330.2V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320C64 186.8 180.9 80.3 317.5 97.9 430.4 112.4 512 214 512 327.8V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-165.3-140-298.6-307.7-287.3zm-5.6 96.9C166 142 96 229.1 96 326.7V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-74.8 64.5-134.8 140.8-127.4 66.5 6.5 115.2 66.2 115.2 133.1V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-114.2-100.2-205.4-217.3-190.4zm6.2 96.3c-45.6 8.9-76.9 51.5-76.9 97.9V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-17.6 14.3-32 32-32s32 14.4 32 32v144c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-59.2-53.8-106-115.1-94.1z\"]\n};\nvar faRandom = {\n prefix: 'fas',\n iconName: 'random',\n icon: [512, 512, [], \"f074\", \"M504.971 359.029c9.373 9.373 9.373 24.569 0 33.941l-80 79.984c-15.01 15.01-40.971 4.49-40.971-16.971V416h-58.785a12.004 12.004 0 0 1-8.773-3.812l-70.556-75.596 53.333-57.143L352 336h32v-39.981c0-21.438 25.943-31.998 40.971-16.971l80 79.981zM12 176h84l52.781 56.551 53.333-57.143-70.556-75.596A11.999 11.999 0 0 0 122.785 96H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12zm372 0v39.984c0 21.46 25.961 31.98 40.971 16.971l80-79.984c9.373-9.373 9.373-24.569 0-33.941l-80-79.981C409.943 24.021 384 34.582 384 56.019V96h-58.785a12.004 12.004 0 0 0-8.773 3.812L96 336H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h110.785c3.326 0 6.503-1.381 8.773-3.812L352 176h32z\"]\n};\nvar faReceipt = {\n prefix: 'fas',\n iconName: 'receipt',\n icon: [384, 512, [], \"f543\", \"M358.4 3.2L320 48 265.6 3.2a15.9 15.9 0 0 0-19.2 0L192 48 137.6 3.2a15.9 15.9 0 0 0-19.2 0L64 48 25.6 3.2C15-4.7 0 2.8 0 16v480c0 13.2 15 20.7 25.6 12.8L64 464l54.4 44.8a15.9 15.9 0 0 0 19.2 0L192 464l54.4 44.8a15.9 15.9 0 0 0 19.2 0L320 464l38.4 44.8c10.5 7.9 25.6.4 25.6-12.8V16c0-13.2-15-20.7-25.6-12.8zM320 360c0 4.4-3.6 8-8 8H72c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h240c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H72c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h240c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H72c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h240c4.4 0 8 3.6 8 8v16z\"]\n};\nvar faRecordVinyl = {\n prefix: 'fas',\n iconName: 'record-vinyl',\n icon: [512, 512, [], \"f8d9\", \"M256 152a104 104 0 1 0 104 104 104 104 0 0 0-104-104zm0 128a24 24 0 1 1 24-24 24 24 0 0 1-24 24zm0-272C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 376a128 128 0 1 1 128-128 128 128 0 0 1-128 128z\"]\n};\nvar faRecycle = {\n prefix: 'fas',\n iconName: 'recycle',\n icon: [512, 512, [], \"f1b8\", \"M184.561 261.903c3.232 13.997-12.123 24.635-24.068 17.168l-40.736-25.455-50.867 81.402C55.606 356.273 70.96 384 96.012 384H148c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12H96.115c-75.334 0-121.302-83.048-81.408-146.88l50.822-81.388-40.725-25.448c-12.081-7.547-8.966-25.961 4.879-29.158l110.237-25.45c8.611-1.988 17.201 3.381 19.189 11.99l25.452 110.237zm98.561-182.915l41.289 66.076-40.74 25.457c-12.051 7.528-9 25.953 4.879 29.158l110.237 25.45c8.672 1.999 17.215-3.438 19.189-11.99l25.45-110.237c3.197-13.844-11.99-24.719-24.068-17.168l-40.687 25.424-41.263-66.082c-37.521-60.033-125.209-60.171-162.816 0l-17.963 28.766c-3.51 5.62-1.8 13.021 3.82 16.533l33.919 21.195c5.62 3.512 13.024 1.803 16.536-3.817l17.961-28.743c12.712-20.341 41.973-19.676 54.257-.022zM497.288 301.12l-27.515-44.065c-3.511-5.623-10.916-7.334-16.538-3.821l-33.861 21.159c-5.62 3.512-7.33 10.915-3.818 16.536l27.564 44.112c13.257 21.211-2.057 48.96-27.136 48.96H320V336.02c0-14.213-17.242-21.383-27.313-11.313l-80 79.981c-6.249 6.248-6.249 16.379 0 22.627l80 79.989C302.689 517.308 320 510.3 320 495.989V448h95.88c75.274 0 121.335-82.997 81.408-146.88z\"]\n};\nvar faRedo = {\n prefix: 'fas',\n iconName: 'redo',\n icon: [512, 512, [], \"f01e\", \"M500.33 0h-47.41a12 12 0 0 0-12 12.57l4 82.76A247.42 247.42 0 0 0 256 8C119.34 8 7.9 119.53 8 256.19 8.1 393.07 119.1 504 256 504a247.1 247.1 0 0 0 166.18-63.91 12 12 0 0 0 .48-17.43l-34-34a12 12 0 0 0-16.38-.55A176 176 0 1 1 402.1 157.8l-101.53-4.87a12 12 0 0 0-12.57 12v47.41a12 12 0 0 0 12 12h200.33a12 12 0 0 0 12-12V12a12 12 0 0 0-12-12z\"]\n};\nvar faRedoAlt = {\n prefix: 'fas',\n iconName: 'redo-alt',\n icon: [512, 512, [], \"f2f9\", \"M256.455 8c66.269.119 126.437 26.233 170.859 68.685l35.715-35.715C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.75c-30.864-28.899-70.801-44.907-113.23-45.273-92.398-.798-170.283 73.977-169.484 169.442C88.764 348.009 162.184 424 256 424c41.127 0 79.997-14.678 110.629-41.556 4.743-4.161 11.906-3.908 16.368.553l39.662 39.662c4.872 4.872 4.631 12.815-.482 17.433C378.202 479.813 319.926 504 256 504 119.034 504 8.001 392.967 8 256.002 7.999 119.193 119.646 7.755 256.455 8z\"]\n};\nvar faRegistered = {\n prefix: 'fas',\n iconName: 'registered',\n icon: [512, 512, [], \"f25d\", \"M285.363 207.475c0 18.6-9.831 28.431-28.431 28.431h-29.876v-56.14h23.378c28.668 0 34.929 8.773 34.929 27.709zM504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM363.411 360.414c-46.729-84.825-43.299-78.636-44.702-80.98 23.432-15.172 37.945-42.979 37.945-74.486 0-54.244-31.5-89.252-105.498-89.252h-70.667c-13.255 0-24 10.745-24 24V372c0 13.255 10.745 24 24 24h22.567c13.255 0 24-10.745 24-24v-71.663h25.556l44.129 82.937a24.001 24.001 0 0 0 21.188 12.727h24.464c18.261-.001 29.829-19.591 21.018-35.587z\"]\n};\nvar faRemoveFormat = {\n prefix: 'fas',\n iconName: 'remove-format',\n icon: [640, 512, [], \"f87d\", \"M336 416h-11.17l9.26-27.77L267 336.4 240.49 416H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm297.82 42.1L377 259.59 426.17 112H544v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16H176a16 16 0 0 0-16 16v43.9L45.46 3.38A16 16 0 0 0 23 6.19L3.37 31.46a16 16 0 0 0 2.81 22.45l588.36 454.72a16 16 0 0 0 22.46-2.81l19.64-25.27a16 16 0 0 0-2.82-22.45zM309.91 207.76L224 141.36V112h117.83z\"]\n};\nvar faReply = {\n prefix: 'fas',\n iconName: 'reply',\n icon: [512, 512, [], \"f3e5\", \"M8.309 189.836L184.313 37.851C199.719 24.546 224 35.347 224 56.015v80.053c160.629 1.839 288 34.032 288 186.258 0 61.441-39.581 122.309-83.333 154.132-13.653 9.931-33.111-2.533-28.077-18.631 45.344-145.012-21.507-183.51-176.59-185.742V360c0 20.7-24.3 31.453-39.687 18.164l-176.004-152c-11.071-9.562-11.086-26.753 0-36.328z\"]\n};\nvar faReplyAll = {\n prefix: 'fas',\n iconName: 'reply-all',\n icon: [576, 512, [], \"f122\", \"M136.309 189.836L312.313 37.851C327.72 24.546 352 35.348 352 56.015v82.763c129.182 10.231 224 52.212 224 183.548 0 61.441-39.582 122.309-83.333 154.132-13.653 9.931-33.111-2.533-28.077-18.631 38.512-123.162-3.922-169.482-112.59-182.015v84.175c0 20.701-24.3 31.453-39.687 18.164L136.309 226.164c-11.071-9.561-11.086-26.753 0-36.328zm-128 36.328L184.313 378.15C199.7 391.439 224 380.687 224 359.986v-15.818l-108.606-93.785A55.96 55.96 0 0 1 96 207.998a55.953 55.953 0 0 1 19.393-42.38L224 71.832V56.015c0-20.667-24.28-31.469-39.687-18.164L8.309 189.836c-11.086 9.575-11.071 26.767 0 36.328z\"]\n};\nvar faRepublican = {\n prefix: 'fas',\n iconName: 'republican',\n icon: [640, 512, [], \"f75e\", \"M544 192c0-88.4-71.6-160-160-160H160C71.6 32 0 103.6 0 192v64h544v-64zm-367.7-21.6l-19.8 19.3 4.7 27.3c.8 4.9-4.3 8.6-8.7 6.3L128 210.4l-24.5 12.9c-4.3 2.3-9.5-1.4-8.7-6.3l4.7-27.3-19.8-19.3c-3.6-3.5-1.6-9.5 3.3-10.2l27.4-4 12.2-24.8c2.2-4.5 8.6-4.4 10.7 0l12.2 24.8 27.4 4c5 .7 6.9 6.7 3.4 10.2zm144 0l-19.8 19.3 4.7 27.3c.8 4.9-4.3 8.6-8.7 6.3L272 210.4l-24.5 12.9c-4.3 2.3-9.5-1.4-8.7-6.3l4.7-27.3-19.8-19.3c-3.6-3.5-1.6-9.5 3.3-10.2l27.4-4 12.2-24.8c2.2-4.5 8.6-4.4 10.7 0l12.2 24.8 27.4 4c5 .7 6.9 6.7 3.4 10.2zm144 0l-19.8 19.3 4.7 27.3c.8 4.9-4.3 8.6-8.7 6.3L416 210.4l-24.5 12.9c-4.3 2.3-9.5-1.4-8.7-6.3l4.7-27.3-19.8-19.3c-3.6-3.5-1.6-9.5 3.3-10.2l27.4-4 12.2-24.8c2.2-4.5 8.6-4.4 10.7 0l12.2 24.8 27.4 4c5 .7 6.9 6.7 3.4 10.2zM624 320h-32c-8.8 0-16 7.2-16 16v64c0 8.8-7.2 16-16 16s-16-7.2-16-16V288H0v176c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16v-80h192v80c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16V352h32v43.3c0 41.8 30 80.1 71.6 84.3 47.8 4.9 88.4-32.7 88.4-79.6v-64c0-8.8-7.2-16-16-16z\"]\n};\nvar faRestroom = {\n prefix: 'fas',\n iconName: 'restroom',\n icon: [640, 512, [], \"f7bd\", \"M128 128c35.3 0 64-28.7 64-64S163.3 0 128 0 64 28.7 64 64s28.7 64 64 64zm384 0c35.3 0 64-28.7 64-64S547.3 0 512 0s-64 28.7-64 64 28.7 64 64 64zm127.3 226.5l-45.6-185.8c-3.3-13.5-15.5-23-29.8-24.2-15 9.7-32.8 15.5-52 15.5-19.2 0-37-5.8-52-15.5-14.3 1.2-26.5 10.7-29.8 24.2l-45.6 185.8C381 369.6 393 384 409.2 384H464v104c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V384h54.8c16.2 0 28.2-14.4 24.5-29.5zM336 0h-32c-8.8 0-16 7.2-16 16v480c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16zM180.1 144.4c-15 9.8-32.9 15.6-52.1 15.6-19.2 0-37.1-5.8-52.1-15.6C51.3 146.5 32 166.9 32 192v136c0 13.3 10.7 24 24 24h8v136c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V352h8c13.3 0 24-10.7 24-24V192c0-25.1-19.3-45.5-43.9-47.6z\"]\n};\nvar faRetweet = {\n prefix: 'fas',\n iconName: 'retweet',\n icon: [640, 512, [], \"f079\", \"M629.657 343.598L528.971 444.284c-9.373 9.372-24.568 9.372-33.941 0L394.343 343.598c-9.373-9.373-9.373-24.569 0-33.941l10.823-10.823c9.562-9.562 25.133-9.34 34.419.492L480 342.118V160H292.451a24.005 24.005 0 0 1-16.971-7.029l-16-16C244.361 121.851 255.069 96 276.451 96H520c13.255 0 24 10.745 24 24v222.118l40.416-42.792c9.285-9.831 24.856-10.054 34.419-.492l10.823 10.823c9.372 9.372 9.372 24.569-.001 33.941zm-265.138 15.431A23.999 23.999 0 0 0 347.548 352H160V169.881l40.416 42.792c9.286 9.831 24.856 10.054 34.419.491l10.822-10.822c9.373-9.373 9.373-24.569 0-33.941L144.971 67.716c-9.373-9.373-24.569-9.373-33.941 0L10.343 168.402c-9.373 9.373-9.373 24.569 0 33.941l10.822 10.822c9.562 9.562 25.133 9.34 34.419-.491L96 169.881V392c0 13.255 10.745 24 24 24h243.549c21.382 0 32.09-25.851 16.971-40.971l-16.001-16z\"]\n};\nvar faRibbon = {\n prefix: 'fas',\n iconName: 'ribbon',\n icon: [448, 512, [], \"f4d6\", \"M6.1 444.3c-9.6 10.8-7.5 27.6 4.5 35.7l68.8 27.9c9.9 6.7 23.3 5 31.3-3.8l91.8-101.9-79.2-87.9-117.2 130zm435.8 0s-292-324.6-295.4-330.1c15.4-8.4 40.2-17.9 77.5-17.9s62.1 9.5 77.5 17.9c-3.3 5.6-56 64.6-56 64.6l79.1 87.7 34.2-38c28.7-31.9 33.3-78.6 11.4-115.5l-43.7-73.5c-4.3-7.2-9.9-13.3-16.8-18-40.7-27.6-127.4-29.7-171.4 0-6.9 4.7-12.5 10.8-16.8 18l-43.6 73.2c-1.5 2.5-37.1 62.2 11.5 116L337.5 504c8 8.9 21.4 10.5 31.3 3.8l68.8-27.9c11.9-8 14-24.8 4.3-35.6z\"]\n};\nvar faRing = {\n prefix: 'fas',\n iconName: 'ring',\n icon: [512, 512, [], \"f70b\", \"M256 64C110.06 64 0 125.91 0 208v98.13C0 384.48 114.62 448 256 448s256-63.52 256-141.87V208c0-82.09-110.06-144-256-144zm0 64c106.04 0 192 35.82 192 80 0 9.26-3.97 18.12-10.91 26.39C392.15 208.21 328.23 192 256 192s-136.15 16.21-181.09 42.39C67.97 226.12 64 217.26 64 208c0-44.18 85.96-80 192-80zM120.43 264.64C155.04 249.93 201.64 240 256 240s100.96 9.93 135.57 24.64C356.84 279.07 308.93 288 256 288s-100.84-8.93-135.57-23.36z\"]\n};\nvar faRoad = {\n prefix: 'fas',\n iconName: 'road',\n icon: [576, 512, [], \"f018\", \"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\"]\n};\nvar faRobot = {\n prefix: 'fas',\n iconName: 'robot',\n icon: [640, 512, [], \"f544\", \"M32,224H64V416H32A31.96166,31.96166,0,0,1,0,384V256A31.96166,31.96166,0,0,1,32,224Zm512-48V448a64.06328,64.06328,0,0,1-64,64H160a64.06328,64.06328,0,0,1-64-64V176a79.974,79.974,0,0,1,80-80H288V32a32,32,0,0,1,64,0V96H464A79.974,79.974,0,0,1,544,176ZM264,256a40,40,0,1,0-40,40A39.997,39.997,0,0,0,264,256Zm-8,128H192v32h64Zm96,0H288v32h64ZM456,256a40,40,0,1,0-40,40A39.997,39.997,0,0,0,456,256Zm-8,128H384v32h64ZM640,256V384a31.96166,31.96166,0,0,1-32,32H576V224h32A31.96166,31.96166,0,0,1,640,256Z\"]\n};\nvar faRocket = {\n prefix: 'fas',\n iconName: 'rocket',\n icon: [512, 512, [], \"f135\", \"M505.12019,19.09375c-1.18945-5.53125-6.65819-11-12.207-12.1875C460.716,0,435.507,0,410.40747,0,307.17523,0,245.26909,55.20312,199.05238,128H94.83772c-16.34763.01562-35.55658,11.875-42.88664,26.48438L2.51562,253.29688A28.4,28.4,0,0,0,0,264a24.00867,24.00867,0,0,0,24.00582,24H127.81618l-22.47457,22.46875c-11.36521,11.36133-12.99607,32.25781,0,45.25L156.24582,406.625c11.15623,11.1875,32.15619,13.15625,45.27726,0l22.47457-22.46875V488a24.00867,24.00867,0,0,0,24.00581,24,28.55934,28.55934,0,0,0,10.707-2.51562l98.72834-49.39063c14.62888-7.29687,26.50776-26.5,26.50776-42.85937V312.79688c72.59753-46.3125,128.03493-108.40626,128.03493-211.09376C512.07526,76.5,512.07526,51.29688,505.12019,19.09375ZM384.04033,168A40,40,0,1,1,424.05,128,40.02322,40.02322,0,0,1,384.04033,168Z\"]\n};\nvar faRoute = {\n prefix: 'fas',\n iconName: 'route',\n icon: [512, 512, [], \"f4d7\", \"M416 320h-96c-17.6 0-32-14.4-32-32s14.4-32 32-32h96s96-107 96-160-43-96-96-96-96 43-96 96c0 25.5 22.2 63.4 45.3 96H320c-52.9 0-96 43.1-96 96s43.1 96 96 96h96c17.6 0 32 14.4 32 32s-14.4 32-32 32H185.5c-16 24.8-33.8 47.7-47.3 64H416c52.9 0 96-43.1 96-96s-43.1-96-96-96zm0-256c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zM96 256c-53 0-96 43-96 96s96 160 96 160 96-107 96-160-43-96-96-96zm0 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faRss = {\n prefix: 'fas',\n iconName: 'rss',\n icon: [448, 512, [], \"f09e\", \"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z\"]\n};\nvar faRssSquare = {\n prefix: 'fas',\n iconName: 'rss-square',\n icon: [448, 512, [], \"f143\", \"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM112 416c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm157.533 0h-34.335c-6.011 0-11.051-4.636-11.442-10.634-5.214-80.05-69.243-143.92-149.123-149.123-5.997-.39-10.633-5.431-10.633-11.441v-34.335c0-6.535 5.468-11.777 11.994-11.425 110.546 5.974 198.997 94.536 204.964 204.964.352 6.526-4.89 11.994-11.425 11.994zm103.027 0h-34.334c-6.161 0-11.175-4.882-11.427-11.038-5.598-136.535-115.204-246.161-251.76-251.76C68.882 152.949 64 147.935 64 141.774V107.44c0-6.454 5.338-11.664 11.787-11.432 167.83 6.025 302.21 141.191 308.205 308.205.232 6.449-4.978 11.787-11.432 11.787z\"]\n};\nvar faRubleSign = {\n prefix: 'fas',\n iconName: 'ruble-sign',\n icon: [384, 512, [], \"f158\", \"M239.36 320C324.48 320 384 260.542 384 175.071S324.48 32 239.36 32H76c-6.627 0-12 5.373-12 12v206.632H12c-6.627 0-12 5.373-12 12V308c0 6.627 5.373 12 12 12h52v32H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h52v52c0 6.627 5.373 12 12 12h58.56c6.627 0 12-5.373 12-12v-52H308c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12H146.56v-32h92.8zm-92.8-219.252h78.72c46.72 0 74.88 29.11 74.88 74.323 0 45.832-28.16 75.561-76.16 75.561h-77.44V100.748z\"]\n};\nvar faRuler = {\n prefix: 'fas',\n iconName: 'ruler',\n icon: [640, 512, [], \"f545\", \"M635.7 167.2L556.1 31.7c-8.8-15-28.3-20.1-43.5-11.5l-69 39.1L503.3 161c2.2 3.8.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9L416 75l-55.2 31.3 27.9 47.4c2.2 3.8.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9L333.2 122 278 153.3 337.8 255c2.2 3.7.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9l-59.7-101.7-55.2 31.3 27.9 47.4c2.2 3.8.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9l-27.9-47.5-55.2 31.3 59.7 101.7c2.2 3.7.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9L84.9 262.9l-69 39.1C.7 310.7-4.6 329.8 4.2 344.8l79.6 135.6c8.8 15 28.3 20.1 43.5 11.5L624.1 210c15.2-8.6 20.4-27.8 11.6-42.8z\"]\n};\nvar faRulerCombined = {\n prefix: 'fas',\n iconName: 'ruler-combined',\n icon: [512, 512, [], \"f546\", \"M160 288h-56c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h56v-64h-56c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h56V96h-56c-4.42 0-8-3.58-8-8V72c0-4.42 3.58-8 8-8h56V32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v448c0 2.77.91 5.24 1.57 7.8L160 329.38V288zm320 64h-32v56c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-56h-64v56c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-56h-64v56c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-56h-41.37L24.2 510.43c2.56.66 5.04 1.57 7.8 1.57h448c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32z\"]\n};\nvar faRulerHorizontal = {\n prefix: 'fas',\n iconName: 'ruler-horizontal',\n icon: [576, 512, [], \"f547\", \"M544 128h-48v88c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-88h-64v88c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-88h-64v88c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-88h-64v88c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-88h-64v88c0 4.42-3.58 8-8 8H88c-4.42 0-8-3.58-8-8v-88H32c-17.67 0-32 14.33-32 32v192c0 17.67 14.33 32 32 32h512c17.67 0 32-14.33 32-32V160c0-17.67-14.33-32-32-32z\"]\n};\nvar faRulerVertical = {\n prefix: 'fas',\n iconName: 'ruler-vertical',\n icon: [256, 512, [], \"f548\", \"M168 416c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h88v-64h-88c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h88v-64h-88c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h88v-64h-88c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h88V32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v448c0 17.67 14.33 32 32 32h192c17.67 0 32-14.33 32-32v-64h-88z\"]\n};\nvar faRunning = {\n prefix: 'fas',\n iconName: 'running',\n icon: [416, 512, [], \"f70c\", \"M272 96c26.51 0 48-21.49 48-48S298.51 0 272 0s-48 21.49-48 48 21.49 48 48 48zM113.69 317.47l-14.8 34.52H32c-17.67 0-32 14.33-32 32s14.33 32 32 32h77.45c19.25 0 36.58-11.44 44.11-29.09l8.79-20.52-10.67-6.3c-17.32-10.23-30.06-25.37-37.99-42.61zM384 223.99h-44.03l-26.06-53.25c-12.5-25.55-35.45-44.23-61.78-50.94l-71.08-21.14c-28.3-6.8-57.77-.55-80.84 17.14l-39.67 30.41c-14.03 10.75-16.69 30.83-5.92 44.86s30.84 16.66 44.86 5.92l39.69-30.41c7.67-5.89 17.44-8 25.27-6.14l14.7 4.37-37.46 87.39c-12.62 29.48-1.31 64.01 26.3 80.31l84.98 50.17-27.47 87.73c-5.28 16.86 4.11 34.81 20.97 40.09 3.19 1 6.41 1.48 9.58 1.48 13.61 0 26.23-8.77 30.52-22.45l31.64-101.06c5.91-20.77-2.89-43.08-21.64-54.39l-61.24-36.14 31.31-78.28 20.27 41.43c8 16.34 24.92 26.89 43.11 26.89H384c17.67 0 32-14.33 32-32s-14.33-31.99-32-31.99z\"]\n};\nvar faRupeeSign = {\n prefix: 'fas',\n iconName: 'rupee-sign',\n icon: [320, 512, [], \"f156\", \"M308 96c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v44.748c0 6.627 5.373 12 12 12h85.28c27.308 0 48.261 9.958 60.97 27.252H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h158.757c-6.217 36.086-32.961 58.632-74.757 58.632H12c-6.627 0-12 5.373-12 12v53.012c0 3.349 1.4 6.546 3.861 8.818l165.052 152.356a12.001 12.001 0 0 0 8.139 3.182h82.562c10.924 0 16.166-13.408 8.139-20.818L116.871 319.906c76.499-2.34 131.144-53.395 138.318-127.906H308c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-58.69c-3.486-11.541-8.28-22.246-14.252-32H308z\"]\n};\nvar faSadCry = {\n prefix: 'fas',\n iconName: 'sad-cry',\n icon: [496, 512, [], \"f5b3\", \"M248 8C111 8 0 119 0 256c0 90.1 48.2 168.7 120 212.1V288c0-8.8 7.2-16 16-16s16 7.2 16 16v196.7c29.5 12.4 62 19.3 96 19.3s66.5-6.9 96-19.3V288c0-8.8 7.2-16 16-16s16 7.2 16 16v180.1C447.8 424.7 496 346 496 256 496 119 385 8 248 8zm-65.5 216.5c-14.8-13.2-46.2-13.2-61 0L112 233c-3.8 3.3-9.3 4-13.7 1.6-4.4-2.4-6.9-7.4-6.1-12.4 4-25.2 34.2-42.1 59.9-42.1S208 197 212 222.2c.8 5-1.7 10-6.1 12.4-5.8 3.1-11.2.7-13.7-1.6l-9.7-8.5zM248 416c-26.5 0-48-28.7-48-64s21.5-64 48-64 48 28.7 48 64-21.5 64-48 64zm149.8-181.5c-5.8 3.1-11.2.7-13.7-1.6l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L304 233c-3.8 3.3-9.3 4-13.7 1.6-4.4-2.4-6.9-7.4-6.1-12.4 4-25.2 34.2-42.1 59.9-42.1S400 197 404 222.2c.6 4.9-1.8 9.9-6.2 12.3z\"]\n};\nvar faSadTear = {\n prefix: 'fas',\n iconName: 'sad-tear',\n icon: [496, 512, [], \"f5b4\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zM152 416c-26.5 0-48-21-48-47 0-20 28.5-60.4 41.6-77.8 3.2-4.3 9.6-4.3 12.8 0C171.5 308.6 200 349 200 369c0 26-21.5 47-48 47zm16-176c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm170.2 154.2C315.8 367.4 282.9 352 248 352c-21.2 0-21.2-32 0-32 44.4 0 86.3 19.6 114.7 53.8 13.8 16.4-11.2 36.5-24.5 20.4z\"]\n};\nvar faSatellite = {\n prefix: 'fas',\n iconName: 'satellite',\n icon: [512, 512, [], \"f7bf\", \"M502.60969,310.04206l-96.70393,96.71625a31.88151,31.88151,0,0,1-45.00765,0L280.572,326.34115l-9.89231,9.90759a190.56343,190.56343,0,0,1-5.40716,168.52287c-4.50077,8.50115-16.39342,9.59505-23.20707,2.79725L134.54715,400.05428l-17.7999,17.79929c.70324,2.60972,1.60965,5.00067,1.60965,7.79793a32.00544,32.00544,0,1,1-32.00544-32.00434c2.79735,0,5.18838.90637,7.7982,1.60959l17.7999-17.79929L4.43129,269.94287c-6.798-6.81342-5.70409-18.6119,2.79735-23.20627a190.58161,190.58161,0,0,1,168.52864-5.407l9.79854-9.79821-80.31053-80.41716a32.002,32.002,0,0,1,0-45.09987L201.96474,9.29814A31.62639,31.62639,0,0,1,224.46868,0a31.99951,31.99951,0,0,1,22.59759,9.29814l80.32615,80.30777,47.805-47.89713a33.6075,33.6075,0,0,1,47.50808,0l47.50807,47.50645a33.63308,33.63308,0,0,1,0,47.50644l-47.805,47.89713L502.71908,265.036A31.78938,31.78938,0,0,1,502.60969,310.04206ZM219.56159,197.433l73.82505-73.82252-68.918-68.9-73.80942,73.80689Zm237.74352,90.106-68.90233-68.9156-73.825,73.82252,68.918,68.9Z\"]\n};\nvar faSatelliteDish = {\n prefix: 'fas',\n iconName: 'satellite-dish',\n icon: [512, 512, [], \"f7c0\", \"M305.44954,462.59c7.39157,7.29792,6.18829,20.09661-3.00038,25.00356-77.713,41.80281-176.72559,29.9105-242.34331-35.7082C-5.49624,386.28227-17.404,287.362,24.41381,209.554c4.89125-9.095,17.68975-10.29834,25.00318-3.00043L166.22872,323.36708l27.39411-27.39452c-.68759-2.60974-1.594-5.00071-1.594-7.81361a32.00407,32.00407,0,1,1,32.00407,32.00455c-2.79723,0-5.20378-.89075-7.79786-1.594l-27.40974,27.41015ZM511.9758,303.06732a16.10336,16.10336,0,0,1-16.002,17.00242H463.86031a15.96956,15.96956,0,0,1-15.89265-15.00213C440.46671,175.5492,336.45348,70.53427,207.03078,63.53328a15.84486,15.84486,0,0,1-15.00191-15.90852V16.02652A16.09389,16.09389,0,0,1,209.031.02425C372.25491,8.61922,503.47472,139.841,511.9758,303.06732Zm-96.01221-.29692a16.21093,16.21093,0,0,1-16.11142,17.29934H367.645a16.06862,16.06862,0,0,1-15.89265-14.70522c-6.90712-77.01094-68.118-138.91037-144.92467-145.22376a15.94,15.94,0,0,1-14.79876-15.89289V112.13393a16.134,16.134,0,0,1,17.29908-16.096C319.45132,104.5391,407.55627,192.64538,415.96359,302.7704Z\"]\n};\nvar faSave = {\n prefix: 'fas',\n iconName: 'save',\n icon: [448, 512, [], \"f0c7\", \"M433.941 129.941l-83.882-83.882A48 48 0 0 0 316.118 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V163.882a48 48 0 0 0-14.059-33.941zM224 416c-35.346 0-64-28.654-64-64 0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64zm96-304.52V212c0 6.627-5.373 12-12 12H76c-6.627 0-12-5.373-12-12V108c0-6.627 5.373-12 12-12h228.52c3.183 0 6.235 1.264 8.485 3.515l3.48 3.48A11.996 11.996 0 0 1 320 111.48z\"]\n};\nvar faSchool = {\n prefix: 'fas',\n iconName: 'school',\n icon: [640, 512, [], \"f549\", \"M0 224v272c0 8.84 7.16 16 16 16h80V192H32c-17.67 0-32 14.33-32 32zm360-48h-24v-40c0-4.42-3.58-8-8-8h-16c-4.42 0-8 3.58-8 8v64c0 4.42 3.58 8 8 8h48c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8zm137.75-63.96l-160-106.67a32.02 32.02 0 0 0-35.5 0l-160 106.67A32.002 32.002 0 0 0 128 138.66V512h128V368c0-8.84 7.16-16 16-16h96c8.84 0 16 7.16 16 16v144h128V138.67c0-10.7-5.35-20.7-14.25-26.63zM320 256c-44.18 0-80-35.82-80-80s35.82-80 80-80 80 35.82 80 80-35.82 80-80 80zm288-64h-64v320h80c8.84 0 16-7.16 16-16V224c0-17.67-14.33-32-32-32z\"]\n};\nvar faScrewdriver = {\n prefix: 'fas',\n iconName: 'screwdriver',\n icon: [512, 512, [], \"f54a\", \"M448 0L320 96v62.06l-83.03 83.03c6.79 4.25 13.27 9.06 19.07 14.87 5.8 5.8 10.62 12.28 14.87 19.07L353.94 192H416l96-128-64-64zM128 278.59L10.92 395.67c-14.55 14.55-14.55 38.15 0 52.71l52.7 52.7c14.56 14.56 38.15 14.56 52.71 0L233.41 384c29.11-29.11 29.11-76.3 0-105.41s-76.3-29.11-105.41 0z\"]\n};\nvar faScroll = {\n prefix: 'fas',\n iconName: 'scroll',\n icon: [640, 512, [], \"f70e\", \"M48 0C21.53 0 0 21.53 0 48v64c0 8.84 7.16 16 16 16h80V48C96 21.53 74.47 0 48 0zm208 412.57V352h288V96c0-52.94-43.06-96-96-96H111.59C121.74 13.41 128 29.92 128 48v368c0 38.87 34.65 69.65 74.75 63.12C234.22 474 256 444.46 256 412.57zM288 384v32c0 52.93-43.06 96-96 96h336c61.86 0 112-50.14 112-112 0-8.84-7.16-16-16-16H288z\"]\n};\nvar faSdCard = {\n prefix: 'fas',\n iconName: 'sd-card',\n icon: [384, 512, [], \"f7c2\", \"M320 0H128L0 128v320c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zM160 160h-48V64h48v96zm80 0h-48V64h48v96zm80 0h-48V64h48v96z\"]\n};\nvar faSearch = {\n prefix: 'fas',\n iconName: 'search',\n icon: [512, 512, [], \"f002\", \"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"]\n};\nvar faSearchDollar = {\n prefix: 'fas',\n iconName: 'search-dollar',\n icon: [512, 512, [], \"f688\", \"M505.04 442.66l-99.71-99.69c-4.5-4.5-10.6-7-17-7h-16.3c27.6-35.3 44-79.69 44-127.99C416.03 93.09 322.92 0 208.02 0S0 93.09 0 207.98s93.11 207.98 208.02 207.98c48.3 0 92.71-16.4 128.01-44v16.3c0 6.4 2.5 12.5 7 17l99.71 99.69c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.59.1-33.99zm-297.02-90.7c-79.54 0-144-64.34-144-143.98 0-79.53 64.35-143.98 144-143.98 79.54 0 144 64.34 144 143.98 0 79.53-64.35 143.98-144 143.98zm27.11-152.54l-45.01-13.5c-5.16-1.55-8.77-6.78-8.77-12.73 0-7.27 5.3-13.19 11.8-13.19h28.11c4.56 0 8.96 1.29 12.82 3.72 3.24 2.03 7.36 1.91 10.13-.73l11.75-11.21c3.53-3.37 3.33-9.21-.57-12.14-9.1-6.83-20.08-10.77-31.37-11.35V112c0-4.42-3.58-8-8-8h-16c-4.42 0-8 3.58-8 8v16.12c-23.63.63-42.68 20.55-42.68 45.07 0 19.97 12.99 37.81 31.58 43.39l45.01 13.5c5.16 1.55 8.77 6.78 8.77 12.73 0 7.27-5.3 13.19-11.8 13.19h-28.1c-4.56 0-8.96-1.29-12.82-3.72-3.24-2.03-7.36-1.91-10.13.73l-11.75 11.21c-3.53 3.37-3.33 9.21.57 12.14 9.1 6.83 20.08 10.77 31.37 11.35V304c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8v-16.12c23.63-.63 42.68-20.54 42.68-45.07 0-19.97-12.99-37.81-31.59-43.39z\"]\n};\nvar faSearchLocation = {\n prefix: 'fas',\n iconName: 'search-location',\n icon: [512, 512, [], \"f689\", \"M505.04 442.66l-99.71-99.69c-4.5-4.5-10.6-7-17-7h-16.3c27.6-35.3 44-79.69 44-127.99C416.03 93.09 322.92 0 208.02 0S0 93.09 0 207.98s93.11 207.98 208.02 207.98c48.3 0 92.71-16.4 128.01-44v16.3c0 6.4 2.5 12.5 7 17l99.71 99.69c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.59.1-33.99zm-297.02-90.7c-79.54 0-144-64.34-144-143.98 0-79.53 64.35-143.98 144-143.98 79.54 0 144 64.34 144 143.98 0 79.53-64.35 143.98-144 143.98zm.02-239.96c-40.78 0-73.84 33.05-73.84 73.83 0 32.96 48.26 93.05 66.75 114.86a9.24 9.24 0 0 0 14.18 0c18.49-21.81 66.75-81.89 66.75-114.86 0-40.78-33.06-73.83-73.84-73.83zm0 96c-13.26 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"]\n};\nvar faSearchMinus = {\n prefix: 'fas',\n iconName: 'search-minus',\n icon: [512, 512, [], \"f010\", \"M304 192v32c0 6.6-5.4 12-12 12H124c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm201 284.7L476.7 505c-9.4 9.4-24.6 9.4-33.9 0L343 405.3c-4.5-4.5-7-10.6-7-17V372c-35.3 27.6-79.7 44-128 44C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.3-16.4 92.7-44 128h16.3c6.4 0 12.5 2.5 17 7l99.7 99.7c9.3 9.4 9.3 24.6 0 34zM344 208c0-75.2-60.8-136-136-136S72 132.8 72 208s60.8 136 136 136 136-60.8 136-136z\"]\n};\nvar faSearchPlus = {\n prefix: 'fas',\n iconName: 'search-plus',\n icon: [512, 512, [], \"f00e\", \"M304 192v32c0 6.6-5.4 12-12 12h-56v56c0 6.6-5.4 12-12 12h-32c-6.6 0-12-5.4-12-12v-56h-56c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h56v-56c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v56h56c6.6 0 12 5.4 12 12zm201 284.7L476.7 505c-9.4 9.4-24.6 9.4-33.9 0L343 405.3c-4.5-4.5-7-10.6-7-17V372c-35.3 27.6-79.7 44-128 44C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.3-16.4 92.7-44 128h16.3c6.4 0 12.5 2.5 17 7l99.7 99.7c9.3 9.4 9.3 24.6 0 34zM344 208c0-75.2-60.8-136-136-136S72 132.8 72 208s60.8 136 136 136 136-60.8 136-136z\"]\n};\nvar faSeedling = {\n prefix: 'fas',\n iconName: 'seedling',\n icon: [512, 512, [], \"f4d8\", \"M64 96H0c0 123.7 100.3 224 224 224v144c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320C288 196.3 187.7 96 64 96zm384-64c-84.2 0-157.4 46.5-195.7 115.2 27.7 30.2 48.2 66.9 59 107.6C424 243.1 512 147.9 512 32h-64z\"]\n};\nvar faServer = {\n prefix: 'fas',\n iconName: 'server',\n icon: [512, 512, [], \"f233\", \"M480 160H32c-17.673 0-32-14.327-32-32V64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm112 248H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm112 248H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24z\"]\n};\nvar faShapes = {\n prefix: 'fas',\n iconName: 'shapes',\n icon: [512, 512, [], \"f61f\", \"M128,256A128,128,0,1,0,256,384,128,128,0,0,0,128,256Zm379-54.86L400.07,18.29a37.26,37.26,0,0,0-64.14,0L229,201.14C214.76,225.52,232.58,256,261.09,256H474.91C503.42,256,521.24,225.52,507,201.14ZM480,288H320a32,32,0,0,0-32,32V480a32,32,0,0,0,32,32H480a32,32,0,0,0,32-32V320A32,32,0,0,0,480,288Z\"]\n};\nvar faShare = {\n prefix: 'fas',\n iconName: 'share',\n icon: [512, 512, [], \"f064\", \"M503.691 189.836L327.687 37.851C312.281 24.546 288 35.347 288 56.015v80.053C127.371 137.907 0 170.1 0 322.326c0 61.441 39.581 122.309 83.333 154.132 13.653 9.931 33.111-2.533 28.077-18.631C66.066 312.814 132.917 274.316 288 272.085V360c0 20.7 24.3 31.453 39.687 18.164l176.004-152c11.071-9.562 11.086-26.753 0-36.328z\"]\n};\nvar faShareAlt = {\n prefix: 'fas',\n iconName: 'share-alt',\n icon: [448, 512, [], \"f1e0\", \"M352 320c-22.608 0-43.387 7.819-59.79 20.895l-102.486-64.054a96.551 96.551 0 0 0 0-41.683l102.486-64.054C308.613 184.181 329.392 192 352 192c53.019 0 96-42.981 96-96S405.019 0 352 0s-96 42.981-96 96c0 7.158.79 14.13 2.276 20.841L155.79 180.895C139.387 167.819 118.608 160 96 160c-53.019 0-96 42.981-96 96s42.981 96 96 96c22.608 0 43.387-7.819 59.79-20.895l102.486 64.054A96.301 96.301 0 0 0 256 416c0 53.019 42.981 96 96 96s96-42.981 96-96-42.981-96-96-96z\"]\n};\nvar faShareAltSquare = {\n prefix: 'fas',\n iconName: 'share-alt-square',\n icon: [448, 512, [], \"f1e1\", \"M448 80v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48zM304 296c-14.562 0-27.823 5.561-37.783 14.671l-67.958-40.775a56.339 56.339 0 0 0 0-27.793l67.958-40.775C276.177 210.439 289.438 216 304 216c30.928 0 56-25.072 56-56s-25.072-56-56-56-56 25.072-56 56c0 4.797.605 9.453 1.74 13.897l-67.958 40.775C171.823 205.561 158.562 200 144 200c-30.928 0-56 25.072-56 56s25.072 56 56 56c14.562 0 27.823-5.561 37.783-14.671l67.958 40.775a56.088 56.088 0 0 0-1.74 13.897c0 30.928 25.072 56 56 56s56-25.072 56-56C360 321.072 334.928 296 304 296z\"]\n};\nvar faShareSquare = {\n prefix: 'fas',\n iconName: 'share-square',\n icon: [576, 512, [], \"f14d\", \"M568.482 177.448L424.479 313.433C409.3 327.768 384 317.14 384 295.985v-71.963c-144.575.97-205.566 35.113-164.775 171.353 4.483 14.973-12.846 26.567-25.006 17.33C155.252 383.105 120 326.488 120 269.339c0-143.937 117.599-172.5 264-173.312V24.012c0-21.174 25.317-31.768 40.479-17.448l144.003 135.988c10.02 9.463 10.028 25.425 0 34.896zM384 379.128V448H64V128h50.916a11.99 11.99 0 0 0 8.648-3.693c14.953-15.568 32.237-27.89 51.014-37.676C185.708 80.83 181.584 64 169.033 64H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48v-88.806c0-8.288-8.197-14.066-16.011-11.302a71.83 71.83 0 0 1-34.189 3.377c-7.27-1.046-13.8 4.514-13.8 11.859z\"]\n};\nvar faShekelSign = {\n prefix: 'fas',\n iconName: 'shekel-sign',\n icon: [448, 512, [], \"f20b\", \"M248 168v168c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V168c0-75.11-60.89-136-136-136H24C10.75 32 0 42.74 0 56v408c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V112h112c30.93 0 56 25.07 56 56zM432 32h-48c-8.84 0-16 7.16-16 16v296c0 30.93-25.07 56-56 56H200V176c0-8.84-7.16-16-16-16h-48c-8.84 0-16 7.16-16 16v280c0 13.25 10.75 24 24 24h168c75.11 0 136-60.89 136-136V48c0-8.84-7.16-16-16-16z\"]\n};\nvar faShieldAlt = {\n prefix: 'fas',\n iconName: 'shield-alt',\n icon: [512, 512, [], \"f3ed\", \"M466.5 83.7l-192-80a48.15 48.15 0 0 0-36.9 0l-192 80C27.7 91.1 16 108.6 16 128c0 198.5 114.5 335.7 221.5 380.3 11.8 4.9 25.1 4.9 36.9 0C360.1 472.6 496 349.3 496 128c0-19.4-11.7-36.9-29.5-44.3zM256.1 446.3l-.1-381 175.9 73.3c-3.3 151.4-82.1 261.1-175.8 307.7z\"]\n};\nvar faShieldVirus = {\n prefix: 'fas',\n iconName: 'shield-virus',\n icon: [512, 512, [], \"e06c\", \"M224,192a16,16,0,1,0,16,16A16,16,0,0,0,224,192ZM466.5,83.68l-192-80A57.4,57.4,0,0,0,256.05,0a57.4,57.4,0,0,0-18.46,3.67l-192,80A47.93,47.93,0,0,0,16,128C16,326.5,130.5,463.72,237.5,508.32a48.09,48.09,0,0,0,36.91,0C360.09,472.61,496,349.3,496,128A48,48,0,0,0,466.5,83.68ZM384,256H371.88c-28.51,0-42.79,34.47-22.63,54.63l8.58,8.57a16,16,0,1,1-22.63,22.63l-8.57-8.58C306.47,313.09,272,327.37,272,355.88V368a16,16,0,0,1-32,0V355.88c0-28.51-34.47-42.79-54.63-22.63l-8.57,8.58a16,16,0,0,1-22.63-22.63l8.58-8.57c20.16-20.16,5.88-54.63-22.63-54.63H128a16,16,0,0,1,0-32h12.12c28.51,0,42.79-34.47,22.63-54.63l-8.58-8.57a16,16,0,0,1,22.63-22.63l8.57,8.58c20.16,20.16,54.63,5.88,54.63-22.63V112a16,16,0,0,1,32,0v12.12c0,28.51,34.47,42.79,54.63,22.63l8.57-8.58a16,16,0,0,1,22.63,22.63l-8.58,8.57C329.09,189.53,343.37,224,371.88,224H384a16,16,0,0,1,0,32Zm-96,0a16,16,0,1,0,16,16A16,16,0,0,0,288,256Z\"]\n};\nvar faShip = {\n prefix: 'fas',\n iconName: 'ship',\n icon: [640, 512, [], \"f21a\", \"M496.616 372.639l70.012-70.012c16.899-16.9 9.942-45.771-12.836-53.092L512 236.102V96c0-17.673-14.327-32-32-32h-64V24c0-13.255-10.745-24-24-24H248c-13.255 0-24 10.745-24 24v40h-64c-17.673 0-32 14.327-32 32v140.102l-41.792 13.433c-22.753 7.313-29.754 36.173-12.836 53.092l70.012 70.012C125.828 416.287 85.587 448 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24 61.023 0 107.499-20.61 143.258-59.396C181.677 487.432 216.021 512 256 512h128c39.979 0 74.323-24.568 88.742-59.396C508.495 491.384 554.968 512 616 512c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24-60.817 0-101.542-31.001-119.384-75.361zM192 128h256v87.531l-118.208-37.995a31.995 31.995 0 0 0-19.584 0L192 215.531V128z\"]\n};\nvar faShippingFast = {\n prefix: 'fas',\n iconName: 'shipping-fast',\n icon: [640, 512, [], \"f48b\", \"M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H112C85.5 0 64 21.5 64 48v48H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h272c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H40c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h208c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h208c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H64v128c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm320 0c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z\"]\n};\nvar faShoePrints = {\n prefix: 'fas',\n iconName: 'shoe-prints',\n icon: [640, 512, [], \"f54b\", \"M192 160h32V32h-32c-35.35 0-64 28.65-64 64s28.65 64 64 64zM0 416c0 35.35 28.65 64 64 64h32V352H64c-35.35 0-64 28.65-64 64zm337.46-128c-34.91 0-76.16 13.12-104.73 32-24.79 16.38-44.52 32-104.73 32v128l57.53 15.97c26.21 7.28 53.01 13.12 80.31 15.05 32.69 2.31 65.6.67 97.58-6.2C472.9 481.3 512 429.22 512 384c0-64-84.18-96-174.54-96zM491.42 7.19C459.44.32 426.53-1.33 393.84.99c-27.3 1.93-54.1 7.77-80.31 15.04L256 32v128c60.2 0 79.94 15.62 104.73 32 28.57 18.88 69.82 32 104.73 32C555.82 224 640 192 640 128c0-45.22-39.1-97.3-148.58-120.81z\"]\n};\nvar faShoppingBag = {\n prefix: 'fas',\n iconName: 'shopping-bag',\n icon: [448, 512, [], \"f290\", \"M352 160v-32C352 57.42 294.579 0 224 0 153.42 0 96 57.42 96 128v32H0v272c0 44.183 35.817 80 80 80h288c44.183 0 80-35.817 80-80V160h-96zm-192-32c0-35.29 28.71-64 64-64s64 28.71 64 64v32H160v-32zm160 120c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zm-192 0c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24z\"]\n};\nvar faShoppingBasket = {\n prefix: 'fas',\n iconName: 'shopping-basket',\n icon: [576, 512, [], \"f291\", \"M576 216v16c0 13.255-10.745 24-24 24h-8l-26.113 182.788C514.509 462.435 494.257 480 470.37 480H105.63c-23.887 0-44.139-17.565-47.518-41.212L32 256h-8c-13.255 0-24-10.745-24-24v-16c0-13.255 10.745-24 24-24h67.341l106.78-146.821c10.395-14.292 30.407-17.453 44.701-7.058 14.293 10.395 17.453 30.408 7.058 44.701L170.477 192h235.046L326.12 82.821c-10.395-14.292-7.234-34.306 7.059-44.701 14.291-10.395 34.306-7.235 44.701 7.058L484.659 192H552c13.255 0 24 10.745 24 24zM312 392V280c0-13.255-10.745-24-24-24s-24 10.745-24 24v112c0 13.255 10.745 24 24 24s24-10.745 24-24zm112 0V280c0-13.255-10.745-24-24-24s-24 10.745-24 24v112c0 13.255 10.745 24 24 24s24-10.745 24-24zm-224 0V280c0-13.255-10.745-24-24-24s-24 10.745-24 24v112c0 13.255 10.745 24 24 24s24-10.745 24-24z\"]\n};\nvar faShoppingCart = {\n prefix: 'fas',\n iconName: 'shopping-cart',\n icon: [576, 512, [], \"f07a\", \"M528.12 301.319l47.273-208C578.806 78.301 567.391 64 551.99 64H159.208l-9.166-44.81C147.758 8.021 137.93 0 126.529 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24h69.883l70.248 343.435C147.325 417.1 136 435.222 136 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-15.674-6.447-29.835-16.824-40h209.647C430.447 426.165 424 440.326 424 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-22.172-12.888-41.332-31.579-50.405l5.517-24.276c3.413-15.018-8.002-29.319-23.403-29.319H218.117l-6.545-32h293.145c11.206 0 20.92-7.754 23.403-18.681z\"]\n};\nvar faShower = {\n prefix: 'fas',\n iconName: 'shower',\n icon: [512, 512, [], \"f2cc\", \"M304,320a16,16,0,1,0,16,16A16,16,0,0,0,304,320Zm32-96a16,16,0,1,0,16,16A16,16,0,0,0,336,224Zm32,64a16,16,0,1,0-16-16A16,16,0,0,0,368,288Zm-32,32a16,16,0,1,0-16-16A16,16,0,0,0,336,320Zm-32-64a16,16,0,1,0,16,16A16,16,0,0,0,304,256Zm128-32a16,16,0,1,0-16-16A16,16,0,0,0,432,224Zm-48,16a16,16,0,1,0,16-16A16,16,0,0,0,384,240Zm-16-48a16,16,0,1,0,16,16A16,16,0,0,0,368,192Zm96,32a16,16,0,1,0,16,16A16,16,0,0,0,464,224Zm32-32a16,16,0,1,0,16,16A16,16,0,0,0,496,192Zm-64,64a16,16,0,1,0,16,16A16,16,0,0,0,432,256Zm-32,32a16,16,0,1,0,16,16A16,16,0,0,0,400,288Zm-64,64a16,16,0,1,0,16,16A16,16,0,0,0,336,352Zm-32,32a16,16,0,1,0,16,16A16,16,0,0,0,304,384Zm64-64a16,16,0,1,0,16,16A16,16,0,0,0,368,320Zm21.65-218.35-11.3-11.31a16,16,0,0,0-22.63,0L350.05,96A111.19,111.19,0,0,0,272,64c-19.24,0-37.08,5.3-52.9,13.85l-10-10A121.72,121.72,0,0,0,123.44,32C55.49,31.5,0,92.91,0,160.85V464a16,16,0,0,0,16,16H48a16,16,0,0,0,16-16V158.4c0-30.15,21-58.2,51-61.93a58.38,58.38,0,0,1,48.93,16.67l10,10C165.3,138.92,160,156.76,160,176a111.23,111.23,0,0,0,32,78.05l-5.66,5.67a16,16,0,0,0,0,22.62l11.3,11.31a16,16,0,0,0,22.63,0L389.65,124.28A16,16,0,0,0,389.65,101.65Z\"]\n};\nvar faShuttleVan = {\n prefix: 'fas',\n iconName: 'shuttle-van',\n icon: [640, 512, [], \"f5b6\", \"M628.88 210.65L494.39 49.27A48.01 48.01 0 0 0 457.52 32H32C14.33 32 0 46.33 0 64v288c0 17.67 14.33 32 32 32h32c0 53.02 42.98 96 96 96s96-42.98 96-96h128c0 53.02 42.98 96 96 96s96-42.98 96-96h32c17.67 0 32-14.33 32-32V241.38c0-11.23-3.94-22.1-11.12-30.73zM64 192V96h96v96H64zm96 240c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm160-240h-96V96h96v96zm160 240c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm-96-240V96h66.02l80 96H384z\"]\n};\nvar faSign = {\n prefix: 'fas',\n iconName: 'sign',\n icon: [512, 512, [], \"f4d9\", \"M496 64H128V16c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16v48H16C7.2 64 0 71.2 0 80v32c0 8.8 7.2 16 16 16h48v368c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V128h368c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16zM160 384h320V160H160v224z\"]\n};\nvar faSignInAlt = {\n prefix: 'fas',\n iconName: 'sign-in-alt',\n icon: [512, 512, [], \"f2f6\", \"M416 448h-84c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h84c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32h-84c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h84c53 0 96 43 96 96v192c0 53-43 96-96 96zm-47-201L201 79c-15-15-41-4.5-41 17v96H24c-13.3 0-24 10.7-24 24v96c0 13.3 10.7 24 24 24h136v96c0 21.5 26 32 41 17l168-168c9.3-9.4 9.3-24.6 0-34z\"]\n};\nvar faSignLanguage = {\n prefix: 'fas',\n iconName: 'sign-language',\n icon: [448, 512, [], \"f2a7\", \"M91.434 483.987c-.307-16.018 13.109-29.129 29.13-29.129h62.293v-5.714H56.993c-16.021 0-29.437-13.111-29.13-29.129C28.16 404.491 40.835 392 56.428 392h126.429v-5.714H29.136c-16.021 0-29.437-13.111-29.13-29.129.297-15.522 12.973-28.013 28.566-28.013h154.286v-5.714H57.707c-16.021 0-29.437-13.111-29.13-29.129.297-15.522 12.973-28.013 28.566-28.013h168.566l-31.085-22.606c-12.762-9.281-15.583-27.149-6.302-39.912 9.281-12.761 27.15-15.582 39.912-6.302l123.361 89.715a34.287 34.287 0 0 1 14.12 27.728v141.136c0 15.91-10.946 29.73-26.433 33.374l-80.471 18.934a137.16 137.16 0 0 1-31.411 3.646H120c-15.593-.001-28.269-12.492-28.566-28.014zm73.249-225.701h36.423l-11.187-8.136c-18.579-13.511-20.313-40.887-3.17-56.536l-13.004-16.7c-9.843-12.641-28.43-15.171-40.88-5.088-12.065 9.771-14.133 27.447-4.553 39.75l36.371 46.71zm283.298-2.103l-5.003-152.452c-.518-15.771-13.722-28.136-29.493-27.619-15.773.518-28.137 13.722-27.619 29.493l1.262 38.415L283.565 11.019c-9.58-12.303-27.223-14.63-39.653-5.328-12.827 9.599-14.929 28.24-5.086 40.881l76.889 98.745-4.509 3.511-94.79-121.734c-9.58-12.303-27.223-14.63-39.653-5.328-12.827 9.599-14.929 28.24-5.086 40.881l94.443 121.288-4.509 3.511-77.675-99.754c-9.58-12.303-27.223-14.63-39.653-5.328-12.827 9.599-14.929 28.24-5.086 40.881l52.053 66.849c12.497-8.257 29.055-8.285 41.69.904l123.36 89.714c10.904 7.93 17.415 20.715 17.415 34.198v16.999l61.064-47.549a34.285 34.285 0 0 0 13.202-28.177z\"]\n};\nvar faSignOutAlt = {\n prefix: 'fas',\n iconName: 'sign-out-alt',\n icon: [512, 512, [], \"f2f5\", \"M497 273L329 441c-15 15-41 4.5-41-17v-96H152c-13.3 0-24-10.7-24-24v-96c0-13.3 10.7-24 24-24h136V88c0-21.4 25.9-32 41-17l168 168c9.3 9.4 9.3 24.6 0 34zM192 436v-40c0-6.6-5.4-12-12-12H96c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32h84c6.6 0 12-5.4 12-12V76c0-6.6-5.4-12-12-12H96c-53 0-96 43-96 96v192c0 53 43 96 96 96h84c6.6 0 12-5.4 12-12z\"]\n};\nvar faSignal = {\n prefix: 'fas',\n iconName: 'signal',\n icon: [640, 512, [], \"f012\", \"M216 288h-48c-8.84 0-16 7.16-16 16v192c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V304c0-8.84-7.16-16-16-16zM88 384H40c-8.84 0-16 7.16-16 16v96c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16v-96c0-8.84-7.16-16-16-16zm256-192h-48c-8.84 0-16 7.16-16 16v288c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V208c0-8.84-7.16-16-16-16zm128-96h-48c-8.84 0-16 7.16-16 16v384c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V112c0-8.84-7.16-16-16-16zM600 0h-48c-8.84 0-16 7.16-16 16v480c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16z\"]\n};\nvar faSignature = {\n prefix: 'fas',\n iconName: 'signature',\n icon: [640, 512, [], \"f5b7\", \"M623.2 192c-51.8 3.5-125.7 54.7-163.1 71.5-29.1 13.1-54.2 24.4-76.1 24.4-22.6 0-26-16.2-21.3-51.9 1.1-8 11.7-79.2-42.7-76.1-25.1 1.5-64.3 24.8-169.5 126L192 182.2c30.4-75.9-53.2-151.5-129.7-102.8L7.4 116.3C0 121-2.2 130.9 2.5 138.4l17.2 27c4.7 7.5 14.6 9.7 22.1 4.9l58-38.9c18.4-11.7 40.7 7.2 32.7 27.1L34.3 404.1C27.5 421 37 448 64 448c8.3 0 16.5-3.2 22.6-9.4 42.2-42.2 154.7-150.7 211.2-195.8-2.2 28.5-2.1 58.9 20.6 83.8 15.3 16.8 37.3 25.3 65.5 25.3 35.6 0 68-14.6 102.3-30 33-14.8 99-62.6 138.4-65.8 8.5-.7 15.2-7.3 15.2-15.8v-32.1c.2-9.1-7.5-16.8-16.6-16.2z\"]\n};\nvar faSimCard = {\n prefix: 'fas',\n iconName: 'sim-card',\n icon: [384, 512, [], \"f7c4\", \"M0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V128L256 0H64C28.7 0 0 28.7 0 64zm224 192h-64v-64h64v64zm96 0h-64v-64h32c17.7 0 32 14.3 32 32v32zm-64 128h64v32c0 17.7-14.3 32-32 32h-32v-64zm-96 0h64v64h-64v-64zm-96 0h64v64H96c-17.7 0-32-14.3-32-32v-32zm0-96h256v64H64v-64zm0-64c0-17.7 14.3-32 32-32h32v64H64v-32z\"]\n};\nvar faSink = {\n prefix: 'fas',\n iconName: 'sink',\n icon: [512, 512, [], \"e06d\", \"M32,416a96,96,0,0,0,96,96H384a96,96,0,0,0,96-96V384H32ZM496,288H400V256h64a16,16,0,0,0,16-16V224a16,16,0,0,0-16-16H384a32,32,0,0,0-32,32v48H288V96a32,32,0,0,1,64,0v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V96A96.16,96.16,0,0,0,300.87,1.86C255.29,10.71,224,53.36,224,99.79V288H160V240a32,32,0,0,0-32-32H48a16,16,0,0,0-16,16v16a16,16,0,0,0,16,16h64v32H16A16,16,0,0,0,0,304v32a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V304A16,16,0,0,0,496,288Z\"]\n};\nvar faSitemap = {\n prefix: 'fas',\n iconName: 'sitemap',\n icon: [640, 512, [], \"f0e8\", \"M128 352H32c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32zm-24-80h192v48h48v-48h192v48h48v-57.59c0-21.17-17.23-38.41-38.41-38.41H344v-64h40c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32H256c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h40v64H94.41C73.23 224 56 241.23 56 262.41V320h48v-48zm264 80h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32zm240 0h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32z\"]\n};\nvar faSkating = {\n prefix: 'fas',\n iconName: 'skating',\n icon: [448, 512, [], \"f7c5\", \"M400 0c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm0 448c-8.8 0-16 7.2-16 16s-7.2 16-16 16h-96c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c26.5 0 48-21.5 48-48 0-8.8-7.2-16-16-16zm-282.2 8.6c-6.2 6.2-16.4 6.3-22.6 0l-67.9-67.9c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l67.9 67.9c9.4 9.4 21.7 14 34 14s24.6-4.7 33.9-14c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.3-22.7 0zm56.1-179.8l-93.7 93.7c-12.5 12.5-12.5 32.8 0 45.2 6.2 6.2 14.4 9.4 22.6 9.4s16.4-3.1 22.6-9.4l91.9-91.9-30.2-30.2c-5-5-9.4-10.7-13.2-16.8zM128 160h105.5l-20.1 17.2c-13.5 11.5-21.6 28.4-22.3 46.1-.7 17.8 6.1 35.2 18.7 47.7l78.2 78.2V432c0 17.7 14.3 32 32 32s32-14.3 32-32v-89.4c0-12.6-5.1-25-14.1-33.9l-61-61c.5-.4 1.2-.6 1.7-1.1l82.3-82.3c11.5-11.5 14.9-28.6 8.7-43.6-6.2-15-20.7-24.7-37-24.7H128c-17.7 0-32 14.3-32 32s14.3 32 32 32z\"]\n};\nvar faSkiing = {\n prefix: 'fas',\n iconName: 'skiing',\n icon: [512, 512, [], \"f7c9\", \"M432 96c26.5 0 48-21.5 48-48S458.5 0 432 0s-48 21.5-48 48 21.5 48 48 48zm73 356.1c-9.4-9.4-24.6-9.4-33.9 0-12.1 12.1-30.5 15.4-45.1 8.7l-135.8-70.2 49.2-73.8c12.7-19 10.2-44.5-6-60.6L293 215.7l-107-53.1c-2.9 19.9 3.4 40 17.7 54.4l75.1 75.2-45.9 68.8L35 258.7c-11.7-6-26.2-1.5-32.3 10.3-6.1 11.8-1.5 26.3 10.3 32.3l391.9 202.5c11.9 5.5 24.5 8.1 37.1 8.1 23.2 0 46-9 63-26 9.3-9.3 9.3-24.5 0-33.8zM120 91.6l-11.5 22.5c14.4 7.3 31.2 4.9 42.8-4.8l47.2 23.4c-.1.1-.1.2-.2.3l114.5 56.8 32.4-13 6.4 19.1c4 12.1 12.6 22 24 27.7l58.1 29c15.9 7.9 35 1.5 42.9-14.3 7.9-15.8 1.5-35-14.3-42.9l-52.1-26.1-17.1-51.2c-8.1-24.2-40.9-56.6-84.5-39.2l-81.2 32.5-62.5-31c.3-14.5-7.2-28.6-20.9-35.6l-11.1 21.7h-.2l-34.4-7c-1.8-.4-3.7.2-5 1.7-1.9 2.2-1.7 5.5.5 7.4l26.2 23z\"]\n};\nvar faSkiingNordic = {\n prefix: 'fas',\n iconName: 'skiing-nordic',\n icon: [576, 512, [], \"f7ca\", \"M336 96c26.5 0 48-21.5 48-48S362.5 0 336 0s-48 21.5-48 48 21.5 48 48 48zm216 320c-13.2 0-24 10.7-24 24 0 13.2-10.8 24-24 24h-69.5L460 285.6c11.7-4.7 20.1-16.2 20.1-29.6 0-17.7-14.3-32-32-32h-44L378 170.8c-12.5-25.5-35.5-44.2-61.8-50.9L245 98.7c-28.3-6.8-57.8-.5-80.8 17.1l-39.7 30.4c-14 10.7-16.7 30.8-5.9 44.9.7.9 1.7 1.3 2.4 2.1L66.9 464H24c-13.2 0-24 10.7-24 24s10.8 24 24 24h480c39.7 0 72-32.3 72-72 0-13.2-10.8-24-24-24zm-260.5 48h-96.9l43.1-91-22-13c-12.1-7.2-21.9-16.9-29.5-27.8L123.7 464H99.5l52.3-261.4c4.1-1 8.1-2.9 11.7-5.6l39.7-30.4c7.7-5.9 17.4-8 25.3-6.1l14.7 4.4-37.5 87.4c-12.6 29.5-1.3 64 26.3 80.3l85 50.2-25.5 81.2zm110.6 0h-43.6l23.6-75.5c5.9-20.8-2.9-43.1-21.6-54.4L299.3 298l31.3-78.3 20.3 41.4c8 16.3 24.9 26.9 43.1 26.9h33.3l-25.2 176z\"]\n};\nvar faSkull = {\n prefix: 'fas',\n iconName: 'skull',\n icon: [512, 512, [], \"f54c\", \"M256 0C114.6 0 0 100.3 0 224c0 70.1 36.9 132.6 94.5 173.7 9.6 6.9 15.2 18.1 13.5 29.9l-9.4 66.2c-1.4 9.6 6 18.2 15.7 18.2H192v-56c0-4.4 3.6-8 8-8h16c4.4 0 8 3.6 8 8v56h64v-56c0-4.4 3.6-8 8-8h16c4.4 0 8 3.6 8 8v56h77.7c9.7 0 17.1-8.6 15.7-18.2l-9.4-66.2c-1.7-11.7 3.8-23 13.5-29.9C475.1 356.6 512 294.1 512 224 512 100.3 397.4 0 256 0zm-96 320c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm192 0c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64z\"]\n};\nvar faSkullCrossbones = {\n prefix: 'fas',\n iconName: 'skull-crossbones',\n icon: [448, 512, [], \"f714\", \"M439.15 453.06L297.17 384l141.99-69.06c7.9-3.95 11.11-13.56 7.15-21.46L432 264.85c-3.95-7.9-13.56-11.11-21.47-7.16L224 348.41 37.47 257.69c-7.9-3.95-17.51-.75-21.47 7.16L1.69 293.48c-3.95 7.9-.75 17.51 7.15 21.46L150.83 384 8.85 453.06c-7.9 3.95-11.11 13.56-7.15 21.47l14.31 28.63c3.95 7.9 13.56 11.11 21.47 7.15L224 419.59l186.53 90.72c7.9 3.95 17.51.75 21.47-7.15l14.31-28.63c3.95-7.91.74-17.52-7.16-21.47zM150 237.28l-5.48 25.87c-2.67 12.62 5.42 24.85 16.45 24.85h126.08c11.03 0 19.12-12.23 16.45-24.85l-5.5-25.87c41.78-22.41 70-62.75 70-109.28C368 57.31 303.53 0 224 0S80 57.31 80 128c0 46.53 28.22 86.87 70 109.28zM280 112c17.65 0 32 14.35 32 32s-14.35 32-32 32-32-14.35-32-32 14.35-32 32-32zm-112 0c17.65 0 32 14.35 32 32s-14.35 32-32 32-32-14.35-32-32 14.35-32 32-32z\"]\n};\nvar faSlash = {\n prefix: 'fas',\n iconName: 'slash',\n icon: [640, 512, [], \"f715\", \"M594.53 508.63L6.18 53.9c-6.97-5.42-8.23-15.47-2.81-22.45L23.01 6.18C28.43-.8 38.49-2.06 45.47 3.37L633.82 458.1c6.97 5.42 8.23 15.47 2.81 22.45l-19.64 25.27c-5.42 6.98-15.48 8.23-22.46 2.81z\"]\n};\nvar faSleigh = {\n prefix: 'fas',\n iconName: 'sleigh',\n icon: [640, 512, [], \"f7cc\", \"M612.7 350.7l-9.3-7.4c-6.9-5.5-17-4.4-22.5 2.5l-10 12.5c-5.5 6.9-4.4 17 2.5 22.5l9.3 7.4c5.9 4.7 9.2 11.7 9.2 19.2 0 13.6-11 24.6-24.6 24.6H48c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h516c39 0 73.7-29.3 75.9-68.3 1.4-23.8-8.7-46.3-27.2-61zM32 224c0 59.6 40.9 109.2 96 123.5V400h64v-48h192v48h64v-48c53 0 96-43 96-96v-96c17.7 0 32-14.3 32-32s-14.3-32-32-32h-96v64c0 35.3-28.7 64-64 64h-20.7c-65.8 0-125.9-37.2-155.3-96-29.4-58.8-89.6-96-155.3-96H32C14.3 32 0 46.3 0 64s14.3 32 32 32v128z\"]\n};\nvar faSlidersH = {\n prefix: 'fas',\n iconName: 'sliders-h',\n icon: [512, 512, [], \"f1de\", \"M496 384H160v-16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h80v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h336c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-160h-80v-16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h336v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h80c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-160H288V48c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16C7.2 64 0 71.2 0 80v32c0 8.8 7.2 16 16 16h208v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h208c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16z\"]\n};\nvar faSmile = {\n prefix: 'fas',\n iconName: 'smile',\n icon: [496, 512, [], \"f118\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm194.8 170.2C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.6-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.4-16.2 38.1 4.2 24.6 20.5z\"]\n};\nvar faSmileBeam = {\n prefix: 'fas',\n iconName: 'smile-beam',\n icon: [496, 512, [], \"f5b8\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"]\n};\nvar faSmileWink = {\n prefix: 'fas',\n iconName: 'smile-wink',\n icon: [496, 512, [], \"f4da\", \"M0 256c0 137 111 248 248 248s248-111 248-248S385 8 248 8 0 119 0 256zm200-48c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm158.5 16.5c-14.8-13.2-46.2-13.2-61 0L288 233c-8.3 7.4-21.6.4-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S384 197 388 222.2c1.7 11.1-11.4 18.3-19.8 10.8l-9.7-8.5zM157.8 325.8C180.2 352.7 213 368 248 368s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.2 24.6 20.5C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11.2-36.7 24.6-20.4z\"]\n};\nvar faSmog = {\n prefix: 'fas',\n iconName: 'smog',\n icon: [640, 512, [], \"f75f\", \"M624 368H80c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h544c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zm-480 96H16c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zm416 0H224c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h336c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zM144 288h156.1c22.5 19.7 51.6 32 83.9 32s61.3-12.3 83.9-32H528c61.9 0 112-50.1 112-112S589.9 64 528 64c-18 0-34.7 4.6-49.7 12.1C454 31 406.8 0 352 0c-41 0-77.8 17.3-104 44.8C221.8 17.3 185 0 144 0 64.5 0 0 64.5 0 144s64.5 144 144 144z\"]\n};\nvar faSmoking = {\n prefix: 'fas',\n iconName: 'smoking',\n icon: [640, 512, [], \"f48d\", \"M632 352h-48c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8zM553.3 87.1c-5.7-3.8-9.3-10-9.3-16.8V8c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v62.3c0 22 10.2 43.4 28.6 55.4 42.2 27.3 67.4 73.8 67.4 124V280c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-30.3c0-65.5-32.4-126.2-86.7-162.6zM432 352H48c-26.5 0-48 21.5-48 48v64c0 26.5 21.5 48 48 48h384c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16zm-32 112H224v-64h176v64zm87.7-322.4C463.8 125 448 99.3 448 70.3V8c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v66.4c0 43.7 24.6 81.6 60.3 106.7 22.4 15.7 35.7 41.2 35.7 68.6V280c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-30.3c0-43.3-21-83.4-56.3-108.1zM536 352h-48c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8z\"]\n};\nvar faSmokingBan = {\n prefix: 'fas',\n iconName: 'smoking-ban',\n icon: [512, 512, [], \"f54d\", \"M96 304c0 8.8 7.2 16 16 16h117.5l-96-96H112c-8.8 0-16 7.2-16 16v64zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm0 448c-105.9 0-192-86.1-192-192 0-41.4 13.3-79.7 35.7-111.1l267.4 267.4C335.7 434.7 297.4 448 256 448zm45.2-192H384v32h-50.8l-32-32zm111.1 111.1L365.2 320H400c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16H269.2L144.9 99.7C176.3 77.3 214.6 64 256 64c105.9 0 192 86.1 192 192 0 41.4-13.3 79.7-35.7 111.1zM320.6 128c-15.6 0-28.6-11.2-31.4-25.9-.7-3.6-4-6.1-7.7-6.1h-16.2c-5 0-8.7 4.5-8 9.4 4.6 30.9 31.2 54.6 63.3 54.6 15.6 0 28.6 11.2 31.4 25.9.7 3.6 4 6.1 7.7 6.1h16.2c5 0 8.7-4.5 8-9.4-4.6-30.9-31.2-54.6-63.3-54.6z\"]\n};\nvar faSms = {\n prefix: 'fas',\n iconName: 'sms',\n icon: [512, 512, [], \"f7cd\", \"M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7 1.3 3 4.1 4.8 7.3 4.8 66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32zM128.2 304H116c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h12.3c6 0 10.4-3.5 10.4-6.6 0-1.3-.8-2.7-2.1-3.8l-21.9-18.8c-8.5-7.2-13.3-17.5-13.3-28.1 0-21.3 19-38.6 42.4-38.6H156c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8h-12.3c-6 0-10.4 3.5-10.4 6.6 0 1.3.8 2.7 2.1 3.8l21.9 18.8c8.5 7.2 13.3 17.5 13.3 28.1.1 21.3-19 38.6-42.4 38.6zm191.8-8c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8v-68.2l-24.8 55.8c-2.9 5.9-11.4 5.9-14.3 0L224 227.8V296c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V192c0-8.8 7.2-16 16-16h16c6.1 0 11.6 3.4 14.3 8.8l17.7 35.4 17.7-35.4c2.7-5.4 8.3-8.8 14.3-8.8h16c8.8 0 16 7.2 16 16v104zm48.3 8H356c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h12.3c6 0 10.4-3.5 10.4-6.6 0-1.3-.8-2.7-2.1-3.8l-21.9-18.8c-8.5-7.2-13.3-17.5-13.3-28.1 0-21.3 19-38.6 42.4-38.6H396c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8h-12.3c-6 0-10.4 3.5-10.4 6.6 0 1.3.8 2.7 2.1 3.8l21.9 18.8c8.5 7.2 13.3 17.5 13.3 28.1.1 21.3-18.9 38.6-42.3 38.6z\"]\n};\nvar faSnowboarding = {\n prefix: 'fas',\n iconName: 'snowboarding',\n icon: [512, 512, [], \"f7ce\", \"M432 96c26.5 0 48-21.5 48-48S458.5 0 432 0s-48 21.5-48 48 21.5 48 48 48zm28.8 153.6c5.8 4.3 12.5 6.4 19.2 6.4 9.7 0 19.3-4.4 25.6-12.8 10.6-14.1 7.8-34.2-6.4-44.8l-111.4-83.5c-13.8-10.3-29.1-18.4-45.4-23.8l-63.7-21.2-26.1-52.1C244.7 2 225.5-4.4 209.7 3.5c-15.8 7.9-22.2 27.1-14.3 42.9l29.1 58.1c5.7 11.4 15.6 19.9 27.7 24l16.4 5.5-41.2 20.6c-21.8 10.9-35.4 32.8-35.4 57.2v53.1l-74.1 24.7c-16.8 5.6-25.8 23.7-20.2 40.5 1.7 5.2 4.9 9.4 8.7 12.9l-38.7-14.1c-9.7-3.5-17.4-10.6-21.8-20-5.6-12-19.9-17.2-31.9-11.6s-17.2 19.9-11.6 31.9c9.8 21 27.1 36.9 48.9 44.8l364.8 132.7c9.7 3.5 19.7 5.3 29.7 5.3 12.5 0 24.9-2.7 36.5-8.2 12-5.6 17.2-19.9 11.6-31.9S474 454.7 462 460.3c-9.3 4.4-19.8 4.8-29.5 1.3l-90.8-33.1c8.7-4.1 15.6-11.8 17.8-21.9l21.9-102c3.9-18.2-3.2-37.2-18.1-48.4l-52-39 66-30.5 83.5 62.9zm-144.4 51.7l-19.7 92c-1.5 7.1-.1 13.9 2.8 20l-169.4-61.6c2.7-.2 5.4-.4 8-1.3l85-28.4c19.6-6.5 32.8-24.8 32.8-45.5V256l60.5 45.3z\"]\n};\nvar faSnowflake = {\n prefix: 'fas',\n iconName: 'snowflake',\n icon: [448, 512, [], \"f2dc\", \"M440.3 345.2l-33.8-19.5 26-7c8.2-2.2 13.1-10.7 10.9-18.9l-4-14.9c-2.2-8.2-10.7-13.1-18.9-10.9l-70.8 19-63.9-37 63.8-36.9 70.8 19c8.2 2.2 16.7-2.7 18.9-10.9l4-14.9c2.2-8.2-2.7-16.7-10.9-18.9l-26-7 33.8-19.5c7.4-4.3 9.9-13.7 5.7-21.1L430.4 119c-4.3-7.4-13.7-9.9-21.1-5.7l-33.8 19.5 7-26c2.2-8.2-2.7-16.7-10.9-18.9l-14.9-4c-8.2-2.2-16.7 2.7-18.9 10.9l-19 70.8-62.8 36.2v-77.5l53.7-53.7c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-6.2-6.2-16.4-6.2-22.6 0L256 56.4V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v40.4l-19.7-19.7c-6.2-6.2-16.4-6.2-22.6 0L138.3 48c-6.3 6.2-6.3 16.4 0 22.6l53.7 53.7v77.5l-62.8-36.2-19-70.8c-2.2-8.2-10.7-13.1-18.9-10.9l-14.9 4c-8.2 2.2-13.1 10.7-10.9 18.9l7 26-33.8-19.5c-7.4-4.3-16.8-1.7-21.1 5.7L2.1 145.7c-4.3 7.4-1.7 16.8 5.7 21.1l33.8 19.5-26 7c-8.3 2.2-13.2 10.7-11 19l4 14.9c2.2 8.2 10.7 13.1 18.9 10.9l70.8-19 63.8 36.9-63.8 36.9-70.8-19c-8.2-2.2-16.7 2.7-18.9 10.9l-4 14.9c-2.2 8.2 2.7 16.7 10.9 18.9l26 7-33.8 19.6c-7.4 4.3-9.9 13.7-5.7 21.1l15.5 26.8c4.3 7.4 13.7 9.9 21.1 5.7l33.8-19.5-7 26c-2.2 8.2 2.7 16.7 10.9 18.9l14.9 4c8.2 2.2 16.7-2.7 18.9-10.9l19-70.8 62.8-36.2v77.5l-53.7 53.7c-6.3 6.2-6.3 16.4 0 22.6l11.3 11.3c6.2 6.2 16.4 6.2 22.6 0l19.7-19.7V496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-40.4l19.7 19.7c6.2 6.2 16.4 6.2 22.6 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6L256 387.7v-77.5l62.8 36.2 19 70.8c2.2 8.2 10.7 13.1 18.9 10.9l14.9-4c8.2-2.2 13.1-10.7 10.9-18.9l-7-26 33.8 19.5c7.4 4.3 16.8 1.7 21.1-5.7l15.5-26.8c4.3-7.3 1.8-16.8-5.6-21z\"]\n};\nvar faSnowman = {\n prefix: 'fas',\n iconName: 'snowman',\n icon: [512, 512, [], \"f7d0\", \"M510.9 152.3l-5.9-14.5c-3.3-8-12.6-11.9-20.8-8.7L456 140.6v-29c0-8.6-7.2-15.6-16-15.6h-16c-8.8 0-16 7-16 15.6v46.9c0 .5.3 1 .3 1.5l-56.4 23c-5.9-10-13.3-18.9-22-26.6 13.6-16.6 22-37.4 22-60.5 0-53-43-96-96-96s-96 43-96 96c0 23.1 8.5 43.9 22 60.5-8.7 7.7-16 16.6-22 26.6l-56.4-23c.1-.5.3-1 .3-1.5v-46.9C104 103 96.8 96 88 96H72c-8.8 0-16 7-16 15.6v29l-28.1-11.5c-8.2-3.2-17.5.7-20.8 8.7l-5.9 14.5c-3.3 8 .7 17.1 8.9 20.3l135.2 55.2c-.4 4-1.2 8-1.2 12.2 0 10.1 1.7 19.6 4.2 28.9C120.9 296.4 104 334.2 104 376c0 54 28.4 100.9 70.8 127.8 9.3 5.9 20.3 8.2 31.3 8.2h99.2c13.3 0 26.3-4.1 37.2-11.7 46.5-32.3 74.4-89.4 62.9-152.6-5.5-30.2-20.5-57.6-41.6-79 2.5-9.2 4.2-18.7 4.2-28.7 0-4.2-.8-8.1-1.2-12.2L502 172.6c8.1-3.1 12.1-12.2 8.9-20.3zM224 96c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm32 272c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-88s-16-23.2-16-32 7.2-16 16-16 16 7.2 16 16-16 32-16 32zm32-56c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z\"]\n};\nvar faSnowplow = {\n prefix: 'fas',\n iconName: 'snowplow',\n icon: [640, 512, [], \"f7d2\", \"M120 376c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm80 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm80 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm80 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm238.6 49.4c-14.5-14.5-22.6-34.1-22.6-54.6V269.2c0-20.5 8.1-40.1 22.6-54.6l36.7-36.7c6.2-6.2 6.2-16.4 0-22.6l-22.6-22.6c-6.2-6.2-16.4-6.2-22.6 0l-36.7 36.7c-26.5 26.5-41.4 62.4-41.4 99.9V288h-64v-50.9c0-8.7-1.8-17.2-5.2-25.2L364.5 29.1C356.9 11.4 339.6 0 320.3 0H176c-26.5 0-48 21.5-48 48v112h-16c-26.5 0-48 21.5-48 48v91.2C26.3 317.2 0 355.4 0 400c0 61.9 50.1 112 112 112h256c61.9 0 112-50.1 112-112 0-17.3-4.2-33.4-11.2-48H512v18.7c0 37.5 14.9 73.4 41.4 99.9l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0l22.6-22.6c6.2-6.2 6.2-16.4 0-22.6l-36.7-36.7zM192 64h117.8l68.6 160H256l-64-64V64zm176 384H112c-26.5 0-48-21.5-48-48s21.5-48 48-48h256c26.5 0 48 21.5 48 48s-21.5 48-48 48z\"]\n};\nvar faSoap = {\n prefix: 'fas',\n iconName: 'soap',\n icon: [512, 512, [], \"e06e\", \"M416,192a95.42,95.42,0,0,1-30.94,70.21A95.8,95.8,0,0,1,352,448H160a96,96,0,0,1,0-192h88.91A95.3,95.3,0,0,1,224,192H96A96,96,0,0,0,0,288V416a96,96,0,0,0,96,96H416a96,96,0,0,0,96-96V288A96,96,0,0,0,416,192Zm-96,64a64,64,0,1,0-64-64A64,64,0,0,0,320,256ZM208,96a48,48,0,1,0-48-48A48,48,0,0,0,208,96ZM384,64a32,32,0,1,0-32-32A32,32,0,0,0,384,64ZM160,288a64,64,0,0,0,0,128H352a64,64,0,0,0,0-128Z\"]\n};\nvar faSocks = {\n prefix: 'fas',\n iconName: 'socks',\n icon: [512, 512, [], \"f696\", \"M214.66 311.01L288 256V96H128v176l-86.65 64.61c-39.4 29.56-53.86 84.42-29.21 127.06C30.39 495.25 63.27 512 96.08 512c20.03 0 40.25-6.25 57.52-19.2l21.86-16.39c-29.85-55.38-13.54-125.84 39.2-165.4zM288 32c0-11.05 3.07-21.3 8.02-30.38C293.4.92 290.85 0 288 0H160c-17.67 0-32 14.33-32 32v32h160V32zM480 0H352c-17.67 0-32 14.33-32 32v32h192V32c0-17.67-14.33-32-32-32zM320 272l-86.13 64.61c-39.4 29.56-53.86 84.42-29.21 127.06 18.25 31.58 50.61 48.33 83.42 48.33 20.03 0 40.25-6.25 57.52-19.2l115.2-86.4A127.997 127.997 0 0 0 512 304V96H320v176z\"]\n};\nvar faSolarPanel = {\n prefix: 'fas',\n iconName: 'solar-panel',\n icon: [640, 512, [], \"f5ba\", \"M431.98 448.01l-47.97.05V416h-128v32.21l-47.98.05c-8.82.01-15.97 7.16-15.98 15.99l-.05 31.73c-.01 8.85 7.17 16.03 16.02 16.02l223.96-.26c8.82-.01 15.97-7.16 15.98-15.98l.04-31.73c.01-8.85-7.17-16.03-16.02-16.02zM585.2 26.74C582.58 11.31 568.99 0 553.06 0H86.93C71 0 57.41 11.31 54.79 26.74-3.32 369.16.04 348.08.03 352c-.03 17.32 14.29 32 32.6 32h574.74c18.23 0 32.51-14.56 32.59-31.79.02-4.08 3.35 16.95-54.76-325.47zM259.83 64h120.33l9.77 96H250.06l9.77-96zm-75.17 256H71.09L90.1 208h105.97l-11.41 112zm16.29-160H98.24l16.29-96h96.19l-9.77 96zm32.82 160l11.4-112h149.65l11.4 112H233.77zm195.5-256h96.19l16.29 96H439.04l-9.77-96zm26.06 256l-11.4-112H549.9l19.01 112H455.33z\"]\n};\nvar faSort = {\n prefix: 'fas',\n iconName: 'sort',\n icon: [320, 512, [], \"f0dc\", \"M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z\"]\n};\nvar faSortAlphaDown = {\n prefix: 'fas',\n iconName: 'sort-alpha-down',\n icon: [448, 512, [], \"f15d\", \"M176 352h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.36 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm240-64H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 446.37V464a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 321.63V304a16 16 0 0 0-16-16zm31.06-85.38l-59.27-160A16 16 0 0 0 372.72 32h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 224h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 224H432a16 16 0 0 0 15.06-21.38zM335.61 144L352 96l16.39 48z\"]\n};\nvar faSortAlphaDownAlt = {\n prefix: 'fas',\n iconName: 'sort-alpha-down-alt',\n icon: [448, 512, [], \"f881\", \"M176 352h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.36 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm112-128h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 65.63V48a16 16 0 0 0-16-16H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 190.37V208a16 16 0 0 0 16 16zm159.06 234.62l-59.27-160A16 16 0 0 0 372.72 288h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 480h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 480H432a16 16 0 0 0 15.06-21.38zM335.61 400L352 352l16.39 48z\"]\n};\nvar faSortAlphaUp = {\n prefix: 'fas',\n iconName: 'sort-alpha-up',\n icon: [448, 512, [], \"f15e\", \"M16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160zm400 128H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 446.37V464a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 321.63V304a16 16 0 0 0-16-16zm31.06-85.38l-59.27-160A16 16 0 0 0 372.72 32h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 224h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 224H432a16 16 0 0 0 15.06-21.38zM335.61 144L352 96l16.39 48z\"]\n};\nvar faSortAlphaUpAlt = {\n prefix: 'fas',\n iconName: 'sort-alpha-up-alt',\n icon: [448, 512, [], \"f882\", \"M16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160zm272 64h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 65.63V48a16 16 0 0 0-16-16H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 190.37V208a16 16 0 0 0 16 16zm159.06 234.62l-59.27-160A16 16 0 0 0 372.72 288h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 480h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 480H432a16 16 0 0 0 15.06-21.38zM335.61 400L352 352l16.39 48z\"]\n};\nvar faSortAmountDown = {\n prefix: 'fas',\n iconName: 'sort-amount-down',\n icon: [512, 512, [], \"f160\", \"M304 416h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-128-64h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.37 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm256-192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-64 128H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM496 32H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faSortAmountDownAlt = {\n prefix: 'fas',\n iconName: 'sort-amount-down-alt',\n icon: [512, 512, [], \"f884\", \"M240 96h64a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm0 128h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm256 192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-256-64h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm-64 0h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.37 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352z\"]\n};\nvar faSortAmountUp = {\n prefix: 'fas',\n iconName: 'sort-amount-up',\n icon: [512, 512, [], \"f161\", \"M304 416h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.77 160 16 160zm416 0H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-64 128H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM496 32H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faSortAmountUpAlt = {\n prefix: 'fas',\n iconName: 'sort-amount-up-alt',\n icon: [512, 512, [], \"f885\", \"M240 96h64a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm0 128h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm256 192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-256-64h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zM16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.39-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160z\"]\n};\nvar faSortDown = {\n prefix: 'fas',\n iconName: 'sort-down',\n icon: [320, 512, [], \"f0dd\", \"M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z\"]\n};\nvar faSortNumericDown = {\n prefix: 'fas',\n iconName: 'sort-numeric-down',\n icon: [448, 512, [], \"f162\", \"M304 96h16v64h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-16V48a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 304 96zm26.15 162.91a79 79 0 0 0-55 54.17c-14.25 51.05 21.21 97.77 68.85 102.53a84.07 84.07 0 0 1-20.85 12.91c-7.57 3.4-10.8 12.47-8.18 20.34l9.9 20c2.87 8.63 12.53 13.49 20.9 9.91 58-24.76 86.25-61.61 86.25-132V336c-.02-51.21-48.4-91.34-101.85-77.09zM352 356a20 20 0 1 1 20-20 20 20 0 0 1-20 20zm-176-4h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.36 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352z\"]\n};\nvar faSortNumericDownAlt = {\n prefix: 'fas',\n iconName: 'sort-numeric-down-alt',\n icon: [448, 512, [], \"f886\", \"M176 352h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.36 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm224 64h-16V304a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 304 352h16v64h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM330.17 34.91a79 79 0 0 0-55 54.17c-14.27 51.05 21.19 97.77 68.83 102.53a84.07 84.07 0 0 1-20.85 12.91c-7.57 3.4-10.8 12.47-8.18 20.34l9.9 20c2.87 8.63 12.53 13.49 20.9 9.91 58-24.77 86.25-61.61 86.25-132V112c-.02-51.21-48.4-91.34-101.85-77.09zM352 132a20 20 0 1 1 20-20 20 20 0 0 1-20 20z\"]\n};\nvar faSortNumericUp = {\n prefix: 'fas',\n iconName: 'sort-numeric-up',\n icon: [448, 512, [], \"f163\", \"M330.17 258.91a79 79 0 0 0-55 54.17c-14.27 51.05 21.19 97.77 68.83 102.53a84.07 84.07 0 0 1-20.85 12.91c-7.57 3.4-10.8 12.47-8.18 20.34l9.9 20c2.87 8.63 12.53 13.49 20.9 9.91 58-24.76 86.25-61.61 86.25-132V336c-.02-51.21-48.4-91.34-101.85-77.09zM352 356a20 20 0 1 1 20-20 20 20 0 0 1-20 20zM304 96h16v64h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-16V48a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 304 96zM107.31 36.69a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31z\"]\n};\nvar faSortNumericUpAlt = {\n prefix: 'fas',\n iconName: 'sort-numeric-up-alt',\n icon: [448, 512, [], \"f887\", \"M107.31 36.69a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31zM400 416h-16V304a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 304 352h16v64h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM330.17 34.91a79 79 0 0 0-55 54.17c-14.27 51.05 21.19 97.77 68.83 102.53a84.07 84.07 0 0 1-20.85 12.91c-7.57 3.4-10.8 12.47-8.18 20.34l9.9 20c2.87 8.63 12.53 13.49 20.9 9.91 58-24.77 86.25-61.61 86.25-132V112c-.02-51.21-48.4-91.34-101.85-77.09zM352 132a20 20 0 1 1 20-20 20 20 0 0 1-20 20z\"]\n};\nvar faSortUp = {\n prefix: 'fas',\n iconName: 'sort-up',\n icon: [320, 512, [], \"f0de\", \"M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z\"]\n};\nvar faSpa = {\n prefix: 'fas',\n iconName: 'spa',\n icon: [576, 512, [], \"f5bb\", \"M568.25 192c-29.04.13-135.01 6.16-213.84 83-33.12 29.63-53.36 63.3-66.41 94.86-13.05-31.56-33.29-65.23-66.41-94.86-78.83-76.84-184.8-82.87-213.84-83-4.41-.02-7.79 3.4-7.75 7.82.23 27.92 7.14 126.14 88.77 199.3C172.79 480.94 256 480 288 480s115.19.95 199.23-80.88c81.64-73.17 88.54-171.38 88.77-199.3.04-4.42-3.34-7.84-7.75-7.82zM287.98 302.6c12.82-18.85 27.6-35.78 44.09-50.52 19.09-18.61 39.58-33.3 60.26-45.18-16.44-70.5-51.72-133.05-96.73-172.22-4.11-3.58-11.02-3.58-15.14 0-44.99 39.14-80.27 101.63-96.74 172.07 20.37 11.7 40.5 26.14 59.22 44.39a282.768 282.768 0 0 1 45.04 51.46z\"]\n};\nvar faSpaceShuttle = {\n prefix: 'fas',\n iconName: 'space-shuttle',\n icon: [640, 512, [], \"f197\", \"M592.604 208.244C559.735 192.836 515.777 184 472 184H186.327c-4.952-6.555-10.585-11.978-16.72-16H376C229.157 137.747 219.403 32 96.003 32H96v128H80V32c-26.51 0-48 28.654-48 64v64c-23.197 0-32 10.032-32 24v40c0 13.983 8.819 24 32 24v16c-23.197 0-32 10.032-32 24v40c0 13.983 8.819 24 32 24v64c0 35.346 21.49 64 48 64V352h16v128h.003c123.4 0 133.154-105.747 279.997-136H169.606c6.135-4.022 11.768-9.445 16.72-16H472c43.777 0 87.735-8.836 120.604-24.244C622.282 289.845 640 271.992 640 256s-17.718-33.845-47.396-47.756zM488 296a8 8 0 0 1-8-8v-64a8 8 0 0 1 8-8c31.909 0 31.942 80 0 80z\"]\n};\nvar faSpellCheck = {\n prefix: 'fas',\n iconName: 'spell-check',\n icon: [576, 512, [], \"f891\", \"M272 256h91.36c43.2 0 82-32.2 84.51-75.34a79.82 79.82 0 0 0-25.26-63.07 79.81 79.81 0 0 0 9.06-44.91C427.9 30.57 389.3 0 347 0h-75a16 16 0 0 0-16 16v224a16 16 0 0 0 16 16zm40-200h40a24 24 0 0 1 0 48h-40zm0 96h56a24 24 0 0 1 0 48h-56zM155.12 22.25A32 32 0 0 0 124.64 0H99.36a32 32 0 0 0-30.48 22.25L.59 235.73A16 16 0 0 0 16 256h24.93a16 16 0 0 0 15.42-11.73L68.29 208h87.42l11.94 36.27A16 16 0 0 0 183.07 256H208a16 16 0 0 0 15.42-20.27zM89.37 144L112 75.3l22.63 68.7zm482 132.48l-45.21-45.3a15.88 15.88 0 0 0-22.59 0l-151.5 151.5-55.41-55.5a15.88 15.88 0 0 0-22.59 0l-45.3 45.3a16 16 0 0 0 0 22.59l112 112.21a15.89 15.89 0 0 0 22.6 0l208-208.21a16 16 0 0 0-.02-22.59z\"]\n};\nvar faSpider = {\n prefix: 'fas',\n iconName: 'spider',\n icon: [576, 512, [], \"f717\", \"M151.17 167.35L177.1 176h4.67l5.22-26.12c.72-3.58 1.8-7.58 3.21-11.79l-20.29-40.58 23.8-71.39c2.79-8.38-1.73-17.44-10.12-20.24L168.42.82c-8.38-2.8-17.45 1.73-20.24 10.12l-25.89 77.68a32.04 32.04 0 0 0 1.73 24.43l27.15 54.3zm422.14 182.03l-52.75-79.12a32.002 32.002 0 0 0-26.62-14.25H416l68.99-24.36a32.03 32.03 0 0 0 16.51-12.61l53.6-80.41c4.9-7.35 2.91-17.29-4.44-22.19l-13.31-8.88c-7.35-4.9-17.29-2.91-22.19 4.44l-50.56 75.83L404.1 208H368l-10.37-51.85C355.44 145.18 340.26 96 288 96c-52.26 0-67.44 49.18-69.63 60.15L208 208h-36.1l-60.49-20.17L60.84 112c-4.9-7.35-14.83-9.34-22.19-4.44l-13.31 8.88c-7.35 4.9-9.34 14.83-4.44 22.19l53.6 80.41a32.03 32.03 0 0 0 16.51 12.61L160 256H82.06a32.02 32.02 0 0 0-26.63 14.25L2.69 349.38c-4.9 7.35-2.92 17.29 4.44 22.19l13.31 8.88c7.35 4.9 17.29 2.91 22.19-4.44l48-72h47.06l-60.83 97.33A31.988 31.988 0 0 0 72 418.3V496c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-73.11l74.08-118.53c-1.01 14.05-2.08 28.11-2.08 42.21C192 399.64 232.76 448 288 448s96-48.36 96-101.43c0-14.1-1.08-28.16-2.08-42.21L456 422.89V496c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-77.71c0-6-1.69-11.88-4.86-16.96L438.31 304h47.06l48 72c4.9 7.35 14.84 9.34 22.19 4.44l13.31-8.88c7.36-4.9 9.34-14.83 4.44-22.18zM406.09 97.51l-20.29 40.58c1.41 4.21 2.49 8.21 3.21 11.79l5.22 26.12h4.67l25.93-8.65 27.15-54.3a31.995 31.995 0 0 0 1.73-24.43l-25.89-77.68C425.03 2.56 415.96-1.98 407.58.82l-15.17 5.06c-8.38 2.8-12.91 11.86-10.12 20.24l23.8 71.39z\"]\n};\nvar faSpinner = {\n prefix: 'fas',\n iconName: 'spinner',\n icon: [512, 512, [], \"f110\", \"M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z\"]\n};\nvar faSplotch = {\n prefix: 'fas',\n iconName: 'splotch',\n icon: [512, 512, [], \"f5bc\", \"M472.29 195.89l-67.06-22.95c-19.28-6.6-33.54-20.92-38.14-38.3L351.1 74.19c-11.58-43.77-76.57-57.13-109.98-22.62l-46.14 47.67c-13.26 13.71-33.54 20.93-54.2 19.31l-71.88-5.62c-52.05-4.07-86.93 44.88-59.03 82.83l38.54 52.42c11.08 15.07 12.82 33.86 4.64 50.24L24.62 355.4c-20.59 41.25 22.84 84.87 73.49 73.81l69.96-15.28c20.11-4.39 41.45 0 57.07 11.73l54.32 40.83c39.32 29.56 101.04 7.57 104.45-37.22l4.7-61.86c1.35-17.79 12.8-33.86 30.63-42.99l62-31.74c44.88-22.96 39.59-80.17-8.95-96.79z\"]\n};\nvar faSprayCan = {\n prefix: 'fas',\n iconName: 'spray-can',\n icon: [512, 512, [], \"f5bd\", \"M224 32c0-17.67-14.33-32-32-32h-64c-17.67 0-32 14.33-32 32v96h128V32zm256 96c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32zm-256 32H96c-53.02 0-96 42.98-96 96v224c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V256c0-53.02-42.98-96-96-96zm-64 256c-44.18 0-80-35.82-80-80s35.82-80 80-80 80 35.82 80 80-35.82 80-80 80zM480 96c17.67 0 32-14.33 32-32s-14.33-32-32-32-32 14.33-32 32 14.33 32 32 32zm-96 32c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32zm-96-96c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32zm96 0c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32zm96 192c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32z\"]\n};\nvar faSquare = {\n prefix: 'fas',\n iconName: 'square',\n icon: [448, 512, [], \"f0c8\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"]\n};\nvar faSquareFull = {\n prefix: 'fas',\n iconName: 'square-full',\n icon: [512, 512, [], \"f45c\", \"M512 512H0V0h512v512z\"]\n};\nvar faSquareRootAlt = {\n prefix: 'fas',\n iconName: 'square-root-alt',\n icon: [576, 512, [], \"f698\", \"M571.31 251.31l-22.62-22.62c-6.25-6.25-16.38-6.25-22.63 0L480 274.75l-46.06-46.06c-6.25-6.25-16.38-6.25-22.63 0l-22.62 22.62c-6.25 6.25-6.25 16.38 0 22.63L434.75 320l-46.06 46.06c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L480 365.25l46.06 46.06c6.25 6.25 16.38 6.25 22.63 0l22.62-22.62c6.25-6.25 6.25-16.38 0-22.63L525.25 320l46.06-46.06c6.25-6.25 6.25-16.38 0-22.63zM552 0H307.65c-14.54 0-27.26 9.8-30.95 23.87l-84.79 322.8-58.41-106.1A32.008 32.008 0 0 0 105.47 224H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h43.62l88.88 163.73C168.99 503.5 186.3 512 204.94 512c17.27 0 44.44-9 54.28-41.48L357.03 96H552c13.25 0 24-10.75 24-24V24c0-13.26-10.75-24-24-24z\"]\n};\nvar faStamp = {\n prefix: 'fas',\n iconName: 'stamp',\n icon: [512, 512, [], \"f5bf\", \"M32 512h448v-64H32v64zm384-256h-66.56c-16.26 0-29.44-13.18-29.44-29.44v-9.46c0-27.37 8.88-53.41 21.46-77.72 9.11-17.61 12.9-38.39 9.05-60.42-6.77-38.78-38.47-70.7-77.26-77.45C212.62-9.04 160 37.33 160 96c0 14.16 3.12 27.54 8.69 39.58C182.02 164.43 192 194.7 192 226.49v.07c0 16.26-13.18 29.44-29.44 29.44H96c-53.02 0-96 42.98-96 96v32c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32v-32c0-53.02-42.98-96-96-96z\"]\n};\nvar faStar = {\n prefix: 'fas',\n iconName: 'star',\n icon: [576, 512, [], \"f005\", \"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"]\n};\nvar faStarAndCrescent = {\n prefix: 'fas',\n iconName: 'star-and-crescent',\n icon: [512, 512, [], \"f699\", \"M340.47 466.36c-1.45 0-6.89.46-9.18.46-116.25 0-210.82-94.57-210.82-210.82S215.04 45.18 331.29 45.18c2.32 0 7.7.46 9.18.46 7.13 0 13.33-5.03 14.75-12.07 1.46-7.25-2.55-14.49-9.47-17.09C316.58 5.54 286.39 0 256 0 114.84 0 0 114.84 0 256s114.84 256 256 256c30.23 0 60.28-5.49 89.32-16.32 5.96-2.02 10.28-7.64 10.28-14.26 0-8.09-6.39-15.06-15.13-15.06zm162.99-252.5l-76.38-11.1-34.16-69.21c-1.83-3.7-5.38-5.55-8.93-5.55s-7.1 1.85-8.93 5.55l-34.16 69.21-76.38 11.1c-8.17 1.18-11.43 11.22-5.52 16.99l55.27 53.87-13.05 76.07c-1.11 6.44 4.01 11.66 9.81 11.66 1.53 0 3.11-.36 4.64-1.17L384 335.37l68.31 35.91c1.53.8 3.11 1.17 4.64 1.17 5.8 0 10.92-5.23 9.81-11.66l-13.05-76.07 55.27-53.87c5.91-5.77 2.65-15.81-5.52-16.99z\"]\n};\nvar faStarHalf = {\n prefix: 'fas',\n iconName: 'star-half',\n icon: [576, 512, [], \"f089\", \"M288 0c-11.4 0-22.8 5.9-28.7 17.8L194 150.2 47.9 171.4c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.1 23 46 46.4 33.7L288 439.6V0z\"]\n};\nvar faStarHalfAlt = {\n prefix: 'fas',\n iconName: 'star-half-alt',\n icon: [536, 512, [], \"f5c0\", \"M508.55 171.51L362.18 150.2 296.77 17.81C290.89 5.98 279.42 0 267.95 0c-11.4 0-22.79 5.9-28.69 17.81l-65.43 132.38-146.38 21.29c-26.25 3.8-36.77 36.09-17.74 54.59l105.89 103-25.06 145.48C86.98 495.33 103.57 512 122.15 512c4.93 0 10-1.17 14.87-3.75l130.95-68.68 130.94 68.7c4.86 2.55 9.92 3.71 14.83 3.71 18.6 0 35.22-16.61 31.66-37.4l-25.03-145.49 105.91-102.98c19.04-18.5 8.52-50.8-17.73-54.6zm-121.74 123.2l-18.12 17.62 4.28 24.88 19.52 113.45-102.13-53.59-22.38-11.74.03-317.19 51.03 103.29 11.18 22.63 25.01 3.64 114.23 16.63-82.65 80.38z\"]\n};\nvar faStarOfDavid = {\n prefix: 'fas',\n iconName: 'star-of-david',\n icon: [464, 512, [], \"f69a\", \"M405.68 256l53.21-89.39C473.3 142.4 455.48 112 426.88 112H319.96l-55.95-93.98C256.86 6.01 244.43 0 232 0s-24.86 6.01-32.01 18.02L144.04 112H37.11c-28.6 0-46.42 30.4-32.01 54.61L58.32 256 5.1 345.39C-9.31 369.6 8.51 400 37.11 400h106.93l55.95 93.98C207.14 505.99 219.57 512 232 512s24.86-6.01 32.01-18.02L319.96 400h106.93c28.6 0 46.42-30.4 32.01-54.61L405.68 256zm-12.78-88l-19.8 33.26L353.3 168h39.6zm-52.39 88l-52.39 88H175.88l-52.39-88 52.38-88h112.25l52.39 88zM232 73.72L254.79 112h-45.57L232 73.72zM71.1 168h39.6l-19.8 33.26L71.1 168zm0 176l19.8-33.26L110.7 344H71.1zM232 438.28L209.21 400h45.57L232 438.28zM353.29 344l19.8-33.26L392.9 344h-39.61z\"]\n};\nvar faStarOfLife = {\n prefix: 'fas',\n iconName: 'star-of-life',\n icon: [480, 512, [], \"f621\", \"M471.99 334.43L336.06 256l135.93-78.43c7.66-4.42 10.28-14.2 5.86-21.86l-32.02-55.43c-4.42-7.65-14.21-10.28-21.87-5.86l-135.93 78.43V16c0-8.84-7.17-16-16.01-16h-64.04c-8.84 0-16.01 7.16-16.01 16v156.86L56.04 94.43c-7.66-4.42-17.45-1.79-21.87 5.86L2.15 155.71c-4.42 7.65-1.8 17.44 5.86 21.86L143.94 256 8.01 334.43c-7.66 4.42-10.28 14.21-5.86 21.86l32.02 55.43c4.42 7.65 14.21 10.27 21.87 5.86l135.93-78.43V496c0 8.84 7.17 16 16.01 16h64.04c8.84 0 16.01-7.16 16.01-16V339.14l135.93 78.43c7.66 4.42 17.45 1.8 21.87-5.86l32.02-55.43c4.42-7.65 1.8-17.43-5.86-21.85z\"]\n};\nvar faStepBackward = {\n prefix: 'fas',\n iconName: 'step-backward',\n icon: [448, 512, [], \"f048\", \"M64 468V44c0-6.6 5.4-12 12-12h48c6.6 0 12 5.4 12 12v176.4l195.5-181C352.1 22.3 384 36.6 384 64v384c0 27.4-31.9 41.7-52.5 24.6L136 292.7V468c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12z\"]\n};\nvar faStepForward = {\n prefix: 'fas',\n iconName: 'step-forward',\n icon: [448, 512, [], \"f051\", \"M384 44v424c0 6.6-5.4 12-12 12h-48c-6.6 0-12-5.4-12-12V291.6l-195.5 181C95.9 489.7 64 475.4 64 448V64c0-27.4 31.9-41.7 52.5-24.6L312 219.3V44c0-6.6 5.4-12 12-12h48c6.6 0 12 5.4 12 12z\"]\n};\nvar faStethoscope = {\n prefix: 'fas',\n iconName: 'stethoscope',\n icon: [512, 512, [], \"f0f1\", \"M447.1 112c-34.2.5-62.3 28.4-63 62.6-.5 24.3 12.5 45.6 32 56.8V344c0 57.3-50.2 104-112 104-60 0-109.2-44.1-111.9-99.2C265 333.8 320 269.2 320 192V36.6c0-11.4-8.1-21.3-19.3-23.5L237.8.5c-13-2.6-25.6 5.8-28.2 18.8L206.4 35c-2.6 13 5.8 25.6 18.8 28.2l30.7 6.1v121.4c0 52.9-42.2 96.7-95.1 97.2-53.4.5-96.9-42.7-96.9-96V69.4l30.7-6.1c13-2.6 21.4-15.2 18.8-28.2l-3.1-15.7C107.7 6.4 95.1-2 82.1.6L19.3 13C8.1 15.3 0 25.1 0 36.6V192c0 77.3 55.1 142 128.1 156.8C130.7 439.2 208.6 512 304 512c97 0 176-75.4 176-168V231.4c19.1-11.1 32-31.7 32-55.4 0-35.7-29.2-64.5-64.9-64zm.9 80c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z\"]\n};\nvar faStickyNote = {\n prefix: 'fas',\n iconName: 'sticky-note',\n icon: [448, 512, [], \"f249\", \"M312 320h136V56c0-13.3-10.7-24-24-24H24C10.7 32 0 42.7 0 56v400c0 13.3 10.7 24 24 24h264V344c0-13.2 10.8-24 24-24zm129 55l-98 98c-4.5 4.5-10.6 7-17 7h-6V352h128v6.1c0 6.3-2.5 12.4-7 16.9z\"]\n};\nvar faStop = {\n prefix: 'fas',\n iconName: 'stop',\n icon: [448, 512, [], \"f04d\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"]\n};\nvar faStopCircle = {\n prefix: 'fas',\n iconName: 'stop-circle',\n icon: [512, 512, [], \"f28d\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm96 328c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h160c8.8 0 16 7.2 16 16v160z\"]\n};\nvar faStopwatch = {\n prefix: 'fas',\n iconName: 'stopwatch',\n icon: [448, 512, [], \"f2f2\", \"M432 304c0 114.9-93.1 208-208 208S16 418.9 16 304c0-104 76.3-190.2 176-205.5V64h-28c-6.6 0-12-5.4-12-12V12c0-6.6 5.4-12 12-12h120c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-28v34.5c37.5 5.8 71.7 21.6 99.7 44.6l27.5-27.5c4.7-4.7 12.3-4.7 17 0l28.3 28.3c4.7 4.7 4.7 12.3 0 17l-29.4 29.4-.6.6C419.7 223.3 432 262.2 432 304zm-176 36V188.5c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12V340c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12z\"]\n};\nvar faStopwatch20 = {\n prefix: 'fas',\n iconName: 'stopwatch-20',\n icon: [448, 512, [], \"e06f\", \"M398.5,190.91l.59-.61,26.59-26.58a16,16,0,0,0,0-22.63L403,118.41a16,16,0,0,0-22.63,0l-24.68,24.68A206.68,206.68,0,0,0,256,98.5V64h32a16,16,0,0,0,16-16V16A16,16,0,0,0,288,0H160a16.05,16.05,0,0,0-16,16V48a16.05,16.05,0,0,0,16,16h32V98.5A207.92,207.92,0,0,0,16.09,297.57C12.64,411.5,106.76,510.22,220.72,512,337.13,513.77,432,420,432,304A206,206,0,0,0,398.5,190.91ZM204.37,377.55a8.2,8.2,0,0,1,8.32,8.07v22.31a8.2,8.2,0,0,1-8.32,8.07H121.52a16.46,16.46,0,0,1-16.61-17.62c2.78-35.22,14.67-57.41,38.45-91.37,20.42-29.19,27.1-37.32,27.1-62.34,0-16.92-1.79-24.27-12.21-24.27-9.39,0-12.69,7.4-12.69,22.68v5.23a8.2,8.2,0,0,1-8.33,8.07h-24.9a8.2,8.2,0,0,1-8.33-8.07v-4.07c0-27.3,8.48-60.24,56.43-60.24,43,0,55.57,25.85,55.57,61,0,35.58-12.44,51.21-34.35,81.31-11.56,15-24.61,35.57-26.41,51.2ZM344,352.32c0,35.16-12.3,63.68-57.23,63.68C243.19,416,232,386.48,232,352.55V247.22c0-40.73,19.58-63.22,56.2-63.22C325,184,344,206.64,344,245.3ZM287.87,221.73c-9.41,0-13.23,7.5-13.23,20V357.68c0,13.11,3.59,20.59,13.23,20.59s13-8,13-21.27V241.06C300.89,229.79,297.88,221.73,287.87,221.73Z\"]\n};\nvar faStore = {\n prefix: 'fas',\n iconName: 'store',\n icon: [616, 512, [], \"f54e\", \"M602 118.6L537.1 15C531.3 5.7 521 0 510 0H106C95 0 84.7 5.7 78.9 15L14 118.6c-33.5 53.5-3.8 127.9 58.8 136.4 4.5.6 9.1.9 13.7.9 29.6 0 55.8-13 73.8-33.1 18 20.1 44.3 33.1 73.8 33.1 29.6 0 55.8-13 73.8-33.1 18 20.1 44.3 33.1 73.8 33.1 29.6 0 55.8-13 73.8-33.1 18.1 20.1 44.3 33.1 73.8 33.1 4.7 0 9.2-.3 13.7-.9 62.8-8.4 92.6-82.8 59-136.4zM529.5 288c-10 0-19.9-1.5-29.5-3.8V384H116v-99.8c-9.6 2.2-19.5 3.8-29.5 3.8-6 0-12.1-.4-18-1.2-5.6-.8-11.1-2.1-16.4-3.6V480c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32V283.2c-5.4 1.6-10.8 2.9-16.4 3.6-6.1.8-12.1 1.2-18.2 1.2z\"]\n};\nvar faStoreAlt = {\n prefix: 'fas',\n iconName: 'store-alt',\n icon: [640, 512, [], \"f54f\", \"M320 384H128V224H64v256c0 17.7 14.3 32 32 32h256c17.7 0 32-14.3 32-32V224h-64v160zm314.6-241.8l-85.3-128c-6-8.9-16-14.2-26.7-14.2H117.4c-10.7 0-20.7 5.3-26.6 14.2l-85.3 128c-14.2 21.3 1 49.8 26.6 49.8H608c25.5 0 40.7-28.5 26.6-49.8zM512 496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V224h-64v272z\"]\n};\nvar faStoreAltSlash = {\n prefix: 'fas',\n iconName: 'store-alt-slash',\n icon: [640, 512, [], \"e070\", \"M17.89,123.62,5.51,142.2c-14.2,21.3,1,49.8,26.59,49.8h74.26ZM576,413.42V224H512V364L384,265V224H330.92l-41.4-32H608c25.5,0,40.7-28.5,26.59-49.8l-85.29-128A32.18,32.18,0,0,0,522.6,0H117.42A31.87,31.87,0,0,0,90.81,14.2l-10.66,16L45.46,3.38A16,16,0,0,0,23,6.19L3.37,31.46A16,16,0,0,0,6.18,53.91L594.53,508.63A16,16,0,0,0,617,505.81l19.64-25.26a16,16,0,0,0-2.81-22.45ZM320,384H128V224H64V480a32,32,0,0,0,32,32H352a32,32,0,0,0,32-32V406.59l-64-49.47Z\"]\n};\nvar faStoreSlash = {\n prefix: 'fas',\n iconName: 'store-slash',\n icon: [640, 512, [], \"e071\", \"M121.51,384V284.2a119.43,119.43,0,0,1-28,3.8,123.46,123.46,0,0,1-17.1-1.2,114.88,114.88,0,0,1-15.58-3.6V480c0,17.7,13.59,32,30.4,32H505.75L348.42,384Zm-28-128.09c25.1,0,47.29-10.72,64-27.24L24,120.05c-30.52,53.39-2.45,126.53,56.49,135A95.68,95.68,0,0,0,93.48,255.91ZM602.13,458.09,547.2,413.41V283.2a93.5,93.5,0,0,1-15.57,3.6,127.31,127.31,0,0,1-17.29,1.2,114.89,114.89,0,0,1-28-3.8v79.68L348.52,251.77a88.06,88.06,0,0,0,25.41,4.14c28.11,0,53-13,70.11-33.11,17.19,20.11,42.08,33.11,70.11,33.11a94.31,94.31,0,0,0,13-.91c59.66-8.41,88-82.8,56.06-136.4L521.55,15A30.1,30.1,0,0,0,495.81,0H112A30.11,30.11,0,0,0,86.27,15L76.88,30.78,43.19,3.38A14.68,14.68,0,0,0,21.86,6.19L3.2,31.45A16.58,16.58,0,0,0,5.87,53.91L564.81,508.63a14.69,14.69,0,0,0,21.33-2.82l18.66-25.26A16.58,16.58,0,0,0,602.13,458.09Z\"]\n};\nvar faStream = {\n prefix: 'fas',\n iconName: 'stream',\n icon: [512, 512, [], \"f550\", \"M16 128h416c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H16C7.16 32 0 39.16 0 48v64c0 8.84 7.16 16 16 16zm480 80H80c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm-64 176H16c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16z\"]\n};\nvar faStreetView = {\n prefix: 'fas',\n iconName: 'street-view',\n icon: [512, 512, [], \"f21d\", \"M367.9 329.76c-4.62 5.3-9.78 10.1-15.9 13.65v22.94c66.52 9.34 112 28.05 112 49.65 0 30.93-93.12 56-208 56S48 446.93 48 416c0-21.6 45.48-40.3 112-49.65v-22.94c-6.12-3.55-11.28-8.35-15.9-13.65C58.87 345.34 0 378.05 0 416c0 53.02 114.62 96 256 96s256-42.98 256-96c0-37.95-58.87-70.66-144.1-86.24zM256 128c35.35 0 64-28.65 64-64S291.35 0 256 0s-64 28.65-64 64 28.65 64 64 64zm-64 192v96c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-96c17.67 0 32-14.33 32-32v-96c0-26.51-21.49-48-48-48h-11.8c-11.07 5.03-23.26 8-36.2 8s-25.13-2.97-36.2-8H208c-26.51 0-48 21.49-48 48v96c0 17.67 14.33 32 32 32z\"]\n};\nvar faStrikethrough = {\n prefix: 'fas',\n iconName: 'strikethrough',\n icon: [512, 512, [], \"f0cc\", \"M496 224H293.9l-87.17-26.83A43.55 43.55 0 0 1 219.55 112h66.79A49.89 49.89 0 0 1 331 139.58a16 16 0 0 0 21.46 7.15l42.94-21.47a16 16 0 0 0 7.16-21.46l-.53-1A128 128 0 0 0 287.51 32h-68a123.68 123.68 0 0 0-123 135.64c2 20.89 10.1 39.83 21.78 56.36H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h480a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-180.24 96A43 43 0 0 1 336 356.45 43.59 43.59 0 0 1 292.45 400h-66.79A49.89 49.89 0 0 1 181 372.42a16 16 0 0 0-21.46-7.15l-42.94 21.47a16 16 0 0 0-7.16 21.46l.53 1A128 128 0 0 0 224.49 480h68a123.68 123.68 0 0 0 123-135.64 114.25 114.25 0 0 0-5.34-24.36z\"]\n};\nvar faStroopwafel = {\n prefix: 'fas',\n iconName: 'stroopwafel',\n icon: [512, 512, [], \"f551\", \"M188.12 210.74L142.86 256l45.25 45.25L233.37 256l-45.25-45.26zm113.13-22.62L256 142.86l-45.25 45.25L256 233.37l45.25-45.25zm-90.5 135.76L256 369.14l45.26-45.26L256 278.63l-45.25 45.25zM256 0C114.62 0 0 114.62 0 256s114.62 256 256 256 256-114.62 256-256S397.38 0 256 0zm186.68 295.6l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0l-28.29-28.29-45.25 45.25 33.94 33.94 16.97-16.97c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31l-16.97 16.97 16.97 16.97c3.12 3.12 3.12 8.19 0 11.31l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0l-16.97-16.97-16.97 16.97c-3.12 3.12-8.19 3.12-11.31 0l-11.31-11.31c-3.12-3.12-3.12-8.19 0-11.31l16.97-16.97-33.94-33.94-45.26 45.26 28.29 28.29c3.12 3.12 3.12 8.19 0 11.31l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0L256 414.39l-28.29 28.29c-3.12 3.12-8.19 3.12-11.31 0l-11.31-11.31c-3.12-3.12-3.12-8.19 0-11.31l28.29-28.29-45.25-45.26-33.94 33.94 16.97 16.97c3.12 3.12 3.12 8.19 0 11.31l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0l-16.97-16.97-16.97 16.97c-3.12 3.12-8.19 3.12-11.31 0l-11.31-11.31c-3.12-3.12-3.12-8.19 0-11.31l16.97-16.97-16.97-16.97c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0l16.97 16.97 33.94-33.94-45.25-45.25-28.29 28.29c-3.12 3.12-8.19 3.12-11.31 0L69.32 295.6c-3.12-3.12-3.12-8.19 0-11.31L97.61 256l-28.29-28.29c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0l28.29 28.29 45.25-45.26-33.94-33.94-16.97 16.97c-3.12 3.12-8.19 3.12-11.31 0l-11.31-11.31c-3.12-3.12-3.12-8.19 0-11.31l16.97-16.97-16.97-16.97c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0l16.97 16.97 16.97-16.97c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31l-16.97 16.97 33.94 33.94 45.26-45.25-28.29-28.29c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0L256 97.61l28.29-28.29c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31l-28.29 28.29 45.26 45.25 33.94-33.94-16.97-16.97c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0l16.97 16.97 16.97-16.97c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31l-16.97 16.97 16.97 16.97c3.12 3.12 3.12 8.19 0 11.31l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0l-16.97-16.97-33.94 33.94 45.25 45.26 28.29-28.29c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31L414.39 256l28.29 28.28a8.015 8.015 0 0 1 0 11.32zM278.63 256l45.26 45.25L369.14 256l-45.25-45.26L278.63 256z\"]\n};\nvar faSubscript = {\n prefix: 'fas',\n iconName: 'subscript',\n icon: [512, 512, [], \"f12c\", \"M496 448h-16V304a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 400 352h16v96h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM336 64h-67a16 16 0 0 0-13.14 6.87l-79.9 115-79.9-115A16 16 0 0 0 83 64H16A16 16 0 0 0 0 80v48a16 16 0 0 0 16 16h33.48l77.81 112-77.81 112H16a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h67a16 16 0 0 0 13.14-6.87l79.9-115 79.9 115A16 16 0 0 0 269 448h67a16 16 0 0 0 16-16v-48a16 16 0 0 0-16-16h-33.48l-77.81-112 77.81-112H336a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16z\"]\n};\nvar faSubway = {\n prefix: 'fas',\n iconName: 'subway',\n icon: [448, 512, [], \"f239\", \"M448 96v256c0 51.815-61.624 96-130.022 96l62.98 49.721C386.905 502.417 383.562 512 376 512H72c-7.578 0-10.892-9.594-4.957-14.279L130.022 448C61.82 448 0 403.954 0 352V96C0 42.981 64 0 128 0h192c65 0 128 42.981 128 96zM200 232V120c0-13.255-10.745-24-24-24H72c-13.255 0-24 10.745-24 24v112c0 13.255 10.745 24 24 24h104c13.255 0 24-10.745 24-24zm200 0V120c0-13.255-10.745-24-24-24H272c-13.255 0-24 10.745-24 24v112c0 13.255 10.745 24 24 24h104c13.255 0 24-10.745 24-24zm-48 56c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm-256 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48z\"]\n};\nvar faSuitcase = {\n prefix: 'fas',\n iconName: 'suitcase',\n icon: [512, 512, [], \"f0f2\", \"M128 480h256V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v400zm64-384h128v32H192V96zm320 80v256c0 26.5-21.5 48-48 48h-48V128h48c26.5 0 48 21.5 48 48zM96 480H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h48v352z\"]\n};\nvar faSuitcaseRolling = {\n prefix: 'fas',\n iconName: 'suitcase-rolling',\n icon: [384, 512, [], \"f5c1\", \"M336 160H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h16v16c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-16h128v16c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-16h16c26.51 0 48-21.49 48-48V208c0-26.51-21.49-48-48-48zm-16 216c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h240c4.42 0 8 3.58 8 8v16zm0-96c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h240c4.42 0 8 3.58 8 8v16zM144 48h96v80h48V48c0-26.51-21.49-48-48-48h-96c-26.51 0-48 21.49-48 48v80h48V48z\"]\n};\nvar faSun = {\n prefix: 'fas',\n iconName: 'sun',\n icon: [512, 512, [], \"f185\", \"M256 160c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96zm246.4 80.5l-94.7-47.3 33.5-100.4c4.5-13.6-8.4-26.5-21.9-21.9l-100.4 33.5-47.4-94.8c-6.4-12.8-24.6-12.8-31 0l-47.3 94.7L92.7 70.8c-13.6-4.5-26.5 8.4-21.9 21.9l33.5 100.4-94.7 47.4c-12.8 6.4-12.8 24.6 0 31l94.7 47.3-33.5 100.5c-4.5 13.6 8.4 26.5 21.9 21.9l100.4-33.5 47.3 94.7c6.4 12.8 24.6 12.8 31 0l47.3-94.7 100.4 33.5c13.6 4.5 26.5-8.4 21.9-21.9l-33.5-100.4 94.7-47.3c13-6.5 13-24.7.2-31.1zm-155.9 106c-49.9 49.9-131.1 49.9-181 0-49.9-49.9-49.9-131.1 0-181 49.9-49.9 131.1-49.9 181 0 49.9 49.9 49.9 131.1 0 181z\"]\n};\nvar faSuperscript = {\n prefix: 'fas',\n iconName: 'superscript',\n icon: [512, 512, [], \"f12b\", \"M496 160h-16V16a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 400 64h16v96h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM336 64h-67a16 16 0 0 0-13.14 6.87l-79.9 115-79.9-115A16 16 0 0 0 83 64H16A16 16 0 0 0 0 80v48a16 16 0 0 0 16 16h33.48l77.81 112-77.81 112H16a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h67a16 16 0 0 0 13.14-6.87l79.9-115 79.9 115A16 16 0 0 0 269 448h67a16 16 0 0 0 16-16v-48a16 16 0 0 0-16-16h-33.48l-77.81-112 77.81-112H336a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16z\"]\n};\nvar faSurprise = {\n prefix: 'fas',\n iconName: 'surprise',\n icon: [496, 512, [], \"f5c2\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM136 208c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm112 208c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm80-176c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faSwatchbook = {\n prefix: 'fas',\n iconName: 'swatchbook',\n icon: [512, 512, [], \"f5c3\", \"M434.66,167.71h0L344.5,77.36a31.83,31.83,0,0,0-45-.07h0l-.07.07L224,152.88V424L434.66,212.9A32,32,0,0,0,434.66,167.71ZM480,320H373.09L186.68,506.51c-2.06,2.07-4.5,3.58-6.68,5.49H480a32,32,0,0,0,32-32V352A32,32,0,0,0,480,320ZM192,32A32,32,0,0,0,160,0H32A32,32,0,0,0,0,32V416a96,96,0,0,0,192,0ZM96,440a24,24,0,1,1,24-24A24,24,0,0,1,96,440Zm32-184H64V192h64Zm0-128H64V64h64Z\"]\n};\nvar faSwimmer = {\n prefix: 'fas',\n iconName: 'swimmer',\n icon: [640, 512, [], \"f5c4\", \"M189.61 310.58c3.54 3.26 15.27 9.42 34.39 9.42s30.86-6.16 34.39-9.42c16.02-14.77 34.5-22.58 53.46-22.58h16.3c18.96 0 37.45 7.81 53.46 22.58 3.54 3.26 15.27 9.42 34.39 9.42s30.86-6.16 34.39-9.42c14.86-13.71 31.88-21.12 49.39-22.16l-112.84-80.6 18-12.86c3.64-2.58 8.28-3.52 12.62-2.61l100.35 21.53c25.91 5.53 51.44-10.97 57-36.88 5.55-25.92-10.95-51.44-36.88-57L437.68 98.47c-30.73-6.58-63.02.12-88.56 18.38l-80.02 57.17c-10.38 7.39-19.36 16.44-26.72 26.94L173.75 299c5.47 3.23 10.82 6.93 15.86 11.58zM624 352h-16c-26.04 0-45.8-8.42-56.09-17.9-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C461.8 343.58 442.04 352 416 352s-45.8-8.42-56.09-17.9c-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C269.8 343.58 250.04 352 224 352s-45.8-8.42-56.09-17.9c-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C77.8 343.58 58.04 352 32 352H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h16c38.62 0 72.72-12.19 96-31.84 23.28 19.66 57.38 31.84 96 31.84s72.72-12.19 96-31.84c23.28 19.66 57.38 31.84 96 31.84s72.72-12.19 96-31.84c23.28 19.66 57.38 31.84 96 31.84h16c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-512-96c44.18 0 80-35.82 80-80s-35.82-80-80-80-80 35.82-80 80 35.82 80 80 80z\"]\n};\nvar faSwimmingPool = {\n prefix: 'fas',\n iconName: 'swimming-pool',\n icon: [640, 512, [], \"f5c5\", \"M624 416h-16c-26.04 0-45.8-8.42-56.09-17.9-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C461.8 407.58 442.04 416 416 416s-45.8-8.42-56.09-17.9c-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C269.8 407.58 250.04 416 224 416s-45.8-8.42-56.09-17.9c-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C77.8 407.58 58.04 416 32 416H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h16c38.62 0 72.72-12.19 96-31.84 23.28 19.66 57.38 31.84 96 31.84s72.72-12.19 96-31.84c23.28 19.66 57.38 31.84 96 31.84s72.72-12.19 96-31.84c23.28 19.66 57.38 31.84 96 31.84h16c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-400-32v-96h192v96c19.12 0 30.86-6.16 34.39-9.42 9.17-8.46 19.2-14.34 29.61-18.07V128c0-17.64 14.36-32 32-32s32 14.36 32 32v16c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-16c0-52.94-43.06-96-96-96s-96 43.06-96 96v96H224v-96c0-17.64 14.36-32 32-32s32 14.36 32 32v16c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-16c0-52.94-43.06-96-96-96s-96 43.06-96 96v228.5c10.41 3.73 20.44 9.62 29.61 18.07 3.53 3.27 15.27 9.43 34.39 9.43z\"]\n};\nvar faSynagogue = {\n prefix: 'fas',\n iconName: 'synagogue',\n icon: [640, 512, [], \"f69b\", \"M70 196.51L6.67 268.29A26.643 26.643 0 0 0 0 285.93V512h128V239.58l-38-43.07c-5.31-6.01-14.69-6.01-20 0zm563.33 71.78L570 196.51c-5.31-6.02-14.69-6.02-20 0l-38 43.07V512h128V285.93c0-6.5-2.37-12.77-6.67-17.64zM339.99 7.01c-11.69-9.35-28.29-9.35-39.98 0l-128 102.4A32.005 32.005 0 0 0 160 134.4V512h96v-92.57c0-31.88 21.78-61.43 53.25-66.55C349.34 346.35 384 377.13 384 416v96h96V134.4c0-9.72-4.42-18.92-12.01-24.99l-128-102.4zm52.07 215.55c1.98 3.15-.29 7.24-4 7.24h-38.94L324 269.79c-1.85 2.95-6.15 2.95-8 0l-25.12-39.98h-38.94c-3.72 0-5.98-4.09-4-7.24l19.2-30.56-19.2-30.56c-1.98-3.15.29-7.24 4-7.24h38.94l25.12-40c1.85-2.95 6.15-2.95 8 0l25.12 39.98h38.95c3.71 0 5.98 4.09 4 7.24L372.87 192l19.19 30.56z\"]\n};\nvar faSync = {\n prefix: 'fas',\n iconName: 'sync',\n icon: [512, 512, [], \"f021\", \"M440.65 12.57l4 82.77A247.16 247.16 0 0 0 255.83 8C134.73 8 33.91 94.92 12.29 209.82A12 12 0 0 0 24.09 224h49.05a12 12 0 0 0 11.67-9.26 175.91 175.91 0 0 1 317-56.94l-101.46-4.86a12 12 0 0 0-12.57 12v47.41a12 12 0 0 0 12 12H500a12 12 0 0 0 12-12V12a12 12 0 0 0-12-12h-47.37a12 12 0 0 0-11.98 12.57zM255.83 432a175.61 175.61 0 0 1-146-77.8l101.8 4.87a12 12 0 0 0 12.57-12v-47.4a12 12 0 0 0-12-12H12a12 12 0 0 0-12 12V500a12 12 0 0 0 12 12h47.35a12 12 0 0 0 12-12.6l-4.15-82.57A247.17 247.17 0 0 0 255.83 504c121.11 0 221.93-86.92 243.55-201.82a12 12 0 0 0-11.8-14.18h-49.05a12 12 0 0 0-11.67 9.26A175.86 175.86 0 0 1 255.83 432z\"]\n};\nvar faSyncAlt = {\n prefix: 'fas',\n iconName: 'sync-alt',\n icon: [512, 512, [], \"f2f1\", \"M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z\"]\n};\nvar faSyringe = {\n prefix: 'fas',\n iconName: 'syringe',\n icon: [512, 512, [], \"f48e\", \"M201.5 174.8l55.7 55.8c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-55.7-55.8-45.3 45.3 55.8 55.8c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0L111 265.2l-26.4 26.4c-17.3 17.3-25.6 41.1-23 65.4l7.1 63.6L2.3 487c-3.1 3.1-3.1 8.2 0 11.3l11.3 11.3c3.1 3.1 8.2 3.1 11.3 0l66.3-66.3 63.6 7.1c23.9 2.6 47.9-5.4 65.4-23l181.9-181.9-135.7-135.7-64.9 65zm308.2-93.3L430.5 2.3c-3.1-3.1-8.2-3.1-11.3 0l-11.3 11.3c-3.1 3.1-3.1 8.2 0 11.3l28.3 28.3-45.3 45.3-56.6-56.6-17-17c-3.1-3.1-8.2-3.1-11.3 0l-33.9 33.9c-3.1 3.1-3.1 8.2 0 11.3l17 17L424.8 223l17 17c3.1 3.1 8.2 3.1 11.3 0l33.9-34c3.1-3.1 3.1-8.2 0-11.3l-73.5-73.5 45.3-45.3 28.3 28.3c3.1 3.1 8.2 3.1 11.3 0l11.3-11.3c3.1-3.2 3.1-8.2 0-11.4z\"]\n};\nvar faTable = {\n prefix: 'fas',\n iconName: 'table',\n icon: [512, 512, [], \"f0ce\", \"M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM224 416H64v-96h160v96zm0-160H64v-96h160v96zm224 160H288v-96h160v96zm0-160H288v-96h160v96z\"]\n};\nvar faTableTennis = {\n prefix: 'fas',\n iconName: 'table-tennis',\n icon: [512, 512, [], \"f45d\", \"M496.2 296.5C527.7 218.7 512 126.2 449 63.1 365.1-21 229-21 145.1 63.1l-56 56.1 211.5 211.5c46.1-62.1 131.5-77.4 195.6-34.2zm-217.9 79.7L57.9 155.9c-27.3 45.3-21.7 105 17.3 144.1l34.5 34.6L6.7 424c-8.6 7.5-9.1 20.7-1 28.8l53.4 53.5c8 8.1 21.2 7.6 28.7-1L177.1 402l35.7 35.7c19.7 19.7 44.6 30.5 70.3 33.3-7.1-17-11-35.6-11-55.1-.1-13.8 2.5-27 6.2-39.7zM416 320c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96z\"]\n};\nvar faTablet = {\n prefix: 'fas',\n iconName: 'tablet',\n icon: [448, 512, [], \"f10a\", \"M400 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM224 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faTabletAlt = {\n prefix: 'fas',\n iconName: 'tablet-alt',\n icon: [448, 512, [], \"f3fa\", \"M400 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM224 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm176-108c0 6.6-5.4 12-12 12H60c-6.6 0-12-5.4-12-12V60c0-6.6 5.4-12 12-12h328c6.6 0 12 5.4 12 12v312z\"]\n};\nvar faTablets = {\n prefix: 'fas',\n iconName: 'tablets',\n icon: [640, 512, [], \"f490\", \"M160 192C78.9 192 12.5 250.5.1 326.7c-.8 4.8 3.3 9.3 8.3 9.3h303.3c5 0 9.1-4.5 8.3-9.3C307.5 250.5 241.1 192 160 192zm151.6 176H8.4c-5 0-9.1 4.5-8.3 9.3C12.5 453.5 78.9 512 160 512s147.5-58.5 159.9-134.7c.8-4.8-3.3-9.3-8.3-9.3zM593.4 46.6c-56.5-56.5-144.2-61.4-206.9-16-4 2.9-4.3 8.9-.8 12.3L597 254.3c3.5 3.5 9.5 3.2 12.3-.8 45.5-62.7 40.6-150.4-15.9-206.9zM363 65.7c-3.5-3.5-9.5-3.2-12.3.8-45.4 62.7-40.5 150.4 15.9 206.9 56.5 56.5 144.2 61.4 206.9 15.9 4-2.9 4.3-8.9.8-12.3L363 65.7z\"]\n};\nvar faTachometerAlt = {\n prefix: 'fas',\n iconName: 'tachometer-alt',\n icon: [576, 512, [], \"f3fd\", \"M288 32C128.94 32 0 160.94 0 320c0 52.8 14.25 102.26 39.06 144.8 5.61 9.62 16.3 15.2 27.44 15.2h443c11.14 0 21.83-5.58 27.44-15.2C561.75 422.26 576 372.8 576 320c0-159.06-128.94-288-288-288zm0 64c14.71 0 26.58 10.13 30.32 23.65-1.11 2.26-2.64 4.23-3.45 6.67l-9.22 27.67c-5.13 3.49-10.97 6.01-17.64 6.01-17.67 0-32-14.33-32-32S270.33 96 288 96zM96 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm48-160c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm246.77-72.41l-61.33 184C343.13 347.33 352 364.54 352 384c0 11.72-3.38 22.55-8.88 32H232.88c-5.5-9.45-8.88-20.28-8.88-32 0-33.94 26.5-61.43 59.9-63.59l61.34-184.01c4.17-12.56 17.73-19.45 30.36-15.17 12.57 4.19 19.35 17.79 15.17 30.36zm14.66 57.2l15.52-46.55c3.47-1.29 7.13-2.23 11.05-2.23 17.67 0 32 14.33 32 32s-14.33 32-32 32c-11.38-.01-20.89-6.28-26.57-15.22zM480 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faTag = {\n prefix: 'fas',\n iconName: 'tag',\n icon: [512, 512, [], \"f02b\", \"M0 252.118V48C0 21.49 21.49 0 48 0h204.118a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882L293.823 497.941c-18.745 18.745-49.137 18.745-67.882 0L14.059 286.059A48 48 0 0 1 0 252.118zM112 64c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48z\"]\n};\nvar faTags = {\n prefix: 'fas',\n iconName: 'tags',\n icon: [640, 512, [], \"f02c\", \"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"]\n};\nvar faTape = {\n prefix: 'fas',\n iconName: 'tape',\n icon: [640, 512, [], \"f4db\", \"M224 192c-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64-28.7-64-64-64zm400 224H380.6c41.5-40.7 67.4-97.3 67.4-160 0-123.7-100.3-224-224-224S0 132.3 0 256s100.3 224 224 224h400c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm-400-64c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96z\"]\n};\nvar faTasks = {\n prefix: 'fas',\n iconName: 'tasks',\n icon: [512, 512, [], \"f0ae\", \"M139.61 35.5a12 12 0 0 0-17 0L58.93 98.81l-22.7-22.12a12 12 0 0 0-17 0L3.53 92.41a12 12 0 0 0 0 17l47.59 47.4a12.78 12.78 0 0 0 17.61 0l15.59-15.62L156.52 69a12.09 12.09 0 0 0 .09-17zm0 159.19a12 12 0 0 0-17 0l-63.68 63.72-22.7-22.1a12 12 0 0 0-17 0L3.53 252a12 12 0 0 0 0 17L51 316.5a12.77 12.77 0 0 0 17.6 0l15.7-15.69 72.2-72.22a12 12 0 0 0 .09-16.9zM64 368c-26.49 0-48.59 21.5-48.59 48S37.53 464 64 464a48 48 0 0 0 0-96zm432 16H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faTaxi = {\n prefix: 'fas',\n iconName: 'taxi',\n icon: [512, 512, [], \"f1ba\", \"M462 241.64l-22-84.84c-9.6-35.2-41.6-60.8-76.8-60.8H352V64c0-17.67-14.33-32-32-32H192c-17.67 0-32 14.33-32 32v32h-11.2c-35.2 0-67.2 25.6-76.8 60.8l-22 84.84C21.41 248.04 0 273.47 0 304v48c0 23.63 12.95 44.04 32 55.12V448c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-40.88c19.05-11.09 32-31.5 32-55.12v-48c0-30.53-21.41-55.96-50-62.36zM96 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm20.55-112l17.2-66.36c2.23-8.16 9.59-13.64 15.06-13.64h214.4c5.47 0 12.83 5.48 14.85 12.86L395.45 240h-278.9zM416 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faTeeth = {\n prefix: 'fas',\n iconName: 'teeth',\n icon: [640, 512, [], \"f62e\", \"M544 0H96C42.98 0 0 42.98 0 96v320c0 53.02 42.98 96 96 96h448c53.02 0 96-42.98 96-96V96c0-53.02-42.98-96-96-96zM160 368c0 26.51-21.49 48-48 48s-48-21.49-48-48v-64c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v64zm0-128c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-64c0-26.51 21.49-48 48-48s48 21.49 48 48v64zm144 120c0 30.93-25.07 56-56 56s-56-25.07-56-56v-56c0-8.84 7.16-16 16-16h80c8.84 0 16 7.16 16 16v56zm0-120c0 8.84-7.16 16-16 16h-80c-8.84 0-16-7.16-16-16v-88c0-30.93 25.07-56 56-56s56 25.07 56 56v88zm144 120c0 30.93-25.07 56-56 56s-56-25.07-56-56v-56c0-8.84 7.16-16 16-16h80c8.84 0 16 7.16 16 16v56zm0-120c0 8.84-7.16 16-16 16h-80c-8.84 0-16-7.16-16-16v-88c0-30.93 25.07-56 56-56s56 25.07 56 56v88zm128 128c0 26.51-21.49 48-48 48s-48-21.49-48-48v-64c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v64zm0-128c0 8.84-7.16 16-16 16h-64c-8.84 0-16-7.16-16-16v-64c0-26.51 21.49-48 48-48s48 21.49 48 48v64z\"]\n};\nvar faTeethOpen = {\n prefix: 'fas',\n iconName: 'teeth-open',\n icon: [640, 512, [], \"f62f\", \"M544 0H96C42.98 0 0 42.98 0 96v64c0 35.35 28.66 64 64 64h512c35.34 0 64-28.65 64-64V96c0-53.02-42.98-96-96-96zM160 176c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-32c0-26.51 21.49-48 48-48s48 21.49 48 48v32zm144 0c0 8.84-7.16 16-16 16h-80c-8.84 0-16-7.16-16-16v-56c0-30.93 25.07-56 56-56s56 25.07 56 56v56zm144 0c0 8.84-7.16 16-16 16h-80c-8.84 0-16-7.16-16-16v-56c0-30.93 25.07-56 56-56s56 25.07 56 56v56zm128 0c0 8.84-7.16 16-16 16h-64c-8.84 0-16-7.16-16-16v-32c0-26.51 21.49-48 48-48s48 21.49 48 48v32zm0 144H64c-35.34 0-64 28.65-64 64v32c0 53.02 42.98 96 96 96h448c53.02 0 96-42.98 96-96v-32c0-35.35-28.66-64-64-64zm-416 80c0 26.51-21.49 48-48 48s-48-21.49-48-48v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32zm144-8c0 30.93-25.07 56-56 56s-56-25.07-56-56v-24c0-8.84 7.16-16 16-16h80c8.84 0 16 7.16 16 16v24zm144 0c0 30.93-25.07 56-56 56s-56-25.07-56-56v-24c0-8.84 7.16-16 16-16h80c8.84 0 16 7.16 16 16v24zm128 8c0 26.51-21.49 48-48 48s-48-21.49-48-48v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32z\"]\n};\nvar faTemperatureHigh = {\n prefix: 'fas',\n iconName: 'temperature-high',\n icon: [512, 512, [], \"f769\", \"M416 0c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96zm0 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm-160-16C256 50.1 205.9 0 144 0S32 50.1 32 112v166.5C12.3 303.2 0 334 0 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-34-12.3-64.9-32-89.5V112zM144 448c-44.1 0-80-35.9-80-80 0-25.5 12.2-48.9 32-63.8V112c0-26.5 21.5-48 48-48s48 21.5 48 48v192.2c19.8 14.8 32 38.3 32 63.8 0 44.1-35.9 80-80 80zm16-125.1V112c0-8.8-7.2-16-16-16s-16 7.2-16 16v210.9c-18.6 6.6-32 24.2-32 45.1 0 26.5 21.5 48 48 48s48-21.5 48-48c0-20.9-13.4-38.5-32-45.1z\"]\n};\nvar faTemperatureLow = {\n prefix: 'fas',\n iconName: 'temperature-low',\n icon: [512, 512, [], \"f76b\", \"M416 0c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96zm0 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm-160-16C256 50.1 205.9 0 144 0S32 50.1 32 112v166.5C12.3 303.2 0 334 0 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-34-12.3-64.9-32-89.5V112zM144 448c-44.1 0-80-35.9-80-80 0-25.5 12.2-48.9 32-63.8V112c0-26.5 21.5-48 48-48s48 21.5 48 48v192.2c19.8 14.8 32 38.3 32 63.8 0 44.1-35.9 80-80 80zm16-125.1V304c0-8.8-7.2-16-16-16s-16 7.2-16 16v18.9c-18.6 6.6-32 24.2-32 45.1 0 26.5 21.5 48 48 48s48-21.5 48-48c0-20.9-13.4-38.5-32-45.1z\"]\n};\nvar faTenge = {\n prefix: 'fas',\n iconName: 'tenge',\n icon: [384, 512, [], \"f7d7\", \"M372 160H12c-6.6 0-12 5.4-12 12v56c0 6.6 5.4 12 12 12h140v228c0 6.6 5.4 12 12 12h56c6.6 0 12-5.4 12-12V240h140c6.6 0 12-5.4 12-12v-56c0-6.6-5.4-12-12-12zm0-128H12C5.4 32 0 37.4 0 44v56c0 6.6 5.4 12 12 12h360c6.6 0 12-5.4 12-12V44c0-6.6-5.4-12-12-12z\"]\n};\nvar faTerminal = {\n prefix: 'fas',\n iconName: 'terminal',\n icon: [640, 512, [], \"f120\", \"M257.981 272.971L63.638 467.314c-9.373 9.373-24.569 9.373-33.941 0L7.029 444.647c-9.357-9.357-9.375-24.522-.04-33.901L161.011 256 6.99 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L257.981 239.03c9.373 9.372 9.373 24.568 0 33.941zM640 456v-32c0-13.255-10.745-24-24-24H312c-13.255 0-24 10.745-24 24v32c0 13.255 10.745 24 24 24h304c13.255 0 24-10.745 24-24z\"]\n};\nvar faTextHeight = {\n prefix: 'fas',\n iconName: 'text-height',\n icon: [576, 512, [], \"f034\", \"M304 32H16A16 16 0 0 0 0 48v96a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32h56v304H80a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-40V112h56v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm256 336h-48V144h48c14.31 0 21.33-17.31 11.31-27.31l-80-80a16 16 0 0 0-22.62 0l-80 80C379.36 126 384.36 144 400 144h48v224h-48c-14.31 0-21.32 17.31-11.31 27.31l80 80a16 16 0 0 0 22.62 0l80-80C580.64 386 575.64 368 560 368z\"]\n};\nvar faTextWidth = {\n prefix: 'fas',\n iconName: 'text-width',\n icon: [448, 512, [], \"f035\", \"M432 32H16A16 16 0 0 0 0 48v80a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-16h120v112h-24a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-24V112h120v16a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm-68.69 260.69C354 283.36 336 288.36 336 304v48H112v-48c0-14.31-17.31-21.32-27.31-11.31l-80 80a16 16 0 0 0 0 22.62l80 80C94 484.64 112 479.64 112 464v-48h224v48c0 14.31 17.31 21.33 27.31 11.31l80-80a16 16 0 0 0 0-22.62z\"]\n};\nvar faTh = {\n prefix: 'fas',\n iconName: 'th',\n icon: [512, 512, [], \"f00a\", \"M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zm181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24zm-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zM181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24z\"]\n};\nvar faThLarge = {\n prefix: 'fas',\n iconName: 'th-large',\n icon: [512, 512, [], \"f009\", \"M296 32h192c13.255 0 24 10.745 24 24v160c0 13.255-10.745 24-24 24H296c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24zm-80 0H24C10.745 32 0 42.745 0 56v160c0 13.255 10.745 24 24 24h192c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24zM0 296v160c0 13.255 10.745 24 24 24h192c13.255 0 24-10.745 24-24V296c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm296 184h192c13.255 0 24-10.745 24-24V296c0-13.255-10.745-24-24-24H296c-13.255 0-24 10.745-24 24v160c0 13.255 10.745 24 24 24z\"]\n};\nvar faThList = {\n prefix: 'fas',\n iconName: 'th-list',\n icon: [512, 512, [], \"f00b\", \"M149.333 216v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24v-80c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zM125.333 32H24C10.745 32 0 42.745 0 56v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24zm80 448H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm-24-424v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24zm24 264H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24z\"]\n};\nvar faTheaterMasks = {\n prefix: 'fas',\n iconName: 'theater-masks',\n icon: [640, 512, [], \"f630\", \"M206.86 245.15c-35.88 10.45-59.95 41.2-57.53 74.1 11.4-12.72 28.81-23.7 49.9-30.92l7.63-43.18zM95.81 295L64.08 115.49c-.29-1.62.28-2.62.24-2.65 57.76-32.06 123.12-49.01 189.01-49.01 1.61 0 3.23.17 4.85.19 13.95-13.47 31.73-22.83 51.59-26 18.89-3.02 38.05-4.55 57.18-5.32-9.99-13.95-24.48-24.23-41.77-27C301.27 1.89 277.24 0 253.32 0 176.66 0 101.02 19.42 33.2 57.06 9.03 70.48-3.92 98.48 1.05 126.58l31.73 179.51c14.23 80.52 136.33 142.08 204.45 142.08 3.59 0 6.75-.46 10.01-.8-13.52-17.08-28.94-40.48-39.5-67.58-47.61-12.98-106.06-51.62-111.93-84.79zm97.55-137.46c-.73-4.12-2.23-7.87-4.07-11.4-8.25 8.91-20.67 15.75-35.32 18.32-14.65 2.58-28.67.4-39.48-5.17-.52 3.94-.64 7.98.09 12.1 3.84 21.7 24.58 36.19 46.34 32.37 21.75-3.82 36.28-24.52 32.44-46.22zM606.8 120.9c-88.98-49.38-191.43-67.41-291.98-51.35-27.31 4.36-49.08 26.26-54.04 54.36l-31.73 179.51c-15.39 87.05 95.28 196.27 158.31 207.35 63.03 11.09 204.47-53.79 219.86-140.84l31.73-179.51c4.97-28.11-7.98-56.11-32.15-69.52zm-273.24 96.8c3.84-21.7 24.58-36.19 46.34-32.36 21.76 3.83 36.28 24.52 32.45 46.22-.73 4.12-2.23 7.87-4.07 11.4-8.25-8.91-20.67-15.75-35.32-18.32-14.65-2.58-28.67-.4-39.48 5.17-.53-3.95-.65-7.99.08-12.11zm70.47 198.76c-55.68-9.79-93.52-59.27-89.04-112.9 20.6 25.54 56.21 46.17 99.49 53.78 43.28 7.61 83.82.37 111.93-16.6-14.18 51.94-66.71 85.51-122.38 75.72zm130.3-151.34c-8.25-8.91-20.68-15.75-35.33-18.32-14.65-2.58-28.67-.4-39.48 5.17-.52-3.94-.64-7.98.09-12.1 3.84-21.7 24.58-36.19 46.34-32.37 21.75 3.83 36.28 24.52 32.45 46.22-.73 4.13-2.23 7.88-4.07 11.4z\"]\n};\nvar faThermometer = {\n prefix: 'fas',\n iconName: 'thermometer',\n icon: [512, 512, [], \"f491\", \"M476.8 20.4c-37.5-30.7-95.5-26.3-131.9 10.2l-45.7 46 50.5 50.5c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-50.4-50.5-45.1 45.4 50.3 50.4c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0L209 167.4l-45.1 45.4L214 263c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-50.1-50.2L96 281.1V382L7 471c-9.4 9.4-9.4 24.6 0 33.9 9.4 9.4 24.6 9.4 33.9 0l89-89h99.9L484 162.6c34.9-34.9 42.2-101.5-7.2-142.2z\"]\n};\nvar faThermometerEmpty = {\n prefix: 'fas',\n iconName: 'thermometer-empty',\n icon: [256, 512, [], \"f2cb\", \"M192 384c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64zm32-84.653c19.912 22.563 32 52.194 32 84.653 0 70.696-57.303 128-128 128-.299 0-.609-.001-.909-.003C56.789 511.509-.357 453.636.002 383.333.166 351.135 12.225 321.755 32 299.347V96c0-53.019 42.981-96 96-96s96 42.981 96 96v203.347zM208 384c0-34.339-19.37-52.19-32-66.502V96c0-26.467-21.533-48-48-48S80 69.533 80 96v221.498c-12.732 14.428-31.825 32.1-31.999 66.08-.224 43.876 35.563 80.116 79.423 80.42L128 464c44.112 0 80-35.888 80-80z\"]\n};\nvar faThermometerFull = {\n prefix: 'fas',\n iconName: 'thermometer-full',\n icon: [256, 512, [], \"f2c7\", \"M224 96c0-53.019-42.981-96-96-96S32 42.981 32 96v203.347C12.225 321.756.166 351.136.002 383.333c-.359 70.303 56.787 128.176 127.089 128.664.299.002.61.003.909.003 70.698 0 128-57.304 128-128 0-32.459-12.088-62.09-32-84.653V96zm-96 368l-.576-.002c-43.86-.304-79.647-36.544-79.423-80.42.173-33.98 19.266-51.652 31.999-66.08V96c0-26.467 21.533-48 48-48s48 21.533 48 48v221.498c12.63 14.312 32 32.164 32 66.502 0 44.112-35.888 80-80 80zm64-80c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-23.685 12.876-44.349 32-55.417V96c0-17.673 14.327-32 32-32s32 14.327 32 32v232.583c19.124 11.068 32 31.732 32 55.417z\"]\n};\nvar faThermometerHalf = {\n prefix: 'fas',\n iconName: 'thermometer-half',\n icon: [256, 512, [], \"f2c9\", \"M192 384c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-23.685 12.876-44.349 32-55.417V224c0-17.673 14.327-32 32-32s32 14.327 32 32v104.583c19.124 11.068 32 31.732 32 55.417zm32-84.653c19.912 22.563 32 52.194 32 84.653 0 70.696-57.303 128-128 128-.299 0-.609-.001-.909-.003C56.789 511.509-.357 453.636.002 383.333.166 351.135 12.225 321.755 32 299.347V96c0-53.019 42.981-96 96-96s96 42.981 96 96v203.347zM208 384c0-34.339-19.37-52.19-32-66.502V96c0-26.467-21.533-48-48-48S80 69.533 80 96v221.498c-12.732 14.428-31.825 32.1-31.999 66.08-.224 43.876 35.563 80.116 79.423 80.42L128 464c44.112 0 80-35.888 80-80z\"]\n};\nvar faThermometerQuarter = {\n prefix: 'fas',\n iconName: 'thermometer-quarter',\n icon: [256, 512, [], \"f2ca\", \"M192 384c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-23.685 12.876-44.349 32-55.417V288c0-17.673 14.327-32 32-32s32 14.327 32 32v40.583c19.124 11.068 32 31.732 32 55.417zm32-84.653c19.912 22.563 32 52.194 32 84.653 0 70.696-57.303 128-128 128-.299 0-.609-.001-.909-.003C56.789 511.509-.357 453.636.002 383.333.166 351.135 12.225 321.755 32 299.347V96c0-53.019 42.981-96 96-96s96 42.981 96 96v203.347zM208 384c0-34.339-19.37-52.19-32-66.502V96c0-26.467-21.533-48-48-48S80 69.533 80 96v221.498c-12.732 14.428-31.825 32.1-31.999 66.08-.224 43.876 35.563 80.116 79.423 80.42L128 464c44.112 0 80-35.888 80-80z\"]\n};\nvar faThermometerThreeQuarters = {\n prefix: 'fas',\n iconName: 'thermometer-three-quarters',\n icon: [256, 512, [], \"f2c8\", \"M192 384c0 35.346-28.654 64-64 64-35.346 0-64-28.654-64-64 0-23.685 12.876-44.349 32-55.417V160c0-17.673 14.327-32 32-32s32 14.327 32 32v168.583c19.124 11.068 32 31.732 32 55.417zm32-84.653c19.912 22.563 32 52.194 32 84.653 0 70.696-57.303 128-128 128-.299 0-.609-.001-.909-.003C56.789 511.509-.357 453.636.002 383.333.166 351.135 12.225 321.755 32 299.347V96c0-53.019 42.981-96 96-96s96 42.981 96 96v203.347zM208 384c0-34.339-19.37-52.19-32-66.502V96c0-26.467-21.533-48-48-48S80 69.533 80 96v221.498c-12.732 14.428-31.825 32.1-31.999 66.08-.224 43.876 35.563 80.116 79.423 80.42L128 464c44.112 0 80-35.888 80-80z\"]\n};\nvar faThumbsDown = {\n prefix: 'fas',\n iconName: 'thumbs-down',\n icon: [512, 512, [], \"f165\", \"M0 56v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56zm40 200c0-13.255 10.745-24 24-24s24 10.745 24 24-10.745 24-24 24-24-10.745-24-24zm272 256c-20.183 0-29.485-39.293-33.931-57.795-5.206-21.666-10.589-44.07-25.393-58.902-32.469-32.524-49.503-73.967-89.117-113.111a11.98 11.98 0 0 1-3.558-8.521V59.901c0-6.541 5.243-11.878 11.783-11.998 15.831-.29 36.694-9.079 52.651-16.178C256.189 17.598 295.709.017 343.995 0h2.844c42.777 0 93.363.413 113.774 29.737 8.392 12.057 10.446 27.034 6.148 44.632 16.312 17.053 25.063 48.863 16.382 74.757 17.544 23.432 19.143 56.132 9.308 79.469l.11.11c11.893 11.949 19.523 31.259 19.439 49.197-.156 30.352-26.157 58.098-59.553 58.098H350.723C358.03 364.34 384 388.132 384 430.548 384 504 336 512 312 512z\"]\n};\nvar faThumbsUp = {\n prefix: 'fas',\n iconName: 'thumbs-up',\n icon: [512, 512, [], \"f164\", \"M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z\"]\n};\nvar faThumbtack = {\n prefix: 'fas',\n iconName: 'thumbtack',\n icon: [384, 512, [], \"f08d\", \"M298.028 214.267L285.793 96H328c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H56C42.745 0 32 10.745 32 24v48c0 13.255 10.745 24 24 24h42.207L85.972 214.267C37.465 236.82 0 277.261 0 328c0 13.255 10.745 24 24 24h136v104.007c0 1.242.289 2.467.845 3.578l24 48c2.941 5.882 11.364 5.893 14.311 0l24-48a8.008 8.008 0 0 0 .845-3.578V352h136c13.255 0 24-10.745 24-24-.001-51.183-37.983-91.42-85.973-113.733z\"]\n};\nvar faTicketAlt = {\n prefix: 'fas',\n iconName: 'ticket-alt',\n icon: [576, 512, [], \"f3ff\", \"M128 160h320v192H128V160zm400 96c0 26.51 21.49 48 48 48v96c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48v-96c26.51 0 48-21.49 48-48s-21.49-48-48-48v-96c0-26.51 21.49-48 48-48h480c26.51 0 48 21.49 48 48v96c-26.51 0-48 21.49-48 48zm-48-104c0-13.255-10.745-24-24-24H120c-13.255 0-24 10.745-24 24v208c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V152z\"]\n};\nvar faTimes = {\n prefix: 'fas',\n iconName: 'times',\n icon: [352, 512, [], \"f00d\", \"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"]\n};\nvar faTimesCircle = {\n prefix: 'fas',\n iconName: 'times-circle',\n icon: [512, 512, [], \"f057\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z\"]\n};\nvar faTint = {\n prefix: 'fas',\n iconName: 'tint',\n icon: [352, 512, [], \"f043\", \"M205.22 22.09c-7.94-28.78-49.44-30.12-58.44 0C100.01 179.85 0 222.72 0 333.91 0 432.35 78.72 512 176 512s176-79.65 176-178.09c0-111.75-99.79-153.34-146.78-311.82zM176 448c-61.75 0-112-50.25-112-112 0-8.84 7.16-16 16-16s16 7.16 16 16c0 44.11 35.89 80 80 80 8.84 0 16 7.16 16 16s-7.16 16-16 16z\"]\n};\nvar faTintSlash = {\n prefix: 'fas',\n iconName: 'tint-slash',\n icon: [640, 512, [], \"f5c7\", \"M633.82 458.1L494.97 350.78c.52-5.57 1.03-11.16 1.03-16.87 0-111.76-99.79-153.34-146.78-311.82-7.94-28.78-49.44-30.12-58.44 0-15.52 52.34-36.87 91.96-58.49 125.68L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.36 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.41-6.97 4.16-17.02-2.82-22.45zM144 333.91C144 432.35 222.72 512 320 512c44.71 0 85.37-16.96 116.4-44.7L162.72 255.78c-11.41 23.5-18.72 48.35-18.72 78.13z\"]\n};\nvar faTired = {\n prefix: 'fas',\n iconName: 'tired',\n icon: [496, 512, [], \"f5c8\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm33.8 189.7l80-48c11.6-6.9 24 7.7 15.4 18L343.6 208l33.6 40.3c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.7-4.7-7.7-15.9 0-20.6zm-163-30c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.8 4.7 7.8 15.9 0 20.6l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3zM248 288c51.9 0 115.3 43.8 123.2 106.7 1.7 13.6-8 24.6-17.7 20.4-25.9-11.1-64.4-17.4-105.5-17.4s-79.6 6.3-105.5 17.4c-9.8 4.2-19.4-7-17.7-20.4C132.7 331.8 196.1 288 248 288z\"]\n};\nvar faToggleOff = {\n prefix: 'fas',\n iconName: 'toggle-off',\n icon: [576, 512, [], \"f204\", \"M384 64H192C85.961 64 0 149.961 0 256s85.961 192 192 192h192c106.039 0 192-85.961 192-192S490.039 64 384 64zM64 256c0-70.741 57.249-128 128-128 70.741 0 128 57.249 128 128 0 70.741-57.249 128-128 128-70.741 0-128-57.249-128-128zm320 128h-48.905c65.217-72.858 65.236-183.12 0-256H384c70.741 0 128 57.249 128 128 0 70.74-57.249 128-128 128z\"]\n};\nvar faToggleOn = {\n prefix: 'fas',\n iconName: 'toggle-on',\n icon: [576, 512, [], \"f205\", \"M384 64H192C86 64 0 150 0 256s86 192 192 192h192c106 0 192-86 192-192S490 64 384 64zm0 320c-70.8 0-128-57.3-128-128 0-70.8 57.3-128 128-128 70.8 0 128 57.3 128 128 0 70.8-57.3 128-128 128z\"]\n};\nvar faToilet = {\n prefix: 'fas',\n iconName: 'toilet',\n icon: [384, 512, [], \"f7d8\", \"M368 48c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16H16C7.2 0 0 7.2 0 16v16c0 8.8 7.2 16 16 16h16v156.7C11.8 214.8 0 226.9 0 240c0 67.2 34.6 126.2 86.8 160.5l-21.4 70.2C59.1 491.2 74.5 512 96 512h192c21.5 0 36.9-20.8 30.6-41.3l-21.4-70.2C349.4 366.2 384 307.2 384 240c0-13.1-11.8-25.2-32-35.3V48h16zM80 72c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H88c-4.4 0-8-3.6-8-8V72zm112 200c-77.1 0-139.6-14.3-139.6-32s62.5-32 139.6-32 139.6 14.3 139.6 32-62.5 32-139.6 32z\"]\n};\nvar faToiletPaper = {\n prefix: 'fas',\n iconName: 'toilet-paper',\n icon: [576, 512, [], \"f71e\", \"M128 0C74.98 0 32 85.96 32 192v172.07c0 41.12-9.8 62.77-31.17 126.87C-2.62 501.3 5.09 512 16.01 512h280.92c13.77 0 26-8.81 30.36-21.88 12.83-38.48 24.71-72.4 24.71-126.05V192c0-83.6 23.67-153.52 60.44-192H128zM96 224c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm64 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm64 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm64 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zM480 0c-53.02 0-96 85.96-96 192s42.98 192 96 192 96-85.96 96-192S533.02 0 480 0zm0 256c-17.67 0-32-28.65-32-64s14.33-64 32-64 32 28.65 32 64-14.33 64-32 64z\"]\n};\nvar faToiletPaperSlash = {\n prefix: 'fas',\n iconName: 'toilet-paper-slash',\n icon: [640, 512, [], \"e072\", \"M64,192V364.13c0,41.12-9.75,62.75-31.12,126.87A16,16,0,0,0,48,512H328.86a31.87,31.87,0,0,0,30.38-21.87c9.31-27.83,18-53.35,22.18-85.55l-316-244.25C64.53,170.66,64,181.19,64,192ZM633.82,458.09l-102-78.81C575.28,360.91,608,284.32,608,192,608,86,565,0,512,0s-96,86-96,192c0,42,7,80.4,18.43,112L384,265V192c0-83.62,23.63-153.5,60.5-192H160c-23.33,0-44.63,16.83-61.26,44.53L45.46,3.38A16,16,0,0,0,23,6.19L3.37,31.45A16,16,0,0,0,6.18,53.91L594.54,508.63A16,16,0,0,0,617,505.81l19.64-25.26A16,16,0,0,0,633.82,458.09ZM512,256c-17.63,0-32-28.62-32-64s14.37-64,32-64,32,28.63,32,64S529.62,256,512,256Z\"]\n};\nvar faToolbox = {\n prefix: 'fas',\n iconName: 'toolbox',\n icon: [512, 512, [], \"f552\", \"M502.63 214.63l-45.25-45.25c-6-6-14.14-9.37-22.63-9.37H384V80c0-26.51-21.49-48-48-48H176c-26.51 0-48 21.49-48 48v80H77.25c-8.49 0-16.62 3.37-22.63 9.37L9.37 214.63c-6 6-9.37 14.14-9.37 22.63V320h128v-16c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v16h128v-16c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v16h128v-82.75c0-8.48-3.37-16.62-9.37-22.62zM320 160H192V96h128v64zm64 208c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-16H192v16c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-16H0v96c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32v-96H384v16z\"]\n};\nvar faTools = {\n prefix: 'fas',\n iconName: 'tools',\n icon: [512, 512, [], \"f7d9\", \"M501.1 395.7L384 278.6c-23.1-23.1-57.6-27.6-85.4-13.9L192 158.1V96L64 0 0 64l96 128h62.1l106.6 106.6c-13.6 27.8-9.2 62.3 13.9 85.4l117.1 117.1c14.6 14.6 38.2 14.6 52.7 0l52.7-52.7c14.5-14.6 14.5-38.2 0-52.7zM331.7 225c28.3 0 54.9 11 74.9 31l19.4 19.4c15.8-6.9 30.8-16.5 43.8-29.5 37.1-37.1 49.7-89.3 37.9-136.7-2.2-9-13.5-12.1-20.1-5.5l-74.4 74.4-67.9-11.3L334 98.9l74.4-74.4c6.6-6.6 3.4-17.9-5.7-20.2-47.4-11.7-99.6.9-136.6 37.9-28.5 28.5-41.9 66.1-41.2 103.6l82.1 82.1c8.1-1.9 16.5-2.9 24.7-2.9zm-103.9 82l-56.7-56.7L18.7 402.8c-25 25-25 65.5 0 90.5s65.5 25 90.5 0l123.6-123.6c-7.6-19.9-9.9-41.6-5-62.7zM64 472c-13.2 0-24-10.8-24-24 0-13.3 10.7-24 24-24s24 10.7 24 24c0 13.2-10.7 24-24 24z\"]\n};\nvar faTooth = {\n prefix: 'fas',\n iconName: 'tooth',\n icon: [448, 512, [], \"f5c9\", \"M443.98 96.25c-11.01-45.22-47.11-82.06-92.01-93.72-32.19-8.36-63 5.1-89.14 24.33-3.25 2.39-6.96 3.73-10.5 5.48l28.32 18.21c7.42 4.77 9.58 14.67 4.8 22.11-4.46 6.95-14.27 9.86-22.11 4.8L162.83 12.84c-20.7-10.85-43.38-16.4-66.81-10.31-44.9 11.67-81 48.5-92.01 93.72-10.13 41.62-.42 80.81 21.5 110.43 23.36 31.57 32.68 68.66 36.29 107.35 4.4 47.16 10.33 94.16 20.94 140.32l7.8 33.95c3.19 13.87 15.49 23.7 29.67 23.7 13.97 0 26.15-9.55 29.54-23.16l34.47-138.42c4.56-18.32 20.96-31.16 39.76-31.16s35.2 12.85 39.76 31.16l34.47 138.42c3.39 13.61 15.57 23.16 29.54 23.16 14.18 0 26.48-9.83 29.67-23.7l7.8-33.95c10.61-46.15 16.53-93.16 20.94-140.32 3.61-38.7 12.93-75.78 36.29-107.35 21.95-29.61 31.66-68.8 21.53-110.43z\"]\n};\nvar faTorah = {\n prefix: 'fas',\n iconName: 'torah',\n icon: [640, 512, [], \"f6a0\", \"M320.05 366.48l17.72-29.64h-35.46zm99.21-166H382.4l18.46 30.82zM48 0C21.49 0 0 14.33 0 32v448c0 17.67 21.49 32 48 32s48-14.33 48-32V32C96 14.33 74.51 0 48 0zm172.74 311.5h36.85l-18.46-30.82zm161.71 0h36.86l-18.45-30.8zM128 464h384V48H128zm66.77-278.13a21.22 21.22 0 0 1 18.48-10.71h59.45l29.13-48.71a21.13 21.13 0 0 1 18.22-10.37A20.76 20.76 0 0 1 338 126.29l29.25 48.86h59.52a21.12 21.12 0 0 1 18.1 32L415.63 256 445 305a20.69 20.69 0 0 1 .24 21.12 21.25 21.25 0 0 1-18.48 10.72h-59.47l-29.13 48.7a21.13 21.13 0 0 1-18.16 10.4 20.79 20.79 0 0 1-18-10.22l-29.25-48.88h-59.5a21.11 21.11 0 0 1-18.1-32L224.36 256 195 207a20.7 20.7 0 0 1-.23-21.13zM592 0c-26.51 0-48 14.33-48 32v448c0 17.67 21.49 32 48 32s48-14.33 48-32V32c0-17.67-21.49-32-48-32zM320 145.53l-17.78 29.62h35.46zm-62.45 55h-36.81l18.44 30.8zm29.58 111h65.79L386.09 256l-33.23-55.52h-65.79L253.9 256z\"]\n};\nvar faToriiGate = {\n prefix: 'fas',\n iconName: 'torii-gate',\n icon: [512, 512, [], \"f6a1\", \"M376.45 32h-240.9A303.17 303.17 0 0 1 0 0v96c0 17.67 14.33 32 32 32h32v64H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h48v240c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V256h256v240c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V256h48c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16h-48v-64h32c17.67 0 32-14.33 32-32V0a303.17 303.17 0 0 1-135.55 32zM128 128h96v64h-96v-64zm256 64h-96v-64h96v64z\"]\n};\nvar faTractor = {\n prefix: 'fas',\n iconName: 'tractor',\n icon: [640, 512, [], \"f722\", \"M528 336c-48.6 0-88 39.4-88 88s39.4 88 88 88 88-39.4 88-88-39.4-88-88-88zm0 112c-13.23 0-24-10.77-24-24s10.77-24 24-24 24 10.77 24 24-10.77 24-24 24zm80-288h-64v-40.2c0-14.12 4.7-27.76 13.15-38.84 4.42-5.8 3.55-14.06-1.32-19.49L534.2 37.3c-6.66-7.45-18.32-6.92-24.7.78C490.58 60.9 480 89.81 480 119.8V160H377.67L321.58 29.14A47.914 47.914 0 0 0 277.45 0H144c-26.47 0-48 21.53-48 48v146.52c-8.63-6.73-20.96-6.46-28.89 1.47L36 227.1c-8.59 8.59-8.59 22.52 0 31.11l5.06 5.06c-4.99 9.26-8.96 18.82-11.91 28.72H22c-12.15 0-22 9.85-22 22v44c0 12.15 9.85 22 22 22h7.14c2.96 9.91 6.92 19.46 11.91 28.73l-5.06 5.06c-8.59 8.59-8.59 22.52 0 31.11L67.1 476c8.59 8.59 22.52 8.59 31.11 0l5.06-5.06c9.26 4.99 18.82 8.96 28.72 11.91V490c0 12.15 9.85 22 22 22h44c12.15 0 22-9.85 22-22v-7.14c9.9-2.95 19.46-6.92 28.72-11.91l5.06 5.06c8.59 8.59 22.52 8.59 31.11 0l31.11-31.11c8.59-8.59 8.59-22.52 0-31.11l-5.06-5.06c4.99-9.26 8.96-18.82 11.91-28.72H330c12.15 0 22-9.85 22-22v-6h80.54c21.91-28.99 56.32-48 95.46-48 18.64 0 36.07 4.61 51.8 12.2l50.82-50.82c6-6 9.37-14.14 9.37-22.63V192c.01-17.67-14.32-32-31.99-32zM176 416c-44.18 0-80-35.82-80-80s35.82-80 80-80 80 35.82 80 80-35.82 80-80 80zm22-256h-38V64h106.89l41.15 96H198z\"]\n};\nvar faTrademark = {\n prefix: 'fas',\n iconName: 'trademark',\n icon: [640, 512, [], \"f25c\", \"M260.6 96H12c-6.6 0-12 5.4-12 12v43.1c0 6.6 5.4 12 12 12h85.1V404c0 6.6 5.4 12 12 12h54.3c6.6 0 12-5.4 12-12V163.1h85.1c6.6 0 12-5.4 12-12V108c.1-6.6-5.3-12-11.9-12zM640 403l-24-296c-.5-6.2-5.7-11-12-11h-65.4c-5.1 0-9.7 3.3-11.3 8.1l-43.8 127.1c-7.2 20.6-16.1 52.8-16.1 52.8h-.9s-8.9-32.2-16.1-52.8l-43.8-127.1c-1.7-4.8-6.2-8.1-11.3-8.1h-65.4c-6.2 0-11.4 4.8-12 11l-24.4 296c-.6 7 4.9 13 12 13H360c6.3 0 11.5-4.9 12-11.2l9.1-132.9c1.8-24.2 0-53.7 0-53.7h.9s10.7 33.6 17.9 53.7l30.7 84.7c1.7 4.7 6.2 7.9 11.3 7.9h50.3c5.1 0 9.6-3.2 11.3-7.9l30.7-84.7c7.2-20.1 17.9-53.7 17.9-53.7h.9s-1.8 29.5 0 53.7l9.1 132.9c.4 6.3 5.7 11.2 12 11.2H628c7 0 12.5-6 12-13z\"]\n};\nvar faTrafficLight = {\n prefix: 'fas',\n iconName: 'traffic-light',\n icon: [384, 512, [], \"f637\", \"M384 192h-64v-37.88c37.2-13.22 64-48.38 64-90.12h-64V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v32H0c0 41.74 26.8 76.9 64 90.12V192H0c0 41.74 26.8 76.9 64 90.12V320H0c0 42.84 28.25 78.69 66.99 91.05C79.42 468.72 130.6 512 192 512s112.58-43.28 125.01-100.95C355.75 398.69 384 362.84 384 320h-64v-37.88c37.2-13.22 64-48.38 64-90.12zM192 416c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm0-128c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm0-128c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48z\"]\n};\nvar faTrailer = {\n prefix: 'fas',\n iconName: 'trailer',\n icon: [640, 512, [], \"e041\", \"M624,320H544V80a16,16,0,0,0-16-16H16A16,16,0,0,0,0,80V368a16,16,0,0,0,16,16H65.61c7.83-54.21,54-96,110.39-96s102.56,41.79,110.39,96H624a16,16,0,0,0,16-16V336A16,16,0,0,0,624,320ZM96,243.68a176.29,176.29,0,0,0-32,20.71V136a8,8,0,0,1,8-8H88a8,8,0,0,1,8,8Zm96-18.54c-5.31-.49-10.57-1.14-16-1.14s-10.69.65-16,1.14V136a8,8,0,0,1,8-8h16a8,8,0,0,1,8,8Zm96,39.25a176.29,176.29,0,0,0-32-20.71V136a8,8,0,0,1,8-8h16a8,8,0,0,1,8,8ZM384,320H352V136a8,8,0,0,1,8-8h16a8,8,0,0,1,8,8Zm96,0H448V136a8,8,0,0,1,8-8h16a8,8,0,0,1,8,8Zm-304,0a80,80,0,1,0,80,80A80,80,0,0,0,176,320Zm0,112a32,32,0,1,1,32-32A32,32,0,0,1,176,432Z\"]\n};\nvar faTrain = {\n prefix: 'fas',\n iconName: 'train',\n icon: [448, 512, [], \"f238\", \"M448 96v256c0 51.815-61.624 96-130.022 96l62.98 49.721C386.905 502.417 383.562 512 376 512H72c-7.578 0-10.892-9.594-4.957-14.279L130.022 448C61.82 448 0 403.954 0 352V96C0 42.981 64 0 128 0h192c65 0 128 42.981 128 96zm-48 136V120c0-13.255-10.745-24-24-24H72c-13.255 0-24 10.745-24 24v112c0 13.255 10.745 24 24 24h304c13.255 0 24-10.745 24-24zm-176 64c-30.928 0-56 25.072-56 56s25.072 56 56 56 56-25.072 56-56-25.072-56-56-56z\"]\n};\nvar faTram = {\n prefix: 'fas',\n iconName: 'tram',\n icon: [512, 512, [], \"f7da\", \"M288 64c17.7 0 32-14.3 32-32S305.7 0 288 0s-32 14.3-32 32 14.3 32 32 32zm223.5-12.1c-2.3-8.6-11-13.6-19.6-11.3l-480 128c-8.5 2.3-13.6 11-11.3 19.6C2.5 195.3 8.9 200 16 200c1.4 0 2.8-.2 4.1-.5L240 140.8V224H64c-17.7 0-32 14.3-32 32v224c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32H272v-91.7l228.1-60.8c8.6-2.3 13.6-11.1 11.4-19.6zM176 384H80v-96h96v96zm160-96h96v96h-96v-96zm-32 0v96h-96v-96h96zM192 96c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32z\"]\n};\nvar faTransgender = {\n prefix: 'fas',\n iconName: 'transgender',\n icon: [384, 512, [], \"f224\", \"M372 0h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-80.7 80.7C198.5 104.1 172.2 96 144 96 64.5 96 0 160.5 0 240c0 68.5 47.9 125.9 112 140.4V408H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v28c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-28h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-27.6c64.1-14.6 112-71.9 112-140.4 0-28.2-8.1-54.5-22.1-76.7l80.7-80.7 16.9 16.9c7.6 7.6 20.5 2.2 20.5-8.5V12c0-6.6-5.4-12-12-12zM144 320c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faTransgenderAlt = {\n prefix: 'fas',\n iconName: 'transgender-alt',\n icon: [480, 512, [], \"f225\", \"M468 0h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-80.7 80.7C294.5 104.1 268.2 96 240 96c-28.2 0-54.5 8.1-76.7 22.1l-16.5-16.5 19.8-19.8c4.7-4.7 4.7-12.3 0-17l-28.3-28.3c-4.7-4.7-12.3-4.7-17 0l-19.8 19.8-19-19 16.9-16.9C107.1 12.9 101.7 0 91 0H12C5.4 0 0 5.4 0 12v79c0 10.7 12.9 16 20.5 8.5l16.9-16.9 19 19-19.8 19.8c-4.7 4.7-4.7 12.3 0 17l28.3 28.3c4.7 4.7 12.3 4.7 17 0l19.8-19.8 16.5 16.5C104.1 185.5 96 211.8 96 240c0 68.5 47.9 125.9 112 140.4V408h-36c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v28c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-28h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-27.6c64.1-14.6 112-71.9 112-140.4 0-28.2-8.1-54.5-22.1-76.7l80.7-80.7 16.9 16.9c7.6 7.6 20.5 2.2 20.5-8.5V12c0-6.6-5.4-12-12-12zM240 320c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faTrash = {\n prefix: 'fas',\n iconName: 'trash',\n icon: [448, 512, [], \"f1f8\", \"M432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zM53.2 467a48 48 0 0 0 47.9 45h245.8a48 48 0 0 0 47.9-45L416 128H32z\"]\n};\nvar faTrashAlt = {\n prefix: 'fas',\n iconName: 'trash-alt',\n icon: [448, 512, [], \"f2ed\", \"M32 464a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128H32zm272-256a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zm-96 0a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zm-96 0a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zM432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faTrashRestore = {\n prefix: 'fas',\n iconName: 'trash-restore',\n icon: [448, 512, [], \"f829\", \"M53.2 467a48 48 0 0 0 47.9 45h245.8a48 48 0 0 0 47.9-45L416 128H32zm70.11-175.8l89.38-94.26a15.41 15.41 0 0 1 22.62 0l89.38 94.26c10.08 10.62 2.94 28.8-11.32 28.8H256v112a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V320h-57.37c-14.26 0-21.4-18.18-11.32-28.8zM432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faTrashRestoreAlt = {\n prefix: 'fas',\n iconName: 'trash-restore-alt',\n icon: [448, 512, [], \"f82a\", \"M32 464a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128H32zm91.31-172.8l89.38-94.26a15.41 15.41 0 0 1 22.62 0l89.38 94.26c10.08 10.62 2.94 28.8-11.32 28.8H256v112a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V320h-57.37c-14.26 0-21.4-18.18-11.32-28.8zM432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faTree = {\n prefix: 'fas',\n iconName: 'tree',\n icon: [384, 512, [], \"f1bb\", \"M378.31 378.49L298.42 288h30.63c9.01 0 16.98-5 20.78-13.06 3.8-8.04 2.55-17.26-3.28-24.05L268.42 160h28.89c9.1 0 17.3-5.35 20.86-13.61 3.52-8.13 1.86-17.59-4.24-24.08L203.66 4.83c-6.03-6.45-17.28-6.45-23.32 0L70.06 122.31c-6.1 6.49-7.75 15.95-4.24 24.08C69.38 154.65 77.59 160 86.69 160h28.89l-78.14 90.91c-5.81 6.78-7.06 15.99-3.27 24.04C37.97 283 45.93 288 54.95 288h30.63L5.69 378.49c-6 6.79-7.36 16.09-3.56 24.26 3.75 8.05 12 13.25 21.01 13.25H160v24.45l-30.29 48.4c-5.32 10.64 2.42 23.16 14.31 23.16h95.96c11.89 0 19.63-12.52 14.31-23.16L224 440.45V416h136.86c9.01 0 17.26-5.2 21.01-13.25 3.8-8.17 2.44-17.47-3.56-24.26z\"]\n};\nvar faTrophy = {\n prefix: 'fas',\n iconName: 'trophy',\n icon: [576, 512, [], \"f091\", \"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"]\n};\nvar faTruck = {\n prefix: 'fas',\n iconName: 'truck',\n icon: [640, 512, [], \"f0d1\", \"M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h16c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm320 0c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z\"]\n};\nvar faTruckLoading = {\n prefix: 'fas',\n iconName: 'truck-loading',\n icon: [640, 512, [], \"f4de\", \"M50.2 375.6c2.3 8.5 11.1 13.6 19.6 11.3l216.4-58c8.5-2.3 13.6-11.1 11.3-19.6l-49.7-185.5c-2.3-8.5-11.1-13.6-19.6-11.3L151 133.3l24.8 92.7-61.8 16.5-24.8-92.7-77.3 20.7C3.4 172.8-1.7 181.6.6 190.1l49.6 185.5zM384 0c-17.7 0-32 14.3-32 32v323.6L5.9 450c-4.3 1.2-6.8 5.6-5.6 9.8l12.6 46.3c1.2 4.3 5.6 6.8 9.8 5.6l393.7-107.4C418.8 464.1 467.6 512 528 512c61.9 0 112-50.1 112-112V0H384zm144 448c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z\"]\n};\nvar faTruckMonster = {\n prefix: 'fas',\n iconName: 'truck-monster',\n icon: [640, 512, [], \"f63b\", \"M624 224h-16v-64c0-17.67-14.33-32-32-32h-73.6L419.22 24.02A64.025 64.025 0 0 0 369.24 0H256c-17.67 0-32 14.33-32 32v96H48c-8.84 0-16 7.16-16 16v80H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h16.72c29.21-38.65 75.1-64 127.28-64s98.07 25.35 127.28 64h65.45c29.21-38.65 75.1-64 127.28-64s98.07 25.35 127.28 64H624c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-336-96V64h81.24l51.2 64H288zm304 224h-5.2c-2.2-7.33-5.07-14.28-8.65-20.89l3.67-3.67c6.25-6.25 6.25-16.38 0-22.63l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-3.67 3.67A110.85 110.85 0 0 0 512 277.2V272c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v5.2c-7.33 2.2-14.28 5.07-20.89 8.65l-3.67-3.67c-6.25-6.25-16.38-6.25-22.63 0l-22.63 22.63c-6.25 6.25-6.25 16.38 0 22.63l3.67 3.67A110.85 110.85 0 0 0 373.2 352H368c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h5.2c2.2 7.33 5.07 14.28 8.65 20.89l-3.67 3.67c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l3.67-3.67c6.61 3.57 13.57 6.45 20.9 8.65v5.2c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-5.2c7.33-2.2 14.28-5.07 20.9-8.65l3.67 3.67c6.25 6.25 16.38 6.25 22.63 0l22.63-22.63c6.25-6.25 6.25-16.38 0-22.63l-3.67-3.67a110.85 110.85 0 0 0 8.65-20.89h5.2c8.84 0 16-7.16 16-16v-32c-.02-8.84-7.18-16-16.02-16zm-112 80c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm-208-80h-5.2c-2.2-7.33-5.07-14.28-8.65-20.89l3.67-3.67c6.25-6.25 6.25-16.38 0-22.63l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-3.67 3.67A110.85 110.85 0 0 0 192 277.2V272c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v5.2c-7.33 2.2-14.28 5.07-20.89 8.65l-3.67-3.67c-6.25-6.25-16.38-6.25-22.63 0L58.18 304.8c-6.25 6.25-6.25 16.38 0 22.63l3.67 3.67a110.85 110.85 0 0 0-8.65 20.89H48c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h5.2c2.2 7.33 5.07 14.28 8.65 20.89l-3.67 3.67c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l3.67-3.67c6.61 3.57 13.57 6.45 20.9 8.65v5.2c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-5.2c7.33-2.2 14.28-5.07 20.9-8.65l3.67 3.67c6.25 6.25 16.38 6.25 22.63 0l22.63-22.63c6.25-6.25 6.25-16.38 0-22.63l-3.67-3.67a110.85 110.85 0 0 0 8.65-20.89h5.2c8.84 0 16-7.16 16-16v-32C288 359.16 280.84 352 272 352zm-112 80c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48z\"]\n};\nvar faTruckMoving = {\n prefix: 'fas',\n iconName: 'truck-moving',\n icon: [640, 512, [], \"f4df\", \"M621.3 237.3l-58.5-58.5c-12-12-28.3-18.7-45.3-18.7H480V64c0-17.7-14.3-32-32-32H32C14.3 32 0 46.3 0 64v336c0 44.2 35.8 80 80 80 26.3 0 49.4-12.9 64-32.4 14.6 19.6 37.7 32.4 64 32.4 44.2 0 80-35.8 80-80 0-5.5-.6-10.8-1.6-16h163.2c-1.1 5.2-1.6 10.5-1.6 16 0 44.2 35.8 80 80 80s80-35.8 80-80c0-5.5-.6-10.8-1.6-16H624c8.8 0 16-7.2 16-16v-85.5c0-17-6.7-33.2-18.7-45.2zM80 432c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32zm128 0c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32zm272-224h37.5c4.3 0 8.3 1.7 11.3 4.7l43.3 43.3H480v-48zm48 224c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32z\"]\n};\nvar faTruckPickup = {\n prefix: 'fas',\n iconName: 'truck-pickup',\n icon: [640, 512, [], \"f63c\", \"M624 288h-16v-64c0-17.67-14.33-32-32-32h-48L419.22 56.02A64.025 64.025 0 0 0 369.24 32H256c-17.67 0-32 14.33-32 32v128H64c-17.67 0-32 14.33-32 32v64H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h49.61c-.76 5.27-1.61 10.52-1.61 16 0 61.86 50.14 112 112 112s112-50.14 112-112c0-5.48-.85-10.73-1.61-16h67.23c-.76 5.27-1.61 10.52-1.61 16 0 61.86 50.14 112 112 112s112-50.14 112-112c0-5.48-.85-10.73-1.61-16H624c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM288 96h81.24l76.8 96H288V96zM176 416c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48zm288 0c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48z\"]\n};\nvar faTshirt = {\n prefix: 'fas',\n iconName: 'tshirt',\n icon: [640, 512, [], \"f553\", \"M631.2 96.5L436.5 0C416.4 27.8 371.9 47.2 320 47.2S223.6 27.8 203.5 0L8.8 96.5c-7.9 4-11.1 13.6-7.2 21.5l57.2 114.5c4 7.9 13.6 11.1 21.5 7.2l56.6-27.7c10.6-5.2 23 2.5 23 14.4V480c0 17.7 14.3 32 32 32h256c17.7 0 32-14.3 32-32V226.3c0-11.8 12.4-19.6 23-14.4l56.6 27.7c7.9 4 17.5.8 21.5-7.2L638.3 118c4-7.9.8-17.6-7.1-21.5z\"]\n};\nvar faTty = {\n prefix: 'fas',\n iconName: 'tty',\n icon: [512, 512, [], \"f1e4\", \"M5.37 103.822c138.532-138.532 362.936-138.326 501.262 0 6.078 6.078 7.074 15.496 2.583 22.681l-43.214 69.138a18.332 18.332 0 0 1-22.356 7.305l-86.422-34.569a18.335 18.335 0 0 1-11.434-18.846L351.741 90c-62.145-22.454-130.636-21.986-191.483 0l5.953 59.532a18.331 18.331 0 0 1-11.434 18.846l-86.423 34.568a18.334 18.334 0 0 1-22.356-7.305L2.787 126.502a18.333 18.333 0 0 1 2.583-22.68zM96 308v-40c0-6.627-5.373-12-12-12H44c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12H92c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zM96 500v-40c0-6.627-5.373-12-12-12H44c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm288 0v-40c0-6.627-5.373-12-12-12H140c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h232c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12z\"]\n};\nvar faTv = {\n prefix: 'fas',\n iconName: 'tv',\n icon: [640, 512, [], \"f26c\", \"M592 0H48A48 48 0 0 0 0 48v320a48 48 0 0 0 48 48h240v32H112a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H352v-32h240a48 48 0 0 0 48-48V48a48 48 0 0 0-48-48zm-16 352H64V64h512z\"]\n};\nvar faUmbrella = {\n prefix: 'fas',\n iconName: 'umbrella',\n icon: [576, 512, [], \"f0e9\", \"M575.7 280.8C547.1 144.5 437.3 62.6 320 49.9V32c0-17.7-14.3-32-32-32s-32 14.3-32 32v17.9C138.3 62.6 29.5 144.5.3 280.8c-2.2 10.1 8.5 21.3 18.7 11.4 52-55 107.7-52.4 158.6 37 5.3 9.5 14.9 8.6 19.7 0 20.2-35.4 44.9-73.2 90.7-73.2 58.5 0 88.2 68.8 90.7 73.2 4.8 8.6 14.4 9.5 19.7 0 51-89.5 107.1-91.4 158.6-37 10.3 10 20.9-1.3 18.7-11.4zM256 301.7V432c0 8.8-7.2 16-16 16-7.8 0-13.2-5.3-15.1-10.7-5.9-16.7-24.1-25.4-40.8-19.5-16.7 5.9-25.4 24.2-19.5 40.8 11.2 31.9 41.6 53.3 75.4 53.3 44.1 0 80-35.9 80-80V301.6c-9.1-7.9-19.8-13.6-32-13.6-12.3.1-22.4 4.8-32 13.7z\"]\n};\nvar faUmbrellaBeach = {\n prefix: 'fas',\n iconName: 'umbrella-beach',\n icon: [640, 512, [], \"f5ca\", \"M115.38 136.9l102.11 37.18c35.19-81.54 86.21-144.29 139-173.7-95.88-4.89-188.78 36.96-248.53 111.8-6.69 8.4-2.66 21.05 7.42 24.72zm132.25 48.16l238.48 86.83c35.76-121.38 18.7-231.66-42.63-253.98-7.4-2.7-15.13-4-23.09-4-58.02.01-128.27 69.17-172.76 171.15zM521.48 60.5c6.22 16.3 10.83 34.6 13.2 55.19 5.74 49.89-1.42 108.23-18.95 166.98l102.62 37.36c10.09 3.67 21.31-3.43 21.57-14.17 2.32-95.69-41.91-187.44-118.44-245.36zM560 447.98H321.06L386 269.5l-60.14-21.9-72.9 200.37H16c-8.84 0-16 7.16-16 16.01v32.01C0 504.83 7.16 512 16 512h544c8.84 0 16-7.17 16-16.01v-32.01c0-8.84-7.16-16-16-16z\"]\n};\nvar faUnderline = {\n prefix: 'fas',\n iconName: 'underline',\n icon: [448, 512, [], \"f0cd\", \"M32 64h32v160c0 88.22 71.78 160 160 160s160-71.78 160-160V64h32a16 16 0 0 0 16-16V16a16 16 0 0 0-16-16H272a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32v160a80 80 0 0 1-160 0V64h32a16 16 0 0 0 16-16V16a16 16 0 0 0-16-16H32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm400 384H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faUndo = {\n prefix: 'fas',\n iconName: 'undo',\n icon: [512, 512, [], \"f0e2\", \"M212.333 224.333H12c-6.627 0-12-5.373-12-12V12C0 5.373 5.373 0 12 0h48c6.627 0 12 5.373 12 12v78.112C117.773 39.279 184.26 7.47 258.175 8.007c136.906.994 246.448 111.623 246.157 248.532C504.041 393.258 393.12 504 256.333 504c-64.089 0-122.496-24.313-166.51-64.215-5.099-4.622-5.334-12.554-.467-17.42l33.967-33.967c4.474-4.474 11.662-4.717 16.401-.525C170.76 415.336 211.58 432 256.333 432c97.268 0 176-78.716 176-176 0-97.267-78.716-176-176-176-58.496 0-110.28 28.476-142.274 72.333h98.274c6.627 0 12 5.373 12 12v48c0 6.627-5.373 12-12 12z\"]\n};\nvar faUndoAlt = {\n prefix: 'fas',\n iconName: 'undo-alt',\n icon: [512, 512, [], \"f2ea\", \"M255.545 8c-66.269.119-126.438 26.233-170.86 68.685L48.971 40.971C33.851 25.851 8 36.559 8 57.941V192c0 13.255 10.745 24 24 24h134.059c21.382 0 32.09-25.851 16.971-40.971l-41.75-41.75c30.864-28.899 70.801-44.907 113.23-45.273 92.398-.798 170.283 73.977 169.484 169.442C423.236 348.009 349.816 424 256 424c-41.127 0-79.997-14.678-110.63-41.556-4.743-4.161-11.906-3.908-16.368.553L89.34 422.659c-4.872 4.872-4.631 12.815.482 17.433C133.798 479.813 192.074 504 256 504c136.966 0 247.999-111.033 248-247.998C504.001 119.193 392.354 7.755 255.545 8z\"]\n};\nvar faUniversalAccess = {\n prefix: 'fas',\n iconName: 'universal-access',\n icon: [512, 512, [], \"f29a\", \"M256 48c114.953 0 208 93.029 208 208 0 114.953-93.029 208-208 208-114.953 0-208-93.029-208-208 0-114.953 93.029-208 208-208m0-40C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 56C149.961 64 64 149.961 64 256s85.961 192 192 192 192-85.961 192-192S362.039 64 256 64zm0 44c19.882 0 36 16.118 36 36s-16.118 36-36 36-36-16.118-36-36 16.118-36 36-36zm117.741 98.023c-28.712 6.779-55.511 12.748-82.14 15.807.851 101.023 12.306 123.052 25.037 155.621 3.617 9.26-.957 19.698-10.217 23.315-9.261 3.617-19.699-.957-23.316-10.217-8.705-22.308-17.086-40.636-22.261-78.549h-9.686c-5.167 37.851-13.534 56.208-22.262 78.549-3.615 9.255-14.05 13.836-23.315 10.217-9.26-3.617-13.834-14.056-10.217-23.315 12.713-32.541 24.185-54.541 25.037-155.621-26.629-3.058-53.428-9.027-82.141-15.807-8.6-2.031-13.926-10.648-11.895-19.249s10.647-13.926 19.249-11.895c96.686 22.829 124.283 22.783 220.775 0 8.599-2.03 17.218 3.294 19.249 11.895 2.029 8.601-3.297 17.219-11.897 19.249z\"]\n};\nvar faUniversity = {\n prefix: 'fas',\n iconName: 'university',\n icon: [512, 512, [], \"f19c\", \"M496 128v16a8 8 0 0 1-8 8h-24v12c0 6.627-5.373 12-12 12H60c-6.627 0-12-5.373-12-12v-12H24a8 8 0 0 1-8-8v-16a8 8 0 0 1 4.941-7.392l232-88a7.996 7.996 0 0 1 6.118 0l232 88A8 8 0 0 1 496 128zm-24 304H40c-13.255 0-24 10.745-24 24v16a8 8 0 0 0 8 8h464a8 8 0 0 0 8-8v-16c0-13.255-10.745-24-24-24zM96 192v192H60c-6.627 0-12 5.373-12 12v20h416v-20c0-6.627-5.373-12-12-12h-36V192h-64v192h-64V192h-64v192h-64V192H96z\"]\n};\nvar faUnlink = {\n prefix: 'fas',\n iconName: 'unlink',\n icon: [512, 512, [], \"f127\", \"M304.083 405.907c4.686 4.686 4.686 12.284 0 16.971l-44.674 44.674c-59.263 59.262-155.693 59.266-214.961 0-59.264-59.265-59.264-155.696 0-214.96l44.675-44.675c4.686-4.686 12.284-4.686 16.971 0l39.598 39.598c4.686 4.686 4.686 12.284 0 16.971l-44.675 44.674c-28.072 28.073-28.072 73.75 0 101.823 28.072 28.072 73.75 28.073 101.824 0l44.674-44.674c4.686-4.686 12.284-4.686 16.971 0l39.597 39.598zm-56.568-260.216c4.686 4.686 12.284 4.686 16.971 0l44.674-44.674c28.072-28.075 73.75-28.073 101.824 0 28.072 28.073 28.072 73.75 0 101.823l-44.675 44.674c-4.686 4.686-4.686 12.284 0 16.971l39.598 39.598c4.686 4.686 12.284 4.686 16.971 0l44.675-44.675c59.265-59.265 59.265-155.695 0-214.96-59.266-59.264-155.695-59.264-214.961 0l-44.674 44.674c-4.686 4.686-4.686 12.284 0 16.971l39.597 39.598zm234.828 359.28l22.627-22.627c9.373-9.373 9.373-24.569 0-33.941L63.598 7.029c-9.373-9.373-24.569-9.373-33.941 0L7.029 29.657c-9.373 9.373-9.373 24.569 0 33.941l441.373 441.373c9.373 9.372 24.569 9.372 33.941 0z\"]\n};\nvar faUnlock = {\n prefix: 'fas',\n iconName: 'unlock',\n icon: [448, 512, [], \"f09c\", \"M400 256H152V152.9c0-39.6 31.7-72.5 71.3-72.9 40-.4 72.7 32.1 72.7 72v16c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24v-16C376 68 307.5-.3 223.5 0 139.5.3 72 69.5 72 153.5V256H48c-26.5 0-48 21.5-48 48v160c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z\"]\n};\nvar faUnlockAlt = {\n prefix: 'fas',\n iconName: 'unlock-alt',\n icon: [448, 512, [], \"f13e\", \"M400 256H152V152.9c0-39.6 31.7-72.5 71.3-72.9 40-.4 72.7 32.1 72.7 72v16c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24v-16C376 68 307.5-.3 223.5 0 139.5.3 72 69.5 72 153.5V256H48c-26.5 0-48 21.5-48 48v160c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zM264 408c0 22.1-17.9 40-40 40s-40-17.9-40-40v-48c0-22.1 17.9-40 40-40s40 17.9 40 40v48z\"]\n};\nvar faUpload = {\n prefix: 'fas',\n iconName: 'upload',\n icon: [512, 512, [], \"f093\", \"M296 384h-80c-13.3 0-24-10.7-24-24V192h-87.7c-17.8 0-26.7-21.5-14.1-34.1L242.3 5.7c7.5-7.5 19.8-7.5 27.3 0l152.2 152.2c12.6 12.6 3.7 34.1-14.1 34.1H320v168c0 13.3-10.7 24-24 24zm216-8v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h136v8c0 30.9 25.1 56 56 56h80c30.9 0 56-25.1 56-56v-8h136c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z\"]\n};\nvar faUser = {\n prefix: 'fas',\n iconName: 'user',\n icon: [448, 512, [], \"f007\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"]\n};\nvar faUserAlt = {\n prefix: 'fas',\n iconName: 'user-alt',\n icon: [512, 512, [], \"f406\", \"M256 288c79.5 0 144-64.5 144-144S335.5 0 256 0 112 64.5 112 144s64.5 144 144 144zm128 32h-55.1c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16H128C57.3 320 0 377.3 0 448v16c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48v-16c0-70.7-57.3-128-128-128z\"]\n};\nvar faUserAltSlash = {\n prefix: 'fas',\n iconName: 'user-alt-slash',\n icon: [640, 512, [], \"f4fa\", \"M633.8 458.1L389.6 269.3C433.8 244.7 464 198.1 464 144 464 64.5 399.5 0 320 0c-67.1 0-123 46.1-139 108.2L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4l588.4 454.7c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.4-6.8 4.1-16.9-2.9-22.3zM198.4 320C124.2 320 64 380.2 64 454.4v9.6c0 26.5 21.5 48 48 48h382.2L245.8 320h-47.4z\"]\n};\nvar faUserAstronaut = {\n prefix: 'fas',\n iconName: 'user-astronaut',\n icon: [448, 512, [], \"f4fb\", \"M64 224h13.5c24.7 56.5 80.9 96 146.5 96s121.8-39.5 146.5-96H384c8.8 0 16-7.2 16-16v-96c0-8.8-7.2-16-16-16h-13.5C345.8 39.5 289.6 0 224 0S102.2 39.5 77.5 96H64c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16zm40-88c0-22.1 21.5-40 48-40h144c26.5 0 48 17.9 48 40v24c0 53-43 96-96 96h-48c-53 0-96-43-96-96v-24zm72 72l12-36 36-12-36-12-12-36-12 36-36 12 36 12 12 36zm151.6 113.4C297.7 340.7 262.2 352 224 352s-73.7-11.3-103.6-30.6C52.9 328.5 0 385 0 454.4v9.6c0 26.5 21.5 48 48 48h80v-64c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32v64h80c26.5 0 48-21.5 48-48v-9.6c0-69.4-52.9-125.9-120.4-133zM272 448c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm-96 0c-8.8 0-16 7.2-16 16v48h32v-48c0-8.8-7.2-16-16-16z\"]\n};\nvar faUserCheck = {\n prefix: 'fas',\n iconName: 'user-check',\n icon: [640, 512, [], \"f4fc\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4zm323-128.4l-27.8-28.1c-4.6-4.7-12.1-4.7-16.8-.1l-104.8 104-45.5-45.8c-4.6-4.7-12.1-4.7-16.8-.1l-28.1 27.9c-4.7 4.6-4.7 12.1-.1 16.8l81.7 82.3c4.6 4.7 12.1 4.7 16.8.1l141.3-140.2c4.6-4.7 4.7-12.2.1-16.8z\"]\n};\nvar faUserCircle = {\n prefix: 'fas',\n iconName: 'user-circle',\n icon: [496, 512, [], \"f2bd\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 96c48.6 0 88 39.4 88 88s-39.4 88-88 88-88-39.4-88-88 39.4-88 88-88zm0 344c-58.7 0-111.3-26.6-146.5-68.2 18.8-35.4 55.6-59.8 98.5-59.8 2.4 0 4.8.4 7.1 1.1 13 4.2 26.6 6.9 40.9 6.9 14.3 0 28-2.7 40.9-6.9 2.3-.7 4.7-1.1 7.1-1.1 42.9 0 79.7 24.4 98.5 59.8C359.3 421.4 306.7 448 248 448z\"]\n};\nvar faUserClock = {\n prefix: 'fas',\n iconName: 'user-clock',\n icon: [640, 512, [], \"f4fd\", \"M496 224c-79.6 0-144 64.4-144 144s64.4 144 144 144 144-64.4 144-144-64.4-144-144-144zm64 150.3c0 5.3-4.4 9.7-9.7 9.7h-60.6c-5.3 0-9.7-4.4-9.7-9.7v-76.6c0-5.3 4.4-9.7 9.7-9.7h12.6c5.3 0 9.7 4.4 9.7 9.7V352h38.3c5.3 0 9.7 4.4 9.7 9.7v12.6zM320 368c0-27.8 6.7-54.1 18.2-77.5-8-1.5-16.2-2.5-24.6-2.5h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h347.1c-45.3-31.9-75.1-84.5-75.1-144zm-96-112c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128z\"]\n};\nvar faUserCog = {\n prefix: 'fas',\n iconName: 'user-cog',\n icon: [640, 512, [], \"f4fe\", \"M610.5 373.3c2.6-14.1 2.6-28.5 0-42.6l25.8-14.9c3-1.7 4.3-5.2 3.3-8.5-6.7-21.6-18.2-41.2-33.2-57.4-2.3-2.5-6-3.1-9-1.4l-25.8 14.9c-10.9-9.3-23.4-16.5-36.9-21.3v-29.8c0-3.4-2.4-6.4-5.7-7.1-22.3-5-45-4.8-66.2 0-3.3.7-5.7 3.7-5.7 7.1v29.8c-13.5 4.8-26 12-36.9 21.3l-25.8-14.9c-2.9-1.7-6.7-1.1-9 1.4-15 16.2-26.5 35.8-33.2 57.4-1 3.3.4 6.8 3.3 8.5l25.8 14.9c-2.6 14.1-2.6 28.5 0 42.6l-25.8 14.9c-3 1.7-4.3 5.2-3.3 8.5 6.7 21.6 18.2 41.1 33.2 57.4 2.3 2.5 6 3.1 9 1.4l25.8-14.9c10.9 9.3 23.4 16.5 36.9 21.3v29.8c0 3.4 2.4 6.4 5.7 7.1 22.3 5 45 4.8 66.2 0 3.3-.7 5.7-3.7 5.7-7.1v-29.8c13.5-4.8 26-12 36.9-21.3l25.8 14.9c2.9 1.7 6.7 1.1 9-1.4 15-16.2 26.5-35.8 33.2-57.4 1-3.3-.4-6.8-3.3-8.5l-25.8-14.9zM496 400.5c-26.8 0-48.5-21.8-48.5-48.5s21.8-48.5 48.5-48.5 48.5 21.8 48.5 48.5-21.7 48.5-48.5 48.5zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm201.2 226.5c-2.3-1.2-4.6-2.6-6.8-3.9l-7.9 4.6c-6 3.4-12.8 5.3-19.6 5.3-10.9 0-21.4-4.6-28.9-12.6-18.3-19.8-32.3-43.9-40.2-69.6-5.5-17.7 1.9-36.4 17.9-45.7l7.9-4.6c-.1-2.6-.1-5.2 0-7.8l-7.9-4.6c-16-9.2-23.4-28-17.9-45.7.9-2.9 2.2-5.8 3.2-8.7-3.8-.3-7.5-1.2-11.4-1.2h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c10.1 0 19.5-3.2 27.2-8.5-1.2-3.8-2-7.7-2-11.8v-9.2z\"]\n};\nvar faUserEdit = {\n prefix: 'fas',\n iconName: 'user-edit',\n icon: [640, 512, [], \"f4ff\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h274.9c-2.4-6.8-3.4-14-2.6-21.3l6.8-60.9 1.2-11.1 7.9-7.9 77.3-77.3c-24.5-27.7-60-45.5-99.9-45.5zm45.3 145.3l-6.8 61c-1.1 10.2 7.5 18.8 17.6 17.6l60.9-6.8 137.9-137.9-71.7-71.7-137.9 137.8zM633 268.9L595.1 231c-9.3-9.3-24.5-9.3-33.8 0l-37.8 37.8-4.1 4.1 71.8 71.7 41.8-41.8c9.3-9.4 9.3-24.5 0-33.9z\"]\n};\nvar faUserFriends = {\n prefix: 'fas',\n iconName: 'user-friends',\n icon: [640, 512, [], \"f500\", \"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"]\n};\nvar faUserGraduate = {\n prefix: 'fas',\n iconName: 'user-graduate',\n icon: [448, 512, [], \"f501\", \"M319.4 320.6L224 416l-95.4-95.4C57.1 323.7 0 382.2 0 454.4v9.6c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-9.6c0-72.2-57.1-130.7-128.6-133.8zM13.6 79.8l6.4 1.5v58.4c-7 4.2-12 11.5-12 20.3 0 8.4 4.6 15.4 11.1 19.7L3.5 242c-1.7 6.9 2.1 14 7.6 14h41.8c5.5 0 9.3-7.1 7.6-14l-15.6-62.3C51.4 175.4 56 168.4 56 160c0-8.8-5-16.1-12-20.3V87.1l66 15.9c-8.6 17.2-14 36.4-14 57 0 70.7 57.3 128 128 128s128-57.3 128-128c0-20.6-5.3-39.8-14-57l96.3-23.2c18.2-4.4 18.2-27.1 0-31.5l-190.4-46c-13-3.1-26.7-3.1-39.7 0L13.6 48.2c-18.1 4.4-18.1 27.2 0 31.6z\"]\n};\nvar faUserInjured = {\n prefix: 'fas',\n iconName: 'user-injured',\n icon: [448, 512, [], \"f728\", \"M277.37 11.98C261.08 4.47 243.11 0 224 0c-53.69 0-99.5 33.13-118.51 80h81.19l90.69-68.02zM342.51 80c-7.9-19.47-20.67-36.2-36.49-49.52L239.99 80h102.52zM224 256c70.69 0 128-57.31 128-128 0-5.48-.95-10.7-1.61-16H97.61c-.67 5.3-1.61 10.52-1.61 16 0 70.69 57.31 128 128 128zM80 299.7V512h128.26l-98.45-221.52A132.835 132.835 0 0 0 80 299.7zM0 464c0 26.51 21.49 48 48 48V320.24C18.88 344.89 0 381.26 0 422.4V464zm256-48h-55.38l42.67 96H256c26.47 0 48-21.53 48-48s-21.53-48-48-48zm57.6-128h-16.71c-22.24 10.18-46.88 16-72.89 16s-50.65-5.82-72.89-16h-7.37l42.67 96H256c44.11 0 80 35.89 80 80 0 18.08-6.26 34.59-16.41 48H400c26.51 0 48-21.49 48-48v-41.6c0-74.23-60.17-134.4-134.4-134.4z\"]\n};\nvar faUserLock = {\n prefix: 'fas',\n iconName: 'user-lock',\n icon: [640, 512, [], \"f502\", \"M224 256A128 128 0 1 0 96 128a128 128 0 0 0 128 128zm96 64a63.08 63.08 0 0 1 8.1-30.5c-4.8-.5-9.5-1.5-14.5-1.5h-16.7a174.08 174.08 0 0 1-145.8 0h-16.7A134.43 134.43 0 0 0 0 422.4V464a48 48 0 0 0 48 48h280.9a63.54 63.54 0 0 1-8.9-32zm288-32h-32v-80a80 80 0 0 0-160 0v80h-32a32 32 0 0 0-32 32v160a32 32 0 0 0 32 32h224a32 32 0 0 0 32-32V320a32 32 0 0 0-32-32zM496 432a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm32-144h-64v-80a32 32 0 0 1 64 0z\"]\n};\nvar faUserMd = {\n prefix: 'fas',\n iconName: 'user-md',\n icon: [448, 512, [], \"f0f0\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zM104 424c0 13.3 10.7 24 24 24s24-10.7 24-24-10.7-24-24-24-24 10.7-24 24zm216-135.4v49c36.5 7.4 64 39.8 64 78.4v41.7c0 7.6-5.4 14.2-12.9 15.7l-32.2 6.4c-4.3.9-8.5-1.9-9.4-6.3l-3.1-15.7c-.9-4.3 1.9-8.6 6.3-9.4l19.3-3.9V416c0-62.8-96-65.1-96 1.9v26.7l19.3 3.9c4.3.9 7.1 5.1 6.3 9.4l-3.1 15.7c-.9 4.3-5.1 7.1-9.4 6.3l-31.2-4.2c-7.9-1.1-13.8-7.8-13.8-15.9V416c0-38.6 27.5-70.9 64-78.4v-45.2c-2.2.7-4.4 1.1-6.6 1.9-18 6.3-37.3 9.8-57.4 9.8s-39.4-3.5-57.4-9.8c-7.4-2.6-14.9-4.2-22.6-5.2v81.6c23.1 6.9 40 28.1 40 53.4 0 30.9-25.1 56-56 56s-56-25.1-56-56c0-25.3 16.9-46.5 40-53.4v-80.4C48.5 301 0 355.8 0 422.4v44.8C0 491.9 20.1 512 44.8 512h358.4c24.7 0 44.8-20.1 44.8-44.8v-44.8c0-72-56.8-130.3-128-133.8z\"]\n};\nvar faUserMinus = {\n prefix: 'fas',\n iconName: 'user-minus',\n icon: [640, 512, [], \"f503\", \"M624 208H432c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h192c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm-400 48c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"]\n};\nvar faUserNinja = {\n prefix: 'fas',\n iconName: 'user-ninja',\n icon: [448, 512, [], \"f504\", \"M325.4 289.2L224 390.6 122.6 289.2C54 295.3 0 352.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-70.2-54-127.1-122.6-133.2zM32 192c27.3 0 51.8-11.5 69.2-29.7 15.1 53.9 64 93.7 122.8 93.7 70.7 0 128-57.3 128-128S294.7 0 224 0c-50.4 0-93.6 29.4-114.5 71.8C92.1 47.8 64 32 32 32c0 33.4 17.1 62.8 43.1 80-26 17.2-43.1 46.6-43.1 80zm144-96h96c17.7 0 32 14.3 32 32H144c0-17.7 14.3-32 32-32z\"]\n};\nvar faUserNurse = {\n prefix: 'fas',\n iconName: 'user-nurse',\n icon: [448, 512, [], \"f82f\", \"M319.41,320,224,415.39,128.59,320C57.1,323.1,0,381.6,0,453.79A58.21,58.21,0,0,0,58.21,512H389.79A58.21,58.21,0,0,0,448,453.79C448,381.6,390.9,323.1,319.41,320ZM224,304A128,128,0,0,0,352,176V65.82a32,32,0,0,0-20.76-30L246.47,4.07a64,64,0,0,0-44.94,0L116.76,35.86A32,32,0,0,0,96,65.82V176A128,128,0,0,0,224,304ZM184,71.67a5,5,0,0,1,5-5h21.67V45a5,5,0,0,1,5-5h16.66a5,5,0,0,1,5,5V66.67H259a5,5,0,0,1,5,5V88.33a5,5,0,0,1-5,5H237.33V115a5,5,0,0,1-5,5H215.67a5,5,0,0,1-5-5V93.33H189a5,5,0,0,1-5-5ZM144,160H304v16a80,80,0,0,1-160,0Z\"]\n};\nvar faUserPlus = {\n prefix: 'fas',\n iconName: 'user-plus',\n icon: [640, 512, [], \"f234\", \"M624 208h-64v-64c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v64h-64c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h64v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-64h64c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm-400 48c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"]\n};\nvar faUserSecret = {\n prefix: 'fas',\n iconName: 'user-secret',\n icon: [448, 512, [], \"f21b\", \"M383.9 308.3l23.9-62.6c4-10.5-3.7-21.7-15-21.7h-58.5c11-18.9 17.8-40.6 17.8-64v-.3c39.2-7.8 64-19.1 64-31.7 0-13.3-27.3-25.1-70.1-33-9.2-32.8-27-65.8-40.6-82.8-9.5-11.9-25.9-15.6-39.5-8.8l-27.6 13.8c-9 4.5-19.6 4.5-28.6 0L182.1 3.4c-13.6-6.8-30-3.1-39.5 8.8-13.5 17-31.4 50-40.6 82.8-42.7 7.9-70 19.7-70 33 0 12.6 24.8 23.9 64 31.7v.3c0 23.4 6.8 45.1 17.8 64H56.3c-11.5 0-19.2 11.7-14.7 22.3l25.8 60.2C27.3 329.8 0 372.7 0 422.4v44.8C0 491.9 20.1 512 44.8 512h358.4c24.7 0 44.8-20.1 44.8-44.8v-44.8c0-48.4-25.8-90.4-64.1-114.1zM176 480l-41.6-192 49.6 32 24 40-32 120zm96 0l-32-120 24-40 49.6-32L272 480zm41.7-298.5c-3.9 11.9-7 24.6-16.5 33.4-10.1 9.3-48 22.4-64-25-2.8-8.4-15.4-8.4-18.3 0-17 50.2-56 32.4-64 25-9.5-8.8-12.7-21.5-16.5-33.4-.8-2.5-6.3-5.7-6.3-5.8v-10.8c28.3 3.6 61 5.8 96 5.8s67.7-2.1 96-5.8v10.8c-.1.1-5.6 3.2-6.4 5.8z\"]\n};\nvar faUserShield = {\n prefix: 'fas',\n iconName: 'user-shield',\n icon: [640, 512, [], \"f505\", \"M622.3 271.1l-115.2-45c-4.1-1.6-12.6-3.7-22.2 0l-115.2 45c-10.7 4.2-17.7 14-17.7 24.9 0 111.6 68.7 188.8 132.9 213.9 9.6 3.7 18 1.6 22.2 0C558.4 489.9 640 420.5 640 296c0-10.9-7-20.7-17.7-24.9zM496 462.4V273.3l95.5 37.3c-5.6 87.1-60.9 135.4-95.5 151.8zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm96 40c0-2.5.8-4.8 1.1-7.2-2.5-.1-4.9-.8-7.5-.8h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c6.8 0 13.3-1.5 19.2-4-54-42.9-99.2-116.7-99.2-212z\"]\n};\nvar faUserSlash = {\n prefix: 'fas',\n iconName: 'user-slash',\n icon: [640, 512, [], \"f506\", \"M633.8 458.1L362.3 248.3C412.1 230.7 448 183.8 448 128 448 57.3 390.7 0 320 0c-67.1 0-121.5 51.8-126.9 117.4L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4l588.4 454.7c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.4-6.8 4.1-16.9-2.9-22.3zM96 422.4V464c0 26.5 21.5 48 48 48h350.2L207.4 290.3C144.2 301.3 96 356 96 422.4z\"]\n};\nvar faUserTag = {\n prefix: 'fas',\n iconName: 'user-tag',\n icon: [640, 512, [], \"f507\", \"M630.6 364.9l-90.3-90.2c-12-12-28.3-18.7-45.3-18.7h-79.3c-17.7 0-32 14.3-32 32v79.2c0 17 6.7 33.2 18.7 45.2l90.3 90.2c12.5 12.5 32.8 12.5 45.3 0l92.5-92.5c12.6-12.5 12.6-32.7.1-45.2zm-182.8-21c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24c0 13.2-10.7 24-24 24zm-223.8-88c70.7 0 128-57.3 128-128C352 57.3 294.7 0 224 0S96 57.3 96 128c0 70.6 57.3 127.9 128 127.9zm127.8 111.2V294c-12.2-3.6-24.9-6.2-38.2-6.2h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 287.9 0 348.1 0 422.3v41.6c0 26.5 21.5 48 48 48h352c15.5 0 29.1-7.5 37.9-18.9l-58-58c-18.1-18.1-28.1-42.2-28.1-67.9z\"]\n};\nvar faUserTie = {\n prefix: 'fas',\n iconName: 'user-tie',\n icon: [448, 512, [], \"f508\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm95.8 32.6L272 480l-32-136 32-56h-96l32 56-32 136-47.8-191.4C56.9 292 0 350.3 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-72.1-56.9-130.4-128.2-133.8z\"]\n};\nvar faUserTimes = {\n prefix: 'fas',\n iconName: 'user-times',\n icon: [640, 512, [], \"f235\", \"M589.6 240l45.6-45.6c6.3-6.3 6.3-16.5 0-22.8l-22.8-22.8c-6.3-6.3-16.5-6.3-22.8 0L544 194.4l-45.6-45.6c-6.3-6.3-16.5-6.3-22.8 0l-22.8 22.8c-6.3 6.3-6.3 16.5 0 22.8l45.6 45.6-45.6 45.6c-6.3 6.3-6.3 16.5 0 22.8l22.8 22.8c6.3 6.3 16.5 6.3 22.8 0l45.6-45.6 45.6 45.6c6.3 6.3 16.5 6.3 22.8 0l22.8-22.8c6.3-6.3 6.3-16.5 0-22.8L589.6 240zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"]\n};\nvar faUsers = {\n prefix: 'fas',\n iconName: 'users',\n icon: [640, 512, [], \"f0c0\", \"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"]\n};\nvar faUsersCog = {\n prefix: 'fas',\n iconName: 'users-cog',\n icon: [640, 512, [], \"f509\", \"M610.5 341.3c2.6-14.1 2.6-28.5 0-42.6l25.8-14.9c3-1.7 4.3-5.2 3.3-8.5-6.7-21.6-18.2-41.2-33.2-57.4-2.3-2.5-6-3.1-9-1.4l-25.8 14.9c-10.9-9.3-23.4-16.5-36.9-21.3v-29.8c0-3.4-2.4-6.4-5.7-7.1-22.3-5-45-4.8-66.2 0-3.3.7-5.7 3.7-5.7 7.1v29.8c-13.5 4.8-26 12-36.9 21.3l-25.8-14.9c-2.9-1.7-6.7-1.1-9 1.4-15 16.2-26.5 35.8-33.2 57.4-1 3.3.4 6.8 3.3 8.5l25.8 14.9c-2.6 14.1-2.6 28.5 0 42.6l-25.8 14.9c-3 1.7-4.3 5.2-3.3 8.5 6.7 21.6 18.2 41.1 33.2 57.4 2.3 2.5 6 3.1 9 1.4l25.8-14.9c10.9 9.3 23.4 16.5 36.9 21.3v29.8c0 3.4 2.4 6.4 5.7 7.1 22.3 5 45 4.8 66.2 0 3.3-.7 5.7-3.7 5.7-7.1v-29.8c13.5-4.8 26-12 36.9-21.3l25.8 14.9c2.9 1.7 6.7 1.1 9-1.4 15-16.2 26.5-35.8 33.2-57.4 1-3.3-.4-6.8-3.3-8.5l-25.8-14.9zM496 368.5c-26.8 0-48.5-21.8-48.5-48.5s21.8-48.5 48.5-48.5 48.5 21.8 48.5 48.5-21.7 48.5-48.5 48.5zM96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm224 32c1.9 0 3.7-.5 5.6-.6 8.3-21.7 20.5-42.1 36.3-59.2 7.4-8 17.9-12.6 28.9-12.6 6.9 0 13.7 1.8 19.6 5.3l7.9 4.6c.8-.5 1.6-.9 2.4-1.4 7-14.6 11.2-30.8 11.2-48 0-61.9-50.1-112-112-112S208 82.1 208 144c0 61.9 50.1 112 112 112zm105.2 194.5c-2.3-1.2-4.6-2.6-6.8-3.9-8.2 4.8-15.3 9.8-27.5 9.8-10.9 0-21.4-4.6-28.9-12.6-18.3-19.8-32.3-43.9-40.2-69.6-10.7-34.5 24.9-49.7 25.8-50.3-.1-2.6-.1-5.2 0-7.8l-7.9-4.6c-3.8-2.2-7-5-9.8-8.1-3.3.2-6.5.6-9.8.6-24.6 0-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h255.4c-3.7-6-6.2-12.8-6.2-20.3v-9.2zM173.1 274.6C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"]\n};\nvar faUsersSlash = {\n prefix: 'fas',\n iconName: 'users-slash',\n icon: [640, 512, [], \"e073\", \"M132.65,212.32,36.21,137.78A63.4,63.4,0,0,0,32,160a63.84,63.84,0,0,0,100.65,52.32Zm40.44,62.28A63.79,63.79,0,0,0,128,256H64A64.06,64.06,0,0,0,0,320v32a32,32,0,0,0,32,32H97.91A146.62,146.62,0,0,1,173.09,274.6ZM544,224a64,64,0,1,0-64-64A64.06,64.06,0,0,0,544,224ZM500.56,355.11a114.24,114.24,0,0,0-84.47-65.28L361,247.23c41.46-16.3,71-55.92,71-103.23A111.93,111.93,0,0,0,320,32c-57.14,0-103.69,42.83-110.6,98.08L45.46,3.38A16,16,0,0,0,23,6.19L3.37,31.46A16,16,0,0,0,6.18,53.91L594.53,508.63A16,16,0,0,0,617,505.82l19.64-25.27a16,16,0,0,0-2.81-22.45ZM128,403.21V432a48,48,0,0,0,48,48H464a47.45,47.45,0,0,0,12.57-1.87L232,289.13C173.74,294.83,128,343.42,128,403.21ZM576,256H512a63.79,63.79,0,0,0-45.09,18.6A146.29,146.29,0,0,1,542,384h66a32,32,0,0,0,32-32V320A64.06,64.06,0,0,0,576,256Z\"]\n};\nvar faUtensilSpoon = {\n prefix: 'fas',\n iconName: 'utensil-spoon',\n icon: [512, 512, [], \"f2e5\", \"M480.1 31.9c-55-55.1-164.9-34.5-227.8 28.5-49.3 49.3-55.1 110-28.8 160.4L9 413.2c-11.6 10.5-12.1 28.5-1 39.5L59.3 504c11 11 29.1 10.5 39.5-1.1l192.4-214.4c50.4 26.3 111.1 20.5 160.4-28.8 63-62.9 83.6-172.8 28.5-227.8z\"]\n};\nvar faUtensils = {\n prefix: 'fas',\n iconName: 'utensils',\n icon: [416, 512, [], \"f2e7\", \"M207.9 15.2c.8 4.7 16.1 94.5 16.1 128.8 0 52.3-27.8 89.6-68.9 104.6L168 486.7c.7 13.7-10.2 25.3-24 25.3H80c-13.7 0-24.7-11.5-24-25.3l12.9-238.1C27.7 233.6 0 196.2 0 144 0 109.6 15.3 19.9 16.1 15.2 19.3-5.1 61.4-5.4 64 16.3v141.2c1.3 3.4 15.1 3.2 16 0 1.4-25.3 7.9-139.2 8-141.8 3.3-20.8 44.7-20.8 47.9 0 .2 2.7 6.6 116.5 8 141.8.9 3.2 14.8 3.4 16 0V16.3c2.6-21.6 44.8-21.4 48-1.1zm119.2 285.7l-15 185.1c-1.2 14 9.9 26 23.9 26h56c13.3 0 24-10.7 24-24V24c0-13.2-10.7-24-24-24-82.5 0-221.4 178.5-64.9 300.9z\"]\n};\nvar faVectorSquare = {\n prefix: 'fas',\n iconName: 'vector-square',\n icon: [512, 512, [], \"f5cb\", \"M512 128V32c0-17.67-14.33-32-32-32h-96c-17.67 0-32 14.33-32 32H160c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v96c0 17.67 14.33 32 32 32v192c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32h192c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32V160c17.67 0 32-14.33 32-32zm-96-64h32v32h-32V64zM64 64h32v32H64V64zm32 384H64v-32h32v32zm352 0h-32v-32h32v32zm-32-96h-32c-17.67 0-32 14.33-32 32v32H160v-32c0-17.67-14.33-32-32-32H96V160h32c17.67 0 32-14.33 32-32V96h192v32c0 17.67 14.33 32 32 32h32v192z\"]\n};\nvar faVenus = {\n prefix: 'fas',\n iconName: 'venus',\n icon: [288, 512, [], \"f221\", \"M288 176c0-79.5-64.5-144-144-144S0 96.5 0 176c0 68.5 47.9 125.9 112 140.4V368H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v36c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-36h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-51.6c64.1-14.5 112-71.9 112-140.4zm-224 0c0-44.1 35.9-80 80-80s80 35.9 80 80-35.9 80-80 80-80-35.9-80-80z\"]\n};\nvar faVenusDouble = {\n prefix: 'fas',\n iconName: 'venus-double',\n icon: [512, 512, [], \"f226\", \"M288 176c0-79.5-64.5-144-144-144S0 96.5 0 176c0 68.5 47.9 125.9 112 140.4V368H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v36c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-36h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-51.6c64.1-14.5 112-71.9 112-140.4zm-224 0c0-44.1 35.9-80 80-80s80 35.9 80 80-35.9 80-80 80-80-35.9-80-80zm336 140.4V368h36c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-36v36c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-36h-36c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h36v-51.6c-21.2-4.8-40.6-14.3-57.2-27.3 14-16.7 25-36 32.1-57.1 14.5 14.8 34.7 24 57.1 24 44.1 0 80-35.9 80-80s-35.9-80-80-80c-22.3 0-42.6 9.2-57.1 24-7.1-21.1-18-40.4-32.1-57.1C303.4 43.6 334.3 32 368 32c79.5 0 144 64.5 144 144 0 68.5-47.9 125.9-112 140.4z\"]\n};\nvar faVenusMars = {\n prefix: 'fas',\n iconName: 'venus-mars',\n icon: [576, 512, [], \"f228\", \"M564 0h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-48.7 48.7C422.5 72.1 396.2 64 368 64c-33.7 0-64.6 11.6-89.2 30.9 14 16.7 25 36 32.1 57.1 14.5-14.8 34.7-24 57.1-24 44.1 0 80 35.9 80 80s-35.9 80-80 80c-22.3 0-42.6-9.2-57.1-24-7.1 21.1-18 40.4-32.1 57.1 24.5 19.4 55.5 30.9 89.2 30.9 79.5 0 144-64.5 144-144 0-28.2-8.1-54.5-22.1-76.7l48.7-48.7 16.9 16.9c2.4 2.4 5.4 3.5 8.4 3.5 6.2 0 12.1-4.8 12.1-12V12c0-6.6-5.4-12-12-12zM144 64C64.5 64 0 128.5 0 208c0 68.5 47.9 125.9 112 140.4V400H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v36c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-36h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-51.6c64.1-14.6 112-71.9 112-140.4 0-79.5-64.5-144-144-144zm0 224c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faVest = {\n prefix: 'fas',\n iconName: 'vest',\n icon: [448, 512, [], \"e085\", \"M437.252,239.877,384,160V32A32,32,0,0,0,352,0H320a24.021,24.021,0,0,0-13.312,4.031l-25,16.672a103.794,103.794,0,0,1-115.376,0l-25-16.672A24.021,24.021,0,0,0,128,0H96A32,32,0,0,0,64,32V160L10.748,239.877A64,64,0,0,0,0,275.377V480a32,32,0,0,0,32,32H192V288a31.987,31.987,0,0,1,1.643-10.119L207.135,237.4,150.188,66.564A151.518,151.518,0,0,0,224,86.234a151.55,151.55,0,0,0,73.812-19.672L224,288V512H416a32,32,0,0,0,32-32V275.377A64,64,0,0,0,437.252,239.877ZM131.312,371.312l-48,48a16,16,0,0,1-22.624-22.624l48-48a16,16,0,0,1,22.624,22.624Zm256,48a15.992,15.992,0,0,1-22.624,0l-48-48a16,16,0,0,1,22.624-22.624l48,48A15.993,15.993,0,0,1,387.312,419.312Z\"]\n};\nvar faVestPatches = {\n prefix: 'fas',\n iconName: 'vest-patches',\n icon: [448, 512, [], \"e086\", \"M437.252,239.877,384,160V32A32,32,0,0,0,352,0H320a23.982,23.982,0,0,0-13.312,4.031l-25,16.672a103.794,103.794,0,0,1-115.376,0l-25-16.672A23.982,23.982,0,0,0,128,0H96A32,32,0,0,0,64,32V160L10.748,239.877A64,64,0,0,0,0,275.377V480a32,32,0,0,0,32,32H192V288a31.987,31.987,0,0,1,1.643-10.119L207.135,237.4,150.188,66.561A151.579,151.579,0,0,0,224,86.234a151.565,151.565,0,0,0,73.811-19.668L224,288V512H416a32,32,0,0,0,32-32V275.377A64,64,0,0,0,437.252,239.877ZM63.5,272.484a12.01,12.01,0,0,1,17-16.968l15.5,15.5,15.5-15.5a12.01,12.01,0,0,1,17,16.968L112.984,288,128.5,303.516a12.01,12.01,0,0,1-17,16.968L96,304.984l-15.5,15.5a12.01,12.01,0,0,1-17-16.968L79.016,288ZM96,456a40,40,0,1,1,40-40A40,40,0,0,1,96,456ZM359.227,335.785,310.7,336a6.671,6.671,0,0,1-6.7-6.7l.215-48.574A24.987,24.987,0,0,1,331.43,256.1c12.789,1.162,22.129,12.619,22.056,25.419l-.037,5.057,5.051-.037c12.826-.035,24.236,9.275,25.4,22.076A24.948,24.948,0,0,1,359.227,335.785Z\"]\n};\nvar faVial = {\n prefix: 'fas',\n iconName: 'vial',\n icon: [480, 512, [], \"f492\", \"M477.7 186.1L309.5 18.3c-3.1-3.1-8.2-3.1-11.3 0l-34 33.9c-3.1 3.1-3.1 8.2 0 11.3l11.2 11.1L33 316.5c-38.8 38.7-45.1 102-9.4 143.5 20.6 24 49.5 36 78.4 35.9 26.4 0 52.8-10 72.9-30.1l246.3-245.7 11.2 11.1c3.1 3.1 8.2 3.1 11.3 0l34-33.9c3.1-3 3.1-8.1 0-11.2zM318 256H161l148-147.7 78.5 78.3L318 256z\"]\n};\nvar faVials = {\n prefix: 'fas',\n iconName: 'vials',\n icon: [640, 512, [], \"f493\", \"M72 64h24v240c0 44.1 35.9 80 80 80s80-35.9 80-80V64h24c4.4 0 8-3.6 8-8V8c0-4.4-3.6-8-8-8H72c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm72 0h64v96h-64V64zm480 384H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM360 64h24v240c0 44.1 35.9 80 80 80s80-35.9 80-80V64h24c4.4 0 8-3.6 8-8V8c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm72 0h64v96h-64V64z\"]\n};\nvar faVideo = {\n prefix: 'fas',\n iconName: 'video',\n icon: [576, 512, [], \"f03d\", \"M336.2 64H47.8C21.4 64 0 85.4 0 111.8v288.4C0 426.6 21.4 448 47.8 448h288.4c26.4 0 47.8-21.4 47.8-47.8V111.8c0-26.4-21.4-47.8-47.8-47.8zm189.4 37.7L416 177.3v157.4l109.6 75.5c21.2 14.6 50.4-.3 50.4-25.8V127.5c0-25.4-29.1-40.4-50.4-25.8z\"]\n};\nvar faVideoSlash = {\n prefix: 'fas',\n iconName: 'video-slash',\n icon: [640, 512, [], \"f4e2\", \"M633.8 458.1l-55-42.5c15.4-1.4 29.2-13.7 29.2-31.1v-257c0-25.5-29.1-40.4-50.4-25.8L448 177.3v137.2l-32-24.7v-178c0-26.4-21.4-47.8-47.8-47.8H123.9L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4L42.7 82 416 370.6l178.5 138c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.5-6.9 4.2-17-2.8-22.4zM32 400.2c0 26.4 21.4 47.8 47.8 47.8h288.4c11.2 0 21.4-4 29.6-10.5L32 154.7v245.5z\"]\n};\nvar faVihara = {\n prefix: 'fas',\n iconName: 'vihara',\n icon: [640, 512, [], \"f6a7\", \"M632.88 400.71L544 352v-64l55.16-17.69c11.79-5.9 11.79-22.72 0-28.62L480 192v-64l27.31-16.3c7.72-7.72 5.61-20.74-4.16-25.62L320 0 136.85 86.07c-9.77 4.88-11.88 17.9-4.16 25.62L160 128v64L40.84 241.69c-11.79 5.9-11.79 22.72 0 28.62L96 288v64L7.12 400.71c-5.42 3.62-7.7 9.63-7 15.29.62 5.01 3.57 9.75 8.72 12.33L64 448v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h160v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h160v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48l55.15-19.67c5.16-2.58 8.1-7.32 8.72-12.33.71-5.67-1.57-11.68-6.99-15.29zM224 128h192v64H224v-64zm-64 224v-64h320v64H160z\"]\n};\nvar faVirus = {\n prefix: 'fas',\n iconName: 'virus',\n icon: [512, 512, [], \"e074\", \"M483.55,227.55H462c-50.68,0-76.07-61.27-40.23-97.11L437,115.19A28.44,28.44,0,0,0,396.8,75L381.56,90.22c-35.84,35.83-97.11,10.45-97.11-40.23V28.44a28.45,28.45,0,0,0-56.9,0V50c0,50.68-61.27,76.06-97.11,40.23L115.2,75A28.44,28.44,0,0,0,75,115.19l15.25,15.25c35.84,35.84,10.45,97.11-40.23,97.11H28.45a28.45,28.45,0,1,0,0,56.89H50c50.68,0,76.07,61.28,40.23,97.12L75,396.8A28.45,28.45,0,0,0,115.2,437l15.24-15.25c35.84-35.84,97.11-10.45,97.11,40.23v21.54a28.45,28.45,0,0,0,56.9,0V462c0-50.68,61.27-76.07,97.11-40.23L396.8,437A28.45,28.45,0,0,0,437,396.8l-15.25-15.24c-35.84-35.84-10.45-97.12,40.23-97.12h21.54a28.45,28.45,0,1,0,0-56.89ZM224,272a48,48,0,1,1,48-48A48,48,0,0,1,224,272Zm80,56a24,24,0,1,1,24-24A24,24,0,0,1,304,328Z\"]\n};\nvar faVirusSlash = {\n prefix: 'fas',\n iconName: 'virus-slash',\n icon: [640, 512, [], \"e075\", \"M114,227.6H92.4C76.7,227.6,64,240.3,64,256s12.7,28.4,28.4,28.4H114c50.7,0,76.1,61.3,40.2,97.1L139,396.8 c-11.5,10.7-12.2,28.7-1.6,40.2s28.7,12.2,40.2,1.6c0.5-0.5,1.1-1,1.6-1.6l15.2-15.2c35.8-35.8,97.1-10.5,97.1,40.2v21.5 c0,15.7,12.8,28.4,28.5,28.4c15.7,0,28.4-12.7,28.4-28.4V462c0-26.6,17-45.9,38.2-53.4l-244.5-189 C133.7,224.7,123.9,227.5,114,227.6z M617,505.8l19.6-25.3c5.4-7,4.2-17-2.8-22.5L470.6,332c4.2-25.4,24.9-47.5,55.4-47.5h21.5 c15.7,0,28.4-12.7,28.4-28.4s-12.7-28.4-28.4-28.4H526c-50.7,0-76.1-61.3-40.2-97.1l15.2-15.3c10.7-11.5,10-29.5-1.6-40.2 c-10.9-10.1-27.7-10.1-38.6,0l-15.2,15.2c-35.8,35.8-97.1,10.5-97.1-40.2V28.5C348.4,12.7,335.7,0,320,0 c-15.7,0-28.4,12.7-28.4,28.4V50c0,50.7-61.3,76.1-97.1,40.2L179.2,75c-11.1-11.1-29.4-10.6-40.5,0.5L45.5,3.4 c-7-5.4-17-4.2-22.5,2.8L3.4,31.5c-5.4,7-4.2,17,2.8,22.5l588.4,454.7C601.5,514.1,611.6,512.8,617,505.8z M335.4,227.5l-62.9-48.6 c4.9-1.8,10.2-2.8,15.4-2.9c26.5,0,48,21.5,48,48C336,225.2,335.5,226.3,335.4,227.5z\"]\n};\nvar faViruses = {\n prefix: 'fas',\n iconName: 'viruses',\n icon: [640, 512, [], \"e076\", \"M624,352H611.88c-28.51,0-42.79-34.47-22.63-54.63l8.58-8.57a16,16,0,1,0-22.63-22.63l-8.57,8.58C546.47,294.91,512,280.63,512,252.12V240a16,16,0,0,0-32,0v12.12c0,28.51-34.47,42.79-54.63,22.63l-8.57-8.58a16,16,0,0,0-22.63,22.63l8.58,8.57c20.16,20.16,5.88,54.63-22.63,54.63H368a16,16,0,0,0,0,32h12.12c28.51,0,42.79,34.47,22.63,54.63l-8.58,8.57a16,16,0,1,0,22.63,22.63l8.57-8.58c20.16-20.16,54.63-5.88,54.63,22.63V496a16,16,0,0,0,32,0V483.88c0-28.51,34.47-42.79,54.63-22.63l8.57,8.58a16,16,0,1,0,22.63-22.63l-8.58-8.57C569.09,418.47,583.37,384,611.88,384H624a16,16,0,0,0,0-32ZM480,384a32,32,0,1,1,32-32A32,32,0,0,1,480,384ZM346.51,213.33h16.16a21.33,21.33,0,0,0,0-42.66H346.51c-38,0-57.05-46-30.17-72.84l11.43-11.44A21.33,21.33,0,0,0,297.6,56.23L286.17,67.66c-26.88,26.88-72.84,7.85-72.84-30.17V21.33a21.33,21.33,0,0,0-42.66,0V37.49c0,38-46,57.05-72.84,30.17L86.4,56.23A21.33,21.33,0,0,0,56.23,86.39L67.66,97.83c26.88,26.88,7.85,72.84-30.17,72.84H21.33a21.33,21.33,0,0,0,0,42.66H37.49c38,0,57.05,46,30.17,72.84L56.23,297.6A21.33,21.33,0,1,0,86.4,327.77l11.43-11.43c26.88-26.88,72.84-7.85,72.84,30.17v16.16a21.33,21.33,0,0,0,42.66,0V346.51c0-38,46-57.05,72.84-30.17l11.43,11.43a21.33,21.33,0,0,0,30.17-30.17l-11.43-11.43C289.46,259.29,308.49,213.33,346.51,213.33ZM160,192a32,32,0,1,1,32-32A32,32,0,0,1,160,192Zm80,32a16,16,0,1,1,16-16A16,16,0,0,1,240,224Z\"]\n};\nvar faVoicemail = {\n prefix: 'fas',\n iconName: 'voicemail',\n icon: [640, 512, [], \"f897\", \"M496 128a144 144 0 0 0-119.74 224H263.74A144 144 0 1 0 144 416h352a144 144 0 0 0 0-288zM64 272a80 80 0 1 1 80 80 80 80 0 0 1-80-80zm432 80a80 80 0 1 1 80-80 80 80 0 0 1-80 80z\"]\n};\nvar faVolleyballBall = {\n prefix: 'fas',\n iconName: 'volleyball-ball',\n icon: [512, 512, [], \"f45f\", \"M231.39 243.48a285.56 285.56 0 0 0-22.7-105.7c-90.8 42.4-157.5 122.4-180.3 216.8a249 249 0 0 0 56.9 81.1 333.87 333.87 0 0 1 146.1-192.2zm-36.9-134.4a284.23 284.23 0 0 0-57.4-70.7c-91 49.8-144.8 152.9-125 262.2 33.4-83.1 98.4-152 182.4-191.5zm187.6 165.1c8.6-99.8-27.3-197.5-97.5-264.4-14.7-1.7-51.6-5.5-98.9 8.5A333.87 333.87 0 0 1 279.19 241a285 285 0 0 0 102.9 33.18zm-124.7 9.5a286.33 286.33 0 0 0-80.2 72.6c82 57.3 184.5 75.1 277.5 47.8a247.15 247.15 0 0 0 42.2-89.9 336.1 336.1 0 0 1-80.9 10.4c-54.6-.1-108.9-14.1-158.6-40.9zm-98.3 99.7c-15.2 26-25.7 54.4-32.1 84.2a247.07 247.07 0 0 0 289-22.1c-112.9 16.1-203.3-24.8-256.9-62.1zm180.3-360.6c55.3 70.4 82.5 161.2 74.6 253.6a286.59 286.59 0 0 0 89.7-14.2c0-2 .3-4 .3-6 0-107.8-68.7-199.1-164.6-233.4z\"]\n};\nvar faVolumeDown = {\n prefix: 'fas',\n iconName: 'volume-down',\n icon: [384, 512, [], \"f027\", \"M215.03 72.04L126.06 161H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V89.02c0-21.47-25.96-31.98-40.97-16.98zm123.2 108.08c-11.58-6.33-26.19-2.16-32.61 9.45-6.39 11.61-2.16 26.2 9.45 32.61C327.98 229.28 336 242.62 336 257c0 14.38-8.02 27.72-20.92 34.81-11.61 6.41-15.84 21-9.45 32.61 6.43 11.66 21.05 15.8 32.61 9.45 28.23-15.55 45.77-45 45.77-76.88s-17.54-61.32-45.78-76.87z\"]\n};\nvar faVolumeMute = {\n prefix: 'fas',\n iconName: 'volume-mute',\n icon: [512, 512, [], \"f6a9\", \"M215.03 71.05L126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V88.02c0-21.46-25.96-31.98-40.97-16.97zM461.64 256l45.64-45.64c6.3-6.3 6.3-16.52 0-22.82l-22.82-22.82c-6.3-6.3-16.52-6.3-22.82 0L416 210.36l-45.64-45.64c-6.3-6.3-16.52-6.3-22.82 0l-22.82 22.82c-6.3 6.3-6.3 16.52 0 22.82L370.36 256l-45.63 45.63c-6.3 6.3-6.3 16.52 0 22.82l22.82 22.82c6.3 6.3 16.52 6.3 22.82 0L416 301.64l45.64 45.64c6.3 6.3 16.52 6.3 22.82 0l22.82-22.82c6.3-6.3 6.3-16.52 0-22.82L461.64 256z\"]\n};\nvar faVolumeOff = {\n prefix: 'fas',\n iconName: 'volume-off',\n icon: [256, 512, [], \"f026\", \"M215 71l-89 89H24a24 24 0 0 0-24 24v144a24 24 0 0 0 24 24h102.06L215 441c15 15 41 4.47 41-17V88c0-21.47-26-32-41-17z\"]\n};\nvar faVolumeUp = {\n prefix: 'fas',\n iconName: 'volume-up',\n icon: [576, 512, [], \"f028\", \"M215.03 71.05L126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V88.02c0-21.46-25.96-31.98-40.97-16.97zm233.32-51.08c-11.17-7.33-26.18-4.24-33.51 6.95-7.34 11.17-4.22 26.18 6.95 33.51 66.27 43.49 105.82 116.6 105.82 195.58 0 78.98-39.55 152.09-105.82 195.58-11.17 7.32-14.29 22.34-6.95 33.5 7.04 10.71 21.93 14.56 33.51 6.95C528.27 439.58 576 351.33 576 256S528.27 72.43 448.35 19.97zM480 256c0-63.53-32.06-121.94-85.77-156.24-11.19-7.14-26.03-3.82-33.12 7.46s-3.78 26.21 7.41 33.36C408.27 165.97 432 209.11 432 256s-23.73 90.03-63.48 115.42c-11.19 7.14-14.5 22.07-7.41 33.36 6.51 10.36 21.12 15.14 33.12 7.46C447.94 377.94 480 319.54 480 256zm-141.77-76.87c-11.58-6.33-26.19-2.16-32.61 9.45-6.39 11.61-2.16 26.2 9.45 32.61C327.98 228.28 336 241.63 336 256c0 14.38-8.02 27.72-20.92 34.81-11.61 6.41-15.84 21-9.45 32.61 6.43 11.66 21.05 15.8 32.61 9.45 28.23-15.55 45.77-45 45.77-76.88s-17.54-61.32-45.78-76.86z\"]\n};\nvar faVoteYea = {\n prefix: 'fas',\n iconName: 'vote-yea',\n icon: [640, 512, [], \"f772\", \"M608 320h-64v64h22.4c5.3 0 9.6 3.6 9.6 8v16c0 4.4-4.3 8-9.6 8H73.6c-5.3 0-9.6-3.6-9.6-8v-16c0-4.4 4.3-8 9.6-8H96v-64H32c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32h576c17.7 0 32-14.3 32-32v-96c0-17.7-14.3-32-32-32zm-96 64V64.3c0-17.9-14.5-32.3-32.3-32.3H160.4C142.5 32 128 46.5 128 64.3V384h384zM211.2 202l25.5-25.3c4.2-4.2 11-4.2 15.2.1l41.3 41.6 95.2-94.4c4.2-4.2 11-4.2 15.2.1l25.3 25.5c4.2 4.2 4.2 11-.1 15.2L300.5 292c-4.2 4.2-11 4.2-15.2-.1l-74.1-74.7c-4.3-4.2-4.2-11 0-15.2z\"]\n};\nvar faVrCardboard = {\n prefix: 'fas',\n iconName: 'vr-cardboard',\n icon: [640, 512, [], \"f729\", \"M608 64H32C14.33 64 0 78.33 0 96v320c0 17.67 14.33 32 32 32h160.22c25.19 0 48.03-14.77 58.36-37.74l27.74-61.64C286.21 331.08 302.35 320 320 320s33.79 11.08 41.68 28.62l27.74 61.64C399.75 433.23 422.6 448 447.78 448H608c17.67 0 32-14.33 32-32V96c0-17.67-14.33-32-32-32zM160 304c-35.35 0-64-28.65-64-64s28.65-64 64-64 64 28.65 64 64-28.65 64-64 64zm320 0c-35.35 0-64-28.65-64-64s28.65-64 64-64 64 28.65 64 64-28.65 64-64 64z\"]\n};\nvar faWalking = {\n prefix: 'fas',\n iconName: 'walking',\n icon: [320, 512, [], \"f554\", \"M208 96c26.5 0 48-21.5 48-48S234.5 0 208 0s-48 21.5-48 48 21.5 48 48 48zm94.5 149.1l-23.3-11.8-9.7-29.4c-14.7-44.6-55.7-75.8-102.2-75.9-36-.1-55.9 10.1-93.3 25.2-21.6 8.7-39.3 25.2-49.7 46.2L17.6 213c-7.8 15.8-1.5 35 14.2 42.9 15.6 7.9 34.6 1.5 42.5-14.3L81 228c3.5-7 9.3-12.5 16.5-15.4l26.8-10.8-15.2 60.7c-5.2 20.8.4 42.9 14.9 58.8l59.9 65.4c7.2 7.9 12.3 17.4 14.9 27.7l18.3 73.3c4.3 17.1 21.7 27.6 38.8 23.3 17.1-4.3 27.6-21.7 23.3-38.8l-22.2-89c-2.6-10.3-7.7-19.9-14.9-27.7l-45.5-49.7 17.2-68.7 5.5 16.5c5.3 16.1 16.7 29.4 31.7 37l23.3 11.8c15.6 7.9 34.6 1.5 42.5-14.3 7.7-15.7 1.4-35.1-14.3-43zM73.6 385.8c-3.2 8.1-8 15.4-14.2 21.5l-50 50.1c-12.5 12.5-12.5 32.8 0 45.3s32.7 12.5 45.2 0l59.4-59.4c6.1-6.1 10.9-13.4 14.2-21.5l13.5-33.8c-55.3-60.3-38.7-41.8-47.4-53.7l-20.7 51.5z\"]\n};\nvar faWallet = {\n prefix: 'fas',\n iconName: 'wallet',\n icon: [512, 512, [], \"f555\", \"M461.2 128H80c-8.84 0-16-7.16-16-16s7.16-16 16-16h384c8.84 0 16-7.16 16-16 0-26.51-21.49-48-48-48H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h397.2c28.02 0 50.8-21.53 50.8-48V176c0-26.47-22.78-48-50.8-48zM416 336c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faWarehouse = {\n prefix: 'fas',\n iconName: 'warehouse',\n icon: [640, 512, [], \"f494\", \"M504 352H136.4c-4.4 0-8 3.6-8 8l-.1 48c0 4.4 3.6 8 8 8H504c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm0 96H136.1c-4.4 0-8 3.6-8 8l-.1 48c0 4.4 3.6 8 8 8h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm0-192H136.6c-4.4 0-8 3.6-8 8l-.1 48c0 4.4 3.6 8 8 8H504c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm106.5-139L338.4 3.7a48.15 48.15 0 0 0-36.9 0L29.5 117C11.7 124.5 0 141.9 0 161.3V504c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8V256c0-17.6 14.6-32 32.6-32h382.8c18 0 32.6 14.4 32.6 32v248c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8V161.3c0-19.4-11.7-36.8-29.5-44.3z\"]\n};\nvar faWater = {\n prefix: 'fas',\n iconName: 'water',\n icon: [576, 512, [], \"f773\", \"M562.1 383.9c-21.5-2.4-42.1-10.5-57.9-22.9-14.1-11.1-34.2-11.3-48.2 0-37.9 30.4-107.2 30.4-145.7-1.5-13.5-11.2-33-9.1-46.7 1.8-38 30.1-106.9 30-145.2-1.7-13.5-11.2-33.3-8.9-47.1 2-15.5 12.2-36 20.1-57.7 22.4-7.9.8-13.6 7.8-13.6 15.7v32.2c0 9.1 7.6 16.8 16.7 16 28.8-2.5 56.1-11.4 79.4-25.9 56.5 34.6 137 34.1 192 0 56.5 34.6 137 34.1 192 0 23.3 14.2 50.9 23.3 79.1 25.8 9.1.8 16.7-6.9 16.7-16v-31.6c.1-8-5.7-15.4-13.8-16.3zm0-144c-21.5-2.4-42.1-10.5-57.9-22.9-14.1-11.1-34.2-11.3-48.2 0-37.9 30.4-107.2 30.4-145.7-1.5-13.5-11.2-33-9.1-46.7 1.8-38 30.1-106.9 30-145.2-1.7-13.5-11.2-33.3-8.9-47.1 2-15.5 12.2-36 20.1-57.7 22.4-7.9.8-13.6 7.8-13.6 15.7v32.2c0 9.1 7.6 16.8 16.7 16 28.8-2.5 56.1-11.4 79.4-25.9 56.5 34.6 137 34.1 192 0 56.5 34.6 137 34.1 192 0 23.3 14.2 50.9 23.3 79.1 25.8 9.1.8 16.7-6.9 16.7-16v-31.6c.1-8-5.7-15.4-13.8-16.3zm0-144C540.6 93.4 520 85.4 504.2 73 490.1 61.9 470 61.7 456 73c-37.9 30.4-107.2 30.4-145.7-1.5-13.5-11.2-33-9.1-46.7 1.8-38 30.1-106.9 30-145.2-1.7-13.5-11.2-33.3-8.9-47.1 2-15.5 12.2-36 20.1-57.7 22.4-7.9.8-13.6 7.8-13.6 15.7v32.2c0 9.1 7.6 16.8 16.7 16 28.8-2.5 56.1-11.4 79.4-25.9 56.5 34.6 137 34.1 192 0 56.5 34.6 137 34.1 192 0 23.3 14.2 50.9 23.3 79.1 25.8 9.1.8 16.7-6.9 16.7-16v-31.6c.1-8-5.7-15.4-13.8-16.3z\"]\n};\nvar faWaveSquare = {\n prefix: 'fas',\n iconName: 'wave-square',\n icon: [640, 512, [], \"f83e\", \"M476 480H324a36 36 0 0 1-36-36V96h-96v156a36 36 0 0 1-36 36H16a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h112V68a36 36 0 0 1 36-36h152a36 36 0 0 1 36 36v348h96V260a36 36 0 0 1 36-36h140a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H512v156a36 36 0 0 1-36 36z\"]\n};\nvar faWeight = {\n prefix: 'fas',\n iconName: 'weight',\n icon: [512, 512, [], \"f496\", \"M448 64h-25.98C438.44 92.28 448 125.01 448 160c0 105.87-86.13 192-192 192S64 265.87 64 160c0-34.99 9.56-67.72 25.98-96H64C28.71 64 0 92.71 0 128v320c0 35.29 28.71 64 64 64h384c35.29 0 64-28.71 64-64V128c0-35.29-28.71-64-64-64zM256 320c88.37 0 160-71.63 160-160S344.37 0 256 0 96 71.63 96 160s71.63 160 160 160zm-.3-151.94l33.58-78.36c3.5-8.17 12.94-11.92 21.03-8.41 8.12 3.48 11.88 12.89 8.41 21l-33.67 78.55C291.73 188 296 197.45 296 208c0 22.09-17.91 40-40 40s-40-17.91-40-40c0-21.98 17.76-39.77 39.7-39.94z\"]\n};\nvar faWeightHanging = {\n prefix: 'fas',\n iconName: 'weight-hanging',\n icon: [512, 512, [], \"f5cd\", \"M510.28 445.86l-73.03-292.13c-3.8-15.19-16.44-25.72-30.87-25.72h-60.25c3.57-10.05 5.88-20.72 5.88-32 0-53.02-42.98-96-96-96s-96 42.98-96 96c0 11.28 2.3 21.95 5.88 32h-60.25c-14.43 0-27.08 10.54-30.87 25.72L1.72 445.86C-6.61 479.17 16.38 512 48.03 512h415.95c31.64 0 54.63-32.83 46.3-66.14zM256 128c-17.64 0-32-14.36-32-32s14.36-32 32-32 32 14.36 32 32-14.36 32-32 32z\"]\n};\nvar faWheelchair = {\n prefix: 'fas',\n iconName: 'wheelchair',\n icon: [512, 512, [], \"f193\", \"M496.101 385.669l14.227 28.663c3.929 7.915.697 17.516-7.218 21.445l-65.465 32.886c-16.049 7.967-35.556 1.194-43.189-15.055L331.679 320H192c-15.925 0-29.426-11.71-31.679-27.475C126.433 55.308 128.38 70.044 128 64c0-36.358 30.318-65.635 67.052-63.929 33.271 1.545 60.048 28.905 60.925 62.201.868 32.933-23.152 60.423-54.608 65.039l4.67 32.69H336c8.837 0 16 7.163 16 16v32c0 8.837-7.163 16-16 16H215.182l4.572 32H352a32 32 0 0 1 28.962 18.392L438.477 396.8l36.178-18.349c7.915-3.929 17.517-.697 21.446 7.218zM311.358 352h-24.506c-7.788 54.204-54.528 96-110.852 96-61.757 0-112-50.243-112-112 0-41.505 22.694-77.809 56.324-97.156-3.712-25.965-6.844-47.86-9.488-66.333C45.956 198.464 0 261.963 0 336c0 97.047 78.953 176 176 176 71.87 0 133.806-43.308 161.11-105.192L311.358 352z\"]\n};\nvar faWifi = {\n prefix: 'fas',\n iconName: 'wifi',\n icon: [640, 512, [], \"f1eb\", \"M634.91 154.88C457.74-8.99 182.19-8.93 5.09 154.88c-6.66 6.16-6.79 16.59-.35 22.98l34.24 33.97c6.14 6.1 16.02 6.23 22.4.38 145.92-133.68 371.3-133.71 517.25 0 6.38 5.85 16.26 5.71 22.4-.38l34.24-33.97c6.43-6.39 6.3-16.82-.36-22.98zM320 352c-35.35 0-64 28.65-64 64s28.65 64 64 64 64-28.65 64-64-28.65-64-64-64zm202.67-83.59c-115.26-101.93-290.21-101.82-405.34 0-6.9 6.1-7.12 16.69-.57 23.15l34.44 33.99c6 5.92 15.66 6.32 22.05.8 83.95-72.57 209.74-72.41 293.49 0 6.39 5.52 16.05 5.13 22.05-.8l34.44-33.99c6.56-6.46 6.33-17.06-.56-23.15z\"]\n};\nvar faWind = {\n prefix: 'fas',\n iconName: 'wind',\n icon: [512, 512, [], \"f72e\", \"M156.7 256H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h142.2c15.9 0 30.8 10.9 33.4 26.6 3.3 20-12.1 37.4-31.6 37.4-14.1 0-26.1-9.2-30.4-21.9-2.1-6.3-8.6-10.1-15.2-10.1H81.6c-9.8 0-17.7 8.8-15.9 18.4 8.6 44.1 47.6 77.6 94.2 77.6 57.1 0 102.7-50.1 95.2-108.6C249 291 205.4 256 156.7 256zM16 224h336c59.7 0 106.8-54.8 93.8-116.7-7.6-36.2-36.9-65.5-73.1-73.1-55.4-11.6-105.1 24.9-114.9 75.5-1.9 9.6 6.1 18.3 15.8 18.3h32.8c6.7 0 13.1-3.8 15.2-10.1C325.9 105.2 337.9 96 352 96c19.4 0 34.9 17.4 31.6 37.4-2.6 15.7-17.4 26.6-33.4 26.6H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16zm384 32H243.7c19.3 16.6 33.2 38.8 39.8 64H400c26.5 0 48 21.5 48 48s-21.5 48-48 48c-17.9 0-33.3-9.9-41.6-24.4-2.9-5-8.7-7.6-14.5-7.6h-33.8c-10.9 0-19 10.8-15.3 21.1 17.8 50.6 70.5 84.8 129.4 72.3 41.2-8.7 75.1-41.6 84.7-82.7C526 321.5 470.5 256 400 256z\"]\n};\nvar faWindowClose = {\n prefix: 'fas',\n iconName: 'window-close',\n icon: [512, 512, [], \"f410\", \"M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-83.6 290.5c4.8 4.8 4.8 12.6 0 17.4l-40.5 40.5c-4.8 4.8-12.6 4.8-17.4 0L256 313.3l-66.5 67.1c-4.8 4.8-12.6 4.8-17.4 0l-40.5-40.5c-4.8-4.8-4.8-12.6 0-17.4l67.1-66.5-67.1-66.5c-4.8-4.8-4.8-12.6 0-17.4l40.5-40.5c4.8-4.8 12.6-4.8 17.4 0l66.5 67.1 66.5-67.1c4.8-4.8 12.6-4.8 17.4 0l40.5 40.5c4.8 4.8 4.8 12.6 0 17.4L313.3 256l67.1 66.5z\"]\n};\nvar faWindowMaximize = {\n prefix: 'fas',\n iconName: 'window-maximize',\n icon: [512, 512, [], \"f2d0\", \"M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-16 160H64v-84c0-6.6 5.4-12 12-12h360c6.6 0 12 5.4 12 12v84z\"]\n};\nvar faWindowMinimize = {\n prefix: 'fas',\n iconName: 'window-minimize',\n icon: [512, 512, [], \"f2d1\", \"M464 352H48c-26.5 0-48 21.5-48 48v32c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48v-32c0-26.5-21.5-48-48-48z\"]\n};\nvar faWindowRestore = {\n prefix: 'fas',\n iconName: 'window-restore',\n icon: [512, 512, [], \"f2d2\", \"M512 48v288c0 26.5-21.5 48-48 48h-48V176c0-44.1-35.9-80-80-80H128V48c0-26.5 21.5-48 48-48h288c26.5 0 48 21.5 48 48zM384 176v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h288c26.5 0 48 21.5 48 48zm-68 28c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12v52h252v-52z\"]\n};\nvar faWineBottle = {\n prefix: 'fas',\n iconName: 'wine-bottle',\n icon: [512, 512, [], \"f72f\", \"M507.31 72.57L439.43 4.69c-6.25-6.25-16.38-6.25-22.63 0l-22.63 22.63c-6.25 6.25-6.25 16.38 0 22.63l-76.67 76.67c-46.58-19.7-102.4-10.73-140.37 27.23L18.75 312.23c-24.99 24.99-24.99 65.52 0 90.51l90.51 90.51c24.99 24.99 65.52 24.99 90.51 0l158.39-158.39c37.96-37.96 46.93-93.79 27.23-140.37l76.67-76.67c6.25 6.25 16.38 6.25 22.63 0l22.63-22.63c6.24-6.24 6.24-16.37-.01-22.62zM179.22 423.29l-90.51-90.51 122.04-122.04 90.51 90.51-122.04 122.04z\"]\n};\nvar faWineGlass = {\n prefix: 'fas',\n iconName: 'wine-glass',\n icon: [288, 512, [], \"f4e3\", \"M216 464h-40V346.81c68.47-15.89 118.05-79.91 111.4-154.16l-15.95-178.1C270.71 6.31 263.9 0 255.74 0H32.26c-8.15 0-14.97 6.31-15.7 14.55L.6 192.66C-6.05 266.91 43.53 330.93 112 346.82V464H72c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h208c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40z\"]\n};\nvar faWineGlassAlt = {\n prefix: 'fas',\n iconName: 'wine-glass-alt',\n icon: [288, 512, [], \"f5ce\", \"M216 464h-40V346.81c68.47-15.89 118.05-79.91 111.4-154.16l-15.95-178.1C270.71 6.31 263.9 0 255.74 0H32.26c-8.15 0-14.97 6.31-15.7 14.55L.6 192.66C-6.05 266.91 43.53 330.93 112 346.82V464H72c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h208c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40zM61.75 48h164.5l7.17 80H54.58l7.17-80z\"]\n};\nvar faWonSign = {\n prefix: 'fas',\n iconName: 'won-sign',\n icon: [576, 512, [], \"f159\", \"M564 192c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-48l18.6-80.6c1.7-7.5-4-14.7-11.7-14.7h-46.1c-5.7 0-10.6 4-11.7 9.5L450.7 128H340.8l-19.7-86c-1.3-5.5-6.1-9.3-11.7-9.3h-44c-5.6 0-10.4 3.8-11.7 9.3l-20 86H125l-17.5-85.7c-1.1-5.6-6.1-9.6-11.8-9.6H53.6c-7.7 0-13.4 7.1-11.7 14.6L60 128H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h62.3l7.2 32H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h83.9l40.9 182.6c1.2 5.5 6.1 9.4 11.7 9.4h56.8c5.6 0 10.4-3.9 11.7-9.3L259.3 288h55.1l42.4 182.7c1.3 5.4 6.1 9.3 11.7 9.3h56.8c5.6 0 10.4-3.9 11.7-9.3L479.1 288H564c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-70.1l7.4-32zM183.8 342c-6.2 25.8-6.8 47.2-7.3 47.2h-1.1s-1.7-22-6.8-47.2l-11-54h38.8zm27.5-118h-66.8l-6.5-32h80.8zm62.9 0l2-8.6c1.9-8 3.5-16 4.8-23.4h11.8c1.3 7.4 2.9 15.4 4.8 23.4l2 8.6zm130.9 118c-5.1 25.2-6.8 47.2-6.8 47.2h-1.1c-.6 0-1.1-21.4-7.3-47.2l-12.4-54h39.1zm25.2-118h-67.4l-7.3-32h81.6z\"]\n};\nvar faWrench = {\n prefix: 'fas',\n iconName: 'wrench',\n icon: [512, 512, [], \"f0ad\", \"M507.73 109.1c-2.24-9.03-13.54-12.09-20.12-5.51l-74.36 74.36-67.88-11.31-11.31-67.88 74.36-74.36c6.62-6.62 3.43-17.9-5.66-20.16-47.38-11.74-99.55.91-136.58 37.93-39.64 39.64-50.55 97.1-34.05 147.2L18.74 402.76c-24.99 24.99-24.99 65.51 0 90.5 24.99 24.99 65.51 24.99 90.5 0l213.21-213.21c50.12 16.71 107.47 5.68 147.37-34.22 37.07-37.07 49.7-89.32 37.91-136.73zM64 472c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"]\n};\nvar faXRay = {\n prefix: 'fas',\n iconName: 'x-ray',\n icon: [640, 512, [], \"f497\", \"M240 384c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm160 32c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zM624 0H16C7.2 0 0 7.2 0 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16zm0 448h-48V96H64v352H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM480 248c0 4.4-3.6 8-8 8H336v32h104c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H336v32h64c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48v-16h-64v16c0 26.5-21.5 48-48 48s-48-21.5-48-48 21.5-48 48-48h64v-32H200c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h104v-32H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h136v-32H200c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h104v-24c0-4.4 3.6-8 8-8h16c4.4 0 8 3.6 8 8v24h104c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H336v32h136c4.4 0 8 3.6 8 8v16z\"]\n};\nvar faYenSign = {\n prefix: 'fas',\n iconName: 'yen-sign',\n icon: [384, 512, [], \"f157\", \"M351.2 32h-65.3c-4.6 0-8.8 2.6-10.8 6.7l-55.4 113.2c-14.5 34.7-27.1 71.9-27.1 71.9h-1.3s-12.6-37.2-27.1-71.9L108.8 38.7c-2-4.1-6.2-6.7-10.8-6.7H32.8c-9.1 0-14.8 9.7-10.6 17.6L102.3 200H44c-6.6 0-12 5.4-12 12v32c0 6.6 5.4 12 12 12h88.2l19.8 37.2V320H44c-6.6 0-12 5.4-12 12v32c0 6.6 5.4 12 12 12h108v92c0 6.6 5.4 12 12 12h56c6.6 0 12-5.4 12-12v-92h108c6.6 0 12-5.4 12-12v-32c0-6.6-5.4-12-12-12H232v-26.8l19.8-37.2H340c6.6 0 12-5.4 12-12v-32c0-6.6-5.4-12-12-12h-58.3l80.1-150.4c4.3-7.9-1.5-17.6-10.6-17.6z\"]\n};\nvar faYinYang = {\n prefix: 'fas',\n iconName: 'yin-yang',\n icon: [496, 512, [], \"f6ad\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 376c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-128c-53.02 0-96 42.98-96 96s42.98 96 96 96c-106.04 0-192-85.96-192-192S141.96 64 248 64c53.02 0 96 42.98 96 96s-42.98 96-96 96zm0-128c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32z\"]\n};\nvar _iconsCache = {\n faAd: faAd,\n faAddressBook: faAddressBook,\n faAddressCard: faAddressCard,\n faAdjust: faAdjust,\n faAirFreshener: faAirFreshener,\n faAlignCenter: faAlignCenter,\n faAlignJustify: faAlignJustify,\n faAlignLeft: faAlignLeft,\n faAlignRight: faAlignRight,\n faAllergies: faAllergies,\n faAmbulance: faAmbulance,\n faAmericanSignLanguageInterpreting: faAmericanSignLanguageInterpreting,\n faAnchor: faAnchor,\n faAngleDoubleDown: faAngleDoubleDown,\n faAngleDoubleLeft: faAngleDoubleLeft,\n faAngleDoubleRight: faAngleDoubleRight,\n faAngleDoubleUp: faAngleDoubleUp,\n faAngleDown: faAngleDown,\n faAngleLeft: faAngleLeft,\n faAngleRight: faAngleRight,\n faAngleUp: faAngleUp,\n faAngry: faAngry,\n faAnkh: faAnkh,\n faAppleAlt: faAppleAlt,\n faArchive: faArchive,\n faArchway: faArchway,\n faArrowAltCircleDown: faArrowAltCircleDown,\n faArrowAltCircleLeft: faArrowAltCircleLeft,\n faArrowAltCircleRight: faArrowAltCircleRight,\n faArrowAltCircleUp: faArrowAltCircleUp,\n faArrowCircleDown: faArrowCircleDown,\n faArrowCircleLeft: faArrowCircleLeft,\n faArrowCircleRight: faArrowCircleRight,\n faArrowCircleUp: faArrowCircleUp,\n faArrowDown: faArrowDown,\n faArrowLeft: faArrowLeft,\n faArrowRight: faArrowRight,\n faArrowUp: faArrowUp,\n faArrowsAlt: faArrowsAlt,\n faArrowsAltH: faArrowsAltH,\n faArrowsAltV: faArrowsAltV,\n faAssistiveListeningSystems: faAssistiveListeningSystems,\n faAsterisk: faAsterisk,\n faAt: faAt,\n faAtlas: faAtlas,\n faAtom: faAtom,\n faAudioDescription: faAudioDescription,\n faAward: faAward,\n faBaby: faBaby,\n faBabyCarriage: faBabyCarriage,\n faBackspace: faBackspace,\n faBackward: faBackward,\n faBacon: faBacon,\n faBacteria: faBacteria,\n faBacterium: faBacterium,\n faBahai: faBahai,\n faBalanceScale: faBalanceScale,\n faBalanceScaleLeft: faBalanceScaleLeft,\n faBalanceScaleRight: faBalanceScaleRight,\n faBan: faBan,\n faBandAid: faBandAid,\n faBarcode: faBarcode,\n faBars: faBars,\n faBaseballBall: faBaseballBall,\n faBasketballBall: faBasketballBall,\n faBath: faBath,\n faBatteryEmpty: faBatteryEmpty,\n faBatteryFull: faBatteryFull,\n faBatteryHalf: faBatteryHalf,\n faBatteryQuarter: faBatteryQuarter,\n faBatteryThreeQuarters: faBatteryThreeQuarters,\n faBed: faBed,\n faBeer: faBeer,\n faBell: faBell,\n faBellSlash: faBellSlash,\n faBezierCurve: faBezierCurve,\n faBible: faBible,\n faBicycle: faBicycle,\n faBiking: faBiking,\n faBinoculars: faBinoculars,\n faBiohazard: faBiohazard,\n faBirthdayCake: faBirthdayCake,\n faBlender: faBlender,\n faBlenderPhone: faBlenderPhone,\n faBlind: faBlind,\n faBlog: faBlog,\n faBold: faBold,\n faBolt: faBolt,\n faBomb: faBomb,\n faBone: faBone,\n faBong: faBong,\n faBook: faBook,\n faBookDead: faBookDead,\n faBookMedical: faBookMedical,\n faBookOpen: faBookOpen,\n faBookReader: faBookReader,\n faBookmark: faBookmark,\n faBorderAll: faBorderAll,\n faBorderNone: faBorderNone,\n faBorderStyle: faBorderStyle,\n faBowlingBall: faBowlingBall,\n faBox: faBox,\n faBoxOpen: faBoxOpen,\n faBoxTissue: faBoxTissue,\n faBoxes: faBoxes,\n faBraille: faBraille,\n faBrain: faBrain,\n faBreadSlice: faBreadSlice,\n faBriefcase: faBriefcase,\n faBriefcaseMedical: faBriefcaseMedical,\n faBroadcastTower: faBroadcastTower,\n faBroom: faBroom,\n faBrush: faBrush,\n faBug: faBug,\n faBuilding: faBuilding,\n faBullhorn: faBullhorn,\n faBullseye: faBullseye,\n faBurn: faBurn,\n faBus: faBus,\n faBusAlt: faBusAlt,\n faBusinessTime: faBusinessTime,\n faCalculator: faCalculator,\n faCalendar: faCalendar,\n faCalendarAlt: faCalendarAlt,\n faCalendarCheck: faCalendarCheck,\n faCalendarDay: faCalendarDay,\n faCalendarMinus: faCalendarMinus,\n faCalendarPlus: faCalendarPlus,\n faCalendarTimes: faCalendarTimes,\n faCalendarWeek: faCalendarWeek,\n faCamera: faCamera,\n faCameraRetro: faCameraRetro,\n faCampground: faCampground,\n faCandyCane: faCandyCane,\n faCannabis: faCannabis,\n faCapsules: faCapsules,\n faCar: faCar,\n faCarAlt: faCarAlt,\n faCarBattery: faCarBattery,\n faCarCrash: faCarCrash,\n faCarSide: faCarSide,\n faCaravan: faCaravan,\n faCaretDown: faCaretDown,\n faCaretLeft: faCaretLeft,\n faCaretRight: faCaretRight,\n faCaretSquareDown: faCaretSquareDown,\n faCaretSquareLeft: faCaretSquareLeft,\n faCaretSquareRight: faCaretSquareRight,\n faCaretSquareUp: faCaretSquareUp,\n faCaretUp: faCaretUp,\n faCarrot: faCarrot,\n faCartArrowDown: faCartArrowDown,\n faCartPlus: faCartPlus,\n faCashRegister: faCashRegister,\n faCat: faCat,\n faCertificate: faCertificate,\n faChair: faChair,\n faChalkboard: faChalkboard,\n faChalkboardTeacher: faChalkboardTeacher,\n faChargingStation: faChargingStation,\n faChartArea: faChartArea,\n faChartBar: faChartBar,\n faChartLine: faChartLine,\n faChartPie: faChartPie,\n faCheck: faCheck,\n faCheckCircle: faCheckCircle,\n faCheckDouble: faCheckDouble,\n faCheckSquare: faCheckSquare,\n faCheese: faCheese,\n faChess: faChess,\n faChessBishop: faChessBishop,\n faChessBoard: faChessBoard,\n faChessKing: faChessKing,\n faChessKnight: faChessKnight,\n faChessPawn: faChessPawn,\n faChessQueen: faChessQueen,\n faChessRook: faChessRook,\n faChevronCircleDown: faChevronCircleDown,\n faChevronCircleLeft: faChevronCircleLeft,\n faChevronCircleRight: faChevronCircleRight,\n faChevronCircleUp: faChevronCircleUp,\n faChevronDown: faChevronDown,\n faChevronLeft: faChevronLeft,\n faChevronRight: faChevronRight,\n faChevronUp: faChevronUp,\n faChild: faChild,\n faChurch: faChurch,\n faCircle: faCircle,\n faCircleNotch: faCircleNotch,\n faCity: faCity,\n faClinicMedical: faClinicMedical,\n faClipboard: faClipboard,\n faClipboardCheck: faClipboardCheck,\n faClipboardList: faClipboardList,\n faClock: faClock,\n faClone: faClone,\n faClosedCaptioning: faClosedCaptioning,\n faCloud: faCloud,\n faCloudDownloadAlt: faCloudDownloadAlt,\n faCloudMeatball: faCloudMeatball,\n faCloudMoon: faCloudMoon,\n faCloudMoonRain: faCloudMoonRain,\n faCloudRain: faCloudRain,\n faCloudShowersHeavy: faCloudShowersHeavy,\n faCloudSun: faCloudSun,\n faCloudSunRain: faCloudSunRain,\n faCloudUploadAlt: faCloudUploadAlt,\n faCocktail: faCocktail,\n faCode: faCode,\n faCodeBranch: faCodeBranch,\n faCoffee: faCoffee,\n faCog: faCog,\n faCogs: faCogs,\n faCoins: faCoins,\n faColumns: faColumns,\n faComment: faComment,\n faCommentAlt: faCommentAlt,\n faCommentDollar: faCommentDollar,\n faCommentDots: faCommentDots,\n faCommentMedical: faCommentMedical,\n faCommentSlash: faCommentSlash,\n faComments: faComments,\n faCommentsDollar: faCommentsDollar,\n faCompactDisc: faCompactDisc,\n faCompass: faCompass,\n faCompress: faCompress,\n faCompressAlt: faCompressAlt,\n faCompressArrowsAlt: faCompressArrowsAlt,\n faConciergeBell: faConciergeBell,\n faCookie: faCookie,\n faCookieBite: faCookieBite,\n faCopy: faCopy,\n faCopyright: faCopyright,\n faCouch: faCouch,\n faCreditCard: faCreditCard,\n faCrop: faCrop,\n faCropAlt: faCropAlt,\n faCross: faCross,\n faCrosshairs: faCrosshairs,\n faCrow: faCrow,\n faCrown: faCrown,\n faCrutch: faCrutch,\n faCube: faCube,\n faCubes: faCubes,\n faCut: faCut,\n faDatabase: faDatabase,\n faDeaf: faDeaf,\n faDemocrat: faDemocrat,\n faDesktop: faDesktop,\n faDharmachakra: faDharmachakra,\n faDiagnoses: faDiagnoses,\n faDice: faDice,\n faDiceD20: faDiceD20,\n faDiceD6: faDiceD6,\n faDiceFive: faDiceFive,\n faDiceFour: faDiceFour,\n faDiceOne: faDiceOne,\n faDiceSix: faDiceSix,\n faDiceThree: faDiceThree,\n faDiceTwo: faDiceTwo,\n faDigitalTachograph: faDigitalTachograph,\n faDirections: faDirections,\n faDisease: faDisease,\n faDivide: faDivide,\n faDizzy: faDizzy,\n faDna: faDna,\n faDog: faDog,\n faDollarSign: faDollarSign,\n faDolly: faDolly,\n faDollyFlatbed: faDollyFlatbed,\n faDonate: faDonate,\n faDoorClosed: faDoorClosed,\n faDoorOpen: faDoorOpen,\n faDotCircle: faDotCircle,\n faDove: faDove,\n faDownload: faDownload,\n faDraftingCompass: faDraftingCompass,\n faDragon: faDragon,\n faDrawPolygon: faDrawPolygon,\n faDrum: faDrum,\n faDrumSteelpan: faDrumSteelpan,\n faDrumstickBite: faDrumstickBite,\n faDumbbell: faDumbbell,\n faDumpster: faDumpster,\n faDumpsterFire: faDumpsterFire,\n faDungeon: faDungeon,\n faEdit: faEdit,\n faEgg: faEgg,\n faEject: faEject,\n faEllipsisH: faEllipsisH,\n faEllipsisV: faEllipsisV,\n faEnvelope: faEnvelope,\n faEnvelopeOpen: faEnvelopeOpen,\n faEnvelopeOpenText: faEnvelopeOpenText,\n faEnvelopeSquare: faEnvelopeSquare,\n faEquals: faEquals,\n faEraser: faEraser,\n faEthernet: faEthernet,\n faEuroSign: faEuroSign,\n faExchangeAlt: faExchangeAlt,\n faExclamation: faExclamation,\n faExclamationCircle: faExclamationCircle,\n faExclamationTriangle: faExclamationTriangle,\n faExpand: faExpand,\n faExpandAlt: faExpandAlt,\n faExpandArrowsAlt: faExpandArrowsAlt,\n faExternalLinkAlt: faExternalLinkAlt,\n faExternalLinkSquareAlt: faExternalLinkSquareAlt,\n faEye: faEye,\n faEyeDropper: faEyeDropper,\n faEyeSlash: faEyeSlash,\n faFan: faFan,\n faFastBackward: faFastBackward,\n faFastForward: faFastForward,\n faFaucet: faFaucet,\n faFax: faFax,\n faFeather: faFeather,\n faFeatherAlt: faFeatherAlt,\n faFemale: faFemale,\n faFighterJet: faFighterJet,\n faFile: faFile,\n faFileAlt: faFileAlt,\n faFileArchive: faFileArchive,\n faFileAudio: faFileAudio,\n faFileCode: faFileCode,\n faFileContract: faFileContract,\n faFileCsv: faFileCsv,\n faFileDownload: faFileDownload,\n faFileExcel: faFileExcel,\n faFileExport: faFileExport,\n faFileImage: faFileImage,\n faFileImport: faFileImport,\n faFileInvoice: faFileInvoice,\n faFileInvoiceDollar: faFileInvoiceDollar,\n faFileMedical: faFileMedical,\n faFileMedicalAlt: faFileMedicalAlt,\n faFilePdf: faFilePdf,\n faFilePowerpoint: faFilePowerpoint,\n faFilePrescription: faFilePrescription,\n faFileSignature: faFileSignature,\n faFileUpload: faFileUpload,\n faFileVideo: faFileVideo,\n faFileWord: faFileWord,\n faFill: faFill,\n faFillDrip: faFillDrip,\n faFilm: faFilm,\n faFilter: faFilter,\n faFingerprint: faFingerprint,\n faFire: faFire,\n faFireAlt: faFireAlt,\n faFireExtinguisher: faFireExtinguisher,\n faFirstAid: faFirstAid,\n faFish: faFish,\n faFistRaised: faFistRaised,\n faFlag: faFlag,\n faFlagCheckered: faFlagCheckered,\n faFlagUsa: faFlagUsa,\n faFlask: faFlask,\n faFlushed: faFlushed,\n faFolder: faFolder,\n faFolderMinus: faFolderMinus,\n faFolderOpen: faFolderOpen,\n faFolderPlus: faFolderPlus,\n faFont: faFont,\n faFontAwesomeLogoFull: faFontAwesomeLogoFull,\n faFootballBall: faFootballBall,\n faForward: faForward,\n faFrog: faFrog,\n faFrown: faFrown,\n faFrownOpen: faFrownOpen,\n faFunnelDollar: faFunnelDollar,\n faFutbol: faFutbol,\n faGamepad: faGamepad,\n faGasPump: faGasPump,\n faGavel: faGavel,\n faGem: faGem,\n faGenderless: faGenderless,\n faGhost: faGhost,\n faGift: faGift,\n faGifts: faGifts,\n faGlassCheers: faGlassCheers,\n faGlassMartini: faGlassMartini,\n faGlassMartiniAlt: faGlassMartiniAlt,\n faGlassWhiskey: faGlassWhiskey,\n faGlasses: faGlasses,\n faGlobe: faGlobe,\n faGlobeAfrica: faGlobeAfrica,\n faGlobeAmericas: faGlobeAmericas,\n faGlobeAsia: faGlobeAsia,\n faGlobeEurope: faGlobeEurope,\n faGolfBall: faGolfBall,\n faGopuram: faGopuram,\n faGraduationCap: faGraduationCap,\n faGreaterThan: faGreaterThan,\n faGreaterThanEqual: faGreaterThanEqual,\n faGrimace: faGrimace,\n faGrin: faGrin,\n faGrinAlt: faGrinAlt,\n faGrinBeam: faGrinBeam,\n faGrinBeamSweat: faGrinBeamSweat,\n faGrinHearts: faGrinHearts,\n faGrinSquint: faGrinSquint,\n faGrinSquintTears: faGrinSquintTears,\n faGrinStars: faGrinStars,\n faGrinTears: faGrinTears,\n faGrinTongue: faGrinTongue,\n faGrinTongueSquint: faGrinTongueSquint,\n faGrinTongueWink: faGrinTongueWink,\n faGrinWink: faGrinWink,\n faGripHorizontal: faGripHorizontal,\n faGripLines: faGripLines,\n faGripLinesVertical: faGripLinesVertical,\n faGripVertical: faGripVertical,\n faGuitar: faGuitar,\n faHSquare: faHSquare,\n faHamburger: faHamburger,\n faHammer: faHammer,\n faHamsa: faHamsa,\n faHandHolding: faHandHolding,\n faHandHoldingHeart: faHandHoldingHeart,\n faHandHoldingMedical: faHandHoldingMedical,\n faHandHoldingUsd: faHandHoldingUsd,\n faHandHoldingWater: faHandHoldingWater,\n faHandLizard: faHandLizard,\n faHandMiddleFinger: faHandMiddleFinger,\n faHandPaper: faHandPaper,\n faHandPeace: faHandPeace,\n faHandPointDown: faHandPointDown,\n faHandPointLeft: faHandPointLeft,\n faHandPointRight: faHandPointRight,\n faHandPointUp: faHandPointUp,\n faHandPointer: faHandPointer,\n faHandRock: faHandRock,\n faHandScissors: faHandScissors,\n faHandSparkles: faHandSparkles,\n faHandSpock: faHandSpock,\n faHands: faHands,\n faHandsHelping: faHandsHelping,\n faHandsWash: faHandsWash,\n faHandshake: faHandshake,\n faHandshakeAltSlash: faHandshakeAltSlash,\n faHandshakeSlash: faHandshakeSlash,\n faHanukiah: faHanukiah,\n faHardHat: faHardHat,\n faHashtag: faHashtag,\n faHatCowboy: faHatCowboy,\n faHatCowboySide: faHatCowboySide,\n faHatWizard: faHatWizard,\n faHdd: faHdd,\n faHeadSideCough: faHeadSideCough,\n faHeadSideCoughSlash: faHeadSideCoughSlash,\n faHeadSideMask: faHeadSideMask,\n faHeadSideVirus: faHeadSideVirus,\n faHeading: faHeading,\n faHeadphones: faHeadphones,\n faHeadphonesAlt: faHeadphonesAlt,\n faHeadset: faHeadset,\n faHeart: faHeart,\n faHeartBroken: faHeartBroken,\n faHeartbeat: faHeartbeat,\n faHelicopter: faHelicopter,\n faHighlighter: faHighlighter,\n faHiking: faHiking,\n faHippo: faHippo,\n faHistory: faHistory,\n faHockeyPuck: faHockeyPuck,\n faHollyBerry: faHollyBerry,\n faHome: faHome,\n faHorse: faHorse,\n faHorseHead: faHorseHead,\n faHospital: faHospital,\n faHospitalAlt: faHospitalAlt,\n faHospitalSymbol: faHospitalSymbol,\n faHospitalUser: faHospitalUser,\n faHotTub: faHotTub,\n faHotdog: faHotdog,\n faHotel: faHotel,\n faHourglass: faHourglass,\n faHourglassEnd: faHourglassEnd,\n faHourglassHalf: faHourglassHalf,\n faHourglassStart: faHourglassStart,\n faHouseDamage: faHouseDamage,\n faHouseUser: faHouseUser,\n faHryvnia: faHryvnia,\n faICursor: faICursor,\n faIceCream: faIceCream,\n faIcicles: faIcicles,\n faIcons: faIcons,\n faIdBadge: faIdBadge,\n faIdCard: faIdCard,\n faIdCardAlt: faIdCardAlt,\n faIgloo: faIgloo,\n faImage: faImage,\n faImages: faImages,\n faInbox: faInbox,\n faIndent: faIndent,\n faIndustry: faIndustry,\n faInfinity: faInfinity,\n faInfo: faInfo,\n faInfoCircle: faInfoCircle,\n faItalic: faItalic,\n faJedi: faJedi,\n faJoint: faJoint,\n faJournalWhills: faJournalWhills,\n faKaaba: faKaaba,\n faKey: faKey,\n faKeyboard: faKeyboard,\n faKhanda: faKhanda,\n faKiss: faKiss,\n faKissBeam: faKissBeam,\n faKissWinkHeart: faKissWinkHeart,\n faKiwiBird: faKiwiBird,\n faLandmark: faLandmark,\n faLanguage: faLanguage,\n faLaptop: faLaptop,\n faLaptopCode: faLaptopCode,\n faLaptopHouse: faLaptopHouse,\n faLaptopMedical: faLaptopMedical,\n faLaugh: faLaugh,\n faLaughBeam: faLaughBeam,\n faLaughSquint: faLaughSquint,\n faLaughWink: faLaughWink,\n faLayerGroup: faLayerGroup,\n faLeaf: faLeaf,\n faLemon: faLemon,\n faLessThan: faLessThan,\n faLessThanEqual: faLessThanEqual,\n faLevelDownAlt: faLevelDownAlt,\n faLevelUpAlt: faLevelUpAlt,\n faLifeRing: faLifeRing,\n faLightbulb: faLightbulb,\n faLink: faLink,\n faLiraSign: faLiraSign,\n faList: faList,\n faListAlt: faListAlt,\n faListOl: faListOl,\n faListUl: faListUl,\n faLocationArrow: faLocationArrow,\n faLock: faLock,\n faLockOpen: faLockOpen,\n faLongArrowAltDown: faLongArrowAltDown,\n faLongArrowAltLeft: faLongArrowAltLeft,\n faLongArrowAltRight: faLongArrowAltRight,\n faLongArrowAltUp: faLongArrowAltUp,\n faLowVision: faLowVision,\n faLuggageCart: faLuggageCart,\n faLungs: faLungs,\n faLungsVirus: faLungsVirus,\n faMagic: faMagic,\n faMagnet: faMagnet,\n faMailBulk: faMailBulk,\n faMale: faMale,\n faMap: faMap,\n faMapMarked: faMapMarked,\n faMapMarkedAlt: faMapMarkedAlt,\n faMapMarker: faMapMarker,\n faMapMarkerAlt: faMapMarkerAlt,\n faMapPin: faMapPin,\n faMapSigns: faMapSigns,\n faMarker: faMarker,\n faMars: faMars,\n faMarsDouble: faMarsDouble,\n faMarsStroke: faMarsStroke,\n faMarsStrokeH: faMarsStrokeH,\n faMarsStrokeV: faMarsStrokeV,\n faMask: faMask,\n faMedal: faMedal,\n faMedkit: faMedkit,\n faMeh: faMeh,\n faMehBlank: faMehBlank,\n faMehRollingEyes: faMehRollingEyes,\n faMemory: faMemory,\n faMenorah: faMenorah,\n faMercury: faMercury,\n faMeteor: faMeteor,\n faMicrochip: faMicrochip,\n faMicrophone: faMicrophone,\n faMicrophoneAlt: faMicrophoneAlt,\n faMicrophoneAltSlash: faMicrophoneAltSlash,\n faMicrophoneSlash: faMicrophoneSlash,\n faMicroscope: faMicroscope,\n faMinus: faMinus,\n faMinusCircle: faMinusCircle,\n faMinusSquare: faMinusSquare,\n faMitten: faMitten,\n faMobile: faMobile,\n faMobileAlt: faMobileAlt,\n faMoneyBill: faMoneyBill,\n faMoneyBillAlt: faMoneyBillAlt,\n faMoneyBillWave: faMoneyBillWave,\n faMoneyBillWaveAlt: faMoneyBillWaveAlt,\n faMoneyCheck: faMoneyCheck,\n faMoneyCheckAlt: faMoneyCheckAlt,\n faMonument: faMonument,\n faMoon: faMoon,\n faMortarPestle: faMortarPestle,\n faMosque: faMosque,\n faMotorcycle: faMotorcycle,\n faMountain: faMountain,\n faMouse: faMouse,\n faMousePointer: faMousePointer,\n faMugHot: faMugHot,\n faMusic: faMusic,\n faNetworkWired: faNetworkWired,\n faNeuter: faNeuter,\n faNewspaper: faNewspaper,\n faNotEqual: faNotEqual,\n faNotesMedical: faNotesMedical,\n faObjectGroup: faObjectGroup,\n faObjectUngroup: faObjectUngroup,\n faOilCan: faOilCan,\n faOm: faOm,\n faOtter: faOtter,\n faOutdent: faOutdent,\n faPager: faPager,\n faPaintBrush: faPaintBrush,\n faPaintRoller: faPaintRoller,\n faPalette: faPalette,\n faPallet: faPallet,\n faPaperPlane: faPaperPlane,\n faPaperclip: faPaperclip,\n faParachuteBox: faParachuteBox,\n faParagraph: faParagraph,\n faParking: faParking,\n faPassport: faPassport,\n faPastafarianism: faPastafarianism,\n faPaste: faPaste,\n faPause: faPause,\n faPauseCircle: faPauseCircle,\n faPaw: faPaw,\n faPeace: faPeace,\n faPen: faPen,\n faPenAlt: faPenAlt,\n faPenFancy: faPenFancy,\n faPenNib: faPenNib,\n faPenSquare: faPenSquare,\n faPencilAlt: faPencilAlt,\n faPencilRuler: faPencilRuler,\n faPeopleArrows: faPeopleArrows,\n faPeopleCarry: faPeopleCarry,\n faPepperHot: faPepperHot,\n faPercent: faPercent,\n faPercentage: faPercentage,\n faPersonBooth: faPersonBooth,\n faPhone: faPhone,\n faPhoneAlt: faPhoneAlt,\n faPhoneSlash: faPhoneSlash,\n faPhoneSquare: faPhoneSquare,\n faPhoneSquareAlt: faPhoneSquareAlt,\n faPhoneVolume: faPhoneVolume,\n faPhotoVideo: faPhotoVideo,\n faPiggyBank: faPiggyBank,\n faPills: faPills,\n faPizzaSlice: faPizzaSlice,\n faPlaceOfWorship: faPlaceOfWorship,\n faPlane: faPlane,\n faPlaneArrival: faPlaneArrival,\n faPlaneDeparture: faPlaneDeparture,\n faPlaneSlash: faPlaneSlash,\n faPlay: faPlay,\n faPlayCircle: faPlayCircle,\n faPlug: faPlug,\n faPlus: faPlus,\n faPlusCircle: faPlusCircle,\n faPlusSquare: faPlusSquare,\n faPodcast: faPodcast,\n faPoll: faPoll,\n faPollH: faPollH,\n faPoo: faPoo,\n faPooStorm: faPooStorm,\n faPoop: faPoop,\n faPortrait: faPortrait,\n faPoundSign: faPoundSign,\n faPowerOff: faPowerOff,\n faPray: faPray,\n faPrayingHands: faPrayingHands,\n faPrescription: faPrescription,\n faPrescriptionBottle: faPrescriptionBottle,\n faPrescriptionBottleAlt: faPrescriptionBottleAlt,\n faPrint: faPrint,\n faProcedures: faProcedures,\n faProjectDiagram: faProjectDiagram,\n faPumpMedical: faPumpMedical,\n faPumpSoap: faPumpSoap,\n faPuzzlePiece: faPuzzlePiece,\n faQrcode: faQrcode,\n faQuestion: faQuestion,\n faQuestionCircle: faQuestionCircle,\n faQuidditch: faQuidditch,\n faQuoteLeft: faQuoteLeft,\n faQuoteRight: faQuoteRight,\n faQuran: faQuran,\n faRadiation: faRadiation,\n faRadiationAlt: faRadiationAlt,\n faRainbow: faRainbow,\n faRandom: faRandom,\n faReceipt: faReceipt,\n faRecordVinyl: faRecordVinyl,\n faRecycle: faRecycle,\n faRedo: faRedo,\n faRedoAlt: faRedoAlt,\n faRegistered: faRegistered,\n faRemoveFormat: faRemoveFormat,\n faReply: faReply,\n faReplyAll: faReplyAll,\n faRepublican: faRepublican,\n faRestroom: faRestroom,\n faRetweet: faRetweet,\n faRibbon: faRibbon,\n faRing: faRing,\n faRoad: faRoad,\n faRobot: faRobot,\n faRocket: faRocket,\n faRoute: faRoute,\n faRss: faRss,\n faRssSquare: faRssSquare,\n faRubleSign: faRubleSign,\n faRuler: faRuler,\n faRulerCombined: faRulerCombined,\n faRulerHorizontal: faRulerHorizontal,\n faRulerVertical: faRulerVertical,\n faRunning: faRunning,\n faRupeeSign: faRupeeSign,\n faSadCry: faSadCry,\n faSadTear: faSadTear,\n faSatellite: faSatellite,\n faSatelliteDish: faSatelliteDish,\n faSave: faSave,\n faSchool: faSchool,\n faScrewdriver: faScrewdriver,\n faScroll: faScroll,\n faSdCard: faSdCard,\n faSearch: faSearch,\n faSearchDollar: faSearchDollar,\n faSearchLocation: faSearchLocation,\n faSearchMinus: faSearchMinus,\n faSearchPlus: faSearchPlus,\n faSeedling: faSeedling,\n faServer: faServer,\n faShapes: faShapes,\n faShare: faShare,\n faShareAlt: faShareAlt,\n faShareAltSquare: faShareAltSquare,\n faShareSquare: faShareSquare,\n faShekelSign: faShekelSign,\n faShieldAlt: faShieldAlt,\n faShieldVirus: faShieldVirus,\n faShip: faShip,\n faShippingFast: faShippingFast,\n faShoePrints: faShoePrints,\n faShoppingBag: faShoppingBag,\n faShoppingBasket: faShoppingBasket,\n faShoppingCart: faShoppingCart,\n faShower: faShower,\n faShuttleVan: faShuttleVan,\n faSign: faSign,\n faSignInAlt: faSignInAlt,\n faSignLanguage: faSignLanguage,\n faSignOutAlt: faSignOutAlt,\n faSignal: faSignal,\n faSignature: faSignature,\n faSimCard: faSimCard,\n faSink: faSink,\n faSitemap: faSitemap,\n faSkating: faSkating,\n faSkiing: faSkiing,\n faSkiingNordic: faSkiingNordic,\n faSkull: faSkull,\n faSkullCrossbones: faSkullCrossbones,\n faSlash: faSlash,\n faSleigh: faSleigh,\n faSlidersH: faSlidersH,\n faSmile: faSmile,\n faSmileBeam: faSmileBeam,\n faSmileWink: faSmileWink,\n faSmog: faSmog,\n faSmoking: faSmoking,\n faSmokingBan: faSmokingBan,\n faSms: faSms,\n faSnowboarding: faSnowboarding,\n faSnowflake: faSnowflake,\n faSnowman: faSnowman,\n faSnowplow: faSnowplow,\n faSoap: faSoap,\n faSocks: faSocks,\n faSolarPanel: faSolarPanel,\n faSort: faSort,\n faSortAlphaDown: faSortAlphaDown,\n faSortAlphaDownAlt: faSortAlphaDownAlt,\n faSortAlphaUp: faSortAlphaUp,\n faSortAlphaUpAlt: faSortAlphaUpAlt,\n faSortAmountDown: faSortAmountDown,\n faSortAmountDownAlt: faSortAmountDownAlt,\n faSortAmountUp: faSortAmountUp,\n faSortAmountUpAlt: faSortAmountUpAlt,\n faSortDown: faSortDown,\n faSortNumericDown: faSortNumericDown,\n faSortNumericDownAlt: faSortNumericDownAlt,\n faSortNumericUp: faSortNumericUp,\n faSortNumericUpAlt: faSortNumericUpAlt,\n faSortUp: faSortUp,\n faSpa: faSpa,\n faSpaceShuttle: faSpaceShuttle,\n faSpellCheck: faSpellCheck,\n faSpider: faSpider,\n faSpinner: faSpinner,\n faSplotch: faSplotch,\n faSprayCan: faSprayCan,\n faSquare: faSquare,\n faSquareFull: faSquareFull,\n faSquareRootAlt: faSquareRootAlt,\n faStamp: faStamp,\n faStar: faStar,\n faStarAndCrescent: faStarAndCrescent,\n faStarHalf: faStarHalf,\n faStarHalfAlt: faStarHalfAlt,\n faStarOfDavid: faStarOfDavid,\n faStarOfLife: faStarOfLife,\n faStepBackward: faStepBackward,\n faStepForward: faStepForward,\n faStethoscope: faStethoscope,\n faStickyNote: faStickyNote,\n faStop: faStop,\n faStopCircle: faStopCircle,\n faStopwatch: faStopwatch,\n faStopwatch20: faStopwatch20,\n faStore: faStore,\n faStoreAlt: faStoreAlt,\n faStoreAltSlash: faStoreAltSlash,\n faStoreSlash: faStoreSlash,\n faStream: faStream,\n faStreetView: faStreetView,\n faStrikethrough: faStrikethrough,\n faStroopwafel: faStroopwafel,\n faSubscript: faSubscript,\n faSubway: faSubway,\n faSuitcase: faSuitcase,\n faSuitcaseRolling: faSuitcaseRolling,\n faSun: faSun,\n faSuperscript: faSuperscript,\n faSurprise: faSurprise,\n faSwatchbook: faSwatchbook,\n faSwimmer: faSwimmer,\n faSwimmingPool: faSwimmingPool,\n faSynagogue: faSynagogue,\n faSync: faSync,\n faSyncAlt: faSyncAlt,\n faSyringe: faSyringe,\n faTable: faTable,\n faTableTennis: faTableTennis,\n faTablet: faTablet,\n faTabletAlt: faTabletAlt,\n faTablets: faTablets,\n faTachometerAlt: faTachometerAlt,\n faTag: faTag,\n faTags: faTags,\n faTape: faTape,\n faTasks: faTasks,\n faTaxi: faTaxi,\n faTeeth: faTeeth,\n faTeethOpen: faTeethOpen,\n faTemperatureHigh: faTemperatureHigh,\n faTemperatureLow: faTemperatureLow,\n faTenge: faTenge,\n faTerminal: faTerminal,\n faTextHeight: faTextHeight,\n faTextWidth: faTextWidth,\n faTh: faTh,\n faThLarge: faThLarge,\n faThList: faThList,\n faTheaterMasks: faTheaterMasks,\n faThermometer: faThermometer,\n faThermometerEmpty: faThermometerEmpty,\n faThermometerFull: faThermometerFull,\n faThermometerHalf: faThermometerHalf,\n faThermometerQuarter: faThermometerQuarter,\n faThermometerThreeQuarters: faThermometerThreeQuarters,\n faThumbsDown: faThumbsDown,\n faThumbsUp: faThumbsUp,\n faThumbtack: faThumbtack,\n faTicketAlt: faTicketAlt,\n faTimes: faTimes,\n faTimesCircle: faTimesCircle,\n faTint: faTint,\n faTintSlash: faTintSlash,\n faTired: faTired,\n faToggleOff: faToggleOff,\n faToggleOn: faToggleOn,\n faToilet: faToilet,\n faToiletPaper: faToiletPaper,\n faToiletPaperSlash: faToiletPaperSlash,\n faToolbox: faToolbox,\n faTools: faTools,\n faTooth: faTooth,\n faTorah: faTorah,\n faToriiGate: faToriiGate,\n faTractor: faTractor,\n faTrademark: faTrademark,\n faTrafficLight: faTrafficLight,\n faTrailer: faTrailer,\n faTrain: faTrain,\n faTram: faTram,\n faTransgender: faTransgender,\n faTransgenderAlt: faTransgenderAlt,\n faTrash: faTrash,\n faTrashAlt: faTrashAlt,\n faTrashRestore: faTrashRestore,\n faTrashRestoreAlt: faTrashRestoreAlt,\n faTree: faTree,\n faTrophy: faTrophy,\n faTruck: faTruck,\n faTruckLoading: faTruckLoading,\n faTruckMonster: faTruckMonster,\n faTruckMoving: faTruckMoving,\n faTruckPickup: faTruckPickup,\n faTshirt: faTshirt,\n faTty: faTty,\n faTv: faTv,\n faUmbrella: faUmbrella,\n faUmbrellaBeach: faUmbrellaBeach,\n faUnderline: faUnderline,\n faUndo: faUndo,\n faUndoAlt: faUndoAlt,\n faUniversalAccess: faUniversalAccess,\n faUniversity: faUniversity,\n faUnlink: faUnlink,\n faUnlock: faUnlock,\n faUnlockAlt: faUnlockAlt,\n faUpload: faUpload,\n faUser: faUser,\n faUserAlt: faUserAlt,\n faUserAltSlash: faUserAltSlash,\n faUserAstronaut: faUserAstronaut,\n faUserCheck: faUserCheck,\n faUserCircle: faUserCircle,\n faUserClock: faUserClock,\n faUserCog: faUserCog,\n faUserEdit: faUserEdit,\n faUserFriends: faUserFriends,\n faUserGraduate: faUserGraduate,\n faUserInjured: faUserInjured,\n faUserLock: faUserLock,\n faUserMd: faUserMd,\n faUserMinus: faUserMinus,\n faUserNinja: faUserNinja,\n faUserNurse: faUserNurse,\n faUserPlus: faUserPlus,\n faUserSecret: faUserSecret,\n faUserShield: faUserShield,\n faUserSlash: faUserSlash,\n faUserTag: faUserTag,\n faUserTie: faUserTie,\n faUserTimes: faUserTimes,\n faUsers: faUsers,\n faUsersCog: faUsersCog,\n faUsersSlash: faUsersSlash,\n faUtensilSpoon: faUtensilSpoon,\n faUtensils: faUtensils,\n faVectorSquare: faVectorSquare,\n faVenus: faVenus,\n faVenusDouble: faVenusDouble,\n faVenusMars: faVenusMars,\n faVest: faVest,\n faVestPatches: faVestPatches,\n faVial: faVial,\n faVials: faVials,\n faVideo: faVideo,\n faVideoSlash: faVideoSlash,\n faVihara: faVihara,\n faVirus: faVirus,\n faVirusSlash: faVirusSlash,\n faViruses: faViruses,\n faVoicemail: faVoicemail,\n faVolleyballBall: faVolleyballBall,\n faVolumeDown: faVolumeDown,\n faVolumeMute: faVolumeMute,\n faVolumeOff: faVolumeOff,\n faVolumeUp: faVolumeUp,\n faVoteYea: faVoteYea,\n faVrCardboard: faVrCardboard,\n faWalking: faWalking,\n faWallet: faWallet,\n faWarehouse: faWarehouse,\n faWater: faWater,\n faWaveSquare: faWaveSquare,\n faWeight: faWeight,\n faWeightHanging: faWeightHanging,\n faWheelchair: faWheelchair,\n faWifi: faWifi,\n faWind: faWind,\n faWindowClose: faWindowClose,\n faWindowMaximize: faWindowMaximize,\n faWindowMinimize: faWindowMinimize,\n faWindowRestore: faWindowRestore,\n faWineBottle: faWineBottle,\n faWineGlass: faWineGlass,\n faWineGlassAlt: faWineGlassAlt,\n faWonSign: faWonSign,\n faWrench: faWrench,\n faXRay: faXRay,\n faYenSign: faYenSign,\n faYinYang: faYinYang\n};\n\nexport { _iconsCache as fas, prefix, faAd, faAddressBook, faAddressCard, faAdjust, faAirFreshener, faAlignCenter, faAlignJustify, faAlignLeft, faAlignRight, faAllergies, faAmbulance, faAmericanSignLanguageInterpreting, faAnchor, faAngleDoubleDown, faAngleDoubleLeft, faAngleDoubleRight, faAngleDoubleUp, faAngleDown, faAngleLeft, faAngleRight, faAngleUp, faAngry, faAnkh, faAppleAlt, faArchive, faArchway, faArrowAltCircleDown, faArrowAltCircleLeft, faArrowAltCircleRight, faArrowAltCircleUp, faArrowCircleDown, faArrowCircleLeft, faArrowCircleRight, faArrowCircleUp, faArrowDown, faArrowLeft, faArrowRight, faArrowUp, faArrowsAlt, faArrowsAltH, faArrowsAltV, faAssistiveListeningSystems, faAsterisk, faAt, faAtlas, faAtom, faAudioDescription, faAward, faBaby, faBabyCarriage, faBackspace, faBackward, faBacon, faBacteria, faBacterium, faBahai, faBalanceScale, faBalanceScaleLeft, faBalanceScaleRight, faBan, faBandAid, faBarcode, faBars, faBaseballBall, faBasketballBall, faBath, faBatteryEmpty, faBatteryFull, faBatteryHalf, faBatteryQuarter, faBatteryThreeQuarters, faBed, faBeer, faBell, faBellSlash, faBezierCurve, faBible, faBicycle, faBiking, faBinoculars, faBiohazard, faBirthdayCake, faBlender, faBlenderPhone, faBlind, faBlog, faBold, faBolt, faBomb, faBone, faBong, faBook, faBookDead, faBookMedical, faBookOpen, faBookReader, faBookmark, faBorderAll, faBorderNone, faBorderStyle, faBowlingBall, faBox, faBoxOpen, faBoxTissue, faBoxes, faBraille, faBrain, faBreadSlice, faBriefcase, faBriefcaseMedical, faBroadcastTower, faBroom, faBrush, faBug, faBuilding, faBullhorn, faBullseye, faBurn, faBus, faBusAlt, faBusinessTime, faCalculator, faCalendar, faCalendarAlt, faCalendarCheck, faCalendarDay, faCalendarMinus, faCalendarPlus, faCalendarTimes, faCalendarWeek, faCamera, faCameraRetro, faCampground, faCandyCane, faCannabis, faCapsules, faCar, faCarAlt, faCarBattery, faCarCrash, faCarSide, faCaravan, faCaretDown, faCaretLeft, faCaretRight, faCaretSquareDown, faCaretSquareLeft, faCaretSquareRight, faCaretSquareUp, faCaretUp, faCarrot, faCartArrowDown, faCartPlus, faCashRegister, faCat, faCertificate, faChair, faChalkboard, faChalkboardTeacher, faChargingStation, faChartArea, faChartBar, faChartLine, faChartPie, faCheck, faCheckCircle, faCheckDouble, faCheckSquare, faCheese, faChess, faChessBishop, faChessBoard, faChessKing, faChessKnight, faChessPawn, faChessQueen, faChessRook, faChevronCircleDown, faChevronCircleLeft, faChevronCircleRight, faChevronCircleUp, faChevronDown, faChevronLeft, faChevronRight, faChevronUp, faChild, faChurch, faCircle, faCircleNotch, faCity, faClinicMedical, faClipboard, faClipboardCheck, faClipboardList, faClock, faClone, faClosedCaptioning, faCloud, faCloudDownloadAlt, faCloudMeatball, faCloudMoon, faCloudMoonRain, faCloudRain, faCloudShowersHeavy, faCloudSun, faCloudSunRain, faCloudUploadAlt, faCocktail, faCode, faCodeBranch, faCoffee, faCog, faCogs, faCoins, faColumns, faComment, faCommentAlt, faCommentDollar, faCommentDots, faCommentMedical, faCommentSlash, faComments, faCommentsDollar, faCompactDisc, faCompass, faCompress, faCompressAlt, faCompressArrowsAlt, faConciergeBell, faCookie, faCookieBite, faCopy, faCopyright, faCouch, faCreditCard, faCrop, faCropAlt, faCross, faCrosshairs, faCrow, faCrown, faCrutch, faCube, faCubes, faCut, faDatabase, faDeaf, faDemocrat, faDesktop, faDharmachakra, faDiagnoses, faDice, faDiceD20, faDiceD6, faDiceFive, faDiceFour, faDiceOne, faDiceSix, faDiceThree, faDiceTwo, faDigitalTachograph, faDirections, faDisease, faDivide, faDizzy, faDna, faDog, faDollarSign, faDolly, faDollyFlatbed, faDonate, faDoorClosed, faDoorOpen, faDotCircle, faDove, faDownload, faDraftingCompass, faDragon, faDrawPolygon, faDrum, faDrumSteelpan, faDrumstickBite, faDumbbell, faDumpster, faDumpsterFire, faDungeon, faEdit, faEgg, faEject, faEllipsisH, faEllipsisV, faEnvelope, faEnvelopeOpen, faEnvelopeOpenText, faEnvelopeSquare, faEquals, faEraser, faEthernet, faEuroSign, faExchangeAlt, faExclamation, faExclamationCircle, faExclamationTriangle, faExpand, faExpandAlt, faExpandArrowsAlt, faExternalLinkAlt, faExternalLinkSquareAlt, faEye, faEyeDropper, faEyeSlash, faFan, faFastBackward, faFastForward, faFaucet, faFax, faFeather, faFeatherAlt, faFemale, faFighterJet, faFile, faFileAlt, faFileArchive, faFileAudio, faFileCode, faFileContract, faFileCsv, faFileDownload, faFileExcel, faFileExport, faFileImage, faFileImport, faFileInvoice, faFileInvoiceDollar, faFileMedical, faFileMedicalAlt, faFilePdf, faFilePowerpoint, faFilePrescription, faFileSignature, faFileUpload, faFileVideo, faFileWord, faFill, faFillDrip, faFilm, faFilter, faFingerprint, faFire, faFireAlt, faFireExtinguisher, faFirstAid, faFish, faFistRaised, faFlag, faFlagCheckered, faFlagUsa, faFlask, faFlushed, faFolder, faFolderMinus, faFolderOpen, faFolderPlus, faFont, faFontAwesomeLogoFull, faFootballBall, faForward, faFrog, faFrown, faFrownOpen, faFunnelDollar, faFutbol, faGamepad, faGasPump, faGavel, faGem, faGenderless, faGhost, faGift, faGifts, faGlassCheers, faGlassMartini, faGlassMartiniAlt, faGlassWhiskey, faGlasses, faGlobe, faGlobeAfrica, faGlobeAmericas, faGlobeAsia, faGlobeEurope, faGolfBall, faGopuram, faGraduationCap, faGreaterThan, faGreaterThanEqual, faGrimace, faGrin, faGrinAlt, faGrinBeam, faGrinBeamSweat, faGrinHearts, faGrinSquint, faGrinSquintTears, faGrinStars, faGrinTears, faGrinTongue, faGrinTongueSquint, faGrinTongueWink, faGrinWink, faGripHorizontal, faGripLines, faGripLinesVertical, faGripVertical, faGuitar, faHSquare, faHamburger, faHammer, faHamsa, faHandHolding, faHandHoldingHeart, faHandHoldingMedical, faHandHoldingUsd, faHandHoldingWater, faHandLizard, faHandMiddleFinger, faHandPaper, faHandPeace, faHandPointDown, faHandPointLeft, faHandPointRight, faHandPointUp, faHandPointer, faHandRock, faHandScissors, faHandSparkles, faHandSpock, faHands, faHandsHelping, faHandsWash, faHandshake, faHandshakeAltSlash, faHandshakeSlash, faHanukiah, faHardHat, faHashtag, faHatCowboy, faHatCowboySide, faHatWizard, faHdd, faHeadSideCough, faHeadSideCoughSlash, faHeadSideMask, faHeadSideVirus, faHeading, faHeadphones, faHeadphonesAlt, faHeadset, faHeart, faHeartBroken, faHeartbeat, faHelicopter, faHighlighter, faHiking, faHippo, faHistory, faHockeyPuck, faHollyBerry, faHome, faHorse, faHorseHead, faHospital, faHospitalAlt, faHospitalSymbol, faHospitalUser, faHotTub, faHotdog, faHotel, faHourglass, faHourglassEnd, faHourglassHalf, faHourglassStart, faHouseDamage, faHouseUser, faHryvnia, faICursor, faIceCream, faIcicles, faIcons, faIdBadge, faIdCard, faIdCardAlt, faIgloo, faImage, faImages, faInbox, faIndent, faIndustry, faInfinity, faInfo, faInfoCircle, faItalic, faJedi, faJoint, faJournalWhills, faKaaba, faKey, faKeyboard, faKhanda, faKiss, faKissBeam, faKissWinkHeart, faKiwiBird, faLandmark, faLanguage, faLaptop, faLaptopCode, faLaptopHouse, faLaptopMedical, faLaugh, faLaughBeam, faLaughSquint, faLaughWink, faLayerGroup, faLeaf, faLemon, faLessThan, faLessThanEqual, faLevelDownAlt, faLevelUpAlt, faLifeRing, faLightbulb, faLink, faLiraSign, faList, faListAlt, faListOl, faListUl, faLocationArrow, faLock, faLockOpen, faLongArrowAltDown, faLongArrowAltLeft, faLongArrowAltRight, faLongArrowAltUp, faLowVision, faLuggageCart, faLungs, faLungsVirus, faMagic, faMagnet, faMailBulk, faMale, faMap, faMapMarked, faMapMarkedAlt, faMapMarker, faMapMarkerAlt, faMapPin, faMapSigns, faMarker, faMars, faMarsDouble, faMarsStroke, faMarsStrokeH, faMarsStrokeV, faMask, faMedal, faMedkit, faMeh, faMehBlank, faMehRollingEyes, faMemory, faMenorah, faMercury, faMeteor, faMicrochip, faMicrophone, faMicrophoneAlt, faMicrophoneAltSlash, faMicrophoneSlash, faMicroscope, faMinus, faMinusCircle, faMinusSquare, faMitten, faMobile, faMobileAlt, faMoneyBill, faMoneyBillAlt, faMoneyBillWave, faMoneyBillWaveAlt, faMoneyCheck, faMoneyCheckAlt, faMonument, faMoon, faMortarPestle, faMosque, faMotorcycle, faMountain, faMouse, faMousePointer, faMugHot, faMusic, faNetworkWired, faNeuter, faNewspaper, faNotEqual, faNotesMedical, faObjectGroup, faObjectUngroup, faOilCan, faOm, faOtter, faOutdent, faPager, faPaintBrush, faPaintRoller, faPalette, faPallet, faPaperPlane, faPaperclip, faParachuteBox, faParagraph, faParking, faPassport, faPastafarianism, faPaste, faPause, faPauseCircle, faPaw, faPeace, faPen, faPenAlt, faPenFancy, faPenNib, faPenSquare, faPencilAlt, faPencilRuler, faPeopleArrows, faPeopleCarry, faPepperHot, faPercent, faPercentage, faPersonBooth, faPhone, faPhoneAlt, faPhoneSlash, faPhoneSquare, faPhoneSquareAlt, faPhoneVolume, faPhotoVideo, faPiggyBank, faPills, faPizzaSlice, faPlaceOfWorship, faPlane, faPlaneArrival, faPlaneDeparture, faPlaneSlash, faPlay, faPlayCircle, faPlug, faPlus, faPlusCircle, faPlusSquare, faPodcast, faPoll, faPollH, faPoo, faPooStorm, faPoop, faPortrait, faPoundSign, faPowerOff, faPray, faPrayingHands, faPrescription, faPrescriptionBottle, faPrescriptionBottleAlt, faPrint, faProcedures, faProjectDiagram, faPumpMedical, faPumpSoap, faPuzzlePiece, faQrcode, faQuestion, faQuestionCircle, faQuidditch, faQuoteLeft, faQuoteRight, faQuran, faRadiation, faRadiationAlt, faRainbow, faRandom, faReceipt, faRecordVinyl, faRecycle, faRedo, faRedoAlt, faRegistered, faRemoveFormat, faReply, faReplyAll, faRepublican, faRestroom, faRetweet, faRibbon, faRing, faRoad, faRobot, faRocket, faRoute, faRss, faRssSquare, faRubleSign, faRuler, faRulerCombined, faRulerHorizontal, faRulerVertical, faRunning, faRupeeSign, faSadCry, faSadTear, faSatellite, faSatelliteDish, faSave, faSchool, faScrewdriver, faScroll, faSdCard, faSearch, faSearchDollar, faSearchLocation, faSearchMinus, faSearchPlus, faSeedling, faServer, faShapes, faShare, faShareAlt, faShareAltSquare, faShareSquare, faShekelSign, faShieldAlt, faShieldVirus, faShip, faShippingFast, faShoePrints, faShoppingBag, faShoppingBasket, faShoppingCart, faShower, faShuttleVan, faSign, faSignInAlt, faSignLanguage, faSignOutAlt, faSignal, faSignature, faSimCard, faSink, faSitemap, faSkating, faSkiing, faSkiingNordic, faSkull, faSkullCrossbones, faSlash, faSleigh, faSlidersH, faSmile, faSmileBeam, faSmileWink, faSmog, faSmoking, faSmokingBan, faSms, faSnowboarding, faSnowflake, faSnowman, faSnowplow, faSoap, faSocks, faSolarPanel, faSort, faSortAlphaDown, faSortAlphaDownAlt, faSortAlphaUp, faSortAlphaUpAlt, faSortAmountDown, faSortAmountDownAlt, faSortAmountUp, faSortAmountUpAlt, faSortDown, faSortNumericDown, faSortNumericDownAlt, faSortNumericUp, faSortNumericUpAlt, faSortUp, faSpa, faSpaceShuttle, faSpellCheck, faSpider, faSpinner, faSplotch, faSprayCan, faSquare, faSquareFull, faSquareRootAlt, faStamp, faStar, faStarAndCrescent, faStarHalf, faStarHalfAlt, faStarOfDavid, faStarOfLife, faStepBackward, faStepForward, faStethoscope, faStickyNote, faStop, faStopCircle, faStopwatch, faStopwatch20, faStore, faStoreAlt, faStoreAltSlash, faStoreSlash, faStream, faStreetView, faStrikethrough, faStroopwafel, faSubscript, faSubway, faSuitcase, faSuitcaseRolling, faSun, faSuperscript, faSurprise, faSwatchbook, faSwimmer, faSwimmingPool, faSynagogue, faSync, faSyncAlt, faSyringe, faTable, faTableTennis, faTablet, faTabletAlt, faTablets, faTachometerAlt, faTag, faTags, faTape, faTasks, faTaxi, faTeeth, faTeethOpen, faTemperatureHigh, faTemperatureLow, faTenge, faTerminal, faTextHeight, faTextWidth, faTh, faThLarge, faThList, faTheaterMasks, faThermometer, faThermometerEmpty, faThermometerFull, faThermometerHalf, faThermometerQuarter, faThermometerThreeQuarters, faThumbsDown, faThumbsUp, faThumbtack, faTicketAlt, faTimes, faTimesCircle, faTint, faTintSlash, faTired, faToggleOff, faToggleOn, faToilet, faToiletPaper, faToiletPaperSlash, faToolbox, faTools, faTooth, faTorah, faToriiGate, faTractor, faTrademark, faTrafficLight, faTrailer, faTrain, faTram, faTransgender, faTransgenderAlt, faTrash, faTrashAlt, faTrashRestore, faTrashRestoreAlt, faTree, faTrophy, faTruck, faTruckLoading, faTruckMonster, faTruckMoving, faTruckPickup, faTshirt, faTty, faTv, faUmbrella, faUmbrellaBeach, faUnderline, faUndo, faUndoAlt, faUniversalAccess, faUniversity, faUnlink, faUnlock, faUnlockAlt, faUpload, faUser, faUserAlt, faUserAltSlash, faUserAstronaut, faUserCheck, faUserCircle, faUserClock, faUserCog, faUserEdit, faUserFriends, faUserGraduate, faUserInjured, faUserLock, faUserMd, faUserMinus, faUserNinja, faUserNurse, faUserPlus, faUserSecret, faUserShield, faUserSlash, faUserTag, faUserTie, faUserTimes, faUsers, faUsersCog, faUsersSlash, faUtensilSpoon, faUtensils, faVectorSquare, faVenus, faVenusDouble, faVenusMars, faVest, faVestPatches, faVial, faVials, faVideo, faVideoSlash, faVihara, faVirus, faVirusSlash, faViruses, faVoicemail, faVolleyballBall, faVolumeDown, faVolumeMute, faVolumeOff, faVolumeUp, faVoteYea, faVrCardboard, faWalking, faWallet, faWarehouse, faWater, faWaveSquare, faWeight, faWeightHanging, faWheelchair, faWifi, faWind, faWindowClose, faWindowMaximize, faWindowMinimize, faWindowRestore, faWineBottle, faWineGlass, faWineGlassAlt, faWonSign, faWrench, faXRay, faYenSign, faYinYang };\n","function _assertThisInitialized(self) {\n if (self === void 0) {\n throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");\n }\n\n return self;\n}\n\nmodule.exports = _assertThisInitialized;","function _defineProperty(obj, key, value) {\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n\n return obj;\n}\n\nmodule.exports = _defineProperty;","import invariant from \"invariant\";\n\n////////////////////////////////////////////////////////////////////////////////\n// startsWith(string, search) - Check if `string` starts with `search`\nvar startsWith = function startsWith(string, search) {\n return string.substr(0, search.length) === search;\n};\n\n////////////////////////////////////////////////////////////////////////////////\n// pick(routes, uri)\n//\n// Ranks and picks the best route to match. Each segment gets the highest\n// amount of points, then the type of segment gets an additional amount of\n// points where\n//\n// static > dynamic > splat > root\n//\n// This way we don't have to worry about the order of our routes, let the\n// computers do it.\n//\n// A route looks like this\n//\n// { path, default, value }\n//\n// And a returned match looks like:\n//\n// { route, params, uri }\n//\n// I know, I should use TypeScript not comments for these types.\nvar pick = function pick(routes, uri) {\n var match = void 0;\n var default_ = void 0;\n\n var _uri$split = uri.split(\"?\"),\n uriPathname = _uri$split[0];\n\n var uriSegments = segmentize(uriPathname);\n var isRootUri = uriSegments[0] === \"\";\n var ranked = rankRoutes(routes);\n\n for (var i = 0, l = ranked.length; i < l; i++) {\n var missed = false;\n var route = ranked[i].route;\n\n if (route.default) {\n default_ = {\n route: route,\n params: {},\n uri: uri\n };\n continue;\n }\n\n var routeSegments = segmentize(route.path);\n var params = {};\n var max = Math.max(uriSegments.length, routeSegments.length);\n var index = 0;\n\n for (; index < max; index++) {\n var routeSegment = routeSegments[index];\n var uriSegment = uriSegments[index];\n\n if (isSplat(routeSegment)) {\n // Hit a splat, just grab the rest, and return a match\n // uri: /files/documents/work\n // route: /files/*\n var param = routeSegment.slice(1) || \"*\";\n params[param] = uriSegments.slice(index).map(decodeURIComponent).join(\"/\");\n break;\n }\n\n if (uriSegment === undefined) {\n // URI is shorter than the route, no match\n // uri: /users\n // route: /users/:userId\n missed = true;\n break;\n }\n\n var dynamicMatch = paramRe.exec(routeSegment);\n\n if (dynamicMatch && !isRootUri) {\n var matchIsNotReserved = reservedNames.indexOf(dynamicMatch[1]) === -1;\n !matchIsNotReserved ? process.env.NODE_ENV !== \"production\" ? invariant(false, \"<Router> dynamic segment \\\"\" + dynamicMatch[1] + \"\\\" is a reserved name. Please use a different name in path \\\"\" + route.path + \"\\\".\") : invariant(false) : void 0;\n var value = decodeURIComponent(uriSegment);\n params[dynamicMatch[1]] = value;\n } else if (routeSegment !== uriSegment) {\n // Current segments don't match, not dynamic, not splat, so no match\n // uri: /users/123/settings\n // route: /users/:id/profile\n missed = true;\n break;\n }\n }\n\n if (!missed) {\n match = {\n route: route,\n params: params,\n uri: \"/\" + uriSegments.slice(0, index).join(\"/\")\n };\n break;\n }\n }\n\n return match || default_ || null;\n};\n\n////////////////////////////////////////////////////////////////////////////////\n// match(path, uri) - Matches just one path to a uri, also lol\nvar match = function match(path, uri) {\n return pick([{ path: path }], uri);\n};\n\n////////////////////////////////////////////////////////////////////////////////\n// resolve(to, basepath)\n//\n// Resolves URIs as though every path is a directory, no files. Relative URIs\n// in the browser can feel awkward because not only can you be \"in a directory\"\n// you can be \"at a file\", too. For example\n//\n// browserSpecResolve('foo', '/bar/') => /bar/foo\n// browserSpecResolve('foo', '/bar') => /foo\n//\n// But on the command line of a file system, it's not as complicated, you can't\n// `cd` from a file, only directories. This way, links have to know less about\n// their current path. To go deeper you can do this:\n//\n// <Link to=\"deeper\"/>\n// // instead of\n// <Link to=`{${props.uri}/deeper}`/>\n//\n// Just like `cd`, if you want to go deeper from the command line, you do this:\n//\n// cd deeper\n// # not\n// cd $(pwd)/deeper\n//\n// By treating every path as a directory, linking to relative paths should\n// require less contextual information and (fingers crossed) be more intuitive.\nvar resolve = function resolve(to, base) {\n // /foo/bar, /baz/qux => /foo/bar\n if (startsWith(to, \"/\")) {\n return to;\n }\n\n var _to$split = to.split(\"?\"),\n toPathname = _to$split[0],\n toQuery = _to$split[1];\n\n var _base$split = base.split(\"?\"),\n basePathname = _base$split[0];\n\n var toSegments = segmentize(toPathname);\n var baseSegments = segmentize(basePathname);\n\n // ?a=b, /users?b=c => /users?a=b\n if (toSegments[0] === \"\") {\n return addQuery(basePathname, toQuery);\n }\n\n // profile, /users/789 => /users/789/profile\n if (!startsWith(toSegments[0], \".\")) {\n var pathname = baseSegments.concat(toSegments).join(\"/\");\n return addQuery((basePathname === \"/\" ? \"\" : \"/\") + pathname, toQuery);\n }\n\n // ./ /users/123 => /users/123\n // ../ /users/123 => /users\n // ../.. /users/123 => /\n // ../../one /a/b/c/d => /a/b/one\n // .././one /a/b/c/d => /a/b/c/one\n var allSegments = baseSegments.concat(toSegments);\n var segments = [];\n for (var i = 0, l = allSegments.length; i < l; i++) {\n var segment = allSegments[i];\n if (segment === \"..\") segments.pop();else if (segment !== \".\") segments.push(segment);\n }\n\n return addQuery(\"/\" + segments.join(\"/\"), toQuery);\n};\n\n////////////////////////////////////////////////////////////////////////////////\n// insertParams(path, params)\n\nvar insertParams = function insertParams(path, params) {\n var _path$split = path.split(\"?\"),\n pathBase = _path$split[0],\n _path$split$ = _path$split[1],\n query = _path$split$ === undefined ? \"\" : _path$split$;\n\n var segments = segmentize(pathBase);\n var constructedPath = \"/\" + segments.map(function (segment) {\n var match = paramRe.exec(segment);\n return match ? params[match[1]] : segment;\n }).join(\"/\");\n var _params$location = params.location;\n _params$location = _params$location === undefined ? {} : _params$location;\n var _params$location$sear = _params$location.search,\n search = _params$location$sear === undefined ? \"\" : _params$location$sear;\n\n var searchSplit = search.split(\"?\")[1] || \"\";\n constructedPath = addQuery(constructedPath, query, searchSplit);\n return constructedPath;\n};\n\nvar validateRedirect = function validateRedirect(from, to) {\n var filter = function filter(segment) {\n return isDynamic(segment);\n };\n var fromString = segmentize(from).filter(filter).sort().join(\"/\");\n var toString = segmentize(to).filter(filter).sort().join(\"/\");\n return fromString === toString;\n};\n\n////////////////////////////////////////////////////////////////////////////////\n// Junk\nvar paramRe = /^:(.+)/;\n\nvar SEGMENT_POINTS = 4;\nvar STATIC_POINTS = 3;\nvar DYNAMIC_POINTS = 2;\nvar SPLAT_PENALTY = 1;\nvar ROOT_POINTS = 1;\n\nvar isRootSegment = function isRootSegment(segment) {\n return segment === \"\";\n};\nvar isDynamic = function isDynamic(segment) {\n return paramRe.test(segment);\n};\nvar isSplat = function isSplat(segment) {\n return segment && segment[0] === \"*\";\n};\n\nvar rankRoute = function rankRoute(route, index) {\n var score = route.default ? 0 : segmentize(route.path).reduce(function (score, segment) {\n score += SEGMENT_POINTS;\n if (isRootSegment(segment)) score += ROOT_POINTS;else if (isDynamic(segment)) score += DYNAMIC_POINTS;else if (isSplat(segment)) score -= SEGMENT_POINTS + SPLAT_PENALTY;else score += STATIC_POINTS;\n return score;\n }, 0);\n return { route: route, score: score, index: index };\n};\n\nvar rankRoutes = function rankRoutes(routes) {\n return routes.map(rankRoute).sort(function (a, b) {\n return a.score < b.score ? 1 : a.score > b.score ? -1 : a.index - b.index;\n });\n};\n\nvar segmentize = function segmentize(uri) {\n return uri\n // strip starting/ending slashes\n .replace(/(^\\/+|\\/+$)/g, \"\").split(\"/\");\n};\n\nvar addQuery = function addQuery(pathname) {\n for (var _len = arguments.length, query = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n query[_key - 1] = arguments[_key];\n }\n\n query = query.filter(function (q) {\n return q && q.length > 0;\n });\n return pathname + (query && query.length > 0 ? \"?\" + query.join(\"&\") : \"\");\n};\n\nvar reservedNames = [\"uri\", \"path\"];\n\n/**\n * Shallow compares two objects.\n * @param {Object} obj1 The first object to compare.\n * @param {Object} obj2 The second object to compare.\n */\nvar shallowCompare = function shallowCompare(obj1, obj2) {\n var obj1Keys = Object.keys(obj1);\n return obj1Keys.length === Object.keys(obj2).length && obj1Keys.every(function (key) {\n return obj2.hasOwnProperty(key) && obj1[key] === obj2[key];\n });\n};\n\n////////////////////////////////////////////////////////////////////////////////\nexport { startsWith, pick, match, resolve, insertParams, validateRedirect, shallowCompare };","var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };\n\nvar getLocation = function getLocation(source) {\n var _source$location = source.location,\n search = _source$location.search,\n hash = _source$location.hash,\n href = _source$location.href,\n origin = _source$location.origin,\n protocol = _source$location.protocol,\n host = _source$location.host,\n hostname = _source$location.hostname,\n port = _source$location.port;\n var pathname = source.location.pathname;\n\n\n if (!pathname && href && canUseDOM) {\n var url = new URL(href);\n pathname = url.pathname;\n }\n\n return {\n pathname: encodeURI(decodeURI(pathname)),\n search: search,\n hash: hash,\n href: href,\n origin: origin,\n protocol: protocol,\n host: host,\n hostname: hostname,\n port: port,\n state: source.history.state,\n key: source.history.state && source.history.state.key || \"initial\"\n };\n};\n\nvar createHistory = function createHistory(source, options) {\n var listeners = [];\n var location = getLocation(source);\n var transitioning = false;\n var resolveTransition = function resolveTransition() {};\n\n return {\n get location() {\n return location;\n },\n\n get transitioning() {\n return transitioning;\n },\n\n _onTransitionComplete: function _onTransitionComplete() {\n transitioning = false;\n resolveTransition();\n },\n listen: function listen(listener) {\n listeners.push(listener);\n\n var popstateListener = function popstateListener() {\n location = getLocation(source);\n listener({ location: location, action: \"POP\" });\n };\n\n source.addEventListener(\"popstate\", popstateListener);\n\n return function () {\n source.removeEventListener(\"popstate\", popstateListener);\n listeners = listeners.filter(function (fn) {\n return fn !== listener;\n });\n };\n },\n navigate: function navigate(to) {\n var _ref = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {},\n state = _ref.state,\n _ref$replace = _ref.replace,\n replace = _ref$replace === undefined ? false : _ref$replace;\n\n if (typeof to === \"number\") {\n source.history.go(to);\n } else {\n state = _extends({}, state, { key: Date.now() + \"\" });\n // try...catch iOS Safari limits to 100 pushState calls\n try {\n if (transitioning || replace) {\n source.history.replaceState(state, null, to);\n } else {\n source.history.pushState(state, null, to);\n }\n } catch (e) {\n source.location[replace ? \"replace\" : \"assign\"](to);\n }\n }\n\n location = getLocation(source);\n transitioning = true;\n var transition = new Promise(function (res) {\n return resolveTransition = res;\n });\n listeners.forEach(function (listener) {\n return listener({ location: location, action: \"PUSH\" });\n });\n return transition;\n }\n };\n};\n\n////////////////////////////////////////////////////////////////////////////////\n// Stores history entries in memory for testing or other platforms like Native\nvar createMemorySource = function createMemorySource() {\n var initialPath = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : \"/\";\n\n var searchIndex = initialPath.indexOf(\"?\");\n var initialLocation = {\n pathname: searchIndex > -1 ? initialPath.substr(0, searchIndex) : initialPath,\n search: searchIndex > -1 ? initialPath.substr(searchIndex) : \"\"\n };\n var index = 0;\n var stack = [initialLocation];\n var states = [null];\n\n return {\n get location() {\n return stack[index];\n },\n addEventListener: function addEventListener(name, fn) {},\n removeEventListener: function removeEventListener(name, fn) {},\n\n history: {\n get entries() {\n return stack;\n },\n get index() {\n return index;\n },\n get state() {\n return states[index];\n },\n pushState: function pushState(state, _, uri) {\n var _uri$split = uri.split(\"?\"),\n pathname = _uri$split[0],\n _uri$split$ = _uri$split[1],\n search = _uri$split$ === undefined ? \"\" : _uri$split$;\n\n index++;\n stack.push({ pathname: pathname, search: search.length ? \"?\" + search : search });\n states.push(state);\n },\n replaceState: function replaceState(state, _, uri) {\n var _uri$split2 = uri.split(\"?\"),\n pathname = _uri$split2[0],\n _uri$split2$ = _uri$split2[1],\n search = _uri$split2$ === undefined ? \"\" : _uri$split2$;\n\n stack[index] = { pathname: pathname, search: search };\n states[index] = state;\n },\n go: function go(to) {\n var newIndex = index + to;\n\n if (newIndex < 0 || newIndex > states.length - 1) {\n return;\n }\n\n index = newIndex;\n }\n }\n };\n};\n\n////////////////////////////////////////////////////////////////////////////////\n// global history - uses window.history as the source if available, otherwise a\n// memory history\nvar canUseDOM = !!(typeof window !== \"undefined\" && window.document && window.document.createElement);\nvar getSource = function getSource() {\n return canUseDOM ? window : createMemorySource();\n};\n\nvar globalHistory = createHistory(getSource());\nvar navigate = globalHistory.navigate;\n\n////////////////////////////////////////////////////////////////////////////////\n\nexport { globalHistory, navigate, createHistory, createMemorySource };","var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };\n\nfunction _objectWithoutProperties(obj, keys) { var target = {}; for (var i in obj) { if (keys.indexOf(i) >= 0) continue; if (!Object.prototype.hasOwnProperty.call(obj, i)) continue; target[i] = obj[i]; } return target; }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return call && (typeof call === \"object\" || typeof call === \"function\") ? call : self; }\n\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function, not \" + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }\n\n/* eslint-disable jsx-a11y/anchor-has-content */\nimport React, { useContext } from \"react\";\nimport PropTypes from \"prop-types\";\nimport invariant from \"invariant\";\nimport createContext from \"create-react-context\";\nimport { polyfill } from \"react-lifecycles-compat\";\nimport { startsWith, pick, resolve, match, insertParams, validateRedirect, shallowCompare } from \"./lib/utils\";\nimport { globalHistory, navigate, createHistory, createMemorySource } from \"./lib/history\";\n\n////////////////////////////////////////////////////////////////////////////////\n\nvar createNamedContext = function createNamedContext(name, defaultValue) {\n var Ctx = createContext(defaultValue);\n Ctx.displayName = name;\n return Ctx;\n};\n\n////////////////////////////////////////////////////////////////////////////////\n// Location Context/Provider\nvar LocationContext = createNamedContext(\"Location\");\n\n// sets up a listener if there isn't one already so apps don't need to be\n// wrapped in some top level provider\nvar Location = function Location(_ref) {\n var children = _ref.children;\n return React.createElement(\n LocationContext.Consumer,\n null,\n function (context) {\n return context ? children(context) : React.createElement(\n LocationProvider,\n null,\n children\n );\n }\n );\n};\n\nvar LocationProvider = function (_React$Component) {\n _inherits(LocationProvider, _React$Component);\n\n function LocationProvider() {\n var _temp, _this, _ret;\n\n _classCallCheck(this, LocationProvider);\n\n for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n return _ret = (_temp = (_this = _possibleConstructorReturn(this, _React$Component.call.apply(_React$Component, [this].concat(args))), _this), _this.state = {\n context: _this.getContext(),\n refs: { unlisten: null }\n }, _temp), _possibleConstructorReturn(_this, _ret);\n }\n\n LocationProvider.prototype.getContext = function getContext() {\n var _props$history = this.props.history,\n navigate = _props$history.navigate,\n location = _props$history.location;\n\n return { navigate: navigate, location: location };\n };\n\n LocationProvider.prototype.componentDidCatch = function componentDidCatch(error, info) {\n if (isRedirect(error)) {\n var _navigate = this.props.history.navigate;\n\n _navigate(error.uri, { replace: true });\n } else {\n throw error;\n }\n };\n\n LocationProvider.prototype.componentDidUpdate = function componentDidUpdate(prevProps, prevState) {\n if (prevState.context.location !== this.state.context.location) {\n this.props.history._onTransitionComplete();\n }\n };\n\n LocationProvider.prototype.componentDidMount = function componentDidMount() {\n var _this2 = this;\n\n var refs = this.state.refs,\n history = this.props.history;\n\n history._onTransitionComplete();\n refs.unlisten = history.listen(function () {\n Promise.resolve().then(function () {\n // TODO: replace rAF with react deferred update API when it's ready https://github.com/facebook/react/issues/13306\n requestAnimationFrame(function () {\n if (!_this2.unmounted) {\n _this2.setState(function () {\n return { context: _this2.getContext() };\n });\n }\n });\n });\n });\n };\n\n LocationProvider.prototype.componentWillUnmount = function componentWillUnmount() {\n var refs = this.state.refs;\n\n this.unmounted = true;\n refs.unlisten();\n };\n\n LocationProvider.prototype.render = function render() {\n var context = this.state.context,\n children = this.props.children;\n\n return React.createElement(\n LocationContext.Provider,\n { value: context },\n typeof children === \"function\" ? children(context) : children || null\n );\n };\n\n return LocationProvider;\n}(React.Component);\n\n////////////////////////////////////////////////////////////////////////////////\n\n\nLocationProvider.defaultProps = {\n history: globalHistory\n};\nprocess.env.NODE_ENV !== \"production\" ? LocationProvider.propTypes = {\n history: PropTypes.object.isRequired\n} : void 0;\nvar ServerLocation = function ServerLocation(_ref2) {\n var url = _ref2.url,\n children = _ref2.children;\n\n var searchIndex = url.indexOf(\"?\");\n var searchExists = searchIndex > -1;\n var pathname = void 0;\n var search = \"\";\n var hash = \"\";\n\n if (searchExists) {\n pathname = url.substring(0, searchIndex);\n search = url.substring(searchIndex);\n } else {\n pathname = url;\n }\n\n return React.createElement(\n LocationContext.Provider,\n {\n value: {\n location: {\n pathname: pathname,\n search: search,\n hash: hash\n },\n navigate: function navigate() {\n throw new Error(\"You can't call navigate on the server.\");\n }\n }\n },\n children\n );\n};\n////////////////////////////////////////////////////////////////////////////////\n// Sets baseuri and basepath for nested routers and links\nvar BaseContext = createNamedContext(\"Base\", { baseuri: \"/\", basepath: \"/\" });\n\n////////////////////////////////////////////////////////////////////////////////\n// The main event, welcome to the show everybody.\nvar Router = function Router(props) {\n return React.createElement(\n BaseContext.Consumer,\n null,\n function (baseContext) {\n return React.createElement(\n Location,\n null,\n function (locationContext) {\n return React.createElement(RouterImpl, _extends({}, baseContext, locationContext, props));\n }\n );\n }\n );\n};\n\nvar RouterImpl = function (_React$PureComponent) {\n _inherits(RouterImpl, _React$PureComponent);\n\n function RouterImpl() {\n _classCallCheck(this, RouterImpl);\n\n return _possibleConstructorReturn(this, _React$PureComponent.apply(this, arguments));\n }\n\n RouterImpl.prototype.render = function render() {\n var _props = this.props,\n location = _props.location,\n _navigate2 = _props.navigate,\n basepath = _props.basepath,\n primary = _props.primary,\n children = _props.children,\n baseuri = _props.baseuri,\n _props$component = _props.component,\n component = _props$component === undefined ? \"div\" : _props$component,\n domProps = _objectWithoutProperties(_props, [\"location\", \"navigate\", \"basepath\", \"primary\", \"children\", \"baseuri\", \"component\"]);\n\n var routes = React.Children.toArray(children).reduce(function (array, child) {\n var routes = createRoute(basepath)(child);\n return array.concat(routes);\n }, []);\n var pathname = location.pathname;\n\n\n var match = pick(routes, pathname);\n\n if (match) {\n var params = match.params,\n uri = match.uri,\n route = match.route,\n element = match.route.value;\n\n // remove the /* from the end for child routes relative paths\n\n basepath = route.default ? basepath : route.path.replace(/\\*$/, \"\");\n\n var props = _extends({}, params, {\n uri: uri,\n location: location,\n navigate: function navigate(to, options) {\n return _navigate2(resolve(to, uri), options);\n }\n });\n\n var clone = React.cloneElement(element, props, element.props.children ? React.createElement(\n Router,\n { location: location, primary: primary },\n element.props.children\n ) : undefined);\n\n // using 'div' for < 16.3 support\n var FocusWrapper = primary ? FocusHandler : component;\n // don't pass any props to 'div'\n var wrapperProps = primary ? _extends({ uri: uri, location: location, component: component }, domProps) : domProps;\n\n return React.createElement(\n BaseContext.Provider,\n { value: { baseuri: uri, basepath: basepath } },\n React.createElement(\n FocusWrapper,\n wrapperProps,\n clone\n )\n );\n } else {\n // Not sure if we want this, would require index routes at every level\n // warning(\n // false,\n // `<Router basepath=\"${basepath}\">\\n\\nNothing matched:\\n\\t${\n // location.pathname\n // }\\n\\nPaths checked: \\n\\t${routes\n // .map(route => route.path)\n // .join(\n // \"\\n\\t\"\n // )}\\n\\nTo get rid of this warning, add a default NotFound component as child of Router:\n // \\n\\tlet NotFound = () => <div>Not Found!</div>\n // \\n\\t<Router>\\n\\t <NotFound default/>\\n\\t {/* ... */}\\n\\t</Router>`\n // );\n return null;\n }\n };\n\n return RouterImpl;\n}(React.PureComponent);\n\nRouterImpl.defaultProps = {\n primary: true\n};\n\n\nvar FocusContext = createNamedContext(\"Focus\");\n\nvar FocusHandler = function FocusHandler(_ref3) {\n var uri = _ref3.uri,\n location = _ref3.location,\n component = _ref3.component,\n domProps = _objectWithoutProperties(_ref3, [\"uri\", \"location\", \"component\"]);\n\n return React.createElement(\n FocusContext.Consumer,\n null,\n function (requestFocus) {\n return React.createElement(FocusHandlerImpl, _extends({}, domProps, {\n component: component,\n requestFocus: requestFocus,\n uri: uri,\n location: location\n }));\n }\n );\n};\n\n// don't focus on initial render\nvar initialRender = true;\nvar focusHandlerCount = 0;\n\nvar FocusHandlerImpl = function (_React$Component2) {\n _inherits(FocusHandlerImpl, _React$Component2);\n\n function FocusHandlerImpl() {\n var _temp2, _this4, _ret2;\n\n _classCallCheck(this, FocusHandlerImpl);\n\n for (var _len2 = arguments.length, args = Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\n args[_key2] = arguments[_key2];\n }\n\n return _ret2 = (_temp2 = (_this4 = _possibleConstructorReturn(this, _React$Component2.call.apply(_React$Component2, [this].concat(args))), _this4), _this4.state = {}, _this4.requestFocus = function (node) {\n if (!_this4.state.shouldFocus && node) {\n node.focus();\n }\n }, _temp2), _possibleConstructorReturn(_this4, _ret2);\n }\n\n FocusHandlerImpl.getDerivedStateFromProps = function getDerivedStateFromProps(nextProps, prevState) {\n var initial = prevState.uri == null;\n if (initial) {\n return _extends({\n shouldFocus: true\n }, nextProps);\n } else {\n var myURIChanged = nextProps.uri !== prevState.uri;\n var navigatedUpToMe = prevState.location.pathname !== nextProps.location.pathname && nextProps.location.pathname === nextProps.uri;\n return _extends({\n shouldFocus: myURIChanged || navigatedUpToMe\n }, nextProps);\n }\n };\n\n FocusHandlerImpl.prototype.componentDidMount = function componentDidMount() {\n focusHandlerCount++;\n this.focus();\n };\n\n FocusHandlerImpl.prototype.componentWillUnmount = function componentWillUnmount() {\n focusHandlerCount--;\n if (focusHandlerCount === 0) {\n initialRender = true;\n }\n };\n\n FocusHandlerImpl.prototype.componentDidUpdate = function componentDidUpdate(prevProps, prevState) {\n if (prevProps.location !== this.props.location && this.state.shouldFocus) {\n this.focus();\n }\n };\n\n FocusHandlerImpl.prototype.focus = function focus() {\n if (process.env.NODE_ENV === \"test\") {\n // getting cannot read property focus of null in the tests\n // and that bit of global `initialRender` state causes problems\n // should probably figure it out!\n return;\n }\n\n var requestFocus = this.props.requestFocus;\n\n\n if (requestFocus) {\n requestFocus(this.node);\n } else {\n if (initialRender) {\n initialRender = false;\n } else if (this.node) {\n // React polyfills [autofocus] and it fires earlier than cDM,\n // so we were stealing focus away, this line prevents that.\n if (!this.node.contains(document.activeElement)) {\n this.node.focus();\n }\n }\n }\n };\n\n FocusHandlerImpl.prototype.render = function render() {\n var _this5 = this;\n\n var _props2 = this.props,\n children = _props2.children,\n style = _props2.style,\n requestFocus = _props2.requestFocus,\n _props2$component = _props2.component,\n Comp = _props2$component === undefined ? \"div\" : _props2$component,\n uri = _props2.uri,\n location = _props2.location,\n domProps = _objectWithoutProperties(_props2, [\"children\", \"style\", \"requestFocus\", \"component\", \"uri\", \"location\"]);\n\n return React.createElement(\n Comp,\n _extends({\n style: _extends({ outline: \"none\" }, style),\n tabIndex: \"-1\",\n ref: function ref(n) {\n return _this5.node = n;\n }\n }, domProps),\n React.createElement(\n FocusContext.Provider,\n { value: this.requestFocus },\n this.props.children\n )\n );\n };\n\n return FocusHandlerImpl;\n}(React.Component);\n\npolyfill(FocusHandlerImpl);\n\nvar k = function k() {};\n\n////////////////////////////////////////////////////////////////////////////////\nvar forwardRef = React.forwardRef;\n\nif (typeof forwardRef === \"undefined\") {\n forwardRef = function forwardRef(C) {\n return C;\n };\n}\n\nvar Link = forwardRef(function (_ref4, ref) {\n var innerRef = _ref4.innerRef,\n props = _objectWithoutProperties(_ref4, [\"innerRef\"]);\n\n return React.createElement(\n BaseContext.Consumer,\n null,\n function (_ref5) {\n var basepath = _ref5.basepath,\n baseuri = _ref5.baseuri;\n return React.createElement(\n Location,\n null,\n function (_ref6) {\n var location = _ref6.location,\n navigate = _ref6.navigate;\n\n var to = props.to,\n state = props.state,\n replace = props.replace,\n _props$getProps = props.getProps,\n getProps = _props$getProps === undefined ? k : _props$getProps,\n anchorProps = _objectWithoutProperties(props, [\"to\", \"state\", \"replace\", \"getProps\"]);\n\n var href = resolve(to, baseuri);\n var encodedHref = encodeURI(href);\n var isCurrent = location.pathname === encodedHref;\n var isPartiallyCurrent = startsWith(location.pathname, encodedHref);\n\n return React.createElement(\"a\", _extends({\n ref: ref || innerRef,\n \"aria-current\": isCurrent ? \"page\" : undefined\n }, anchorProps, getProps({ isCurrent: isCurrent, isPartiallyCurrent: isPartiallyCurrent, href: href, location: location }), {\n href: href,\n onClick: function onClick(event) {\n if (anchorProps.onClick) anchorProps.onClick(event);\n if (shouldNavigate(event)) {\n event.preventDefault();\n var shouldReplace = replace;\n if (typeof replace !== \"boolean\" && isCurrent) {\n var _location$state = _extends({}, location.state),\n key = _location$state.key,\n restState = _objectWithoutProperties(_location$state, [\"key\"]);\n\n shouldReplace = shallowCompare(_extends({}, state), restState);\n }\n navigate(href, {\n state: state,\n replace: shouldReplace\n });\n }\n }\n }));\n }\n );\n }\n );\n});\n\nLink.displayName = \"Link\";\n\nprocess.env.NODE_ENV !== \"production\" ? Link.propTypes = {\n to: PropTypes.string.isRequired\n} : void 0;\n\n////////////////////////////////////////////////////////////////////////////////\nfunction RedirectRequest(uri) {\n this.uri = uri;\n}\n\nvar isRedirect = function isRedirect(o) {\n return o instanceof RedirectRequest;\n};\n\nvar redirectTo = function redirectTo(to) {\n throw new RedirectRequest(to);\n};\n\nvar RedirectImpl = function (_React$Component3) {\n _inherits(RedirectImpl, _React$Component3);\n\n function RedirectImpl() {\n _classCallCheck(this, RedirectImpl);\n\n return _possibleConstructorReturn(this, _React$Component3.apply(this, arguments));\n }\n\n // Support React < 16 with this hook\n RedirectImpl.prototype.componentDidMount = function componentDidMount() {\n var _props3 = this.props,\n navigate = _props3.navigate,\n to = _props3.to,\n from = _props3.from,\n _props3$replace = _props3.replace,\n replace = _props3$replace === undefined ? true : _props3$replace,\n state = _props3.state,\n noThrow = _props3.noThrow,\n baseuri = _props3.baseuri,\n props = _objectWithoutProperties(_props3, [\"navigate\", \"to\", \"from\", \"replace\", \"state\", \"noThrow\", \"baseuri\"]);\n\n Promise.resolve().then(function () {\n var resolvedTo = resolve(to, baseuri);\n navigate(insertParams(resolvedTo, props), { replace: replace, state: state });\n });\n };\n\n RedirectImpl.prototype.render = function render() {\n var _props4 = this.props,\n navigate = _props4.navigate,\n to = _props4.to,\n from = _props4.from,\n replace = _props4.replace,\n state = _props4.state,\n noThrow = _props4.noThrow,\n baseuri = _props4.baseuri,\n props = _objectWithoutProperties(_props4, [\"navigate\", \"to\", \"from\", \"replace\", \"state\", \"noThrow\", \"baseuri\"]);\n\n var resolvedTo = resolve(to, baseuri);\n if (!noThrow) redirectTo(insertParams(resolvedTo, props));\n return null;\n };\n\n return RedirectImpl;\n}(React.Component);\n\nvar Redirect = function Redirect(props) {\n return React.createElement(\n BaseContext.Consumer,\n null,\n function (_ref7) {\n var baseuri = _ref7.baseuri;\n return React.createElement(\n Location,\n null,\n function (locationContext) {\n return React.createElement(RedirectImpl, _extends({}, locationContext, { baseuri: baseuri }, props));\n }\n );\n }\n );\n};\n\nprocess.env.NODE_ENV !== \"production\" ? Redirect.propTypes = {\n from: PropTypes.string,\n to: PropTypes.string.isRequired\n} : void 0;\n\n////////////////////////////////////////////////////////////////////////////////\nvar Match = function Match(_ref8) {\n var path = _ref8.path,\n children = _ref8.children;\n return React.createElement(\n BaseContext.Consumer,\n null,\n function (_ref9) {\n var baseuri = _ref9.baseuri;\n return React.createElement(\n Location,\n null,\n function (_ref10) {\n var navigate = _ref10.navigate,\n location = _ref10.location;\n\n var resolvedPath = resolve(path, baseuri);\n var result = match(resolvedPath, location.pathname);\n return children({\n navigate: navigate,\n location: location,\n match: result ? _extends({}, result.params, {\n uri: result.uri,\n path: path\n }) : null\n });\n }\n );\n }\n );\n};\n\n////////////////////////////////////////////////////////////////////////////////\n// Hooks\n\nvar useLocation = function useLocation() {\n var context = useContext(LocationContext);\n\n if (!context) {\n throw new Error(\"useLocation hook was used but a LocationContext.Provider was not found in the parent tree. Make sure this is used in a component that is a child of Router\");\n }\n\n return context.location;\n};\n\nvar useNavigate = function useNavigate() {\n var context = useContext(LocationContext);\n\n if (!context) {\n throw new Error(\"useNavigate hook was used but a LocationContext.Provider was not found in the parent tree. Make sure this is used in a component that is a child of Router\");\n }\n\n return context.navigate;\n};\n\nvar useParams = function useParams() {\n var context = useContext(BaseContext);\n\n if (!context) {\n throw new Error(\"useParams hook was used but a LocationContext.Provider was not found in the parent tree. Make sure this is used in a component that is a child of Router\");\n }\n\n var location = useLocation();\n\n var results = match(context.basepath, location.pathname);\n\n return results ? results.params : null;\n};\n\nvar useMatch = function useMatch(path) {\n if (!path) {\n throw new Error(\"useMatch(path: string) requires an argument of a string to match against\");\n }\n var context = useContext(BaseContext);\n\n if (!context) {\n throw new Error(\"useMatch hook was used but a LocationContext.Provider was not found in the parent tree. Make sure this is used in a component that is a child of Router\");\n }\n\n var location = useLocation();\n\n var resolvedPath = resolve(path, context.baseuri);\n var result = match(resolvedPath, location.pathname);\n return result ? _extends({}, result.params, {\n uri: result.uri,\n path: path\n }) : null;\n};\n\n////////////////////////////////////////////////////////////////////////////////\n// Junk\nvar stripSlashes = function stripSlashes(str) {\n return str.replace(/(^\\/+|\\/+$)/g, \"\");\n};\n\nvar createRoute = function createRoute(basepath) {\n return function (element) {\n if (!element) {\n return null;\n }\n\n if (element.type === React.Fragment && element.props.children) {\n return React.Children.map(element.props.children, createRoute(basepath));\n }\n !(element.props.path || element.props.default || element.type === Redirect) ? process.env.NODE_ENV !== \"production\" ? invariant(false, \"<Router>: Children of <Router> must have a `path` or `default` prop, or be a `<Redirect>`. None found on element type `\" + element.type + \"`\") : invariant(false) : void 0;\n\n !!(element.type === Redirect && (!element.props.from || !element.props.to)) ? process.env.NODE_ENV !== \"production\" ? invariant(false, \"<Redirect from=\\\"\" + element.props.from + \"\\\" to=\\\"\" + element.props.to + \"\\\"/> requires both \\\"from\\\" and \\\"to\\\" props when inside a <Router>.\") : invariant(false) : void 0;\n\n !!(element.type === Redirect && !validateRedirect(element.props.from, element.props.to)) ? process.env.NODE_ENV !== \"production\" ? invariant(false, \"<Redirect from=\\\"\" + element.props.from + \" to=\\\"\" + element.props.to + \"\\\"/> has mismatched dynamic segments, ensure both paths have the exact same dynamic segments.\") : invariant(false) : void 0;\n\n if (element.props.default) {\n return { value: element, default: true };\n }\n\n var elementPath = element.type === Redirect ? element.props.from : element.props.path;\n\n var path = elementPath === \"/\" ? basepath : stripSlashes(basepath) + \"/\" + stripSlashes(elementPath);\n\n return {\n value: element,\n default: element.props.default,\n path: element.props.children ? stripSlashes(path) + \"/*\" : path\n };\n };\n};\n\nvar shouldNavigate = function shouldNavigate(event) {\n return !event.defaultPrevented && event.button === 0 && !(event.metaKey || event.altKey || event.ctrlKey || event.shiftKey);\n};\n\n////////////////////////////////////////////////////////////////////////\nexport { Link, Location, LocationProvider, Match, Redirect, Router, ServerLocation, createHistory, createMemorySource, isRedirect, navigate, redirectTo, globalHistory, match as matchPath, useLocation, useNavigate, useParams, useMatch };","import { parse, icon } from '@fortawesome/fontawesome-svg-core';\nimport PropTypes from 'prop-types';\nimport React from 'react';\n\nfunction _typeof(obj) {\n if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") {\n _typeof = function (obj) {\n return typeof obj;\n };\n } else {\n _typeof = function (obj) {\n return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj;\n };\n }\n\n return _typeof(obj);\n}\n\nfunction _defineProperty(obj, key, value) {\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n\n return obj;\n}\n\nfunction ownKeys(object, enumerableOnly) {\n var keys = Object.keys(object);\n\n if (Object.getOwnPropertySymbols) {\n var symbols = Object.getOwnPropertySymbols(object);\n if (enumerableOnly) symbols = symbols.filter(function (sym) {\n return Object.getOwnPropertyDescriptor(object, sym).enumerable;\n });\n keys.push.apply(keys, symbols);\n }\n\n return keys;\n}\n\nfunction _objectSpread2(target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i] != null ? arguments[i] : {};\n\n if (i % 2) {\n ownKeys(Object(source), true).forEach(function (key) {\n _defineProperty(target, key, source[key]);\n });\n } else if (Object.getOwnPropertyDescriptors) {\n Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));\n } else {\n ownKeys(Object(source)).forEach(function (key) {\n Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));\n });\n }\n }\n\n return target;\n}\n\nfunction _objectWithoutPropertiesLoose(source, excluded) {\n if (source == null) return {};\n var target = {};\n var sourceKeys = Object.keys(source);\n var key, i;\n\n for (i = 0; i < sourceKeys.length; i++) {\n key = sourceKeys[i];\n if (excluded.indexOf(key) >= 0) continue;\n target[key] = source[key];\n }\n\n return target;\n}\n\nfunction _objectWithoutProperties(source, excluded) {\n if (source == null) return {};\n\n var target = _objectWithoutPropertiesLoose(source, excluded);\n\n var key, i;\n\n if (Object.getOwnPropertySymbols) {\n var sourceSymbolKeys = Object.getOwnPropertySymbols(source);\n\n for (i = 0; i < sourceSymbolKeys.length; i++) {\n key = sourceSymbolKeys[i];\n if (excluded.indexOf(key) >= 0) continue;\n if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;\n target[key] = source[key];\n }\n }\n\n return target;\n}\n\nfunction _toConsumableArray(arr) {\n return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _nonIterableSpread();\n}\n\nfunction _arrayWithoutHoles(arr) {\n if (Array.isArray(arr)) {\n for (var i = 0, arr2 = new Array(arr.length); i < arr.length; i++) arr2[i] = arr[i];\n\n return arr2;\n }\n}\n\nfunction _iterableToArray(iter) {\n if (Symbol.iterator in Object(iter) || Object.prototype.toString.call(iter) === \"[object Arguments]\") return Array.from(iter);\n}\n\nfunction _nonIterableSpread() {\n throw new TypeError(\"Invalid attempt to spread non-iterable instance\");\n}\n\n// Get CSS class list from a props object\nfunction classList(props) {\n var _classes;\n\n var spin = props.spin,\n pulse = props.pulse,\n fixedWidth = props.fixedWidth,\n inverse = props.inverse,\n border = props.border,\n listItem = props.listItem,\n flip = props.flip,\n size = props.size,\n rotation = props.rotation,\n pull = props.pull; // map of CSS class names to properties\n\n var classes = (_classes = {\n 'fa-spin': spin,\n 'fa-pulse': pulse,\n 'fa-fw': fixedWidth,\n 'fa-inverse': inverse,\n 'fa-border': border,\n 'fa-li': listItem,\n 'fa-flip-horizontal': flip === 'horizontal' || flip === 'both',\n 'fa-flip-vertical': flip === 'vertical' || flip === 'both'\n }, _defineProperty(_classes, \"fa-\".concat(size), typeof size !== 'undefined' && size !== null), _defineProperty(_classes, \"fa-rotate-\".concat(rotation), typeof rotation !== 'undefined' && rotation !== null && rotation !== 0), _defineProperty(_classes, \"fa-pull-\".concat(pull), typeof pull !== 'undefined' && pull !== null), _defineProperty(_classes, 'fa-swap-opacity', props.swapOpacity), _classes); // map over all the keys in the classes object\n // return an array of the keys where the value for the key is not null\n\n return Object.keys(classes).map(function (key) {\n return classes[key] ? key : null;\n }).filter(function (key) {\n return key;\n });\n}\n\n// Camelize taken from humps\n// humps is copyright © 2012+ Dom Christie\n// Released under the MIT license.\n// Performant way to determine if object coerces to a number\nfunction _isNumerical(obj) {\n obj = obj - 0; // eslint-disable-next-line no-self-compare\n\n return obj === obj;\n}\n\nfunction camelize(string) {\n if (_isNumerical(string)) {\n return string;\n } // eslint-disable-next-line no-useless-escape\n\n\n string = string.replace(/[\\-_\\s]+(.)?/g, function (match, chr) {\n return chr ? chr.toUpperCase() : '';\n }); // Ensure 1st char is always lowercase\n\n return string.substr(0, 1).toLowerCase() + string.substr(1);\n}\n\nfunction capitalize(val) {\n return val.charAt(0).toUpperCase() + val.slice(1);\n}\n\nfunction styleToObject(style) {\n return style.split(';').map(function (s) {\n return s.trim();\n }).filter(function (s) {\n return s;\n }).reduce(function (acc, pair) {\n var i = pair.indexOf(':');\n var prop = camelize(pair.slice(0, i));\n var value = pair.slice(i + 1).trim();\n prop.startsWith('webkit') ? acc[capitalize(prop)] = value : acc[prop] = value;\n return acc;\n }, {});\n}\n\nfunction convert(createElement, element) {\n var extraProps = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};\n\n if (typeof element === 'string') {\n return element;\n }\n\n var children = (element.children || []).map(function (child) {\n return convert(createElement, child);\n });\n /* eslint-disable dot-notation */\n\n var mixins = Object.keys(element.attributes || {}).reduce(function (acc, key) {\n var val = element.attributes[key];\n\n switch (key) {\n case 'class':\n acc.attrs['className'] = val;\n delete element.attributes['class'];\n break;\n\n case 'style':\n acc.attrs['style'] = styleToObject(val);\n break;\n\n default:\n if (key.indexOf('aria-') === 0 || key.indexOf('data-') === 0) {\n acc.attrs[key.toLowerCase()] = val;\n } else {\n acc.attrs[camelize(key)] = val;\n }\n\n }\n\n return acc;\n }, {\n attrs: {}\n });\n\n var _extraProps$style = extraProps.style,\n existingStyle = _extraProps$style === void 0 ? {} : _extraProps$style,\n remaining = _objectWithoutProperties(extraProps, [\"style\"]);\n\n mixins.attrs['style'] = _objectSpread2({}, mixins.attrs['style'], {}, existingStyle);\n /* eslint-enable */\n\n return createElement.apply(void 0, [element.tag, _objectSpread2({}, mixins.attrs, {}, remaining)].concat(_toConsumableArray(children)));\n}\n\nvar PRODUCTION = false;\n\ntry {\n PRODUCTION = process.env.NODE_ENV === 'production';\n} catch (e) {}\n\nfunction log () {\n if (!PRODUCTION && console && typeof console.error === 'function') {\n var _console;\n\n (_console = console).error.apply(_console, arguments);\n }\n}\n\n// Normalize icon arguments\nfunction normalizeIconArgs(icon) {\n // if the icon is null, there's nothing to do\n if (icon === null) {\n return null;\n } // if the icon is an object and has a prefix and an icon name, return it\n\n\n if (_typeof(icon) === 'object' && icon.prefix && icon.iconName) {\n return icon;\n } // if it's an array with length of two\n\n\n if (Array.isArray(icon) && icon.length === 2) {\n // use the first item as prefix, second as icon name\n return {\n prefix: icon[0],\n iconName: icon[1]\n };\n } // if it's a string, use it as the icon name\n\n\n if (typeof icon === 'string') {\n return {\n prefix: 'fas',\n iconName: icon\n };\n }\n}\n\n// creates an object with a key of key\n// and a value of value\n// if certain conditions are met\nfunction objectWithKey(key, value) {\n // if the value is a non-empty array\n // or it's not an array but it is truthy\n // then create the object with the key and the value\n // if not, return an empty array\n return Array.isArray(value) && value.length > 0 || !Array.isArray(value) && value ? _defineProperty({}, key, value) : {};\n}\n\nfunction FontAwesomeIcon(_ref) {\n var forwardedRef = _ref.forwardedRef,\n props = _objectWithoutProperties(_ref, [\"forwardedRef\"]);\n\n var iconArgs = props.icon,\n maskArgs = props.mask,\n symbol = props.symbol,\n className = props.className,\n title = props.title;\n var iconLookup = normalizeIconArgs(iconArgs);\n var classes = objectWithKey('classes', [].concat(_toConsumableArray(classList(props)), _toConsumableArray(className.split(' '))));\n var transform = objectWithKey('transform', typeof props.transform === 'string' ? parse.transform(props.transform) : props.transform);\n var mask = objectWithKey('mask', normalizeIconArgs(maskArgs));\n var renderedIcon = icon(iconLookup, _objectSpread2({}, classes, {}, transform, {}, mask, {\n symbol: symbol,\n title: title\n }));\n\n if (!renderedIcon) {\n log('Could not find icon', iconLookup);\n return null;\n }\n\n var abstract = renderedIcon.abstract;\n var extraProps = {\n ref: forwardedRef\n };\n Object.keys(props).forEach(function (key) {\n // eslint-disable-next-line no-prototype-builtins\n if (!FontAwesomeIcon.defaultProps.hasOwnProperty(key)) {\n extraProps[key] = props[key];\n }\n });\n return convertCurry(abstract[0], extraProps);\n}\nFontAwesomeIcon.displayName = 'FontAwesomeIcon';\nFontAwesomeIcon.propTypes = {\n border: PropTypes.bool,\n className: PropTypes.string,\n mask: PropTypes.oneOfType([PropTypes.object, PropTypes.array, PropTypes.string]),\n fixedWidth: PropTypes.bool,\n inverse: PropTypes.bool,\n flip: PropTypes.oneOf(['horizontal', 'vertical', 'both']),\n icon: PropTypes.oneOfType([PropTypes.object, PropTypes.array, PropTypes.string]),\n listItem: PropTypes.bool,\n pull: PropTypes.oneOf(['right', 'left']),\n pulse: PropTypes.bool,\n rotation: PropTypes.oneOf([0, 90, 180, 270]),\n size: PropTypes.oneOf(['lg', 'xs', 'sm', '1x', '2x', '3x', '4x', '5x', '6x', '7x', '8x', '9x', '10x']),\n spin: PropTypes.bool,\n symbol: PropTypes.oneOfType([PropTypes.bool, PropTypes.string]),\n title: PropTypes.string,\n transform: PropTypes.oneOfType([PropTypes.string, PropTypes.object]),\n swapOpacity: PropTypes.bool\n};\nFontAwesomeIcon.defaultProps = {\n border: false,\n className: '',\n mask: null,\n fixedWidth: false,\n inverse: false,\n flip: null,\n icon: null,\n listItem: false,\n pull: null,\n pulse: false,\n rotation: null,\n size: null,\n spin: false,\n symbol: false,\n title: '',\n transform: null,\n swapOpacity: false\n};\nvar convertCurry = convert.bind(null, React.createElement);\n\nexport { FontAwesomeIcon };\n","export default function _classCallCheck(instance, Constructor) {\n if (!(instance instanceof Constructor)) {\n throw new TypeError(\"Cannot call a class as a function\");\n }\n}","function _defineProperties(target, props) {\n for (var i = 0; i < props.length; i++) {\n var descriptor = props[i];\n descriptor.enumerable = descriptor.enumerable || false;\n descriptor.configurable = true;\n if (\"value\" in descriptor) descriptor.writable = true;\n Object.defineProperty(target, descriptor.key, descriptor);\n }\n}\n\nexport default function _createClass(Constructor, protoProps, staticProps) {\n if (protoProps) _defineProperties(Constructor.prototype, protoProps);\n if (staticProps) _defineProperties(Constructor, staticProps);\n return Constructor;\n}","import arrayWithoutHoles from \"./arrayWithoutHoles\";\nimport iterableToArray from \"./iterableToArray\";\nimport unsupportedIterableToArray from \"./unsupportedIterableToArray\";\nimport nonIterableSpread from \"./nonIterableSpread\";\nexport default function _toConsumableArray(arr) {\n return arrayWithoutHoles(arr) || iterableToArray(arr) || unsupportedIterableToArray(arr) || nonIterableSpread();\n}","import arrayLikeToArray from \"./arrayLikeToArray\";\nexport default function _arrayWithoutHoles(arr) {\n if (Array.isArray(arr)) return arrayLikeToArray(arr);\n}","export default function _iterableToArray(iter) {\n if (typeof Symbol !== \"undefined\" && Symbol.iterator in Object(iter)) return Array.from(iter);\n}","export default function _nonIterableSpread() {\n throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\");\n}","var moment = module.exports = require(\"./moment-timezone\");\nmoment.tz.load(require('./data/packed/latest.json'));\n","export default function _defineProperty(obj, key, value) {\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n\n return obj;\n}","export default function _getPrototypeOf(o) {\n _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {\n return o.__proto__ || Object.getPrototypeOf(o);\n };\n return _getPrototypeOf(o);\n}","export default function _isNativeReflectConstruct() {\n if (typeof Reflect === \"undefined\" || !Reflect.construct) return false;\n if (Reflect.construct.sham) return false;\n if (typeof Proxy === \"function\") return true;\n\n try {\n Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));\n return true;\n } catch (e) {\n return false;\n }\n}","export default function _typeof(obj) {\n \"@babel/helpers - typeof\";\n\n if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") {\n _typeof = function _typeof(obj) {\n return typeof obj;\n };\n } else {\n _typeof = function _typeof(obj) {\n return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj;\n };\n }\n\n return _typeof(obj);\n}","import _typeof from \"../../helpers/esm/typeof\";\nimport assertThisInitialized from \"./assertThisInitialized\";\nexport default function _possibleConstructorReturn(self, call) {\n if (call && (_typeof(call) === \"object\" || typeof call === \"function\")) {\n return call;\n }\n\n return assertThisInitialized(self);\n}","export default function _assertThisInitialized(self) {\n if (self === void 0) {\n throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");\n }\n\n return self;\n}","import getPrototypeOf from \"./getPrototypeOf\";\nimport isNativeReflectConstruct from \"./isNativeReflectConstruct\";\nimport possibleConstructorReturn from \"./possibleConstructorReturn\";\nexport default function _createSuper(Derived) {\n return function () {\n var Super = getPrototypeOf(Derived),\n result;\n\n if (isNativeReflectConstruct()) {\n var NewTarget = getPrototypeOf(this).constructor;\n result = Reflect.construct(Super, arguments, NewTarget);\n } else {\n result = Super.apply(this, arguments);\n }\n\n return possibleConstructorReturn(this, result);\n };\n}","export default function _setPrototypeOf(o, p) {\n _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {\n o.__proto__ = p;\n return o;\n };\n\n return _setPrototypeOf(o, p);\n}","import setPrototypeOf from \"./setPrototypeOf\";\nexport default function _inherits(subClass, superClass) {\n if (typeof superClass !== \"function\" && superClass !== null) {\n throw new TypeError(\"Super expression must either be null or a function\");\n }\n\n subClass.prototype = Object.create(superClass && superClass.prototype, {\n constructor: {\n value: subClass,\n writable: true,\n configurable: true\n }\n });\n if (superClass) setPrototypeOf(subClass, superClass);\n}","/*!\n * jQuery JavaScript Library v3.5.1\n * https://jquery.com/\n *\n * Includes Sizzle.js\n * https://sizzlejs.com/\n *\n * Copyright JS Foundation and other contributors\n * Released under the MIT license\n * https://jquery.org/license\n *\n * Date: 2020-05-04T22:49Z\n */\n( function( global, factory ) {\n\n\t\"use strict\";\n\n\tif ( typeof module === \"object\" && typeof module.exports === \"object\" ) {\n\n\t\t// For CommonJS and CommonJS-like environments where a proper `window`\n\t\t// is present, execute the factory and get jQuery.\n\t\t// For environments that do not have a `window` with a `document`\n\t\t// (such as Node.js), expose a factory as module.exports.\n\t\t// This accentuates the need for the creation of a real `window`.\n\t\t// e.g. var jQuery = require(\"jquery\")(window);\n\t\t// See ticket #14549 for more info.\n\t\tmodule.exports = global.document ?\n\t\t\tfactory( global, true ) :\n\t\t\tfunction( w ) {\n\t\t\t\tif ( !w.document ) {\n\t\t\t\t\tthrow new Error( \"jQuery requires a window with a document\" );\n\t\t\t\t}\n\t\t\t\treturn factory( w );\n\t\t\t};\n\t} else {\n\t\tfactory( global );\n\t}\n\n// Pass this if window is not defined yet\n} )( typeof window !== \"undefined\" ? window : this, function( window, noGlobal ) {\n\n// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1\n// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode\n// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common\n// enough that all such attempts are guarded in a try block.\n\"use strict\";\n\nvar arr = [];\n\nvar getProto = Object.getPrototypeOf;\n\nvar slice = arr.slice;\n\nvar flat = arr.flat ? function( array ) {\n\treturn arr.flat.call( array );\n} : function( array ) {\n\treturn arr.concat.apply( [], array );\n};\n\n\nvar push = arr.push;\n\nvar indexOf = arr.indexOf;\n\nvar class2type = {};\n\nvar toString = class2type.toString;\n\nvar hasOwn = class2type.hasOwnProperty;\n\nvar fnToString = hasOwn.toString;\n\nvar ObjectFunctionString = fnToString.call( Object );\n\nvar support = {};\n\nvar isFunction = function isFunction( obj ) {\n\n // Support: Chrome <=57, Firefox <=52\n // In some browsers, typeof returns \"function\" for HTML <object> elements\n // (i.e., `typeof document.createElement( \"object\" ) === \"function\"`).\n // We don't want to classify *any* DOM node as a function.\n return typeof obj === \"function\" && typeof obj.nodeType !== \"number\";\n };\n\n\nvar isWindow = function isWindow( obj ) {\n\t\treturn obj != null && obj === obj.window;\n\t};\n\n\nvar document = window.document;\n\n\n\n\tvar preservedScriptAttributes = {\n\t\ttype: true,\n\t\tsrc: true,\n\t\tnonce: true,\n\t\tnoModule: true\n\t};\n\n\tfunction DOMEval( code, node, doc ) {\n\t\tdoc = doc || document;\n\n\t\tvar i, val,\n\t\t\tscript = doc.createElement( \"script\" );\n\n\t\tscript.text = code;\n\t\tif ( node ) {\n\t\t\tfor ( i in preservedScriptAttributes ) {\n\n\t\t\t\t// Support: Firefox 64+, Edge 18+\n\t\t\t\t// Some browsers don't support the \"nonce\" property on scripts.\n\t\t\t\t// On the other hand, just using `getAttribute` is not enough as\n\t\t\t\t// the `nonce` attribute is reset to an empty string whenever it\n\t\t\t\t// becomes browsing-context connected.\n\t\t\t\t// See https://github.com/whatwg/html/issues/2369\n\t\t\t\t// See https://html.spec.whatwg.org/#nonce-attributes\n\t\t\t\t// The `node.getAttribute` check was added for the sake of\n\t\t\t\t// `jQuery.globalEval` so that it can fake a nonce-containing node\n\t\t\t\t// via an object.\n\t\t\t\tval = node[ i ] || node.getAttribute && node.getAttribute( i );\n\t\t\t\tif ( val ) {\n\t\t\t\t\tscript.setAttribute( i, val );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tdoc.head.appendChild( script ).parentNode.removeChild( script );\n\t}\n\n\nfunction toType( obj ) {\n\tif ( obj == null ) {\n\t\treturn obj + \"\";\n\t}\n\n\t// Support: Android <=2.3 only (functionish RegExp)\n\treturn typeof obj === \"object\" || typeof obj === \"function\" ?\n\t\tclass2type[ toString.call( obj ) ] || \"object\" :\n\t\ttypeof obj;\n}\n/* global Symbol */\n// Defining this global in .eslintrc.json would create a danger of using the global\n// unguarded in another place, it seems safer to define global only for this module\n\n\n\nvar\n\tversion = \"3.5.1\",\n\n\t// Define a local copy of jQuery\n\tjQuery = function( selector, context ) {\n\n\t\t// The jQuery object is actually just the init constructor 'enhanced'\n\t\t// Need init if jQuery is called (just allow error to be thrown if not included)\n\t\treturn new jQuery.fn.init( selector, context );\n\t};\n\njQuery.fn = jQuery.prototype = {\n\n\t// The current version of jQuery being used\n\tjquery: version,\n\n\tconstructor: jQuery,\n\n\t// The default length of a jQuery object is 0\n\tlength: 0,\n\n\ttoArray: function() {\n\t\treturn slice.call( this );\n\t},\n\n\t// Get the Nth element in the matched element set OR\n\t// Get the whole matched element set as a clean array\n\tget: function( num ) {\n\n\t\t// Return all the elements in a clean array\n\t\tif ( num == null ) {\n\t\t\treturn slice.call( this );\n\t\t}\n\n\t\t// Return just the one element from the set\n\t\treturn num < 0 ? this[ num + this.length ] : this[ num ];\n\t},\n\n\t// Take an array of elements and push it onto the stack\n\t// (returning the new matched element set)\n\tpushStack: function( elems ) {\n\n\t\t// Build a new jQuery matched element set\n\t\tvar ret = jQuery.merge( this.constructor(), elems );\n\n\t\t// Add the old object onto the stack (as a reference)\n\t\tret.prevObject = this;\n\n\t\t// Return the newly-formed element set\n\t\treturn ret;\n\t},\n\n\t// Execute a callback for every element in the matched set.\n\teach: function( callback ) {\n\t\treturn jQuery.each( this, callback );\n\t},\n\n\tmap: function( callback ) {\n\t\treturn this.pushStack( jQuery.map( this, function( elem, i ) {\n\t\t\treturn callback.call( elem, i, elem );\n\t\t} ) );\n\t},\n\n\tslice: function() {\n\t\treturn this.pushStack( slice.apply( this, arguments ) );\n\t},\n\n\tfirst: function() {\n\t\treturn this.eq( 0 );\n\t},\n\n\tlast: function() {\n\t\treturn this.eq( -1 );\n\t},\n\n\teven: function() {\n\t\treturn this.pushStack( jQuery.grep( this, function( _elem, i ) {\n\t\t\treturn ( i + 1 ) % 2;\n\t\t} ) );\n\t},\n\n\todd: function() {\n\t\treturn this.pushStack( jQuery.grep( this, function( _elem, i ) {\n\t\t\treturn i % 2;\n\t\t} ) );\n\t},\n\n\teq: function( i ) {\n\t\tvar len = this.length,\n\t\t\tj = +i + ( i < 0 ? len : 0 );\n\t\treturn this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] );\n\t},\n\n\tend: function() {\n\t\treturn this.prevObject || this.constructor();\n\t},\n\n\t// For internal use only.\n\t// Behaves like an Array's method, not like a jQuery method.\n\tpush: push,\n\tsort: arr.sort,\n\tsplice: arr.splice\n};\n\njQuery.extend = jQuery.fn.extend = function() {\n\tvar options, name, src, copy, copyIsArray, clone,\n\t\ttarget = arguments[ 0 ] || {},\n\t\ti = 1,\n\t\tlength = arguments.length,\n\t\tdeep = false;\n\n\t// Handle a deep copy situation\n\tif ( typeof target === \"boolean\" ) {\n\t\tdeep = target;\n\n\t\t// Skip the boolean and the target\n\t\ttarget = arguments[ i ] || {};\n\t\ti++;\n\t}\n\n\t// Handle case when target is a string or something (possible in deep copy)\n\tif ( typeof target !== \"object\" && !isFunction( target ) ) {\n\t\ttarget = {};\n\t}\n\n\t// Extend jQuery itself if only one argument is passed\n\tif ( i === length ) {\n\t\ttarget = this;\n\t\ti--;\n\t}\n\n\tfor ( ; i < length; i++ ) {\n\n\t\t// Only deal with non-null/undefined values\n\t\tif ( ( options = arguments[ i ] ) != null ) {\n\n\t\t\t// Extend the base object\n\t\t\tfor ( name in options ) {\n\t\t\t\tcopy = options[ name ];\n\n\t\t\t\t// Prevent Object.prototype pollution\n\t\t\t\t// Prevent never-ending loop\n\t\t\t\tif ( name === \"__proto__\" || target === copy ) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\t// Recurse if we're merging plain objects or arrays\n\t\t\t\tif ( deep && copy && ( jQuery.isPlainObject( copy ) ||\n\t\t\t\t\t( copyIsArray = Array.isArray( copy ) ) ) ) {\n\t\t\t\t\tsrc = target[ name ];\n\n\t\t\t\t\t// Ensure proper type for the source value\n\t\t\t\t\tif ( copyIsArray && !Array.isArray( src ) ) {\n\t\t\t\t\t\tclone = [];\n\t\t\t\t\t} else if ( !copyIsArray && !jQuery.isPlainObject( src ) ) {\n\t\t\t\t\t\tclone = {};\n\t\t\t\t\t} else {\n\t\t\t\t\t\tclone = src;\n\t\t\t\t\t}\n\t\t\t\t\tcopyIsArray = false;\n\n\t\t\t\t\t// Never move original objects, clone them\n\t\t\t\t\ttarget[ name ] = jQuery.extend( deep, clone, copy );\n\n\t\t\t\t// Don't bring in undefined values\n\t\t\t\t} else if ( copy !== undefined ) {\n\t\t\t\t\ttarget[ name ] = copy;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Return the modified object\n\treturn target;\n};\n\njQuery.extend( {\n\n\t// Unique for each copy of jQuery on the page\n\texpando: \"jQuery\" + ( version + Math.random() ).replace( /\\D/g, \"\" ),\n\n\t// Assume jQuery is ready without the ready module\n\tisReady: true,\n\n\terror: function( msg ) {\n\t\tthrow new Error( msg );\n\t},\n\n\tnoop: function() {},\n\n\tisPlainObject: function( obj ) {\n\t\tvar proto, Ctor;\n\n\t\t// Detect obvious negatives\n\t\t// Use toString instead of jQuery.type to catch host objects\n\t\tif ( !obj || toString.call( obj ) !== \"[object Object]\" ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tproto = getProto( obj );\n\n\t\t// Objects with no prototype (e.g., `Object.create( null )`) are plain\n\t\tif ( !proto ) {\n\t\t\treturn true;\n\t\t}\n\n\t\t// Objects with prototype are plain iff they were constructed by a global Object function\n\t\tCtor = hasOwn.call( proto, \"constructor\" ) && proto.constructor;\n\t\treturn typeof Ctor === \"function\" && fnToString.call( Ctor ) === ObjectFunctionString;\n\t},\n\n\tisEmptyObject: function( obj ) {\n\t\tvar name;\n\n\t\tfor ( name in obj ) {\n\t\t\treturn false;\n\t\t}\n\t\treturn true;\n\t},\n\n\t// Evaluates a script in a provided context; falls back to the global one\n\t// if not specified.\n\tglobalEval: function( code, options, doc ) {\n\t\tDOMEval( code, { nonce: options && options.nonce }, doc );\n\t},\n\n\teach: function( obj, callback ) {\n\t\tvar length, i = 0;\n\n\t\tif ( isArrayLike( obj ) ) {\n\t\t\tlength = obj.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tif ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tfor ( i in obj ) {\n\t\t\t\tif ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn obj;\n\t},\n\n\t// results is for internal usage only\n\tmakeArray: function( arr, results ) {\n\t\tvar ret = results || [];\n\n\t\tif ( arr != null ) {\n\t\t\tif ( isArrayLike( Object( arr ) ) ) {\n\t\t\t\tjQuery.merge( ret,\n\t\t\t\t\ttypeof arr === \"string\" ?\n\t\t\t\t\t[ arr ] : arr\n\t\t\t\t);\n\t\t\t} else {\n\t\t\t\tpush.call( ret, arr );\n\t\t\t}\n\t\t}\n\n\t\treturn ret;\n\t},\n\n\tinArray: function( elem, arr, i ) {\n\t\treturn arr == null ? -1 : indexOf.call( arr, elem, i );\n\t},\n\n\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t// push.apply(_, arraylike) throws on ancient WebKit\n\tmerge: function( first, second ) {\n\t\tvar len = +second.length,\n\t\t\tj = 0,\n\t\t\ti = first.length;\n\n\t\tfor ( ; j < len; j++ ) {\n\t\t\tfirst[ i++ ] = second[ j ];\n\t\t}\n\n\t\tfirst.length = i;\n\n\t\treturn first;\n\t},\n\n\tgrep: function( elems, callback, invert ) {\n\t\tvar callbackInverse,\n\t\t\tmatches = [],\n\t\t\ti = 0,\n\t\t\tlength = elems.length,\n\t\t\tcallbackExpect = !invert;\n\n\t\t// Go through the array, only saving the items\n\t\t// that pass the validator function\n\t\tfor ( ; i < length; i++ ) {\n\t\t\tcallbackInverse = !callback( elems[ i ], i );\n\t\t\tif ( callbackInverse !== callbackExpect ) {\n\t\t\t\tmatches.push( elems[ i ] );\n\t\t\t}\n\t\t}\n\n\t\treturn matches;\n\t},\n\n\t// arg is for internal usage only\n\tmap: function( elems, callback, arg ) {\n\t\tvar length, value,\n\t\t\ti = 0,\n\t\t\tret = [];\n\n\t\t// Go through the array, translating each of the items to their new values\n\t\tif ( isArrayLike( elems ) ) {\n\t\t\tlength = elems.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Go through every key on the object,\n\t\t} else {\n\t\t\tfor ( i in elems ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Flatten any nested arrays\n\t\treturn flat( ret );\n\t},\n\n\t// A global GUID counter for objects\n\tguid: 1,\n\n\t// jQuery.support is not used in Core but other projects attach their\n\t// properties to it so it needs to exist.\n\tsupport: support\n} );\n\nif ( typeof Symbol === \"function\" ) {\n\tjQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ];\n}\n\n// Populate the class2type map\njQuery.each( \"Boolean Number String Function Array Date RegExp Object Error Symbol\".split( \" \" ),\nfunction( _i, name ) {\n\tclass2type[ \"[object \" + name + \"]\" ] = name.toLowerCase();\n} );\n\nfunction isArrayLike( obj ) {\n\n\t// Support: real iOS 8.2 only (not reproducible in simulator)\n\t// `in` check used to prevent JIT error (gh-2145)\n\t// hasOwn isn't used here due to false negatives\n\t// regarding Nodelist length in IE\n\tvar length = !!obj && \"length\" in obj && obj.length,\n\t\ttype = toType( obj );\n\n\tif ( isFunction( obj ) || isWindow( obj ) ) {\n\t\treturn false;\n\t}\n\n\treturn type === \"array\" || length === 0 ||\n\t\ttypeof length === \"number\" && length > 0 && ( length - 1 ) in obj;\n}\nvar Sizzle =\n/*!\n * Sizzle CSS Selector Engine v2.3.5\n * https://sizzlejs.com/\n *\n * Copyright JS Foundation and other contributors\n * Released under the MIT license\n * https://js.foundation/\n *\n * Date: 2020-03-14\n */\n( function( window ) {\nvar i,\n\tsupport,\n\tExpr,\n\tgetText,\n\tisXML,\n\ttokenize,\n\tcompile,\n\tselect,\n\toutermostContext,\n\tsortInput,\n\thasDuplicate,\n\n\t// Local document vars\n\tsetDocument,\n\tdocument,\n\tdocElem,\n\tdocumentIsHTML,\n\trbuggyQSA,\n\trbuggyMatches,\n\tmatches,\n\tcontains,\n\n\t// Instance-specific data\n\texpando = \"sizzle\" + 1 * new Date(),\n\tpreferredDoc = window.document,\n\tdirruns = 0,\n\tdone = 0,\n\tclassCache = createCache(),\n\ttokenCache = createCache(),\n\tcompilerCache = createCache(),\n\tnonnativeSelectorCache = createCache(),\n\tsortOrder = function( a, b ) {\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t}\n\t\treturn 0;\n\t},\n\n\t// Instance methods\n\thasOwn = ( {} ).hasOwnProperty,\n\tarr = [],\n\tpop = arr.pop,\n\tpushNative = arr.push,\n\tpush = arr.push,\n\tslice = arr.slice,\n\n\t// Use a stripped-down indexOf as it's faster than native\n\t// https://jsperf.com/thor-indexof-vs-for/5\n\tindexOf = function( list, elem ) {\n\t\tvar i = 0,\n\t\t\tlen = list.length;\n\t\tfor ( ; i < len; i++ ) {\n\t\t\tif ( list[ i ] === elem ) {\n\t\t\t\treturn i;\n\t\t\t}\n\t\t}\n\t\treturn -1;\n\t},\n\n\tbooleans = \"checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|\" +\n\t\t\"ismap|loop|multiple|open|readonly|required|scoped\",\n\n\t// Regular expressions\n\n\t// http://www.w3.org/TR/css3-selectors/#whitespace\n\twhitespace = \"[\\\\x20\\\\t\\\\r\\\\n\\\\f]\",\n\n\t// https://www.w3.org/TR/css-syntax-3/#ident-token-diagram\n\tidentifier = \"(?:\\\\\\\\[\\\\da-fA-F]{1,6}\" + whitespace +\n\t\t\"?|\\\\\\\\[^\\\\r\\\\n\\\\f]|[\\\\w-]|[^\\0-\\\\x7f])+\",\n\n\t// Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors\n\tattributes = \"\\\\[\" + whitespace + \"*(\" + identifier + \")(?:\" + whitespace +\n\n\t\t// Operator (capture 2)\n\t\t\"*([*^$|!~]?=)\" + whitespace +\n\n\t\t// \"Attribute values must be CSS identifiers [capture 5]\n\t\t// or strings [capture 3 or capture 4]\"\n\t\t\"*(?:'((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\"|(\" + identifier + \"))|)\" +\n\t\twhitespace + \"*\\\\]\",\n\n\tpseudos = \":(\" + identifier + \")(?:\\\\((\" +\n\n\t\t// To reduce the number of selectors needing tokenize in the preFilter, prefer arguments:\n\t\t// 1. quoted (capture 3; capture 4 or capture 5)\n\t\t\"('((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\")|\" +\n\n\t\t// 2. simple (capture 6)\n\t\t\"((?:\\\\\\\\.|[^\\\\\\\\()[\\\\]]|\" + attributes + \")*)|\" +\n\n\t\t// 3. anything else (capture 2)\n\t\t\".*\" +\n\t\t\")\\\\)|)\",\n\n\t// Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter\n\trwhitespace = new RegExp( whitespace + \"+\", \"g\" ),\n\trtrim = new RegExp( \"^\" + whitespace + \"+|((?:^|[^\\\\\\\\])(?:\\\\\\\\.)*)\" +\n\t\twhitespace + \"+$\", \"g\" ),\n\n\trcomma = new RegExp( \"^\" + whitespace + \"*,\" + whitespace + \"*\" ),\n\trcombinators = new RegExp( \"^\" + whitespace + \"*([>+~]|\" + whitespace + \")\" + whitespace +\n\t\t\"*\" ),\n\trdescend = new RegExp( whitespace + \"|>\" ),\n\n\trpseudo = new RegExp( pseudos ),\n\tridentifier = new RegExp( \"^\" + identifier + \"$\" ),\n\n\tmatchExpr = {\n\t\t\"ID\": new RegExp( \"^#(\" + identifier + \")\" ),\n\t\t\"CLASS\": new RegExp( \"^\\\\.(\" + identifier + \")\" ),\n\t\t\"TAG\": new RegExp( \"^(\" + identifier + \"|[*])\" ),\n\t\t\"ATTR\": new RegExp( \"^\" + attributes ),\n\t\t\"PSEUDO\": new RegExp( \"^\" + pseudos ),\n\t\t\"CHILD\": new RegExp( \"^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\\\(\" +\n\t\t\twhitespace + \"*(even|odd|(([+-]|)(\\\\d*)n|)\" + whitespace + \"*(?:([+-]|)\" +\n\t\t\twhitespace + \"*(\\\\d+)|))\" + whitespace + \"*\\\\)|)\", \"i\" ),\n\t\t\"bool\": new RegExp( \"^(?:\" + booleans + \")$\", \"i\" ),\n\n\t\t// For use in libraries implementing .is()\n\t\t// We use this for POS matching in `select`\n\t\t\"needsContext\": new RegExp( \"^\" + whitespace +\n\t\t\t\"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\\\(\" + whitespace +\n\t\t\t\"*((?:-\\\\d)?\\\\d*)\" + whitespace + \"*\\\\)|)(?=[^-]|$)\", \"i\" )\n\t},\n\n\trhtml = /HTML$/i,\n\trinputs = /^(?:input|select|textarea|button)$/i,\n\trheader = /^h\\d$/i,\n\n\trnative = /^[^{]+\\{\\s*\\[native \\w/,\n\n\t// Easily-parseable/retrievable ID or TAG or CLASS selectors\n\trquickExpr = /^(?:#([\\w-]+)|(\\w+)|\\.([\\w-]+))$/,\n\n\trsibling = /[+~]/,\n\n\t// CSS escapes\n\t// http://www.w3.org/TR/CSS21/syndata.html#escaped-characters\n\trunescape = new RegExp( \"\\\\\\\\[\\\\da-fA-F]{1,6}\" + whitespace + \"?|\\\\\\\\([^\\\\r\\\\n\\\\f])\", \"g\" ),\n\tfunescape = function( escape, nonHex ) {\n\t\tvar high = \"0x\" + escape.slice( 1 ) - 0x10000;\n\n\t\treturn nonHex ?\n\n\t\t\t// Strip the backslash prefix from a non-hex escape sequence\n\t\t\tnonHex :\n\n\t\t\t// Replace a hexadecimal escape sequence with the encoded Unicode code point\n\t\t\t// Support: IE <=11+\n\t\t\t// For values outside the Basic Multilingual Plane (BMP), manually construct a\n\t\t\t// surrogate pair\n\t\t\thigh < 0 ?\n\t\t\t\tString.fromCharCode( high + 0x10000 ) :\n\t\t\t\tString.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 );\n\t},\n\n\t// CSS string/identifier serialization\n\t// https://drafts.csswg.org/cssom/#common-serializing-idioms\n\trcssescape = /([\\0-\\x1f\\x7f]|^-?\\d)|^-$|[^\\0-\\x1f\\x7f-\\uFFFF\\w-]/g,\n\tfcssescape = function( ch, asCodePoint ) {\n\t\tif ( asCodePoint ) {\n\n\t\t\t// U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER\n\t\t\tif ( ch === \"\\0\" ) {\n\t\t\t\treturn \"\\uFFFD\";\n\t\t\t}\n\n\t\t\t// Control characters and (dependent upon position) numbers get escaped as code points\n\t\t\treturn ch.slice( 0, -1 ) + \"\\\\\" +\n\t\t\t\tch.charCodeAt( ch.length - 1 ).toString( 16 ) + \" \";\n\t\t}\n\n\t\t// Other potentially-special ASCII characters get backslash-escaped\n\t\treturn \"\\\\\" + ch;\n\t},\n\n\t// Used for iframes\n\t// See setDocument()\n\t// Removing the function wrapper causes a \"Permission Denied\"\n\t// error in IE\n\tunloadHandler = function() {\n\t\tsetDocument();\n\t},\n\n\tinDisabledFieldset = addCombinator(\n\t\tfunction( elem ) {\n\t\t\treturn elem.disabled === true && elem.nodeName.toLowerCase() === \"fieldset\";\n\t\t},\n\t\t{ dir: \"parentNode\", next: \"legend\" }\n\t);\n\n// Optimize for push.apply( _, NodeList )\ntry {\n\tpush.apply(\n\t\t( arr = slice.call( preferredDoc.childNodes ) ),\n\t\tpreferredDoc.childNodes\n\t);\n\n\t// Support: Android<4.0\n\t// Detect silently failing push.apply\n\t// eslint-disable-next-line no-unused-expressions\n\tarr[ preferredDoc.childNodes.length ].nodeType;\n} catch ( e ) {\n\tpush = { apply: arr.length ?\n\n\t\t// Leverage slice if possible\n\t\tfunction( target, els ) {\n\t\t\tpushNative.apply( target, slice.call( els ) );\n\t\t} :\n\n\t\t// Support: IE<9\n\t\t// Otherwise append directly\n\t\tfunction( target, els ) {\n\t\t\tvar j = target.length,\n\t\t\t\ti = 0;\n\n\t\t\t// Can't trust NodeList.length\n\t\t\twhile ( ( target[ j++ ] = els[ i++ ] ) ) {}\n\t\t\ttarget.length = j - 1;\n\t\t}\n\t};\n}\n\nfunction Sizzle( selector, context, results, seed ) {\n\tvar m, i, elem, nid, match, groups, newSelector,\n\t\tnewContext = context && context.ownerDocument,\n\n\t\t// nodeType defaults to 9, since context defaults to document\n\t\tnodeType = context ? context.nodeType : 9;\n\n\tresults = results || [];\n\n\t// Return early from calls with invalid selector or context\n\tif ( typeof selector !== \"string\" || !selector ||\n\t\tnodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) {\n\n\t\treturn results;\n\t}\n\n\t// Try to shortcut find operations (as opposed to filters) in HTML documents\n\tif ( !seed ) {\n\t\tsetDocument( context );\n\t\tcontext = context || document;\n\n\t\tif ( documentIsHTML ) {\n\n\t\t\t// If the selector is sufficiently simple, try using a \"get*By*\" DOM method\n\t\t\t// (excepting DocumentFragment context, where the methods don't exist)\n\t\t\tif ( nodeType !== 11 && ( match = rquickExpr.exec( selector ) ) ) {\n\n\t\t\t\t// ID selector\n\t\t\t\tif ( ( m = match[ 1 ] ) ) {\n\n\t\t\t\t\t// Document context\n\t\t\t\t\tif ( nodeType === 9 ) {\n\t\t\t\t\t\tif ( ( elem = context.getElementById( m ) ) ) {\n\n\t\t\t\t\t\t\t// Support: IE, Opera, Webkit\n\t\t\t\t\t\t\t// TODO: identify versions\n\t\t\t\t\t\t\t// getElementById can match elements by name instead of ID\n\t\t\t\t\t\t\tif ( elem.id === m ) {\n\t\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t// Element context\n\t\t\t\t\t} else {\n\n\t\t\t\t\t\t// Support: IE, Opera, Webkit\n\t\t\t\t\t\t// TODO: identify versions\n\t\t\t\t\t\t// getElementById can match elements by name instead of ID\n\t\t\t\t\t\tif ( newContext && ( elem = newContext.getElementById( m ) ) &&\n\t\t\t\t\t\t\tcontains( context, elem ) &&\n\t\t\t\t\t\t\telem.id === m ) {\n\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t// Type selector\n\t\t\t\t} else if ( match[ 2 ] ) {\n\t\t\t\t\tpush.apply( results, context.getElementsByTagName( selector ) );\n\t\t\t\t\treturn results;\n\n\t\t\t\t// Class selector\n\t\t\t\t} else if ( ( m = match[ 3 ] ) && support.getElementsByClassName &&\n\t\t\t\t\tcontext.getElementsByClassName ) {\n\n\t\t\t\t\tpush.apply( results, context.getElementsByClassName( m ) );\n\t\t\t\t\treturn results;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Take advantage of querySelectorAll\n\t\t\tif ( support.qsa &&\n\t\t\t\t!nonnativeSelectorCache[ selector + \" \" ] &&\n\t\t\t\t( !rbuggyQSA || !rbuggyQSA.test( selector ) ) &&\n\n\t\t\t\t// Support: IE 8 only\n\t\t\t\t// Exclude object elements\n\t\t\t\t( nodeType !== 1 || context.nodeName.toLowerCase() !== \"object\" ) ) {\n\n\t\t\t\tnewSelector = selector;\n\t\t\t\tnewContext = context;\n\n\t\t\t\t// qSA considers elements outside a scoping root when evaluating child or\n\t\t\t\t// descendant combinators, which is not what we want.\n\t\t\t\t// In such cases, we work around the behavior by prefixing every selector in the\n\t\t\t\t// list with an ID selector referencing the scope context.\n\t\t\t\t// The technique has to be used as well when a leading combinator is used\n\t\t\t\t// as such selectors are not recognized by querySelectorAll.\n\t\t\t\t// Thanks to Andrew Dupont for this technique.\n\t\t\t\tif ( nodeType === 1 &&\n\t\t\t\t\t( rdescend.test( selector ) || rcombinators.test( selector ) ) ) {\n\n\t\t\t\t\t// Expand context for sibling selectors\n\t\t\t\t\tnewContext = rsibling.test( selector ) && testContext( context.parentNode ) ||\n\t\t\t\t\t\tcontext;\n\n\t\t\t\t\t// We can use :scope instead of the ID hack if the browser\n\t\t\t\t\t// supports it & if we're not changing the context.\n\t\t\t\t\tif ( newContext !== context || !support.scope ) {\n\n\t\t\t\t\t\t// Capture the context ID, setting it first if necessary\n\t\t\t\t\t\tif ( ( nid = context.getAttribute( \"id\" ) ) ) {\n\t\t\t\t\t\t\tnid = nid.replace( rcssescape, fcssescape );\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tcontext.setAttribute( \"id\", ( nid = expando ) );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prefix every selector in the list\n\t\t\t\t\tgroups = tokenize( selector );\n\t\t\t\t\ti = groups.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tgroups[ i ] = ( nid ? \"#\" + nid : \":scope\" ) + \" \" +\n\t\t\t\t\t\t\ttoSelector( groups[ i ] );\n\t\t\t\t\t}\n\t\t\t\t\tnewSelector = groups.join( \",\" );\n\t\t\t\t}\n\n\t\t\t\ttry {\n\t\t\t\t\tpush.apply( results,\n\t\t\t\t\t\tnewContext.querySelectorAll( newSelector )\n\t\t\t\t\t);\n\t\t\t\t\treturn results;\n\t\t\t\t} catch ( qsaError ) {\n\t\t\t\t\tnonnativeSelectorCache( selector, true );\n\t\t\t\t} finally {\n\t\t\t\t\tif ( nid === expando ) {\n\t\t\t\t\t\tcontext.removeAttribute( \"id\" );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// All others\n\treturn select( selector.replace( rtrim, \"$1\" ), context, results, seed );\n}\n\n/**\n * Create key-value caches of limited size\n * @returns {function(string, object)} Returns the Object data after storing it on itself with\n *\tproperty name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength)\n *\tdeleting the oldest entry\n */\nfunction createCache() {\n\tvar keys = [];\n\n\tfunction cache( key, value ) {\n\n\t\t// Use (key + \" \") to avoid collision with native prototype properties (see Issue #157)\n\t\tif ( keys.push( key + \" \" ) > Expr.cacheLength ) {\n\n\t\t\t// Only keep the most recent entries\n\t\t\tdelete cache[ keys.shift() ];\n\t\t}\n\t\treturn ( cache[ key + \" \" ] = value );\n\t}\n\treturn cache;\n}\n\n/**\n * Mark a function for special use by Sizzle\n * @param {Function} fn The function to mark\n */\nfunction markFunction( fn ) {\n\tfn[ expando ] = true;\n\treturn fn;\n}\n\n/**\n * Support testing using an element\n * @param {Function} fn Passed the created element and returns a boolean result\n */\nfunction assert( fn ) {\n\tvar el = document.createElement( \"fieldset\" );\n\n\ttry {\n\t\treturn !!fn( el );\n\t} catch ( e ) {\n\t\treturn false;\n\t} finally {\n\n\t\t// Remove from its parent by default\n\t\tif ( el.parentNode ) {\n\t\t\tel.parentNode.removeChild( el );\n\t\t}\n\n\t\t// release memory in IE\n\t\tel = null;\n\t}\n}\n\n/**\n * Adds the same handler for all of the specified attrs\n * @param {String} attrs Pipe-separated list of attributes\n * @param {Function} handler The method that will be applied\n */\nfunction addHandle( attrs, handler ) {\n\tvar arr = attrs.split( \"|\" ),\n\t\ti = arr.length;\n\n\twhile ( i-- ) {\n\t\tExpr.attrHandle[ arr[ i ] ] = handler;\n\t}\n}\n\n/**\n * Checks document order of two siblings\n * @param {Element} a\n * @param {Element} b\n * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b\n */\nfunction siblingCheck( a, b ) {\n\tvar cur = b && a,\n\t\tdiff = cur && a.nodeType === 1 && b.nodeType === 1 &&\n\t\t\ta.sourceIndex - b.sourceIndex;\n\n\t// Use IE sourceIndex if available on both nodes\n\tif ( diff ) {\n\t\treturn diff;\n\t}\n\n\t// Check if b follows a\n\tif ( cur ) {\n\t\twhile ( ( cur = cur.nextSibling ) ) {\n\t\t\tif ( cur === b ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t}\n\n\treturn a ? 1 : -1;\n}\n\n/**\n * Returns a function to use in pseudos for input types\n * @param {String} type\n */\nfunction createInputPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn name === \"input\" && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for buttons\n * @param {String} type\n */\nfunction createButtonPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn ( name === \"input\" || name === \"button\" ) && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for :enabled/:disabled\n * @param {Boolean} disabled true for :disabled; false for :enabled\n */\nfunction createDisabledPseudo( disabled ) {\n\n\t// Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable\n\treturn function( elem ) {\n\n\t\t// Only certain elements can match :enabled or :disabled\n\t\t// https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled\n\t\t// https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled\n\t\tif ( \"form\" in elem ) {\n\n\t\t\t// Check for inherited disabledness on relevant non-disabled elements:\n\t\t\t// * listed form-associated elements in a disabled fieldset\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#category-listed\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled\n\t\t\t// * option elements in a disabled optgroup\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled\n\t\t\t// All such elements have a \"form\" property.\n\t\t\tif ( elem.parentNode && elem.disabled === false ) {\n\n\t\t\t\t// Option elements defer to a parent optgroup if present\n\t\t\t\tif ( \"label\" in elem ) {\n\t\t\t\t\tif ( \"label\" in elem.parentNode ) {\n\t\t\t\t\t\treturn elem.parentNode.disabled === disabled;\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn elem.disabled === disabled;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Support: IE 6 - 11\n\t\t\t\t// Use the isDisabled shortcut property to check for disabled fieldset ancestors\n\t\t\t\treturn elem.isDisabled === disabled ||\n\n\t\t\t\t\t// Where there is no isDisabled, check manually\n\t\t\t\t\t/* jshint -W018 */\n\t\t\t\t\telem.isDisabled !== !disabled &&\n\t\t\t\t\tinDisabledFieldset( elem ) === disabled;\n\t\t\t}\n\n\t\t\treturn elem.disabled === disabled;\n\n\t\t// Try to winnow out elements that can't be disabled before trusting the disabled property.\n\t\t// Some victims get caught in our net (label, legend, menu, track), but it shouldn't\n\t\t// even exist on them, let alone have a boolean value.\n\t\t} else if ( \"label\" in elem ) {\n\t\t\treturn elem.disabled === disabled;\n\t\t}\n\n\t\t// Remaining elements are neither :enabled nor :disabled\n\t\treturn false;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for positionals\n * @param {Function} fn\n */\nfunction createPositionalPseudo( fn ) {\n\treturn markFunction( function( argument ) {\n\t\targument = +argument;\n\t\treturn markFunction( function( seed, matches ) {\n\t\t\tvar j,\n\t\t\t\tmatchIndexes = fn( [], seed.length, argument ),\n\t\t\t\ti = matchIndexes.length;\n\n\t\t\t// Match elements found at the specified indexes\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( seed[ ( j = matchIndexes[ i ] ) ] ) {\n\t\t\t\t\tseed[ j ] = !( matches[ j ] = seed[ j ] );\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t} );\n}\n\n/**\n * Checks a node for validity as a Sizzle context\n * @param {Element|Object=} context\n * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value\n */\nfunction testContext( context ) {\n\treturn context && typeof context.getElementsByTagName !== \"undefined\" && context;\n}\n\n// Expose support vars for convenience\nsupport = Sizzle.support = {};\n\n/**\n * Detects XML nodes\n * @param {Element|Object} elem An element or a document\n * @returns {Boolean} True iff elem is a non-HTML XML node\n */\nisXML = Sizzle.isXML = function( elem ) {\n\tvar namespace = elem.namespaceURI,\n\t\tdocElem = ( elem.ownerDocument || elem ).documentElement;\n\n\t// Support: IE <=8\n\t// Assume HTML when documentElement doesn't yet exist, such as inside loading iframes\n\t// https://bugs.jquery.com/ticket/4833\n\treturn !rhtml.test( namespace || docElem && docElem.nodeName || \"HTML\" );\n};\n\n/**\n * Sets document-related variables once based on the current document\n * @param {Element|Object} [doc] An element or document object to use to set the document\n * @returns {Object} Returns the current document\n */\nsetDocument = Sizzle.setDocument = function( node ) {\n\tvar hasCompare, subWindow,\n\t\tdoc = node ? node.ownerDocument || node : preferredDoc;\n\n\t// Return early if doc is invalid or already selected\n\t// Support: IE 11+, Edge 17 - 18+\n\t// IE/Edge sometimes throw a \"Permission denied\" error when strict-comparing\n\t// two documents; shallow comparisons work.\n\t// eslint-disable-next-line eqeqeq\n\tif ( doc == document || doc.nodeType !== 9 || !doc.documentElement ) {\n\t\treturn document;\n\t}\n\n\t// Update global variables\n\tdocument = doc;\n\tdocElem = document.documentElement;\n\tdocumentIsHTML = !isXML( document );\n\n\t// Support: IE 9 - 11+, Edge 12 - 18+\n\t// Accessing iframe documents after unload throws \"permission denied\" errors (jQuery #13936)\n\t// Support: IE 11+, Edge 17 - 18+\n\t// IE/Edge sometimes throw a \"Permission denied\" error when strict-comparing\n\t// two documents; shallow comparisons work.\n\t// eslint-disable-next-line eqeqeq\n\tif ( preferredDoc != document &&\n\t\t( subWindow = document.defaultView ) && subWindow.top !== subWindow ) {\n\n\t\t// Support: IE 11, Edge\n\t\tif ( subWindow.addEventListener ) {\n\t\t\tsubWindow.addEventListener( \"unload\", unloadHandler, false );\n\n\t\t// Support: IE 9 - 10 only\n\t\t} else if ( subWindow.attachEvent ) {\n\t\t\tsubWindow.attachEvent( \"onunload\", unloadHandler );\n\t\t}\n\t}\n\n\t// Support: IE 8 - 11+, Edge 12 - 18+, Chrome <=16 - 25 only, Firefox <=3.6 - 31 only,\n\t// Safari 4 - 5 only, Opera <=11.6 - 12.x only\n\t// IE/Edge & older browsers don't support the :scope pseudo-class.\n\t// Support: Safari 6.0 only\n\t// Safari 6.0 supports :scope but it's an alias of :root there.\n\tsupport.scope = assert( function( el ) {\n\t\tdocElem.appendChild( el ).appendChild( document.createElement( \"div\" ) );\n\t\treturn typeof el.querySelectorAll !== \"undefined\" &&\n\t\t\t!el.querySelectorAll( \":scope fieldset div\" ).length;\n\t} );\n\n\t/* Attributes\n\t---------------------------------------------------------------------- */\n\n\t// Support: IE<8\n\t// Verify that getAttribute really returns attributes and not properties\n\t// (excepting IE8 booleans)\n\tsupport.attributes = assert( function( el ) {\n\t\tel.className = \"i\";\n\t\treturn !el.getAttribute( \"className\" );\n\t} );\n\n\t/* getElement(s)By*\n\t---------------------------------------------------------------------- */\n\n\t// Check if getElementsByTagName(\"*\") returns only elements\n\tsupport.getElementsByTagName = assert( function( el ) {\n\t\tel.appendChild( document.createComment( \"\" ) );\n\t\treturn !el.getElementsByTagName( \"*\" ).length;\n\t} );\n\n\t// Support: IE<9\n\tsupport.getElementsByClassName = rnative.test( document.getElementsByClassName );\n\n\t// Support: IE<10\n\t// Check if getElementById returns elements by name\n\t// The broken getElementById methods don't pick up programmatically-set names,\n\t// so use a roundabout getElementsByName test\n\tsupport.getById = assert( function( el ) {\n\t\tdocElem.appendChild( el ).id = expando;\n\t\treturn !document.getElementsByName || !document.getElementsByName( expando ).length;\n\t} );\n\n\t// ID filter and find\n\tif ( support.getById ) {\n\t\tExpr.filter[ \"ID\" ] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn elem.getAttribute( \"id\" ) === attrId;\n\t\t\t};\n\t\t};\n\t\tExpr.find[ \"ID\" ] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar elem = context.getElementById( id );\n\t\t\t\treturn elem ? [ elem ] : [];\n\t\t\t}\n\t\t};\n\t} else {\n\t\tExpr.filter[ \"ID\" ] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\tvar node = typeof elem.getAttributeNode !== \"undefined\" &&\n\t\t\t\t\telem.getAttributeNode( \"id\" );\n\t\t\t\treturn node && node.value === attrId;\n\t\t\t};\n\t\t};\n\n\t\t// Support: IE 6 - 7 only\n\t\t// getElementById is not reliable as a find shortcut\n\t\tExpr.find[ \"ID\" ] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar node, i, elems,\n\t\t\t\t\telem = context.getElementById( id );\n\n\t\t\t\tif ( elem ) {\n\n\t\t\t\t\t// Verify the id attribute\n\t\t\t\t\tnode = elem.getAttributeNode( \"id\" );\n\t\t\t\t\tif ( node && node.value === id ) {\n\t\t\t\t\t\treturn [ elem ];\n\t\t\t\t\t}\n\n\t\t\t\t\t// Fall back on getElementsByName\n\t\t\t\t\telems = context.getElementsByName( id );\n\t\t\t\t\ti = 0;\n\t\t\t\t\twhile ( ( elem = elems[ i++ ] ) ) {\n\t\t\t\t\t\tnode = elem.getAttributeNode( \"id\" );\n\t\t\t\t\t\tif ( node && node.value === id ) {\n\t\t\t\t\t\t\treturn [ elem ];\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn [];\n\t\t\t}\n\t\t};\n\t}\n\n\t// Tag\n\tExpr.find[ \"TAG\" ] = support.getElementsByTagName ?\n\t\tfunction( tag, context ) {\n\t\t\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\t\t\treturn context.getElementsByTagName( tag );\n\n\t\t\t// DocumentFragment nodes don't have gEBTN\n\t\t\t} else if ( support.qsa ) {\n\t\t\t\treturn context.querySelectorAll( tag );\n\t\t\t}\n\t\t} :\n\n\t\tfunction( tag, context ) {\n\t\t\tvar elem,\n\t\t\t\ttmp = [],\n\t\t\t\ti = 0,\n\n\t\t\t\t// By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too\n\t\t\t\tresults = context.getElementsByTagName( tag );\n\n\t\t\t// Filter out possible comments\n\t\t\tif ( tag === \"*\" ) {\n\t\t\t\twhile ( ( elem = results[ i++ ] ) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\ttmp.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn tmp;\n\t\t\t}\n\t\t\treturn results;\n\t\t};\n\n\t// Class\n\tExpr.find[ \"CLASS\" ] = support.getElementsByClassName && function( className, context ) {\n\t\tif ( typeof context.getElementsByClassName !== \"undefined\" && documentIsHTML ) {\n\t\t\treturn context.getElementsByClassName( className );\n\t\t}\n\t};\n\n\t/* QSA/matchesSelector\n\t---------------------------------------------------------------------- */\n\n\t// QSA and matchesSelector support\n\n\t// matchesSelector(:active) reports false when true (IE9/Opera 11.5)\n\trbuggyMatches = [];\n\n\t// qSa(:focus) reports false when true (Chrome 21)\n\t// We allow this because of a bug in IE8/9 that throws an error\n\t// whenever `document.activeElement` is accessed on an iframe\n\t// So, we allow :focus to pass through QSA all the time to avoid the IE error\n\t// See https://bugs.jquery.com/ticket/13378\n\trbuggyQSA = [];\n\n\tif ( ( support.qsa = rnative.test( document.querySelectorAll ) ) ) {\n\n\t\t// Build QSA regex\n\t\t// Regex strategy adopted from Diego Perini\n\t\tassert( function( el ) {\n\n\t\t\tvar input;\n\n\t\t\t// Select is set to empty string on purpose\n\t\t\t// This is to test IE's treatment of not explicitly\n\t\t\t// setting a boolean content attribute,\n\t\t\t// since its presence should be enough\n\t\t\t// https://bugs.jquery.com/ticket/12359\n\t\t\tdocElem.appendChild( el ).innerHTML = \"<a id='\" + expando + \"'></a>\" +\n\t\t\t\t\"<select id='\" + expando + \"-\\r\\\\' msallowcapture=''>\" +\n\t\t\t\t\"<option selected=''></option></select>\";\n\n\t\t\t// Support: IE8, Opera 11-12.16\n\t\t\t// Nothing should be selected when empty strings follow ^= or $= or *=\n\t\t\t// The test attribute must be unknown in Opera but \"safe\" for WinRT\n\t\t\t// https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section\n\t\t\tif ( el.querySelectorAll( \"[msallowcapture^='']\" ).length ) {\n\t\t\t\trbuggyQSA.push( \"[*^$]=\" + whitespace + \"*(?:''|\\\"\\\")\" );\n\t\t\t}\n\n\t\t\t// Support: IE8\n\t\t\t// Boolean attributes and \"value\" are not treated correctly\n\t\t\tif ( !el.querySelectorAll( \"[selected]\" ).length ) {\n\t\t\t\trbuggyQSA.push( \"\\\\[\" + whitespace + \"*(?:value|\" + booleans + \")\" );\n\t\t\t}\n\n\t\t\t// Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+\n\t\t\tif ( !el.querySelectorAll( \"[id~=\" + expando + \"-]\" ).length ) {\n\t\t\t\trbuggyQSA.push( \"~=\" );\n\t\t\t}\n\n\t\t\t// Support: IE 11+, Edge 15 - 18+\n\t\t\t// IE 11/Edge don't find elements on a `[name='']` query in some cases.\n\t\t\t// Adding a temporary attribute to the document before the selection works\n\t\t\t// around the issue.\n\t\t\t// Interestingly, IE 10 & older don't seem to have the issue.\n\t\t\tinput = document.createElement( \"input\" );\n\t\t\tinput.setAttribute( \"name\", \"\" );\n\t\t\tel.appendChild( input );\n\t\t\tif ( !el.querySelectorAll( \"[name='']\" ).length ) {\n\t\t\t\trbuggyQSA.push( \"\\\\[\" + whitespace + \"*name\" + whitespace + \"*=\" +\n\t\t\t\t\twhitespace + \"*(?:''|\\\"\\\")\" );\n\t\t\t}\n\n\t\t\t// Webkit/Opera - :checked should return selected option elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( !el.querySelectorAll( \":checked\" ).length ) {\n\t\t\t\trbuggyQSA.push( \":checked\" );\n\t\t\t}\n\n\t\t\t// Support: Safari 8+, iOS 8+\n\t\t\t// https://bugs.webkit.org/show_bug.cgi?id=136851\n\t\t\t// In-page `selector#id sibling-combinator selector` fails\n\t\t\tif ( !el.querySelectorAll( \"a#\" + expando + \"+*\" ).length ) {\n\t\t\t\trbuggyQSA.push( \".#.+[+~]\" );\n\t\t\t}\n\n\t\t\t// Support: Firefox <=3.6 - 5 only\n\t\t\t// Old Firefox doesn't throw on a badly-escaped identifier.\n\t\t\tel.querySelectorAll( \"\\\\\\f\" );\n\t\t\trbuggyQSA.push( \"[\\\\r\\\\n\\\\f]\" );\n\t\t} );\n\n\t\tassert( function( el ) {\n\t\t\tel.innerHTML = \"<a href='' disabled='disabled'></a>\" +\n\t\t\t\t\"<select disabled='disabled'><option/></select>\";\n\n\t\t\t// Support: Windows 8 Native Apps\n\t\t\t// The type and name attributes are restricted during .innerHTML assignment\n\t\t\tvar input = document.createElement( \"input\" );\n\t\t\tinput.setAttribute( \"type\", \"hidden\" );\n\t\t\tel.appendChild( input ).setAttribute( \"name\", \"D\" );\n\n\t\t\t// Support: IE8\n\t\t\t// Enforce case-sensitivity of name attribute\n\t\t\tif ( el.querySelectorAll( \"[name=d]\" ).length ) {\n\t\t\t\trbuggyQSA.push( \"name\" + whitespace + \"*[*^$|!~]?=\" );\n\t\t\t}\n\n\t\t\t// FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled)\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( el.querySelectorAll( \":enabled\" ).length !== 2 ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Support: IE9-11+\n\t\t\t// IE's :disabled selector does not pick up the children of disabled fieldsets\n\t\t\tdocElem.appendChild( el ).disabled = true;\n\t\t\tif ( el.querySelectorAll( \":disabled\" ).length !== 2 ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Support: Opera 10 - 11 only\n\t\t\t// Opera 10-11 does not throw on post-comma invalid pseudos\n\t\t\tel.querySelectorAll( \"*,:x\" );\n\t\t\trbuggyQSA.push( \",.*:\" );\n\t\t} );\n\t}\n\n\tif ( ( support.matchesSelector = rnative.test( ( matches = docElem.matches ||\n\t\tdocElem.webkitMatchesSelector ||\n\t\tdocElem.mozMatchesSelector ||\n\t\tdocElem.oMatchesSelector ||\n\t\tdocElem.msMatchesSelector ) ) ) ) {\n\n\t\tassert( function( el ) {\n\n\t\t\t// Check to see if it's possible to do matchesSelector\n\t\t\t// on a disconnected node (IE 9)\n\t\t\tsupport.disconnectedMatch = matches.call( el, \"*\" );\n\n\t\t\t// This should fail with an exception\n\t\t\t// Gecko does not error, returns false instead\n\t\t\tmatches.call( el, \"[s!='']:x\" );\n\t\t\trbuggyMatches.push( \"!=\", pseudos );\n\t\t} );\n\t}\n\n\trbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join( \"|\" ) );\n\trbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join( \"|\" ) );\n\n\t/* Contains\n\t---------------------------------------------------------------------- */\n\thasCompare = rnative.test( docElem.compareDocumentPosition );\n\n\t// Element contains another\n\t// Purposefully self-exclusive\n\t// As in, an element does not contain itself\n\tcontains = hasCompare || rnative.test( docElem.contains ) ?\n\t\tfunction( a, b ) {\n\t\t\tvar adown = a.nodeType === 9 ? a.documentElement : a,\n\t\t\t\tbup = b && b.parentNode;\n\t\t\treturn a === bup || !!( bup && bup.nodeType === 1 && (\n\t\t\t\tadown.contains ?\n\t\t\t\t\tadown.contains( bup ) :\n\t\t\t\t\ta.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16\n\t\t\t) );\n\t\t} :\n\t\tfunction( a, b ) {\n\t\t\tif ( b ) {\n\t\t\t\twhile ( ( b = b.parentNode ) ) {\n\t\t\t\t\tif ( b === a ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n\n\t/* Sorting\n\t---------------------------------------------------------------------- */\n\n\t// Document order sorting\n\tsortOrder = hasCompare ?\n\tfunction( a, b ) {\n\n\t\t// Flag for duplicate removal\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\t// Sort on method existence if only one input has compareDocumentPosition\n\t\tvar compare = !a.compareDocumentPosition - !b.compareDocumentPosition;\n\t\tif ( compare ) {\n\t\t\treturn compare;\n\t\t}\n\n\t\t// Calculate position if both inputs belong to the same document\n\t\t// Support: IE 11+, Edge 17 - 18+\n\t\t// IE/Edge sometimes throw a \"Permission denied\" error when strict-comparing\n\t\t// two documents; shallow comparisons work.\n\t\t// eslint-disable-next-line eqeqeq\n\t\tcompare = ( a.ownerDocument || a ) == ( b.ownerDocument || b ) ?\n\t\t\ta.compareDocumentPosition( b ) :\n\n\t\t\t// Otherwise we know they are disconnected\n\t\t\t1;\n\n\t\t// Disconnected nodes\n\t\tif ( compare & 1 ||\n\t\t\t( !support.sortDetached && b.compareDocumentPosition( a ) === compare ) ) {\n\n\t\t\t// Choose the first element that is related to our preferred document\n\t\t\t// Support: IE 11+, Edge 17 - 18+\n\t\t\t// IE/Edge sometimes throw a \"Permission denied\" error when strict-comparing\n\t\t\t// two documents; shallow comparisons work.\n\t\t\t// eslint-disable-next-line eqeqeq\n\t\t\tif ( a == document || a.ownerDocument == preferredDoc &&\n\t\t\t\tcontains( preferredDoc, a ) ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\n\t\t\t// Support: IE 11+, Edge 17 - 18+\n\t\t\t// IE/Edge sometimes throw a \"Permission denied\" error when strict-comparing\n\t\t\t// two documents; shallow comparisons work.\n\t\t\t// eslint-disable-next-line eqeqeq\n\t\t\tif ( b == document || b.ownerDocument == preferredDoc &&\n\t\t\t\tcontains( preferredDoc, b ) ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\t// Maintain original order\n\t\t\treturn sortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\t\t}\n\n\t\treturn compare & 4 ? -1 : 1;\n\t} :\n\tfunction( a, b ) {\n\n\t\t// Exit early if the nodes are identical\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\taup = a.parentNode,\n\t\t\tbup = b.parentNode,\n\t\t\tap = [ a ],\n\t\t\tbp = [ b ];\n\n\t\t// Parentless nodes are either documents or disconnected\n\t\tif ( !aup || !bup ) {\n\n\t\t\t// Support: IE 11+, Edge 17 - 18+\n\t\t\t// IE/Edge sometimes throw a \"Permission denied\" error when strict-comparing\n\t\t\t// two documents; shallow comparisons work.\n\t\t\t/* eslint-disable eqeqeq */\n\t\t\treturn a == document ? -1 :\n\t\t\t\tb == document ? 1 :\n\t\t\t\t/* eslint-enable eqeqeq */\n\t\t\t\taup ? -1 :\n\t\t\t\tbup ? 1 :\n\t\t\t\tsortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\n\t\t// If the nodes are siblings, we can do a quick check\n\t\t} else if ( aup === bup ) {\n\t\t\treturn siblingCheck( a, b );\n\t\t}\n\n\t\t// Otherwise we need full lists of their ancestors for comparison\n\t\tcur = a;\n\t\twhile ( ( cur = cur.parentNode ) ) {\n\t\t\tap.unshift( cur );\n\t\t}\n\t\tcur = b;\n\t\twhile ( ( cur = cur.parentNode ) ) {\n\t\t\tbp.unshift( cur );\n\t\t}\n\n\t\t// Walk down the tree looking for a discrepancy\n\t\twhile ( ap[ i ] === bp[ i ] ) {\n\t\t\ti++;\n\t\t}\n\n\t\treturn i ?\n\n\t\t\t// Do a sibling check if the nodes have a common ancestor\n\t\t\tsiblingCheck( ap[ i ], bp[ i ] ) :\n\n\t\t\t// Otherwise nodes in our document sort first\n\t\t\t// Support: IE 11+, Edge 17 - 18+\n\t\t\t// IE/Edge sometimes throw a \"Permission denied\" error when strict-comparing\n\t\t\t// two documents; shallow comparisons work.\n\t\t\t/* eslint-disable eqeqeq */\n\t\t\tap[ i ] == preferredDoc ? -1 :\n\t\t\tbp[ i ] == preferredDoc ? 1 :\n\t\t\t/* eslint-enable eqeqeq */\n\t\t\t0;\n\t};\n\n\treturn document;\n};\n\nSizzle.matches = function( expr, elements ) {\n\treturn Sizzle( expr, null, null, elements );\n};\n\nSizzle.matchesSelector = function( elem, expr ) {\n\tsetDocument( elem );\n\n\tif ( support.matchesSelector && documentIsHTML &&\n\t\t!nonnativeSelectorCache[ expr + \" \" ] &&\n\t\t( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&\n\t\t( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) {\n\n\t\ttry {\n\t\t\tvar ret = matches.call( elem, expr );\n\n\t\t\t// IE 9's matchesSelector returns false on disconnected nodes\n\t\t\tif ( ret || support.disconnectedMatch ||\n\n\t\t\t\t// As well, disconnected nodes are said to be in a document\n\t\t\t\t// fragment in IE 9\n\t\t\t\telem.document && elem.document.nodeType !== 11 ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\t\t} catch ( e ) {\n\t\t\tnonnativeSelectorCache( expr, true );\n\t\t}\n\t}\n\n\treturn Sizzle( expr, document, null, [ elem ] ).length > 0;\n};\n\nSizzle.contains = function( context, elem ) {\n\n\t// Set document vars if needed\n\t// Support: IE 11+, Edge 17 - 18+\n\t// IE/Edge sometimes throw a \"Permission denied\" error when strict-comparing\n\t// two documents; shallow comparisons work.\n\t// eslint-disable-next-line eqeqeq\n\tif ( ( context.ownerDocument || context ) != document ) {\n\t\tsetDocument( context );\n\t}\n\treturn contains( context, elem );\n};\n\nSizzle.attr = function( elem, name ) {\n\n\t// Set document vars if needed\n\t// Support: IE 11+, Edge 17 - 18+\n\t// IE/Edge sometimes throw a \"Permission denied\" error when strict-comparing\n\t// two documents; shallow comparisons work.\n\t// eslint-disable-next-line eqeqeq\n\tif ( ( elem.ownerDocument || elem ) != document ) {\n\t\tsetDocument( elem );\n\t}\n\n\tvar fn = Expr.attrHandle[ name.toLowerCase() ],\n\n\t\t// Don't get fooled by Object.prototype properties (jQuery #13807)\n\t\tval = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ?\n\t\t\tfn( elem, name, !documentIsHTML ) :\n\t\t\tundefined;\n\n\treturn val !== undefined ?\n\t\tval :\n\t\tsupport.attributes || !documentIsHTML ?\n\t\t\telem.getAttribute( name ) :\n\t\t\t( val = elem.getAttributeNode( name ) ) && val.specified ?\n\t\t\t\tval.value :\n\t\t\t\tnull;\n};\n\nSizzle.escape = function( sel ) {\n\treturn ( sel + \"\" ).replace( rcssescape, fcssescape );\n};\n\nSizzle.error = function( msg ) {\n\tthrow new Error( \"Syntax error, unrecognized expression: \" + msg );\n};\n\n/**\n * Document sorting and removing duplicates\n * @param {ArrayLike} results\n */\nSizzle.uniqueSort = function( results ) {\n\tvar elem,\n\t\tduplicates = [],\n\t\tj = 0,\n\t\ti = 0;\n\n\t// Unless we *know* we can detect duplicates, assume their presence\n\thasDuplicate = !support.detectDuplicates;\n\tsortInput = !support.sortStable && results.slice( 0 );\n\tresults.sort( sortOrder );\n\n\tif ( hasDuplicate ) {\n\t\twhile ( ( elem = results[ i++ ] ) ) {\n\t\t\tif ( elem === results[ i ] ) {\n\t\t\t\tj = duplicates.push( i );\n\t\t\t}\n\t\t}\n\t\twhile ( j-- ) {\n\t\t\tresults.splice( duplicates[ j ], 1 );\n\t\t}\n\t}\n\n\t// Clear input after sorting to release objects\n\t// See https://github.com/jquery/sizzle/pull/225\n\tsortInput = null;\n\n\treturn results;\n};\n\n/**\n * Utility function for retrieving the text value of an array of DOM nodes\n * @param {Array|Element} elem\n */\ngetText = Sizzle.getText = function( elem ) {\n\tvar node,\n\t\tret = \"\",\n\t\ti = 0,\n\t\tnodeType = elem.nodeType;\n\n\tif ( !nodeType ) {\n\n\t\t// If no nodeType, this is expected to be an array\n\t\twhile ( ( node = elem[ i++ ] ) ) {\n\n\t\t\t// Do not traverse comment nodes\n\t\t\tret += getText( node );\n\t\t}\n\t} else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) {\n\n\t\t// Use textContent for elements\n\t\t// innerText usage removed for consistency of new lines (jQuery #11153)\n\t\tif ( typeof elem.textContent === \"string\" ) {\n\t\t\treturn elem.textContent;\n\t\t} else {\n\n\t\t\t// Traverse its children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tret += getText( elem );\n\t\t\t}\n\t\t}\n\t} else if ( nodeType === 3 || nodeType === 4 ) {\n\t\treturn elem.nodeValue;\n\t}\n\n\t// Do not include comment or processing instruction nodes\n\n\treturn ret;\n};\n\nExpr = Sizzle.selectors = {\n\n\t// Can be adjusted by the user\n\tcacheLength: 50,\n\n\tcreatePseudo: markFunction,\n\n\tmatch: matchExpr,\n\n\tattrHandle: {},\n\n\tfind: {},\n\n\trelative: {\n\t\t\">\": { dir: \"parentNode\", first: true },\n\t\t\" \": { dir: \"parentNode\" },\n\t\t\"+\": { dir: \"previousSibling\", first: true },\n\t\t\"~\": { dir: \"previousSibling\" }\n\t},\n\n\tpreFilter: {\n\t\t\"ATTR\": function( match ) {\n\t\t\tmatch[ 1 ] = match[ 1 ].replace( runescape, funescape );\n\n\t\t\t// Move the given value to match[3] whether quoted or unquoted\n\t\t\tmatch[ 3 ] = ( match[ 3 ] || match[ 4 ] ||\n\t\t\t\tmatch[ 5 ] || \"\" ).replace( runescape, funescape );\n\n\t\t\tif ( match[ 2 ] === \"~=\" ) {\n\t\t\t\tmatch[ 3 ] = \" \" + match[ 3 ] + \" \";\n\t\t\t}\n\n\t\t\treturn match.slice( 0, 4 );\n\t\t},\n\n\t\t\"CHILD\": function( match ) {\n\n\t\t\t/* matches from matchExpr[\"CHILD\"]\n\t\t\t\t1 type (only|nth|...)\n\t\t\t\t2 what (child|of-type)\n\t\t\t\t3 argument (even|odd|\\d*|\\d*n([+-]\\d+)?|...)\n\t\t\t\t4 xn-component of xn+y argument ([+-]?\\d*n|)\n\t\t\t\t5 sign of xn-component\n\t\t\t\t6 x of xn-component\n\t\t\t\t7 sign of y-component\n\t\t\t\t8 y of y-component\n\t\t\t*/\n\t\t\tmatch[ 1 ] = match[ 1 ].toLowerCase();\n\n\t\t\tif ( match[ 1 ].slice( 0, 3 ) === \"nth\" ) {\n\n\t\t\t\t// nth-* requires argument\n\t\t\t\tif ( !match[ 3 ] ) {\n\t\t\t\t\tSizzle.error( match[ 0 ] );\n\t\t\t\t}\n\n\t\t\t\t// numeric x and y parameters for Expr.filter.CHILD\n\t\t\t\t// remember that false/true cast respectively to 0/1\n\t\t\t\tmatch[ 4 ] = +( match[ 4 ] ?\n\t\t\t\t\tmatch[ 5 ] + ( match[ 6 ] || 1 ) :\n\t\t\t\t\t2 * ( match[ 3 ] === \"even\" || match[ 3 ] === \"odd\" ) );\n\t\t\t\tmatch[ 5 ] = +( ( match[ 7 ] + match[ 8 ] ) || match[ 3 ] === \"odd\" );\n\n\t\t\t\t// other types prohibit arguments\n\t\t\t} else if ( match[ 3 ] ) {\n\t\t\t\tSizzle.error( match[ 0 ] );\n\t\t\t}\n\n\t\t\treturn match;\n\t\t},\n\n\t\t\"PSEUDO\": function( match ) {\n\t\t\tvar excess,\n\t\t\t\tunquoted = !match[ 6 ] && match[ 2 ];\n\n\t\t\tif ( matchExpr[ \"CHILD\" ].test( match[ 0 ] ) ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\t// Accept quoted arguments as-is\n\t\t\tif ( match[ 3 ] ) {\n\t\t\t\tmatch[ 2 ] = match[ 4 ] || match[ 5 ] || \"\";\n\n\t\t\t// Strip excess characters from unquoted arguments\n\t\t\t} else if ( unquoted && rpseudo.test( unquoted ) &&\n\n\t\t\t\t// Get excess from tokenize (recursively)\n\t\t\t\t( excess = tokenize( unquoted, true ) ) &&\n\n\t\t\t\t// advance to the next closing parenthesis\n\t\t\t\t( excess = unquoted.indexOf( \")\", unquoted.length - excess ) - unquoted.length ) ) {\n\n\t\t\t\t// excess is a negative index\n\t\t\t\tmatch[ 0 ] = match[ 0 ].slice( 0, excess );\n\t\t\t\tmatch[ 2 ] = unquoted.slice( 0, excess );\n\t\t\t}\n\n\t\t\t// Return only captures needed by the pseudo filter method (type and argument)\n\t\t\treturn match.slice( 0, 3 );\n\t\t}\n\t},\n\n\tfilter: {\n\n\t\t\"TAG\": function( nodeNameSelector ) {\n\t\t\tvar nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn nodeNameSelector === \"*\" ?\n\t\t\t\tfunction() {\n\t\t\t\t\treturn true;\n\t\t\t\t} :\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn elem.nodeName && elem.nodeName.toLowerCase() === nodeName;\n\t\t\t\t};\n\t\t},\n\n\t\t\"CLASS\": function( className ) {\n\t\t\tvar pattern = classCache[ className + \" \" ];\n\n\t\t\treturn pattern ||\n\t\t\t\t( pattern = new RegExp( \"(^|\" + whitespace +\n\t\t\t\t\t\")\" + className + \"(\" + whitespace + \"|$)\" ) ) && classCache(\n\t\t\t\t\t\tclassName, function( elem ) {\n\t\t\t\t\t\t\treturn pattern.test(\n\t\t\t\t\t\t\t\ttypeof elem.className === \"string\" && elem.className ||\n\t\t\t\t\t\t\t\ttypeof elem.getAttribute !== \"undefined\" &&\n\t\t\t\t\t\t\t\t\telem.getAttribute( \"class\" ) ||\n\t\t\t\t\t\t\t\t\"\"\n\t\t\t\t\t\t\t);\n\t\t\t\t} );\n\t\t},\n\n\t\t\"ATTR\": function( name, operator, check ) {\n\t\t\treturn function( elem ) {\n\t\t\t\tvar result = Sizzle.attr( elem, name );\n\n\t\t\t\tif ( result == null ) {\n\t\t\t\t\treturn operator === \"!=\";\n\t\t\t\t}\n\t\t\t\tif ( !operator ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\n\t\t\t\tresult += \"\";\n\n\t\t\t\t/* eslint-disable max-len */\n\n\t\t\t\treturn operator === \"=\" ? result === check :\n\t\t\t\t\toperator === \"!=\" ? result !== check :\n\t\t\t\t\toperator === \"^=\" ? check && result.indexOf( check ) === 0 :\n\t\t\t\t\toperator === \"*=\" ? check && result.indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"$=\" ? check && result.slice( -check.length ) === check :\n\t\t\t\t\toperator === \"~=\" ? ( \" \" + result.replace( rwhitespace, \" \" ) + \" \" ).indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"|=\" ? result === check || result.slice( 0, check.length + 1 ) === check + \"-\" :\n\t\t\t\t\tfalse;\n\t\t\t\t/* eslint-enable max-len */\n\n\t\t\t};\n\t\t},\n\n\t\t\"CHILD\": function( type, what, _argument, first, last ) {\n\t\t\tvar simple = type.slice( 0, 3 ) !== \"nth\",\n\t\t\t\tforward = type.slice( -4 ) !== \"last\",\n\t\t\t\tofType = what === \"of-type\";\n\n\t\t\treturn first === 1 && last === 0 ?\n\n\t\t\t\t// Shortcut for :nth-*(n)\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn !!elem.parentNode;\n\t\t\t\t} :\n\n\t\t\t\tfunction( elem, _context, xml ) {\n\t\t\t\t\tvar cache, uniqueCache, outerCache, node, nodeIndex, start,\n\t\t\t\t\t\tdir = simple !== forward ? \"nextSibling\" : \"previousSibling\",\n\t\t\t\t\t\tparent = elem.parentNode,\n\t\t\t\t\t\tname = ofType && elem.nodeName.toLowerCase(),\n\t\t\t\t\t\tuseCache = !xml && !ofType,\n\t\t\t\t\t\tdiff = false;\n\n\t\t\t\t\tif ( parent ) {\n\n\t\t\t\t\t\t// :(first|last|only)-(child|of-type)\n\t\t\t\t\t\tif ( simple ) {\n\t\t\t\t\t\t\twhile ( dir ) {\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\twhile ( ( node = node[ dir ] ) ) {\n\t\t\t\t\t\t\t\t\tif ( ofType ?\n\t\t\t\t\t\t\t\t\t\tnode.nodeName.toLowerCase() === name :\n\t\t\t\t\t\t\t\t\t\tnode.nodeType === 1 ) {\n\n\t\t\t\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t// Reverse direction for :only-* (if we haven't yet done so)\n\t\t\t\t\t\t\t\tstart = dir = type === \"only\" && !start && \"nextSibling\";\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tstart = [ forward ? parent.firstChild : parent.lastChild ];\n\n\t\t\t\t\t\t// non-xml :nth-child(...) stores cache data on `parent`\n\t\t\t\t\t\tif ( forward && useCache ) {\n\n\t\t\t\t\t\t\t// Seek `elem` from a previously-cached index\n\n\t\t\t\t\t\t\t// ...in a gzip-friendly way\n\t\t\t\t\t\t\tnode = parent;\n\t\t\t\t\t\t\touterCache = node[ expando ] || ( node[ expando ] = {} );\n\n\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t( outerCache[ node.uniqueID ] = {} );\n\n\t\t\t\t\t\t\tcache = uniqueCache[ type ] || [];\n\t\t\t\t\t\t\tnodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];\n\t\t\t\t\t\t\tdiff = nodeIndex && cache[ 2 ];\n\t\t\t\t\t\t\tnode = nodeIndex && parent.childNodes[ nodeIndex ];\n\n\t\t\t\t\t\t\twhile ( ( node = ++nodeIndex && node && node[ dir ] ||\n\n\t\t\t\t\t\t\t\t// Fallback to seeking `elem` from the start\n\t\t\t\t\t\t\t\t( diff = nodeIndex = 0 ) || start.pop() ) ) {\n\n\t\t\t\t\t\t\t\t// When found, cache indexes on `parent` and break\n\t\t\t\t\t\t\t\tif ( node.nodeType === 1 && ++diff && node === elem ) {\n\t\t\t\t\t\t\t\t\tuniqueCache[ type ] = [ dirruns, nodeIndex, diff ];\n\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t// Use previously-cached element index if available\n\t\t\t\t\t\t\tif ( useCache ) {\n\n\t\t\t\t\t\t\t\t// ...in a gzip-friendly way\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\touterCache = node[ expando ] || ( node[ expando ] = {} );\n\n\t\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t\t( outerCache[ node.uniqueID ] = {} );\n\n\t\t\t\t\t\t\t\tcache = uniqueCache[ type ] || [];\n\t\t\t\t\t\t\t\tnodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];\n\t\t\t\t\t\t\t\tdiff = nodeIndex;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t// xml :nth-child(...)\n\t\t\t\t\t\t\t// or :nth-last-child(...) or :nth(-last)?-of-type(...)\n\t\t\t\t\t\t\tif ( diff === false ) {\n\n\t\t\t\t\t\t\t\t// Use the same loop as above to seek `elem` from the start\n\t\t\t\t\t\t\t\twhile ( ( node = ++nodeIndex && node && node[ dir ] ||\n\t\t\t\t\t\t\t\t\t( diff = nodeIndex = 0 ) || start.pop() ) ) {\n\n\t\t\t\t\t\t\t\t\tif ( ( ofType ?\n\t\t\t\t\t\t\t\t\t\tnode.nodeName.toLowerCase() === name :\n\t\t\t\t\t\t\t\t\t\tnode.nodeType === 1 ) &&\n\t\t\t\t\t\t\t\t\t\t++diff ) {\n\n\t\t\t\t\t\t\t\t\t\t// Cache the index of each encountered element\n\t\t\t\t\t\t\t\t\t\tif ( useCache ) {\n\t\t\t\t\t\t\t\t\t\t\touterCache = node[ expando ] ||\n\t\t\t\t\t\t\t\t\t\t\t\t( node[ expando ] = {} );\n\n\t\t\t\t\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t\t\t\t\t( outerCache[ node.uniqueID ] = {} );\n\n\t\t\t\t\t\t\t\t\t\t\tuniqueCache[ type ] = [ dirruns, diff ];\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\tif ( node === elem ) {\n\t\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Incorporate the offset, then check against cycle size\n\t\t\t\t\t\tdiff -= last;\n\t\t\t\t\t\treturn diff === first || ( diff % first === 0 && diff / first >= 0 );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t},\n\n\t\t\"PSEUDO\": function( pseudo, argument ) {\n\n\t\t\t// pseudo-class names are case-insensitive\n\t\t\t// http://www.w3.org/TR/selectors/#pseudo-classes\n\t\t\t// Prioritize by case sensitivity in case custom pseudos are added with uppercase letters\n\t\t\t// Remember that setFilters inherits from pseudos\n\t\t\tvar args,\n\t\t\t\tfn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] ||\n\t\t\t\t\tSizzle.error( \"unsupported pseudo: \" + pseudo );\n\n\t\t\t// The user may use createPseudo to indicate that\n\t\t\t// arguments are needed to create the filter function\n\t\t\t// just as Sizzle does\n\t\t\tif ( fn[ expando ] ) {\n\t\t\t\treturn fn( argument );\n\t\t\t}\n\n\t\t\t// But maintain support for old signatures\n\t\t\tif ( fn.length > 1 ) {\n\t\t\t\targs = [ pseudo, pseudo, \"\", argument ];\n\t\t\t\treturn Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ?\n\t\t\t\t\tmarkFunction( function( seed, matches ) {\n\t\t\t\t\t\tvar idx,\n\t\t\t\t\t\t\tmatched = fn( seed, argument ),\n\t\t\t\t\t\t\ti = matched.length;\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tidx = indexOf( seed, matched[ i ] );\n\t\t\t\t\t\t\tseed[ idx ] = !( matches[ idx ] = matched[ i ] );\n\t\t\t\t\t\t}\n\t\t\t\t\t} ) :\n\t\t\t\t\tfunction( elem ) {\n\t\t\t\t\t\treturn fn( elem, 0, args );\n\t\t\t\t\t};\n\t\t\t}\n\n\t\t\treturn fn;\n\t\t}\n\t},\n\n\tpseudos: {\n\n\t\t// Potentially complex pseudos\n\t\t\"not\": markFunction( function( selector ) {\n\n\t\t\t// Trim the selector passed to compile\n\t\t\t// to avoid treating leading and trailing\n\t\t\t// spaces as combinators\n\t\t\tvar input = [],\n\t\t\t\tresults = [],\n\t\t\t\tmatcher = compile( selector.replace( rtrim, \"$1\" ) );\n\n\t\t\treturn matcher[ expando ] ?\n\t\t\t\tmarkFunction( function( seed, matches, _context, xml ) {\n\t\t\t\t\tvar elem,\n\t\t\t\t\t\tunmatched = matcher( seed, null, xml, [] ),\n\t\t\t\t\t\ti = seed.length;\n\n\t\t\t\t\t// Match elements unmatched by `matcher`\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( ( elem = unmatched[ i ] ) ) {\n\t\t\t\t\t\t\tseed[ i ] = !( matches[ i ] = elem );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} ) :\n\t\t\t\tfunction( elem, _context, xml ) {\n\t\t\t\t\tinput[ 0 ] = elem;\n\t\t\t\t\tmatcher( input, null, xml, results );\n\n\t\t\t\t\t// Don't keep the element (issue #299)\n\t\t\t\t\tinput[ 0 ] = null;\n\t\t\t\t\treturn !results.pop();\n\t\t\t\t};\n\t\t} ),\n\n\t\t\"has\": markFunction( function( selector ) {\n\t\t\treturn function( elem ) {\n\t\t\t\treturn Sizzle( selector, elem ).length > 0;\n\t\t\t};\n\t\t} ),\n\n\t\t\"contains\": markFunction( function( text ) {\n\t\t\ttext = text.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn ( elem.textContent || getText( elem ) ).indexOf( text ) > -1;\n\t\t\t};\n\t\t} ),\n\n\t\t// \"Whether an element is represented by a :lang() selector\n\t\t// is based solely on the element's language value\n\t\t// being equal to the identifier C,\n\t\t// or beginning with the identifier C immediately followed by \"-\".\n\t\t// The matching of C against the element's language value is performed case-insensitively.\n\t\t// The identifier C does not have to be a valid language name.\"\n\t\t// http://www.w3.org/TR/selectors/#lang-pseudo\n\t\t\"lang\": markFunction( function( lang ) {\n\n\t\t\t// lang value must be a valid identifier\n\t\t\tif ( !ridentifier.test( lang || \"\" ) ) {\n\t\t\t\tSizzle.error( \"unsupported lang: \" + lang );\n\t\t\t}\n\t\t\tlang = lang.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn function( elem ) {\n\t\t\t\tvar elemLang;\n\t\t\t\tdo {\n\t\t\t\t\tif ( ( elemLang = documentIsHTML ?\n\t\t\t\t\t\telem.lang :\n\t\t\t\t\t\telem.getAttribute( \"xml:lang\" ) || elem.getAttribute( \"lang\" ) ) ) {\n\n\t\t\t\t\t\telemLang = elemLang.toLowerCase();\n\t\t\t\t\t\treturn elemLang === lang || elemLang.indexOf( lang + \"-\" ) === 0;\n\t\t\t\t\t}\n\t\t\t\t} while ( ( elem = elem.parentNode ) && elem.nodeType === 1 );\n\t\t\t\treturn false;\n\t\t\t};\n\t\t} ),\n\n\t\t// Miscellaneous\n\t\t\"target\": function( elem ) {\n\t\t\tvar hash = window.location && window.location.hash;\n\t\t\treturn hash && hash.slice( 1 ) === elem.id;\n\t\t},\n\n\t\t\"root\": function( elem ) {\n\t\t\treturn elem === docElem;\n\t\t},\n\n\t\t\"focus\": function( elem ) {\n\t\t\treturn elem === document.activeElement &&\n\t\t\t\t( !document.hasFocus || document.hasFocus() ) &&\n\t\t\t\t!!( elem.type || elem.href || ~elem.tabIndex );\n\t\t},\n\n\t\t// Boolean properties\n\t\t\"enabled\": createDisabledPseudo( false ),\n\t\t\"disabled\": createDisabledPseudo( true ),\n\n\t\t\"checked\": function( elem ) {\n\n\t\t\t// In CSS3, :checked should return both checked and selected elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\tvar nodeName = elem.nodeName.toLowerCase();\n\t\t\treturn ( nodeName === \"input\" && !!elem.checked ) ||\n\t\t\t\t( nodeName === \"option\" && !!elem.selected );\n\t\t},\n\n\t\t\"selected\": function( elem ) {\n\n\t\t\t// Accessing this property makes selected-by-default\n\t\t\t// options in Safari work properly\n\t\t\tif ( elem.parentNode ) {\n\t\t\t\t// eslint-disable-next-line no-unused-expressions\n\t\t\t\telem.parentNode.selectedIndex;\n\t\t\t}\n\n\t\t\treturn elem.selected === true;\n\t\t},\n\n\t\t// Contents\n\t\t\"empty\": function( elem ) {\n\n\t\t\t// http://www.w3.org/TR/selectors/#empty-pseudo\n\t\t\t// :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5),\n\t\t\t// but not by others (comment: 8; processing instruction: 7; etc.)\n\t\t\t// nodeType < 6 works because attributes (2) do not appear as children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tif ( elem.nodeType < 6 ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t},\n\n\t\t\"parent\": function( elem ) {\n\t\t\treturn !Expr.pseudos[ \"empty\" ]( elem );\n\t\t},\n\n\t\t// Element/input types\n\t\t\"header\": function( elem ) {\n\t\t\treturn rheader.test( elem.nodeName );\n\t\t},\n\n\t\t\"input\": function( elem ) {\n\t\t\treturn rinputs.test( elem.nodeName );\n\t\t},\n\n\t\t\"button\": function( elem ) {\n\t\t\tvar name = elem.nodeName.toLowerCase();\n\t\t\treturn name === \"input\" && elem.type === \"button\" || name === \"button\";\n\t\t},\n\n\t\t\"text\": function( elem ) {\n\t\t\tvar attr;\n\t\t\treturn elem.nodeName.toLowerCase() === \"input\" &&\n\t\t\t\telem.type === \"text\" &&\n\n\t\t\t\t// Support: IE<8\n\t\t\t\t// New HTML5 attribute values (e.g., \"search\") appear with elem.type === \"text\"\n\t\t\t\t( ( attr = elem.getAttribute( \"type\" ) ) == null ||\n\t\t\t\t\tattr.toLowerCase() === \"text\" );\n\t\t},\n\n\t\t// Position-in-collection\n\t\t\"first\": createPositionalPseudo( function() {\n\t\t\treturn [ 0 ];\n\t\t} ),\n\n\t\t\"last\": createPositionalPseudo( function( _matchIndexes, length ) {\n\t\t\treturn [ length - 1 ];\n\t\t} ),\n\n\t\t\"eq\": createPositionalPseudo( function( _matchIndexes, length, argument ) {\n\t\t\treturn [ argument < 0 ? argument + length : argument ];\n\t\t} ),\n\n\t\t\"even\": createPositionalPseudo( function( matchIndexes, length ) {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t} ),\n\n\t\t\"odd\": createPositionalPseudo( function( matchIndexes, length ) {\n\t\t\tvar i = 1;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t} ),\n\n\t\t\"lt\": createPositionalPseudo( function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ?\n\t\t\t\targument + length :\n\t\t\t\targument > length ?\n\t\t\t\t\tlength :\n\t\t\t\t\targument;\n\t\t\tfor ( ; --i >= 0; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t} ),\n\n\t\t\"gt\": createPositionalPseudo( function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\tfor ( ; ++i < length; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t} )\n\t}\n};\n\nExpr.pseudos[ \"nth\" ] = Expr.pseudos[ \"eq\" ];\n\n// Add button/input type pseudos\nfor ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) {\n\tExpr.pseudos[ i ] = createInputPseudo( i );\n}\nfor ( i in { submit: true, reset: true } ) {\n\tExpr.pseudos[ i ] = createButtonPseudo( i );\n}\n\n// Easy API for creating new setFilters\nfunction setFilters() {}\nsetFilters.prototype = Expr.filters = Expr.pseudos;\nExpr.setFilters = new setFilters();\n\ntokenize = Sizzle.tokenize = function( selector, parseOnly ) {\n\tvar matched, match, tokens, type,\n\t\tsoFar, groups, preFilters,\n\t\tcached = tokenCache[ selector + \" \" ];\n\n\tif ( cached ) {\n\t\treturn parseOnly ? 0 : cached.slice( 0 );\n\t}\n\n\tsoFar = selector;\n\tgroups = [];\n\tpreFilters = Expr.preFilter;\n\n\twhile ( soFar ) {\n\n\t\t// Comma and first run\n\t\tif ( !matched || ( match = rcomma.exec( soFar ) ) ) {\n\t\t\tif ( match ) {\n\n\t\t\t\t// Don't consume trailing commas as valid\n\t\t\t\tsoFar = soFar.slice( match[ 0 ].length ) || soFar;\n\t\t\t}\n\t\t\tgroups.push( ( tokens = [] ) );\n\t\t}\n\n\t\tmatched = false;\n\n\t\t// Combinators\n\t\tif ( ( match = rcombinators.exec( soFar ) ) ) {\n\t\t\tmatched = match.shift();\n\t\t\ttokens.push( {\n\t\t\t\tvalue: matched,\n\n\t\t\t\t// Cast descendant combinators to space\n\t\t\t\ttype: match[ 0 ].replace( rtrim, \" \" )\n\t\t\t} );\n\t\t\tsoFar = soFar.slice( matched.length );\n\t\t}\n\n\t\t// Filters\n\t\tfor ( type in Expr.filter ) {\n\t\t\tif ( ( match = matchExpr[ type ].exec( soFar ) ) && ( !preFilters[ type ] ||\n\t\t\t\t( match = preFilters[ type ]( match ) ) ) ) {\n\t\t\t\tmatched = match.shift();\n\t\t\t\ttokens.push( {\n\t\t\t\t\tvalue: matched,\n\t\t\t\t\ttype: type,\n\t\t\t\t\tmatches: match\n\t\t\t\t} );\n\t\t\t\tsoFar = soFar.slice( matched.length );\n\t\t\t}\n\t\t}\n\n\t\tif ( !matched ) {\n\t\t\tbreak;\n\t\t}\n\t}\n\n\t// Return the length of the invalid excess\n\t// if we're just parsing\n\t// Otherwise, throw an error or return tokens\n\treturn parseOnly ?\n\t\tsoFar.length :\n\t\tsoFar ?\n\t\t\tSizzle.error( selector ) :\n\n\t\t\t// Cache the tokens\n\t\t\ttokenCache( selector, groups ).slice( 0 );\n};\n\nfunction toSelector( tokens ) {\n\tvar i = 0,\n\t\tlen = tokens.length,\n\t\tselector = \"\";\n\tfor ( ; i < len; i++ ) {\n\t\tselector += tokens[ i ].value;\n\t}\n\treturn selector;\n}\n\nfunction addCombinator( matcher, combinator, base ) {\n\tvar dir = combinator.dir,\n\t\tskip = combinator.next,\n\t\tkey = skip || dir,\n\t\tcheckNonElements = base && key === \"parentNode\",\n\t\tdoneName = done++;\n\n\treturn combinator.first ?\n\n\t\t// Check against closest ancestor/preceding element\n\t\tfunction( elem, context, xml ) {\n\t\t\twhile ( ( elem = elem[ dir ] ) ) {\n\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\treturn matcher( elem, context, xml );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t} :\n\n\t\t// Check against all ancestor/preceding elements\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar oldCache, uniqueCache, outerCache,\n\t\t\t\tnewCache = [ dirruns, doneName ];\n\n\t\t\t// We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching\n\t\t\tif ( xml ) {\n\t\t\t\twhile ( ( elem = elem[ dir ] ) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\tif ( matcher( elem, context, xml ) ) {\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\twhile ( ( elem = elem[ dir ] ) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\touterCache = elem[ expando ] || ( elem[ expando ] = {} );\n\n\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\tuniqueCache = outerCache[ elem.uniqueID ] ||\n\t\t\t\t\t\t\t( outerCache[ elem.uniqueID ] = {} );\n\n\t\t\t\t\t\tif ( skip && skip === elem.nodeName.toLowerCase() ) {\n\t\t\t\t\t\t\telem = elem[ dir ] || elem;\n\t\t\t\t\t\t} else if ( ( oldCache = uniqueCache[ key ] ) &&\n\t\t\t\t\t\t\toldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) {\n\n\t\t\t\t\t\t\t// Assign to newCache so results back-propagate to previous elements\n\t\t\t\t\t\t\treturn ( newCache[ 2 ] = oldCache[ 2 ] );\n\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t// Reuse newcache so results back-propagate to previous elements\n\t\t\t\t\t\t\tuniqueCache[ key ] = newCache;\n\n\t\t\t\t\t\t\t// A match means we're done; a fail means we have to keep checking\n\t\t\t\t\t\t\tif ( ( newCache[ 2 ] = matcher( elem, context, xml ) ) ) {\n\t\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n}\n\nfunction elementMatcher( matchers ) {\n\treturn matchers.length > 1 ?\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar i = matchers.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( !matchers[ i ]( elem, context, xml ) ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t} :\n\t\tmatchers[ 0 ];\n}\n\nfunction multipleContexts( selector, contexts, results ) {\n\tvar i = 0,\n\t\tlen = contexts.length;\n\tfor ( ; i < len; i++ ) {\n\t\tSizzle( selector, contexts[ i ], results );\n\t}\n\treturn results;\n}\n\nfunction condense( unmatched, map, filter, context, xml ) {\n\tvar elem,\n\t\tnewUnmatched = [],\n\t\ti = 0,\n\t\tlen = unmatched.length,\n\t\tmapped = map != null;\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( ( elem = unmatched[ i ] ) ) {\n\t\t\tif ( !filter || filter( elem, context, xml ) ) {\n\t\t\t\tnewUnmatched.push( elem );\n\t\t\t\tif ( mapped ) {\n\t\t\t\t\tmap.push( i );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn newUnmatched;\n}\n\nfunction setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {\n\tif ( postFilter && !postFilter[ expando ] ) {\n\t\tpostFilter = setMatcher( postFilter );\n\t}\n\tif ( postFinder && !postFinder[ expando ] ) {\n\t\tpostFinder = setMatcher( postFinder, postSelector );\n\t}\n\treturn markFunction( function( seed, results, context, xml ) {\n\t\tvar temp, i, elem,\n\t\t\tpreMap = [],\n\t\t\tpostMap = [],\n\t\t\tpreexisting = results.length,\n\n\t\t\t// Get initial elements from seed or context\n\t\t\telems = seed || multipleContexts(\n\t\t\t\tselector || \"*\",\n\t\t\t\tcontext.nodeType ? [ context ] : context,\n\t\t\t\t[]\n\t\t\t),\n\n\t\t\t// Prefilter to get matcher input, preserving a map for seed-results synchronization\n\t\t\tmatcherIn = preFilter && ( seed || !selector ) ?\n\t\t\t\tcondense( elems, preMap, preFilter, context, xml ) :\n\t\t\t\telems,\n\n\t\t\tmatcherOut = matcher ?\n\n\t\t\t\t// If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results,\n\t\t\t\tpostFinder || ( seed ? preFilter : preexisting || postFilter ) ?\n\n\t\t\t\t\t// ...intermediate processing is necessary\n\t\t\t\t\t[] :\n\n\t\t\t\t\t// ...otherwise use results directly\n\t\t\t\t\tresults :\n\t\t\t\tmatcherIn;\n\n\t\t// Find primary matches\n\t\tif ( matcher ) {\n\t\t\tmatcher( matcherIn, matcherOut, context, xml );\n\t\t}\n\n\t\t// Apply postFilter\n\t\tif ( postFilter ) {\n\t\t\ttemp = condense( matcherOut, postMap );\n\t\t\tpostFilter( temp, [], context, xml );\n\n\t\t\t// Un-match failing elements by moving them back to matcherIn\n\t\t\ti = temp.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( ( elem = temp[ i ] ) ) {\n\t\t\t\t\tmatcherOut[ postMap[ i ] ] = !( matcherIn[ postMap[ i ] ] = elem );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif ( seed ) {\n\t\t\tif ( postFinder || preFilter ) {\n\t\t\t\tif ( postFinder ) {\n\n\t\t\t\t\t// Get the final matcherOut by condensing this intermediate into postFinder contexts\n\t\t\t\t\ttemp = [];\n\t\t\t\t\ti = matcherOut.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( ( elem = matcherOut[ i ] ) ) {\n\n\t\t\t\t\t\t\t// Restore matcherIn since elem is not yet a final match\n\t\t\t\t\t\t\ttemp.push( ( matcherIn[ i ] = elem ) );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tpostFinder( null, ( matcherOut = [] ), temp, xml );\n\t\t\t\t}\n\n\t\t\t\t// Move matched elements from seed to results to keep them synchronized\n\t\t\t\ti = matcherOut.length;\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\tif ( ( elem = matcherOut[ i ] ) &&\n\t\t\t\t\t\t( temp = postFinder ? indexOf( seed, elem ) : preMap[ i ] ) > -1 ) {\n\n\t\t\t\t\t\tseed[ temp ] = !( results[ temp ] = elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Add elements to results, through postFinder if defined\n\t\t} else {\n\t\t\tmatcherOut = condense(\n\t\t\t\tmatcherOut === results ?\n\t\t\t\t\tmatcherOut.splice( preexisting, matcherOut.length ) :\n\t\t\t\t\tmatcherOut\n\t\t\t);\n\t\t\tif ( postFinder ) {\n\t\t\t\tpostFinder( null, results, matcherOut, xml );\n\t\t\t} else {\n\t\t\t\tpush.apply( results, matcherOut );\n\t\t\t}\n\t\t}\n\t} );\n}\n\nfunction matcherFromTokens( tokens ) {\n\tvar checkContext, matcher, j,\n\t\tlen = tokens.length,\n\t\tleadingRelative = Expr.relative[ tokens[ 0 ].type ],\n\t\timplicitRelative = leadingRelative || Expr.relative[ \" \" ],\n\t\ti = leadingRelative ? 1 : 0,\n\n\t\t// The foundational matcher ensures that elements are reachable from top-level context(s)\n\t\tmatchContext = addCombinator( function( elem ) {\n\t\t\treturn elem === checkContext;\n\t\t}, implicitRelative, true ),\n\t\tmatchAnyContext = addCombinator( function( elem ) {\n\t\t\treturn indexOf( checkContext, elem ) > -1;\n\t\t}, implicitRelative, true ),\n\t\tmatchers = [ function( elem, context, xml ) {\n\t\t\tvar ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || (\n\t\t\t\t( checkContext = context ).nodeType ?\n\t\t\t\t\tmatchContext( elem, context, xml ) :\n\t\t\t\t\tmatchAnyContext( elem, context, xml ) );\n\n\t\t\t// Avoid hanging onto element (issue #299)\n\t\t\tcheckContext = null;\n\t\t\treturn ret;\n\t\t} ];\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( ( matcher = Expr.relative[ tokens[ i ].type ] ) ) {\n\t\t\tmatchers = [ addCombinator( elementMatcher( matchers ), matcher ) ];\n\t\t} else {\n\t\t\tmatcher = Expr.filter[ tokens[ i ].type ].apply( null, tokens[ i ].matches );\n\n\t\t\t// Return special upon seeing a positional matcher\n\t\t\tif ( matcher[ expando ] ) {\n\n\t\t\t\t// Find the next relative operator (if any) for proper handling\n\t\t\t\tj = ++i;\n\t\t\t\tfor ( ; j < len; j++ ) {\n\t\t\t\t\tif ( Expr.relative[ tokens[ j ].type ] ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn setMatcher(\n\t\t\t\t\ti > 1 && elementMatcher( matchers ),\n\t\t\t\t\ti > 1 && toSelector(\n\n\t\t\t\t\t// If the preceding token was a descendant combinator, insert an implicit any-element `*`\n\t\t\t\t\ttokens\n\t\t\t\t\t\t.slice( 0, i - 1 )\n\t\t\t\t\t\t.concat( { value: tokens[ i - 2 ].type === \" \" ? \"*\" : \"\" } )\n\t\t\t\t\t).replace( rtrim, \"$1\" ),\n\t\t\t\t\tmatcher,\n\t\t\t\t\ti < j && matcherFromTokens( tokens.slice( i, j ) ),\n\t\t\t\t\tj < len && matcherFromTokens( ( tokens = tokens.slice( j ) ) ),\n\t\t\t\t\tj < len && toSelector( tokens )\n\t\t\t\t);\n\t\t\t}\n\t\t\tmatchers.push( matcher );\n\t\t}\n\t}\n\n\treturn elementMatcher( matchers );\n}\n\nfunction matcherFromGroupMatchers( elementMatchers, setMatchers ) {\n\tvar bySet = setMatchers.length > 0,\n\t\tbyElement = elementMatchers.length > 0,\n\t\tsuperMatcher = function( seed, context, xml, results, outermost ) {\n\t\t\tvar elem, j, matcher,\n\t\t\t\tmatchedCount = 0,\n\t\t\t\ti = \"0\",\n\t\t\t\tunmatched = seed && [],\n\t\t\t\tsetMatched = [],\n\t\t\t\tcontextBackup = outermostContext,\n\n\t\t\t\t// We must always have either seed elements or outermost context\n\t\t\t\telems = seed || byElement && Expr.find[ \"TAG\" ]( \"*\", outermost ),\n\n\t\t\t\t// Use integer dirruns iff this is the outermost matcher\n\t\t\t\tdirrunsUnique = ( dirruns += contextBackup == null ? 1 : Math.random() || 0.1 ),\n\t\t\t\tlen = elems.length;\n\n\t\t\tif ( outermost ) {\n\n\t\t\t\t// Support: IE 11+, Edge 17 - 18+\n\t\t\t\t// IE/Edge sometimes throw a \"Permission denied\" error when strict-comparing\n\t\t\t\t// two documents; shallow comparisons work.\n\t\t\t\t// eslint-disable-next-line eqeqeq\n\t\t\t\toutermostContext = context == document || context || outermost;\n\t\t\t}\n\n\t\t\t// Add elements passing elementMatchers directly to results\n\t\t\t// Support: IE<9, Safari\n\t\t\t// Tolerate NodeList properties (IE: \"length\"; Safari: <number>) matching elements by id\n\t\t\tfor ( ; i !== len && ( elem = elems[ i ] ) != null; i++ ) {\n\t\t\t\tif ( byElement && elem ) {\n\t\t\t\t\tj = 0;\n\n\t\t\t\t\t// Support: IE 11+, Edge 17 - 18+\n\t\t\t\t\t// IE/Edge sometimes throw a \"Permission denied\" error when strict-comparing\n\t\t\t\t\t// two documents; shallow comparisons work.\n\t\t\t\t\t// eslint-disable-next-line eqeqeq\n\t\t\t\t\tif ( !context && elem.ownerDocument != document ) {\n\t\t\t\t\t\tsetDocument( elem );\n\t\t\t\t\t\txml = !documentIsHTML;\n\t\t\t\t\t}\n\t\t\t\t\twhile ( ( matcher = elementMatchers[ j++ ] ) ) {\n\t\t\t\t\t\tif ( matcher( elem, context || document, xml ) ) {\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( outermost ) {\n\t\t\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Track unmatched elements for set filters\n\t\t\t\tif ( bySet ) {\n\n\t\t\t\t\t// They will have gone through all possible matchers\n\t\t\t\t\tif ( ( elem = !matcher && elem ) ) {\n\t\t\t\t\t\tmatchedCount--;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Lengthen the array for every element, matched or not\n\t\t\t\t\tif ( seed ) {\n\t\t\t\t\t\tunmatched.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// `i` is now the count of elements visited above, and adding it to `matchedCount`\n\t\t\t// makes the latter nonnegative.\n\t\t\tmatchedCount += i;\n\n\t\t\t// Apply set filters to unmatched elements\n\t\t\t// NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount`\n\t\t\t// equals `i`), unless we didn't visit _any_ elements in the above loop because we have\n\t\t\t// no element matchers and no seed.\n\t\t\t// Incrementing an initially-string \"0\" `i` allows `i` to remain a string only in that\n\t\t\t// case, which will result in a \"00\" `matchedCount` that differs from `i` but is also\n\t\t\t// numerically zero.\n\t\t\tif ( bySet && i !== matchedCount ) {\n\t\t\t\tj = 0;\n\t\t\t\twhile ( ( matcher = setMatchers[ j++ ] ) ) {\n\t\t\t\t\tmatcher( unmatched, setMatched, context, xml );\n\t\t\t\t}\n\n\t\t\t\tif ( seed ) {\n\n\t\t\t\t\t// Reintegrate element matches to eliminate the need for sorting\n\t\t\t\t\tif ( matchedCount > 0 ) {\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tif ( !( unmatched[ i ] || setMatched[ i ] ) ) {\n\t\t\t\t\t\t\t\tsetMatched[ i ] = pop.call( results );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Discard index placeholder values to get only actual matches\n\t\t\t\t\tsetMatched = condense( setMatched );\n\t\t\t\t}\n\n\t\t\t\t// Add matches to results\n\t\t\t\tpush.apply( results, setMatched );\n\n\t\t\t\t// Seedless set matches succeeding multiple successful matchers stipulate sorting\n\t\t\t\tif ( outermost && !seed && setMatched.length > 0 &&\n\t\t\t\t\t( matchedCount + setMatchers.length ) > 1 ) {\n\n\t\t\t\t\tSizzle.uniqueSort( results );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Override manipulation of globals by nested matchers\n\t\t\tif ( outermost ) {\n\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\toutermostContext = contextBackup;\n\t\t\t}\n\n\t\t\treturn unmatched;\n\t\t};\n\n\treturn bySet ?\n\t\tmarkFunction( superMatcher ) :\n\t\tsuperMatcher;\n}\n\ncompile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) {\n\tvar i,\n\t\tsetMatchers = [],\n\t\telementMatchers = [],\n\t\tcached = compilerCache[ selector + \" \" ];\n\n\tif ( !cached ) {\n\n\t\t// Generate a function of recursive functions that can be used to check each element\n\t\tif ( !match ) {\n\t\t\tmatch = tokenize( selector );\n\t\t}\n\t\ti = match.length;\n\t\twhile ( i-- ) {\n\t\t\tcached = matcherFromTokens( match[ i ] );\n\t\t\tif ( cached[ expando ] ) {\n\t\t\t\tsetMatchers.push( cached );\n\t\t\t} else {\n\t\t\t\telementMatchers.push( cached );\n\t\t\t}\n\t\t}\n\n\t\t// Cache the compiled function\n\t\tcached = compilerCache(\n\t\t\tselector,\n\t\t\tmatcherFromGroupMatchers( elementMatchers, setMatchers )\n\t\t);\n\n\t\t// Save selector and tokenization\n\t\tcached.selector = selector;\n\t}\n\treturn cached;\n};\n\n/**\n * A low-level selection function that works with Sizzle's compiled\n * selector functions\n * @param {String|Function} selector A selector or a pre-compiled\n * selector function built with Sizzle.compile\n * @param {Element} context\n * @param {Array} [results]\n * @param {Array} [seed] A set of elements to match against\n */\nselect = Sizzle.select = function( selector, context, results, seed ) {\n\tvar i, tokens, token, type, find,\n\t\tcompiled = typeof selector === \"function\" && selector,\n\t\tmatch = !seed && tokenize( ( selector = compiled.selector || selector ) );\n\n\tresults = results || [];\n\n\t// Try to minimize operations if there is only one selector in the list and no seed\n\t// (the latter of which guarantees us context)\n\tif ( match.length === 1 ) {\n\n\t\t// Reduce context if the leading compound selector is an ID\n\t\ttokens = match[ 0 ] = match[ 0 ].slice( 0 );\n\t\tif ( tokens.length > 2 && ( token = tokens[ 0 ] ).type === \"ID\" &&\n\t\t\tcontext.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[ 1 ].type ] ) {\n\n\t\t\tcontext = ( Expr.find[ \"ID\" ]( token.matches[ 0 ]\n\t\t\t\t.replace( runescape, funescape ), context ) || [] )[ 0 ];\n\t\t\tif ( !context ) {\n\t\t\t\treturn results;\n\n\t\t\t// Precompiled matchers will still verify ancestry, so step up a level\n\t\t\t} else if ( compiled ) {\n\t\t\t\tcontext = context.parentNode;\n\t\t\t}\n\n\t\t\tselector = selector.slice( tokens.shift().value.length );\n\t\t}\n\n\t\t// Fetch a seed set for right-to-left matching\n\t\ti = matchExpr[ \"needsContext\" ].test( selector ) ? 0 : tokens.length;\n\t\twhile ( i-- ) {\n\t\t\ttoken = tokens[ i ];\n\n\t\t\t// Abort if we hit a combinator\n\t\t\tif ( Expr.relative[ ( type = token.type ) ] ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( ( find = Expr.find[ type ] ) ) {\n\n\t\t\t\t// Search, expanding context for leading sibling combinators\n\t\t\t\tif ( ( seed = find(\n\t\t\t\t\ttoken.matches[ 0 ].replace( runescape, funescape ),\n\t\t\t\t\trsibling.test( tokens[ 0 ].type ) && testContext( context.parentNode ) ||\n\t\t\t\t\t\tcontext\n\t\t\t\t) ) ) {\n\n\t\t\t\t\t// If seed is empty or no tokens remain, we can return early\n\t\t\t\t\ttokens.splice( i, 1 );\n\t\t\t\t\tselector = seed.length && toSelector( tokens );\n\t\t\t\t\tif ( !selector ) {\n\t\t\t\t\t\tpush.apply( results, seed );\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t}\n\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Compile and execute a filtering function if one is not provided\n\t// Provide `match` to avoid retokenization if we modified the selector above\n\t( compiled || compile( selector, match ) )(\n\t\tseed,\n\t\tcontext,\n\t\t!documentIsHTML,\n\t\tresults,\n\t\t!context || rsibling.test( selector ) && testContext( context.parentNode ) || context\n\t);\n\treturn results;\n};\n\n// One-time assignments\n\n// Sort stability\nsupport.sortStable = expando.split( \"\" ).sort( sortOrder ).join( \"\" ) === expando;\n\n// Support: Chrome 14-35+\n// Always assume duplicates if they aren't passed to the comparison function\nsupport.detectDuplicates = !!hasDuplicate;\n\n// Initialize against the default document\nsetDocument();\n\n// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27)\n// Detached nodes confoundingly follow *each other*\nsupport.sortDetached = assert( function( el ) {\n\n\t// Should return 1, but returns 4 (following)\n\treturn el.compareDocumentPosition( document.createElement( \"fieldset\" ) ) & 1;\n} );\n\n// Support: IE<8\n// Prevent attribute/property \"interpolation\"\n// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx\nif ( !assert( function( el ) {\n\tel.innerHTML = \"<a href='#'></a>\";\n\treturn el.firstChild.getAttribute( \"href\" ) === \"#\";\n} ) ) {\n\taddHandle( \"type|href|height|width\", function( elem, name, isXML ) {\n\t\tif ( !isXML ) {\n\t\t\treturn elem.getAttribute( name, name.toLowerCase() === \"type\" ? 1 : 2 );\n\t\t}\n\t} );\n}\n\n// Support: IE<9\n// Use defaultValue in place of getAttribute(\"value\")\nif ( !support.attributes || !assert( function( el ) {\n\tel.innerHTML = \"<input/>\";\n\tel.firstChild.setAttribute( \"value\", \"\" );\n\treturn el.firstChild.getAttribute( \"value\" ) === \"\";\n} ) ) {\n\taddHandle( \"value\", function( elem, _name, isXML ) {\n\t\tif ( !isXML && elem.nodeName.toLowerCase() === \"input\" ) {\n\t\t\treturn elem.defaultValue;\n\t\t}\n\t} );\n}\n\n// Support: IE<9\n// Use getAttributeNode to fetch booleans when getAttribute lies\nif ( !assert( function( el ) {\n\treturn el.getAttribute( \"disabled\" ) == null;\n} ) ) {\n\taddHandle( booleans, function( elem, name, isXML ) {\n\t\tvar val;\n\t\tif ( !isXML ) {\n\t\t\treturn elem[ name ] === true ? name.toLowerCase() :\n\t\t\t\t( val = elem.getAttributeNode( name ) ) && val.specified ?\n\t\t\t\t\tval.value :\n\t\t\t\t\tnull;\n\t\t}\n\t} );\n}\n\nreturn Sizzle;\n\n} )( window );\n\n\n\njQuery.find = Sizzle;\njQuery.expr = Sizzle.selectors;\n\n// Deprecated\njQuery.expr[ \":\" ] = jQuery.expr.pseudos;\njQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort;\njQuery.text = Sizzle.getText;\njQuery.isXMLDoc = Sizzle.isXML;\njQuery.contains = Sizzle.contains;\njQuery.escapeSelector = Sizzle.escape;\n\n\n\n\nvar dir = function( elem, dir, until ) {\n\tvar matched = [],\n\t\ttruncate = until !== undefined;\n\n\twhile ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) {\n\t\tif ( elem.nodeType === 1 ) {\n\t\t\tif ( truncate && jQuery( elem ).is( until ) ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tmatched.push( elem );\n\t\t}\n\t}\n\treturn matched;\n};\n\n\nvar siblings = function( n, elem ) {\n\tvar matched = [];\n\n\tfor ( ; n; n = n.nextSibling ) {\n\t\tif ( n.nodeType === 1 && n !== elem ) {\n\t\t\tmatched.push( n );\n\t\t}\n\t}\n\n\treturn matched;\n};\n\n\nvar rneedsContext = jQuery.expr.match.needsContext;\n\n\n\nfunction nodeName( elem, name ) {\n\n return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();\n\n};\nvar rsingleTag = ( /^<([a-z][^\\/\\0>:\\x20\\t\\r\\n\\f]*)[\\x20\\t\\r\\n\\f]*\\/?>(?:<\\/\\1>|)$/i );\n\n\n\n// Implement the identical functionality for filter and not\nfunction winnow( elements, qualifier, not ) {\n\tif ( isFunction( qualifier ) ) {\n\t\treturn jQuery.grep( elements, function( elem, i ) {\n\t\t\treturn !!qualifier.call( elem, i, elem ) !== not;\n\t\t} );\n\t}\n\n\t// Single element\n\tif ( qualifier.nodeType ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( elem === qualifier ) !== not;\n\t\t} );\n\t}\n\n\t// Arraylike of elements (jQuery, arguments, Array)\n\tif ( typeof qualifier !== \"string\" ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( indexOf.call( qualifier, elem ) > -1 ) !== not;\n\t\t} );\n\t}\n\n\t// Filtered directly for both simple and complex selectors\n\treturn jQuery.filter( qualifier, elements, not );\n}\n\njQuery.filter = function( expr, elems, not ) {\n\tvar elem = elems[ 0 ];\n\n\tif ( not ) {\n\t\texpr = \":not(\" + expr + \")\";\n\t}\n\n\tif ( elems.length === 1 && elem.nodeType === 1 ) {\n\t\treturn jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [];\n\t}\n\n\treturn jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) {\n\t\treturn elem.nodeType === 1;\n\t} ) );\n};\n\njQuery.fn.extend( {\n\tfind: function( selector ) {\n\t\tvar i, ret,\n\t\t\tlen = this.length,\n\t\t\tself = this;\n\n\t\tif ( typeof selector !== \"string\" ) {\n\t\t\treturn this.pushStack( jQuery( selector ).filter( function() {\n\t\t\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\t\t\tif ( jQuery.contains( self[ i ], this ) ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} ) );\n\t\t}\n\n\t\tret = this.pushStack( [] );\n\n\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\tjQuery.find( selector, self[ i ], ret );\n\t\t}\n\n\t\treturn len > 1 ? jQuery.uniqueSort( ret ) : ret;\n\t},\n\tfilter: function( selector ) {\n\t\treturn this.pushStack( winnow( this, selector || [], false ) );\n\t},\n\tnot: function( selector ) {\n\t\treturn this.pushStack( winnow( this, selector || [], true ) );\n\t},\n\tis: function( selector ) {\n\t\treturn !!winnow(\n\t\t\tthis,\n\n\t\t\t// If this is a positional/relative selector, check membership in the returned set\n\t\t\t// so $(\"p:first\").is(\"p:last\") won't return true for a doc with two \"p\".\n\t\t\ttypeof selector === \"string\" && rneedsContext.test( selector ) ?\n\t\t\t\tjQuery( selector ) :\n\t\t\t\tselector || [],\n\t\t\tfalse\n\t\t).length;\n\t}\n} );\n\n\n// Initialize a jQuery object\n\n\n// A central reference to the root jQuery(document)\nvar rootjQuery,\n\n\t// A simple way to check for HTML strings\n\t// Prioritize #id over <tag> to avoid XSS via location.hash (#9521)\n\t// Strict HTML recognition (#11290: must start with <)\n\t// Shortcut simple #id case for speed\n\trquickExpr = /^(?:\\s*(<[\\w\\W]+>)[^>]*|#([\\w-]+))$/,\n\n\tinit = jQuery.fn.init = function( selector, context, root ) {\n\t\tvar match, elem;\n\n\t\t// HANDLE: $(\"\"), $(null), $(undefined), $(false)\n\t\tif ( !selector ) {\n\t\t\treturn this;\n\t\t}\n\n\t\t// Method init() accepts an alternate rootjQuery\n\t\t// so migrate can support jQuery.sub (gh-2101)\n\t\troot = root || rootjQuery;\n\n\t\t// Handle HTML strings\n\t\tif ( typeof selector === \"string\" ) {\n\t\t\tif ( selector[ 0 ] === \"<\" &&\n\t\t\t\tselector[ selector.length - 1 ] === \">\" &&\n\t\t\t\tselector.length >= 3 ) {\n\n\t\t\t\t// Assume that strings that start and end with <> are HTML and skip the regex check\n\t\t\t\tmatch = [ null, selector, null ];\n\n\t\t\t} else {\n\t\t\t\tmatch = rquickExpr.exec( selector );\n\t\t\t}\n\n\t\t\t// Match html or make sure no context is specified for #id\n\t\t\tif ( match && ( match[ 1 ] || !context ) ) {\n\n\t\t\t\t// HANDLE: $(html) -> $(array)\n\t\t\t\tif ( match[ 1 ] ) {\n\t\t\t\t\tcontext = context instanceof jQuery ? context[ 0 ] : context;\n\n\t\t\t\t\t// Option to run scripts is true for back-compat\n\t\t\t\t\t// Intentionally let the error be thrown if parseHTML is not present\n\t\t\t\t\tjQuery.merge( this, jQuery.parseHTML(\n\t\t\t\t\t\tmatch[ 1 ],\n\t\t\t\t\t\tcontext && context.nodeType ? context.ownerDocument || context : document,\n\t\t\t\t\t\ttrue\n\t\t\t\t\t) );\n\n\t\t\t\t\t// HANDLE: $(html, props)\n\t\t\t\t\tif ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) {\n\t\t\t\t\t\tfor ( match in context ) {\n\n\t\t\t\t\t\t\t// Properties of context are called as methods if possible\n\t\t\t\t\t\t\tif ( isFunction( this[ match ] ) ) {\n\t\t\t\t\t\t\t\tthis[ match ]( context[ match ] );\n\n\t\t\t\t\t\t\t// ...and otherwise set as attributes\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tthis.attr( match, context[ match ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn this;\n\n\t\t\t\t// HANDLE: $(#id)\n\t\t\t\t} else {\n\t\t\t\t\telem = document.getElementById( match[ 2 ] );\n\n\t\t\t\t\tif ( elem ) {\n\n\t\t\t\t\t\t// Inject the element directly into the jQuery object\n\t\t\t\t\t\tthis[ 0 ] = elem;\n\t\t\t\t\t\tthis.length = 1;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\n\t\t\t// HANDLE: $(expr, $(...))\n\t\t\t} else if ( !context || context.jquery ) {\n\t\t\t\treturn ( context || root ).find( selector );\n\n\t\t\t// HANDLE: $(expr, context)\n\t\t\t// (which is just equivalent to: $(context).find(expr)\n\t\t\t} else {\n\t\t\t\treturn this.constructor( context ).find( selector );\n\t\t\t}\n\n\t\t// HANDLE: $(DOMElement)\n\t\t} else if ( selector.nodeType ) {\n\t\t\tthis[ 0 ] = selector;\n\t\t\tthis.length = 1;\n\t\t\treturn this;\n\n\t\t// HANDLE: $(function)\n\t\t// Shortcut for document ready\n\t\t} else if ( isFunction( selector ) ) {\n\t\t\treturn root.ready !== undefined ?\n\t\t\t\troot.ready( selector ) :\n\n\t\t\t\t// Execute immediately if ready is not present\n\t\t\t\tselector( jQuery );\n\t\t}\n\n\t\treturn jQuery.makeArray( selector, this );\n\t};\n\n// Give the init function the jQuery prototype for later instantiation\ninit.prototype = jQuery.fn;\n\n// Initialize central reference\nrootjQuery = jQuery( document );\n\n\nvar rparentsprev = /^(?:parents|prev(?:Until|All))/,\n\n\t// Methods guaranteed to produce a unique set when starting from a unique set\n\tguaranteedUnique = {\n\t\tchildren: true,\n\t\tcontents: true,\n\t\tnext: true,\n\t\tprev: true\n\t};\n\njQuery.fn.extend( {\n\thas: function( target ) {\n\t\tvar targets = jQuery( target, this ),\n\t\t\tl = targets.length;\n\n\t\treturn this.filter( function() {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tif ( jQuery.contains( this, targets[ i ] ) ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t},\n\n\tclosest: function( selectors, context ) {\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\tl = this.length,\n\t\t\tmatched = [],\n\t\t\ttargets = typeof selectors !== \"string\" && jQuery( selectors );\n\n\t\t// Positional selectors never match, since there's no _selection_ context\n\t\tif ( !rneedsContext.test( selectors ) ) {\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tfor ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) {\n\n\t\t\t\t\t// Always skip document fragments\n\t\t\t\t\tif ( cur.nodeType < 11 && ( targets ?\n\t\t\t\t\t\ttargets.index( cur ) > -1 :\n\n\t\t\t\t\t\t// Don't pass non-elements to Sizzle\n\t\t\t\t\t\tcur.nodeType === 1 &&\n\t\t\t\t\t\t\tjQuery.find.matchesSelector( cur, selectors ) ) ) {\n\n\t\t\t\t\t\tmatched.push( cur );\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched );\n\t},\n\n\t// Determine the position of an element within the set\n\tindex: function( elem ) {\n\n\t\t// No argument, return index in parent\n\t\tif ( !elem ) {\n\t\t\treturn ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1;\n\t\t}\n\n\t\t// Index in selector\n\t\tif ( typeof elem === \"string\" ) {\n\t\t\treturn indexOf.call( jQuery( elem ), this[ 0 ] );\n\t\t}\n\n\t\t// Locate the position of the desired element\n\t\treturn indexOf.call( this,\n\n\t\t\t// If it receives a jQuery object, the first element is used\n\t\t\telem.jquery ? elem[ 0 ] : elem\n\t\t);\n\t},\n\n\tadd: function( selector, context ) {\n\t\treturn this.pushStack(\n\t\t\tjQuery.uniqueSort(\n\t\t\t\tjQuery.merge( this.get(), jQuery( selector, context ) )\n\t\t\t)\n\t\t);\n\t},\n\n\taddBack: function( selector ) {\n\t\treturn this.add( selector == null ?\n\t\t\tthis.prevObject : this.prevObject.filter( selector )\n\t\t);\n\t}\n} );\n\nfunction sibling( cur, dir ) {\n\twhile ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {}\n\treturn cur;\n}\n\njQuery.each( {\n\tparent: function( elem ) {\n\t\tvar parent = elem.parentNode;\n\t\treturn parent && parent.nodeType !== 11 ? parent : null;\n\t},\n\tparents: function( elem ) {\n\t\treturn dir( elem, \"parentNode\" );\n\t},\n\tparentsUntil: function( elem, _i, until ) {\n\t\treturn dir( elem, \"parentNode\", until );\n\t},\n\tnext: function( elem ) {\n\t\treturn sibling( elem, \"nextSibling\" );\n\t},\n\tprev: function( elem ) {\n\t\treturn sibling( elem, \"previousSibling\" );\n\t},\n\tnextAll: function( elem ) {\n\t\treturn dir( elem, \"nextSibling\" );\n\t},\n\tprevAll: function( elem ) {\n\t\treturn dir( elem, \"previousSibling\" );\n\t},\n\tnextUntil: function( elem, _i, until ) {\n\t\treturn dir( elem, \"nextSibling\", until );\n\t},\n\tprevUntil: function( elem, _i, until ) {\n\t\treturn dir( elem, \"previousSibling\", until );\n\t},\n\tsiblings: function( elem ) {\n\t\treturn siblings( ( elem.parentNode || {} ).firstChild, elem );\n\t},\n\tchildren: function( elem ) {\n\t\treturn siblings( elem.firstChild );\n\t},\n\tcontents: function( elem ) {\n\t\tif ( elem.contentDocument != null &&\n\n\t\t\t// Support: IE 11+\n\t\t\t// <object> elements with no `data` attribute has an object\n\t\t\t// `contentDocument` with a `null` prototype.\n\t\t\tgetProto( elem.contentDocument ) ) {\n\n\t\t\treturn elem.contentDocument;\n\t\t}\n\n\t\t// Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only\n\t\t// Treat the template element as a regular one in browsers that\n\t\t// don't support it.\n\t\tif ( nodeName( elem, \"template\" ) ) {\n\t\t\telem = elem.content || elem;\n\t\t}\n\n\t\treturn jQuery.merge( [], elem.childNodes );\n\t}\n}, function( name, fn ) {\n\tjQuery.fn[ name ] = function( until, selector ) {\n\t\tvar matched = jQuery.map( this, fn, until );\n\n\t\tif ( name.slice( -5 ) !== \"Until\" ) {\n\t\t\tselector = until;\n\t\t}\n\n\t\tif ( selector && typeof selector === \"string\" ) {\n\t\t\tmatched = jQuery.filter( selector, matched );\n\t\t}\n\n\t\tif ( this.length > 1 ) {\n\n\t\t\t// Remove duplicates\n\t\t\tif ( !guaranteedUnique[ name ] ) {\n\t\t\t\tjQuery.uniqueSort( matched );\n\t\t\t}\n\n\t\t\t// Reverse order for parents* and prev-derivatives\n\t\t\tif ( rparentsprev.test( name ) ) {\n\t\t\t\tmatched.reverse();\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched );\n\t};\n} );\nvar rnothtmlwhite = ( /[^\\x20\\t\\r\\n\\f]+/g );\n\n\n\n// Convert String-formatted options into Object-formatted ones\nfunction createOptions( options ) {\n\tvar object = {};\n\tjQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) {\n\t\tobject[ flag ] = true;\n\t} );\n\treturn object;\n}\n\n/*\n * Create a callback list using the following parameters:\n *\n *\toptions: an optional list of space-separated options that will change how\n *\t\t\tthe callback list behaves or a more traditional option object\n *\n * By default a callback list will act like an event callback list and can be\n * \"fired\" multiple times.\n *\n * Possible options:\n *\n *\tonce:\t\t\twill ensure the callback list can only be fired once (like a Deferred)\n *\n *\tmemory:\t\t\twill keep track of previous values and will call any callback added\n *\t\t\t\t\tafter the list has been fired right away with the latest \"memorized\"\n *\t\t\t\t\tvalues (like a Deferred)\n *\n *\tunique:\t\t\twill ensure a callback can only be added once (no duplicate in the list)\n *\n *\tstopOnFalse:\tinterrupt callings when a callback returns false\n *\n */\njQuery.Callbacks = function( options ) {\n\n\t// Convert options from String-formatted to Object-formatted if needed\n\t// (we check in cache first)\n\toptions = typeof options === \"string\" ?\n\t\tcreateOptions( options ) :\n\t\tjQuery.extend( {}, options );\n\n\tvar // Flag to know if list is currently firing\n\t\tfiring,\n\n\t\t// Last fire value for non-forgettable lists\n\t\tmemory,\n\n\t\t// Flag to know if list was already fired\n\t\tfired,\n\n\t\t// Flag to prevent firing\n\t\tlocked,\n\n\t\t// Actual callback list\n\t\tlist = [],\n\n\t\t// Queue of execution data for repeatable lists\n\t\tqueue = [],\n\n\t\t// Index of currently firing callback (modified by add/remove as needed)\n\t\tfiringIndex = -1,\n\n\t\t// Fire callbacks\n\t\tfire = function() {\n\n\t\t\t// Enforce single-firing\n\t\t\tlocked = locked || options.once;\n\n\t\t\t// Execute callbacks for all pending executions,\n\t\t\t// respecting firingIndex overrides and runtime changes\n\t\t\tfired = firing = true;\n\t\t\tfor ( ; queue.length; firingIndex = -1 ) {\n\t\t\t\tmemory = queue.shift();\n\t\t\t\twhile ( ++firingIndex < list.length ) {\n\n\t\t\t\t\t// Run callback and check for early termination\n\t\t\t\t\tif ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false &&\n\t\t\t\t\t\toptions.stopOnFalse ) {\n\n\t\t\t\t\t\t// Jump to end and forget the data so .add doesn't re-fire\n\t\t\t\t\t\tfiringIndex = list.length;\n\t\t\t\t\t\tmemory = false;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Forget the data if we're done with it\n\t\t\tif ( !options.memory ) {\n\t\t\t\tmemory = false;\n\t\t\t}\n\n\t\t\tfiring = false;\n\n\t\t\t// Clean up if we're done firing for good\n\t\t\tif ( locked ) {\n\n\t\t\t\t// Keep an empty list if we have data for future add calls\n\t\t\t\tif ( memory ) {\n\t\t\t\t\tlist = [];\n\n\t\t\t\t// Otherwise, this object is spent\n\t\t\t\t} else {\n\t\t\t\t\tlist = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\n\t\t// Actual Callbacks object\n\t\tself = {\n\n\t\t\t// Add a callback or a collection of callbacks to the list\n\t\t\tadd: function() {\n\t\t\t\tif ( list ) {\n\n\t\t\t\t\t// If we have memory from a past run, we should fire after adding\n\t\t\t\t\tif ( memory && !firing ) {\n\t\t\t\t\t\tfiringIndex = list.length - 1;\n\t\t\t\t\t\tqueue.push( memory );\n\t\t\t\t\t}\n\n\t\t\t\t\t( function add( args ) {\n\t\t\t\t\t\tjQuery.each( args, function( _, arg ) {\n\t\t\t\t\t\t\tif ( isFunction( arg ) ) {\n\t\t\t\t\t\t\t\tif ( !options.unique || !self.has( arg ) ) {\n\t\t\t\t\t\t\t\t\tlist.push( arg );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if ( arg && arg.length && toType( arg ) !== \"string\" ) {\n\n\t\t\t\t\t\t\t\t// Inspect recursively\n\t\t\t\t\t\t\t\tadd( arg );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} );\n\t\t\t\t\t} )( arguments );\n\n\t\t\t\t\tif ( memory && !firing ) {\n\t\t\t\t\t\tfire();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Remove a callback from the list\n\t\t\tremove: function() {\n\t\t\t\tjQuery.each( arguments, function( _, arg ) {\n\t\t\t\t\tvar index;\n\t\t\t\t\twhile ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) {\n\t\t\t\t\t\tlist.splice( index, 1 );\n\n\t\t\t\t\t\t// Handle firing indexes\n\t\t\t\t\t\tif ( index <= firingIndex ) {\n\t\t\t\t\t\t\tfiringIndex--;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Check if a given callback is in the list.\n\t\t\t// If no argument is given, return whether or not list has callbacks attached.\n\t\t\thas: function( fn ) {\n\t\t\t\treturn fn ?\n\t\t\t\t\tjQuery.inArray( fn, list ) > -1 :\n\t\t\t\t\tlist.length > 0;\n\t\t\t},\n\n\t\t\t// Remove all callbacks from the list\n\t\t\tempty: function() {\n\t\t\t\tif ( list ) {\n\t\t\t\t\tlist = [];\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Disable .fire and .add\n\t\t\t// Abort any current/pending executions\n\t\t\t// Clear all callbacks and values\n\t\t\tdisable: function() {\n\t\t\t\tlocked = queue = [];\n\t\t\t\tlist = memory = \"\";\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\tdisabled: function() {\n\t\t\t\treturn !list;\n\t\t\t},\n\n\t\t\t// Disable .fire\n\t\t\t// Also disable .add unless we have memory (since it would have no effect)\n\t\t\t// Abort any pending executions\n\t\t\tlock: function() {\n\t\t\t\tlocked = queue = [];\n\t\t\t\tif ( !memory && !firing ) {\n\t\t\t\t\tlist = memory = \"\";\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\tlocked: function() {\n\t\t\t\treturn !!locked;\n\t\t\t},\n\n\t\t\t// Call all callbacks with the given context and arguments\n\t\t\tfireWith: function( context, args ) {\n\t\t\t\tif ( !locked ) {\n\t\t\t\t\targs = args || [];\n\t\t\t\t\targs = [ context, args.slice ? args.slice() : args ];\n\t\t\t\t\tqueue.push( args );\n\t\t\t\t\tif ( !firing ) {\n\t\t\t\t\t\tfire();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Call all the callbacks with the given arguments\n\t\t\tfire: function() {\n\t\t\t\tself.fireWith( this, arguments );\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// To know if the callbacks have already been called at least once\n\t\t\tfired: function() {\n\t\t\t\treturn !!fired;\n\t\t\t}\n\t\t};\n\n\treturn self;\n};\n\n\nfunction Identity( v ) {\n\treturn v;\n}\nfunction Thrower( ex ) {\n\tthrow ex;\n}\n\nfunction adoptValue( value, resolve, reject, noValue ) {\n\tvar method;\n\n\ttry {\n\n\t\t// Check for promise aspect first to privilege synchronous behavior\n\t\tif ( value && isFunction( ( method = value.promise ) ) ) {\n\t\t\tmethod.call( value ).done( resolve ).fail( reject );\n\n\t\t// Other thenables\n\t\t} else if ( value && isFunction( ( method = value.then ) ) ) {\n\t\t\tmethod.call( value, resolve, reject );\n\n\t\t// Other non-thenables\n\t\t} else {\n\n\t\t\t// Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer:\n\t\t\t// * false: [ value ].slice( 0 ) => resolve( value )\n\t\t\t// * true: [ value ].slice( 1 ) => resolve()\n\t\t\tresolve.apply( undefined, [ value ].slice( noValue ) );\n\t\t}\n\n\t// For Promises/A+, convert exceptions into rejections\n\t// Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in\n\t// Deferred#then to conditionally suppress rejection.\n\t} catch ( value ) {\n\n\t\t// Support: Android 4.0 only\n\t\t// Strict mode functions invoked without .call/.apply get global-object context\n\t\treject.apply( undefined, [ value ] );\n\t}\n}\n\njQuery.extend( {\n\n\tDeferred: function( func ) {\n\t\tvar tuples = [\n\n\t\t\t\t// action, add listener, callbacks,\n\t\t\t\t// ... .then handlers, argument index, [final state]\n\t\t\t\t[ \"notify\", \"progress\", jQuery.Callbacks( \"memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"memory\" ), 2 ],\n\t\t\t\t[ \"resolve\", \"done\", jQuery.Callbacks( \"once memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"once memory\" ), 0, \"resolved\" ],\n\t\t\t\t[ \"reject\", \"fail\", jQuery.Callbacks( \"once memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"once memory\" ), 1, \"rejected\" ]\n\t\t\t],\n\t\t\tstate = \"pending\",\n\t\t\tpromise = {\n\t\t\t\tstate: function() {\n\t\t\t\t\treturn state;\n\t\t\t\t},\n\t\t\t\talways: function() {\n\t\t\t\t\tdeferred.done( arguments ).fail( arguments );\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\t\t\t\t\"catch\": function( fn ) {\n\t\t\t\t\treturn promise.then( null, fn );\n\t\t\t\t},\n\n\t\t\t\t// Keep pipe for back-compat\n\t\t\t\tpipe: function( /* fnDone, fnFail, fnProgress */ ) {\n\t\t\t\t\tvar fns = arguments;\n\n\t\t\t\t\treturn jQuery.Deferred( function( newDefer ) {\n\t\t\t\t\t\tjQuery.each( tuples, function( _i, tuple ) {\n\n\t\t\t\t\t\t\t// Map tuples (progress, done, fail) to arguments (done, fail, progress)\n\t\t\t\t\t\t\tvar fn = isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ];\n\n\t\t\t\t\t\t\t// deferred.progress(function() { bind to newDefer or newDefer.notify })\n\t\t\t\t\t\t\t// deferred.done(function() { bind to newDefer or newDefer.resolve })\n\t\t\t\t\t\t\t// deferred.fail(function() { bind to newDefer or newDefer.reject })\n\t\t\t\t\t\t\tdeferred[ tuple[ 1 ] ]( function() {\n\t\t\t\t\t\t\t\tvar returned = fn && fn.apply( this, arguments );\n\t\t\t\t\t\t\t\tif ( returned && isFunction( returned.promise ) ) {\n\t\t\t\t\t\t\t\t\treturned.promise()\n\t\t\t\t\t\t\t\t\t\t.progress( newDefer.notify )\n\t\t\t\t\t\t\t\t\t\t.done( newDefer.resolve )\n\t\t\t\t\t\t\t\t\t\t.fail( newDefer.reject );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tnewDefer[ tuple[ 0 ] + \"With\" ](\n\t\t\t\t\t\t\t\t\t\tthis,\n\t\t\t\t\t\t\t\t\t\tfn ? [ returned ] : arguments\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t} );\n\t\t\t\t\t\tfns = null;\n\t\t\t\t\t} ).promise();\n\t\t\t\t},\n\t\t\t\tthen: function( onFulfilled, onRejected, onProgress ) {\n\t\t\t\t\tvar maxDepth = 0;\n\t\t\t\t\tfunction resolve( depth, deferred, handler, special ) {\n\t\t\t\t\t\treturn function() {\n\t\t\t\t\t\t\tvar that = this,\n\t\t\t\t\t\t\t\targs = arguments,\n\t\t\t\t\t\t\t\tmightThrow = function() {\n\t\t\t\t\t\t\t\t\tvar returned, then;\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.3\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-59\n\t\t\t\t\t\t\t\t\t// Ignore double-resolution attempts\n\t\t\t\t\t\t\t\t\tif ( depth < maxDepth ) {\n\t\t\t\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\treturned = handler.apply( that, args );\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.1\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-48\n\t\t\t\t\t\t\t\t\tif ( returned === deferred.promise() ) {\n\t\t\t\t\t\t\t\t\t\tthrow new TypeError( \"Thenable self-resolution\" );\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ sections 2.3.3.1, 3.5\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-54\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-75\n\t\t\t\t\t\t\t\t\t// Retrieve `then` only once\n\t\t\t\t\t\t\t\t\tthen = returned &&\n\n\t\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.4\n\t\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-64\n\t\t\t\t\t\t\t\t\t\t// Only check objects and functions for thenability\n\t\t\t\t\t\t\t\t\t\t( typeof returned === \"object\" ||\n\t\t\t\t\t\t\t\t\t\t\ttypeof returned === \"function\" ) &&\n\t\t\t\t\t\t\t\t\t\treturned.then;\n\n\t\t\t\t\t\t\t\t\t// Handle a returned thenable\n\t\t\t\t\t\t\t\t\tif ( isFunction( then ) ) {\n\n\t\t\t\t\t\t\t\t\t\t// Special processors (notify) just wait for resolution\n\t\t\t\t\t\t\t\t\t\tif ( special ) {\n\t\t\t\t\t\t\t\t\t\t\tthen.call(\n\t\t\t\t\t\t\t\t\t\t\t\treturned,\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Thrower, special )\n\t\t\t\t\t\t\t\t\t\t\t);\n\n\t\t\t\t\t\t\t\t\t\t// Normal processors (resolve) also hook into progress\n\t\t\t\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t\t\t\t// ...and disregard older resolution values\n\t\t\t\t\t\t\t\t\t\t\tmaxDepth++;\n\n\t\t\t\t\t\t\t\t\t\t\tthen.call(\n\t\t\t\t\t\t\t\t\t\t\t\treturned,\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Thrower, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity,\n\t\t\t\t\t\t\t\t\t\t\t\t\tdeferred.notifyWith )\n\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t// Handle all other returned values\n\t\t\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t\t\t// Only substitute handlers pass on context\n\t\t\t\t\t\t\t\t\t\t// and multiple values (non-spec behavior)\n\t\t\t\t\t\t\t\t\t\tif ( handler !== Identity ) {\n\t\t\t\t\t\t\t\t\t\t\tthat = undefined;\n\t\t\t\t\t\t\t\t\t\t\targs = [ returned ];\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t// Process the value(s)\n\t\t\t\t\t\t\t\t\t\t// Default process is resolve\n\t\t\t\t\t\t\t\t\t\t( special || deferred.resolveWith )( that, args );\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},\n\n\t\t\t\t\t\t\t\t// Only normal processors (resolve) catch and reject exceptions\n\t\t\t\t\t\t\t\tprocess = special ?\n\t\t\t\t\t\t\t\t\tmightThrow :\n\t\t\t\t\t\t\t\t\tfunction() {\n\t\t\t\t\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t\t\t\t\tmightThrow();\n\t\t\t\t\t\t\t\t\t\t} catch ( e ) {\n\n\t\t\t\t\t\t\t\t\t\t\tif ( jQuery.Deferred.exceptionHook ) {\n\t\t\t\t\t\t\t\t\t\t\t\tjQuery.Deferred.exceptionHook( e,\n\t\t\t\t\t\t\t\t\t\t\t\t\tprocess.stackTrace );\n\t\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.4.1\n\t\t\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-61\n\t\t\t\t\t\t\t\t\t\t\t// Ignore post-resolution exceptions\n\t\t\t\t\t\t\t\t\t\t\tif ( depth + 1 >= maxDepth ) {\n\n\t\t\t\t\t\t\t\t\t\t\t\t// Only substitute handlers pass on context\n\t\t\t\t\t\t\t\t\t\t\t\t// and multiple values (non-spec behavior)\n\t\t\t\t\t\t\t\t\t\t\t\tif ( handler !== Thrower ) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tthat = undefined;\n\t\t\t\t\t\t\t\t\t\t\t\t\targs = [ e ];\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t\t\tdeferred.rejectWith( that, args );\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t};\n\n\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.1\n\t\t\t\t\t\t\t// https://promisesaplus.com/#point-57\n\t\t\t\t\t\t\t// Re-resolve promises immediately to dodge false rejection from\n\t\t\t\t\t\t\t// subsequent errors\n\t\t\t\t\t\t\tif ( depth ) {\n\t\t\t\t\t\t\t\tprocess();\n\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t// Call an optional hook to record the stack, in case of exception\n\t\t\t\t\t\t\t\t// since it's otherwise lost when execution goes async\n\t\t\t\t\t\t\t\tif ( jQuery.Deferred.getStackHook ) {\n\t\t\t\t\t\t\t\t\tprocess.stackTrace = jQuery.Deferred.getStackHook();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\twindow.setTimeout( process );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t};\n\t\t\t\t\t}\n\n\t\t\t\t\treturn jQuery.Deferred( function( newDefer ) {\n\n\t\t\t\t\t\t// progress_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 0 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onProgress ) ?\n\t\t\t\t\t\t\t\t\tonProgress :\n\t\t\t\t\t\t\t\t\tIdentity,\n\t\t\t\t\t\t\t\tnewDefer.notifyWith\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t// fulfilled_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 1 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onFulfilled ) ?\n\t\t\t\t\t\t\t\t\tonFulfilled :\n\t\t\t\t\t\t\t\t\tIdentity\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t// rejected_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 2 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onRejected ) ?\n\t\t\t\t\t\t\t\t\tonRejected :\n\t\t\t\t\t\t\t\t\tThrower\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\t\t\t\t\t} ).promise();\n\t\t\t\t},\n\n\t\t\t\t// Get a promise for this deferred\n\t\t\t\t// If obj is provided, the promise aspect is added to the object\n\t\t\t\tpromise: function( obj ) {\n\t\t\t\t\treturn obj != null ? jQuery.extend( obj, promise ) : promise;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdeferred = {};\n\n\t\t// Add list-specific methods\n\t\tjQuery.each( tuples, function( i, tuple ) {\n\t\t\tvar list = tuple[ 2 ],\n\t\t\t\tstateString = tuple[ 5 ];\n\n\t\t\t// promise.progress = list.add\n\t\t\t// promise.done = list.add\n\t\t\t// promise.fail = list.add\n\t\t\tpromise[ tuple[ 1 ] ] = list.add;\n\n\t\t\t// Handle state\n\t\t\tif ( stateString ) {\n\t\t\t\tlist.add(\n\t\t\t\t\tfunction() {\n\n\t\t\t\t\t\t// state = \"resolved\" (i.e., fulfilled)\n\t\t\t\t\t\t// state = \"rejected\"\n\t\t\t\t\t\tstate = stateString;\n\t\t\t\t\t},\n\n\t\t\t\t\t// rejected_callbacks.disable\n\t\t\t\t\t// fulfilled_callbacks.disable\n\t\t\t\t\ttuples[ 3 - i ][ 2 ].disable,\n\n\t\t\t\t\t// rejected_handlers.disable\n\t\t\t\t\t// fulfilled_handlers.disable\n\t\t\t\t\ttuples[ 3 - i ][ 3 ].disable,\n\n\t\t\t\t\t// progress_callbacks.lock\n\t\t\t\t\ttuples[ 0 ][ 2 ].lock,\n\n\t\t\t\t\t// progress_handlers.lock\n\t\t\t\t\ttuples[ 0 ][ 3 ].lock\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t// progress_handlers.fire\n\t\t\t// fulfilled_handlers.fire\n\t\t\t// rejected_handlers.fire\n\t\t\tlist.add( tuple[ 3 ].fire );\n\n\t\t\t// deferred.notify = function() { deferred.notifyWith(...) }\n\t\t\t// deferred.resolve = function() { deferred.resolveWith(...) }\n\t\t\t// deferred.reject = function() { deferred.rejectWith(...) }\n\t\t\tdeferred[ tuple[ 0 ] ] = function() {\n\t\t\t\tdeferred[ tuple[ 0 ] + \"With\" ]( this === deferred ? undefined : this, arguments );\n\t\t\t\treturn this;\n\t\t\t};\n\n\t\t\t// deferred.notifyWith = list.fireWith\n\t\t\t// deferred.resolveWith = list.fireWith\n\t\t\t// deferred.rejectWith = list.fireWith\n\t\t\tdeferred[ tuple[ 0 ] + \"With\" ] = list.fireWith;\n\t\t} );\n\n\t\t// Make the deferred a promise\n\t\tpromise.promise( deferred );\n\n\t\t// Call given func if any\n\t\tif ( func ) {\n\t\t\tfunc.call( deferred, deferred );\n\t\t}\n\n\t\t// All done!\n\t\treturn deferred;\n\t},\n\n\t// Deferred helper\n\twhen: function( singleValue ) {\n\t\tvar\n\n\t\t\t// count of uncompleted subordinates\n\t\t\tremaining = arguments.length,\n\n\t\t\t// count of unprocessed arguments\n\t\t\ti = remaining,\n\n\t\t\t// subordinate fulfillment data\n\t\t\tresolveContexts = Array( i ),\n\t\t\tresolveValues = slice.call( arguments ),\n\n\t\t\t// the master Deferred\n\t\t\tmaster = jQuery.Deferred(),\n\n\t\t\t// subordinate callback factory\n\t\t\tupdateFunc = function( i ) {\n\t\t\t\treturn function( value ) {\n\t\t\t\t\tresolveContexts[ i ] = this;\n\t\t\t\t\tresolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value;\n\t\t\t\t\tif ( !( --remaining ) ) {\n\t\t\t\t\t\tmaster.resolveWith( resolveContexts, resolveValues );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t\t};\n\n\t\t// Single- and empty arguments are adopted like Promise.resolve\n\t\tif ( remaining <= 1 ) {\n\t\t\tadoptValue( singleValue, master.done( updateFunc( i ) ).resolve, master.reject,\n\t\t\t\t!remaining );\n\n\t\t\t// Use .then() to unwrap secondary thenables (cf. gh-3000)\n\t\t\tif ( master.state() === \"pending\" ||\n\t\t\t\tisFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) {\n\n\t\t\t\treturn master.then();\n\t\t\t}\n\t\t}\n\n\t\t// Multiple arguments are aggregated like Promise.all array elements\n\t\twhile ( i-- ) {\n\t\t\tadoptValue( resolveValues[ i ], updateFunc( i ), master.reject );\n\t\t}\n\n\t\treturn master.promise();\n\t}\n} );\n\n\n// These usually indicate a programmer mistake during development,\n// warn about them ASAP rather than swallowing them by default.\nvar rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;\n\njQuery.Deferred.exceptionHook = function( error, stack ) {\n\n\t// Support: IE 8 - 9 only\n\t// Console exists when dev tools are open, which can happen at any time\n\tif ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) {\n\t\twindow.console.warn( \"jQuery.Deferred exception: \" + error.message, error.stack, stack );\n\t}\n};\n\n\n\n\njQuery.readyException = function( error ) {\n\twindow.setTimeout( function() {\n\t\tthrow error;\n\t} );\n};\n\n\n\n\n// The deferred used on DOM ready\nvar readyList = jQuery.Deferred();\n\njQuery.fn.ready = function( fn ) {\n\n\treadyList\n\t\t.then( fn )\n\n\t\t// Wrap jQuery.readyException in a function so that the lookup\n\t\t// happens at the time of error handling instead of callback\n\t\t// registration.\n\t\t.catch( function( error ) {\n\t\t\tjQuery.readyException( error );\n\t\t} );\n\n\treturn this;\n};\n\njQuery.extend( {\n\n\t// Is the DOM ready to be used? Set to true once it occurs.\n\tisReady: false,\n\n\t// A counter to track how many items to wait for before\n\t// the ready event fires. See #6781\n\treadyWait: 1,\n\n\t// Handle when the DOM is ready\n\tready: function( wait ) {\n\n\t\t// Abort if there are pending holds or we're already ready\n\t\tif ( wait === true ? --jQuery.readyWait : jQuery.isReady ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Remember that the DOM is ready\n\t\tjQuery.isReady = true;\n\n\t\t// If a normal DOM Ready event fired, decrement, and wait if need be\n\t\tif ( wait !== true && --jQuery.readyWait > 0 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// If there are functions bound, to execute\n\t\treadyList.resolveWith( document, [ jQuery ] );\n\t}\n} );\n\njQuery.ready.then = readyList.then;\n\n// The ready event handler and self cleanup method\nfunction completed() {\n\tdocument.removeEventListener( \"DOMContentLoaded\", completed );\n\twindow.removeEventListener( \"load\", completed );\n\tjQuery.ready();\n}\n\n// Catch cases where $(document).ready() is called\n// after the browser event has already occurred.\n// Support: IE <=9 - 10 only\n// Older IE sometimes signals \"interactive\" too soon\nif ( document.readyState === \"complete\" ||\n\t( document.readyState !== \"loading\" && !document.documentElement.doScroll ) ) {\n\n\t// Handle it asynchronously to allow scripts the opportunity to delay ready\n\twindow.setTimeout( jQuery.ready );\n\n} else {\n\n\t// Use the handy event callback\n\tdocument.addEventListener( \"DOMContentLoaded\", completed );\n\n\t// A fallback to window.onload, that will always work\n\twindow.addEventListener( \"load\", completed );\n}\n\n\n\n\n// Multifunctional method to get and set values of a collection\n// The value/s can optionally be executed if it's a function\nvar access = function( elems, fn, key, value, chainable, emptyGet, raw ) {\n\tvar i = 0,\n\t\tlen = elems.length,\n\t\tbulk = key == null;\n\n\t// Sets many values\n\tif ( toType( key ) === \"object\" ) {\n\t\tchainable = true;\n\t\tfor ( i in key ) {\n\t\t\taccess( elems, fn, i, key[ i ], true, emptyGet, raw );\n\t\t}\n\n\t// Sets one value\n\t} else if ( value !== undefined ) {\n\t\tchainable = true;\n\n\t\tif ( !isFunction( value ) ) {\n\t\t\traw = true;\n\t\t}\n\n\t\tif ( bulk ) {\n\n\t\t\t// Bulk operations run against the entire set\n\t\t\tif ( raw ) {\n\t\t\t\tfn.call( elems, value );\n\t\t\t\tfn = null;\n\n\t\t\t// ...except when executing function values\n\t\t\t} else {\n\t\t\t\tbulk = fn;\n\t\t\t\tfn = function( elem, _key, value ) {\n\t\t\t\t\treturn bulk.call( jQuery( elem ), value );\n\t\t\t\t};\n\t\t\t}\n\t\t}\n\n\t\tif ( fn ) {\n\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\tfn(\n\t\t\t\t\telems[ i ], key, raw ?\n\t\t\t\t\tvalue :\n\t\t\t\t\tvalue.call( elems[ i ], i, fn( elems[ i ], key ) )\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\t}\n\n\tif ( chainable ) {\n\t\treturn elems;\n\t}\n\n\t// Gets\n\tif ( bulk ) {\n\t\treturn fn.call( elems );\n\t}\n\n\treturn len ? fn( elems[ 0 ], key ) : emptyGet;\n};\n\n\n// Matches dashed string for camelizing\nvar rmsPrefix = /^-ms-/,\n\trdashAlpha = /-([a-z])/g;\n\n// Used by camelCase as callback to replace()\nfunction fcamelCase( _all, letter ) {\n\treturn letter.toUpperCase();\n}\n\n// Convert dashed to camelCase; used by the css and data modules\n// Support: IE <=9 - 11, Edge 12 - 15\n// Microsoft forgot to hump their vendor prefix (#9572)\nfunction camelCase( string ) {\n\treturn string.replace( rmsPrefix, \"ms-\" ).replace( rdashAlpha, fcamelCase );\n}\nvar acceptData = function( owner ) {\n\n\t// Accepts only:\n\t// - Node\n\t// - Node.ELEMENT_NODE\n\t// - Node.DOCUMENT_NODE\n\t// - Object\n\t// - Any\n\treturn owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType );\n};\n\n\n\n\nfunction Data() {\n\tthis.expando = jQuery.expando + Data.uid++;\n}\n\nData.uid = 1;\n\nData.prototype = {\n\n\tcache: function( owner ) {\n\n\t\t// Check if the owner object already has a cache\n\t\tvar value = owner[ this.expando ];\n\n\t\t// If not, create one\n\t\tif ( !value ) {\n\t\t\tvalue = {};\n\n\t\t\t// We can accept data for non-element nodes in modern browsers,\n\t\t\t// but we should not, see #8335.\n\t\t\t// Always return an empty object.\n\t\t\tif ( acceptData( owner ) ) {\n\n\t\t\t\t// If it is a node unlikely to be stringify-ed or looped over\n\t\t\t\t// use plain assignment\n\t\t\t\tif ( owner.nodeType ) {\n\t\t\t\t\towner[ this.expando ] = value;\n\n\t\t\t\t// Otherwise secure it in a non-enumerable property\n\t\t\t\t// configurable must be true to allow the property to be\n\t\t\t\t// deleted when data is removed\n\t\t\t\t} else {\n\t\t\t\t\tObject.defineProperty( owner, this.expando, {\n\t\t\t\t\t\tvalue: value,\n\t\t\t\t\t\tconfigurable: true\n\t\t\t\t\t} );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn value;\n\t},\n\tset: function( owner, data, value ) {\n\t\tvar prop,\n\t\t\tcache = this.cache( owner );\n\n\t\t// Handle: [ owner, key, value ] args\n\t\t// Always use camelCase key (gh-2257)\n\t\tif ( typeof data === \"string\" ) {\n\t\t\tcache[ camelCase( data ) ] = value;\n\n\t\t// Handle: [ owner, { properties } ] args\n\t\t} else {\n\n\t\t\t// Copy the properties one-by-one to the cache object\n\t\t\tfor ( prop in data ) {\n\t\t\t\tcache[ camelCase( prop ) ] = data[ prop ];\n\t\t\t}\n\t\t}\n\t\treturn cache;\n\t},\n\tget: function( owner, key ) {\n\t\treturn key === undefined ?\n\t\t\tthis.cache( owner ) :\n\n\t\t\t// Always use camelCase key (gh-2257)\n\t\t\towner[ this.expando ] && owner[ this.expando ][ camelCase( key ) ];\n\t},\n\taccess: function( owner, key, value ) {\n\n\t\t// In cases where either:\n\t\t//\n\t\t// 1. No key was specified\n\t\t// 2. A string key was specified, but no value provided\n\t\t//\n\t\t// Take the \"read\" path and allow the get method to determine\n\t\t// which value to return, respectively either:\n\t\t//\n\t\t// 1. The entire cache object\n\t\t// 2. The data stored at the key\n\t\t//\n\t\tif ( key === undefined ||\n\t\t\t\t( ( key && typeof key === \"string\" ) && value === undefined ) ) {\n\n\t\t\treturn this.get( owner, key );\n\t\t}\n\n\t\t// When the key is not a string, or both a key and value\n\t\t// are specified, set or extend (existing objects) with either:\n\t\t//\n\t\t// 1. An object of properties\n\t\t// 2. A key and value\n\t\t//\n\t\tthis.set( owner, key, value );\n\n\t\t// Since the \"set\" path can have two possible entry points\n\t\t// return the expected data based on which path was taken[*]\n\t\treturn value !== undefined ? value : key;\n\t},\n\tremove: function( owner, key ) {\n\t\tvar i,\n\t\t\tcache = owner[ this.expando ];\n\n\t\tif ( cache === undefined ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( key !== undefined ) {\n\n\t\t\t// Support array or space separated string of keys\n\t\t\tif ( Array.isArray( key ) ) {\n\n\t\t\t\t// If key is an array of keys...\n\t\t\t\t// We always set camelCase keys, so remove that.\n\t\t\t\tkey = key.map( camelCase );\n\t\t\t} else {\n\t\t\t\tkey = camelCase( key );\n\n\t\t\t\t// If a key with the spaces exists, use it.\n\t\t\t\t// Otherwise, create an array by matching non-whitespace\n\t\t\t\tkey = key in cache ?\n\t\t\t\t\t[ key ] :\n\t\t\t\t\t( key.match( rnothtmlwhite ) || [] );\n\t\t\t}\n\n\t\t\ti = key.length;\n\n\t\t\twhile ( i-- ) {\n\t\t\t\tdelete cache[ key[ i ] ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove the expando if there's no more data\n\t\tif ( key === undefined || jQuery.isEmptyObject( cache ) ) {\n\n\t\t\t// Support: Chrome <=35 - 45\n\t\t\t// Webkit & Blink performance suffers when deleting properties\n\t\t\t// from DOM nodes, so set to undefined instead\n\t\t\t// https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted)\n\t\t\tif ( owner.nodeType ) {\n\t\t\t\towner[ this.expando ] = undefined;\n\t\t\t} else {\n\t\t\t\tdelete owner[ this.expando ];\n\t\t\t}\n\t\t}\n\t},\n\thasData: function( owner ) {\n\t\tvar cache = owner[ this.expando ];\n\t\treturn cache !== undefined && !jQuery.isEmptyObject( cache );\n\t}\n};\nvar dataPriv = new Data();\n\nvar dataUser = new Data();\n\n\n\n//\tImplementation Summary\n//\n//\t1. Enforce API surface and semantic compatibility with 1.9.x branch\n//\t2. Improve the module's maintainability by reducing the storage\n//\t\tpaths to a single mechanism.\n//\t3. Use the same single mechanism to support \"private\" and \"user\" data.\n//\t4. _Never_ expose \"private\" data to user code (TODO: Drop _data, _removeData)\n//\t5. Avoid exposing implementation details on user objects (eg. expando properties)\n//\t6. Provide a clear path for implementation upgrade to WeakMap in 2014\n\nvar rbrace = /^(?:\\{[\\w\\W]*\\}|\\[[\\w\\W]*\\])$/,\n\trmultiDash = /[A-Z]/g;\n\nfunction getData( data ) {\n\tif ( data === \"true\" ) {\n\t\treturn true;\n\t}\n\n\tif ( data === \"false\" ) {\n\t\treturn false;\n\t}\n\n\tif ( data === \"null\" ) {\n\t\treturn null;\n\t}\n\n\t// Only convert to a number if it doesn't change the string\n\tif ( data === +data + \"\" ) {\n\t\treturn +data;\n\t}\n\n\tif ( rbrace.test( data ) ) {\n\t\treturn JSON.parse( data );\n\t}\n\n\treturn data;\n}\n\nfunction dataAttr( elem, key, data ) {\n\tvar name;\n\n\t// If nothing was found internally, try to fetch any\n\t// data from the HTML5 data-* attribute\n\tif ( data === undefined && elem.nodeType === 1 ) {\n\t\tname = \"data-\" + key.replace( rmultiDash, \"-$&\" ).toLowerCase();\n\t\tdata = elem.getAttribute( name );\n\n\t\tif ( typeof data === \"string\" ) {\n\t\t\ttry {\n\t\t\t\tdata = getData( data );\n\t\t\t} catch ( e ) {}\n\n\t\t\t// Make sure we set the data so it isn't changed later\n\t\t\tdataUser.set( elem, key, data );\n\t\t} else {\n\t\t\tdata = undefined;\n\t\t}\n\t}\n\treturn data;\n}\n\njQuery.extend( {\n\thasData: function( elem ) {\n\t\treturn dataUser.hasData( elem ) || dataPriv.hasData( elem );\n\t},\n\n\tdata: function( elem, name, data ) {\n\t\treturn dataUser.access( elem, name, data );\n\t},\n\n\tremoveData: function( elem, name ) {\n\t\tdataUser.remove( elem, name );\n\t},\n\n\t// TODO: Now that all calls to _data and _removeData have been replaced\n\t// with direct calls to dataPriv methods, these can be deprecated.\n\t_data: function( elem, name, data ) {\n\t\treturn dataPriv.access( elem, name, data );\n\t},\n\n\t_removeData: function( elem, name ) {\n\t\tdataPriv.remove( elem, name );\n\t}\n} );\n\njQuery.fn.extend( {\n\tdata: function( key, value ) {\n\t\tvar i, name, data,\n\t\t\telem = this[ 0 ],\n\t\t\tattrs = elem && elem.attributes;\n\n\t\t// Gets all values\n\t\tif ( key === undefined ) {\n\t\t\tif ( this.length ) {\n\t\t\t\tdata = dataUser.get( elem );\n\n\t\t\t\tif ( elem.nodeType === 1 && !dataPriv.get( elem, \"hasDataAttrs\" ) ) {\n\t\t\t\t\ti = attrs.length;\n\t\t\t\t\twhile ( i-- ) {\n\n\t\t\t\t\t\t// Support: IE 11 only\n\t\t\t\t\t\t// The attrs elements can be null (#14894)\n\t\t\t\t\t\tif ( attrs[ i ] ) {\n\t\t\t\t\t\t\tname = attrs[ i ].name;\n\t\t\t\t\t\t\tif ( name.indexOf( \"data-\" ) === 0 ) {\n\t\t\t\t\t\t\t\tname = camelCase( name.slice( 5 ) );\n\t\t\t\t\t\t\t\tdataAttr( elem, name, data[ name ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tdataPriv.set( elem, \"hasDataAttrs\", true );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn data;\n\t\t}\n\n\t\t// Sets multiple values\n\t\tif ( typeof key === \"object\" ) {\n\t\t\treturn this.each( function() {\n\t\t\t\tdataUser.set( this, key );\n\t\t\t} );\n\t\t}\n\n\t\treturn access( this, function( value ) {\n\t\t\tvar data;\n\n\t\t\t// The calling jQuery object (element matches) is not empty\n\t\t\t// (and therefore has an element appears at this[ 0 ]) and the\n\t\t\t// `value` parameter was not undefined. An empty jQuery object\n\t\t\t// will result in `undefined` for elem = this[ 0 ] which will\n\t\t\t// throw an exception if an attempt to read a data cache is made.\n\t\t\tif ( elem && value === undefined ) {\n\n\t\t\t\t// Attempt to get data from the cache\n\t\t\t\t// The key will always be camelCased in Data\n\t\t\t\tdata = dataUser.get( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// Attempt to \"discover\" the data in\n\t\t\t\t// HTML5 custom data-* attrs\n\t\t\t\tdata = dataAttr( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// We tried really hard, but the data doesn't exist.\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Set the data...\n\t\t\tthis.each( function() {\n\n\t\t\t\t// We always store the camelCased key\n\t\t\t\tdataUser.set( this, key, value );\n\t\t\t} );\n\t\t}, null, value, arguments.length > 1, null, true );\n\t},\n\n\tremoveData: function( key ) {\n\t\treturn this.each( function() {\n\t\t\tdataUser.remove( this, key );\n\t\t} );\n\t}\n} );\n\n\njQuery.extend( {\n\tqueue: function( elem, type, data ) {\n\t\tvar queue;\n\n\t\tif ( elem ) {\n\t\t\ttype = ( type || \"fx\" ) + \"queue\";\n\t\t\tqueue = dataPriv.get( elem, type );\n\n\t\t\t// Speed up dequeue by getting out quickly if this is just a lookup\n\t\t\tif ( data ) {\n\t\t\t\tif ( !queue || Array.isArray( data ) ) {\n\t\t\t\t\tqueue = dataPriv.access( elem, type, jQuery.makeArray( data ) );\n\t\t\t\t} else {\n\t\t\t\t\tqueue.push( data );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn queue || [];\n\t\t}\n\t},\n\n\tdequeue: function( elem, type ) {\n\t\ttype = type || \"fx\";\n\n\t\tvar queue = jQuery.queue( elem, type ),\n\t\t\tstartLength = queue.length,\n\t\t\tfn = queue.shift(),\n\t\t\thooks = jQuery._queueHooks( elem, type ),\n\t\t\tnext = function() {\n\t\t\t\tjQuery.dequeue( elem, type );\n\t\t\t};\n\n\t\t// If the fx queue is dequeued, always remove the progress sentinel\n\t\tif ( fn === \"inprogress\" ) {\n\t\t\tfn = queue.shift();\n\t\t\tstartLength--;\n\t\t}\n\n\t\tif ( fn ) {\n\n\t\t\t// Add a progress sentinel to prevent the fx queue from being\n\t\t\t// automatically dequeued\n\t\t\tif ( type === \"fx\" ) {\n\t\t\t\tqueue.unshift( \"inprogress\" );\n\t\t\t}\n\n\t\t\t// Clear up the last queue stop function\n\t\t\tdelete hooks.stop;\n\t\t\tfn.call( elem, next, hooks );\n\t\t}\n\n\t\tif ( !startLength && hooks ) {\n\t\t\thooks.empty.fire();\n\t\t}\n\t},\n\n\t// Not public - generate a queueHooks object, or return the current one\n\t_queueHooks: function( elem, type ) {\n\t\tvar key = type + \"queueHooks\";\n\t\treturn dataPriv.get( elem, key ) || dataPriv.access( elem, key, {\n\t\t\tempty: jQuery.Callbacks( \"once memory\" ).add( function() {\n\t\t\t\tdataPriv.remove( elem, [ type + \"queue\", key ] );\n\t\t\t} )\n\t\t} );\n\t}\n} );\n\njQuery.fn.extend( {\n\tqueue: function( type, data ) {\n\t\tvar setter = 2;\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tdata = type;\n\t\t\ttype = \"fx\";\n\t\t\tsetter--;\n\t\t}\n\n\t\tif ( arguments.length < setter ) {\n\t\t\treturn jQuery.queue( this[ 0 ], type );\n\t\t}\n\n\t\treturn data === undefined ?\n\t\t\tthis :\n\t\t\tthis.each( function() {\n\t\t\t\tvar queue = jQuery.queue( this, type, data );\n\n\t\t\t\t// Ensure a hooks for this queue\n\t\t\t\tjQuery._queueHooks( this, type );\n\n\t\t\t\tif ( type === \"fx\" && queue[ 0 ] !== \"inprogress\" ) {\n\t\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t\t}\n\t\t\t} );\n\t},\n\tdequeue: function( type ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.dequeue( this, type );\n\t\t} );\n\t},\n\tclearQueue: function( type ) {\n\t\treturn this.queue( type || \"fx\", [] );\n\t},\n\n\t// Get a promise resolved when queues of a certain type\n\t// are emptied (fx is the type by default)\n\tpromise: function( type, obj ) {\n\t\tvar tmp,\n\t\t\tcount = 1,\n\t\t\tdefer = jQuery.Deferred(),\n\t\t\telements = this,\n\t\t\ti = this.length,\n\t\t\tresolve = function() {\n\t\t\t\tif ( !( --count ) ) {\n\t\t\t\t\tdefer.resolveWith( elements, [ elements ] );\n\t\t\t\t}\n\t\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tobj = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\ttype = type || \"fx\";\n\n\t\twhile ( i-- ) {\n\t\t\ttmp = dataPriv.get( elements[ i ], type + \"queueHooks\" );\n\t\t\tif ( tmp && tmp.empty ) {\n\t\t\t\tcount++;\n\t\t\t\ttmp.empty.add( resolve );\n\t\t\t}\n\t\t}\n\t\tresolve();\n\t\treturn defer.promise( obj );\n\t}\n} );\nvar pnum = ( /[+-]?(?:\\d*\\.|)\\d+(?:[eE][+-]?\\d+|)/ ).source;\n\nvar rcssNum = new RegExp( \"^(?:([+-])=|)(\" + pnum + \")([a-z%]*)$\", \"i\" );\n\n\nvar cssExpand = [ \"Top\", \"Right\", \"Bottom\", \"Left\" ];\n\nvar documentElement = document.documentElement;\n\n\n\n\tvar isAttached = function( elem ) {\n\t\t\treturn jQuery.contains( elem.ownerDocument, elem );\n\t\t},\n\t\tcomposed = { composed: true };\n\n\t// Support: IE 9 - 11+, Edge 12 - 18+, iOS 10.0 - 10.2 only\n\t// Check attachment across shadow DOM boundaries when possible (gh-3504)\n\t// Support: iOS 10.0-10.2 only\n\t// Early iOS 10 versions support `attachShadow` but not `getRootNode`,\n\t// leading to errors. We need to check for `getRootNode`.\n\tif ( documentElement.getRootNode ) {\n\t\tisAttached = function( elem ) {\n\t\t\treturn jQuery.contains( elem.ownerDocument, elem ) ||\n\t\t\t\telem.getRootNode( composed ) === elem.ownerDocument;\n\t\t};\n\t}\nvar isHiddenWithinTree = function( elem, el ) {\n\n\t\t// isHiddenWithinTree might be called from jQuery#filter function;\n\t\t// in that case, element will be second argument\n\t\telem = el || elem;\n\n\t\t// Inline style trumps all\n\t\treturn elem.style.display === \"none\" ||\n\t\t\telem.style.display === \"\" &&\n\n\t\t\t// Otherwise, check computed style\n\t\t\t// Support: Firefox <=43 - 45\n\t\t\t// Disconnected elements can have computed display: none, so first confirm that elem is\n\t\t\t// in the document.\n\t\t\tisAttached( elem ) &&\n\n\t\t\tjQuery.css( elem, \"display\" ) === \"none\";\n\t};\n\n\n\nfunction adjustCSS( elem, prop, valueParts, tween ) {\n\tvar adjusted, scale,\n\t\tmaxIterations = 20,\n\t\tcurrentValue = tween ?\n\t\t\tfunction() {\n\t\t\t\treturn tween.cur();\n\t\t\t} :\n\t\t\tfunction() {\n\t\t\t\treturn jQuery.css( elem, prop, \"\" );\n\t\t\t},\n\t\tinitial = currentValue(),\n\t\tunit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" ),\n\n\t\t// Starting value computation is required for potential unit mismatches\n\t\tinitialInUnit = elem.nodeType &&\n\t\t\t( jQuery.cssNumber[ prop ] || unit !== \"px\" && +initial ) &&\n\t\t\trcssNum.exec( jQuery.css( elem, prop ) );\n\n\tif ( initialInUnit && initialInUnit[ 3 ] !== unit ) {\n\n\t\t// Support: Firefox <=54\n\t\t// Halve the iteration target value to prevent interference from CSS upper bounds (gh-2144)\n\t\tinitial = initial / 2;\n\n\t\t// Trust units reported by jQuery.css\n\t\tunit = unit || initialInUnit[ 3 ];\n\n\t\t// Iteratively approximate from a nonzero starting point\n\t\tinitialInUnit = +initial || 1;\n\n\t\twhile ( maxIterations-- ) {\n\n\t\t\t// Evaluate and update our best guess (doubling guesses that zero out).\n\t\t\t// Finish if the scale equals or crosses 1 (making the old*new product non-positive).\n\t\t\tjQuery.style( elem, prop, initialInUnit + unit );\n\t\t\tif ( ( 1 - scale ) * ( 1 - ( scale = currentValue() / initial || 0.5 ) ) <= 0 ) {\n\t\t\t\tmaxIterations = 0;\n\t\t\t}\n\t\t\tinitialInUnit = initialInUnit / scale;\n\n\t\t}\n\n\t\tinitialInUnit = initialInUnit * 2;\n\t\tjQuery.style( elem, prop, initialInUnit + unit );\n\n\t\t// Make sure we update the tween properties later on\n\t\tvalueParts = valueParts || [];\n\t}\n\n\tif ( valueParts ) {\n\t\tinitialInUnit = +initialInUnit || +initial || 0;\n\n\t\t// Apply relative offset (+=/-=) if specified\n\t\tadjusted = valueParts[ 1 ] ?\n\t\t\tinitialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] :\n\t\t\t+valueParts[ 2 ];\n\t\tif ( tween ) {\n\t\t\ttween.unit = unit;\n\t\t\ttween.start = initialInUnit;\n\t\t\ttween.end = adjusted;\n\t\t}\n\t}\n\treturn adjusted;\n}\n\n\nvar defaultDisplayMap = {};\n\nfunction getDefaultDisplay( elem ) {\n\tvar temp,\n\t\tdoc = elem.ownerDocument,\n\t\tnodeName = elem.nodeName,\n\t\tdisplay = defaultDisplayMap[ nodeName ];\n\n\tif ( display ) {\n\t\treturn display;\n\t}\n\n\ttemp = doc.body.appendChild( doc.createElement( nodeName ) );\n\tdisplay = jQuery.css( temp, \"display\" );\n\n\ttemp.parentNode.removeChild( temp );\n\n\tif ( display === \"none\" ) {\n\t\tdisplay = \"block\";\n\t}\n\tdefaultDisplayMap[ nodeName ] = display;\n\n\treturn display;\n}\n\nfunction showHide( elements, show ) {\n\tvar display, elem,\n\t\tvalues = [],\n\t\tindex = 0,\n\t\tlength = elements.length;\n\n\t// Determine new display value for elements that need to change\n\tfor ( ; index < length; index++ ) {\n\t\telem = elements[ index ];\n\t\tif ( !elem.style ) {\n\t\t\tcontinue;\n\t\t}\n\n\t\tdisplay = elem.style.display;\n\t\tif ( show ) {\n\n\t\t\t// Since we force visibility upon cascade-hidden elements, an immediate (and slow)\n\t\t\t// check is required in this first loop unless we have a nonempty display value (either\n\t\t\t// inline or about-to-be-restored)\n\t\t\tif ( display === \"none\" ) {\n\t\t\t\tvalues[ index ] = dataPriv.get( elem, \"display\" ) || null;\n\t\t\t\tif ( !values[ index ] ) {\n\t\t\t\t\telem.style.display = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t\tif ( elem.style.display === \"\" && isHiddenWithinTree( elem ) ) {\n\t\t\t\tvalues[ index ] = getDefaultDisplay( elem );\n\t\t\t}\n\t\t} else {\n\t\t\tif ( display !== \"none\" ) {\n\t\t\t\tvalues[ index ] = \"none\";\n\n\t\t\t\t// Remember what we're overwriting\n\t\t\t\tdataPriv.set( elem, \"display\", display );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Set the display of the elements in a second loop to avoid constant reflow\n\tfor ( index = 0; index < length; index++ ) {\n\t\tif ( values[ index ] != null ) {\n\t\t\telements[ index ].style.display = values[ index ];\n\t\t}\n\t}\n\n\treturn elements;\n}\n\njQuery.fn.extend( {\n\tshow: function() {\n\t\treturn showHide( this, true );\n\t},\n\thide: function() {\n\t\treturn showHide( this );\n\t},\n\ttoggle: function( state ) {\n\t\tif ( typeof state === \"boolean\" ) {\n\t\t\treturn state ? this.show() : this.hide();\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tif ( isHiddenWithinTree( this ) ) {\n\t\t\t\tjQuery( this ).show();\n\t\t\t} else {\n\t\t\t\tjQuery( this ).hide();\n\t\t\t}\n\t\t} );\n\t}\n} );\nvar rcheckableType = ( /^(?:checkbox|radio)$/i );\n\nvar rtagName = ( /<([a-z][^\\/\\0>\\x20\\t\\r\\n\\f]*)/i );\n\nvar rscriptType = ( /^$|^module$|\\/(?:java|ecma)script/i );\n\n\n\n( function() {\n\tvar fragment = document.createDocumentFragment(),\n\t\tdiv = fragment.appendChild( document.createElement( \"div\" ) ),\n\t\tinput = document.createElement( \"input\" );\n\n\t// Support: Android 4.0 - 4.3 only\n\t// Check state lost if the name is set (#11217)\n\t// Support: Windows Web Apps (WWA)\n\t// `name` and `type` must use .setAttribute for WWA (#14901)\n\tinput.setAttribute( \"type\", \"radio\" );\n\tinput.setAttribute( \"checked\", \"checked\" );\n\tinput.setAttribute( \"name\", \"t\" );\n\n\tdiv.appendChild( input );\n\n\t// Support: Android <=4.1 only\n\t// Older WebKit doesn't clone checked state correctly in fragments\n\tsupport.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked;\n\n\t// Support: IE <=11 only\n\t// Make sure textarea (and checkbox) defaultValue is properly cloned\n\tdiv.innerHTML = \"<textarea>x</textarea>\";\n\tsupport.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;\n\n\t// Support: IE <=9 only\n\t// IE <=9 replaces <option> tags with their contents when inserted outside of\n\t// the select element.\n\tdiv.innerHTML = \"<option></option>\";\n\tsupport.option = !!div.lastChild;\n} )();\n\n\n// We have to close these tags to support XHTML (#13200)\nvar wrapMap = {\n\n\t// XHTML parsers do not magically insert elements in the\n\t// same way that tag soup parsers do. So we cannot shorten\n\t// this by omitting <tbody> or other required elements.\n\tthead: [ 1, \"<table>\", \"</table>\" ],\n\tcol: [ 2, \"<table><colgroup>\", \"</colgroup></table>\" ],\n\ttr: [ 2, \"<table><tbody>\", \"</tbody></table>\" ],\n\ttd: [ 3, \"<table><tbody><tr>\", \"</tr></tbody></table>\" ],\n\n\t_default: [ 0, \"\", \"\" ]\n};\n\nwrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;\nwrapMap.th = wrapMap.td;\n\n// Support: IE <=9 only\nif ( !support.option ) {\n\twrapMap.optgroup = wrapMap.option = [ 1, \"<select multiple='multiple'>\", \"</select>\" ];\n}\n\n\nfunction getAll( context, tag ) {\n\n\t// Support: IE <=9 - 11 only\n\t// Use typeof to avoid zero-argument method invocation on host objects (#15151)\n\tvar ret;\n\n\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\tret = context.getElementsByTagName( tag || \"*\" );\n\n\t} else if ( typeof context.querySelectorAll !== \"undefined\" ) {\n\t\tret = context.querySelectorAll( tag || \"*\" );\n\n\t} else {\n\t\tret = [];\n\t}\n\n\tif ( tag === undefined || tag && nodeName( context, tag ) ) {\n\t\treturn jQuery.merge( [ context ], ret );\n\t}\n\n\treturn ret;\n}\n\n\n// Mark scripts as having already been evaluated\nfunction setGlobalEval( elems, refElements ) {\n\tvar i = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\tdataPriv.set(\n\t\t\telems[ i ],\n\t\t\t\"globalEval\",\n\t\t\t!refElements || dataPriv.get( refElements[ i ], \"globalEval\" )\n\t\t);\n\t}\n}\n\n\nvar rhtml = /<|&#?\\w+;/;\n\nfunction buildFragment( elems, context, scripts, selection, ignored ) {\n\tvar elem, tmp, tag, wrap, attached, j,\n\t\tfragment = context.createDocumentFragment(),\n\t\tnodes = [],\n\t\ti = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\telem = elems[ i ];\n\n\t\tif ( elem || elem === 0 ) {\n\n\t\t\t// Add nodes directly\n\t\t\tif ( toType( elem ) === \"object\" ) {\n\n\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\tjQuery.merge( nodes, elem.nodeType ? [ elem ] : elem );\n\n\t\t\t// Convert non-html into a text node\n\t\t\t} else if ( !rhtml.test( elem ) ) {\n\t\t\t\tnodes.push( context.createTextNode( elem ) );\n\n\t\t\t// Convert html into DOM nodes\n\t\t\t} else {\n\t\t\t\ttmp = tmp || fragment.appendChild( context.createElement( \"div\" ) );\n\n\t\t\t\t// Deserialize a standard representation\n\t\t\t\ttag = ( rtagName.exec( elem ) || [ \"\", \"\" ] )[ 1 ].toLowerCase();\n\t\t\t\twrap = wrapMap[ tag ] || wrapMap._default;\n\t\t\t\ttmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ];\n\n\t\t\t\t// Descend through wrappers to the right content\n\t\t\t\tj = wrap[ 0 ];\n\t\t\t\twhile ( j-- ) {\n\t\t\t\t\ttmp = tmp.lastChild;\n\t\t\t\t}\n\n\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\tjQuery.merge( nodes, tmp.childNodes );\n\n\t\t\t\t// Remember the top-level container\n\t\t\t\ttmp = fragment.firstChild;\n\n\t\t\t\t// Ensure the created nodes are orphaned (#12392)\n\t\t\t\ttmp.textContent = \"\";\n\t\t\t}\n\t\t}\n\t}\n\n\t// Remove wrapper from fragment\n\tfragment.textContent = \"\";\n\n\ti = 0;\n\twhile ( ( elem = nodes[ i++ ] ) ) {\n\n\t\t// Skip elements already in the context collection (trac-4087)\n\t\tif ( selection && jQuery.inArray( elem, selection ) > -1 ) {\n\t\t\tif ( ignored ) {\n\t\t\t\tignored.push( elem );\n\t\t\t}\n\t\t\tcontinue;\n\t\t}\n\n\t\tattached = isAttached( elem );\n\n\t\t// Append to fragment\n\t\ttmp = getAll( fragment.appendChild( elem ), \"script\" );\n\n\t\t// Preserve script evaluation history\n\t\tif ( attached ) {\n\t\t\tsetGlobalEval( tmp );\n\t\t}\n\n\t\t// Capture executables\n\t\tif ( scripts ) {\n\t\t\tj = 0;\n\t\t\twhile ( ( elem = tmp[ j++ ] ) ) {\n\t\t\t\tif ( rscriptType.test( elem.type || \"\" ) ) {\n\t\t\t\t\tscripts.push( elem );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn fragment;\n}\n\n\nvar\n\trkeyEvent = /^key/,\n\trmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/,\n\trtypenamespace = /^([^.]*)(?:\\.(.+)|)/;\n\nfunction returnTrue() {\n\treturn true;\n}\n\nfunction returnFalse() {\n\treturn false;\n}\n\n// Support: IE <=9 - 11+\n// focus() and blur() are asynchronous, except when they are no-op.\n// So expect focus to be synchronous when the element is already active,\n// and blur to be synchronous when the element is not already active.\n// (focus and blur are always synchronous in other supported browsers,\n// this just defines when we can count on it).\nfunction expectSync( elem, type ) {\n\treturn ( elem === safeActiveElement() ) === ( type === \"focus\" );\n}\n\n// Support: IE <=9 only\n// Accessing document.activeElement can throw unexpectedly\n// https://bugs.jquery.com/ticket/13393\nfunction safeActiveElement() {\n\ttry {\n\t\treturn document.activeElement;\n\t} catch ( err ) { }\n}\n\nfunction on( elem, types, selector, data, fn, one ) {\n\tvar origFn, type;\n\n\t// Types can be a map of types/handlers\n\tif ( typeof types === \"object\" ) {\n\n\t\t// ( types-Object, selector, data )\n\t\tif ( typeof selector !== \"string\" ) {\n\n\t\t\t// ( types-Object, data )\n\t\t\tdata = data || selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tfor ( type in types ) {\n\t\t\ton( elem, type, selector, data, types[ type ], one );\n\t\t}\n\t\treturn elem;\n\t}\n\n\tif ( data == null && fn == null ) {\n\n\t\t// ( types, fn )\n\t\tfn = selector;\n\t\tdata = selector = undefined;\n\t} else if ( fn == null ) {\n\t\tif ( typeof selector === \"string\" ) {\n\n\t\t\t// ( types, selector, fn )\n\t\t\tfn = data;\n\t\t\tdata = undefined;\n\t\t} else {\n\n\t\t\t// ( types, data, fn )\n\t\t\tfn = data;\n\t\t\tdata = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t}\n\tif ( fn === false ) {\n\t\tfn = returnFalse;\n\t} else if ( !fn ) {\n\t\treturn elem;\n\t}\n\n\tif ( one === 1 ) {\n\t\torigFn = fn;\n\t\tfn = function( event ) {\n\n\t\t\t// Can use an empty set, since event contains the info\n\t\t\tjQuery().off( event );\n\t\t\treturn origFn.apply( this, arguments );\n\t\t};\n\n\t\t// Use same guid so caller can remove using origFn\n\t\tfn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ );\n\t}\n\treturn elem.each( function() {\n\t\tjQuery.event.add( this, types, fn, data, selector );\n\t} );\n}\n\n/*\n * Helper functions for managing events -- not part of the public interface.\n * Props to Dean Edwards' addEvent library for many of the ideas.\n */\njQuery.event = {\n\n\tglobal: {},\n\n\tadd: function( elem, types, handler, data, selector ) {\n\n\t\tvar handleObjIn, eventHandle, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = dataPriv.get( elem );\n\n\t\t// Only attach events to objects that accept data\n\t\tif ( !acceptData( elem ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Caller can pass in an object of custom data in lieu of the handler\n\t\tif ( handler.handler ) {\n\t\t\thandleObjIn = handler;\n\t\t\thandler = handleObjIn.handler;\n\t\t\tselector = handleObjIn.selector;\n\t\t}\n\n\t\t// Ensure that invalid selectors throw exceptions at attach time\n\t\t// Evaluate against documentElement in case elem is a non-element node (e.g., document)\n\t\tif ( selector ) {\n\t\t\tjQuery.find.matchesSelector( documentElement, selector );\n\t\t}\n\n\t\t// Make sure that the handler has a unique ID, used to find/remove it later\n\t\tif ( !handler.guid ) {\n\t\t\thandler.guid = jQuery.guid++;\n\t\t}\n\n\t\t// Init the element's event structure and main handler, if this is the first\n\t\tif ( !( events = elemData.events ) ) {\n\t\t\tevents = elemData.events = Object.create( null );\n\t\t}\n\t\tif ( !( eventHandle = elemData.handle ) ) {\n\t\t\teventHandle = elemData.handle = function( e ) {\n\n\t\t\t\t// Discard the second event of a jQuery.event.trigger() and\n\t\t\t\t// when an event is called after a page has unloaded\n\t\t\t\treturn typeof jQuery !== \"undefined\" && jQuery.event.triggered !== e.type ?\n\t\t\t\t\tjQuery.event.dispatch.apply( elem, arguments ) : undefined;\n\t\t\t};\n\t\t}\n\n\t\t// Handle multiple events separated by a space\n\t\ttypes = ( types || \"\" ).match( rnothtmlwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[ t ] ) || [];\n\t\t\ttype = origType = tmp[ 1 ];\n\t\t\tnamespaces = ( tmp[ 2 ] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// There *must* be a type, no attaching namespace-only handlers\n\t\t\tif ( !type ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// If event changes its type, use the special event handlers for the changed type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// If selector defined, determine special event api type, otherwise given type\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\n\t\t\t// Update special based on newly reset type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// handleObj is passed to all event handlers\n\t\t\thandleObj = jQuery.extend( {\n\t\t\t\ttype: type,\n\t\t\t\torigType: origType,\n\t\t\t\tdata: data,\n\t\t\t\thandler: handler,\n\t\t\t\tguid: handler.guid,\n\t\t\t\tselector: selector,\n\t\t\t\tneedsContext: selector && jQuery.expr.match.needsContext.test( selector ),\n\t\t\t\tnamespace: namespaces.join( \".\" )\n\t\t\t}, handleObjIn );\n\n\t\t\t// Init the event handler queue if we're the first\n\t\t\tif ( !( handlers = events[ type ] ) ) {\n\t\t\t\thandlers = events[ type ] = [];\n\t\t\t\thandlers.delegateCount = 0;\n\n\t\t\t\t// Only use addEventListener if the special events handler returns false\n\t\t\t\tif ( !special.setup ||\n\t\t\t\t\tspecial.setup.call( elem, data, namespaces, eventHandle ) === false ) {\n\n\t\t\t\t\tif ( elem.addEventListener ) {\n\t\t\t\t\t\telem.addEventListener( type, eventHandle );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( special.add ) {\n\t\t\t\tspecial.add.call( elem, handleObj );\n\n\t\t\t\tif ( !handleObj.handler.guid ) {\n\t\t\t\t\thandleObj.handler.guid = handler.guid;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Add to the element's handler list, delegates in front\n\t\t\tif ( selector ) {\n\t\t\t\thandlers.splice( handlers.delegateCount++, 0, handleObj );\n\t\t\t} else {\n\t\t\t\thandlers.push( handleObj );\n\t\t\t}\n\n\t\t\t// Keep track of which events have ever been used, for event optimization\n\t\t\tjQuery.event.global[ type ] = true;\n\t\t}\n\n\t},\n\n\t// Detach an event or set of events from an element\n\tremove: function( elem, types, handler, selector, mappedTypes ) {\n\n\t\tvar j, origCount, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = dataPriv.hasData( elem ) && dataPriv.get( elem );\n\n\t\tif ( !elemData || !( events = elemData.events ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Once for each type.namespace in types; type may be omitted\n\t\ttypes = ( types || \"\" ).match( rnothtmlwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[ t ] ) || [];\n\t\t\ttype = origType = tmp[ 1 ];\n\t\t\tnamespaces = ( tmp[ 2 ] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// Unbind all events (on this namespace, if provided) for the element\n\t\t\tif ( !type ) {\n\t\t\t\tfor ( type in events ) {\n\t\t\t\t\tjQuery.event.remove( elem, type + types[ t ], handler, selector, true );\n\t\t\t\t}\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\t\t\thandlers = events[ type ] || [];\n\t\t\ttmp = tmp[ 2 ] &&\n\t\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join( \"\\\\.(?:.*\\\\.|)\" ) + \"(\\\\.|$)\" );\n\n\t\t\t// Remove matching events\n\t\t\torigCount = j = handlers.length;\n\t\t\twhile ( j-- ) {\n\t\t\t\thandleObj = handlers[ j ];\n\n\t\t\t\tif ( ( mappedTypes || origType === handleObj.origType ) &&\n\t\t\t\t\t( !handler || handler.guid === handleObj.guid ) &&\n\t\t\t\t\t( !tmp || tmp.test( handleObj.namespace ) ) &&\n\t\t\t\t\t( !selector || selector === handleObj.selector ||\n\t\t\t\t\t\tselector === \"**\" && handleObj.selector ) ) {\n\t\t\t\t\thandlers.splice( j, 1 );\n\n\t\t\t\t\tif ( handleObj.selector ) {\n\t\t\t\t\t\thandlers.delegateCount--;\n\t\t\t\t\t}\n\t\t\t\t\tif ( special.remove ) {\n\t\t\t\t\t\tspecial.remove.call( elem, handleObj );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Remove generic event handler if we removed something and no more handlers exist\n\t\t\t// (avoids potential for endless recursion during removal of special event handlers)\n\t\t\tif ( origCount && !handlers.length ) {\n\t\t\t\tif ( !special.teardown ||\n\t\t\t\t\tspecial.teardown.call( elem, namespaces, elemData.handle ) === false ) {\n\n\t\t\t\t\tjQuery.removeEvent( elem, type, elemData.handle );\n\t\t\t\t}\n\n\t\t\t\tdelete events[ type ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove data and the expando if it's no longer used\n\t\tif ( jQuery.isEmptyObject( events ) ) {\n\t\t\tdataPriv.remove( elem, \"handle events\" );\n\t\t}\n\t},\n\n\tdispatch: function( nativeEvent ) {\n\n\t\tvar i, j, ret, matched, handleObj, handlerQueue,\n\t\t\targs = new Array( arguments.length ),\n\n\t\t\t// Make a writable jQuery.Event from the native event object\n\t\t\tevent = jQuery.event.fix( nativeEvent ),\n\n\t\t\thandlers = (\n\t\t\t\t\tdataPriv.get( this, \"events\" ) || Object.create( null )\n\t\t\t\t)[ event.type ] || [],\n\t\t\tspecial = jQuery.event.special[ event.type ] || {};\n\n\t\t// Use the fix-ed jQuery.Event rather than the (read-only) native event\n\t\targs[ 0 ] = event;\n\n\t\tfor ( i = 1; i < arguments.length; i++ ) {\n\t\t\targs[ i ] = arguments[ i ];\n\t\t}\n\n\t\tevent.delegateTarget = this;\n\n\t\t// Call the preDispatch hook for the mapped type, and let it bail if desired\n\t\tif ( special.preDispatch && special.preDispatch.call( this, event ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine handlers\n\t\thandlerQueue = jQuery.event.handlers.call( this, event, handlers );\n\n\t\t// Run delegates first; they may want to stop propagation beneath us\n\t\ti = 0;\n\t\twhile ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) {\n\t\t\tevent.currentTarget = matched.elem;\n\n\t\t\tj = 0;\n\t\t\twhile ( ( handleObj = matched.handlers[ j++ ] ) &&\n\t\t\t\t!event.isImmediatePropagationStopped() ) {\n\n\t\t\t\t// If the event is namespaced, then each handler is only invoked if it is\n\t\t\t\t// specially universal or its namespaces are a superset of the event's.\n\t\t\t\tif ( !event.rnamespace || handleObj.namespace === false ||\n\t\t\t\t\tevent.rnamespace.test( handleObj.namespace ) ) {\n\n\t\t\t\t\tevent.handleObj = handleObj;\n\t\t\t\t\tevent.data = handleObj.data;\n\n\t\t\t\t\tret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle ||\n\t\t\t\t\t\thandleObj.handler ).apply( matched.elem, args );\n\n\t\t\t\t\tif ( ret !== undefined ) {\n\t\t\t\t\t\tif ( ( event.result = ret ) === false ) {\n\t\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Call the postDispatch hook for the mapped type\n\t\tif ( special.postDispatch ) {\n\t\t\tspecial.postDispatch.call( this, event );\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\thandlers: function( event, handlers ) {\n\t\tvar i, handleObj, sel, matchedHandlers, matchedSelectors,\n\t\t\thandlerQueue = [],\n\t\t\tdelegateCount = handlers.delegateCount,\n\t\t\tcur = event.target;\n\n\t\t// Find delegate handlers\n\t\tif ( delegateCount &&\n\n\t\t\t// Support: IE <=9\n\t\t\t// Black-hole SVG <use> instance trees (trac-13180)\n\t\t\tcur.nodeType &&\n\n\t\t\t// Support: Firefox <=42\n\t\t\t// Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861)\n\t\t\t// https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click\n\t\t\t// Support: IE 11 only\n\t\t\t// ...but not arrow key \"clicks\" of radio inputs, which can have `button` -1 (gh-2343)\n\t\t\t!( event.type === \"click\" && event.button >= 1 ) ) {\n\n\t\t\tfor ( ; cur !== this; cur = cur.parentNode || this ) {\n\n\t\t\t\t// Don't check non-elements (#13208)\n\t\t\t\t// Don't process clicks on disabled elements (#6911, #8165, #11382, #11764)\n\t\t\t\tif ( cur.nodeType === 1 && !( event.type === \"click\" && cur.disabled === true ) ) {\n\t\t\t\t\tmatchedHandlers = [];\n\t\t\t\t\tmatchedSelectors = {};\n\t\t\t\t\tfor ( i = 0; i < delegateCount; i++ ) {\n\t\t\t\t\t\thandleObj = handlers[ i ];\n\n\t\t\t\t\t\t// Don't conflict with Object.prototype properties (#13203)\n\t\t\t\t\t\tsel = handleObj.selector + \" \";\n\n\t\t\t\t\t\tif ( matchedSelectors[ sel ] === undefined ) {\n\t\t\t\t\t\t\tmatchedSelectors[ sel ] = handleObj.needsContext ?\n\t\t\t\t\t\t\t\tjQuery( sel, this ).index( cur ) > -1 :\n\t\t\t\t\t\t\t\tjQuery.find( sel, this, null, [ cur ] ).length;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif ( matchedSelectors[ sel ] ) {\n\t\t\t\t\t\t\tmatchedHandlers.push( handleObj );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( matchedHandlers.length ) {\n\t\t\t\t\t\thandlerQueue.push( { elem: cur, handlers: matchedHandlers } );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Add the remaining (directly-bound) handlers\n\t\tcur = this;\n\t\tif ( delegateCount < handlers.length ) {\n\t\t\thandlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } );\n\t\t}\n\n\t\treturn handlerQueue;\n\t},\n\n\taddProp: function( name, hook ) {\n\t\tObject.defineProperty( jQuery.Event.prototype, name, {\n\t\t\tenumerable: true,\n\t\t\tconfigurable: true,\n\n\t\t\tget: isFunction( hook ) ?\n\t\t\t\tfunction() {\n\t\t\t\t\tif ( this.originalEvent ) {\n\t\t\t\t\t\t\treturn hook( this.originalEvent );\n\t\t\t\t\t}\n\t\t\t\t} :\n\t\t\t\tfunction() {\n\t\t\t\t\tif ( this.originalEvent ) {\n\t\t\t\t\t\t\treturn this.originalEvent[ name ];\n\t\t\t\t\t}\n\t\t\t\t},\n\n\t\t\tset: function( value ) {\n\t\t\t\tObject.defineProperty( this, name, {\n\t\t\t\t\tenumerable: true,\n\t\t\t\t\tconfigurable: true,\n\t\t\t\t\twritable: true,\n\t\t\t\t\tvalue: value\n\t\t\t\t} );\n\t\t\t}\n\t\t} );\n\t},\n\n\tfix: function( originalEvent ) {\n\t\treturn originalEvent[ jQuery.expando ] ?\n\t\t\toriginalEvent :\n\t\t\tnew jQuery.Event( originalEvent );\n\t},\n\n\tspecial: {\n\t\tload: {\n\n\t\t\t// Prevent triggered image.load events from bubbling to window.load\n\t\t\tnoBubble: true\n\t\t},\n\t\tclick: {\n\n\t\t\t// Utilize native event to ensure correct state for checkable inputs\n\t\t\tsetup: function( data ) {\n\n\t\t\t\t// For mutual compressibility with _default, replace `this` access with a local var.\n\t\t\t\t// `|| data` is dead code meant only to preserve the variable through minification.\n\t\t\t\tvar el = this || data;\n\n\t\t\t\t// Claim the first handler\n\t\t\t\tif ( rcheckableType.test( el.type ) &&\n\t\t\t\t\tel.click && nodeName( el, \"input\" ) ) {\n\n\t\t\t\t\t// dataPriv.set( el, \"click\", ... )\n\t\t\t\t\tleverageNative( el, \"click\", returnTrue );\n\t\t\t\t}\n\n\t\t\t\t// Return false to allow normal processing in the caller\n\t\t\t\treturn false;\n\t\t\t},\n\t\t\ttrigger: function( data ) {\n\n\t\t\t\t// For mutual compressibility with _default, replace `this` access with a local var.\n\t\t\t\t// `|| data` is dead code meant only to preserve the variable through minification.\n\t\t\t\tvar el = this || data;\n\n\t\t\t\t// Force setup before triggering a click\n\t\t\t\tif ( rcheckableType.test( el.type ) &&\n\t\t\t\t\tel.click && nodeName( el, \"input\" ) ) {\n\n\t\t\t\t\tleverageNative( el, \"click\" );\n\t\t\t\t}\n\n\t\t\t\t// Return non-false to allow normal event-path propagation\n\t\t\t\treturn true;\n\t\t\t},\n\n\t\t\t// For cross-browser consistency, suppress native .click() on links\n\t\t\t// Also prevent it if we're currently inside a leveraged native-event stack\n\t\t\t_default: function( event ) {\n\t\t\t\tvar target = event.target;\n\t\t\t\treturn rcheckableType.test( target.type ) &&\n\t\t\t\t\ttarget.click && nodeName( target, \"input\" ) &&\n\t\t\t\t\tdataPriv.get( target, \"click\" ) ||\n\t\t\t\t\tnodeName( target, \"a\" );\n\t\t\t}\n\t\t},\n\n\t\tbeforeunload: {\n\t\t\tpostDispatch: function( event ) {\n\n\t\t\t\t// Support: Firefox 20+\n\t\t\t\t// Firefox doesn't alert if the returnValue field is not set.\n\t\t\t\tif ( event.result !== undefined && event.originalEvent ) {\n\t\t\t\t\tevent.originalEvent.returnValue = event.result;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n};\n\n// Ensure the presence of an event listener that handles manually-triggered\n// synthetic events by interrupting progress until reinvoked in response to\n// *native* events that it fires directly, ensuring that state changes have\n// already occurred before other listeners are invoked.\nfunction leverageNative( el, type, expectSync ) {\n\n\t// Missing expectSync indicates a trigger call, which must force setup through jQuery.event.add\n\tif ( !expectSync ) {\n\t\tif ( dataPriv.get( el, type ) === undefined ) {\n\t\t\tjQuery.event.add( el, type, returnTrue );\n\t\t}\n\t\treturn;\n\t}\n\n\t// Register the controller as a special universal handler for all event namespaces\n\tdataPriv.set( el, type, false );\n\tjQuery.event.add( el, type, {\n\t\tnamespace: false,\n\t\thandler: function( event ) {\n\t\t\tvar notAsync, result,\n\t\t\t\tsaved = dataPriv.get( this, type );\n\n\t\t\tif ( ( event.isTrigger & 1 ) && this[ type ] ) {\n\n\t\t\t\t// Interrupt processing of the outer synthetic .trigger()ed event\n\t\t\t\t// Saved data should be false in such cases, but might be a leftover capture object\n\t\t\t\t// from an async native handler (gh-4350)\n\t\t\t\tif ( !saved.length ) {\n\n\t\t\t\t\t// Store arguments for use when handling the inner native event\n\t\t\t\t\t// There will always be at least one argument (an event object), so this array\n\t\t\t\t\t// will not be confused with a leftover capture object.\n\t\t\t\t\tsaved = slice.call( arguments );\n\t\t\t\t\tdataPriv.set( this, type, saved );\n\n\t\t\t\t\t// Trigger the native event and capture its result\n\t\t\t\t\t// Support: IE <=9 - 11+\n\t\t\t\t\t// focus() and blur() are asynchronous\n\t\t\t\t\tnotAsync = expectSync( this, type );\n\t\t\t\t\tthis[ type ]();\n\t\t\t\t\tresult = dataPriv.get( this, type );\n\t\t\t\t\tif ( saved !== result || notAsync ) {\n\t\t\t\t\t\tdataPriv.set( this, type, false );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tresult = {};\n\t\t\t\t\t}\n\t\t\t\t\tif ( saved !== result ) {\n\n\t\t\t\t\t\t// Cancel the outer synthetic event\n\t\t\t\t\t\tevent.stopImmediatePropagation();\n\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\treturn result.value;\n\t\t\t\t\t}\n\n\t\t\t\t// If this is an inner synthetic event for an event with a bubbling surrogate\n\t\t\t\t// (focus or blur), assume that the surrogate already propagated from triggering the\n\t\t\t\t// native event and prevent that from happening again here.\n\t\t\t\t// This technically gets the ordering wrong w.r.t. to `.trigger()` (in which the\n\t\t\t\t// bubbling surrogate propagates *after* the non-bubbling base), but that seems\n\t\t\t\t// less bad than duplication.\n\t\t\t\t} else if ( ( jQuery.event.special[ type ] || {} ).delegateType ) {\n\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t}\n\n\t\t\t// If this is a native event triggered above, everything is now in order\n\t\t\t// Fire an inner synthetic event with the original arguments\n\t\t\t} else if ( saved.length ) {\n\n\t\t\t\t// ...and capture the result\n\t\t\t\tdataPriv.set( this, type, {\n\t\t\t\t\tvalue: jQuery.event.trigger(\n\n\t\t\t\t\t\t// Support: IE <=9 - 11+\n\t\t\t\t\t\t// Extend with the prototype to reset the above stopImmediatePropagation()\n\t\t\t\t\t\tjQuery.extend( saved[ 0 ], jQuery.Event.prototype ),\n\t\t\t\t\t\tsaved.slice( 1 ),\n\t\t\t\t\t\tthis\n\t\t\t\t\t)\n\t\t\t\t} );\n\n\t\t\t\t// Abort handling of the native event\n\t\t\t\tevent.stopImmediatePropagation();\n\t\t\t}\n\t\t}\n\t} );\n}\n\njQuery.removeEvent = function( elem, type, handle ) {\n\n\t// This \"if\" is needed for plain objects\n\tif ( elem.removeEventListener ) {\n\t\telem.removeEventListener( type, handle );\n\t}\n};\n\njQuery.Event = function( src, props ) {\n\n\t// Allow instantiation without the 'new' keyword\n\tif ( !( this instanceof jQuery.Event ) ) {\n\t\treturn new jQuery.Event( src, props );\n\t}\n\n\t// Event object\n\tif ( src && src.type ) {\n\t\tthis.originalEvent = src;\n\t\tthis.type = src.type;\n\n\t\t// Events bubbling up the document may have been marked as prevented\n\t\t// by a handler lower down the tree; reflect the correct value.\n\t\tthis.isDefaultPrevented = src.defaultPrevented ||\n\t\t\t\tsrc.defaultPrevented === undefined &&\n\n\t\t\t\t// Support: Android <=2.3 only\n\t\t\t\tsrc.returnValue === false ?\n\t\t\treturnTrue :\n\t\t\treturnFalse;\n\n\t\t// Create target properties\n\t\t// Support: Safari <=6 - 7 only\n\t\t// Target should not be a text node (#504, #13143)\n\t\tthis.target = ( src.target && src.target.nodeType === 3 ) ?\n\t\t\tsrc.target.parentNode :\n\t\t\tsrc.target;\n\n\t\tthis.currentTarget = src.currentTarget;\n\t\tthis.relatedTarget = src.relatedTarget;\n\n\t// Event type\n\t} else {\n\t\tthis.type = src;\n\t}\n\n\t// Put explicitly provided properties onto the event object\n\tif ( props ) {\n\t\tjQuery.extend( this, props );\n\t}\n\n\t// Create a timestamp if incoming event doesn't have one\n\tthis.timeStamp = src && src.timeStamp || Date.now();\n\n\t// Mark it as fixed\n\tthis[ jQuery.expando ] = true;\n};\n\n// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding\n// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html\njQuery.Event.prototype = {\n\tconstructor: jQuery.Event,\n\tisDefaultPrevented: returnFalse,\n\tisPropagationStopped: returnFalse,\n\tisImmediatePropagationStopped: returnFalse,\n\tisSimulated: false,\n\n\tpreventDefault: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isDefaultPrevented = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.preventDefault();\n\t\t}\n\t},\n\tstopPropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isPropagationStopped = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.stopPropagation();\n\t\t}\n\t},\n\tstopImmediatePropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isImmediatePropagationStopped = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.stopImmediatePropagation();\n\t\t}\n\n\t\tthis.stopPropagation();\n\t}\n};\n\n// Includes all common event props including KeyEvent and MouseEvent specific props\njQuery.each( {\n\taltKey: true,\n\tbubbles: true,\n\tcancelable: true,\n\tchangedTouches: true,\n\tctrlKey: true,\n\tdetail: true,\n\teventPhase: true,\n\tmetaKey: true,\n\tpageX: true,\n\tpageY: true,\n\tshiftKey: true,\n\tview: true,\n\t\"char\": true,\n\tcode: true,\n\tcharCode: true,\n\tkey: true,\n\tkeyCode: true,\n\tbutton: true,\n\tbuttons: true,\n\tclientX: true,\n\tclientY: true,\n\toffsetX: true,\n\toffsetY: true,\n\tpointerId: true,\n\tpointerType: true,\n\tscreenX: true,\n\tscreenY: true,\n\ttargetTouches: true,\n\ttoElement: true,\n\ttouches: true,\n\n\twhich: function( event ) {\n\t\tvar button = event.button;\n\n\t\t// Add which for key events\n\t\tif ( event.which == null && rkeyEvent.test( event.type ) ) {\n\t\t\treturn event.charCode != null ? event.charCode : event.keyCode;\n\t\t}\n\n\t\t// Add which for click: 1 === left; 2 === middle; 3 === right\n\t\tif ( !event.which && button !== undefined && rmouseEvent.test( event.type ) ) {\n\t\t\tif ( button & 1 ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\tif ( button & 2 ) {\n\t\t\t\treturn 3;\n\t\t\t}\n\n\t\t\tif ( button & 4 ) {\n\t\t\t\treturn 2;\n\t\t\t}\n\n\t\t\treturn 0;\n\t\t}\n\n\t\treturn event.which;\n\t}\n}, jQuery.event.addProp );\n\njQuery.each( { focus: \"focusin\", blur: \"focusout\" }, function( type, delegateType ) {\n\tjQuery.event.special[ type ] = {\n\n\t\t// Utilize native event if possible so blur/focus sequence is correct\n\t\tsetup: function() {\n\n\t\t\t// Claim the first handler\n\t\t\t// dataPriv.set( this, \"focus\", ... )\n\t\t\t// dataPriv.set( this, \"blur\", ... )\n\t\t\tleverageNative( this, type, expectSync );\n\n\t\t\t// Return false to allow normal processing in the caller\n\t\t\treturn false;\n\t\t},\n\t\ttrigger: function() {\n\n\t\t\t// Force setup before trigger\n\t\t\tleverageNative( this, type );\n\n\t\t\t// Return non-false to allow normal event-path propagation\n\t\t\treturn true;\n\t\t},\n\n\t\tdelegateType: delegateType\n\t};\n} );\n\n// Create mouseenter/leave events using mouseover/out and event-time checks\n// so that event delegation works in jQuery.\n// Do the same for pointerenter/pointerleave and pointerover/pointerout\n//\n// Support: Safari 7 only\n// Safari sends mouseenter too often; see:\n// https://bugs.chromium.org/p/chromium/issues/detail?id=470258\n// for the description of the bug (it existed in older Chrome versions as well).\njQuery.each( {\n\tmouseenter: \"mouseover\",\n\tmouseleave: \"mouseout\",\n\tpointerenter: \"pointerover\",\n\tpointerleave: \"pointerout\"\n}, function( orig, fix ) {\n\tjQuery.event.special[ orig ] = {\n\t\tdelegateType: fix,\n\t\tbindType: fix,\n\n\t\thandle: function( event ) {\n\t\t\tvar ret,\n\t\t\t\ttarget = this,\n\t\t\t\trelated = event.relatedTarget,\n\t\t\t\thandleObj = event.handleObj;\n\n\t\t\t// For mouseenter/leave call the handler if related is outside the target.\n\t\t\t// NB: No relatedTarget if the mouse left/entered the browser window\n\t\t\tif ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) {\n\t\t\t\tevent.type = handleObj.origType;\n\t\t\t\tret = handleObj.handler.apply( this, arguments );\n\t\t\t\tevent.type = fix;\n\t\t\t}\n\t\t\treturn ret;\n\t\t}\n\t};\n} );\n\njQuery.fn.extend( {\n\n\ton: function( types, selector, data, fn ) {\n\t\treturn on( this, types, selector, data, fn );\n\t},\n\tone: function( types, selector, data, fn ) {\n\t\treturn on( this, types, selector, data, fn, 1 );\n\t},\n\toff: function( types, selector, fn ) {\n\t\tvar handleObj, type;\n\t\tif ( types && types.preventDefault && types.handleObj ) {\n\n\t\t\t// ( event ) dispatched jQuery.Event\n\t\t\thandleObj = types.handleObj;\n\t\t\tjQuery( types.delegateTarget ).off(\n\t\t\t\thandleObj.namespace ?\n\t\t\t\t\thandleObj.origType + \".\" + handleObj.namespace :\n\t\t\t\t\thandleObj.origType,\n\t\t\t\thandleObj.selector,\n\t\t\t\thandleObj.handler\n\t\t\t);\n\t\t\treturn this;\n\t\t}\n\t\tif ( typeof types === \"object\" ) {\n\n\t\t\t// ( types-object [, selector] )\n\t\t\tfor ( type in types ) {\n\t\t\t\tthis.off( type, selector, types[ type ] );\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\t\tif ( selector === false || typeof selector === \"function\" ) {\n\n\t\t\t// ( types [, fn] )\n\t\t\tfn = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tif ( fn === false ) {\n\t\t\tfn = returnFalse;\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.remove( this, types, fn, selector );\n\t\t} );\n\t}\n} );\n\n\nvar\n\n\t// Support: IE <=10 - 11, Edge 12 - 13 only\n\t// In IE/Edge using regex groups here causes severe slowdowns.\n\t// See https://connect.microsoft.com/IE/feedback/details/1736512/\n\trnoInnerhtml = /<script|<style|<link/i,\n\n\t// checked=\"checked\" or checked\n\trchecked = /checked\\s*(?:[^=]|=\\s*.checked.)/i,\n\trcleanScript = /^\\s*<!(?:\\[CDATA\\[|--)|(?:\\]\\]|--)>\\s*$/g;\n\n// Prefer a tbody over its parent table for containing new rows\nfunction manipulationTarget( elem, content ) {\n\tif ( nodeName( elem, \"table\" ) &&\n\t\tnodeName( content.nodeType !== 11 ? content : content.firstChild, \"tr\" ) ) {\n\n\t\treturn jQuery( elem ).children( \"tbody\" )[ 0 ] || elem;\n\t}\n\n\treturn elem;\n}\n\n// Replace/restore the type attribute of script elements for safe DOM manipulation\nfunction disableScript( elem ) {\n\telem.type = ( elem.getAttribute( \"type\" ) !== null ) + \"/\" + elem.type;\n\treturn elem;\n}\nfunction restoreScript( elem ) {\n\tif ( ( elem.type || \"\" ).slice( 0, 5 ) === \"true/\" ) {\n\t\telem.type = elem.type.slice( 5 );\n\t} else {\n\t\telem.removeAttribute( \"type\" );\n\t}\n\n\treturn elem;\n}\n\nfunction cloneCopyEvent( src, dest ) {\n\tvar i, l, type, pdataOld, udataOld, udataCur, events;\n\n\tif ( dest.nodeType !== 1 ) {\n\t\treturn;\n\t}\n\n\t// 1. Copy private data: events, handlers, etc.\n\tif ( dataPriv.hasData( src ) ) {\n\t\tpdataOld = dataPriv.get( src );\n\t\tevents = pdataOld.events;\n\n\t\tif ( events ) {\n\t\t\tdataPriv.remove( dest, \"handle events\" );\n\n\t\t\tfor ( type in events ) {\n\t\t\t\tfor ( i = 0, l = events[ type ].length; i < l; i++ ) {\n\t\t\t\t\tjQuery.event.add( dest, type, events[ type ][ i ] );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// 2. Copy user data\n\tif ( dataUser.hasData( src ) ) {\n\t\tudataOld = dataUser.access( src );\n\t\tudataCur = jQuery.extend( {}, udataOld );\n\n\t\tdataUser.set( dest, udataCur );\n\t}\n}\n\n// Fix IE bugs, see support tests\nfunction fixInput( src, dest ) {\n\tvar nodeName = dest.nodeName.toLowerCase();\n\n\t// Fails to persist the checked state of a cloned checkbox or radio button.\n\tif ( nodeName === \"input\" && rcheckableType.test( src.type ) ) {\n\t\tdest.checked = src.checked;\n\n\t// Fails to return the selected option to the default selected state when cloning options\n\t} else if ( nodeName === \"input\" || nodeName === \"textarea\" ) {\n\t\tdest.defaultValue = src.defaultValue;\n\t}\n}\n\nfunction domManip( collection, args, callback, ignored ) {\n\n\t// Flatten any nested arrays\n\targs = flat( args );\n\n\tvar fragment, first, scripts, hasScripts, node, doc,\n\t\ti = 0,\n\t\tl = collection.length,\n\t\tiNoClone = l - 1,\n\t\tvalue = args[ 0 ],\n\t\tvalueIsFunction = isFunction( value );\n\n\t// We can't cloneNode fragments that contain checked, in WebKit\n\tif ( valueIsFunction ||\n\t\t\t( l > 1 && typeof value === \"string\" &&\n\t\t\t\t!support.checkClone && rchecked.test( value ) ) ) {\n\t\treturn collection.each( function( index ) {\n\t\t\tvar self = collection.eq( index );\n\t\t\tif ( valueIsFunction ) {\n\t\t\t\targs[ 0 ] = value.call( this, index, self.html() );\n\t\t\t}\n\t\t\tdomManip( self, args, callback, ignored );\n\t\t} );\n\t}\n\n\tif ( l ) {\n\t\tfragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored );\n\t\tfirst = fragment.firstChild;\n\n\t\tif ( fragment.childNodes.length === 1 ) {\n\t\t\tfragment = first;\n\t\t}\n\n\t\t// Require either new content or an interest in ignored elements to invoke the callback\n\t\tif ( first || ignored ) {\n\t\t\tscripts = jQuery.map( getAll( fragment, \"script\" ), disableScript );\n\t\t\thasScripts = scripts.length;\n\n\t\t\t// Use the original fragment for the last item\n\t\t\t// instead of the first because it can end up\n\t\t\t// being emptied incorrectly in certain situations (#8070).\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tnode = fragment;\n\n\t\t\t\tif ( i !== iNoClone ) {\n\t\t\t\t\tnode = jQuery.clone( node, true, true );\n\n\t\t\t\t\t// Keep references to cloned scripts for later restoration\n\t\t\t\t\tif ( hasScripts ) {\n\n\t\t\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\t\t\tjQuery.merge( scripts, getAll( node, \"script\" ) );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tcallback.call( collection[ i ], node, i );\n\t\t\t}\n\n\t\t\tif ( hasScripts ) {\n\t\t\t\tdoc = scripts[ scripts.length - 1 ].ownerDocument;\n\n\t\t\t\t// Reenable scripts\n\t\t\t\tjQuery.map( scripts, restoreScript );\n\n\t\t\t\t// Evaluate executable scripts on first document insertion\n\t\t\t\tfor ( i = 0; i < hasScripts; i++ ) {\n\t\t\t\t\tnode = scripts[ i ];\n\t\t\t\t\tif ( rscriptType.test( node.type || \"\" ) &&\n\t\t\t\t\t\t!dataPriv.access( node, \"globalEval\" ) &&\n\t\t\t\t\t\tjQuery.contains( doc, node ) ) {\n\n\t\t\t\t\t\tif ( node.src && ( node.type || \"\" ).toLowerCase() !== \"module\" ) {\n\n\t\t\t\t\t\t\t// Optional AJAX dependency, but won't run scripts if not present\n\t\t\t\t\t\t\tif ( jQuery._evalUrl && !node.noModule ) {\n\t\t\t\t\t\t\t\tjQuery._evalUrl( node.src, {\n\t\t\t\t\t\t\t\t\tnonce: node.nonce || node.getAttribute( \"nonce\" )\n\t\t\t\t\t\t\t\t}, doc );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tDOMEval( node.textContent.replace( rcleanScript, \"\" ), node, doc );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn collection;\n}\n\nfunction remove( elem, selector, keepData ) {\n\tvar node,\n\t\tnodes = selector ? jQuery.filter( selector, elem ) : elem,\n\t\ti = 0;\n\n\tfor ( ; ( node = nodes[ i ] ) != null; i++ ) {\n\t\tif ( !keepData && node.nodeType === 1 ) {\n\t\t\tjQuery.cleanData( getAll( node ) );\n\t\t}\n\n\t\tif ( node.parentNode ) {\n\t\t\tif ( keepData && isAttached( node ) ) {\n\t\t\t\tsetGlobalEval( getAll( node, \"script\" ) );\n\t\t\t}\n\t\t\tnode.parentNode.removeChild( node );\n\t\t}\n\t}\n\n\treturn elem;\n}\n\njQuery.extend( {\n\thtmlPrefilter: function( html ) {\n\t\treturn html;\n\t},\n\n\tclone: function( elem, dataAndEvents, deepDataAndEvents ) {\n\t\tvar i, l, srcElements, destElements,\n\t\t\tclone = elem.cloneNode( true ),\n\t\t\tinPage = isAttached( elem );\n\n\t\t// Fix IE cloning issues\n\t\tif ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) &&\n\t\t\t\t!jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2\n\t\t\tdestElements = getAll( clone );\n\t\t\tsrcElements = getAll( elem );\n\n\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\tfixInput( srcElements[ i ], destElements[ i ] );\n\t\t\t}\n\t\t}\n\n\t\t// Copy the events from the original to the clone\n\t\tif ( dataAndEvents ) {\n\t\t\tif ( deepDataAndEvents ) {\n\t\t\t\tsrcElements = srcElements || getAll( elem );\n\t\t\t\tdestElements = destElements || getAll( clone );\n\n\t\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\t\tcloneCopyEvent( srcElements[ i ], destElements[ i ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tcloneCopyEvent( elem, clone );\n\t\t\t}\n\t\t}\n\n\t\t// Preserve script evaluation history\n\t\tdestElements = getAll( clone, \"script\" );\n\t\tif ( destElements.length > 0 ) {\n\t\t\tsetGlobalEval( destElements, !inPage && getAll( elem, \"script\" ) );\n\t\t}\n\n\t\t// Return the cloned set\n\t\treturn clone;\n\t},\n\n\tcleanData: function( elems ) {\n\t\tvar data, elem, type,\n\t\t\tspecial = jQuery.event.special,\n\t\t\ti = 0;\n\n\t\tfor ( ; ( elem = elems[ i ] ) !== undefined; i++ ) {\n\t\t\tif ( acceptData( elem ) ) {\n\t\t\t\tif ( ( data = elem[ dataPriv.expando ] ) ) {\n\t\t\t\t\tif ( data.events ) {\n\t\t\t\t\t\tfor ( type in data.events ) {\n\t\t\t\t\t\t\tif ( special[ type ] ) {\n\t\t\t\t\t\t\t\tjQuery.event.remove( elem, type );\n\n\t\t\t\t\t\t\t// This is a shortcut to avoid jQuery.event.remove's overhead\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tjQuery.removeEvent( elem, type, data.handle );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Support: Chrome <=35 - 45+\n\t\t\t\t\t// Assign undefined instead of using delete, see Data#remove\n\t\t\t\t\telem[ dataPriv.expando ] = undefined;\n\t\t\t\t}\n\t\t\t\tif ( elem[ dataUser.expando ] ) {\n\n\t\t\t\t\t// Support: Chrome <=35 - 45+\n\t\t\t\t\t// Assign undefined instead of using delete, see Data#remove\n\t\t\t\t\telem[ dataUser.expando ] = undefined;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n} );\n\njQuery.fn.extend( {\n\tdetach: function( selector ) {\n\t\treturn remove( this, selector, true );\n\t},\n\n\tremove: function( selector ) {\n\t\treturn remove( this, selector );\n\t},\n\n\ttext: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\treturn value === undefined ?\n\t\t\t\tjQuery.text( this ) :\n\t\t\t\tthis.empty().each( function() {\n\t\t\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\t\t\tthis.textContent = value;\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t}, null, value, arguments.length );\n\t},\n\n\tappend: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.appendChild( elem );\n\t\t\t}\n\t\t} );\n\t},\n\n\tprepend: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.insertBefore( elem, target.firstChild );\n\t\t\t}\n\t\t} );\n\t},\n\n\tbefore: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this );\n\t\t\t}\n\t\t} );\n\t},\n\n\tafter: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this.nextSibling );\n\t\t\t}\n\t\t} );\n\t},\n\n\tempty: function() {\n\t\tvar elem,\n\t\t\ti = 0;\n\n\t\tfor ( ; ( elem = this[ i ] ) != null; i++ ) {\n\t\t\tif ( elem.nodeType === 1 ) {\n\n\t\t\t\t// Prevent memory leaks\n\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\n\t\t\t\t// Remove any remaining nodes\n\t\t\t\telem.textContent = \"\";\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tclone: function( dataAndEvents, deepDataAndEvents ) {\n\t\tdataAndEvents = dataAndEvents == null ? false : dataAndEvents;\n\t\tdeepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents;\n\n\t\treturn this.map( function() {\n\t\t\treturn jQuery.clone( this, dataAndEvents, deepDataAndEvents );\n\t\t} );\n\t},\n\n\thtml: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\tvar elem = this[ 0 ] || {},\n\t\t\t\ti = 0,\n\t\t\t\tl = this.length;\n\n\t\t\tif ( value === undefined && elem.nodeType === 1 ) {\n\t\t\t\treturn elem.innerHTML;\n\t\t\t}\n\n\t\t\t// See if we can take a shortcut and just use innerHTML\n\t\t\tif ( typeof value === \"string\" && !rnoInnerhtml.test( value ) &&\n\t\t\t\t!wrapMap[ ( rtagName.exec( value ) || [ \"\", \"\" ] )[ 1 ].toLowerCase() ] ) {\n\n\t\t\t\tvalue = jQuery.htmlPrefilter( value );\n\n\t\t\t\ttry {\n\t\t\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\t\t\telem = this[ i ] || {};\n\n\t\t\t\t\t\t// Remove element nodes and prevent memory leaks\n\t\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\t\t\t\t\t\t\telem.innerHTML = value;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\telem = 0;\n\n\t\t\t\t// If using innerHTML throws an exception, use the fallback method\n\t\t\t\t} catch ( e ) {}\n\t\t\t}\n\n\t\t\tif ( elem ) {\n\t\t\t\tthis.empty().append( value );\n\t\t\t}\n\t\t}, null, value, arguments.length );\n\t},\n\n\treplaceWith: function() {\n\t\tvar ignored = [];\n\n\t\t// Make the changes, replacing each non-ignored context element with the new content\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tvar parent = this.parentNode;\n\n\t\t\tif ( jQuery.inArray( this, ignored ) < 0 ) {\n\t\t\t\tjQuery.cleanData( getAll( this ) );\n\t\t\t\tif ( parent ) {\n\t\t\t\t\tparent.replaceChild( elem, this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Force callback invocation\n\t\t}, ignored );\n\t}\n} );\n\njQuery.each( {\n\tappendTo: \"append\",\n\tprependTo: \"prepend\",\n\tinsertBefore: \"before\",\n\tinsertAfter: \"after\",\n\treplaceAll: \"replaceWith\"\n}, function( name, original ) {\n\tjQuery.fn[ name ] = function( selector ) {\n\t\tvar elems,\n\t\t\tret = [],\n\t\t\tinsert = jQuery( selector ),\n\t\t\tlast = insert.length - 1,\n\t\t\ti = 0;\n\n\t\tfor ( ; i <= last; i++ ) {\n\t\t\telems = i === last ? this : this.clone( true );\n\t\t\tjQuery( insert[ i ] )[ original ]( elems );\n\n\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t// .get() because push.apply(_, arraylike) throws on ancient WebKit\n\t\t\tpush.apply( ret, elems.get() );\n\t\t}\n\n\t\treturn this.pushStack( ret );\n\t};\n} );\nvar rnumnonpx = new RegExp( \"^(\" + pnum + \")(?!px)[a-z%]+$\", \"i\" );\n\nvar getStyles = function( elem ) {\n\n\t\t// Support: IE <=11 only, Firefox <=30 (#15098, #14150)\n\t\t// IE throws on elements created in popups\n\t\t// FF meanwhile throws on frame elements through \"defaultView.getComputedStyle\"\n\t\tvar view = elem.ownerDocument.defaultView;\n\n\t\tif ( !view || !view.opener ) {\n\t\t\tview = window;\n\t\t}\n\n\t\treturn view.getComputedStyle( elem );\n\t};\n\nvar swap = function( elem, options, callback ) {\n\tvar ret, name,\n\t\told = {};\n\n\t// Remember the old values, and insert the new ones\n\tfor ( name in options ) {\n\t\told[ name ] = elem.style[ name ];\n\t\telem.style[ name ] = options[ name ];\n\t}\n\n\tret = callback.call( elem );\n\n\t// Revert the old values\n\tfor ( name in options ) {\n\t\telem.style[ name ] = old[ name ];\n\t}\n\n\treturn ret;\n};\n\n\nvar rboxStyle = new RegExp( cssExpand.join( \"|\" ), \"i\" );\n\n\n\n( function() {\n\n\t// Executing both pixelPosition & boxSizingReliable tests require only one layout\n\t// so they're executed at the same time to save the second computation.\n\tfunction computeStyleTests() {\n\n\t\t// This is a singleton, we need to execute it only once\n\t\tif ( !div ) {\n\t\t\treturn;\n\t\t}\n\n\t\tcontainer.style.cssText = \"position:absolute;left:-11111px;width:60px;\" +\n\t\t\t\"margin-top:1px;padding:0;border:0\";\n\t\tdiv.style.cssText =\n\t\t\t\"position:relative;display:block;box-sizing:border-box;overflow:scroll;\" +\n\t\t\t\"margin:auto;border:1px;padding:1px;\" +\n\t\t\t\"width:60%;top:1%\";\n\t\tdocumentElement.appendChild( container ).appendChild( div );\n\n\t\tvar divStyle = window.getComputedStyle( div );\n\t\tpixelPositionVal = divStyle.top !== \"1%\";\n\n\t\t// Support: Android 4.0 - 4.3 only, Firefox <=3 - 44\n\t\treliableMarginLeftVal = roundPixelMeasures( divStyle.marginLeft ) === 12;\n\n\t\t// Support: Android 4.0 - 4.3 only, Safari <=9.1 - 10.1, iOS <=7.0 - 9.3\n\t\t// Some styles come back with percentage values, even though they shouldn't\n\t\tdiv.style.right = \"60%\";\n\t\tpixelBoxStylesVal = roundPixelMeasures( divStyle.right ) === 36;\n\n\t\t// Support: IE 9 - 11 only\n\t\t// Detect misreporting of content dimensions for box-sizing:border-box elements\n\t\tboxSizingReliableVal = roundPixelMeasures( divStyle.width ) === 36;\n\n\t\t// Support: IE 9 only\n\t\t// Detect overflow:scroll screwiness (gh-3699)\n\t\t// Support: Chrome <=64\n\t\t// Don't get tricked when zoom affects offsetWidth (gh-4029)\n\t\tdiv.style.position = \"absolute\";\n\t\tscrollboxSizeVal = roundPixelMeasures( div.offsetWidth / 3 ) === 12;\n\n\t\tdocumentElement.removeChild( container );\n\n\t\t// Nullify the div so it wouldn't be stored in the memory and\n\t\t// it will also be a sign that checks already performed\n\t\tdiv = null;\n\t}\n\n\tfunction roundPixelMeasures( measure ) {\n\t\treturn Math.round( parseFloat( measure ) );\n\t}\n\n\tvar pixelPositionVal, boxSizingReliableVal, scrollboxSizeVal, pixelBoxStylesVal,\n\t\treliableTrDimensionsVal, reliableMarginLeftVal,\n\t\tcontainer = document.createElement( \"div\" ),\n\t\tdiv = document.createElement( \"div\" );\n\n\t// Finish early in limited (non-browser) environments\n\tif ( !div.style ) {\n\t\treturn;\n\t}\n\n\t// Support: IE <=9 - 11 only\n\t// Style of cloned element affects source element cloned (#8908)\n\tdiv.style.backgroundClip = \"content-box\";\n\tdiv.cloneNode( true ).style.backgroundClip = \"\";\n\tsupport.clearCloneStyle = div.style.backgroundClip === \"content-box\";\n\n\tjQuery.extend( support, {\n\t\tboxSizingReliable: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn boxSizingReliableVal;\n\t\t},\n\t\tpixelBoxStyles: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn pixelBoxStylesVal;\n\t\t},\n\t\tpixelPosition: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn pixelPositionVal;\n\t\t},\n\t\treliableMarginLeft: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn reliableMarginLeftVal;\n\t\t},\n\t\tscrollboxSize: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn scrollboxSizeVal;\n\t\t},\n\n\t\t// Support: IE 9 - 11+, Edge 15 - 18+\n\t\t// IE/Edge misreport `getComputedStyle` of table rows with width/height\n\t\t// set in CSS while `offset*` properties report correct values.\n\t\t// Behavior in IE 9 is more subtle than in newer versions & it passes\n\t\t// some versions of this test; make sure not to make it pass there!\n\t\treliableTrDimensions: function() {\n\t\t\tvar table, tr, trChild, trStyle;\n\t\t\tif ( reliableTrDimensionsVal == null ) {\n\t\t\t\ttable = document.createElement( \"table\" );\n\t\t\t\ttr = document.createElement( \"tr\" );\n\t\t\t\ttrChild = document.createElement( \"div\" );\n\n\t\t\t\ttable.style.cssText = \"position:absolute;left:-11111px\";\n\t\t\t\ttr.style.height = \"1px\";\n\t\t\t\ttrChild.style.height = \"9px\";\n\n\t\t\t\tdocumentElement\n\t\t\t\t\t.appendChild( table )\n\t\t\t\t\t.appendChild( tr )\n\t\t\t\t\t.appendChild( trChild );\n\n\t\t\t\ttrStyle = window.getComputedStyle( tr );\n\t\t\t\treliableTrDimensionsVal = parseInt( trStyle.height ) > 3;\n\n\t\t\t\tdocumentElement.removeChild( table );\n\t\t\t}\n\t\t\treturn reliableTrDimensionsVal;\n\t\t}\n\t} );\n} )();\n\n\nfunction curCSS( elem, name, computed ) {\n\tvar width, minWidth, maxWidth, ret,\n\n\t\t// Support: Firefox 51+\n\t\t// Retrieving style before computed somehow\n\t\t// fixes an issue with getting wrong values\n\t\t// on detached elements\n\t\tstyle = elem.style;\n\n\tcomputed = computed || getStyles( elem );\n\n\t// getPropertyValue is needed for:\n\t// .css('filter') (IE 9 only, #12537)\n\t// .css('--customProperty) (#3144)\n\tif ( computed ) {\n\t\tret = computed.getPropertyValue( name ) || computed[ name ];\n\n\t\tif ( ret === \"\" && !isAttached( elem ) ) {\n\t\t\tret = jQuery.style( elem, name );\n\t\t}\n\n\t\t// A tribute to the \"awesome hack by Dean Edwards\"\n\t\t// Android Browser returns percentage for some values,\n\t\t// but width seems to be reliably pixels.\n\t\t// This is against the CSSOM draft spec:\n\t\t// https://drafts.csswg.org/cssom/#resolved-values\n\t\tif ( !support.pixelBoxStyles() && rnumnonpx.test( ret ) && rboxStyle.test( name ) ) {\n\n\t\t\t// Remember the original values\n\t\t\twidth = style.width;\n\t\t\tminWidth = style.minWidth;\n\t\t\tmaxWidth = style.maxWidth;\n\n\t\t\t// Put in the new values to get a computed value out\n\t\t\tstyle.minWidth = style.maxWidth = style.width = ret;\n\t\t\tret = computed.width;\n\n\t\t\t// Revert the changed values\n\t\t\tstyle.width = width;\n\t\t\tstyle.minWidth = minWidth;\n\t\t\tstyle.maxWidth = maxWidth;\n\t\t}\n\t}\n\n\treturn ret !== undefined ?\n\n\t\t// Support: IE <=9 - 11 only\n\t\t// IE returns zIndex value as an integer.\n\t\tret + \"\" :\n\t\tret;\n}\n\n\nfunction addGetHookIf( conditionFn, hookFn ) {\n\n\t// Define the hook, we'll check on the first run if it's really needed.\n\treturn {\n\t\tget: function() {\n\t\t\tif ( conditionFn() ) {\n\n\t\t\t\t// Hook not needed (or it's not possible to use it due\n\t\t\t\t// to missing dependency), remove it.\n\t\t\t\tdelete this.get;\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Hook needed; redefine it so that the support test is not executed again.\n\t\t\treturn ( this.get = hookFn ).apply( this, arguments );\n\t\t}\n\t};\n}\n\n\nvar cssPrefixes = [ \"Webkit\", \"Moz\", \"ms\" ],\n\temptyStyle = document.createElement( \"div\" ).style,\n\tvendorProps = {};\n\n// Return a vendor-prefixed property or undefined\nfunction vendorPropName( name ) {\n\n\t// Check for vendor prefixed names\n\tvar capName = name[ 0 ].toUpperCase() + name.slice( 1 ),\n\t\ti = cssPrefixes.length;\n\n\twhile ( i-- ) {\n\t\tname = cssPrefixes[ i ] + capName;\n\t\tif ( name in emptyStyle ) {\n\t\t\treturn name;\n\t\t}\n\t}\n}\n\n// Return a potentially-mapped jQuery.cssProps or vendor prefixed property\nfunction finalPropName( name ) {\n\tvar final = jQuery.cssProps[ name ] || vendorProps[ name ];\n\n\tif ( final ) {\n\t\treturn final;\n\t}\n\tif ( name in emptyStyle ) {\n\t\treturn name;\n\t}\n\treturn vendorProps[ name ] = vendorPropName( name ) || name;\n}\n\n\nvar\n\n\t// Swappable if display is none or starts with table\n\t// except \"table\", \"table-cell\", or \"table-caption\"\n\t// See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display\n\trdisplayswap = /^(none|table(?!-c[ea]).+)/,\n\trcustomProp = /^--/,\n\tcssShow = { position: \"absolute\", visibility: \"hidden\", display: \"block\" },\n\tcssNormalTransform = {\n\t\tletterSpacing: \"0\",\n\t\tfontWeight: \"400\"\n\t};\n\nfunction setPositiveNumber( _elem, value, subtract ) {\n\n\t// Any relative (+/-) values have already been\n\t// normalized at this point\n\tvar matches = rcssNum.exec( value );\n\treturn matches ?\n\n\t\t// Guard against undefined \"subtract\", e.g., when used as in cssHooks\n\t\tMath.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || \"px\" ) :\n\t\tvalue;\n}\n\nfunction boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) {\n\tvar i = dimension === \"width\" ? 1 : 0,\n\t\textra = 0,\n\t\tdelta = 0;\n\n\t// Adjustment may not be necessary\n\tif ( box === ( isBorderBox ? \"border\" : \"content\" ) ) {\n\t\treturn 0;\n\t}\n\n\tfor ( ; i < 4; i += 2 ) {\n\n\t\t// Both box models exclude margin\n\t\tif ( box === \"margin\" ) {\n\t\t\tdelta += jQuery.css( elem, box + cssExpand[ i ], true, styles );\n\t\t}\n\n\t\t// If we get here with a content-box, we're seeking \"padding\" or \"border\" or \"margin\"\n\t\tif ( !isBorderBox ) {\n\n\t\t\t// Add padding\n\t\t\tdelta += jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\n\t\t\t// For \"border\" or \"margin\", add border\n\t\t\tif ( box !== \"padding\" ) {\n\t\t\t\tdelta += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\n\t\t\t// But still keep track of it otherwise\n\t\t\t} else {\n\t\t\t\textra += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\n\t\t// If we get here with a border-box (content + padding + border), we're seeking \"content\" or\n\t\t// \"padding\" or \"margin\"\n\t\t} else {\n\n\t\t\t// For \"content\", subtract padding\n\t\t\tif ( box === \"content\" ) {\n\t\t\t\tdelta -= jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\t\t\t}\n\n\t\t\t// For \"content\" or \"padding\", subtract border\n\t\t\tif ( box !== \"margin\" ) {\n\t\t\t\tdelta -= jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Account for positive content-box scroll gutter when requested by providing computedVal\n\tif ( !isBorderBox && computedVal >= 0 ) {\n\n\t\t// offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border\n\t\t// Assuming integer scroll gutter, subtract the rest and round down\n\t\tdelta += Math.max( 0, Math.ceil(\n\t\t\telem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -\n\t\t\tcomputedVal -\n\t\t\tdelta -\n\t\t\textra -\n\t\t\t0.5\n\n\t\t// If offsetWidth/offsetHeight is unknown, then we can't determine content-box scroll gutter\n\t\t// Use an explicit zero to avoid NaN (gh-3964)\n\t\t) ) || 0;\n\t}\n\n\treturn delta;\n}\n\nfunction getWidthOrHeight( elem, dimension, extra ) {\n\n\t// Start with computed style\n\tvar styles = getStyles( elem ),\n\n\t\t// To avoid forcing a reflow, only fetch boxSizing if we need it (gh-4322).\n\t\t// Fake content-box until we know it's needed to know the true value.\n\t\tboxSizingNeeded = !support.boxSizingReliable() || extra,\n\t\tisBorderBox = boxSizingNeeded &&\n\t\t\tjQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\tvalueIsBorderBox = isBorderBox,\n\n\t\tval = curCSS( elem, dimension, styles ),\n\t\toffsetProp = \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 );\n\n\t// Support: Firefox <=54\n\t// Return a confounding non-pixel value or feign ignorance, as appropriate.\n\tif ( rnumnonpx.test( val ) ) {\n\t\tif ( !extra ) {\n\t\t\treturn val;\n\t\t}\n\t\tval = \"auto\";\n\t}\n\n\n\t// Support: IE 9 - 11 only\n\t// Use offsetWidth/offsetHeight for when box sizing is unreliable.\n\t// In those cases, the computed value can be trusted to be border-box.\n\tif ( ( !support.boxSizingReliable() && isBorderBox ||\n\n\t\t// Support: IE 10 - 11+, Edge 15 - 18+\n\t\t// IE/Edge misreport `getComputedStyle` of table rows with width/height\n\t\t// set in CSS while `offset*` properties report correct values.\n\t\t// Interestingly, in some cases IE 9 doesn't suffer from this issue.\n\t\t!support.reliableTrDimensions() && nodeName( elem, \"tr\" ) ||\n\n\t\t// Fall back to offsetWidth/offsetHeight when value is \"auto\"\n\t\t// This happens for inline elements with no explicit setting (gh-3571)\n\t\tval === \"auto\" ||\n\n\t\t// Support: Android <=4.1 - 4.3 only\n\t\t// Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602)\n\t\t!parseFloat( val ) && jQuery.css( elem, \"display\", false, styles ) === \"inline\" ) &&\n\n\t\t// Make sure the element is visible & connected\n\t\telem.getClientRects().length ) {\n\n\t\tisBorderBox = jQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\";\n\n\t\t// Where available, offsetWidth/offsetHeight approximate border box dimensions.\n\t\t// Where not available (e.g., SVG), assume unreliable box-sizing and interpret the\n\t\t// retrieved value as a content box dimension.\n\t\tvalueIsBorderBox = offsetProp in elem;\n\t\tif ( valueIsBorderBox ) {\n\t\t\tval = elem[ offsetProp ];\n\t\t}\n\t}\n\n\t// Normalize \"\" and auto\n\tval = parseFloat( val ) || 0;\n\n\t// Adjust for the element's box model\n\treturn ( val +\n\t\tboxModelAdjustment(\n\t\t\telem,\n\t\t\tdimension,\n\t\t\textra || ( isBorderBox ? \"border\" : \"content\" ),\n\t\t\tvalueIsBorderBox,\n\t\t\tstyles,\n\n\t\t\t// Provide the current computed size to request scroll gutter calculation (gh-3589)\n\t\t\tval\n\t\t)\n\t) + \"px\";\n}\n\njQuery.extend( {\n\n\t// Add in style property hooks for overriding the default\n\t// behavior of getting and setting a style property\n\tcssHooks: {\n\t\topacity: {\n\t\t\tget: function( elem, computed ) {\n\t\t\t\tif ( computed ) {\n\n\t\t\t\t\t// We should always get a number back from opacity\n\t\t\t\t\tvar ret = curCSS( elem, \"opacity\" );\n\t\t\t\t\treturn ret === \"\" ? \"1\" : ret;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\t// Don't automatically add \"px\" to these possibly-unitless properties\n\tcssNumber: {\n\t\t\"animationIterationCount\": true,\n\t\t\"columnCount\": true,\n\t\t\"fillOpacity\": true,\n\t\t\"flexGrow\": true,\n\t\t\"flexShrink\": true,\n\t\t\"fontWeight\": true,\n\t\t\"gridArea\": true,\n\t\t\"gridColumn\": true,\n\t\t\"gridColumnEnd\": true,\n\t\t\"gridColumnStart\": true,\n\t\t\"gridRow\": true,\n\t\t\"gridRowEnd\": true,\n\t\t\"gridRowStart\": true,\n\t\t\"lineHeight\": true,\n\t\t\"opacity\": true,\n\t\t\"order\": true,\n\t\t\"orphans\": true,\n\t\t\"widows\": true,\n\t\t\"zIndex\": true,\n\t\t\"zoom\": true\n\t},\n\n\t// Add in properties whose names you wish to fix before\n\t// setting or getting the value\n\tcssProps: {},\n\n\t// Get and set the style property on a DOM Node\n\tstyle: function( elem, name, value, extra ) {\n\n\t\t// Don't set styles on text and comment nodes\n\t\tif ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Make sure that we're working with the right name\n\t\tvar ret, type, hooks,\n\t\t\torigName = camelCase( name ),\n\t\t\tisCustomProp = rcustomProp.test( name ),\n\t\t\tstyle = elem.style;\n\n\t\t// Make sure that we're working with the right name. We don't\n\t\t// want to query the value if it is a CSS custom property\n\t\t// since they are user-defined.\n\t\tif ( !isCustomProp ) {\n\t\t\tname = finalPropName( origName );\n\t\t}\n\n\t\t// Gets hook for the prefixed version, then unprefixed version\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// Check if we're setting a value\n\t\tif ( value !== undefined ) {\n\t\t\ttype = typeof value;\n\n\t\t\t// Convert \"+=\" or \"-=\" to relative numbers (#7345)\n\t\t\tif ( type === \"string\" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) {\n\t\t\t\tvalue = adjustCSS( elem, name, ret );\n\n\t\t\t\t// Fixes bug #9237\n\t\t\t\ttype = \"number\";\n\t\t\t}\n\n\t\t\t// Make sure that null and NaN values aren't set (#7116)\n\t\t\tif ( value == null || value !== value ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// If a number was passed in, add the unit (except for certain CSS properties)\n\t\t\t// The isCustomProp check can be removed in jQuery 4.0 when we only auto-append\n\t\t\t// \"px\" to a few hardcoded values.\n\t\t\tif ( type === \"number\" && !isCustomProp ) {\n\t\t\t\tvalue += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? \"\" : \"px\" );\n\t\t\t}\n\n\t\t\t// background-* props affect original clone's values\n\t\t\tif ( !support.clearCloneStyle && value === \"\" && name.indexOf( \"background\" ) === 0 ) {\n\t\t\t\tstyle[ name ] = \"inherit\";\n\t\t\t}\n\n\t\t\t// If a hook was provided, use that value, otherwise just set the specified value\n\t\t\tif ( !hooks || !( \"set\" in hooks ) ||\n\t\t\t\t( value = hooks.set( elem, value, extra ) ) !== undefined ) {\n\n\t\t\t\tif ( isCustomProp ) {\n\t\t\t\t\tstyle.setProperty( name, value );\n\t\t\t\t} else {\n\t\t\t\t\tstyle[ name ] = value;\n\t\t\t\t}\n\t\t\t}\n\n\t\t} else {\n\n\t\t\t// If a hook was provided get the non-computed value from there\n\t\t\tif ( hooks && \"get\" in hooks &&\n\t\t\t\t( ret = hooks.get( elem, false, extra ) ) !== undefined ) {\n\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\t// Otherwise just get the value from the style object\n\t\t\treturn style[ name ];\n\t\t}\n\t},\n\n\tcss: function( elem, name, extra, styles ) {\n\t\tvar val, num, hooks,\n\t\t\torigName = camelCase( name ),\n\t\t\tisCustomProp = rcustomProp.test( name );\n\n\t\t// Make sure that we're working with the right name. We don't\n\t\t// want to modify the value if it is a CSS custom property\n\t\t// since they are user-defined.\n\t\tif ( !isCustomProp ) {\n\t\t\tname = finalPropName( origName );\n\t\t}\n\n\t\t// Try prefixed name followed by the unprefixed name\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// If a hook was provided get the computed value from there\n\t\tif ( hooks && \"get\" in hooks ) {\n\t\t\tval = hooks.get( elem, true, extra );\n\t\t}\n\n\t\t// Otherwise, if a way to get the computed value exists, use that\n\t\tif ( val === undefined ) {\n\t\t\tval = curCSS( elem, name, styles );\n\t\t}\n\n\t\t// Convert \"normal\" to computed value\n\t\tif ( val === \"normal\" && name in cssNormalTransform ) {\n\t\t\tval = cssNormalTransform[ name ];\n\t\t}\n\n\t\t// Make numeric if forced or a qualifier was provided and val looks numeric\n\t\tif ( extra === \"\" || extra ) {\n\t\t\tnum = parseFloat( val );\n\t\t\treturn extra === true || isFinite( num ) ? num || 0 : val;\n\t\t}\n\n\t\treturn val;\n\t}\n} );\n\njQuery.each( [ \"height\", \"width\" ], function( _i, dimension ) {\n\tjQuery.cssHooks[ dimension ] = {\n\t\tget: function( elem, computed, extra ) {\n\t\t\tif ( computed ) {\n\n\t\t\t\t// Certain elements can have dimension info if we invisibly show them\n\t\t\t\t// but it must have a current display style that would benefit\n\t\t\t\treturn rdisplayswap.test( jQuery.css( elem, \"display\" ) ) &&\n\n\t\t\t\t\t// Support: Safari 8+\n\t\t\t\t\t// Table columns in Safari have non-zero offsetWidth & zero\n\t\t\t\t\t// getBoundingClientRect().width unless display is changed.\n\t\t\t\t\t// Support: IE <=11 only\n\t\t\t\t\t// Running getBoundingClientRect on a disconnected node\n\t\t\t\t\t// in IE throws an error.\n\t\t\t\t\t( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ?\n\t\t\t\t\t\tswap( elem, cssShow, function() {\n\t\t\t\t\t\t\treturn getWidthOrHeight( elem, dimension, extra );\n\t\t\t\t\t\t} ) :\n\t\t\t\t\t\tgetWidthOrHeight( elem, dimension, extra );\n\t\t\t}\n\t\t},\n\n\t\tset: function( elem, value, extra ) {\n\t\t\tvar matches,\n\t\t\t\tstyles = getStyles( elem ),\n\n\t\t\t\t// Only read styles.position if the test has a chance to fail\n\t\t\t\t// to avoid forcing a reflow.\n\t\t\t\tscrollboxSizeBuggy = !support.scrollboxSize() &&\n\t\t\t\t\tstyles.position === \"absolute\",\n\n\t\t\t\t// To avoid forcing a reflow, only fetch boxSizing if we need it (gh-3991)\n\t\t\t\tboxSizingNeeded = scrollboxSizeBuggy || extra,\n\t\t\t\tisBorderBox = boxSizingNeeded &&\n\t\t\t\t\tjQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\t\t\tsubtract = extra ?\n\t\t\t\t\tboxModelAdjustment(\n\t\t\t\t\t\telem,\n\t\t\t\t\t\tdimension,\n\t\t\t\t\t\textra,\n\t\t\t\t\t\tisBorderBox,\n\t\t\t\t\t\tstyles\n\t\t\t\t\t) :\n\t\t\t\t\t0;\n\n\t\t\t// Account for unreliable border-box dimensions by comparing offset* to computed and\n\t\t\t// faking a content-box to get border and padding (gh-3699)\n\t\t\tif ( isBorderBox && scrollboxSizeBuggy ) {\n\t\t\t\tsubtract -= Math.ceil(\n\t\t\t\t\telem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -\n\t\t\t\t\tparseFloat( styles[ dimension ] ) -\n\t\t\t\t\tboxModelAdjustment( elem, dimension, \"border\", false, styles ) -\n\t\t\t\t\t0.5\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t// Convert to pixels if value adjustment is needed\n\t\t\tif ( subtract && ( matches = rcssNum.exec( value ) ) &&\n\t\t\t\t( matches[ 3 ] || \"px\" ) !== \"px\" ) {\n\n\t\t\t\telem.style[ dimension ] = value;\n\t\t\t\tvalue = jQuery.css( elem, dimension );\n\t\t\t}\n\n\t\t\treturn setPositiveNumber( elem, value, subtract );\n\t\t}\n\t};\n} );\n\njQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft,\n\tfunction( elem, computed ) {\n\t\tif ( computed ) {\n\t\t\treturn ( parseFloat( curCSS( elem, \"marginLeft\" ) ) ||\n\t\t\t\telem.getBoundingClientRect().left -\n\t\t\t\t\tswap( elem, { marginLeft: 0 }, function() {\n\t\t\t\t\t\treturn elem.getBoundingClientRect().left;\n\t\t\t\t\t} )\n\t\t\t\t) + \"px\";\n\t\t}\n\t}\n);\n\n// These hooks are used by animate to expand properties\njQuery.each( {\n\tmargin: \"\",\n\tpadding: \"\",\n\tborder: \"Width\"\n}, function( prefix, suffix ) {\n\tjQuery.cssHooks[ prefix + suffix ] = {\n\t\texpand: function( value ) {\n\t\t\tvar i = 0,\n\t\t\t\texpanded = {},\n\n\t\t\t\t// Assumes a single number if not a string\n\t\t\t\tparts = typeof value === \"string\" ? value.split( \" \" ) : [ value ];\n\n\t\t\tfor ( ; i < 4; i++ ) {\n\t\t\t\texpanded[ prefix + cssExpand[ i ] + suffix ] =\n\t\t\t\t\tparts[ i ] || parts[ i - 2 ] || parts[ 0 ];\n\t\t\t}\n\n\t\t\treturn expanded;\n\t\t}\n\t};\n\n\tif ( prefix !== \"margin\" ) {\n\t\tjQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber;\n\t}\n} );\n\njQuery.fn.extend( {\n\tcss: function( name, value ) {\n\t\treturn access( this, function( elem, name, value ) {\n\t\t\tvar styles, len,\n\t\t\t\tmap = {},\n\t\t\t\ti = 0;\n\n\t\t\tif ( Array.isArray( name ) ) {\n\t\t\t\tstyles = getStyles( elem );\n\t\t\t\tlen = name.length;\n\n\t\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\t\tmap[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles );\n\t\t\t\t}\n\n\t\t\t\treturn map;\n\t\t\t}\n\n\t\t\treturn value !== undefined ?\n\t\t\t\tjQuery.style( elem, name, value ) :\n\t\t\t\tjQuery.css( elem, name );\n\t\t}, name, value, arguments.length > 1 );\n\t}\n} );\n\n\nfunction Tween( elem, options, prop, end, easing ) {\n\treturn new Tween.prototype.init( elem, options, prop, end, easing );\n}\njQuery.Tween = Tween;\n\nTween.prototype = {\n\tconstructor: Tween,\n\tinit: function( elem, options, prop, end, easing, unit ) {\n\t\tthis.elem = elem;\n\t\tthis.prop = prop;\n\t\tthis.easing = easing || jQuery.easing._default;\n\t\tthis.options = options;\n\t\tthis.start = this.now = this.cur();\n\t\tthis.end = end;\n\t\tthis.unit = unit || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" );\n\t},\n\tcur: function() {\n\t\tvar hooks = Tween.propHooks[ this.prop ];\n\n\t\treturn hooks && hooks.get ?\n\t\t\thooks.get( this ) :\n\t\t\tTween.propHooks._default.get( this );\n\t},\n\trun: function( percent ) {\n\t\tvar eased,\n\t\t\thooks = Tween.propHooks[ this.prop ];\n\n\t\tif ( this.options.duration ) {\n\t\t\tthis.pos = eased = jQuery.easing[ this.easing ](\n\t\t\t\tpercent, this.options.duration * percent, 0, 1, this.options.duration\n\t\t\t);\n\t\t} else {\n\t\t\tthis.pos = eased = percent;\n\t\t}\n\t\tthis.now = ( this.end - this.start ) * eased + this.start;\n\n\t\tif ( this.options.step ) {\n\t\t\tthis.options.step.call( this.elem, this.now, this );\n\t\t}\n\n\t\tif ( hooks && hooks.set ) {\n\t\t\thooks.set( this );\n\t\t} else {\n\t\t\tTween.propHooks._default.set( this );\n\t\t}\n\t\treturn this;\n\t}\n};\n\nTween.prototype.init.prototype = Tween.prototype;\n\nTween.propHooks = {\n\t_default: {\n\t\tget: function( tween ) {\n\t\t\tvar result;\n\n\t\t\t// Use a property on the element directly when it is not a DOM element,\n\t\t\t// or when there is no matching style property that exists.\n\t\t\tif ( tween.elem.nodeType !== 1 ||\n\t\t\t\ttween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) {\n\t\t\t\treturn tween.elem[ tween.prop ];\n\t\t\t}\n\n\t\t\t// Passing an empty string as a 3rd parameter to .css will automatically\n\t\t\t// attempt a parseFloat and fallback to a string if the parse fails.\n\t\t\t// Simple values such as \"10px\" are parsed to Float;\n\t\t\t// complex values such as \"rotate(1rad)\" are returned as-is.\n\t\t\tresult = jQuery.css( tween.elem, tween.prop, \"\" );\n\n\t\t\t// Empty strings, null, undefined and \"auto\" are converted to 0.\n\t\t\treturn !result || result === \"auto\" ? 0 : result;\n\t\t},\n\t\tset: function( tween ) {\n\n\t\t\t// Use step hook for back compat.\n\t\t\t// Use cssHook if its there.\n\t\t\t// Use .style if available and use plain properties where available.\n\t\t\tif ( jQuery.fx.step[ tween.prop ] ) {\n\t\t\t\tjQuery.fx.step[ tween.prop ]( tween );\n\t\t\t} else if ( tween.elem.nodeType === 1 && (\n\t\t\t\t\tjQuery.cssHooks[ tween.prop ] ||\n\t\t\t\t\ttween.elem.style[ finalPropName( tween.prop ) ] != null ) ) {\n\t\t\t\tjQuery.style( tween.elem, tween.prop, tween.now + tween.unit );\n\t\t\t} else {\n\t\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t\t}\n\t\t}\n\t}\n};\n\n// Support: IE <=9 only\n// Panic based approach to setting things on disconnected nodes\nTween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {\n\tset: function( tween ) {\n\t\tif ( tween.elem.nodeType && tween.elem.parentNode ) {\n\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t}\n\t}\n};\n\njQuery.easing = {\n\tlinear: function( p ) {\n\t\treturn p;\n\t},\n\tswing: function( p ) {\n\t\treturn 0.5 - Math.cos( p * Math.PI ) / 2;\n\t},\n\t_default: \"swing\"\n};\n\njQuery.fx = Tween.prototype.init;\n\n// Back compat <1.8 extension point\njQuery.fx.step = {};\n\n\n\n\nvar\n\tfxNow, inProgress,\n\trfxtypes = /^(?:toggle|show|hide)$/,\n\trrun = /queueHooks$/;\n\nfunction schedule() {\n\tif ( inProgress ) {\n\t\tif ( document.hidden === false && window.requestAnimationFrame ) {\n\t\t\twindow.requestAnimationFrame( schedule );\n\t\t} else {\n\t\t\twindow.setTimeout( schedule, jQuery.fx.interval );\n\t\t}\n\n\t\tjQuery.fx.tick();\n\t}\n}\n\n// Animations created synchronously will run synchronously\nfunction createFxNow() {\n\twindow.setTimeout( function() {\n\t\tfxNow = undefined;\n\t} );\n\treturn ( fxNow = Date.now() );\n}\n\n// Generate parameters to create a standard animation\nfunction genFx( type, includeWidth ) {\n\tvar which,\n\t\ti = 0,\n\t\tattrs = { height: type };\n\n\t// If we include width, step value is 1 to do all cssExpand values,\n\t// otherwise step value is 2 to skip over Left and Right\n\tincludeWidth = includeWidth ? 1 : 0;\n\tfor ( ; i < 4; i += 2 - includeWidth ) {\n\t\twhich = cssExpand[ i ];\n\t\tattrs[ \"margin\" + which ] = attrs[ \"padding\" + which ] = type;\n\t}\n\n\tif ( includeWidth ) {\n\t\tattrs.opacity = attrs.width = type;\n\t}\n\n\treturn attrs;\n}\n\nfunction createTween( value, prop, animation ) {\n\tvar tween,\n\t\tcollection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ \"*\" ] ),\n\t\tindex = 0,\n\t\tlength = collection.length;\n\tfor ( ; index < length; index++ ) {\n\t\tif ( ( tween = collection[ index ].call( animation, prop, value ) ) ) {\n\n\t\t\t// We're done with this property\n\t\t\treturn tween;\n\t\t}\n\t}\n}\n\nfunction defaultPrefilter( elem, props, opts ) {\n\tvar prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display,\n\t\tisBox = \"width\" in props || \"height\" in props,\n\t\tanim = this,\n\t\torig = {},\n\t\tstyle = elem.style,\n\t\thidden = elem.nodeType && isHiddenWithinTree( elem ),\n\t\tdataShow = dataPriv.get( elem, \"fxshow\" );\n\n\t// Queue-skipping animations hijack the fx hooks\n\tif ( !opts.queue ) {\n\t\thooks = jQuery._queueHooks( elem, \"fx\" );\n\t\tif ( hooks.unqueued == null ) {\n\t\t\thooks.unqueued = 0;\n\t\t\toldfire = hooks.empty.fire;\n\t\t\thooks.empty.fire = function() {\n\t\t\t\tif ( !hooks.unqueued ) {\n\t\t\t\t\toldfire();\n\t\t\t\t}\n\t\t\t};\n\t\t}\n\t\thooks.unqueued++;\n\n\t\tanim.always( function() {\n\n\t\t\t// Ensure the complete handler is called before this completes\n\t\t\tanim.always( function() {\n\t\t\t\thooks.unqueued--;\n\t\t\t\tif ( !jQuery.queue( elem, \"fx\" ).length ) {\n\t\t\t\t\thooks.empty.fire();\n\t\t\t\t}\n\t\t\t} );\n\t\t} );\n\t}\n\n\t// Detect show/hide animations\n\tfor ( prop in props ) {\n\t\tvalue = props[ prop ];\n\t\tif ( rfxtypes.test( value ) ) {\n\t\t\tdelete props[ prop ];\n\t\t\ttoggle = toggle || value === \"toggle\";\n\t\t\tif ( value === ( hidden ? \"hide\" : \"show\" ) ) {\n\n\t\t\t\t// Pretend to be hidden if this is a \"show\" and\n\t\t\t\t// there is still data from a stopped show/hide\n\t\t\t\tif ( value === \"show\" && dataShow && dataShow[ prop ] !== undefined ) {\n\t\t\t\t\thidden = true;\n\n\t\t\t\t// Ignore all other no-op show/hide data\n\t\t\t\t} else {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\t\t\t}\n\t\t\torig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop );\n\t\t}\n\t}\n\n\t// Bail out if this is a no-op like .hide().hide()\n\tpropTween = !jQuery.isEmptyObject( props );\n\tif ( !propTween && jQuery.isEmptyObject( orig ) ) {\n\t\treturn;\n\t}\n\n\t// Restrict \"overflow\" and \"display\" styles during box animations\n\tif ( isBox && elem.nodeType === 1 ) {\n\n\t\t// Support: IE <=9 - 11, Edge 12 - 15\n\t\t// Record all 3 overflow attributes because IE does not infer the shorthand\n\t\t// from identically-valued overflowX and overflowY and Edge just mirrors\n\t\t// the overflowX value there.\n\t\topts.overflow = [ style.overflow, style.overflowX, style.overflowY ];\n\n\t\t// Identify a display type, preferring old show/hide data over the CSS cascade\n\t\trestoreDisplay = dataShow && dataShow.display;\n\t\tif ( restoreDisplay == null ) {\n\t\t\trestoreDisplay = dataPriv.get( elem, \"display\" );\n\t\t}\n\t\tdisplay = jQuery.css( elem, \"display\" );\n\t\tif ( display === \"none\" ) {\n\t\t\tif ( restoreDisplay ) {\n\t\t\t\tdisplay = restoreDisplay;\n\t\t\t} else {\n\n\t\t\t\t// Get nonempty value(s) by temporarily forcing visibility\n\t\t\t\tshowHide( [ elem ], true );\n\t\t\t\trestoreDisplay = elem.style.display || restoreDisplay;\n\t\t\t\tdisplay = jQuery.css( elem, \"display\" );\n\t\t\t\tshowHide( [ elem ] );\n\t\t\t}\n\t\t}\n\n\t\t// Animate inline elements as inline-block\n\t\tif ( display === \"inline\" || display === \"inline-block\" && restoreDisplay != null ) {\n\t\t\tif ( jQuery.css( elem, \"float\" ) === \"none\" ) {\n\n\t\t\t\t// Restore the original display value at the end of pure show/hide animations\n\t\t\t\tif ( !propTween ) {\n\t\t\t\t\tanim.done( function() {\n\t\t\t\t\t\tstyle.display = restoreDisplay;\n\t\t\t\t\t} );\n\t\t\t\t\tif ( restoreDisplay == null ) {\n\t\t\t\t\t\tdisplay = style.display;\n\t\t\t\t\t\trestoreDisplay = display === \"none\" ? \"\" : display;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tstyle.display = \"inline-block\";\n\t\t\t}\n\t\t}\n\t}\n\n\tif ( opts.overflow ) {\n\t\tstyle.overflow = \"hidden\";\n\t\tanim.always( function() {\n\t\t\tstyle.overflow = opts.overflow[ 0 ];\n\t\t\tstyle.overflowX = opts.overflow[ 1 ];\n\t\t\tstyle.overflowY = opts.overflow[ 2 ];\n\t\t} );\n\t}\n\n\t// Implement show/hide animations\n\tpropTween = false;\n\tfor ( prop in orig ) {\n\n\t\t// General show/hide setup for this element animation\n\t\tif ( !propTween ) {\n\t\t\tif ( dataShow ) {\n\t\t\t\tif ( \"hidden\" in dataShow ) {\n\t\t\t\t\thidden = dataShow.hidden;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tdataShow = dataPriv.access( elem, \"fxshow\", { display: restoreDisplay } );\n\t\t\t}\n\n\t\t\t// Store hidden/visible for toggle so `.stop().toggle()` \"reverses\"\n\t\t\tif ( toggle ) {\n\t\t\t\tdataShow.hidden = !hidden;\n\t\t\t}\n\n\t\t\t// Show elements before animating them\n\t\t\tif ( hidden ) {\n\t\t\t\tshowHide( [ elem ], true );\n\t\t\t}\n\n\t\t\t/* eslint-disable no-loop-func */\n\n\t\t\tanim.done( function() {\n\n\t\t\t/* eslint-enable no-loop-func */\n\n\t\t\t\t// The final step of a \"hide\" animation is actually hiding the element\n\t\t\t\tif ( !hidden ) {\n\t\t\t\t\tshowHide( [ elem ] );\n\t\t\t\t}\n\t\t\t\tdataPriv.remove( elem, \"fxshow\" );\n\t\t\t\tfor ( prop in orig ) {\n\t\t\t\t\tjQuery.style( elem, prop, orig[ prop ] );\n\t\t\t\t}\n\t\t\t} );\n\t\t}\n\n\t\t// Per-property setup\n\t\tpropTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim );\n\t\tif ( !( prop in dataShow ) ) {\n\t\t\tdataShow[ prop ] = propTween.start;\n\t\t\tif ( hidden ) {\n\t\t\t\tpropTween.end = propTween.start;\n\t\t\t\tpropTween.start = 0;\n\t\t\t}\n\t\t}\n\t}\n}\n\nfunction propFilter( props, specialEasing ) {\n\tvar index, name, easing, value, hooks;\n\n\t// camelCase, specialEasing and expand cssHook pass\n\tfor ( index in props ) {\n\t\tname = camelCase( index );\n\t\teasing = specialEasing[ name ];\n\t\tvalue = props[ index ];\n\t\tif ( Array.isArray( value ) ) {\n\t\t\teasing = value[ 1 ];\n\t\t\tvalue = props[ index ] = value[ 0 ];\n\t\t}\n\n\t\tif ( index !== name ) {\n\t\t\tprops[ name ] = value;\n\t\t\tdelete props[ index ];\n\t\t}\n\n\t\thooks = jQuery.cssHooks[ name ];\n\t\tif ( hooks && \"expand\" in hooks ) {\n\t\t\tvalue = hooks.expand( value );\n\t\t\tdelete props[ name ];\n\n\t\t\t// Not quite $.extend, this won't overwrite existing keys.\n\t\t\t// Reusing 'index' because we have the correct \"name\"\n\t\t\tfor ( index in value ) {\n\t\t\t\tif ( !( index in props ) ) {\n\t\t\t\t\tprops[ index ] = value[ index ];\n\t\t\t\t\tspecialEasing[ index ] = easing;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tspecialEasing[ name ] = easing;\n\t\t}\n\t}\n}\n\nfunction Animation( elem, properties, options ) {\n\tvar result,\n\t\tstopped,\n\t\tindex = 0,\n\t\tlength = Animation.prefilters.length,\n\t\tdeferred = jQuery.Deferred().always( function() {\n\n\t\t\t// Don't match elem in the :animated selector\n\t\t\tdelete tick.elem;\n\t\t} ),\n\t\ttick = function() {\n\t\t\tif ( stopped ) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\tvar currentTime = fxNow || createFxNow(),\n\t\t\t\tremaining = Math.max( 0, animation.startTime + animation.duration - currentTime ),\n\n\t\t\t\t// Support: Android 2.3 only\n\t\t\t\t// Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497)\n\t\t\t\ttemp = remaining / animation.duration || 0,\n\t\t\t\tpercent = 1 - temp,\n\t\t\t\tindex = 0,\n\t\t\t\tlength = animation.tweens.length;\n\n\t\t\tfor ( ; index < length; index++ ) {\n\t\t\t\tanimation.tweens[ index ].run( percent );\n\t\t\t}\n\n\t\t\tdeferred.notifyWith( elem, [ animation, percent, remaining ] );\n\n\t\t\t// If there's more to do, yield\n\t\t\tif ( percent < 1 && length ) {\n\t\t\t\treturn remaining;\n\t\t\t}\n\n\t\t\t// If this was an empty animation, synthesize a final progress notification\n\t\t\tif ( !length ) {\n\t\t\t\tdeferred.notifyWith( elem, [ animation, 1, 0 ] );\n\t\t\t}\n\n\t\t\t// Resolve the animation and report its conclusion\n\t\t\tdeferred.resolveWith( elem, [ animation ] );\n\t\t\treturn false;\n\t\t},\n\t\tanimation = deferred.promise( {\n\t\t\telem: elem,\n\t\t\tprops: jQuery.extend( {}, properties ),\n\t\t\topts: jQuery.extend( true, {\n\t\t\t\tspecialEasing: {},\n\t\t\t\teasing: jQuery.easing._default\n\t\t\t}, options ),\n\t\t\toriginalProperties: properties,\n\t\t\toriginalOptions: options,\n\t\t\tstartTime: fxNow || createFxNow(),\n\t\t\tduration: options.duration,\n\t\t\ttweens: [],\n\t\t\tcreateTween: function( prop, end ) {\n\t\t\t\tvar tween = jQuery.Tween( elem, animation.opts, prop, end,\n\t\t\t\t\t\tanimation.opts.specialEasing[ prop ] || animation.opts.easing );\n\t\t\t\tanimation.tweens.push( tween );\n\t\t\t\treturn tween;\n\t\t\t},\n\t\t\tstop: function( gotoEnd ) {\n\t\t\t\tvar index = 0,\n\n\t\t\t\t\t// If we are going to the end, we want to run all the tweens\n\t\t\t\t\t// otherwise we skip this part\n\t\t\t\t\tlength = gotoEnd ? animation.tweens.length : 0;\n\t\t\t\tif ( stopped ) {\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t\tstopped = true;\n\t\t\t\tfor ( ; index < length; index++ ) {\n\t\t\t\t\tanimation.tweens[ index ].run( 1 );\n\t\t\t\t}\n\n\t\t\t\t// Resolve when we played the last frame; otherwise, reject\n\t\t\t\tif ( gotoEnd ) {\n\t\t\t\t\tdeferred.notifyWith( elem, [ animation, 1, 0 ] );\n\t\t\t\t\tdeferred.resolveWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t} else {\n\t\t\t\t\tdeferred.rejectWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t}\n\t\t} ),\n\t\tprops = animation.props;\n\n\tpropFilter( props, animation.opts.specialEasing );\n\n\tfor ( ; index < length; index++ ) {\n\t\tresult = Animation.prefilters[ index ].call( animation, elem, props, animation.opts );\n\t\tif ( result ) {\n\t\t\tif ( isFunction( result.stop ) ) {\n\t\t\t\tjQuery._queueHooks( animation.elem, animation.opts.queue ).stop =\n\t\t\t\t\tresult.stop.bind( result );\n\t\t\t}\n\t\t\treturn result;\n\t\t}\n\t}\n\n\tjQuery.map( props, createTween, animation );\n\n\tif ( isFunction( animation.opts.start ) ) {\n\t\tanimation.opts.start.call( elem, animation );\n\t}\n\n\t// Attach callbacks from options\n\tanimation\n\t\t.progress( animation.opts.progress )\n\t\t.done( animation.opts.done, animation.opts.complete )\n\t\t.fail( animation.opts.fail )\n\t\t.always( animation.opts.always );\n\n\tjQuery.fx.timer(\n\t\tjQuery.extend( tick, {\n\t\t\telem: elem,\n\t\t\tanim: animation,\n\t\t\tqueue: animation.opts.queue\n\t\t} )\n\t);\n\n\treturn animation;\n}\n\njQuery.Animation = jQuery.extend( Animation, {\n\n\ttweeners: {\n\t\t\"*\": [ function( prop, value ) {\n\t\t\tvar tween = this.createTween( prop, value );\n\t\t\tadjustCSS( tween.elem, prop, rcssNum.exec( value ), tween );\n\t\t\treturn tween;\n\t\t} ]\n\t},\n\n\ttweener: function( props, callback ) {\n\t\tif ( isFunction( props ) ) {\n\t\t\tcallback = props;\n\t\t\tprops = [ \"*\" ];\n\t\t} else {\n\t\t\tprops = props.match( rnothtmlwhite );\n\t\t}\n\n\t\tvar prop,\n\t\t\tindex = 0,\n\t\t\tlength = props.length;\n\n\t\tfor ( ; index < length; index++ ) {\n\t\t\tprop = props[ index ];\n\t\t\tAnimation.tweeners[ prop ] = Animation.tweeners[ prop ] || [];\n\t\t\tAnimation.tweeners[ prop ].unshift( callback );\n\t\t}\n\t},\n\n\tprefilters: [ defaultPrefilter ],\n\n\tprefilter: function( callback, prepend ) {\n\t\tif ( prepend ) {\n\t\t\tAnimation.prefilters.unshift( callback );\n\t\t} else {\n\t\t\tAnimation.prefilters.push( callback );\n\t\t}\n\t}\n} );\n\njQuery.speed = function( speed, easing, fn ) {\n\tvar opt = speed && typeof speed === \"object\" ? jQuery.extend( {}, speed ) : {\n\t\tcomplete: fn || !fn && easing ||\n\t\t\tisFunction( speed ) && speed,\n\t\tduration: speed,\n\t\teasing: fn && easing || easing && !isFunction( easing ) && easing\n\t};\n\n\t// Go to the end state if fx are off\n\tif ( jQuery.fx.off ) {\n\t\topt.duration = 0;\n\n\t} else {\n\t\tif ( typeof opt.duration !== \"number\" ) {\n\t\t\tif ( opt.duration in jQuery.fx.speeds ) {\n\t\t\t\topt.duration = jQuery.fx.speeds[ opt.duration ];\n\n\t\t\t} else {\n\t\t\t\topt.duration = jQuery.fx.speeds._default;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Normalize opt.queue - true/undefined/null -> \"fx\"\n\tif ( opt.queue == null || opt.queue === true ) {\n\t\topt.queue = \"fx\";\n\t}\n\n\t// Queueing\n\topt.old = opt.complete;\n\n\topt.complete = function() {\n\t\tif ( isFunction( opt.old ) ) {\n\t\t\topt.old.call( this );\n\t\t}\n\n\t\tif ( opt.queue ) {\n\t\t\tjQuery.dequeue( this, opt.queue );\n\t\t}\n\t};\n\n\treturn opt;\n};\n\njQuery.fn.extend( {\n\tfadeTo: function( speed, to, easing, callback ) {\n\n\t\t// Show any hidden elements after setting opacity to 0\n\t\treturn this.filter( isHiddenWithinTree ).css( \"opacity\", 0 ).show()\n\n\t\t\t// Animate to the value specified\n\t\t\t.end().animate( { opacity: to }, speed, easing, callback );\n\t},\n\tanimate: function( prop, speed, easing, callback ) {\n\t\tvar empty = jQuery.isEmptyObject( prop ),\n\t\t\toptall = jQuery.speed( speed, easing, callback ),\n\t\t\tdoAnimation = function() {\n\n\t\t\t\t// Operate on a copy of prop so per-property easing won't be lost\n\t\t\t\tvar anim = Animation( this, jQuery.extend( {}, prop ), optall );\n\n\t\t\t\t// Empty animations, or finishing resolves immediately\n\t\t\t\tif ( empty || dataPriv.get( this, \"finish\" ) ) {\n\t\t\t\t\tanim.stop( true );\n\t\t\t\t}\n\t\t\t};\n\t\t\tdoAnimation.finish = doAnimation;\n\n\t\treturn empty || optall.queue === false ?\n\t\t\tthis.each( doAnimation ) :\n\t\t\tthis.queue( optall.queue, doAnimation );\n\t},\n\tstop: function( type, clearQueue, gotoEnd ) {\n\t\tvar stopQueue = function( hooks ) {\n\t\t\tvar stop = hooks.stop;\n\t\t\tdelete hooks.stop;\n\t\t\tstop( gotoEnd );\n\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tgotoEnd = clearQueue;\n\t\t\tclearQueue = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\tif ( clearQueue ) {\n\t\t\tthis.queue( type || \"fx\", [] );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar dequeue = true,\n\t\t\t\tindex = type != null && type + \"queueHooks\",\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tdata = dataPriv.get( this );\n\n\t\t\tif ( index ) {\n\t\t\t\tif ( data[ index ] && data[ index ].stop ) {\n\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tfor ( index in data ) {\n\t\t\t\t\tif ( data[ index ] && data[ index ].stop && rrun.test( index ) ) {\n\t\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this &&\n\t\t\t\t\t( type == null || timers[ index ].queue === type ) ) {\n\n\t\t\t\t\ttimers[ index ].anim.stop( gotoEnd );\n\t\t\t\t\tdequeue = false;\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Start the next in the queue if the last step wasn't forced.\n\t\t\t// Timers currently will call their complete callbacks, which\n\t\t\t// will dequeue but only if they were gotoEnd.\n\t\t\tif ( dequeue || !gotoEnd ) {\n\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t}\n\t\t} );\n\t},\n\tfinish: function( type ) {\n\t\tif ( type !== false ) {\n\t\t\ttype = type || \"fx\";\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tvar index,\n\t\t\t\tdata = dataPriv.get( this ),\n\t\t\t\tqueue = data[ type + \"queue\" ],\n\t\t\t\thooks = data[ type + \"queueHooks\" ],\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tlength = queue ? queue.length : 0;\n\n\t\t\t// Enable finishing flag on private data\n\t\t\tdata.finish = true;\n\n\t\t\t// Empty the queue first\n\t\t\tjQuery.queue( this, type, [] );\n\n\t\t\tif ( hooks && hooks.stop ) {\n\t\t\t\thooks.stop.call( this, true );\n\t\t\t}\n\n\t\t\t// Look for any active animations, and finish them\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this && timers[ index ].queue === type ) {\n\t\t\t\t\ttimers[ index ].anim.stop( true );\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Look for any animations in the old queue and finish them\n\t\t\tfor ( index = 0; index < length; index++ ) {\n\t\t\t\tif ( queue[ index ] && queue[ index ].finish ) {\n\t\t\t\t\tqueue[ index ].finish.call( this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Turn off finishing flag\n\t\t\tdelete data.finish;\n\t\t} );\n\t}\n} );\n\njQuery.each( [ \"toggle\", \"show\", \"hide\" ], function( _i, name ) {\n\tvar cssFn = jQuery.fn[ name ];\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn speed == null || typeof speed === \"boolean\" ?\n\t\t\tcssFn.apply( this, arguments ) :\n\t\t\tthis.animate( genFx( name, true ), speed, easing, callback );\n\t};\n} );\n\n// Generate shortcuts for custom animations\njQuery.each( {\n\tslideDown: genFx( \"show\" ),\n\tslideUp: genFx( \"hide\" ),\n\tslideToggle: genFx( \"toggle\" ),\n\tfadeIn: { opacity: \"show\" },\n\tfadeOut: { opacity: \"hide\" },\n\tfadeToggle: { opacity: \"toggle\" }\n}, function( name, props ) {\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn this.animate( props, speed, easing, callback );\n\t};\n} );\n\njQuery.timers = [];\njQuery.fx.tick = function() {\n\tvar timer,\n\t\ti = 0,\n\t\ttimers = jQuery.timers;\n\n\tfxNow = Date.now();\n\n\tfor ( ; i < timers.length; i++ ) {\n\t\ttimer = timers[ i ];\n\n\t\t// Run the timer and safely remove it when done (allowing for external removal)\n\t\tif ( !timer() && timers[ i ] === timer ) {\n\t\t\ttimers.splice( i--, 1 );\n\t\t}\n\t}\n\n\tif ( !timers.length ) {\n\t\tjQuery.fx.stop();\n\t}\n\tfxNow = undefined;\n};\n\njQuery.fx.timer = function( timer ) {\n\tjQuery.timers.push( timer );\n\tjQuery.fx.start();\n};\n\njQuery.fx.interval = 13;\njQuery.fx.start = function() {\n\tif ( inProgress ) {\n\t\treturn;\n\t}\n\n\tinProgress = true;\n\tschedule();\n};\n\njQuery.fx.stop = function() {\n\tinProgress = null;\n};\n\njQuery.fx.speeds = {\n\tslow: 600,\n\tfast: 200,\n\n\t// Default speed\n\t_default: 400\n};\n\n\n// Based off of the plugin by Clint Helfers, with permission.\n// https://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/\njQuery.fn.delay = function( time, type ) {\n\ttime = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;\n\ttype = type || \"fx\";\n\n\treturn this.queue( type, function( next, hooks ) {\n\t\tvar timeout = window.setTimeout( next, time );\n\t\thooks.stop = function() {\n\t\t\twindow.clearTimeout( timeout );\n\t\t};\n\t} );\n};\n\n\n( function() {\n\tvar input = document.createElement( \"input\" ),\n\t\tselect = document.createElement( \"select\" ),\n\t\topt = select.appendChild( document.createElement( \"option\" ) );\n\n\tinput.type = \"checkbox\";\n\n\t// Support: Android <=4.3 only\n\t// Default value for a checkbox should be \"on\"\n\tsupport.checkOn = input.value !== \"\";\n\n\t// Support: IE <=11 only\n\t// Must access selectedIndex to make default options select\n\tsupport.optSelected = opt.selected;\n\n\t// Support: IE <=11 only\n\t// An input loses its value after becoming a radio\n\tinput = document.createElement( \"input\" );\n\tinput.value = \"t\";\n\tinput.type = \"radio\";\n\tsupport.radioValue = input.value === \"t\";\n} )();\n\n\nvar boolHook,\n\tattrHandle = jQuery.expr.attrHandle;\n\njQuery.fn.extend( {\n\tattr: function( name, value ) {\n\t\treturn access( this, jQuery.attr, name, value, arguments.length > 1 );\n\t},\n\n\tremoveAttr: function( name ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.removeAttr( this, name );\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tattr: function( elem, name, value ) {\n\t\tvar ret, hooks,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set attributes on text, comment and attribute nodes\n\t\tif ( nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Fallback to prop when attributes are not supported\n\t\tif ( typeof elem.getAttribute === \"undefined\" ) {\n\t\t\treturn jQuery.prop( elem, name, value );\n\t\t}\n\n\t\t// Attribute hooks are determined by the lowercase version\n\t\t// Grab necessary hook if one is defined\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\t\t\thooks = jQuery.attrHooks[ name.toLowerCase() ] ||\n\t\t\t\t( jQuery.expr.match.bool.test( name ) ? boolHook : undefined );\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\tif ( value === null ) {\n\t\t\t\tjQuery.removeAttr( elem, name );\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( hooks && \"set\" in hooks &&\n\t\t\t\t( ret = hooks.set( elem, value, name ) ) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\telem.setAttribute( name, value + \"\" );\n\t\t\treturn value;\n\t\t}\n\n\t\tif ( hooks && \"get\" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {\n\t\t\treturn ret;\n\t\t}\n\n\t\tret = jQuery.find.attr( elem, name );\n\n\t\t// Non-existent attributes return null, we normalize to undefined\n\t\treturn ret == null ? undefined : ret;\n\t},\n\n\tattrHooks: {\n\t\ttype: {\n\t\t\tset: function( elem, value ) {\n\t\t\t\tif ( !support.radioValue && value === \"radio\" &&\n\t\t\t\t\tnodeName( elem, \"input\" ) ) {\n\t\t\t\t\tvar val = elem.value;\n\t\t\t\t\telem.setAttribute( \"type\", value );\n\t\t\t\t\tif ( val ) {\n\t\t\t\t\t\telem.value = val;\n\t\t\t\t\t}\n\t\t\t\t\treturn value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\tremoveAttr: function( elem, value ) {\n\t\tvar name,\n\t\t\ti = 0,\n\n\t\t\t// Attribute names can contain non-HTML whitespace characters\n\t\t\t// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n\t\t\tattrNames = value && value.match( rnothtmlwhite );\n\n\t\tif ( attrNames && elem.nodeType === 1 ) {\n\t\t\twhile ( ( name = attrNames[ i++ ] ) ) {\n\t\t\t\telem.removeAttribute( name );\n\t\t\t}\n\t\t}\n\t}\n} );\n\n// Hooks for boolean attributes\nboolHook = {\n\tset: function( elem, value, name ) {\n\t\tif ( value === false ) {\n\n\t\t\t// Remove boolean attributes when set to false\n\t\t\tjQuery.removeAttr( elem, name );\n\t\t} else {\n\t\t\telem.setAttribute( name, name );\n\t\t}\n\t\treturn name;\n\t}\n};\n\njQuery.each( jQuery.expr.match.bool.source.match( /\\w+/g ), function( _i, name ) {\n\tvar getter = attrHandle[ name ] || jQuery.find.attr;\n\n\tattrHandle[ name ] = function( elem, name, isXML ) {\n\t\tvar ret, handle,\n\t\t\tlowercaseName = name.toLowerCase();\n\n\t\tif ( !isXML ) {\n\n\t\t\t// Avoid an infinite loop by temporarily removing this function from the getter\n\t\t\thandle = attrHandle[ lowercaseName ];\n\t\t\tattrHandle[ lowercaseName ] = ret;\n\t\t\tret = getter( elem, name, isXML ) != null ?\n\t\t\t\tlowercaseName :\n\t\t\t\tnull;\n\t\t\tattrHandle[ lowercaseName ] = handle;\n\t\t}\n\t\treturn ret;\n\t};\n} );\n\n\n\n\nvar rfocusable = /^(?:input|select|textarea|button)$/i,\n\trclickable = /^(?:a|area)$/i;\n\njQuery.fn.extend( {\n\tprop: function( name, value ) {\n\t\treturn access( this, jQuery.prop, name, value, arguments.length > 1 );\n\t},\n\n\tremoveProp: function( name ) {\n\t\treturn this.each( function() {\n\t\t\tdelete this[ jQuery.propFix[ name ] || name ];\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tprop: function( elem, name, value ) {\n\t\tvar ret, hooks,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set properties on text, comment and attribute nodes\n\t\tif ( nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// Fix name and attach hooks\n\t\t\tname = jQuery.propFix[ name ] || name;\n\t\t\thooks = jQuery.propHooks[ name ];\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\tif ( hooks && \"set\" in hooks &&\n\t\t\t\t( ret = hooks.set( elem, value, name ) ) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\treturn ( elem[ name ] = value );\n\t\t}\n\n\t\tif ( hooks && \"get\" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {\n\t\t\treturn ret;\n\t\t}\n\n\t\treturn elem[ name ];\n\t},\n\n\tpropHooks: {\n\t\ttabIndex: {\n\t\t\tget: function( elem ) {\n\n\t\t\t\t// Support: IE <=9 - 11 only\n\t\t\t\t// elem.tabIndex doesn't always return the\n\t\t\t\t// correct value when it hasn't been explicitly set\n\t\t\t\t// https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/\n\t\t\t\t// Use proper attribute retrieval(#12072)\n\t\t\t\tvar tabindex = jQuery.find.attr( elem, \"tabindex\" );\n\n\t\t\t\tif ( tabindex ) {\n\t\t\t\t\treturn parseInt( tabindex, 10 );\n\t\t\t\t}\n\n\t\t\t\tif (\n\t\t\t\t\trfocusable.test( elem.nodeName ) ||\n\t\t\t\t\trclickable.test( elem.nodeName ) &&\n\t\t\t\t\telem.href\n\t\t\t\t) {\n\t\t\t\t\treturn 0;\n\t\t\t\t}\n\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t},\n\n\tpropFix: {\n\t\t\"for\": \"htmlFor\",\n\t\t\"class\": \"className\"\n\t}\n} );\n\n// Support: IE <=11 only\n// Accessing the selectedIndex property\n// forces the browser to respect setting selected\n// on the option\n// The getter ensures a default option is selected\n// when in an optgroup\n// eslint rule \"no-unused-expressions\" is disabled for this code\n// since it considers such accessions noop\nif ( !support.optSelected ) {\n\tjQuery.propHooks.selected = {\n\t\tget: function( elem ) {\n\n\t\t\t/* eslint no-unused-expressions: \"off\" */\n\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent && parent.parentNode ) {\n\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t}\n\t\t\treturn null;\n\t\t},\n\t\tset: function( elem ) {\n\n\t\t\t/* eslint no-unused-expressions: \"off\" */\n\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent ) {\n\t\t\t\tparent.selectedIndex;\n\n\t\t\t\tif ( parent.parentNode ) {\n\t\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\njQuery.each( [\n\t\"tabIndex\",\n\t\"readOnly\",\n\t\"maxLength\",\n\t\"cellSpacing\",\n\t\"cellPadding\",\n\t\"rowSpan\",\n\t\"colSpan\",\n\t\"useMap\",\n\t\"frameBorder\",\n\t\"contentEditable\"\n], function() {\n\tjQuery.propFix[ this.toLowerCase() ] = this;\n} );\n\n\n\n\n\t// Strip and collapse whitespace according to HTML spec\n\t// https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace\n\tfunction stripAndCollapse( value ) {\n\t\tvar tokens = value.match( rnothtmlwhite ) || [];\n\t\treturn tokens.join( \" \" );\n\t}\n\n\nfunction getClass( elem ) {\n\treturn elem.getAttribute && elem.getAttribute( \"class\" ) || \"\";\n}\n\nfunction classesToArray( value ) {\n\tif ( Array.isArray( value ) ) {\n\t\treturn value;\n\t}\n\tif ( typeof value === \"string\" ) {\n\t\treturn value.match( rnothtmlwhite ) || [];\n\t}\n\treturn [];\n}\n\njQuery.fn.extend( {\n\taddClass: function( value ) {\n\t\tvar classes, elem, cur, curValue, clazz, j, finalValue,\n\t\t\ti = 0;\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( j ) {\n\t\t\t\tjQuery( this ).addClass( value.call( this, j, getClass( this ) ) );\n\t\t\t} );\n\t\t}\n\n\t\tclasses = classesToArray( value );\n\n\t\tif ( classes.length ) {\n\t\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\t\tcurValue = getClass( elem );\n\t\t\t\tcur = elem.nodeType === 1 && ( \" \" + stripAndCollapse( curValue ) + \" \" );\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( ( clazz = classes[ j++ ] ) ) {\n\t\t\t\t\t\tif ( cur.indexOf( \" \" + clazz + \" \" ) < 0 ) {\n\t\t\t\t\t\t\tcur += clazz + \" \";\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = stripAndCollapse( cur );\n\t\t\t\t\tif ( curValue !== finalValue ) {\n\t\t\t\t\t\telem.setAttribute( \"class\", finalValue );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tremoveClass: function( value ) {\n\t\tvar classes, elem, cur, curValue, clazz, j, finalValue,\n\t\t\ti = 0;\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( j ) {\n\t\t\t\tjQuery( this ).removeClass( value.call( this, j, getClass( this ) ) );\n\t\t\t} );\n\t\t}\n\n\t\tif ( !arguments.length ) {\n\t\t\treturn this.attr( \"class\", \"\" );\n\t\t}\n\n\t\tclasses = classesToArray( value );\n\n\t\tif ( classes.length ) {\n\t\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\t\tcurValue = getClass( elem );\n\n\t\t\t\t// This expression is here for better compressibility (see addClass)\n\t\t\t\tcur = elem.nodeType === 1 && ( \" \" + stripAndCollapse( curValue ) + \" \" );\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( ( clazz = classes[ j++ ] ) ) {\n\n\t\t\t\t\t\t// Remove *all* instances\n\t\t\t\t\t\twhile ( cur.indexOf( \" \" + clazz + \" \" ) > -1 ) {\n\t\t\t\t\t\t\tcur = cur.replace( \" \" + clazz + \" \", \" \" );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = stripAndCollapse( cur );\n\t\t\t\t\tif ( curValue !== finalValue ) {\n\t\t\t\t\t\telem.setAttribute( \"class\", finalValue );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\ttoggleClass: function( value, stateVal ) {\n\t\tvar type = typeof value,\n\t\t\tisValidValue = type === \"string\" || Array.isArray( value );\n\n\t\tif ( typeof stateVal === \"boolean\" && isValidValue ) {\n\t\t\treturn stateVal ? this.addClass( value ) : this.removeClass( value );\n\t\t}\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( i ) {\n\t\t\t\tjQuery( this ).toggleClass(\n\t\t\t\t\tvalue.call( this, i, getClass( this ), stateVal ),\n\t\t\t\t\tstateVal\n\t\t\t\t);\n\t\t\t} );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar className, i, self, classNames;\n\n\t\t\tif ( isValidValue ) {\n\n\t\t\t\t// Toggle individual class names\n\t\t\t\ti = 0;\n\t\t\t\tself = jQuery( this );\n\t\t\t\tclassNames = classesToArray( value );\n\n\t\t\t\twhile ( ( className = classNames[ i++ ] ) ) {\n\n\t\t\t\t\t// Check each className given, space separated list\n\t\t\t\t\tif ( self.hasClass( className ) ) {\n\t\t\t\t\t\tself.removeClass( className );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tself.addClass( className );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Toggle whole class name\n\t\t\t} else if ( value === undefined || type === \"boolean\" ) {\n\t\t\t\tclassName = getClass( this );\n\t\t\t\tif ( className ) {\n\n\t\t\t\t\t// Store className if set\n\t\t\t\t\tdataPriv.set( this, \"__className__\", className );\n\t\t\t\t}\n\n\t\t\t\t// If the element has a class name or if we're passed `false`,\n\t\t\t\t// then remove the whole classname (if there was one, the above saved it).\n\t\t\t\t// Otherwise bring back whatever was previously saved (if anything),\n\t\t\t\t// falling back to the empty string if nothing was stored.\n\t\t\t\tif ( this.setAttribute ) {\n\t\t\t\t\tthis.setAttribute( \"class\",\n\t\t\t\t\t\tclassName || value === false ?\n\t\t\t\t\t\t\"\" :\n\t\t\t\t\t\tdataPriv.get( this, \"__className__\" ) || \"\"\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t},\n\n\thasClass: function( selector ) {\n\t\tvar className, elem,\n\t\t\ti = 0;\n\n\t\tclassName = \" \" + selector + \" \";\n\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\tif ( elem.nodeType === 1 &&\n\t\t\t\t( \" \" + stripAndCollapse( getClass( elem ) ) + \" \" ).indexOf( className ) > -1 ) {\n\t\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\n\t\treturn false;\n\t}\n} );\n\n\n\n\nvar rreturn = /\\r/g;\n\njQuery.fn.extend( {\n\tval: function( value ) {\n\t\tvar hooks, ret, valueIsFunction,\n\t\t\telem = this[ 0 ];\n\n\t\tif ( !arguments.length ) {\n\t\t\tif ( elem ) {\n\t\t\t\thooks = jQuery.valHooks[ elem.type ] ||\n\t\t\t\t\tjQuery.valHooks[ elem.nodeName.toLowerCase() ];\n\n\t\t\t\tif ( hooks &&\n\t\t\t\t\t\"get\" in hooks &&\n\t\t\t\t\t( ret = hooks.get( elem, \"value\" ) ) !== undefined\n\t\t\t\t) {\n\t\t\t\t\treturn ret;\n\t\t\t\t}\n\n\t\t\t\tret = elem.value;\n\n\t\t\t\t// Handle most common string cases\n\t\t\t\tif ( typeof ret === \"string\" ) {\n\t\t\t\t\treturn ret.replace( rreturn, \"\" );\n\t\t\t\t}\n\n\t\t\t\t// Handle cases where value is null/undef or number\n\t\t\t\treturn ret == null ? \"\" : ret;\n\t\t\t}\n\n\t\t\treturn;\n\t\t}\n\n\t\tvalueIsFunction = isFunction( value );\n\n\t\treturn this.each( function( i ) {\n\t\t\tvar val;\n\n\t\t\tif ( this.nodeType !== 1 ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( valueIsFunction ) {\n\t\t\t\tval = value.call( this, i, jQuery( this ).val() );\n\t\t\t} else {\n\t\t\t\tval = value;\n\t\t\t}\n\n\t\t\t// Treat null/undefined as \"\"; convert numbers to string\n\t\t\tif ( val == null ) {\n\t\t\t\tval = \"\";\n\n\t\t\t} else if ( typeof val === \"number\" ) {\n\t\t\t\tval += \"\";\n\n\t\t\t} else if ( Array.isArray( val ) ) {\n\t\t\t\tval = jQuery.map( val, function( value ) {\n\t\t\t\t\treturn value == null ? \"\" : value + \"\";\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\thooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ];\n\n\t\t\t// If set returns undefined, fall back to normal setting\n\t\t\tif ( !hooks || !( \"set\" in hooks ) || hooks.set( this, val, \"value\" ) === undefined ) {\n\t\t\t\tthis.value = val;\n\t\t\t}\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tvalHooks: {\n\t\toption: {\n\t\t\tget: function( elem ) {\n\n\t\t\t\tvar val = jQuery.find.attr( elem, \"value\" );\n\t\t\t\treturn val != null ?\n\t\t\t\t\tval :\n\n\t\t\t\t\t// Support: IE <=10 - 11 only\n\t\t\t\t\t// option.text throws exceptions (#14686, #14858)\n\t\t\t\t\t// Strip and collapse whitespace\n\t\t\t\t\t// https://html.spec.whatwg.org/#strip-and-collapse-whitespace\n\t\t\t\t\tstripAndCollapse( jQuery.text( elem ) );\n\t\t\t}\n\t\t},\n\t\tselect: {\n\t\t\tget: function( elem ) {\n\t\t\t\tvar value, option, i,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tindex = elem.selectedIndex,\n\t\t\t\t\tone = elem.type === \"select-one\",\n\t\t\t\t\tvalues = one ? null : [],\n\t\t\t\t\tmax = one ? index + 1 : options.length;\n\n\t\t\t\tif ( index < 0 ) {\n\t\t\t\t\ti = max;\n\n\t\t\t\t} else {\n\t\t\t\t\ti = one ? index : 0;\n\t\t\t\t}\n\n\t\t\t\t// Loop through all the selected options\n\t\t\t\tfor ( ; i < max; i++ ) {\n\t\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t// IE8-9 doesn't update selected after form reset (#2551)\n\t\t\t\t\tif ( ( option.selected || i === index ) &&\n\n\t\t\t\t\t\t\t// Don't return options that are disabled or in a disabled optgroup\n\t\t\t\t\t\t\t!option.disabled &&\n\t\t\t\t\t\t\t( !option.parentNode.disabled ||\n\t\t\t\t\t\t\t\t!nodeName( option.parentNode, \"optgroup\" ) ) ) {\n\n\t\t\t\t\t\t// Get the specific value for the option\n\t\t\t\t\t\tvalue = jQuery( option ).val();\n\n\t\t\t\t\t\t// We don't need an array for one selects\n\t\t\t\t\t\tif ( one ) {\n\t\t\t\t\t\t\treturn value;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Multi-Selects return an array\n\t\t\t\t\t\tvalues.push( value );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn values;\n\t\t\t},\n\n\t\t\tset: function( elem, value ) {\n\t\t\t\tvar optionSet, option,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tvalues = jQuery.makeArray( value ),\n\t\t\t\t\ti = options.length;\n\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t/* eslint-disable no-cond-assign */\n\n\t\t\t\t\tif ( option.selected =\n\t\t\t\t\t\tjQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1\n\t\t\t\t\t) {\n\t\t\t\t\t\toptionSet = true;\n\t\t\t\t\t}\n\n\t\t\t\t\t/* eslint-enable no-cond-assign */\n\t\t\t\t}\n\n\t\t\t\t// Force browsers to behave consistently when non-matching value is set\n\t\t\t\tif ( !optionSet ) {\n\t\t\t\t\telem.selectedIndex = -1;\n\t\t\t\t}\n\t\t\t\treturn values;\n\t\t\t}\n\t\t}\n\t}\n} );\n\n// Radios and checkboxes getter/setter\njQuery.each( [ \"radio\", \"checkbox\" ], function() {\n\tjQuery.valHooks[ this ] = {\n\t\tset: function( elem, value ) {\n\t\t\tif ( Array.isArray( value ) ) {\n\t\t\t\treturn ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 );\n\t\t\t}\n\t\t}\n\t};\n\tif ( !support.checkOn ) {\n\t\tjQuery.valHooks[ this ].get = function( elem ) {\n\t\t\treturn elem.getAttribute( \"value\" ) === null ? \"on\" : elem.value;\n\t\t};\n\t}\n} );\n\n\n\n\n// Return jQuery for attributes-only inclusion\n\n\nsupport.focusin = \"onfocusin\" in window;\n\n\nvar rfocusMorph = /^(?:focusinfocus|focusoutblur)$/,\n\tstopPropagationCallback = function( e ) {\n\t\te.stopPropagation();\n\t};\n\njQuery.extend( jQuery.event, {\n\n\ttrigger: function( event, data, elem, onlyHandlers ) {\n\n\t\tvar i, cur, tmp, bubbleType, ontype, handle, special, lastElement,\n\t\t\teventPath = [ elem || document ],\n\t\t\ttype = hasOwn.call( event, \"type\" ) ? event.type : event,\n\t\t\tnamespaces = hasOwn.call( event, \"namespace\" ) ? event.namespace.split( \".\" ) : [];\n\n\t\tcur = lastElement = tmp = elem = elem || document;\n\n\t\t// Don't do events on text and comment nodes\n\t\tif ( elem.nodeType === 3 || elem.nodeType === 8 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// focus/blur morphs to focusin/out; ensure we're not firing them right now\n\t\tif ( rfocusMorph.test( type + jQuery.event.triggered ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( type.indexOf( \".\" ) > -1 ) {\n\n\t\t\t// Namespaced trigger; create a regexp to match event type in handle()\n\t\t\tnamespaces = type.split( \".\" );\n\t\t\ttype = namespaces.shift();\n\t\t\tnamespaces.sort();\n\t\t}\n\t\tontype = type.indexOf( \":\" ) < 0 && \"on\" + type;\n\n\t\t// Caller can pass in a jQuery.Event object, Object, or just an event type string\n\t\tevent = event[ jQuery.expando ] ?\n\t\t\tevent :\n\t\t\tnew jQuery.Event( type, typeof event === \"object\" && event );\n\n\t\t// Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true)\n\t\tevent.isTrigger = onlyHandlers ? 2 : 3;\n\t\tevent.namespace = namespaces.join( \".\" );\n\t\tevent.rnamespace = event.namespace ?\n\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join( \"\\\\.(?:.*\\\\.|)\" ) + \"(\\\\.|$)\" ) :\n\t\t\tnull;\n\n\t\t// Clean up the event in case it is being reused\n\t\tevent.result = undefined;\n\t\tif ( !event.target ) {\n\t\t\tevent.target = elem;\n\t\t}\n\n\t\t// Clone any incoming data and prepend the event, creating the handler arg list\n\t\tdata = data == null ?\n\t\t\t[ event ] :\n\t\t\tjQuery.makeArray( data, [ event ] );\n\n\t\t// Allow special events to draw outside the lines\n\t\tspecial = jQuery.event.special[ type ] || {};\n\t\tif ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine event propagation path in advance, per W3C events spec (#9951)\n\t\t// Bubble up to document, then to window; watch for a global ownerDocument var (#9724)\n\t\tif ( !onlyHandlers && !special.noBubble && !isWindow( elem ) ) {\n\n\t\t\tbubbleType = special.delegateType || type;\n\t\t\tif ( !rfocusMorph.test( bubbleType + type ) ) {\n\t\t\t\tcur = cur.parentNode;\n\t\t\t}\n\t\t\tfor ( ; cur; cur = cur.parentNode ) {\n\t\t\t\teventPath.push( cur );\n\t\t\t\ttmp = cur;\n\t\t\t}\n\n\t\t\t// Only add window if we got to document (e.g., not plain obj or detached DOM)\n\t\t\tif ( tmp === ( elem.ownerDocument || document ) ) {\n\t\t\t\teventPath.push( tmp.defaultView || tmp.parentWindow || window );\n\t\t\t}\n\t\t}\n\n\t\t// Fire handlers on the event path\n\t\ti = 0;\n\t\twhile ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) {\n\t\t\tlastElement = cur;\n\t\t\tevent.type = i > 1 ?\n\t\t\t\tbubbleType :\n\t\t\t\tspecial.bindType || type;\n\n\t\t\t// jQuery handler\n\t\t\thandle = (\n\t\t\t\t\tdataPriv.get( cur, \"events\" ) || Object.create( null )\n\t\t\t\t)[ event.type ] &&\n\t\t\t\tdataPriv.get( cur, \"handle\" );\n\t\t\tif ( handle ) {\n\t\t\t\thandle.apply( cur, data );\n\t\t\t}\n\n\t\t\t// Native handler\n\t\t\thandle = ontype && cur[ ontype ];\n\t\t\tif ( handle && handle.apply && acceptData( cur ) ) {\n\t\t\t\tevent.result = handle.apply( cur, data );\n\t\t\t\tif ( event.result === false ) {\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tevent.type = type;\n\n\t\t// If nobody prevented the default action, do it now\n\t\tif ( !onlyHandlers && !event.isDefaultPrevented() ) {\n\n\t\t\tif ( ( !special._default ||\n\t\t\t\tspecial._default.apply( eventPath.pop(), data ) === false ) &&\n\t\t\t\tacceptData( elem ) ) {\n\n\t\t\t\t// Call a native DOM method on the target with the same name as the event.\n\t\t\t\t// Don't do default actions on window, that's where global variables be (#6170)\n\t\t\t\tif ( ontype && isFunction( elem[ type ] ) && !isWindow( elem ) ) {\n\n\t\t\t\t\t// Don't re-trigger an onFOO event when we call its FOO() method\n\t\t\t\t\ttmp = elem[ ontype ];\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = null;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prevent re-triggering of the same event, since we already bubbled it above\n\t\t\t\t\tjQuery.event.triggered = type;\n\n\t\t\t\t\tif ( event.isPropagationStopped() ) {\n\t\t\t\t\t\tlastElement.addEventListener( type, stopPropagationCallback );\n\t\t\t\t\t}\n\n\t\t\t\t\telem[ type ]();\n\n\t\t\t\t\tif ( event.isPropagationStopped() ) {\n\t\t\t\t\t\tlastElement.removeEventListener( type, stopPropagationCallback );\n\t\t\t\t\t}\n\n\t\t\t\t\tjQuery.event.triggered = undefined;\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\t// Piggyback on a donor event to simulate a different one\n\t// Used only for `focus(in | out)` events\n\tsimulate: function( type, elem, event ) {\n\t\tvar e = jQuery.extend(\n\t\t\tnew jQuery.Event(),\n\t\t\tevent,\n\t\t\t{\n\t\t\t\ttype: type,\n\t\t\t\tisSimulated: true\n\t\t\t}\n\t\t);\n\n\t\tjQuery.event.trigger( e, null, elem );\n\t}\n\n} );\n\njQuery.fn.extend( {\n\n\ttrigger: function( type, data ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.trigger( type, data, this );\n\t\t} );\n\t},\n\ttriggerHandler: function( type, data ) {\n\t\tvar elem = this[ 0 ];\n\t\tif ( elem ) {\n\t\t\treturn jQuery.event.trigger( type, data, elem, true );\n\t\t}\n\t}\n} );\n\n\n// Support: Firefox <=44\n// Firefox doesn't have focus(in | out) events\n// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787\n//\n// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1\n// focus(in | out) events fire after focus & blur events,\n// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order\n// Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857\nif ( !support.focusin ) {\n\tjQuery.each( { focus: \"focusin\", blur: \"focusout\" }, function( orig, fix ) {\n\n\t\t// Attach a single capturing handler on the document while someone wants focusin/focusout\n\t\tvar handler = function( event ) {\n\t\t\tjQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) );\n\t\t};\n\n\t\tjQuery.event.special[ fix ] = {\n\t\t\tsetup: function() {\n\n\t\t\t\t// Handle: regular nodes (via `this.ownerDocument`), window\n\t\t\t\t// (via `this.document`) & document (via `this`).\n\t\t\t\tvar doc = this.ownerDocument || this.document || this,\n\t\t\t\t\tattaches = dataPriv.access( doc, fix );\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.addEventListener( orig, handler, true );\n\t\t\t\t}\n\t\t\t\tdataPriv.access( doc, fix, ( attaches || 0 ) + 1 );\n\t\t\t},\n\t\t\tteardown: function() {\n\t\t\t\tvar doc = this.ownerDocument || this.document || this,\n\t\t\t\t\tattaches = dataPriv.access( doc, fix ) - 1;\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.removeEventListener( orig, handler, true );\n\t\t\t\t\tdataPriv.remove( doc, fix );\n\n\t\t\t\t} else {\n\t\t\t\t\tdataPriv.access( doc, fix, attaches );\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t} );\n}\nvar location = window.location;\n\nvar nonce = { guid: Date.now() };\n\nvar rquery = ( /\\?/ );\n\n\n\n// Cross-browser xml parsing\njQuery.parseXML = function( data ) {\n\tvar xml;\n\tif ( !data || typeof data !== \"string\" ) {\n\t\treturn null;\n\t}\n\n\t// Support: IE 9 - 11 only\n\t// IE throws on parseFromString with invalid input.\n\ttry {\n\t\txml = ( new window.DOMParser() ).parseFromString( data, \"text/xml\" );\n\t} catch ( e ) {\n\t\txml = undefined;\n\t}\n\n\tif ( !xml || xml.getElementsByTagName( \"parsererror\" ).length ) {\n\t\tjQuery.error( \"Invalid XML: \" + data );\n\t}\n\treturn xml;\n};\n\n\nvar\n\trbracket = /\\[\\]$/,\n\trCRLF = /\\r?\\n/g,\n\trsubmitterTypes = /^(?:submit|button|image|reset|file)$/i,\n\trsubmittable = /^(?:input|select|textarea|keygen)/i;\n\nfunction buildParams( prefix, obj, traditional, add ) {\n\tvar name;\n\n\tif ( Array.isArray( obj ) ) {\n\n\t\t// Serialize array item.\n\t\tjQuery.each( obj, function( i, v ) {\n\t\t\tif ( traditional || rbracket.test( prefix ) ) {\n\n\t\t\t\t// Treat each array item as a scalar.\n\t\t\t\tadd( prefix, v );\n\n\t\t\t} else {\n\n\t\t\t\t// Item is non-scalar (array or object), encode its numeric index.\n\t\t\t\tbuildParams(\n\t\t\t\t\tprefix + \"[\" + ( typeof v === \"object\" && v != null ? i : \"\" ) + \"]\",\n\t\t\t\t\tv,\n\t\t\t\t\ttraditional,\n\t\t\t\t\tadd\n\t\t\t\t);\n\t\t\t}\n\t\t} );\n\n\t} else if ( !traditional && toType( obj ) === \"object\" ) {\n\n\t\t// Serialize object item.\n\t\tfor ( name in obj ) {\n\t\t\tbuildParams( prefix + \"[\" + name + \"]\", obj[ name ], traditional, add );\n\t\t}\n\n\t} else {\n\n\t\t// Serialize scalar item.\n\t\tadd( prefix, obj );\n\t}\n}\n\n// Serialize an array of form elements or a set of\n// key/values into a query string\njQuery.param = function( a, traditional ) {\n\tvar prefix,\n\t\ts = [],\n\t\tadd = function( key, valueOrFunction ) {\n\n\t\t\t// If value is a function, invoke it and use its return value\n\t\t\tvar value = isFunction( valueOrFunction ) ?\n\t\t\t\tvalueOrFunction() :\n\t\t\t\tvalueOrFunction;\n\n\t\t\ts[ s.length ] = encodeURIComponent( key ) + \"=\" +\n\t\t\t\tencodeURIComponent( value == null ? \"\" : value );\n\t\t};\n\n\tif ( a == null ) {\n\t\treturn \"\";\n\t}\n\n\t// If an array was passed in, assume that it is an array of form elements.\n\tif ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) {\n\n\t\t// Serialize the form elements\n\t\tjQuery.each( a, function() {\n\t\t\tadd( this.name, this.value );\n\t\t} );\n\n\t} else {\n\n\t\t// If traditional, encode the \"old\" way (the way 1.3.2 or older\n\t\t// did it), otherwise encode params recursively.\n\t\tfor ( prefix in a ) {\n\t\t\tbuildParams( prefix, a[ prefix ], traditional, add );\n\t\t}\n\t}\n\n\t// Return the resulting serialization\n\treturn s.join( \"&\" );\n};\n\njQuery.fn.extend( {\n\tserialize: function() {\n\t\treturn jQuery.param( this.serializeArray() );\n\t},\n\tserializeArray: function() {\n\t\treturn this.map( function() {\n\n\t\t\t// Can add propHook for \"elements\" to filter or add form elements\n\t\t\tvar elements = jQuery.prop( this, \"elements\" );\n\t\t\treturn elements ? jQuery.makeArray( elements ) : this;\n\t\t} )\n\t\t.filter( function() {\n\t\t\tvar type = this.type;\n\n\t\t\t// Use .is( \":disabled\" ) so that fieldset[disabled] works\n\t\t\treturn this.name && !jQuery( this ).is( \":disabled\" ) &&\n\t\t\t\trsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) &&\n\t\t\t\t( this.checked || !rcheckableType.test( type ) );\n\t\t} )\n\t\t.map( function( _i, elem ) {\n\t\t\tvar val = jQuery( this ).val();\n\n\t\t\tif ( val == null ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\tif ( Array.isArray( val ) ) {\n\t\t\t\treturn jQuery.map( val, function( val ) {\n\t\t\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t} ).get();\n\t}\n} );\n\n\nvar\n\tr20 = /%20/g,\n\trhash = /#.*$/,\n\trantiCache = /([?&])_=[^&]*/,\n\trheaders = /^(.*?):[ \\t]*([^\\r\\n]*)$/mg,\n\n\t// #7653, #8125, #8152: local protocol detection\n\trlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/,\n\trnoContent = /^(?:GET|HEAD)$/,\n\trprotocol = /^\\/\\//,\n\n\t/* Prefilters\n\t * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example)\n\t * 2) These are called:\n\t * - BEFORE asking for a transport\n\t * - AFTER param serialization (s.data is a string if s.processData is true)\n\t * 3) key is the dataType\n\t * 4) the catchall symbol \"*\" can be used\n\t * 5) execution will start with transport dataType and THEN continue down to \"*\" if needed\n\t */\n\tprefilters = {},\n\n\t/* Transports bindings\n\t * 1) key is the dataType\n\t * 2) the catchall symbol \"*\" can be used\n\t * 3) selection will start with transport dataType and THEN go to \"*\" if needed\n\t */\n\ttransports = {},\n\n\t// Avoid comment-prolog char sequence (#10098); must appease lint and evade compression\n\tallTypes = \"*/\".concat( \"*\" ),\n\n\t// Anchor tag for parsing the document origin\n\toriginAnchor = document.createElement( \"a\" );\n\toriginAnchor.href = location.href;\n\n// Base \"constructor\" for jQuery.ajaxPrefilter and jQuery.ajaxTransport\nfunction addToPrefiltersOrTransports( structure ) {\n\n\t// dataTypeExpression is optional and defaults to \"*\"\n\treturn function( dataTypeExpression, func ) {\n\n\t\tif ( typeof dataTypeExpression !== \"string\" ) {\n\t\t\tfunc = dataTypeExpression;\n\t\t\tdataTypeExpression = \"*\";\n\t\t}\n\n\t\tvar dataType,\n\t\t\ti = 0,\n\t\t\tdataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || [];\n\n\t\tif ( isFunction( func ) ) {\n\n\t\t\t// For each dataType in the dataTypeExpression\n\t\t\twhile ( ( dataType = dataTypes[ i++ ] ) ) {\n\n\t\t\t\t// Prepend if requested\n\t\t\t\tif ( dataType[ 0 ] === \"+\" ) {\n\t\t\t\t\tdataType = dataType.slice( 1 ) || \"*\";\n\t\t\t\t\t( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func );\n\n\t\t\t\t// Otherwise append\n\t\t\t\t} else {\n\t\t\t\t\t( structure[ dataType ] = structure[ dataType ] || [] ).push( func );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\n// Base inspection function for prefilters and transports\nfunction inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) {\n\n\tvar inspected = {},\n\t\tseekingTransport = ( structure === transports );\n\n\tfunction inspect( dataType ) {\n\t\tvar selected;\n\t\tinspected[ dataType ] = true;\n\t\tjQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) {\n\t\t\tvar dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR );\n\t\t\tif ( typeof dataTypeOrTransport === \"string\" &&\n\t\t\t\t!seekingTransport && !inspected[ dataTypeOrTransport ] ) {\n\n\t\t\t\toptions.dataTypes.unshift( dataTypeOrTransport );\n\t\t\t\tinspect( dataTypeOrTransport );\n\t\t\t\treturn false;\n\t\t\t} else if ( seekingTransport ) {\n\t\t\t\treturn !( selected = dataTypeOrTransport );\n\t\t\t}\n\t\t} );\n\t\treturn selected;\n\t}\n\n\treturn inspect( options.dataTypes[ 0 ] ) || !inspected[ \"*\" ] && inspect( \"*\" );\n}\n\n// A special extend for ajax options\n// that takes \"flat\" options (not to be deep extended)\n// Fixes #9887\nfunction ajaxExtend( target, src ) {\n\tvar key, deep,\n\t\tflatOptions = jQuery.ajaxSettings.flatOptions || {};\n\n\tfor ( key in src ) {\n\t\tif ( src[ key ] !== undefined ) {\n\t\t\t( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ];\n\t\t}\n\t}\n\tif ( deep ) {\n\t\tjQuery.extend( true, target, deep );\n\t}\n\n\treturn target;\n}\n\n/* Handles responses to an ajax request:\n * - finds the right dataType (mediates between content-type and expected dataType)\n * - returns the corresponding response\n */\nfunction ajaxHandleResponses( s, jqXHR, responses ) {\n\n\tvar ct, type, finalDataType, firstDataType,\n\t\tcontents = s.contents,\n\t\tdataTypes = s.dataTypes;\n\n\t// Remove auto dataType and get content-type in the process\n\twhile ( dataTypes[ 0 ] === \"*\" ) {\n\t\tdataTypes.shift();\n\t\tif ( ct === undefined ) {\n\t\t\tct = s.mimeType || jqXHR.getResponseHeader( \"Content-Type\" );\n\t\t}\n\t}\n\n\t// Check if we're dealing with a known content-type\n\tif ( ct ) {\n\t\tfor ( type in contents ) {\n\t\t\tif ( contents[ type ] && contents[ type ].test( ct ) ) {\n\t\t\t\tdataTypes.unshift( type );\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Check to see if we have a response for the expected dataType\n\tif ( dataTypes[ 0 ] in responses ) {\n\t\tfinalDataType = dataTypes[ 0 ];\n\t} else {\n\n\t\t// Try convertible dataTypes\n\t\tfor ( type in responses ) {\n\t\t\tif ( !dataTypes[ 0 ] || s.converters[ type + \" \" + dataTypes[ 0 ] ] ) {\n\t\t\t\tfinalDataType = type;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( !firstDataType ) {\n\t\t\t\tfirstDataType = type;\n\t\t\t}\n\t\t}\n\n\t\t// Or just use first one\n\t\tfinalDataType = finalDataType || firstDataType;\n\t}\n\n\t// If we found a dataType\n\t// We add the dataType to the list if needed\n\t// and return the corresponding response\n\tif ( finalDataType ) {\n\t\tif ( finalDataType !== dataTypes[ 0 ] ) {\n\t\t\tdataTypes.unshift( finalDataType );\n\t\t}\n\t\treturn responses[ finalDataType ];\n\t}\n}\n\n/* Chain conversions given the request and the original response\n * Also sets the responseXXX fields on the jqXHR instance\n */\nfunction ajaxConvert( s, response, jqXHR, isSuccess ) {\n\tvar conv2, current, conv, tmp, prev,\n\t\tconverters = {},\n\n\t\t// Work with a copy of dataTypes in case we need to modify it for conversion\n\t\tdataTypes = s.dataTypes.slice();\n\n\t// Create converters map with lowercased keys\n\tif ( dataTypes[ 1 ] ) {\n\t\tfor ( conv in s.converters ) {\n\t\t\tconverters[ conv.toLowerCase() ] = s.converters[ conv ];\n\t\t}\n\t}\n\n\tcurrent = dataTypes.shift();\n\n\t// Convert to each sequential dataType\n\twhile ( current ) {\n\n\t\tif ( s.responseFields[ current ] ) {\n\t\t\tjqXHR[ s.responseFields[ current ] ] = response;\n\t\t}\n\n\t\t// Apply the dataFilter if provided\n\t\tif ( !prev && isSuccess && s.dataFilter ) {\n\t\t\tresponse = s.dataFilter( response, s.dataType );\n\t\t}\n\n\t\tprev = current;\n\t\tcurrent = dataTypes.shift();\n\n\t\tif ( current ) {\n\n\t\t\t// There's only work to do if current dataType is non-auto\n\t\t\tif ( current === \"*\" ) {\n\n\t\t\t\tcurrent = prev;\n\n\t\t\t// Convert response if prev dataType is non-auto and differs from current\n\t\t\t} else if ( prev !== \"*\" && prev !== current ) {\n\n\t\t\t\t// Seek a direct converter\n\t\t\t\tconv = converters[ prev + \" \" + current ] || converters[ \"* \" + current ];\n\n\t\t\t\t// If none found, seek a pair\n\t\t\t\tif ( !conv ) {\n\t\t\t\t\tfor ( conv2 in converters ) {\n\n\t\t\t\t\t\t// If conv2 outputs current\n\t\t\t\t\t\ttmp = conv2.split( \" \" );\n\t\t\t\t\t\tif ( tmp[ 1 ] === current ) {\n\n\t\t\t\t\t\t\t// If prev can be converted to accepted input\n\t\t\t\t\t\t\tconv = converters[ prev + \" \" + tmp[ 0 ] ] ||\n\t\t\t\t\t\t\t\tconverters[ \"* \" + tmp[ 0 ] ];\n\t\t\t\t\t\t\tif ( conv ) {\n\n\t\t\t\t\t\t\t\t// Condense equivalence converters\n\t\t\t\t\t\t\t\tif ( conv === true ) {\n\t\t\t\t\t\t\t\t\tconv = converters[ conv2 ];\n\n\t\t\t\t\t\t\t\t// Otherwise, insert the intermediate dataType\n\t\t\t\t\t\t\t\t} else if ( converters[ conv2 ] !== true ) {\n\t\t\t\t\t\t\t\t\tcurrent = tmp[ 0 ];\n\t\t\t\t\t\t\t\t\tdataTypes.unshift( tmp[ 1 ] );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Apply converter (if not an equivalence)\n\t\t\t\tif ( conv !== true ) {\n\n\t\t\t\t\t// Unless errors are allowed to bubble, catch and return them\n\t\t\t\t\tif ( conv && s.throws ) {\n\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t} else {\n\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t\t} catch ( e ) {\n\t\t\t\t\t\t\treturn {\n\t\t\t\t\t\t\t\tstate: \"parsererror\",\n\t\t\t\t\t\t\t\terror: conv ? e : \"No conversion from \" + prev + \" to \" + current\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn { state: \"success\", data: response };\n}\n\njQuery.extend( {\n\n\t// Counter for holding the number of active queries\n\tactive: 0,\n\n\t// Last-Modified header cache for next request\n\tlastModified: {},\n\tetag: {},\n\n\tajaxSettings: {\n\t\turl: location.href,\n\t\ttype: \"GET\",\n\t\tisLocal: rlocalProtocol.test( location.protocol ),\n\t\tglobal: true,\n\t\tprocessData: true,\n\t\tasync: true,\n\t\tcontentType: \"application/x-www-form-urlencoded; charset=UTF-8\",\n\n\t\t/*\n\t\ttimeout: 0,\n\t\tdata: null,\n\t\tdataType: null,\n\t\tusername: null,\n\t\tpassword: null,\n\t\tcache: null,\n\t\tthrows: false,\n\t\ttraditional: false,\n\t\theaders: {},\n\t\t*/\n\n\t\taccepts: {\n\t\t\t\"*\": allTypes,\n\t\t\ttext: \"text/plain\",\n\t\t\thtml: \"text/html\",\n\t\t\txml: \"application/xml, text/xml\",\n\t\t\tjson: \"application/json, text/javascript\"\n\t\t},\n\n\t\tcontents: {\n\t\t\txml: /\\bxml\\b/,\n\t\t\thtml: /\\bhtml/,\n\t\t\tjson: /\\bjson\\b/\n\t\t},\n\n\t\tresponseFields: {\n\t\t\txml: \"responseXML\",\n\t\t\ttext: \"responseText\",\n\t\t\tjson: \"responseJSON\"\n\t\t},\n\n\t\t// Data converters\n\t\t// Keys separate source (or catchall \"*\") and destination types with a single space\n\t\tconverters: {\n\n\t\t\t// Convert anything to text\n\t\t\t\"* text\": String,\n\n\t\t\t// Text to html (true = no transformation)\n\t\t\t\"text html\": true,\n\n\t\t\t// Evaluate text as a json expression\n\t\t\t\"text json\": JSON.parse,\n\n\t\t\t// Parse text as xml\n\t\t\t\"text xml\": jQuery.parseXML\n\t\t},\n\n\t\t// For options that shouldn't be deep extended:\n\t\t// you can add your own custom options here if\n\t\t// and when you create one that shouldn't be\n\t\t// deep extended (see ajaxExtend)\n\t\tflatOptions: {\n\t\t\turl: true,\n\t\t\tcontext: true\n\t\t}\n\t},\n\n\t// Creates a full fledged settings object into target\n\t// with both ajaxSettings and settings fields.\n\t// If target is omitted, writes into ajaxSettings.\n\tajaxSetup: function( target, settings ) {\n\t\treturn settings ?\n\n\t\t\t// Building a settings object\n\t\t\tajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) :\n\n\t\t\t// Extending ajaxSettings\n\t\t\tajaxExtend( jQuery.ajaxSettings, target );\n\t},\n\n\tajaxPrefilter: addToPrefiltersOrTransports( prefilters ),\n\tajaxTransport: addToPrefiltersOrTransports( transports ),\n\n\t// Main method\n\tajax: function( url, options ) {\n\n\t\t// If url is an object, simulate pre-1.5 signature\n\t\tif ( typeof url === \"object\" ) {\n\t\t\toptions = url;\n\t\t\turl = undefined;\n\t\t}\n\n\t\t// Force options to be an object\n\t\toptions = options || {};\n\n\t\tvar transport,\n\n\t\t\t// URL without anti-cache param\n\t\t\tcacheURL,\n\n\t\t\t// Response headers\n\t\t\tresponseHeadersString,\n\t\t\tresponseHeaders,\n\n\t\t\t// timeout handle\n\t\t\ttimeoutTimer,\n\n\t\t\t// Url cleanup var\n\t\t\turlAnchor,\n\n\t\t\t// Request state (becomes false upon send and true upon completion)\n\t\t\tcompleted,\n\n\t\t\t// To know if global events are to be dispatched\n\t\t\tfireGlobals,\n\n\t\t\t// Loop variable\n\t\t\ti,\n\n\t\t\t// uncached part of the url\n\t\t\tuncached,\n\n\t\t\t// Create the final options object\n\t\t\ts = jQuery.ajaxSetup( {}, options ),\n\n\t\t\t// Callbacks context\n\t\t\tcallbackContext = s.context || s,\n\n\t\t\t// Context for global events is callbackContext if it is a DOM node or jQuery collection\n\t\t\tglobalEventContext = s.context &&\n\t\t\t\t( callbackContext.nodeType || callbackContext.jquery ) ?\n\t\t\t\t\tjQuery( callbackContext ) :\n\t\t\t\t\tjQuery.event,\n\n\t\t\t// Deferreds\n\t\t\tdeferred = jQuery.Deferred(),\n\t\t\tcompleteDeferred = jQuery.Callbacks( \"once memory\" ),\n\n\t\t\t// Status-dependent callbacks\n\t\t\tstatusCode = s.statusCode || {},\n\n\t\t\t// Headers (they are sent all at once)\n\t\t\trequestHeaders = {},\n\t\t\trequestHeadersNames = {},\n\n\t\t\t// Default abort message\n\t\t\tstrAbort = \"canceled\",\n\n\t\t\t// Fake xhr\n\t\t\tjqXHR = {\n\t\t\t\treadyState: 0,\n\n\t\t\t\t// Builds headers hashtable if needed\n\t\t\t\tgetResponseHeader: function( key ) {\n\t\t\t\t\tvar match;\n\t\t\t\t\tif ( completed ) {\n\t\t\t\t\t\tif ( !responseHeaders ) {\n\t\t\t\t\t\t\tresponseHeaders = {};\n\t\t\t\t\t\t\twhile ( ( match = rheaders.exec( responseHeadersString ) ) ) {\n\t\t\t\t\t\t\t\tresponseHeaders[ match[ 1 ].toLowerCase() + \" \" ] =\n\t\t\t\t\t\t\t\t\t( responseHeaders[ match[ 1 ].toLowerCase() + \" \" ] || [] )\n\t\t\t\t\t\t\t\t\t\t.concat( match[ 2 ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tmatch = responseHeaders[ key.toLowerCase() + \" \" ];\n\t\t\t\t\t}\n\t\t\t\t\treturn match == null ? null : match.join( \", \" );\n\t\t\t\t},\n\n\t\t\t\t// Raw string\n\t\t\t\tgetAllResponseHeaders: function() {\n\t\t\t\t\treturn completed ? responseHeadersString : null;\n\t\t\t\t},\n\n\t\t\t\t// Caches the header\n\t\t\t\tsetRequestHeader: function( name, value ) {\n\t\t\t\t\tif ( completed == null ) {\n\t\t\t\t\t\tname = requestHeadersNames[ name.toLowerCase() ] =\n\t\t\t\t\t\t\trequestHeadersNames[ name.toLowerCase() ] || name;\n\t\t\t\t\t\trequestHeaders[ name ] = value;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Overrides response content-type header\n\t\t\t\toverrideMimeType: function( type ) {\n\t\t\t\t\tif ( completed == null ) {\n\t\t\t\t\t\ts.mimeType = type;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Status-dependent callbacks\n\t\t\t\tstatusCode: function( map ) {\n\t\t\t\t\tvar code;\n\t\t\t\t\tif ( map ) {\n\t\t\t\t\t\tif ( completed ) {\n\n\t\t\t\t\t\t\t// Execute the appropriate callbacks\n\t\t\t\t\t\t\tjqXHR.always( map[ jqXHR.status ] );\n\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t// Lazy-add the new callbacks in a way that preserves old ones\n\t\t\t\t\t\t\tfor ( code in map ) {\n\t\t\t\t\t\t\t\tstatusCode[ code ] = [ statusCode[ code ], map[ code ] ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Cancel the request\n\t\t\t\tabort: function( statusText ) {\n\t\t\t\t\tvar finalText = statusText || strAbort;\n\t\t\t\t\tif ( transport ) {\n\t\t\t\t\t\ttransport.abort( finalText );\n\t\t\t\t\t}\n\t\t\t\t\tdone( 0, finalText );\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t};\n\n\t\t// Attach deferreds\n\t\tdeferred.promise( jqXHR );\n\n\t\t// Add protocol if not provided (prefilters might expect it)\n\t\t// Handle falsy url in the settings object (#10093: consistency with old signature)\n\t\t// We also use the url parameter if available\n\t\ts.url = ( ( url || s.url || location.href ) + \"\" )\n\t\t\t.replace( rprotocol, location.protocol + \"//\" );\n\n\t\t// Alias method option to type as per ticket #12004\n\t\ts.type = options.method || options.type || s.method || s.type;\n\n\t\t// Extract dataTypes list\n\t\ts.dataTypes = ( s.dataType || \"*\" ).toLowerCase().match( rnothtmlwhite ) || [ \"\" ];\n\n\t\t// A cross-domain request is in order when the origin doesn't match the current origin.\n\t\tif ( s.crossDomain == null ) {\n\t\t\turlAnchor = document.createElement( \"a\" );\n\n\t\t\t// Support: IE <=8 - 11, Edge 12 - 15\n\t\t\t// IE throws exception on accessing the href property if url is malformed,\n\t\t\t// e.g. http://example.com:80x/\n\t\t\ttry {\n\t\t\t\turlAnchor.href = s.url;\n\n\t\t\t\t// Support: IE <=8 - 11 only\n\t\t\t\t// Anchor's host property isn't correctly set when s.url is relative\n\t\t\t\turlAnchor.href = urlAnchor.href;\n\t\t\t\ts.crossDomain = originAnchor.protocol + \"//\" + originAnchor.host !==\n\t\t\t\t\turlAnchor.protocol + \"//\" + urlAnchor.host;\n\t\t\t} catch ( e ) {\n\n\t\t\t\t// If there is an error parsing the URL, assume it is crossDomain,\n\t\t\t\t// it can be rejected by the transport if it is invalid\n\t\t\t\ts.crossDomain = true;\n\t\t\t}\n\t\t}\n\n\t\t// Convert data if not already a string\n\t\tif ( s.data && s.processData && typeof s.data !== \"string\" ) {\n\t\t\ts.data = jQuery.param( s.data, s.traditional );\n\t\t}\n\n\t\t// Apply prefilters\n\t\tinspectPrefiltersOrTransports( prefilters, s, options, jqXHR );\n\n\t\t// If request was aborted inside a prefilter, stop there\n\t\tif ( completed ) {\n\t\t\treturn jqXHR;\n\t\t}\n\n\t\t// We can fire global events as of now if asked to\n\t\t// Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118)\n\t\tfireGlobals = jQuery.event && s.global;\n\n\t\t// Watch for a new set of requests\n\t\tif ( fireGlobals && jQuery.active++ === 0 ) {\n\t\t\tjQuery.event.trigger( \"ajaxStart\" );\n\t\t}\n\n\t\t// Uppercase the type\n\t\ts.type = s.type.toUpperCase();\n\n\t\t// Determine if request has content\n\t\ts.hasContent = !rnoContent.test( s.type );\n\n\t\t// Save the URL in case we're toying with the If-Modified-Since\n\t\t// and/or If-None-Match header later on\n\t\t// Remove hash to simplify url manipulation\n\t\tcacheURL = s.url.replace( rhash, \"\" );\n\n\t\t// More options handling for requests with no content\n\t\tif ( !s.hasContent ) {\n\n\t\t\t// Remember the hash so we can put it back\n\t\t\tuncached = s.url.slice( cacheURL.length );\n\n\t\t\t// If data is available and should be processed, append data to url\n\t\t\tif ( s.data && ( s.processData || typeof s.data === \"string\" ) ) {\n\t\t\t\tcacheURL += ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + s.data;\n\n\t\t\t\t// #9682: remove data so that it's not used in an eventual retry\n\t\t\t\tdelete s.data;\n\t\t\t}\n\n\t\t\t// Add or update anti-cache param if needed\n\t\t\tif ( s.cache === false ) {\n\t\t\t\tcacheURL = cacheURL.replace( rantiCache, \"$1\" );\n\t\t\t\tuncached = ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + \"_=\" + ( nonce.guid++ ) +\n\t\t\t\t\tuncached;\n\t\t\t}\n\n\t\t\t// Put hash and anti-cache on the URL that will be requested (gh-1732)\n\t\t\ts.url = cacheURL + uncached;\n\n\t\t// Change '%20' to '+' if this is encoded form body content (gh-2658)\n\t\t} else if ( s.data && s.processData &&\n\t\t\t( s.contentType || \"\" ).indexOf( \"application/x-www-form-urlencoded\" ) === 0 ) {\n\t\t\ts.data = s.data.replace( r20, \"+\" );\n\t\t}\n\n\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\tif ( s.ifModified ) {\n\t\t\tif ( jQuery.lastModified[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-Modified-Since\", jQuery.lastModified[ cacheURL ] );\n\t\t\t}\n\t\t\tif ( jQuery.etag[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-None-Match\", jQuery.etag[ cacheURL ] );\n\t\t\t}\n\t\t}\n\n\t\t// Set the correct header, if data is being sent\n\t\tif ( s.data && s.hasContent && s.contentType !== false || options.contentType ) {\n\t\t\tjqXHR.setRequestHeader( \"Content-Type\", s.contentType );\n\t\t}\n\n\t\t// Set the Accepts header for the server, depending on the dataType\n\t\tjqXHR.setRequestHeader(\n\t\t\t\"Accept\",\n\t\t\ts.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ?\n\t\t\t\ts.accepts[ s.dataTypes[ 0 ] ] +\n\t\t\t\t\t( s.dataTypes[ 0 ] !== \"*\" ? \", \" + allTypes + \"; q=0.01\" : \"\" ) :\n\t\t\t\ts.accepts[ \"*\" ]\n\t\t);\n\n\t\t// Check for headers option\n\t\tfor ( i in s.headers ) {\n\t\t\tjqXHR.setRequestHeader( i, s.headers[ i ] );\n\t\t}\n\n\t\t// Allow custom headers/mimetypes and early abort\n\t\tif ( s.beforeSend &&\n\t\t\t( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) {\n\n\t\t\t// Abort if not done already and return\n\t\t\treturn jqXHR.abort();\n\t\t}\n\n\t\t// Aborting is no longer a cancellation\n\t\tstrAbort = \"abort\";\n\n\t\t// Install callbacks on deferreds\n\t\tcompleteDeferred.add( s.complete );\n\t\tjqXHR.done( s.success );\n\t\tjqXHR.fail( s.error );\n\n\t\t// Get transport\n\t\ttransport = inspectPrefiltersOrTransports( transports, s, options, jqXHR );\n\n\t\t// If no transport, we auto-abort\n\t\tif ( !transport ) {\n\t\t\tdone( -1, \"No Transport\" );\n\t\t} else {\n\t\t\tjqXHR.readyState = 1;\n\n\t\t\t// Send global event\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxSend\", [ jqXHR, s ] );\n\t\t\t}\n\n\t\t\t// If request was aborted inside ajaxSend, stop there\n\t\t\tif ( completed ) {\n\t\t\t\treturn jqXHR;\n\t\t\t}\n\n\t\t\t// Timeout\n\t\t\tif ( s.async && s.timeout > 0 ) {\n\t\t\t\ttimeoutTimer = window.setTimeout( function() {\n\t\t\t\t\tjqXHR.abort( \"timeout\" );\n\t\t\t\t}, s.timeout );\n\t\t\t}\n\n\t\t\ttry {\n\t\t\t\tcompleted = false;\n\t\t\t\ttransport.send( requestHeaders, done );\n\t\t\t} catch ( e ) {\n\n\t\t\t\t// Rethrow post-completion exceptions\n\t\t\t\tif ( completed ) {\n\t\t\t\t\tthrow e;\n\t\t\t\t}\n\n\t\t\t\t// Propagate others as results\n\t\t\t\tdone( -1, e );\n\t\t\t}\n\t\t}\n\n\t\t// Callback for when everything is done\n\t\tfunction done( status, nativeStatusText, responses, headers ) {\n\t\t\tvar isSuccess, success, error, response, modified,\n\t\t\t\tstatusText = nativeStatusText;\n\n\t\t\t// Ignore repeat invocations\n\t\t\tif ( completed ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tcompleted = true;\n\n\t\t\t// Clear timeout if it exists\n\t\t\tif ( timeoutTimer ) {\n\t\t\t\twindow.clearTimeout( timeoutTimer );\n\t\t\t}\n\n\t\t\t// Dereference transport for early garbage collection\n\t\t\t// (no matter how long the jqXHR object will be used)\n\t\t\ttransport = undefined;\n\n\t\t\t// Cache response headers\n\t\t\tresponseHeadersString = headers || \"\";\n\n\t\t\t// Set readyState\n\t\t\tjqXHR.readyState = status > 0 ? 4 : 0;\n\n\t\t\t// Determine if successful\n\t\t\tisSuccess = status >= 200 && status < 300 || status === 304;\n\n\t\t\t// Get response data\n\t\t\tif ( responses ) {\n\t\t\t\tresponse = ajaxHandleResponses( s, jqXHR, responses );\n\t\t\t}\n\n\t\t\t// Use a noop converter for missing script\n\t\t\tif ( !isSuccess && jQuery.inArray( \"script\", s.dataTypes ) > -1 ) {\n\t\t\t\ts.converters[ \"text script\" ] = function() {};\n\t\t\t}\n\n\t\t\t// Convert no matter what (that way responseXXX fields are always set)\n\t\t\tresponse = ajaxConvert( s, response, jqXHR, isSuccess );\n\n\t\t\t// If successful, handle type chaining\n\t\t\tif ( isSuccess ) {\n\n\t\t\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\t\t\tif ( s.ifModified ) {\n\t\t\t\t\tmodified = jqXHR.getResponseHeader( \"Last-Modified\" );\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.lastModified[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t\tmodified = jqXHR.getResponseHeader( \"etag\" );\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.etag[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// if no content\n\t\t\t\tif ( status === 204 || s.type === \"HEAD\" ) {\n\t\t\t\t\tstatusText = \"nocontent\";\n\n\t\t\t\t// if not modified\n\t\t\t\t} else if ( status === 304 ) {\n\t\t\t\t\tstatusText = \"notmodified\";\n\n\t\t\t\t// If we have data, let's convert it\n\t\t\t\t} else {\n\t\t\t\t\tstatusText = response.state;\n\t\t\t\t\tsuccess = response.data;\n\t\t\t\t\terror = response.error;\n\t\t\t\t\tisSuccess = !error;\n\t\t\t\t}\n\t\t\t} else {\n\n\t\t\t\t// Extract error from statusText and normalize for non-aborts\n\t\t\t\terror = statusText;\n\t\t\t\tif ( status || !statusText ) {\n\t\t\t\t\tstatusText = \"error\";\n\t\t\t\t\tif ( status < 0 ) {\n\t\t\t\t\t\tstatus = 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Set data for the fake xhr object\n\t\t\tjqXHR.status = status;\n\t\t\tjqXHR.statusText = ( nativeStatusText || statusText ) + \"\";\n\n\t\t\t// Success/Error\n\t\t\tif ( isSuccess ) {\n\t\t\t\tdeferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] );\n\t\t\t} else {\n\t\t\t\tdeferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] );\n\t\t\t}\n\n\t\t\t// Status-dependent callbacks\n\t\t\tjqXHR.statusCode( statusCode );\n\t\t\tstatusCode = undefined;\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( isSuccess ? \"ajaxSuccess\" : \"ajaxError\",\n\t\t\t\t\t[ jqXHR, s, isSuccess ? success : error ] );\n\t\t\t}\n\n\t\t\t// Complete\n\t\t\tcompleteDeferred.fireWith( callbackContext, [ jqXHR, statusText ] );\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxComplete\", [ jqXHR, s ] );\n\n\t\t\t\t// Handle the global AJAX counter\n\t\t\t\tif ( !( --jQuery.active ) ) {\n\t\t\t\t\tjQuery.event.trigger( \"ajaxStop\" );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn jqXHR;\n\t},\n\n\tgetJSON: function( url, data, callback ) {\n\t\treturn jQuery.get( url, data, callback, \"json\" );\n\t},\n\n\tgetScript: function( url, callback ) {\n\t\treturn jQuery.get( url, undefined, callback, \"script\" );\n\t}\n} );\n\njQuery.each( [ \"get\", \"post\" ], function( _i, method ) {\n\tjQuery[ method ] = function( url, data, callback, type ) {\n\n\t\t// Shift arguments if data argument was omitted\n\t\tif ( isFunction( data ) ) {\n\t\t\ttype = type || callback;\n\t\t\tcallback = data;\n\t\t\tdata = undefined;\n\t\t}\n\n\t\t// The url can be an options object (which then must have .url)\n\t\treturn jQuery.ajax( jQuery.extend( {\n\t\t\turl: url,\n\t\t\ttype: method,\n\t\t\tdataType: type,\n\t\t\tdata: data,\n\t\t\tsuccess: callback\n\t\t}, jQuery.isPlainObject( url ) && url ) );\n\t};\n} );\n\njQuery.ajaxPrefilter( function( s ) {\n\tvar i;\n\tfor ( i in s.headers ) {\n\t\tif ( i.toLowerCase() === \"content-type\" ) {\n\t\t\ts.contentType = s.headers[ i ] || \"\";\n\t\t}\n\t}\n} );\n\n\njQuery._evalUrl = function( url, options, doc ) {\n\treturn jQuery.ajax( {\n\t\turl: url,\n\n\t\t// Make this explicit, since user can override this through ajaxSetup (#11264)\n\t\ttype: \"GET\",\n\t\tdataType: \"script\",\n\t\tcache: true,\n\t\tasync: false,\n\t\tglobal: false,\n\n\t\t// Only evaluate the response if it is successful (gh-4126)\n\t\t// dataFilter is not invoked for failure responses, so using it instead\n\t\t// of the default converter is kludgy but it works.\n\t\tconverters: {\n\t\t\t\"text script\": function() {}\n\t\t},\n\t\tdataFilter: function( response ) {\n\t\t\tjQuery.globalEval( response, options, doc );\n\t\t}\n\t} );\n};\n\n\njQuery.fn.extend( {\n\twrapAll: function( html ) {\n\t\tvar wrap;\n\n\t\tif ( this[ 0 ] ) {\n\t\t\tif ( isFunction( html ) ) {\n\t\t\t\thtml = html.call( this[ 0 ] );\n\t\t\t}\n\n\t\t\t// The elements to wrap the target around\n\t\t\twrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true );\n\n\t\t\tif ( this[ 0 ].parentNode ) {\n\t\t\t\twrap.insertBefore( this[ 0 ] );\n\t\t\t}\n\n\t\t\twrap.map( function() {\n\t\t\t\tvar elem = this;\n\n\t\t\t\twhile ( elem.firstElementChild ) {\n\t\t\t\t\telem = elem.firstElementChild;\n\t\t\t\t}\n\n\t\t\t\treturn elem;\n\t\t\t} ).append( this );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\twrapInner: function( html ) {\n\t\tif ( isFunction( html ) ) {\n\t\t\treturn this.each( function( i ) {\n\t\t\t\tjQuery( this ).wrapInner( html.call( this, i ) );\n\t\t\t} );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar self = jQuery( this ),\n\t\t\t\tcontents = self.contents();\n\n\t\t\tif ( contents.length ) {\n\t\t\t\tcontents.wrapAll( html );\n\n\t\t\t} else {\n\t\t\t\tself.append( html );\n\t\t\t}\n\t\t} );\n\t},\n\n\twrap: function( html ) {\n\t\tvar htmlIsFunction = isFunction( html );\n\n\t\treturn this.each( function( i ) {\n\t\t\tjQuery( this ).wrapAll( htmlIsFunction ? html.call( this, i ) : html );\n\t\t} );\n\t},\n\n\tunwrap: function( selector ) {\n\t\tthis.parent( selector ).not( \"body\" ).each( function() {\n\t\t\tjQuery( this ).replaceWith( this.childNodes );\n\t\t} );\n\t\treturn this;\n\t}\n} );\n\n\njQuery.expr.pseudos.hidden = function( elem ) {\n\treturn !jQuery.expr.pseudos.visible( elem );\n};\njQuery.expr.pseudos.visible = function( elem ) {\n\treturn !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length );\n};\n\n\n\n\njQuery.ajaxSettings.xhr = function() {\n\ttry {\n\t\treturn new window.XMLHttpRequest();\n\t} catch ( e ) {}\n};\n\nvar xhrSuccessStatus = {\n\n\t\t// File protocol always yields status code 0, assume 200\n\t\t0: 200,\n\n\t\t// Support: IE <=9 only\n\t\t// #1450: sometimes IE returns 1223 when it should be 204\n\t\t1223: 204\n\t},\n\txhrSupported = jQuery.ajaxSettings.xhr();\n\nsupport.cors = !!xhrSupported && ( \"withCredentials\" in xhrSupported );\nsupport.ajax = xhrSupported = !!xhrSupported;\n\njQuery.ajaxTransport( function( options ) {\n\tvar callback, errorCallback;\n\n\t// Cross domain only allowed if supported through XMLHttpRequest\n\tif ( support.cors || xhrSupported && !options.crossDomain ) {\n\t\treturn {\n\t\t\tsend: function( headers, complete ) {\n\t\t\t\tvar i,\n\t\t\t\t\txhr = options.xhr();\n\n\t\t\t\txhr.open(\n\t\t\t\t\toptions.type,\n\t\t\t\t\toptions.url,\n\t\t\t\t\toptions.async,\n\t\t\t\t\toptions.username,\n\t\t\t\t\toptions.password\n\t\t\t\t);\n\n\t\t\t\t// Apply custom fields if provided\n\t\t\t\tif ( options.xhrFields ) {\n\t\t\t\t\tfor ( i in options.xhrFields ) {\n\t\t\t\t\t\txhr[ i ] = options.xhrFields[ i ];\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Override mime type if needed\n\t\t\t\tif ( options.mimeType && xhr.overrideMimeType ) {\n\t\t\t\t\txhr.overrideMimeType( options.mimeType );\n\t\t\t\t}\n\n\t\t\t\t// X-Requested-With header\n\t\t\t\t// For cross-domain requests, seeing as conditions for a preflight are\n\t\t\t\t// akin to a jigsaw puzzle, we simply never set it to be sure.\n\t\t\t\t// (it can always be set on a per-request basis or even using ajaxSetup)\n\t\t\t\t// For same-domain requests, won't change header if already provided.\n\t\t\t\tif ( !options.crossDomain && !headers[ \"X-Requested-With\" ] ) {\n\t\t\t\t\theaders[ \"X-Requested-With\" ] = \"XMLHttpRequest\";\n\t\t\t\t}\n\n\t\t\t\t// Set headers\n\t\t\t\tfor ( i in headers ) {\n\t\t\t\t\txhr.setRequestHeader( i, headers[ i ] );\n\t\t\t\t}\n\n\t\t\t\t// Callback\n\t\t\t\tcallback = function( type ) {\n\t\t\t\t\treturn function() {\n\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\tcallback = errorCallback = xhr.onload =\n\t\t\t\t\t\t\t\txhr.onerror = xhr.onabort = xhr.ontimeout =\n\t\t\t\t\t\t\t\t\txhr.onreadystatechange = null;\n\n\t\t\t\t\t\t\tif ( type === \"abort\" ) {\n\t\t\t\t\t\t\t\txhr.abort();\n\t\t\t\t\t\t\t} else if ( type === \"error\" ) {\n\n\t\t\t\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t\t\t\t// On a manual native abort, IE9 throws\n\t\t\t\t\t\t\t\t// errors on any property access that is not readyState\n\t\t\t\t\t\t\t\tif ( typeof xhr.status !== \"number\" ) {\n\t\t\t\t\t\t\t\t\tcomplete( 0, \"error\" );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tcomplete(\n\n\t\t\t\t\t\t\t\t\t\t// File: protocol always yields status 0; see #8605, #14207\n\t\t\t\t\t\t\t\t\t\txhr.status,\n\t\t\t\t\t\t\t\t\t\txhr.statusText\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tcomplete(\n\t\t\t\t\t\t\t\t\txhrSuccessStatus[ xhr.status ] || xhr.status,\n\t\t\t\t\t\t\t\t\txhr.statusText,\n\n\t\t\t\t\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t\t\t\t\t// IE9 has no XHR2 but throws on binary (trac-11426)\n\t\t\t\t\t\t\t\t\t// For XHR2 non-text, let the caller handle it (gh-2498)\n\t\t\t\t\t\t\t\t\t( xhr.responseType || \"text\" ) !== \"text\" ||\n\t\t\t\t\t\t\t\t\ttypeof xhr.responseText !== \"string\" ?\n\t\t\t\t\t\t\t\t\t\t{ binary: xhr.response } :\n\t\t\t\t\t\t\t\t\t\t{ text: xhr.responseText },\n\t\t\t\t\t\t\t\t\txhr.getAllResponseHeaders()\n\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t};\n\n\t\t\t\t// Listen to events\n\t\t\t\txhr.onload = callback();\n\t\t\t\terrorCallback = xhr.onerror = xhr.ontimeout = callback( \"error\" );\n\n\t\t\t\t// Support: IE 9 only\n\t\t\t\t// Use onreadystatechange to replace onabort\n\t\t\t\t// to handle uncaught aborts\n\t\t\t\tif ( xhr.onabort !== undefined ) {\n\t\t\t\t\txhr.onabort = errorCallback;\n\t\t\t\t} else {\n\t\t\t\t\txhr.onreadystatechange = function() {\n\n\t\t\t\t\t\t// Check readyState before timeout as it changes\n\t\t\t\t\t\tif ( xhr.readyState === 4 ) {\n\n\t\t\t\t\t\t\t// Allow onerror to be called first,\n\t\t\t\t\t\t\t// but that will not handle a native abort\n\t\t\t\t\t\t\t// Also, save errorCallback to a variable\n\t\t\t\t\t\t\t// as xhr.onerror cannot be accessed\n\t\t\t\t\t\t\twindow.setTimeout( function() {\n\t\t\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\t\t\terrorCallback();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t}\n\n\t\t\t\t// Create the abort callback\n\t\t\t\tcallback = callback( \"abort\" );\n\n\t\t\t\ttry {\n\n\t\t\t\t\t// Do send the request (this may raise an exception)\n\t\t\t\t\txhr.send( options.hasContent && options.data || null );\n\t\t\t\t} catch ( e ) {\n\n\t\t\t\t\t// #14683: Only rethrow if this hasn't been notified as an error yet\n\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\tthrow e;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n} );\n\n\n\n\n// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432)\njQuery.ajaxPrefilter( function( s ) {\n\tif ( s.crossDomain ) {\n\t\ts.contents.script = false;\n\t}\n} );\n\n// Install script dataType\njQuery.ajaxSetup( {\n\taccepts: {\n\t\tscript: \"text/javascript, application/javascript, \" +\n\t\t\t\"application/ecmascript, application/x-ecmascript\"\n\t},\n\tcontents: {\n\t\tscript: /\\b(?:java|ecma)script\\b/\n\t},\n\tconverters: {\n\t\t\"text script\": function( text ) {\n\t\t\tjQuery.globalEval( text );\n\t\t\treturn text;\n\t\t}\n\t}\n} );\n\n// Handle cache's special case and crossDomain\njQuery.ajaxPrefilter( \"script\", function( s ) {\n\tif ( s.cache === undefined ) {\n\t\ts.cache = false;\n\t}\n\tif ( s.crossDomain ) {\n\t\ts.type = \"GET\";\n\t}\n} );\n\n// Bind script tag hack transport\njQuery.ajaxTransport( \"script\", function( s ) {\n\n\t// This transport only deals with cross domain or forced-by-attrs requests\n\tif ( s.crossDomain || s.scriptAttrs ) {\n\t\tvar script, callback;\n\t\treturn {\n\t\t\tsend: function( _, complete ) {\n\t\t\t\tscript = jQuery( \"<script>\" )\n\t\t\t\t\t.attr( s.scriptAttrs || {} )\n\t\t\t\t\t.prop( { charset: s.scriptCharset, src: s.url } )\n\t\t\t\t\t.on( \"load error\", callback = function( evt ) {\n\t\t\t\t\t\tscript.remove();\n\t\t\t\t\t\tcallback = null;\n\t\t\t\t\t\tif ( evt ) {\n\t\t\t\t\t\t\tcomplete( evt.type === \"error\" ? 404 : 200, evt.type );\n\t\t\t\t\t\t}\n\t\t\t\t\t} );\n\n\t\t\t\t// Use native DOM manipulation to avoid our domManip AJAX trickery\n\t\t\t\tdocument.head.appendChild( script[ 0 ] );\n\t\t\t},\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n} );\n\n\n\n\nvar oldCallbacks = [],\n\trjsonp = /(=)\\?(?=&|$)|\\?\\?/;\n\n// Default jsonp settings\njQuery.ajaxSetup( {\n\tjsonp: \"callback\",\n\tjsonpCallback: function() {\n\t\tvar callback = oldCallbacks.pop() || ( jQuery.expando + \"_\" + ( nonce.guid++ ) );\n\t\tthis[ callback ] = true;\n\t\treturn callback;\n\t}\n} );\n\n// Detect, normalize options and install callbacks for jsonp requests\njQuery.ajaxPrefilter( \"json jsonp\", function( s, originalSettings, jqXHR ) {\n\n\tvar callbackName, overwritten, responseContainer,\n\t\tjsonProp = s.jsonp !== false && ( rjsonp.test( s.url ) ?\n\t\t\t\"url\" :\n\t\t\ttypeof s.data === \"string\" &&\n\t\t\t\t( s.contentType || \"\" )\n\t\t\t\t\t.indexOf( \"application/x-www-form-urlencoded\" ) === 0 &&\n\t\t\t\trjsonp.test( s.data ) && \"data\"\n\t\t);\n\n\t// Handle iff the expected data type is \"jsonp\" or we have a parameter to set\n\tif ( jsonProp || s.dataTypes[ 0 ] === \"jsonp\" ) {\n\n\t\t// Get callback name, remembering preexisting value associated with it\n\t\tcallbackName = s.jsonpCallback = isFunction( s.jsonpCallback ) ?\n\t\t\ts.jsonpCallback() :\n\t\t\ts.jsonpCallback;\n\n\t\t// Insert callback into url or form data\n\t\tif ( jsonProp ) {\n\t\t\ts[ jsonProp ] = s[ jsonProp ].replace( rjsonp, \"$1\" + callbackName );\n\t\t} else if ( s.jsonp !== false ) {\n\t\t\ts.url += ( rquery.test( s.url ) ? \"&\" : \"?\" ) + s.jsonp + \"=\" + callbackName;\n\t\t}\n\n\t\t// Use data converter to retrieve json after script execution\n\t\ts.converters[ \"script json\" ] = function() {\n\t\t\tif ( !responseContainer ) {\n\t\t\t\tjQuery.error( callbackName + \" was not called\" );\n\t\t\t}\n\t\t\treturn responseContainer[ 0 ];\n\t\t};\n\n\t\t// Force json dataType\n\t\ts.dataTypes[ 0 ] = \"json\";\n\n\t\t// Install callback\n\t\toverwritten = window[ callbackName ];\n\t\twindow[ callbackName ] = function() {\n\t\t\tresponseContainer = arguments;\n\t\t};\n\n\t\t// Clean-up function (fires after converters)\n\t\tjqXHR.always( function() {\n\n\t\t\t// If previous value didn't exist - remove it\n\t\t\tif ( overwritten === undefined ) {\n\t\t\t\tjQuery( window ).removeProp( callbackName );\n\n\t\t\t// Otherwise restore preexisting value\n\t\t\t} else {\n\t\t\t\twindow[ callbackName ] = overwritten;\n\t\t\t}\n\n\t\t\t// Save back as free\n\t\t\tif ( s[ callbackName ] ) {\n\n\t\t\t\t// Make sure that re-using the options doesn't screw things around\n\t\t\t\ts.jsonpCallback = originalSettings.jsonpCallback;\n\n\t\t\t\t// Save the callback name for future use\n\t\t\t\toldCallbacks.push( callbackName );\n\t\t\t}\n\n\t\t\t// Call if it was a function and we have a response\n\t\t\tif ( responseContainer && isFunction( overwritten ) ) {\n\t\t\t\toverwritten( responseContainer[ 0 ] );\n\t\t\t}\n\n\t\t\tresponseContainer = overwritten = undefined;\n\t\t} );\n\n\t\t// Delegate to script\n\t\treturn \"script\";\n\t}\n} );\n\n\n\n\n// Support: Safari 8 only\n// In Safari 8 documents created via document.implementation.createHTMLDocument\n// collapse sibling forms: the second one becomes a child of the first one.\n// Because of that, this security measure has to be disabled in Safari 8.\n// https://bugs.webkit.org/show_bug.cgi?id=137337\nsupport.createHTMLDocument = ( function() {\n\tvar body = document.implementation.createHTMLDocument( \"\" ).body;\n\tbody.innerHTML = \"<form></form><form></form>\";\n\treturn body.childNodes.length === 2;\n} )();\n\n\n// Argument \"data\" should be string of html\n// context (optional): If specified, the fragment will be created in this context,\n// defaults to document\n// keepScripts (optional): If true, will include scripts passed in the html string\njQuery.parseHTML = function( data, context, keepScripts ) {\n\tif ( typeof data !== \"string\" ) {\n\t\treturn [];\n\t}\n\tif ( typeof context === \"boolean\" ) {\n\t\tkeepScripts = context;\n\t\tcontext = false;\n\t}\n\n\tvar base, parsed, scripts;\n\n\tif ( !context ) {\n\n\t\t// Stop scripts or inline event handlers from being executed immediately\n\t\t// by using document.implementation\n\t\tif ( support.createHTMLDocument ) {\n\t\t\tcontext = document.implementation.createHTMLDocument( \"\" );\n\n\t\t\t// Set the base href for the created document\n\t\t\t// so any parsed elements with URLs\n\t\t\t// are based on the document's URL (gh-2965)\n\t\t\tbase = context.createElement( \"base\" );\n\t\t\tbase.href = document.location.href;\n\t\t\tcontext.head.appendChild( base );\n\t\t} else {\n\t\t\tcontext = document;\n\t\t}\n\t}\n\n\tparsed = rsingleTag.exec( data );\n\tscripts = !keepScripts && [];\n\n\t// Single tag\n\tif ( parsed ) {\n\t\treturn [ context.createElement( parsed[ 1 ] ) ];\n\t}\n\n\tparsed = buildFragment( [ data ], context, scripts );\n\n\tif ( scripts && scripts.length ) {\n\t\tjQuery( scripts ).remove();\n\t}\n\n\treturn jQuery.merge( [], parsed.childNodes );\n};\n\n\n/**\n * Load a url into a page\n */\njQuery.fn.load = function( url, params, callback ) {\n\tvar selector, type, response,\n\t\tself = this,\n\t\toff = url.indexOf( \" \" );\n\n\tif ( off > -1 ) {\n\t\tselector = stripAndCollapse( url.slice( off ) );\n\t\turl = url.slice( 0, off );\n\t}\n\n\t// If it's a function\n\tif ( isFunction( params ) ) {\n\n\t\t// We assume that it's the callback\n\t\tcallback = params;\n\t\tparams = undefined;\n\n\t// Otherwise, build a param string\n\t} else if ( params && typeof params === \"object\" ) {\n\t\ttype = \"POST\";\n\t}\n\n\t// If we have elements to modify, make the request\n\tif ( self.length > 0 ) {\n\t\tjQuery.ajax( {\n\t\t\turl: url,\n\n\t\t\t// If \"type\" variable is undefined, then \"GET\" method will be used.\n\t\t\t// Make value of this field explicit since\n\t\t\t// user can override it through ajaxSetup method\n\t\t\ttype: type || \"GET\",\n\t\t\tdataType: \"html\",\n\t\t\tdata: params\n\t\t} ).done( function( responseText ) {\n\n\t\t\t// Save response for use in complete callback\n\t\t\tresponse = arguments;\n\n\t\t\tself.html( selector ?\n\n\t\t\t\t// If a selector was specified, locate the right elements in a dummy div\n\t\t\t\t// Exclude scripts to avoid IE 'Permission Denied' errors\n\t\t\t\tjQuery( \"<div>\" ).append( jQuery.parseHTML( responseText ) ).find( selector ) :\n\n\t\t\t\t// Otherwise use the full result\n\t\t\t\tresponseText );\n\n\t\t// If the request succeeds, this function gets \"data\", \"status\", \"jqXHR\"\n\t\t// but they are ignored because response was set above.\n\t\t// If it fails, this function gets \"jqXHR\", \"status\", \"error\"\n\t\t} ).always( callback && function( jqXHR, status ) {\n\t\t\tself.each( function() {\n\t\t\t\tcallback.apply( this, response || [ jqXHR.responseText, status, jqXHR ] );\n\t\t\t} );\n\t\t} );\n\t}\n\n\treturn this;\n};\n\n\n\n\njQuery.expr.pseudos.animated = function( elem ) {\n\treturn jQuery.grep( jQuery.timers, function( fn ) {\n\t\treturn elem === fn.elem;\n\t} ).length;\n};\n\n\n\n\njQuery.offset = {\n\tsetOffset: function( elem, options, i ) {\n\t\tvar curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition,\n\t\t\tposition = jQuery.css( elem, \"position\" ),\n\t\t\tcurElem = jQuery( elem ),\n\t\t\tprops = {};\n\n\t\t// Set position first, in-case top/left are set even on static elem\n\t\tif ( position === \"static\" ) {\n\t\t\telem.style.position = \"relative\";\n\t\t}\n\n\t\tcurOffset = curElem.offset();\n\t\tcurCSSTop = jQuery.css( elem, \"top\" );\n\t\tcurCSSLeft = jQuery.css( elem, \"left\" );\n\t\tcalculatePosition = ( position === \"absolute\" || position === \"fixed\" ) &&\n\t\t\t( curCSSTop + curCSSLeft ).indexOf( \"auto\" ) > -1;\n\n\t\t// Need to be able to calculate position if either\n\t\t// top or left is auto and position is either absolute or fixed\n\t\tif ( calculatePosition ) {\n\t\t\tcurPosition = curElem.position();\n\t\t\tcurTop = curPosition.top;\n\t\t\tcurLeft = curPosition.left;\n\n\t\t} else {\n\t\t\tcurTop = parseFloat( curCSSTop ) || 0;\n\t\t\tcurLeft = parseFloat( curCSSLeft ) || 0;\n\t\t}\n\n\t\tif ( isFunction( options ) ) {\n\n\t\t\t// Use jQuery.extend here to allow modification of coordinates argument (gh-1848)\n\t\t\toptions = options.call( elem, i, jQuery.extend( {}, curOffset ) );\n\t\t}\n\n\t\tif ( options.top != null ) {\n\t\t\tprops.top = ( options.top - curOffset.top ) + curTop;\n\t\t}\n\t\tif ( options.left != null ) {\n\t\t\tprops.left = ( options.left - curOffset.left ) + curLeft;\n\t\t}\n\n\t\tif ( \"using\" in options ) {\n\t\t\toptions.using.call( elem, props );\n\n\t\t} else {\n\t\t\tif ( typeof props.top === \"number\" ) {\n\t\t\t\tprops.top += \"px\";\n\t\t\t}\n\t\t\tif ( typeof props.left === \"number\" ) {\n\t\t\t\tprops.left += \"px\";\n\t\t\t}\n\t\t\tcurElem.css( props );\n\t\t}\n\t}\n};\n\njQuery.fn.extend( {\n\n\t// offset() relates an element's border box to the document origin\n\toffset: function( options ) {\n\n\t\t// Preserve chaining for setter\n\t\tif ( arguments.length ) {\n\t\t\treturn options === undefined ?\n\t\t\t\tthis :\n\t\t\t\tthis.each( function( i ) {\n\t\t\t\t\tjQuery.offset.setOffset( this, options, i );\n\t\t\t\t} );\n\t\t}\n\n\t\tvar rect, win,\n\t\t\telem = this[ 0 ];\n\n\t\tif ( !elem ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Return zeros for disconnected and hidden (display: none) elements (gh-2310)\n\t\t// Support: IE <=11 only\n\t\t// Running getBoundingClientRect on a\n\t\t// disconnected node in IE throws an error\n\t\tif ( !elem.getClientRects().length ) {\n\t\t\treturn { top: 0, left: 0 };\n\t\t}\n\n\t\t// Get document-relative position by adding viewport scroll to viewport-relative gBCR\n\t\trect = elem.getBoundingClientRect();\n\t\twin = elem.ownerDocument.defaultView;\n\t\treturn {\n\t\t\ttop: rect.top + win.pageYOffset,\n\t\t\tleft: rect.left + win.pageXOffset\n\t\t};\n\t},\n\n\t// position() relates an element's margin box to its offset parent's padding box\n\t// This corresponds to the behavior of CSS absolute positioning\n\tposition: function() {\n\t\tif ( !this[ 0 ] ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar offsetParent, offset, doc,\n\t\t\telem = this[ 0 ],\n\t\t\tparentOffset = { top: 0, left: 0 };\n\n\t\t// position:fixed elements are offset from the viewport, which itself always has zero offset\n\t\tif ( jQuery.css( elem, \"position\" ) === \"fixed\" ) {\n\n\t\t\t// Assume position:fixed implies availability of getBoundingClientRect\n\t\t\toffset = elem.getBoundingClientRect();\n\n\t\t} else {\n\t\t\toffset = this.offset();\n\n\t\t\t// Account for the *real* offset parent, which can be the document or its root element\n\t\t\t// when a statically positioned element is identified\n\t\t\tdoc = elem.ownerDocument;\n\t\t\toffsetParent = elem.offsetParent || doc.documentElement;\n\t\t\twhile ( offsetParent &&\n\t\t\t\t( offsetParent === doc.body || offsetParent === doc.documentElement ) &&\n\t\t\t\tjQuery.css( offsetParent, \"position\" ) === \"static\" ) {\n\n\t\t\t\toffsetParent = offsetParent.parentNode;\n\t\t\t}\n\t\t\tif ( offsetParent && offsetParent !== elem && offsetParent.nodeType === 1 ) {\n\n\t\t\t\t// Incorporate borders into its offset, since they are outside its content origin\n\t\t\t\tparentOffset = jQuery( offsetParent ).offset();\n\t\t\t\tparentOffset.top += jQuery.css( offsetParent, \"borderTopWidth\", true );\n\t\t\t\tparentOffset.left += jQuery.css( offsetParent, \"borderLeftWidth\", true );\n\t\t\t}\n\t\t}\n\n\t\t// Subtract parent offsets and element margins\n\t\treturn {\n\t\t\ttop: offset.top - parentOffset.top - jQuery.css( elem, \"marginTop\", true ),\n\t\t\tleft: offset.left - parentOffset.left - jQuery.css( elem, \"marginLeft\", true )\n\t\t};\n\t},\n\n\t// This method will return documentElement in the following cases:\n\t// 1) For the element inside the iframe without offsetParent, this method will return\n\t// documentElement of the parent window\n\t// 2) For the hidden or detached element\n\t// 3) For body or html element, i.e. in case of the html node - it will return itself\n\t//\n\t// but those exceptions were never presented as a real life use-cases\n\t// and might be considered as more preferable results.\n\t//\n\t// This logic, however, is not guaranteed and can change at any point in the future\n\toffsetParent: function() {\n\t\treturn this.map( function() {\n\t\t\tvar offsetParent = this.offsetParent;\n\n\t\t\twhile ( offsetParent && jQuery.css( offsetParent, \"position\" ) === \"static\" ) {\n\t\t\t\toffsetParent = offsetParent.offsetParent;\n\t\t\t}\n\n\t\t\treturn offsetParent || documentElement;\n\t\t} );\n\t}\n} );\n\n// Create scrollLeft and scrollTop methods\njQuery.each( { scrollLeft: \"pageXOffset\", scrollTop: \"pageYOffset\" }, function( method, prop ) {\n\tvar top = \"pageYOffset\" === prop;\n\n\tjQuery.fn[ method ] = function( val ) {\n\t\treturn access( this, function( elem, method, val ) {\n\n\t\t\t// Coalesce documents and windows\n\t\t\tvar win;\n\t\t\tif ( isWindow( elem ) ) {\n\t\t\t\twin = elem;\n\t\t\t} else if ( elem.nodeType === 9 ) {\n\t\t\t\twin = elem.defaultView;\n\t\t\t}\n\n\t\t\tif ( val === undefined ) {\n\t\t\t\treturn win ? win[ prop ] : elem[ method ];\n\t\t\t}\n\n\t\t\tif ( win ) {\n\t\t\t\twin.scrollTo(\n\t\t\t\t\t!top ? val : win.pageXOffset,\n\t\t\t\t\ttop ? val : win.pageYOffset\n\t\t\t\t);\n\n\t\t\t} else {\n\t\t\t\telem[ method ] = val;\n\t\t\t}\n\t\t}, method, val, arguments.length );\n\t};\n} );\n\n// Support: Safari <=7 - 9.1, Chrome <=37 - 49\n// Add the top/left cssHooks using jQuery.fn.position\n// Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084\n// Blink bug: https://bugs.chromium.org/p/chromium/issues/detail?id=589347\n// getComputedStyle returns percent when specified for top/left/bottom/right;\n// rather than make the css module depend on the offset module, just check for it here\njQuery.each( [ \"top\", \"left\" ], function( _i, prop ) {\n\tjQuery.cssHooks[ prop ] = addGetHookIf( support.pixelPosition,\n\t\tfunction( elem, computed ) {\n\t\t\tif ( computed ) {\n\t\t\t\tcomputed = curCSS( elem, prop );\n\n\t\t\t\t// If curCSS returns percentage, fallback to offset\n\t\t\t\treturn rnumnonpx.test( computed ) ?\n\t\t\t\t\tjQuery( elem ).position()[ prop ] + \"px\" :\n\t\t\t\t\tcomputed;\n\t\t\t}\n\t\t}\n\t);\n} );\n\n\n// Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods\njQuery.each( { Height: \"height\", Width: \"width\" }, function( name, type ) {\n\tjQuery.each( { padding: \"inner\" + name, content: type, \"\": \"outer\" + name },\n\t\tfunction( defaultExtra, funcName ) {\n\n\t\t// Margin is only for outerHeight, outerWidth\n\t\tjQuery.fn[ funcName ] = function( margin, value ) {\n\t\t\tvar chainable = arguments.length && ( defaultExtra || typeof margin !== \"boolean\" ),\n\t\t\t\textra = defaultExtra || ( margin === true || value === true ? \"margin\" : \"border\" );\n\n\t\t\treturn access( this, function( elem, type, value ) {\n\t\t\t\tvar doc;\n\n\t\t\t\tif ( isWindow( elem ) ) {\n\n\t\t\t\t\t// $( window ).outerWidth/Height return w/h including scrollbars (gh-1729)\n\t\t\t\t\treturn funcName.indexOf( \"outer\" ) === 0 ?\n\t\t\t\t\t\telem[ \"inner\" + name ] :\n\t\t\t\t\t\telem.document.documentElement[ \"client\" + name ];\n\t\t\t\t}\n\n\t\t\t\t// Get document width or height\n\t\t\t\tif ( elem.nodeType === 9 ) {\n\t\t\t\t\tdoc = elem.documentElement;\n\n\t\t\t\t\t// Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height],\n\t\t\t\t\t// whichever is greatest\n\t\t\t\t\treturn Math.max(\n\t\t\t\t\t\telem.body[ \"scroll\" + name ], doc[ \"scroll\" + name ],\n\t\t\t\t\t\telem.body[ \"offset\" + name ], doc[ \"offset\" + name ],\n\t\t\t\t\t\tdoc[ \"client\" + name ]\n\t\t\t\t\t);\n\t\t\t\t}\n\n\t\t\t\treturn value === undefined ?\n\n\t\t\t\t\t// Get width or height on the element, requesting but not forcing parseFloat\n\t\t\t\t\tjQuery.css( elem, type, extra ) :\n\n\t\t\t\t\t// Set width or height on the element\n\t\t\t\t\tjQuery.style( elem, type, value, extra );\n\t\t\t}, type, chainable ? margin : undefined, chainable );\n\t\t};\n\t} );\n} );\n\n\njQuery.each( [\n\t\"ajaxStart\",\n\t\"ajaxStop\",\n\t\"ajaxComplete\",\n\t\"ajaxError\",\n\t\"ajaxSuccess\",\n\t\"ajaxSend\"\n], function( _i, type ) {\n\tjQuery.fn[ type ] = function( fn ) {\n\t\treturn this.on( type, fn );\n\t};\n} );\n\n\n\n\njQuery.fn.extend( {\n\n\tbind: function( types, data, fn ) {\n\t\treturn this.on( types, null, data, fn );\n\t},\n\tunbind: function( types, fn ) {\n\t\treturn this.off( types, null, fn );\n\t},\n\n\tdelegate: function( selector, types, data, fn ) {\n\t\treturn this.on( types, selector, data, fn );\n\t},\n\tundelegate: function( selector, types, fn ) {\n\n\t\t// ( namespace ) or ( selector, types [, fn] )\n\t\treturn arguments.length === 1 ?\n\t\t\tthis.off( selector, \"**\" ) :\n\t\t\tthis.off( types, selector || \"**\", fn );\n\t},\n\n\thover: function( fnOver, fnOut ) {\n\t\treturn this.mouseenter( fnOver ).mouseleave( fnOut || fnOver );\n\t}\n} );\n\njQuery.each( ( \"blur focus focusin focusout resize scroll click dblclick \" +\n\t\"mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave \" +\n\t\"change select submit keydown keypress keyup contextmenu\" ).split( \" \" ),\n\tfunction( _i, name ) {\n\n\t\t// Handle event binding\n\t\tjQuery.fn[ name ] = function( data, fn ) {\n\t\t\treturn arguments.length > 0 ?\n\t\t\t\tthis.on( name, null, data, fn ) :\n\t\t\t\tthis.trigger( name );\n\t\t};\n\t} );\n\n\n\n\n// Support: Android <=4.0 only\n// Make sure we trim BOM and NBSP\nvar rtrim = /^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g;\n\n// Bind a function to a context, optionally partially applying any\n// arguments.\n// jQuery.proxy is deprecated to promote standards (specifically Function#bind)\n// However, it is not slated for removal any time soon\njQuery.proxy = function( fn, context ) {\n\tvar tmp, args, proxy;\n\n\tif ( typeof context === \"string\" ) {\n\t\ttmp = fn[ context ];\n\t\tcontext = fn;\n\t\tfn = tmp;\n\t}\n\n\t// Quick check to determine if target is callable, in the spec\n\t// this throws a TypeError, but we will just return undefined.\n\tif ( !isFunction( fn ) ) {\n\t\treturn undefined;\n\t}\n\n\t// Simulated bind\n\targs = slice.call( arguments, 2 );\n\tproxy = function() {\n\t\treturn fn.apply( context || this, args.concat( slice.call( arguments ) ) );\n\t};\n\n\t// Set the guid of unique handler to the same of original handler, so it can be removed\n\tproxy.guid = fn.guid = fn.guid || jQuery.guid++;\n\n\treturn proxy;\n};\n\njQuery.holdReady = function( hold ) {\n\tif ( hold ) {\n\t\tjQuery.readyWait++;\n\t} else {\n\t\tjQuery.ready( true );\n\t}\n};\njQuery.isArray = Array.isArray;\njQuery.parseJSON = JSON.parse;\njQuery.nodeName = nodeName;\njQuery.isFunction = isFunction;\njQuery.isWindow = isWindow;\njQuery.camelCase = camelCase;\njQuery.type = toType;\n\njQuery.now = Date.now;\n\njQuery.isNumeric = function( obj ) {\n\n\t// As of jQuery 3.0, isNumeric is limited to\n\t// strings and numbers (primitives or objects)\n\t// that can be coerced to finite numbers (gh-2662)\n\tvar type = jQuery.type( obj );\n\treturn ( type === \"number\" || type === \"string\" ) &&\n\n\t\t// parseFloat NaNs numeric-cast false positives (\"\")\n\t\t// ...but misinterprets leading-number strings, particularly hex literals (\"0x...\")\n\t\t// subtraction forces infinities to NaN\n\t\t!isNaN( obj - parseFloat( obj ) );\n};\n\njQuery.trim = function( text ) {\n\treturn text == null ?\n\t\t\"\" :\n\t\t( text + \"\" ).replace( rtrim, \"\" );\n};\n\n\n\n// Register as a named AMD module, since jQuery can be concatenated with other\n// files that may use define, but not via a proper concatenation script that\n// understands anonymous AMD modules. A named AMD is safest and most robust\n// way to register. Lowercase jquery is used because AMD module names are\n// derived from file names, and jQuery is normally delivered in a lowercase\n// file name. Do this after creating the global so that if an AMD module wants\n// to call noConflict to hide this version of jQuery, it will work.\n\n// Note that for maximum portability, libraries that are not jQuery should\n// declare themselves as anonymous modules, and avoid setting a global if an\n// AMD loader is present. jQuery is a special case. For more information, see\n// https://github.com/jrburke/requirejs/wiki/Updating-existing-libraries#wiki-anon\n\nif ( typeof define === \"function\" && define.amd ) {\n\tdefine( \"jquery\", [], function() {\n\t\treturn jQuery;\n\t} );\n}\n\n\n\n\nvar\n\n\t// Map over jQuery in case of overwrite\n\t_jQuery = window.jQuery,\n\n\t// Map over the $ in case of overwrite\n\t_$ = window.$;\n\njQuery.noConflict = function( deep ) {\n\tif ( window.$ === jQuery ) {\n\t\twindow.$ = _$;\n\t}\n\n\tif ( deep && window.jQuery === jQuery ) {\n\t\twindow.jQuery = _jQuery;\n\t}\n\n\treturn jQuery;\n};\n\n// Expose jQuery and $ identifiers, even in AMD\n// (#7102#comment:10, https://github.com/jquery/jquery/pull/557)\n// and CommonJS for browser emulators (#13566)\nif ( typeof noGlobal === \"undefined\" ) {\n\twindow.jQuery = window.$ = jQuery;\n}\n\n\n\n\nreturn jQuery;\n} );\n","var g;\n\n// This works in non-strict mode\ng = (function() {\n\treturn this;\n})();\n\ntry {\n\t// This works if eval is allowed (see CSP)\n\tg = g || new Function(\"return this\")();\n} catch (e) {\n\t// This works if the window reference is available\n\tif (typeof window === \"object\") g = window;\n}\n\n// g can still be undefined, but nothing to do about it...\n// We return undefined, instead of nothing here, so it's\n// easier to handle this case. if(!global) { ...}\n\nmodule.exports = g;\n","//! moment.js\n//! version : 2.29.1\n//! authors : Tim Wood, Iskren Chernev, Moment.js contributors\n//! license : MIT\n//! momentjs.com\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :\n typeof define === 'function' && define.amd ? define(factory) :\n global.moment = factory()\n}(this, (function () { 'use strict';\n\n var hookCallback;\n\n function hooks() {\n return hookCallback.apply(null, arguments);\n }\n\n // This is done to register the method called with moment()\n // without creating circular dependencies.\n function setHookCallback(callback) {\n hookCallback = callback;\n }\n\n function isArray(input) {\n return (\n input instanceof Array ||\n Object.prototype.toString.call(input) === '[object Array]'\n );\n }\n\n function isObject(input) {\n // IE8 will treat undefined and null as object if it wasn't for\n // input != null\n return (\n input != null &&\n Object.prototype.toString.call(input) === '[object Object]'\n );\n }\n\n function hasOwnProp(a, b) {\n return Object.prototype.hasOwnProperty.call(a, b);\n }\n\n function isObjectEmpty(obj) {\n if (Object.getOwnPropertyNames) {\n return Object.getOwnPropertyNames(obj).length === 0;\n } else {\n var k;\n for (k in obj) {\n if (hasOwnProp(obj, k)) {\n return false;\n }\n }\n return true;\n }\n }\n\n function isUndefined(input) {\n return input === void 0;\n }\n\n function isNumber(input) {\n return (\n typeof input === 'number' ||\n Object.prototype.toString.call(input) === '[object Number]'\n );\n }\n\n function isDate(input) {\n return (\n input instanceof Date ||\n Object.prototype.toString.call(input) === '[object Date]'\n );\n }\n\n function map(arr, fn) {\n var res = [],\n i;\n for (i = 0; i < arr.length; ++i) {\n res.push(fn(arr[i], i));\n }\n return res;\n }\n\n function extend(a, b) {\n for (var i in b) {\n if (hasOwnProp(b, i)) {\n a[i] = b[i];\n }\n }\n\n if (hasOwnProp(b, 'toString')) {\n a.toString = b.toString;\n }\n\n if (hasOwnProp(b, 'valueOf')) {\n a.valueOf = b.valueOf;\n }\n\n return a;\n }\n\n function createUTC(input, format, locale, strict) {\n return createLocalOrUTC(input, format, locale, strict, true).utc();\n }\n\n function defaultParsingFlags() {\n // We need to deep clone this object.\n return {\n empty: false,\n unusedTokens: [],\n unusedInput: [],\n overflow: -2,\n charsLeftOver: 0,\n nullInput: false,\n invalidEra: null,\n invalidMonth: null,\n invalidFormat: false,\n userInvalidated: false,\n iso: false,\n parsedDateParts: [],\n era: null,\n meridiem: null,\n rfc2822: false,\n weekdayMismatch: false,\n };\n }\n\n function getParsingFlags(m) {\n if (m._pf == null) {\n m._pf = defaultParsingFlags();\n }\n return m._pf;\n }\n\n var some;\n if (Array.prototype.some) {\n some = Array.prototype.some;\n } else {\n some = function (fun) {\n var t = Object(this),\n len = t.length >>> 0,\n i;\n\n for (i = 0; i < len; i++) {\n if (i in t && fun.call(this, t[i], i, t)) {\n return true;\n }\n }\n\n return false;\n };\n }\n\n function isValid(m) {\n if (m._isValid == null) {\n var flags = getParsingFlags(m),\n parsedParts = some.call(flags.parsedDateParts, function (i) {\n return i != null;\n }),\n isNowValid =\n !isNaN(m._d.getTime()) &&\n flags.overflow < 0 &&\n !flags.empty &&\n !flags.invalidEra &&\n !flags.invalidMonth &&\n !flags.invalidWeekday &&\n !flags.weekdayMismatch &&\n !flags.nullInput &&\n !flags.invalidFormat &&\n !flags.userInvalidated &&\n (!flags.meridiem || (flags.meridiem && parsedParts));\n\n if (m._strict) {\n isNowValid =\n isNowValid &&\n flags.charsLeftOver === 0 &&\n flags.unusedTokens.length === 0 &&\n flags.bigHour === undefined;\n }\n\n if (Object.isFrozen == null || !Object.isFrozen(m)) {\n m._isValid = isNowValid;\n } else {\n return isNowValid;\n }\n }\n return m._isValid;\n }\n\n function createInvalid(flags) {\n var m = createUTC(NaN);\n if (flags != null) {\n extend(getParsingFlags(m), flags);\n } else {\n getParsingFlags(m).userInvalidated = true;\n }\n\n return m;\n }\n\n // Plugins that add properties should also add the key here (null value),\n // so we can properly clone ourselves.\n var momentProperties = (hooks.momentProperties = []),\n updateInProgress = false;\n\n function copyConfig(to, from) {\n var i, prop, val;\n\n if (!isUndefined(from._isAMomentObject)) {\n to._isAMomentObject = from._isAMomentObject;\n }\n if (!isUndefined(from._i)) {\n to._i = from._i;\n }\n if (!isUndefined(from._f)) {\n to._f = from._f;\n }\n if (!isUndefined(from._l)) {\n to._l = from._l;\n }\n if (!isUndefined(from._strict)) {\n to._strict = from._strict;\n }\n if (!isUndefined(from._tzm)) {\n to._tzm = from._tzm;\n }\n if (!isUndefined(from._isUTC)) {\n to._isUTC = from._isUTC;\n }\n if (!isUndefined(from._offset)) {\n to._offset = from._offset;\n }\n if (!isUndefined(from._pf)) {\n to._pf = getParsingFlags(from);\n }\n if (!isUndefined(from._locale)) {\n to._locale = from._locale;\n }\n\n if (momentProperties.length > 0) {\n for (i = 0; i < momentProperties.length; i++) {\n prop = momentProperties[i];\n val = from[prop];\n if (!isUndefined(val)) {\n to[prop] = val;\n }\n }\n }\n\n return to;\n }\n\n // Moment prototype object\n function Moment(config) {\n copyConfig(this, config);\n this._d = new Date(config._d != null ? config._d.getTime() : NaN);\n if (!this.isValid()) {\n this._d = new Date(NaN);\n }\n // Prevent infinite loop in case updateOffset creates new moment\n // objects.\n if (updateInProgress === false) {\n updateInProgress = true;\n hooks.updateOffset(this);\n updateInProgress = false;\n }\n }\n\n function isMoment(obj) {\n return (\n obj instanceof Moment || (obj != null && obj._isAMomentObject != null)\n );\n }\n\n function warn(msg) {\n if (\n hooks.suppressDeprecationWarnings === false &&\n typeof console !== 'undefined' &&\n console.warn\n ) {\n console.warn('Deprecation warning: ' + msg);\n }\n }\n\n function deprecate(msg, fn) {\n var firstTime = true;\n\n return extend(function () {\n if (hooks.deprecationHandler != null) {\n hooks.deprecationHandler(null, msg);\n }\n if (firstTime) {\n var args = [],\n arg,\n i,\n key;\n for (i = 0; i < arguments.length; i++) {\n arg = '';\n if (typeof arguments[i] === 'object') {\n arg += '\\n[' + i + '] ';\n for (key in arguments[0]) {\n if (hasOwnProp(arguments[0], key)) {\n arg += key + ': ' + arguments[0][key] + ', ';\n }\n }\n arg = arg.slice(0, -2); // Remove trailing comma and space\n } else {\n arg = arguments[i];\n }\n args.push(arg);\n }\n warn(\n msg +\n '\\nArguments: ' +\n Array.prototype.slice.call(args).join('') +\n '\\n' +\n new Error().stack\n );\n firstTime = false;\n }\n return fn.apply(this, arguments);\n }, fn);\n }\n\n var deprecations = {};\n\n function deprecateSimple(name, msg) {\n if (hooks.deprecationHandler != null) {\n hooks.deprecationHandler(name, msg);\n }\n if (!deprecations[name]) {\n warn(msg);\n deprecations[name] = true;\n }\n }\n\n hooks.suppressDeprecationWarnings = false;\n hooks.deprecationHandler = null;\n\n function isFunction(input) {\n return (\n (typeof Function !== 'undefined' && input instanceof Function) ||\n Object.prototype.toString.call(input) === '[object Function]'\n );\n }\n\n function set(config) {\n var prop, i;\n for (i in config) {\n if (hasOwnProp(config, i)) {\n prop = config[i];\n if (isFunction(prop)) {\n this[i] = prop;\n } else {\n this['_' + i] = prop;\n }\n }\n }\n this._config = config;\n // Lenient ordinal parsing accepts just a number in addition to\n // number + (possibly) stuff coming from _dayOfMonthOrdinalParse.\n // TODO: Remove \"ordinalParse\" fallback in next major release.\n this._dayOfMonthOrdinalParseLenient = new RegExp(\n (this._dayOfMonthOrdinalParse.source || this._ordinalParse.source) +\n '|' +\n /\\d{1,2}/.source\n );\n }\n\n function mergeConfigs(parentConfig, childConfig) {\n var res = extend({}, parentConfig),\n prop;\n for (prop in childConfig) {\n if (hasOwnProp(childConfig, prop)) {\n if (isObject(parentConfig[prop]) && isObject(childConfig[prop])) {\n res[prop] = {};\n extend(res[prop], parentConfig[prop]);\n extend(res[prop], childConfig[prop]);\n } else if (childConfig[prop] != null) {\n res[prop] = childConfig[prop];\n } else {\n delete res[prop];\n }\n }\n }\n for (prop in parentConfig) {\n if (\n hasOwnProp(parentConfig, prop) &&\n !hasOwnProp(childConfig, prop) &&\n isObject(parentConfig[prop])\n ) {\n // make sure changes to properties don't modify parent config\n res[prop] = extend({}, res[prop]);\n }\n }\n return res;\n }\n\n function Locale(config) {\n if (config != null) {\n this.set(config);\n }\n }\n\n var keys;\n\n if (Object.keys) {\n keys = Object.keys;\n } else {\n keys = function (obj) {\n var i,\n res = [];\n for (i in obj) {\n if (hasOwnProp(obj, i)) {\n res.push(i);\n }\n }\n return res;\n };\n }\n\n var defaultCalendar = {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n };\n\n function calendar(key, mom, now) {\n var output = this._calendar[key] || this._calendar['sameElse'];\n return isFunction(output) ? output.call(mom, now) : output;\n }\n\n function zeroFill(number, targetLength, forceSign) {\n var absNumber = '' + Math.abs(number),\n zerosToFill = targetLength - absNumber.length,\n sign = number >= 0;\n return (\n (sign ? (forceSign ? '+' : '') : '-') +\n Math.pow(10, Math.max(0, zerosToFill)).toString().substr(1) +\n absNumber\n );\n }\n\n var formattingTokens = /(\\[[^\\[]*\\])|(\\\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,\n localFormattingTokens = /(\\[[^\\[]*\\])|(\\\\)?(LTS|LT|LL?L?L?|l{1,4})/g,\n formatFunctions = {},\n formatTokenFunctions = {};\n\n // token: 'M'\n // padded: ['MM', 2]\n // ordinal: 'Mo'\n // callback: function () { this.month() + 1 }\n function addFormatToken(token, padded, ordinal, callback) {\n var func = callback;\n if (typeof callback === 'string') {\n func = function () {\n return this[callback]();\n };\n }\n if (token) {\n formatTokenFunctions[token] = func;\n }\n if (padded) {\n formatTokenFunctions[padded[0]] = function () {\n return zeroFill(func.apply(this, arguments), padded[1], padded[2]);\n };\n }\n if (ordinal) {\n formatTokenFunctions[ordinal] = function () {\n return this.localeData().ordinal(\n func.apply(this, arguments),\n token\n );\n };\n }\n }\n\n function removeFormattingTokens(input) {\n if (input.match(/\\[[\\s\\S]/)) {\n return input.replace(/^\\[|\\]$/g, '');\n }\n return input.replace(/\\\\/g, '');\n }\n\n function makeFormatFunction(format) {\n var array = format.match(formattingTokens),\n i,\n length;\n\n for (i = 0, length = array.length; i < length; i++) {\n if (formatTokenFunctions[array[i]]) {\n array[i] = formatTokenFunctions[array[i]];\n } else {\n array[i] = removeFormattingTokens(array[i]);\n }\n }\n\n return function (mom) {\n var output = '',\n i;\n for (i = 0; i < length; i++) {\n output += isFunction(array[i])\n ? array[i].call(mom, format)\n : array[i];\n }\n return output;\n };\n }\n\n // format date using native date object\n function formatMoment(m, format) {\n if (!m.isValid()) {\n return m.localeData().invalidDate();\n }\n\n format = expandFormat(format, m.localeData());\n formatFunctions[format] =\n formatFunctions[format] || makeFormatFunction(format);\n\n return formatFunctions[format](m);\n }\n\n function expandFormat(format, locale) {\n var i = 5;\n\n function replaceLongDateFormatTokens(input) {\n return locale.longDateFormat(input) || input;\n }\n\n localFormattingTokens.lastIndex = 0;\n while (i >= 0 && localFormattingTokens.test(format)) {\n format = format.replace(\n localFormattingTokens,\n replaceLongDateFormatTokens\n );\n localFormattingTokens.lastIndex = 0;\n i -= 1;\n }\n\n return format;\n }\n\n var defaultLongDateFormat = {\n LTS: 'h:mm:ss A',\n LT: 'h:mm A',\n L: 'MM/DD/YYYY',\n LL: 'MMMM D, YYYY',\n LLL: 'MMMM D, YYYY h:mm A',\n LLLL: 'dddd, MMMM D, YYYY h:mm A',\n };\n\n function longDateFormat(key) {\n var format = this._longDateFormat[key],\n formatUpper = this._longDateFormat[key.toUpperCase()];\n\n if (format || !formatUpper) {\n return format;\n }\n\n this._longDateFormat[key] = formatUpper\n .match(formattingTokens)\n .map(function (tok) {\n if (\n tok === 'MMMM' ||\n tok === 'MM' ||\n tok === 'DD' ||\n tok === 'dddd'\n ) {\n return tok.slice(1);\n }\n return tok;\n })\n .join('');\n\n return this._longDateFormat[key];\n }\n\n var defaultInvalidDate = 'Invalid date';\n\n function invalidDate() {\n return this._invalidDate;\n }\n\n var defaultOrdinal = '%d',\n defaultDayOfMonthOrdinalParse = /\\d{1,2}/;\n\n function ordinal(number) {\n return this._ordinal.replace('%d', number);\n }\n\n var defaultRelativeTime = {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n w: 'a week',\n ww: '%d weeks',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n };\n\n function relativeTime(number, withoutSuffix, string, isFuture) {\n var output = this._relativeTime[string];\n return isFunction(output)\n ? output(number, withoutSuffix, string, isFuture)\n : output.replace(/%d/i, number);\n }\n\n function pastFuture(diff, output) {\n var format = this._relativeTime[diff > 0 ? 'future' : 'past'];\n return isFunction(format) ? format(output) : format.replace(/%s/i, output);\n }\n\n var aliases = {};\n\n function addUnitAlias(unit, shorthand) {\n var lowerCase = unit.toLowerCase();\n aliases[lowerCase] = aliases[lowerCase + 's'] = aliases[shorthand] = unit;\n }\n\n function normalizeUnits(units) {\n return typeof units === 'string'\n ? aliases[units] || aliases[units.toLowerCase()]\n : undefined;\n }\n\n function normalizeObjectUnits(inputObject) {\n var normalizedInput = {},\n normalizedProp,\n prop;\n\n for (prop in inputObject) {\n if (hasOwnProp(inputObject, prop)) {\n normalizedProp = normalizeUnits(prop);\n if (normalizedProp) {\n normalizedInput[normalizedProp] = inputObject[prop];\n }\n }\n }\n\n return normalizedInput;\n }\n\n var priorities = {};\n\n function addUnitPriority(unit, priority) {\n priorities[unit] = priority;\n }\n\n function getPrioritizedUnits(unitsObj) {\n var units = [],\n u;\n for (u in unitsObj) {\n if (hasOwnProp(unitsObj, u)) {\n units.push({ unit: u, priority: priorities[u] });\n }\n }\n units.sort(function (a, b) {\n return a.priority - b.priority;\n });\n return units;\n }\n\n function isLeapYear(year) {\n return (year % 4 === 0 && year % 100 !== 0) || year % 400 === 0;\n }\n\n function absFloor(number) {\n if (number < 0) {\n // -0 -> 0\n return Math.ceil(number) || 0;\n } else {\n return Math.floor(number);\n }\n }\n\n function toInt(argumentForCoercion) {\n var coercedNumber = +argumentForCoercion,\n value = 0;\n\n if (coercedNumber !== 0 && isFinite(coercedNumber)) {\n value = absFloor(coercedNumber);\n }\n\n return value;\n }\n\n function makeGetSet(unit, keepTime) {\n return function (value) {\n if (value != null) {\n set$1(this, unit, value);\n hooks.updateOffset(this, keepTime);\n return this;\n } else {\n return get(this, unit);\n }\n };\n }\n\n function get(mom, unit) {\n return mom.isValid()\n ? mom._d['get' + (mom._isUTC ? 'UTC' : '') + unit]()\n : NaN;\n }\n\n function set$1(mom, unit, value) {\n if (mom.isValid() && !isNaN(value)) {\n if (\n unit === 'FullYear' &&\n isLeapYear(mom.year()) &&\n mom.month() === 1 &&\n mom.date() === 29\n ) {\n value = toInt(value);\n mom._d['set' + (mom._isUTC ? 'UTC' : '') + unit](\n value,\n mom.month(),\n daysInMonth(value, mom.month())\n );\n } else {\n mom._d['set' + (mom._isUTC ? 'UTC' : '') + unit](value);\n }\n }\n }\n\n // MOMENTS\n\n function stringGet(units) {\n units = normalizeUnits(units);\n if (isFunction(this[units])) {\n return this[units]();\n }\n return this;\n }\n\n function stringSet(units, value) {\n if (typeof units === 'object') {\n units = normalizeObjectUnits(units);\n var prioritized = getPrioritizedUnits(units),\n i;\n for (i = 0; i < prioritized.length; i++) {\n this[prioritized[i].unit](units[prioritized[i].unit]);\n }\n } else {\n units = normalizeUnits(units);\n if (isFunction(this[units])) {\n return this[units](value);\n }\n }\n return this;\n }\n\n var match1 = /\\d/, // 0 - 9\n match2 = /\\d\\d/, // 00 - 99\n match3 = /\\d{3}/, // 000 - 999\n match4 = /\\d{4}/, // 0000 - 9999\n match6 = /[+-]?\\d{6}/, // -999999 - 999999\n match1to2 = /\\d\\d?/, // 0 - 99\n match3to4 = /\\d\\d\\d\\d?/, // 999 - 9999\n match5to6 = /\\d\\d\\d\\d\\d\\d?/, // 99999 - 999999\n match1to3 = /\\d{1,3}/, // 0 - 999\n match1to4 = /\\d{1,4}/, // 0 - 9999\n match1to6 = /[+-]?\\d{1,6}/, // -999999 - 999999\n matchUnsigned = /\\d+/, // 0 - inf\n matchSigned = /[+-]?\\d+/, // -inf - inf\n matchOffset = /Z|[+-]\\d\\d:?\\d\\d/gi, // +00:00 -00:00 +0000 -0000 or Z\n matchShortOffset = /Z|[+-]\\d\\d(?::?\\d\\d)?/gi, // +00 -00 +00:00 -00:00 +0000 -0000 or Z\n matchTimestamp = /[+-]?\\d+(\\.\\d{1,3})?/, // 123456789 123456789.123\n // any word (or two) characters or numbers including two/three word month in arabic.\n // includes scottish gaelic two word and hyphenated months\n matchWord = /[0-9]{0,256}['a-z\\u00A0-\\u05FF\\u0700-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFF07\\uFF10-\\uFFEF]{1,256}|[\\u0600-\\u06FF\\/]{1,256}(\\s*?[\\u0600-\\u06FF]{1,256}){1,2}/i,\n regexes;\n\n regexes = {};\n\n function addRegexToken(token, regex, strictRegex) {\n regexes[token] = isFunction(regex)\n ? regex\n : function (isStrict, localeData) {\n return isStrict && strictRegex ? strictRegex : regex;\n };\n }\n\n function getParseRegexForToken(token, config) {\n if (!hasOwnProp(regexes, token)) {\n return new RegExp(unescapeFormat(token));\n }\n\n return regexes[token](config._strict, config._locale);\n }\n\n // Code from http://stackoverflow.com/questions/3561493/is-there-a-regexp-escape-function-in-javascript\n function unescapeFormat(s) {\n return regexEscape(\n s\n .replace('\\\\', '')\n .replace(/\\\\(\\[)|\\\\(\\])|\\[([^\\]\\[]*)\\]|\\\\(.)/g, function (\n matched,\n p1,\n p2,\n p3,\n p4\n ) {\n return p1 || p2 || p3 || p4;\n })\n );\n }\n\n function regexEscape(s) {\n return s.replace(/[-\\/\\\\^$*+?.()|[\\]{}]/g, '\\\\$&');\n }\n\n var tokens = {};\n\n function addParseToken(token, callback) {\n var i,\n func = callback;\n if (typeof token === 'string') {\n token = [token];\n }\n if (isNumber(callback)) {\n func = function (input, array) {\n array[callback] = toInt(input);\n };\n }\n for (i = 0; i < token.length; i++) {\n tokens[token[i]] = func;\n }\n }\n\n function addWeekParseToken(token, callback) {\n addParseToken(token, function (input, array, config, token) {\n config._w = config._w || {};\n callback(input, config._w, config, token);\n });\n }\n\n function addTimeToArrayFromToken(token, input, config) {\n if (input != null && hasOwnProp(tokens, token)) {\n tokens[token](input, config._a, config, token);\n }\n }\n\n var YEAR = 0,\n MONTH = 1,\n DATE = 2,\n HOUR = 3,\n MINUTE = 4,\n SECOND = 5,\n MILLISECOND = 6,\n WEEK = 7,\n WEEKDAY = 8;\n\n function mod(n, x) {\n return ((n % x) + x) % x;\n }\n\n var indexOf;\n\n if (Array.prototype.indexOf) {\n indexOf = Array.prototype.indexOf;\n } else {\n indexOf = function (o) {\n // I know\n var i;\n for (i = 0; i < this.length; ++i) {\n if (this[i] === o) {\n return i;\n }\n }\n return -1;\n };\n }\n\n function daysInMonth(year, month) {\n if (isNaN(year) || isNaN(month)) {\n return NaN;\n }\n var modMonth = mod(month, 12);\n year += (month - modMonth) / 12;\n return modMonth === 1\n ? isLeapYear(year)\n ? 29\n : 28\n : 31 - ((modMonth % 7) % 2);\n }\n\n // FORMATTING\n\n addFormatToken('M', ['MM', 2], 'Mo', function () {\n return this.month() + 1;\n });\n\n addFormatToken('MMM', 0, 0, function (format) {\n return this.localeData().monthsShort(this, format);\n });\n\n addFormatToken('MMMM', 0, 0, function (format) {\n return this.localeData().months(this, format);\n });\n\n // ALIASES\n\n addUnitAlias('month', 'M');\n\n // PRIORITY\n\n addUnitPriority('month', 8);\n\n // PARSING\n\n addRegexToken('M', match1to2);\n addRegexToken('MM', match1to2, match2);\n addRegexToken('MMM', function (isStrict, locale) {\n return locale.monthsShortRegex(isStrict);\n });\n addRegexToken('MMMM', function (isStrict, locale) {\n return locale.monthsRegex(isStrict);\n });\n\n addParseToken(['M', 'MM'], function (input, array) {\n array[MONTH] = toInt(input) - 1;\n });\n\n addParseToken(['MMM', 'MMMM'], function (input, array, config, token) {\n var month = config._locale.monthsParse(input, token, config._strict);\n // if we didn't find a month name, mark the date as invalid.\n if (month != null) {\n array[MONTH] = month;\n } else {\n getParsingFlags(config).invalidMonth = input;\n }\n });\n\n // LOCALES\n\n var defaultLocaleMonths = 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n defaultLocaleMonthsShort = 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split(\n '_'\n ),\n MONTHS_IN_FORMAT = /D[oD]?(\\[[^\\[\\]]*\\]|\\s)+MMMM?/,\n defaultMonthsShortRegex = matchWord,\n defaultMonthsRegex = matchWord;\n\n function localeMonths(m, format) {\n if (!m) {\n return isArray(this._months)\n ? this._months\n : this._months['standalone'];\n }\n return isArray(this._months)\n ? this._months[m.month()]\n : this._months[\n (this._months.isFormat || MONTHS_IN_FORMAT).test(format)\n ? 'format'\n : 'standalone'\n ][m.month()];\n }\n\n function localeMonthsShort(m, format) {\n if (!m) {\n return isArray(this._monthsShort)\n ? this._monthsShort\n : this._monthsShort['standalone'];\n }\n return isArray(this._monthsShort)\n ? this._monthsShort[m.month()]\n : this._monthsShort[\n MONTHS_IN_FORMAT.test(format) ? 'format' : 'standalone'\n ][m.month()];\n }\n\n function handleStrictParse(monthName, format, strict) {\n var i,\n ii,\n mom,\n llc = monthName.toLocaleLowerCase();\n if (!this._monthsParse) {\n // this is not used\n this._monthsParse = [];\n this._longMonthsParse = [];\n this._shortMonthsParse = [];\n for (i = 0; i < 12; ++i) {\n mom = createUTC([2000, i]);\n this._shortMonthsParse[i] = this.monthsShort(\n mom,\n ''\n ).toLocaleLowerCase();\n this._longMonthsParse[i] = this.months(mom, '').toLocaleLowerCase();\n }\n }\n\n if (strict) {\n if (format === 'MMM') {\n ii = indexOf.call(this._shortMonthsParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._longMonthsParse, llc);\n return ii !== -1 ? ii : null;\n }\n } else {\n if (format === 'MMM') {\n ii = indexOf.call(this._shortMonthsParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._longMonthsParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._longMonthsParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._shortMonthsParse, llc);\n return ii !== -1 ? ii : null;\n }\n }\n }\n\n function localeMonthsParse(monthName, format, strict) {\n var i, mom, regex;\n\n if (this._monthsParseExact) {\n return handleStrictParse.call(this, monthName, format, strict);\n }\n\n if (!this._monthsParse) {\n this._monthsParse = [];\n this._longMonthsParse = [];\n this._shortMonthsParse = [];\n }\n\n // TODO: add sorting\n // Sorting makes sure if one month (or abbr) is a prefix of another\n // see sorting in computeMonthsParse\n for (i = 0; i < 12; i++) {\n // make the regex if we don't have it already\n mom = createUTC([2000, i]);\n if (strict && !this._longMonthsParse[i]) {\n this._longMonthsParse[i] = new RegExp(\n '^' + this.months(mom, '').replace('.', '') + '$',\n 'i'\n );\n this._shortMonthsParse[i] = new RegExp(\n '^' + this.monthsShort(mom, '').replace('.', '') + '$',\n 'i'\n );\n }\n if (!strict && !this._monthsParse[i]) {\n regex =\n '^' + this.months(mom, '') + '|^' + this.monthsShort(mom, '');\n this._monthsParse[i] = new RegExp(regex.replace('.', ''), 'i');\n }\n // test the regex\n if (\n strict &&\n format === 'MMMM' &&\n this._longMonthsParse[i].test(monthName)\n ) {\n return i;\n } else if (\n strict &&\n format === 'MMM' &&\n this._shortMonthsParse[i].test(monthName)\n ) {\n return i;\n } else if (!strict && this._monthsParse[i].test(monthName)) {\n return i;\n }\n }\n }\n\n // MOMENTS\n\n function setMonth(mom, value) {\n var dayOfMonth;\n\n if (!mom.isValid()) {\n // No op\n return mom;\n }\n\n if (typeof value === 'string') {\n if (/^\\d+$/.test(value)) {\n value = toInt(value);\n } else {\n value = mom.localeData().monthsParse(value);\n // TODO: Another silent failure?\n if (!isNumber(value)) {\n return mom;\n }\n }\n }\n\n dayOfMonth = Math.min(mom.date(), daysInMonth(mom.year(), value));\n mom._d['set' + (mom._isUTC ? 'UTC' : '') + 'Month'](value, dayOfMonth);\n return mom;\n }\n\n function getSetMonth(value) {\n if (value != null) {\n setMonth(this, value);\n hooks.updateOffset(this, true);\n return this;\n } else {\n return get(this, 'Month');\n }\n }\n\n function getDaysInMonth() {\n return daysInMonth(this.year(), this.month());\n }\n\n function monthsShortRegex(isStrict) {\n if (this._monthsParseExact) {\n if (!hasOwnProp(this, '_monthsRegex')) {\n computeMonthsParse.call(this);\n }\n if (isStrict) {\n return this._monthsShortStrictRegex;\n } else {\n return this._monthsShortRegex;\n }\n } else {\n if (!hasOwnProp(this, '_monthsShortRegex')) {\n this._monthsShortRegex = defaultMonthsShortRegex;\n }\n return this._monthsShortStrictRegex && isStrict\n ? this._monthsShortStrictRegex\n : this._monthsShortRegex;\n }\n }\n\n function monthsRegex(isStrict) {\n if (this._monthsParseExact) {\n if (!hasOwnProp(this, '_monthsRegex')) {\n computeMonthsParse.call(this);\n }\n if (isStrict) {\n return this._monthsStrictRegex;\n } else {\n return this._monthsRegex;\n }\n } else {\n if (!hasOwnProp(this, '_monthsRegex')) {\n this._monthsRegex = defaultMonthsRegex;\n }\n return this._monthsStrictRegex && isStrict\n ? this._monthsStrictRegex\n : this._monthsRegex;\n }\n }\n\n function computeMonthsParse() {\n function cmpLenRev(a, b) {\n return b.length - a.length;\n }\n\n var shortPieces = [],\n longPieces = [],\n mixedPieces = [],\n i,\n mom;\n for (i = 0; i < 12; i++) {\n // make the regex if we don't have it already\n mom = createUTC([2000, i]);\n shortPieces.push(this.monthsShort(mom, ''));\n longPieces.push(this.months(mom, ''));\n mixedPieces.push(this.months(mom, ''));\n mixedPieces.push(this.monthsShort(mom, ''));\n }\n // Sorting makes sure if one month (or abbr) is a prefix of another it\n // will match the longer piece.\n shortPieces.sort(cmpLenRev);\n longPieces.sort(cmpLenRev);\n mixedPieces.sort(cmpLenRev);\n for (i = 0; i < 12; i++) {\n shortPieces[i] = regexEscape(shortPieces[i]);\n longPieces[i] = regexEscape(longPieces[i]);\n }\n for (i = 0; i < 24; i++) {\n mixedPieces[i] = regexEscape(mixedPieces[i]);\n }\n\n this._monthsRegex = new RegExp('^(' + mixedPieces.join('|') + ')', 'i');\n this._monthsShortRegex = this._monthsRegex;\n this._monthsStrictRegex = new RegExp(\n '^(' + longPieces.join('|') + ')',\n 'i'\n );\n this._monthsShortStrictRegex = new RegExp(\n '^(' + shortPieces.join('|') + ')',\n 'i'\n );\n }\n\n // FORMATTING\n\n addFormatToken('Y', 0, 0, function () {\n var y = this.year();\n return y <= 9999 ? zeroFill(y, 4) : '+' + y;\n });\n\n addFormatToken(0, ['YY', 2], 0, function () {\n return this.year() % 100;\n });\n\n addFormatToken(0, ['YYYY', 4], 0, 'year');\n addFormatToken(0, ['YYYYY', 5], 0, 'year');\n addFormatToken(0, ['YYYYYY', 6, true], 0, 'year');\n\n // ALIASES\n\n addUnitAlias('year', 'y');\n\n // PRIORITIES\n\n addUnitPriority('year', 1);\n\n // PARSING\n\n addRegexToken('Y', matchSigned);\n addRegexToken('YY', match1to2, match2);\n addRegexToken('YYYY', match1to4, match4);\n addRegexToken('YYYYY', match1to6, match6);\n addRegexToken('YYYYYY', match1to6, match6);\n\n addParseToken(['YYYYY', 'YYYYYY'], YEAR);\n addParseToken('YYYY', function (input, array) {\n array[YEAR] =\n input.length === 2 ? hooks.parseTwoDigitYear(input) : toInt(input);\n });\n addParseToken('YY', function (input, array) {\n array[YEAR] = hooks.parseTwoDigitYear(input);\n });\n addParseToken('Y', function (input, array) {\n array[YEAR] = parseInt(input, 10);\n });\n\n // HELPERS\n\n function daysInYear(year) {\n return isLeapYear(year) ? 366 : 365;\n }\n\n // HOOKS\n\n hooks.parseTwoDigitYear = function (input) {\n return toInt(input) + (toInt(input) > 68 ? 1900 : 2000);\n };\n\n // MOMENTS\n\n var getSetYear = makeGetSet('FullYear', true);\n\n function getIsLeapYear() {\n return isLeapYear(this.year());\n }\n\n function createDate(y, m, d, h, M, s, ms) {\n // can't just apply() to create a date:\n // https://stackoverflow.com/q/181348\n var date;\n // the date constructor remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n // preserve leap years using a full 400 year cycle, then reset\n date = new Date(y + 400, m, d, h, M, s, ms);\n if (isFinite(date.getFullYear())) {\n date.setFullYear(y);\n }\n } else {\n date = new Date(y, m, d, h, M, s, ms);\n }\n\n return date;\n }\n\n function createUTCDate(y) {\n var date, args;\n // the Date.UTC function remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n args = Array.prototype.slice.call(arguments);\n // preserve leap years using a full 400 year cycle, then reset\n args[0] = y + 400;\n date = new Date(Date.UTC.apply(null, args));\n if (isFinite(date.getUTCFullYear())) {\n date.setUTCFullYear(y);\n }\n } else {\n date = new Date(Date.UTC.apply(null, arguments));\n }\n\n return date;\n }\n\n // start-of-first-week - start-of-year\n function firstWeekOffset(year, dow, doy) {\n var // first-week day -- which january is always in the first week (4 for iso, 1 for other)\n fwd = 7 + dow - doy,\n // first-week day local weekday -- which local weekday is fwd\n fwdlw = (7 + createUTCDate(year, 0, fwd).getUTCDay() - dow) % 7;\n\n return -fwdlw + fwd - 1;\n }\n\n // https://en.wikipedia.org/wiki/ISO_week_date#Calculating_a_date_given_the_year.2C_week_number_and_weekday\n function dayOfYearFromWeeks(year, week, weekday, dow, doy) {\n var localWeekday = (7 + weekday - dow) % 7,\n weekOffset = firstWeekOffset(year, dow, doy),\n dayOfYear = 1 + 7 * (week - 1) + localWeekday + weekOffset,\n resYear,\n resDayOfYear;\n\n if (dayOfYear <= 0) {\n resYear = year - 1;\n resDayOfYear = daysInYear(resYear) + dayOfYear;\n } else if (dayOfYear > daysInYear(year)) {\n resYear = year + 1;\n resDayOfYear = dayOfYear - daysInYear(year);\n } else {\n resYear = year;\n resDayOfYear = dayOfYear;\n }\n\n return {\n year: resYear,\n dayOfYear: resDayOfYear,\n };\n }\n\n function weekOfYear(mom, dow, doy) {\n var weekOffset = firstWeekOffset(mom.year(), dow, doy),\n week = Math.floor((mom.dayOfYear() - weekOffset - 1) / 7) + 1,\n resWeek,\n resYear;\n\n if (week < 1) {\n resYear = mom.year() - 1;\n resWeek = week + weeksInYear(resYear, dow, doy);\n } else if (week > weeksInYear(mom.year(), dow, doy)) {\n resWeek = week - weeksInYear(mom.year(), dow, doy);\n resYear = mom.year() + 1;\n } else {\n resYear = mom.year();\n resWeek = week;\n }\n\n return {\n week: resWeek,\n year: resYear,\n };\n }\n\n function weeksInYear(year, dow, doy) {\n var weekOffset = firstWeekOffset(year, dow, doy),\n weekOffsetNext = firstWeekOffset(year + 1, dow, doy);\n return (daysInYear(year) - weekOffset + weekOffsetNext) / 7;\n }\n\n // FORMATTING\n\n addFormatToken('w', ['ww', 2], 'wo', 'week');\n addFormatToken('W', ['WW', 2], 'Wo', 'isoWeek');\n\n // ALIASES\n\n addUnitAlias('week', 'w');\n addUnitAlias('isoWeek', 'W');\n\n // PRIORITIES\n\n addUnitPriority('week', 5);\n addUnitPriority('isoWeek', 5);\n\n // PARSING\n\n addRegexToken('w', match1to2);\n addRegexToken('ww', match1to2, match2);\n addRegexToken('W', match1to2);\n addRegexToken('WW', match1to2, match2);\n\n addWeekParseToken(['w', 'ww', 'W', 'WW'], function (\n input,\n week,\n config,\n token\n ) {\n week[token.substr(0, 1)] = toInt(input);\n });\n\n // HELPERS\n\n // LOCALES\n\n function localeWeek(mom) {\n return weekOfYear(mom, this._week.dow, this._week.doy).week;\n }\n\n var defaultLocaleWeek = {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n };\n\n function localeFirstDayOfWeek() {\n return this._week.dow;\n }\n\n function localeFirstDayOfYear() {\n return this._week.doy;\n }\n\n // MOMENTS\n\n function getSetWeek(input) {\n var week = this.localeData().week(this);\n return input == null ? week : this.add((input - week) * 7, 'd');\n }\n\n function getSetISOWeek(input) {\n var week = weekOfYear(this, 1, 4).week;\n return input == null ? week : this.add((input - week) * 7, 'd');\n }\n\n // FORMATTING\n\n addFormatToken('d', 0, 'do', 'day');\n\n addFormatToken('dd', 0, 0, function (format) {\n return this.localeData().weekdaysMin(this, format);\n });\n\n addFormatToken('ddd', 0, 0, function (format) {\n return this.localeData().weekdaysShort(this, format);\n });\n\n addFormatToken('dddd', 0, 0, function (format) {\n return this.localeData().weekdays(this, format);\n });\n\n addFormatToken('e', 0, 0, 'weekday');\n addFormatToken('E', 0, 0, 'isoWeekday');\n\n // ALIASES\n\n addUnitAlias('day', 'd');\n addUnitAlias('weekday', 'e');\n addUnitAlias('isoWeekday', 'E');\n\n // PRIORITY\n addUnitPriority('day', 11);\n addUnitPriority('weekday', 11);\n addUnitPriority('isoWeekday', 11);\n\n // PARSING\n\n addRegexToken('d', match1to2);\n addRegexToken('e', match1to2);\n addRegexToken('E', match1to2);\n addRegexToken('dd', function (isStrict, locale) {\n return locale.weekdaysMinRegex(isStrict);\n });\n addRegexToken('ddd', function (isStrict, locale) {\n return locale.weekdaysShortRegex(isStrict);\n });\n addRegexToken('dddd', function (isStrict, locale) {\n return locale.weekdaysRegex(isStrict);\n });\n\n addWeekParseToken(['dd', 'ddd', 'dddd'], function (input, week, config, token) {\n var weekday = config._locale.weekdaysParse(input, token, config._strict);\n // if we didn't get a weekday name, mark the date as invalid\n if (weekday != null) {\n week.d = weekday;\n } else {\n getParsingFlags(config).invalidWeekday = input;\n }\n });\n\n addWeekParseToken(['d', 'e', 'E'], function (input, week, config, token) {\n week[token] = toInt(input);\n });\n\n // HELPERS\n\n function parseWeekday(input, locale) {\n if (typeof input !== 'string') {\n return input;\n }\n\n if (!isNaN(input)) {\n return parseInt(input, 10);\n }\n\n input = locale.weekdaysParse(input);\n if (typeof input === 'number') {\n return input;\n }\n\n return null;\n }\n\n function parseIsoWeekday(input, locale) {\n if (typeof input === 'string') {\n return locale.weekdaysParse(input) % 7 || 7;\n }\n return isNaN(input) ? null : input;\n }\n\n // LOCALES\n function shiftWeekdays(ws, n) {\n return ws.slice(n, 7).concat(ws.slice(0, n));\n }\n\n var defaultLocaleWeekdays = 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n defaultLocaleWeekdaysShort = 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n defaultLocaleWeekdaysMin = 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n defaultWeekdaysRegex = matchWord,\n defaultWeekdaysShortRegex = matchWord,\n defaultWeekdaysMinRegex = matchWord;\n\n function localeWeekdays(m, format) {\n var weekdays = isArray(this._weekdays)\n ? this._weekdays\n : this._weekdays[\n m && m !== true && this._weekdays.isFormat.test(format)\n ? 'format'\n : 'standalone'\n ];\n return m === true\n ? shiftWeekdays(weekdays, this._week.dow)\n : m\n ? weekdays[m.day()]\n : weekdays;\n }\n\n function localeWeekdaysShort(m) {\n return m === true\n ? shiftWeekdays(this._weekdaysShort, this._week.dow)\n : m\n ? this._weekdaysShort[m.day()]\n : this._weekdaysShort;\n }\n\n function localeWeekdaysMin(m) {\n return m === true\n ? shiftWeekdays(this._weekdaysMin, this._week.dow)\n : m\n ? this._weekdaysMin[m.day()]\n : this._weekdaysMin;\n }\n\n function handleStrictParse$1(weekdayName, format, strict) {\n var i,\n ii,\n mom,\n llc = weekdayName.toLocaleLowerCase();\n if (!this._weekdaysParse) {\n this._weekdaysParse = [];\n this._shortWeekdaysParse = [];\n this._minWeekdaysParse = [];\n\n for (i = 0; i < 7; ++i) {\n mom = createUTC([2000, 1]).day(i);\n this._minWeekdaysParse[i] = this.weekdaysMin(\n mom,\n ''\n ).toLocaleLowerCase();\n this._shortWeekdaysParse[i] = this.weekdaysShort(\n mom,\n ''\n ).toLocaleLowerCase();\n this._weekdaysParse[i] = this.weekdays(mom, '').toLocaleLowerCase();\n }\n }\n\n if (strict) {\n if (format === 'dddd') {\n ii = indexOf.call(this._weekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else if (format === 'ddd') {\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._minWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n }\n } else {\n if (format === 'dddd') {\n ii = indexOf.call(this._weekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._minWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else if (format === 'ddd') {\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._weekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._minWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._minWeekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._weekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n }\n }\n }\n\n function localeWeekdaysParse(weekdayName, format, strict) {\n var i, mom, regex;\n\n if (this._weekdaysParseExact) {\n return handleStrictParse$1.call(this, weekdayName, format, strict);\n }\n\n if (!this._weekdaysParse) {\n this._weekdaysParse = [];\n this._minWeekdaysParse = [];\n this._shortWeekdaysParse = [];\n this._fullWeekdaysParse = [];\n }\n\n for (i = 0; i < 7; i++) {\n // make the regex if we don't have it already\n\n mom = createUTC([2000, 1]).day(i);\n if (strict && !this._fullWeekdaysParse[i]) {\n this._fullWeekdaysParse[i] = new RegExp(\n '^' + this.weekdays(mom, '').replace('.', '\\\\.?') + '$',\n 'i'\n );\n this._shortWeekdaysParse[i] = new RegExp(\n '^' + this.weekdaysShort(mom, '').replace('.', '\\\\.?') + '$',\n 'i'\n );\n this._minWeekdaysParse[i] = new RegExp(\n '^' + this.weekdaysMin(mom, '').replace('.', '\\\\.?') + '$',\n 'i'\n );\n }\n if (!this._weekdaysParse[i]) {\n regex =\n '^' +\n this.weekdays(mom, '') +\n '|^' +\n this.weekdaysShort(mom, '') +\n '|^' +\n this.weekdaysMin(mom, '');\n this._weekdaysParse[i] = new RegExp(regex.replace('.', ''), 'i');\n }\n // test the regex\n if (\n strict &&\n format === 'dddd' &&\n this._fullWeekdaysParse[i].test(weekdayName)\n ) {\n return i;\n } else if (\n strict &&\n format === 'ddd' &&\n this._shortWeekdaysParse[i].test(weekdayName)\n ) {\n return i;\n } else if (\n strict &&\n format === 'dd' &&\n this._minWeekdaysParse[i].test(weekdayName)\n ) {\n return i;\n } else if (!strict && this._weekdaysParse[i].test(weekdayName)) {\n return i;\n }\n }\n }\n\n // MOMENTS\n\n function getSetDayOfWeek(input) {\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n var day = this._isUTC ? this._d.getUTCDay() : this._d.getDay();\n if (input != null) {\n input = parseWeekday(input, this.localeData());\n return this.add(input - day, 'd');\n } else {\n return day;\n }\n }\n\n function getSetLocaleDayOfWeek(input) {\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n var weekday = (this.day() + 7 - this.localeData()._week.dow) % 7;\n return input == null ? weekday : this.add(input - weekday, 'd');\n }\n\n function getSetISODayOfWeek(input) {\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n\n // behaves the same as moment#day except\n // as a getter, returns 7 instead of 0 (1-7 range instead of 0-6)\n // as a setter, sunday should belong to the previous week.\n\n if (input != null) {\n var weekday = parseIsoWeekday(input, this.localeData());\n return this.day(this.day() % 7 ? weekday : weekday - 7);\n } else {\n return this.day() || 7;\n }\n }\n\n function weekdaysRegex(isStrict) {\n if (this._weekdaysParseExact) {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n computeWeekdaysParse.call(this);\n }\n if (isStrict) {\n return this._weekdaysStrictRegex;\n } else {\n return this._weekdaysRegex;\n }\n } else {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n this._weekdaysRegex = defaultWeekdaysRegex;\n }\n return this._weekdaysStrictRegex && isStrict\n ? this._weekdaysStrictRegex\n : this._weekdaysRegex;\n }\n }\n\n function weekdaysShortRegex(isStrict) {\n if (this._weekdaysParseExact) {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n computeWeekdaysParse.call(this);\n }\n if (isStrict) {\n return this._weekdaysShortStrictRegex;\n } else {\n return this._weekdaysShortRegex;\n }\n } else {\n if (!hasOwnProp(this, '_weekdaysShortRegex')) {\n this._weekdaysShortRegex = defaultWeekdaysShortRegex;\n }\n return this._weekdaysShortStrictRegex && isStrict\n ? this._weekdaysShortStrictRegex\n : this._weekdaysShortRegex;\n }\n }\n\n function weekdaysMinRegex(isStrict) {\n if (this._weekdaysParseExact) {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n computeWeekdaysParse.call(this);\n }\n if (isStrict) {\n return this._weekdaysMinStrictRegex;\n } else {\n return this._weekdaysMinRegex;\n }\n } else {\n if (!hasOwnProp(this, '_weekdaysMinRegex')) {\n this._weekdaysMinRegex = defaultWeekdaysMinRegex;\n }\n return this._weekdaysMinStrictRegex && isStrict\n ? this._weekdaysMinStrictRegex\n : this._weekdaysMinRegex;\n }\n }\n\n function computeWeekdaysParse() {\n function cmpLenRev(a, b) {\n return b.length - a.length;\n }\n\n var minPieces = [],\n shortPieces = [],\n longPieces = [],\n mixedPieces = [],\n i,\n mom,\n minp,\n shortp,\n longp;\n for (i = 0; i < 7; i++) {\n // make the regex if we don't have it already\n mom = createUTC([2000, 1]).day(i);\n minp = regexEscape(this.weekdaysMin(mom, ''));\n shortp = regexEscape(this.weekdaysShort(mom, ''));\n longp = regexEscape(this.weekdays(mom, ''));\n minPieces.push(minp);\n shortPieces.push(shortp);\n longPieces.push(longp);\n mixedPieces.push(minp);\n mixedPieces.push(shortp);\n mixedPieces.push(longp);\n }\n // Sorting makes sure if one weekday (or abbr) is a prefix of another it\n // will match the longer piece.\n minPieces.sort(cmpLenRev);\n shortPieces.sort(cmpLenRev);\n longPieces.sort(cmpLenRev);\n mixedPieces.sort(cmpLenRev);\n\n this._weekdaysRegex = new RegExp('^(' + mixedPieces.join('|') + ')', 'i');\n this._weekdaysShortRegex = this._weekdaysRegex;\n this._weekdaysMinRegex = this._weekdaysRegex;\n\n this._weekdaysStrictRegex = new RegExp(\n '^(' + longPieces.join('|') + ')',\n 'i'\n );\n this._weekdaysShortStrictRegex = new RegExp(\n '^(' + shortPieces.join('|') + ')',\n 'i'\n );\n this._weekdaysMinStrictRegex = new RegExp(\n '^(' + minPieces.join('|') + ')',\n 'i'\n );\n }\n\n // FORMATTING\n\n function hFormat() {\n return this.hours() % 12 || 12;\n }\n\n function kFormat() {\n return this.hours() || 24;\n }\n\n addFormatToken('H', ['HH', 2], 0, 'hour');\n addFormatToken('h', ['hh', 2], 0, hFormat);\n addFormatToken('k', ['kk', 2], 0, kFormat);\n\n addFormatToken('hmm', 0, 0, function () {\n return '' + hFormat.apply(this) + zeroFill(this.minutes(), 2);\n });\n\n addFormatToken('hmmss', 0, 0, function () {\n return (\n '' +\n hFormat.apply(this) +\n zeroFill(this.minutes(), 2) +\n zeroFill(this.seconds(), 2)\n );\n });\n\n addFormatToken('Hmm', 0, 0, function () {\n return '' + this.hours() + zeroFill(this.minutes(), 2);\n });\n\n addFormatToken('Hmmss', 0, 0, function () {\n return (\n '' +\n this.hours() +\n zeroFill(this.minutes(), 2) +\n zeroFill(this.seconds(), 2)\n );\n });\n\n function meridiem(token, lowercase) {\n addFormatToken(token, 0, 0, function () {\n return this.localeData().meridiem(\n this.hours(),\n this.minutes(),\n lowercase\n );\n });\n }\n\n meridiem('a', true);\n meridiem('A', false);\n\n // ALIASES\n\n addUnitAlias('hour', 'h');\n\n // PRIORITY\n addUnitPriority('hour', 13);\n\n // PARSING\n\n function matchMeridiem(isStrict, locale) {\n return locale._meridiemParse;\n }\n\n addRegexToken('a', matchMeridiem);\n addRegexToken('A', matchMeridiem);\n addRegexToken('H', match1to2);\n addRegexToken('h', match1to2);\n addRegexToken('k', match1to2);\n addRegexToken('HH', match1to2, match2);\n addRegexToken('hh', match1to2, match2);\n addRegexToken('kk', match1to2, match2);\n\n addRegexToken('hmm', match3to4);\n addRegexToken('hmmss', match5to6);\n addRegexToken('Hmm', match3to4);\n addRegexToken('Hmmss', match5to6);\n\n addParseToken(['H', 'HH'], HOUR);\n addParseToken(['k', 'kk'], function (input, array, config) {\n var kInput = toInt(input);\n array[HOUR] = kInput === 24 ? 0 : kInput;\n });\n addParseToken(['a', 'A'], function (input, array, config) {\n config._isPm = config._locale.isPM(input);\n config._meridiem = input;\n });\n addParseToken(['h', 'hh'], function (input, array, config) {\n array[HOUR] = toInt(input);\n getParsingFlags(config).bigHour = true;\n });\n addParseToken('hmm', function (input, array, config) {\n var pos = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos));\n array[MINUTE] = toInt(input.substr(pos));\n getParsingFlags(config).bigHour = true;\n });\n addParseToken('hmmss', function (input, array, config) {\n var pos1 = input.length - 4,\n pos2 = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos1));\n array[MINUTE] = toInt(input.substr(pos1, 2));\n array[SECOND] = toInt(input.substr(pos2));\n getParsingFlags(config).bigHour = true;\n });\n addParseToken('Hmm', function (input, array, config) {\n var pos = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos));\n array[MINUTE] = toInt(input.substr(pos));\n });\n addParseToken('Hmmss', function (input, array, config) {\n var pos1 = input.length - 4,\n pos2 = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos1));\n array[MINUTE] = toInt(input.substr(pos1, 2));\n array[SECOND] = toInt(input.substr(pos2));\n });\n\n // LOCALES\n\n function localeIsPM(input) {\n // IE8 Quirks Mode & IE7 Standards Mode do not allow accessing strings like arrays\n // Using charAt should be more compatible.\n return (input + '').toLowerCase().charAt(0) === 'p';\n }\n\n var defaultLocaleMeridiemParse = /[ap]\\.?m?\\.?/i,\n // Setting the hour should keep the time, because the user explicitly\n // specified which hour they want. So trying to maintain the same hour (in\n // a new timezone) makes sense. Adding/subtracting hours does not follow\n // this rule.\n getSetHour = makeGetSet('Hours', true);\n\n function localeMeridiem(hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'pm' : 'PM';\n } else {\n return isLower ? 'am' : 'AM';\n }\n }\n\n var baseConfig = {\n calendar: defaultCalendar,\n longDateFormat: defaultLongDateFormat,\n invalidDate: defaultInvalidDate,\n ordinal: defaultOrdinal,\n dayOfMonthOrdinalParse: defaultDayOfMonthOrdinalParse,\n relativeTime: defaultRelativeTime,\n\n months: defaultLocaleMonths,\n monthsShort: defaultLocaleMonthsShort,\n\n week: defaultLocaleWeek,\n\n weekdays: defaultLocaleWeekdays,\n weekdaysMin: defaultLocaleWeekdaysMin,\n weekdaysShort: defaultLocaleWeekdaysShort,\n\n meridiemParse: defaultLocaleMeridiemParse,\n };\n\n // internal storage for locale config files\n var locales = {},\n localeFamilies = {},\n globalLocale;\n\n function commonPrefix(arr1, arr2) {\n var i,\n minl = Math.min(arr1.length, arr2.length);\n for (i = 0; i < minl; i += 1) {\n if (arr1[i] !== arr2[i]) {\n return i;\n }\n }\n return minl;\n }\n\n function normalizeLocale(key) {\n return key ? key.toLowerCase().replace('_', '-') : key;\n }\n\n // pick the locale from the array\n // try ['en-au', 'en-gb'] as 'en-au', 'en-gb', 'en', as in move through the list trying each\n // substring from most specific to least, but move to the next array item if it's a more specific variant than the current root\n function chooseLocale(names) {\n var i = 0,\n j,\n next,\n locale,\n split;\n\n while (i < names.length) {\n split = normalizeLocale(names[i]).split('-');\n j = split.length;\n next = normalizeLocale(names[i + 1]);\n next = next ? next.split('-') : null;\n while (j > 0) {\n locale = loadLocale(split.slice(0, j).join('-'));\n if (locale) {\n return locale;\n }\n if (\n next &&\n next.length >= j &&\n commonPrefix(split, next) >= j - 1\n ) {\n //the next array item is better than a shallower substring of this one\n break;\n }\n j--;\n }\n i++;\n }\n return globalLocale;\n }\n\n function loadLocale(name) {\n var oldLocale = null,\n aliasedRequire;\n // TODO: Find a better way to register and load all the locales in Node\n if (\n locales[name] === undefined &&\n typeof module !== 'undefined' &&\n module &&\n module.exports\n ) {\n try {\n oldLocale = globalLocale._abbr;\n aliasedRequire = require;\n aliasedRequire('./locale/' + name);\n getSetGlobalLocale(oldLocale);\n } catch (e) {\n // mark as not found to avoid repeating expensive file require call causing high CPU\n // when trying to find en-US, en_US, en-us for every format call\n locales[name] = null; // null means not found\n }\n }\n return locales[name];\n }\n\n // This function will load locale and then set the global locale. If\n // no arguments are passed in, it will simply return the current global\n // locale key.\n function getSetGlobalLocale(key, values) {\n var data;\n if (key) {\n if (isUndefined(values)) {\n data = getLocale(key);\n } else {\n data = defineLocale(key, values);\n }\n\n if (data) {\n // moment.duration._locale = moment._locale = data;\n globalLocale = data;\n } else {\n if (typeof console !== 'undefined' && console.warn) {\n //warn user if arguments are passed but the locale could not be set\n console.warn(\n 'Locale ' + key + ' not found. Did you forget to load it?'\n );\n }\n }\n }\n\n return globalLocale._abbr;\n }\n\n function defineLocale(name, config) {\n if (config !== null) {\n var locale,\n parentConfig = baseConfig;\n config.abbr = name;\n if (locales[name] != null) {\n deprecateSimple(\n 'defineLocaleOverride',\n 'use moment.updateLocale(localeName, config) to change ' +\n 'an existing locale. moment.defineLocale(localeName, ' +\n 'config) should only be used for creating a new locale ' +\n 'See http://momentjs.com/guides/#/warnings/define-locale/ for more info.'\n );\n parentConfig = locales[name]._config;\n } else if (config.parentLocale != null) {\n if (locales[config.parentLocale] != null) {\n parentConfig = locales[config.parentLocale]._config;\n } else {\n locale = loadLocale(config.parentLocale);\n if (locale != null) {\n parentConfig = locale._config;\n } else {\n if (!localeFamilies[config.parentLocale]) {\n localeFamilies[config.parentLocale] = [];\n }\n localeFamilies[config.parentLocale].push({\n name: name,\n config: config,\n });\n return null;\n }\n }\n }\n locales[name] = new Locale(mergeConfigs(parentConfig, config));\n\n if (localeFamilies[name]) {\n localeFamilies[name].forEach(function (x) {\n defineLocale(x.name, x.config);\n });\n }\n\n // backwards compat for now: also set the locale\n // make sure we set the locale AFTER all child locales have been\n // created, so we won't end up with the child locale set.\n getSetGlobalLocale(name);\n\n return locales[name];\n } else {\n // useful for testing\n delete locales[name];\n return null;\n }\n }\n\n function updateLocale(name, config) {\n if (config != null) {\n var locale,\n tmpLocale,\n parentConfig = baseConfig;\n\n if (locales[name] != null && locales[name].parentLocale != null) {\n // Update existing child locale in-place to avoid memory-leaks\n locales[name].set(mergeConfigs(locales[name]._config, config));\n } else {\n // MERGE\n tmpLocale = loadLocale(name);\n if (tmpLocale != null) {\n parentConfig = tmpLocale._config;\n }\n config = mergeConfigs(parentConfig, config);\n if (tmpLocale == null) {\n // updateLocale is called for creating a new locale\n // Set abbr so it will have a name (getters return\n // undefined otherwise).\n config.abbr = name;\n }\n locale = new Locale(config);\n locale.parentLocale = locales[name];\n locales[name] = locale;\n }\n\n // backwards compat for now: also set the locale\n getSetGlobalLocale(name);\n } else {\n // pass null for config to unupdate, useful for tests\n if (locales[name] != null) {\n if (locales[name].parentLocale != null) {\n locales[name] = locales[name].parentLocale;\n if (name === getSetGlobalLocale()) {\n getSetGlobalLocale(name);\n }\n } else if (locales[name] != null) {\n delete locales[name];\n }\n }\n }\n return locales[name];\n }\n\n // returns locale data\n function getLocale(key) {\n var locale;\n\n if (key && key._locale && key._locale._abbr) {\n key = key._locale._abbr;\n }\n\n if (!key) {\n return globalLocale;\n }\n\n if (!isArray(key)) {\n //short-circuit everything else\n locale = loadLocale(key);\n if (locale) {\n return locale;\n }\n key = [key];\n }\n\n return chooseLocale(key);\n }\n\n function listLocales() {\n return keys(locales);\n }\n\n function checkOverflow(m) {\n var overflow,\n a = m._a;\n\n if (a && getParsingFlags(m).overflow === -2) {\n overflow =\n a[MONTH] < 0 || a[MONTH] > 11\n ? MONTH\n : a[DATE] < 1 || a[DATE] > daysInMonth(a[YEAR], a[MONTH])\n ? DATE\n : a[HOUR] < 0 ||\n a[HOUR] > 24 ||\n (a[HOUR] === 24 &&\n (a[MINUTE] !== 0 ||\n a[SECOND] !== 0 ||\n a[MILLISECOND] !== 0))\n ? HOUR\n : a[MINUTE] < 0 || a[MINUTE] > 59\n ? MINUTE\n : a[SECOND] < 0 || a[SECOND] > 59\n ? SECOND\n : a[MILLISECOND] < 0 || a[MILLISECOND] > 999\n ? MILLISECOND\n : -1;\n\n if (\n getParsingFlags(m)._overflowDayOfYear &&\n (overflow < YEAR || overflow > DATE)\n ) {\n overflow = DATE;\n }\n if (getParsingFlags(m)._overflowWeeks && overflow === -1) {\n overflow = WEEK;\n }\n if (getParsingFlags(m)._overflowWeekday && overflow === -1) {\n overflow = WEEKDAY;\n }\n\n getParsingFlags(m).overflow = overflow;\n }\n\n return m;\n }\n\n // iso 8601 regex\n // 0000-00-00 0000-W00 or 0000-W00-0 + T + 00 or 00:00 or 00:00:00 or 00:00:00.000 + +00:00 or +0000 or +00)\n var extendedIsoRegex = /^\\s*((?:[+-]\\d{6}|\\d{4})-(?:\\d\\d-\\d\\d|W\\d\\d-\\d|W\\d\\d|\\d\\d\\d|\\d\\d))(?:(T| )(\\d\\d(?::\\d\\d(?::\\d\\d(?:[.,]\\d+)?)?)?)([+-]\\d\\d(?::?\\d\\d)?|\\s*Z)?)?$/,\n basicIsoRegex = /^\\s*((?:[+-]\\d{6}|\\d{4})(?:\\d\\d\\d\\d|W\\d\\d\\d|W\\d\\d|\\d\\d\\d|\\d\\d|))(?:(T| )(\\d\\d(?:\\d\\d(?:\\d\\d(?:[.,]\\d+)?)?)?)([+-]\\d\\d(?::?\\d\\d)?|\\s*Z)?)?$/,\n tzRegex = /Z|[+-]\\d\\d(?::?\\d\\d)?/,\n isoDates = [\n ['YYYYYY-MM-DD', /[+-]\\d{6}-\\d\\d-\\d\\d/],\n ['YYYY-MM-DD', /\\d{4}-\\d\\d-\\d\\d/],\n ['GGGG-[W]WW-E', /\\d{4}-W\\d\\d-\\d/],\n ['GGGG-[W]WW', /\\d{4}-W\\d\\d/, false],\n ['YYYY-DDD', /\\d{4}-\\d{3}/],\n ['YYYY-MM', /\\d{4}-\\d\\d/, false],\n ['YYYYYYMMDD', /[+-]\\d{10}/],\n ['YYYYMMDD', /\\d{8}/],\n ['GGGG[W]WWE', /\\d{4}W\\d{3}/],\n ['GGGG[W]WW', /\\d{4}W\\d{2}/, false],\n ['YYYYDDD', /\\d{7}/],\n ['YYYYMM', /\\d{6}/, false],\n ['YYYY', /\\d{4}/, false],\n ],\n // iso time formats and regexes\n isoTimes = [\n ['HH:mm:ss.SSSS', /\\d\\d:\\d\\d:\\d\\d\\.\\d+/],\n ['HH:mm:ss,SSSS', /\\d\\d:\\d\\d:\\d\\d,\\d+/],\n ['HH:mm:ss', /\\d\\d:\\d\\d:\\d\\d/],\n ['HH:mm', /\\d\\d:\\d\\d/],\n ['HHmmss.SSSS', /\\d\\d\\d\\d\\d\\d\\.\\d+/],\n ['HHmmss,SSSS', /\\d\\d\\d\\d\\d\\d,\\d+/],\n ['HHmmss', /\\d\\d\\d\\d\\d\\d/],\n ['HHmm', /\\d\\d\\d\\d/],\n ['HH', /\\d\\d/],\n ],\n aspNetJsonRegex = /^\\/?Date\\((-?\\d+)/i,\n // RFC 2822 regex: For details see https://tools.ietf.org/html/rfc2822#section-3.3\n rfc2822 = /^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\\s)?(\\d{1,2})\\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\\s(\\d{2,4})\\s(\\d\\d):(\\d\\d)(?::(\\d\\d))?\\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\\d{4}))$/,\n obsOffsets = {\n UT: 0,\n GMT: 0,\n EDT: -4 * 60,\n EST: -5 * 60,\n CDT: -5 * 60,\n CST: -6 * 60,\n MDT: -6 * 60,\n MST: -7 * 60,\n PDT: -7 * 60,\n PST: -8 * 60,\n };\n\n // date from iso format\n function configFromISO(config) {\n var i,\n l,\n string = config._i,\n match = extendedIsoRegex.exec(string) || basicIsoRegex.exec(string),\n allowTime,\n dateFormat,\n timeFormat,\n tzFormat;\n\n if (match) {\n getParsingFlags(config).iso = true;\n\n for (i = 0, l = isoDates.length; i < l; i++) {\n if (isoDates[i][1].exec(match[1])) {\n dateFormat = isoDates[i][0];\n allowTime = isoDates[i][2] !== false;\n break;\n }\n }\n if (dateFormat == null) {\n config._isValid = false;\n return;\n }\n if (match[3]) {\n for (i = 0, l = isoTimes.length; i < l; i++) {\n if (isoTimes[i][1].exec(match[3])) {\n // match[2] should be 'T' or space\n timeFormat = (match[2] || ' ') + isoTimes[i][0];\n break;\n }\n }\n if (timeFormat == null) {\n config._isValid = false;\n return;\n }\n }\n if (!allowTime && timeFormat != null) {\n config._isValid = false;\n return;\n }\n if (match[4]) {\n if (tzRegex.exec(match[4])) {\n tzFormat = 'Z';\n } else {\n config._isValid = false;\n return;\n }\n }\n config._f = dateFormat + (timeFormat || '') + (tzFormat || '');\n configFromStringAndFormat(config);\n } else {\n config._isValid = false;\n }\n }\n\n function extractFromRFC2822Strings(\n yearStr,\n monthStr,\n dayStr,\n hourStr,\n minuteStr,\n secondStr\n ) {\n var result = [\n untruncateYear(yearStr),\n defaultLocaleMonthsShort.indexOf(monthStr),\n parseInt(dayStr, 10),\n parseInt(hourStr, 10),\n parseInt(minuteStr, 10),\n ];\n\n if (secondStr) {\n result.push(parseInt(secondStr, 10));\n }\n\n return result;\n }\n\n function untruncateYear(yearStr) {\n var year = parseInt(yearStr, 10);\n if (year <= 49) {\n return 2000 + year;\n } else if (year <= 999) {\n return 1900 + year;\n }\n return year;\n }\n\n function preprocessRFC2822(s) {\n // Remove comments and folding whitespace and replace multiple-spaces with a single space\n return s\n .replace(/\\([^)]*\\)|[\\n\\t]/g, ' ')\n .replace(/(\\s\\s+)/g, ' ')\n .replace(/^\\s\\s*/, '')\n .replace(/\\s\\s*$/, '');\n }\n\n function checkWeekday(weekdayStr, parsedInput, config) {\n if (weekdayStr) {\n // TODO: Replace the vanilla JS Date object with an independent day-of-week check.\n var weekdayProvided = defaultLocaleWeekdaysShort.indexOf(weekdayStr),\n weekdayActual = new Date(\n parsedInput[0],\n parsedInput[1],\n parsedInput[2]\n ).getDay();\n if (weekdayProvided !== weekdayActual) {\n getParsingFlags(config).weekdayMismatch = true;\n config._isValid = false;\n return false;\n }\n }\n return true;\n }\n\n function calculateOffset(obsOffset, militaryOffset, numOffset) {\n if (obsOffset) {\n return obsOffsets[obsOffset];\n } else if (militaryOffset) {\n // the only allowed military tz is Z\n return 0;\n } else {\n var hm = parseInt(numOffset, 10),\n m = hm % 100,\n h = (hm - m) / 100;\n return h * 60 + m;\n }\n }\n\n // date and time from ref 2822 format\n function configFromRFC2822(config) {\n var match = rfc2822.exec(preprocessRFC2822(config._i)),\n parsedArray;\n if (match) {\n parsedArray = extractFromRFC2822Strings(\n match[4],\n match[3],\n match[2],\n match[5],\n match[6],\n match[7]\n );\n if (!checkWeekday(match[1], parsedArray, config)) {\n return;\n }\n\n config._a = parsedArray;\n config._tzm = calculateOffset(match[8], match[9], match[10]);\n\n config._d = createUTCDate.apply(null, config._a);\n config._d.setUTCMinutes(config._d.getUTCMinutes() - config._tzm);\n\n getParsingFlags(config).rfc2822 = true;\n } else {\n config._isValid = false;\n }\n }\n\n // date from 1) ASP.NET, 2) ISO, 3) RFC 2822 formats, or 4) optional fallback if parsing isn't strict\n function configFromString(config) {\n var matched = aspNetJsonRegex.exec(config._i);\n if (matched !== null) {\n config._d = new Date(+matched[1]);\n return;\n }\n\n configFromISO(config);\n if (config._isValid === false) {\n delete config._isValid;\n } else {\n return;\n }\n\n configFromRFC2822(config);\n if (config._isValid === false) {\n delete config._isValid;\n } else {\n return;\n }\n\n if (config._strict) {\n config._isValid = false;\n } else {\n // Final attempt, use Input Fallback\n hooks.createFromInputFallback(config);\n }\n }\n\n hooks.createFromInputFallback = deprecate(\n 'value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), ' +\n 'which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are ' +\n 'discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.',\n function (config) {\n config._d = new Date(config._i + (config._useUTC ? ' UTC' : ''));\n }\n );\n\n // Pick the first defined of two or three arguments.\n function defaults(a, b, c) {\n if (a != null) {\n return a;\n }\n if (b != null) {\n return b;\n }\n return c;\n }\n\n function currentDateArray(config) {\n // hooks is actually the exported moment object\n var nowValue = new Date(hooks.now());\n if (config._useUTC) {\n return [\n nowValue.getUTCFullYear(),\n nowValue.getUTCMonth(),\n nowValue.getUTCDate(),\n ];\n }\n return [nowValue.getFullYear(), nowValue.getMonth(), nowValue.getDate()];\n }\n\n // convert an array to a date.\n // the array should mirror the parameters below\n // note: all values past the year are optional and will default to the lowest possible value.\n // [year, month, day , hour, minute, second, millisecond]\n function configFromArray(config) {\n var i,\n date,\n input = [],\n currentDate,\n expectedWeekday,\n yearToUse;\n\n if (config._d) {\n return;\n }\n\n currentDate = currentDateArray(config);\n\n //compute day of the year from weeks and weekdays\n if (config._w && config._a[DATE] == null && config._a[MONTH] == null) {\n dayOfYearFromWeekInfo(config);\n }\n\n //if the day of the year is set, figure out what it is\n if (config._dayOfYear != null) {\n yearToUse = defaults(config._a[YEAR], currentDate[YEAR]);\n\n if (\n config._dayOfYear > daysInYear(yearToUse) ||\n config._dayOfYear === 0\n ) {\n getParsingFlags(config)._overflowDayOfYear = true;\n }\n\n date = createUTCDate(yearToUse, 0, config._dayOfYear);\n config._a[MONTH] = date.getUTCMonth();\n config._a[DATE] = date.getUTCDate();\n }\n\n // Default to current date.\n // * if no year, month, day of month are given, default to today\n // * if day of month is given, default month and year\n // * if month is given, default only year\n // * if year is given, don't default anything\n for (i = 0; i < 3 && config._a[i] == null; ++i) {\n config._a[i] = input[i] = currentDate[i];\n }\n\n // Zero out whatever was not defaulted, including time\n for (; i < 7; i++) {\n config._a[i] = input[i] =\n config._a[i] == null ? (i === 2 ? 1 : 0) : config._a[i];\n }\n\n // Check for 24:00:00.000\n if (\n config._a[HOUR] === 24 &&\n config._a[MINUTE] === 0 &&\n config._a[SECOND] === 0 &&\n config._a[MILLISECOND] === 0\n ) {\n config._nextDay = true;\n config._a[HOUR] = 0;\n }\n\n config._d = (config._useUTC ? createUTCDate : createDate).apply(\n null,\n input\n );\n expectedWeekday = config._useUTC\n ? config._d.getUTCDay()\n : config._d.getDay();\n\n // Apply timezone offset from input. The actual utcOffset can be changed\n // with parseZone.\n if (config._tzm != null) {\n config._d.setUTCMinutes(config._d.getUTCMinutes() - config._tzm);\n }\n\n if (config._nextDay) {\n config._a[HOUR] = 24;\n }\n\n // check for mismatching day of week\n if (\n config._w &&\n typeof config._w.d !== 'undefined' &&\n config._w.d !== expectedWeekday\n ) {\n getParsingFlags(config).weekdayMismatch = true;\n }\n }\n\n function dayOfYearFromWeekInfo(config) {\n var w, weekYear, week, weekday, dow, doy, temp, weekdayOverflow, curWeek;\n\n w = config._w;\n if (w.GG != null || w.W != null || w.E != null) {\n dow = 1;\n doy = 4;\n\n // TODO: We need to take the current isoWeekYear, but that depends on\n // how we interpret now (local, utc, fixed offset). So create\n // a now version of current config (take local/utc/offset flags, and\n // create now).\n weekYear = defaults(\n w.GG,\n config._a[YEAR],\n weekOfYear(createLocal(), 1, 4).year\n );\n week = defaults(w.W, 1);\n weekday = defaults(w.E, 1);\n if (weekday < 1 || weekday > 7) {\n weekdayOverflow = true;\n }\n } else {\n dow = config._locale._week.dow;\n doy = config._locale._week.doy;\n\n curWeek = weekOfYear(createLocal(), dow, doy);\n\n weekYear = defaults(w.gg, config._a[YEAR], curWeek.year);\n\n // Default to current week.\n week = defaults(w.w, curWeek.week);\n\n if (w.d != null) {\n // weekday -- low day numbers are considered next week\n weekday = w.d;\n if (weekday < 0 || weekday > 6) {\n weekdayOverflow = true;\n }\n } else if (w.e != null) {\n // local weekday -- counting starts from beginning of week\n weekday = w.e + dow;\n if (w.e < 0 || w.e > 6) {\n weekdayOverflow = true;\n }\n } else {\n // default to beginning of week\n weekday = dow;\n }\n }\n if (week < 1 || week > weeksInYear(weekYear, dow, doy)) {\n getParsingFlags(config)._overflowWeeks = true;\n } else if (weekdayOverflow != null) {\n getParsingFlags(config)._overflowWeekday = true;\n } else {\n temp = dayOfYearFromWeeks(weekYear, week, weekday, dow, doy);\n config._a[YEAR] = temp.year;\n config._dayOfYear = temp.dayOfYear;\n }\n }\n\n // constant that refers to the ISO standard\n hooks.ISO_8601 = function () {};\n\n // constant that refers to the RFC 2822 form\n hooks.RFC_2822 = function () {};\n\n // date from string and format string\n function configFromStringAndFormat(config) {\n // TODO: Move this to another part of the creation flow to prevent circular deps\n if (config._f === hooks.ISO_8601) {\n configFromISO(config);\n return;\n }\n if (config._f === hooks.RFC_2822) {\n configFromRFC2822(config);\n return;\n }\n config._a = [];\n getParsingFlags(config).empty = true;\n\n // This array is used to make a Date, either with `new Date` or `Date.UTC`\n var string = '' + config._i,\n i,\n parsedInput,\n tokens,\n token,\n skipped,\n stringLength = string.length,\n totalParsedInputLength = 0,\n era;\n\n tokens =\n expandFormat(config._f, config._locale).match(formattingTokens) || [];\n\n for (i = 0; i < tokens.length; i++) {\n token = tokens[i];\n parsedInput = (string.match(getParseRegexForToken(token, config)) ||\n [])[0];\n if (parsedInput) {\n skipped = string.substr(0, string.indexOf(parsedInput));\n if (skipped.length > 0) {\n getParsingFlags(config).unusedInput.push(skipped);\n }\n string = string.slice(\n string.indexOf(parsedInput) + parsedInput.length\n );\n totalParsedInputLength += parsedInput.length;\n }\n // don't parse if it's not a known token\n if (formatTokenFunctions[token]) {\n if (parsedInput) {\n getParsingFlags(config).empty = false;\n } else {\n getParsingFlags(config).unusedTokens.push(token);\n }\n addTimeToArrayFromToken(token, parsedInput, config);\n } else if (config._strict && !parsedInput) {\n getParsingFlags(config).unusedTokens.push(token);\n }\n }\n\n // add remaining unparsed input length to the string\n getParsingFlags(config).charsLeftOver =\n stringLength - totalParsedInputLength;\n if (string.length > 0) {\n getParsingFlags(config).unusedInput.push(string);\n }\n\n // clear _12h flag if hour is <= 12\n if (\n config._a[HOUR] <= 12 &&\n getParsingFlags(config).bigHour === true &&\n config._a[HOUR] > 0\n ) {\n getParsingFlags(config).bigHour = undefined;\n }\n\n getParsingFlags(config).parsedDateParts = config._a.slice(0);\n getParsingFlags(config).meridiem = config._meridiem;\n // handle meridiem\n config._a[HOUR] = meridiemFixWrap(\n config._locale,\n config._a[HOUR],\n config._meridiem\n );\n\n // handle era\n era = getParsingFlags(config).era;\n if (era !== null) {\n config._a[YEAR] = config._locale.erasConvertYear(era, config._a[YEAR]);\n }\n\n configFromArray(config);\n checkOverflow(config);\n }\n\n function meridiemFixWrap(locale, hour, meridiem) {\n var isPm;\n\n if (meridiem == null) {\n // nothing to do\n return hour;\n }\n if (locale.meridiemHour != null) {\n return locale.meridiemHour(hour, meridiem);\n } else if (locale.isPM != null) {\n // Fallback\n isPm = locale.isPM(meridiem);\n if (isPm && hour < 12) {\n hour += 12;\n }\n if (!isPm && hour === 12) {\n hour = 0;\n }\n return hour;\n } else {\n // this is not supposed to happen\n return hour;\n }\n }\n\n // date from string and array of format strings\n function configFromStringAndArray(config) {\n var tempConfig,\n bestMoment,\n scoreToBeat,\n i,\n currentScore,\n validFormatFound,\n bestFormatIsValid = false;\n\n if (config._f.length === 0) {\n getParsingFlags(config).invalidFormat = true;\n config._d = new Date(NaN);\n return;\n }\n\n for (i = 0; i < config._f.length; i++) {\n currentScore = 0;\n validFormatFound = false;\n tempConfig = copyConfig({}, config);\n if (config._useUTC != null) {\n tempConfig._useUTC = config._useUTC;\n }\n tempConfig._f = config._f[i];\n configFromStringAndFormat(tempConfig);\n\n if (isValid(tempConfig)) {\n validFormatFound = true;\n }\n\n // if there is any input that was not parsed add a penalty for that format\n currentScore += getParsingFlags(tempConfig).charsLeftOver;\n\n //or tokens\n currentScore += getParsingFlags(tempConfig).unusedTokens.length * 10;\n\n getParsingFlags(tempConfig).score = currentScore;\n\n if (!bestFormatIsValid) {\n if (\n scoreToBeat == null ||\n currentScore < scoreToBeat ||\n validFormatFound\n ) {\n scoreToBeat = currentScore;\n bestMoment = tempConfig;\n if (validFormatFound) {\n bestFormatIsValid = true;\n }\n }\n } else {\n if (currentScore < scoreToBeat) {\n scoreToBeat = currentScore;\n bestMoment = tempConfig;\n }\n }\n }\n\n extend(config, bestMoment || tempConfig);\n }\n\n function configFromObject(config) {\n if (config._d) {\n return;\n }\n\n var i = normalizeObjectUnits(config._i),\n dayOrDate = i.day === undefined ? i.date : i.day;\n config._a = map(\n [i.year, i.month, dayOrDate, i.hour, i.minute, i.second, i.millisecond],\n function (obj) {\n return obj && parseInt(obj, 10);\n }\n );\n\n configFromArray(config);\n }\n\n function createFromConfig(config) {\n var res = new Moment(checkOverflow(prepareConfig(config)));\n if (res._nextDay) {\n // Adding is smart enough around DST\n res.add(1, 'd');\n res._nextDay = undefined;\n }\n\n return res;\n }\n\n function prepareConfig(config) {\n var input = config._i,\n format = config._f;\n\n config._locale = config._locale || getLocale(config._l);\n\n if (input === null || (format === undefined && input === '')) {\n return createInvalid({ nullInput: true });\n }\n\n if (typeof input === 'string') {\n config._i = input = config._locale.preparse(input);\n }\n\n if (isMoment(input)) {\n return new Moment(checkOverflow(input));\n } else if (isDate(input)) {\n config._d = input;\n } else if (isArray(format)) {\n configFromStringAndArray(config);\n } else if (format) {\n configFromStringAndFormat(config);\n } else {\n configFromInput(config);\n }\n\n if (!isValid(config)) {\n config._d = null;\n }\n\n return config;\n }\n\n function configFromInput(config) {\n var input = config._i;\n if (isUndefined(input)) {\n config._d = new Date(hooks.now());\n } else if (isDate(input)) {\n config._d = new Date(input.valueOf());\n } else if (typeof input === 'string') {\n configFromString(config);\n } else if (isArray(input)) {\n config._a = map(input.slice(0), function (obj) {\n return parseInt(obj, 10);\n });\n configFromArray(config);\n } else if (isObject(input)) {\n configFromObject(config);\n } else if (isNumber(input)) {\n // from milliseconds\n config._d = new Date(input);\n } else {\n hooks.createFromInputFallback(config);\n }\n }\n\n function createLocalOrUTC(input, format, locale, strict, isUTC) {\n var c = {};\n\n if (format === true || format === false) {\n strict = format;\n format = undefined;\n }\n\n if (locale === true || locale === false) {\n strict = locale;\n locale = undefined;\n }\n\n if (\n (isObject(input) && isObjectEmpty(input)) ||\n (isArray(input) && input.length === 0)\n ) {\n input = undefined;\n }\n // object construction must be done this way.\n // https://github.com/moment/moment/issues/1423\n c._isAMomentObject = true;\n c._useUTC = c._isUTC = isUTC;\n c._l = locale;\n c._i = input;\n c._f = format;\n c._strict = strict;\n\n return createFromConfig(c);\n }\n\n function createLocal(input, format, locale, strict) {\n return createLocalOrUTC(input, format, locale, strict, false);\n }\n\n var prototypeMin = deprecate(\n 'moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/',\n function () {\n var other = createLocal.apply(null, arguments);\n if (this.isValid() && other.isValid()) {\n return other < this ? this : other;\n } else {\n return createInvalid();\n }\n }\n ),\n prototypeMax = deprecate(\n 'moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/',\n function () {\n var other = createLocal.apply(null, arguments);\n if (this.isValid() && other.isValid()) {\n return other > this ? this : other;\n } else {\n return createInvalid();\n }\n }\n );\n\n // Pick a moment m from moments so that m[fn](other) is true for all\n // other. This relies on the function fn to be transitive.\n //\n // moments should either be an array of moment objects or an array, whose\n // first element is an array of moment objects.\n function pickBy(fn, moments) {\n var res, i;\n if (moments.length === 1 && isArray(moments[0])) {\n moments = moments[0];\n }\n if (!moments.length) {\n return createLocal();\n }\n res = moments[0];\n for (i = 1; i < moments.length; ++i) {\n if (!moments[i].isValid() || moments[i][fn](res)) {\n res = moments[i];\n }\n }\n return res;\n }\n\n // TODO: Use [].sort instead?\n function min() {\n var args = [].slice.call(arguments, 0);\n\n return pickBy('isBefore', args);\n }\n\n function max() {\n var args = [].slice.call(arguments, 0);\n\n return pickBy('isAfter', args);\n }\n\n var now = function () {\n return Date.now ? Date.now() : +new Date();\n };\n\n var ordering = [\n 'year',\n 'quarter',\n 'month',\n 'week',\n 'day',\n 'hour',\n 'minute',\n 'second',\n 'millisecond',\n ];\n\n function isDurationValid(m) {\n var key,\n unitHasDecimal = false,\n i;\n for (key in m) {\n if (\n hasOwnProp(m, key) &&\n !(\n indexOf.call(ordering, key) !== -1 &&\n (m[key] == null || !isNaN(m[key]))\n )\n ) {\n return false;\n }\n }\n\n for (i = 0; i < ordering.length; ++i) {\n if (m[ordering[i]]) {\n if (unitHasDecimal) {\n return false; // only allow non-integers for smallest unit\n }\n if (parseFloat(m[ordering[i]]) !== toInt(m[ordering[i]])) {\n unitHasDecimal = true;\n }\n }\n }\n\n return true;\n }\n\n function isValid$1() {\n return this._isValid;\n }\n\n function createInvalid$1() {\n return createDuration(NaN);\n }\n\n function Duration(duration) {\n var normalizedInput = normalizeObjectUnits(duration),\n years = normalizedInput.year || 0,\n quarters = normalizedInput.quarter || 0,\n months = normalizedInput.month || 0,\n weeks = normalizedInput.week || normalizedInput.isoWeek || 0,\n days = normalizedInput.day || 0,\n hours = normalizedInput.hour || 0,\n minutes = normalizedInput.minute || 0,\n seconds = normalizedInput.second || 0,\n milliseconds = normalizedInput.millisecond || 0;\n\n this._isValid = isDurationValid(normalizedInput);\n\n // representation for dateAddRemove\n this._milliseconds =\n +milliseconds +\n seconds * 1e3 + // 1000\n minutes * 6e4 + // 1000 * 60\n hours * 1000 * 60 * 60; //using 1000 * 60 * 60 instead of 36e5 to avoid floating point rounding errors https://github.com/moment/moment/issues/2978\n // Because of dateAddRemove treats 24 hours as different from a\n // day when working around DST, we need to store them separately\n this._days = +days + weeks * 7;\n // It is impossible to translate months into days without knowing\n // which months you are are talking about, so we have to store\n // it separately.\n this._months = +months + quarters * 3 + years * 12;\n\n this._data = {};\n\n this._locale = getLocale();\n\n this._bubble();\n }\n\n function isDuration(obj) {\n return obj instanceof Duration;\n }\n\n function absRound(number) {\n if (number < 0) {\n return Math.round(-1 * number) * -1;\n } else {\n return Math.round(number);\n }\n }\n\n // compare two arrays, return the number of differences\n function compareArrays(array1, array2, dontConvert) {\n var len = Math.min(array1.length, array2.length),\n lengthDiff = Math.abs(array1.length - array2.length),\n diffs = 0,\n i;\n for (i = 0; i < len; i++) {\n if (\n (dontConvert && array1[i] !== array2[i]) ||\n (!dontConvert && toInt(array1[i]) !== toInt(array2[i]))\n ) {\n diffs++;\n }\n }\n return diffs + lengthDiff;\n }\n\n // FORMATTING\n\n function offset(token, separator) {\n addFormatToken(token, 0, 0, function () {\n var offset = this.utcOffset(),\n sign = '+';\n if (offset < 0) {\n offset = -offset;\n sign = '-';\n }\n return (\n sign +\n zeroFill(~~(offset / 60), 2) +\n separator +\n zeroFill(~~offset % 60, 2)\n );\n });\n }\n\n offset('Z', ':');\n offset('ZZ', '');\n\n // PARSING\n\n addRegexToken('Z', matchShortOffset);\n addRegexToken('ZZ', matchShortOffset);\n addParseToken(['Z', 'ZZ'], function (input, array, config) {\n config._useUTC = true;\n config._tzm = offsetFromString(matchShortOffset, input);\n });\n\n // HELPERS\n\n // timezone chunker\n // '+10:00' > ['10', '00']\n // '-1530' > ['-15', '30']\n var chunkOffset = /([\\+\\-]|\\d\\d)/gi;\n\n function offsetFromString(matcher, string) {\n var matches = (string || '').match(matcher),\n chunk,\n parts,\n minutes;\n\n if (matches === null) {\n return null;\n }\n\n chunk = matches[matches.length - 1] || [];\n parts = (chunk + '').match(chunkOffset) || ['-', 0, 0];\n minutes = +(parts[1] * 60) + toInt(parts[2]);\n\n return minutes === 0 ? 0 : parts[0] === '+' ? minutes : -minutes;\n }\n\n // Return a moment from input, that is local/utc/zone equivalent to model.\n function cloneWithOffset(input, model) {\n var res, diff;\n if (model._isUTC) {\n res = model.clone();\n diff =\n (isMoment(input) || isDate(input)\n ? input.valueOf()\n : createLocal(input).valueOf()) - res.valueOf();\n // Use low-level api, because this fn is low-level api.\n res._d.setTime(res._d.valueOf() + diff);\n hooks.updateOffset(res, false);\n return res;\n } else {\n return createLocal(input).local();\n }\n }\n\n function getDateOffset(m) {\n // On Firefox.24 Date#getTimezoneOffset returns a floating point.\n // https://github.com/moment/moment/pull/1871\n return -Math.round(m._d.getTimezoneOffset());\n }\n\n // HOOKS\n\n // This function will be called whenever a moment is mutated.\n // It is intended to keep the offset in sync with the timezone.\n hooks.updateOffset = function () {};\n\n // MOMENTS\n\n // keepLocalTime = true means only change the timezone, without\n // affecting the local hour. So 5:31:26 +0300 --[utcOffset(2, true)]-->\n // 5:31:26 +0200 It is possible that 5:31:26 doesn't exist with offset\n // +0200, so we adjust the time as needed, to be valid.\n //\n // Keeping the time actually adds/subtracts (one hour)\n // from the actual represented time. That is why we call updateOffset\n // a second time. In case it wants us to change the offset again\n // _changeInProgress == true case, then we have to adjust, because\n // there is no such time in the given timezone.\n function getSetOffset(input, keepLocalTime, keepMinutes) {\n var offset = this._offset || 0,\n localAdjust;\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n if (input != null) {\n if (typeof input === 'string') {\n input = offsetFromString(matchShortOffset, input);\n if (input === null) {\n return this;\n }\n } else if (Math.abs(input) < 16 && !keepMinutes) {\n input = input * 60;\n }\n if (!this._isUTC && keepLocalTime) {\n localAdjust = getDateOffset(this);\n }\n this._offset = input;\n this._isUTC = true;\n if (localAdjust != null) {\n this.add(localAdjust, 'm');\n }\n if (offset !== input) {\n if (!keepLocalTime || this._changeInProgress) {\n addSubtract(\n this,\n createDuration(input - offset, 'm'),\n 1,\n false\n );\n } else if (!this._changeInProgress) {\n this._changeInProgress = true;\n hooks.updateOffset(this, true);\n this._changeInProgress = null;\n }\n }\n return this;\n } else {\n return this._isUTC ? offset : getDateOffset(this);\n }\n }\n\n function getSetZone(input, keepLocalTime) {\n if (input != null) {\n if (typeof input !== 'string') {\n input = -input;\n }\n\n this.utcOffset(input, keepLocalTime);\n\n return this;\n } else {\n return -this.utcOffset();\n }\n }\n\n function setOffsetToUTC(keepLocalTime) {\n return this.utcOffset(0, keepLocalTime);\n }\n\n function setOffsetToLocal(keepLocalTime) {\n if (this._isUTC) {\n this.utcOffset(0, keepLocalTime);\n this._isUTC = false;\n\n if (keepLocalTime) {\n this.subtract(getDateOffset(this), 'm');\n }\n }\n return this;\n }\n\n function setOffsetToParsedOffset() {\n if (this._tzm != null) {\n this.utcOffset(this._tzm, false, true);\n } else if (typeof this._i === 'string') {\n var tZone = offsetFromString(matchOffset, this._i);\n if (tZone != null) {\n this.utcOffset(tZone);\n } else {\n this.utcOffset(0, true);\n }\n }\n return this;\n }\n\n function hasAlignedHourOffset(input) {\n if (!this.isValid()) {\n return false;\n }\n input = input ? createLocal(input).utcOffset() : 0;\n\n return (this.utcOffset() - input) % 60 === 0;\n }\n\n function isDaylightSavingTime() {\n return (\n this.utcOffset() > this.clone().month(0).utcOffset() ||\n this.utcOffset() > this.clone().month(5).utcOffset()\n );\n }\n\n function isDaylightSavingTimeShifted() {\n if (!isUndefined(this._isDSTShifted)) {\n return this._isDSTShifted;\n }\n\n var c = {},\n other;\n\n copyConfig(c, this);\n c = prepareConfig(c);\n\n if (c._a) {\n other = c._isUTC ? createUTC(c._a) : createLocal(c._a);\n this._isDSTShifted =\n this.isValid() && compareArrays(c._a, other.toArray()) > 0;\n } else {\n this._isDSTShifted = false;\n }\n\n return this._isDSTShifted;\n }\n\n function isLocal() {\n return this.isValid() ? !this._isUTC : false;\n }\n\n function isUtcOffset() {\n return this.isValid() ? this._isUTC : false;\n }\n\n function isUtc() {\n return this.isValid() ? this._isUTC && this._offset === 0 : false;\n }\n\n // ASP.NET json date format regex\n var aspNetRegex = /^(-|\\+)?(?:(\\d*)[. ])?(\\d+):(\\d+)(?::(\\d+)(\\.\\d*)?)?$/,\n // from http://docs.closure-library.googlecode.com/git/closure_goog_date_date.js.source.html\n // somewhat more in line with 4.4.3.2 2004 spec, but allows decimal anywhere\n // and further modified to allow for strings containing both week and day\n isoRegex = /^(-|\\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;\n\n function createDuration(input, key) {\n var duration = input,\n // matching against regexp is expensive, do it on demand\n match = null,\n sign,\n ret,\n diffRes;\n\n if (isDuration(input)) {\n duration = {\n ms: input._milliseconds,\n d: input._days,\n M: input._months,\n };\n } else if (isNumber(input) || !isNaN(+input)) {\n duration = {};\n if (key) {\n duration[key] = +input;\n } else {\n duration.milliseconds = +input;\n }\n } else if ((match = aspNetRegex.exec(input))) {\n sign = match[1] === '-' ? -1 : 1;\n duration = {\n y: 0,\n d: toInt(match[DATE]) * sign,\n h: toInt(match[HOUR]) * sign,\n m: toInt(match[MINUTE]) * sign,\n s: toInt(match[SECOND]) * sign,\n ms: toInt(absRound(match[MILLISECOND] * 1000)) * sign, // the millisecond decimal point is included in the match\n };\n } else if ((match = isoRegex.exec(input))) {\n sign = match[1] === '-' ? -1 : 1;\n duration = {\n y: parseIso(match[2], sign),\n M: parseIso(match[3], sign),\n w: parseIso(match[4], sign),\n d: parseIso(match[5], sign),\n h: parseIso(match[6], sign),\n m: parseIso(match[7], sign),\n s: parseIso(match[8], sign),\n };\n } else if (duration == null) {\n // checks for null or undefined\n duration = {};\n } else if (\n typeof duration === 'object' &&\n ('from' in duration || 'to' in duration)\n ) {\n diffRes = momentsDifference(\n createLocal(duration.from),\n createLocal(duration.to)\n );\n\n duration = {};\n duration.ms = diffRes.milliseconds;\n duration.M = diffRes.months;\n }\n\n ret = new Duration(duration);\n\n if (isDuration(input) && hasOwnProp(input, '_locale')) {\n ret._locale = input._locale;\n }\n\n if (isDuration(input) && hasOwnProp(input, '_isValid')) {\n ret._isValid = input._isValid;\n }\n\n return ret;\n }\n\n createDuration.fn = Duration.prototype;\n createDuration.invalid = createInvalid$1;\n\n function parseIso(inp, sign) {\n // We'd normally use ~~inp for this, but unfortunately it also\n // converts floats to ints.\n // inp may be undefined, so careful calling replace on it.\n var res = inp && parseFloat(inp.replace(',', '.'));\n // apply sign while we're at it\n return (isNaN(res) ? 0 : res) * sign;\n }\n\n function positiveMomentsDifference(base, other) {\n var res = {};\n\n res.months =\n other.month() - base.month() + (other.year() - base.year()) * 12;\n if (base.clone().add(res.months, 'M').isAfter(other)) {\n --res.months;\n }\n\n res.milliseconds = +other - +base.clone().add(res.months, 'M');\n\n return res;\n }\n\n function momentsDifference(base, other) {\n var res;\n if (!(base.isValid() && other.isValid())) {\n return { milliseconds: 0, months: 0 };\n }\n\n other = cloneWithOffset(other, base);\n if (base.isBefore(other)) {\n res = positiveMomentsDifference(base, other);\n } else {\n res = positiveMomentsDifference(other, base);\n res.milliseconds = -res.milliseconds;\n res.months = -res.months;\n }\n\n return res;\n }\n\n // TODO: remove 'name' arg after deprecation is removed\n function createAdder(direction, name) {\n return function (val, period) {\n var dur, tmp;\n //invert the arguments, but complain about it\n if (period !== null && !isNaN(+period)) {\n deprecateSimple(\n name,\n 'moment().' +\n name +\n '(period, number) is deprecated. Please use moment().' +\n name +\n '(number, period). ' +\n 'See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info.'\n );\n tmp = val;\n val = period;\n period = tmp;\n }\n\n dur = createDuration(val, period);\n addSubtract(this, dur, direction);\n return this;\n };\n }\n\n function addSubtract(mom, duration, isAdding, updateOffset) {\n var milliseconds = duration._milliseconds,\n days = absRound(duration._days),\n months = absRound(duration._months);\n\n if (!mom.isValid()) {\n // No op\n return;\n }\n\n updateOffset = updateOffset == null ? true : updateOffset;\n\n if (months) {\n setMonth(mom, get(mom, 'Month') + months * isAdding);\n }\n if (days) {\n set$1(mom, 'Date', get(mom, 'Date') + days * isAdding);\n }\n if (milliseconds) {\n mom._d.setTime(mom._d.valueOf() + milliseconds * isAdding);\n }\n if (updateOffset) {\n hooks.updateOffset(mom, days || months);\n }\n }\n\n var add = createAdder(1, 'add'),\n subtract = createAdder(-1, 'subtract');\n\n function isString(input) {\n return typeof input === 'string' || input instanceof String;\n }\n\n // type MomentInput = Moment | Date | string | number | (number | string)[] | MomentInputObject | void; // null | undefined\n function isMomentInput(input) {\n return (\n isMoment(input) ||\n isDate(input) ||\n isString(input) ||\n isNumber(input) ||\n isNumberOrStringArray(input) ||\n isMomentInputObject(input) ||\n input === null ||\n input === undefined\n );\n }\n\n function isMomentInputObject(input) {\n var objectTest = isObject(input) && !isObjectEmpty(input),\n propertyTest = false,\n properties = [\n 'years',\n 'year',\n 'y',\n 'months',\n 'month',\n 'M',\n 'days',\n 'day',\n 'd',\n 'dates',\n 'date',\n 'D',\n 'hours',\n 'hour',\n 'h',\n 'minutes',\n 'minute',\n 'm',\n 'seconds',\n 'second',\n 's',\n 'milliseconds',\n 'millisecond',\n 'ms',\n ],\n i,\n property;\n\n for (i = 0; i < properties.length; i += 1) {\n property = properties[i];\n propertyTest = propertyTest || hasOwnProp(input, property);\n }\n\n return objectTest && propertyTest;\n }\n\n function isNumberOrStringArray(input) {\n var arrayTest = isArray(input),\n dataTypeTest = false;\n if (arrayTest) {\n dataTypeTest =\n input.filter(function (item) {\n return !isNumber(item) && isString(input);\n }).length === 0;\n }\n return arrayTest && dataTypeTest;\n }\n\n function isCalendarSpec(input) {\n var objectTest = isObject(input) && !isObjectEmpty(input),\n propertyTest = false,\n properties = [\n 'sameDay',\n 'nextDay',\n 'lastDay',\n 'nextWeek',\n 'lastWeek',\n 'sameElse',\n ],\n i,\n property;\n\n for (i = 0; i < properties.length; i += 1) {\n property = properties[i];\n propertyTest = propertyTest || hasOwnProp(input, property);\n }\n\n return objectTest && propertyTest;\n }\n\n function getCalendarFormat(myMoment, now) {\n var diff = myMoment.diff(now, 'days', true);\n return diff < -6\n ? 'sameElse'\n : diff < -1\n ? 'lastWeek'\n : diff < 0\n ? 'lastDay'\n : diff < 1\n ? 'sameDay'\n : diff < 2\n ? 'nextDay'\n : diff < 7\n ? 'nextWeek'\n : 'sameElse';\n }\n\n function calendar$1(time, formats) {\n // Support for single parameter, formats only overload to the calendar function\n if (arguments.length === 1) {\n if (!arguments[0]) {\n time = undefined;\n formats = undefined;\n } else if (isMomentInput(arguments[0])) {\n time = arguments[0];\n formats = undefined;\n } else if (isCalendarSpec(arguments[0])) {\n formats = arguments[0];\n time = undefined;\n }\n }\n // We want to compare the start of today, vs this.\n // Getting start-of-today depends on whether we're local/utc/offset or not.\n var now = time || createLocal(),\n sod = cloneWithOffset(now, this).startOf('day'),\n format = hooks.calendarFormat(this, sod) || 'sameElse',\n output =\n formats &&\n (isFunction(formats[format])\n ? formats[format].call(this, now)\n : formats[format]);\n\n return this.format(\n output || this.localeData().calendar(format, this, createLocal(now))\n );\n }\n\n function clone() {\n return new Moment(this);\n }\n\n function isAfter(input, units) {\n var localInput = isMoment(input) ? input : createLocal(input);\n if (!(this.isValid() && localInput.isValid())) {\n return false;\n }\n units = normalizeUnits(units) || 'millisecond';\n if (units === 'millisecond') {\n return this.valueOf() > localInput.valueOf();\n } else {\n return localInput.valueOf() < this.clone().startOf(units).valueOf();\n }\n }\n\n function isBefore(input, units) {\n var localInput = isMoment(input) ? input : createLocal(input);\n if (!(this.isValid() && localInput.isValid())) {\n return false;\n }\n units = normalizeUnits(units) || 'millisecond';\n if (units === 'millisecond') {\n return this.valueOf() < localInput.valueOf();\n } else {\n return this.clone().endOf(units).valueOf() < localInput.valueOf();\n }\n }\n\n function isBetween(from, to, units, inclusivity) {\n var localFrom = isMoment(from) ? from : createLocal(from),\n localTo = isMoment(to) ? to : createLocal(to);\n if (!(this.isValid() && localFrom.isValid() && localTo.isValid())) {\n return false;\n }\n inclusivity = inclusivity || '()';\n return (\n (inclusivity[0] === '('\n ? this.isAfter(localFrom, units)\n : !this.isBefore(localFrom, units)) &&\n (inclusivity[1] === ')'\n ? this.isBefore(localTo, units)\n : !this.isAfter(localTo, units))\n );\n }\n\n function isSame(input, units) {\n var localInput = isMoment(input) ? input : createLocal(input),\n inputMs;\n if (!(this.isValid() && localInput.isValid())) {\n return false;\n }\n units = normalizeUnits(units) || 'millisecond';\n if (units === 'millisecond') {\n return this.valueOf() === localInput.valueOf();\n } else {\n inputMs = localInput.valueOf();\n return (\n this.clone().startOf(units).valueOf() <= inputMs &&\n inputMs <= this.clone().endOf(units).valueOf()\n );\n }\n }\n\n function isSameOrAfter(input, units) {\n return this.isSame(input, units) || this.isAfter(input, units);\n }\n\n function isSameOrBefore(input, units) {\n return this.isSame(input, units) || this.isBefore(input, units);\n }\n\n function diff(input, units, asFloat) {\n var that, zoneDelta, output;\n\n if (!this.isValid()) {\n return NaN;\n }\n\n that = cloneWithOffset(input, this);\n\n if (!that.isValid()) {\n return NaN;\n }\n\n zoneDelta = (that.utcOffset() - this.utcOffset()) * 6e4;\n\n units = normalizeUnits(units);\n\n switch (units) {\n case 'year':\n output = monthDiff(this, that) / 12;\n break;\n case 'month':\n output = monthDiff(this, that);\n break;\n case 'quarter':\n output = monthDiff(this, that) / 3;\n break;\n case 'second':\n output = (this - that) / 1e3;\n break; // 1000\n case 'minute':\n output = (this - that) / 6e4;\n break; // 1000 * 60\n case 'hour':\n output = (this - that) / 36e5;\n break; // 1000 * 60 * 60\n case 'day':\n output = (this - that - zoneDelta) / 864e5;\n break; // 1000 * 60 * 60 * 24, negate dst\n case 'week':\n output = (this - that - zoneDelta) / 6048e5;\n break; // 1000 * 60 * 60 * 24 * 7, negate dst\n default:\n output = this - that;\n }\n\n return asFloat ? output : absFloor(output);\n }\n\n function monthDiff(a, b) {\n if (a.date() < b.date()) {\n // end-of-month calculations work correct when the start month has more\n // days than the end month.\n return -monthDiff(b, a);\n }\n // difference in months\n var wholeMonthDiff = (b.year() - a.year()) * 12 + (b.month() - a.month()),\n // b is in (anchor - 1 month, anchor + 1 month)\n anchor = a.clone().add(wholeMonthDiff, 'months'),\n anchor2,\n adjust;\n\n if (b - anchor < 0) {\n anchor2 = a.clone().add(wholeMonthDiff - 1, 'months');\n // linear across the month\n adjust = (b - anchor) / (anchor - anchor2);\n } else {\n anchor2 = a.clone().add(wholeMonthDiff + 1, 'months');\n // linear across the month\n adjust = (b - anchor) / (anchor2 - anchor);\n }\n\n //check for negative zero, return zero if negative zero\n return -(wholeMonthDiff + adjust) || 0;\n }\n\n hooks.defaultFormat = 'YYYY-MM-DDTHH:mm:ssZ';\n hooks.defaultFormatUtc = 'YYYY-MM-DDTHH:mm:ss[Z]';\n\n function toString() {\n return this.clone().locale('en').format('ddd MMM DD YYYY HH:mm:ss [GMT]ZZ');\n }\n\n function toISOString(keepOffset) {\n if (!this.isValid()) {\n return null;\n }\n var utc = keepOffset !== true,\n m = utc ? this.clone().utc() : this;\n if (m.year() < 0 || m.year() > 9999) {\n return formatMoment(\n m,\n utc\n ? 'YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]'\n : 'YYYYYY-MM-DD[T]HH:mm:ss.SSSZ'\n );\n }\n if (isFunction(Date.prototype.toISOString)) {\n // native implementation is ~50x faster, use it when we can\n if (utc) {\n return this.toDate().toISOString();\n } else {\n return new Date(this.valueOf() + this.utcOffset() * 60 * 1000)\n .toISOString()\n .replace('Z', formatMoment(m, 'Z'));\n }\n }\n return formatMoment(\n m,\n utc ? 'YYYY-MM-DD[T]HH:mm:ss.SSS[Z]' : 'YYYY-MM-DD[T]HH:mm:ss.SSSZ'\n );\n }\n\n /**\n * Return a human readable representation of a moment that can\n * also be evaluated to get a new moment which is the same\n *\n * @link https://nodejs.org/dist/latest/docs/api/util.html#util_custom_inspect_function_on_objects\n */\n function inspect() {\n if (!this.isValid()) {\n return 'moment.invalid(/* ' + this._i + ' */)';\n }\n var func = 'moment',\n zone = '',\n prefix,\n year,\n datetime,\n suffix;\n if (!this.isLocal()) {\n func = this.utcOffset() === 0 ? 'moment.utc' : 'moment.parseZone';\n zone = 'Z';\n }\n prefix = '[' + func + '(\"]';\n year = 0 <= this.year() && this.year() <= 9999 ? 'YYYY' : 'YYYYYY';\n datetime = '-MM-DD[T]HH:mm:ss.SSS';\n suffix = zone + '[\")]';\n\n return this.format(prefix + year + datetime + suffix);\n }\n\n function format(inputString) {\n if (!inputString) {\n inputString = this.isUtc()\n ? hooks.defaultFormatUtc\n : hooks.defaultFormat;\n }\n var output = formatMoment(this, inputString);\n return this.localeData().postformat(output);\n }\n\n function from(time, withoutSuffix) {\n if (\n this.isValid() &&\n ((isMoment(time) && time.isValid()) || createLocal(time).isValid())\n ) {\n return createDuration({ to: this, from: time })\n .locale(this.locale())\n .humanize(!withoutSuffix);\n } else {\n return this.localeData().invalidDate();\n }\n }\n\n function fromNow(withoutSuffix) {\n return this.from(createLocal(), withoutSuffix);\n }\n\n function to(time, withoutSuffix) {\n if (\n this.isValid() &&\n ((isMoment(time) && time.isValid()) || createLocal(time).isValid())\n ) {\n return createDuration({ from: this, to: time })\n .locale(this.locale())\n .humanize(!withoutSuffix);\n } else {\n return this.localeData().invalidDate();\n }\n }\n\n function toNow(withoutSuffix) {\n return this.to(createLocal(), withoutSuffix);\n }\n\n // If passed a locale key, it will set the locale for this\n // instance. Otherwise, it will return the locale configuration\n // variables for this instance.\n function locale(key) {\n var newLocaleData;\n\n if (key === undefined) {\n return this._locale._abbr;\n } else {\n newLocaleData = getLocale(key);\n if (newLocaleData != null) {\n this._locale = newLocaleData;\n }\n return this;\n }\n }\n\n var lang = deprecate(\n 'moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.',\n function (key) {\n if (key === undefined) {\n return this.localeData();\n } else {\n return this.locale(key);\n }\n }\n );\n\n function localeData() {\n return this._locale;\n }\n\n var MS_PER_SECOND = 1000,\n MS_PER_MINUTE = 60 * MS_PER_SECOND,\n MS_PER_HOUR = 60 * MS_PER_MINUTE,\n MS_PER_400_YEARS = (365 * 400 + 97) * 24 * MS_PER_HOUR;\n\n // actual modulo - handles negative numbers (for dates before 1970):\n function mod$1(dividend, divisor) {\n return ((dividend % divisor) + divisor) % divisor;\n }\n\n function localStartOfDate(y, m, d) {\n // the date constructor remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n // preserve leap years using a full 400 year cycle, then reset\n return new Date(y + 400, m, d) - MS_PER_400_YEARS;\n } else {\n return new Date(y, m, d).valueOf();\n }\n }\n\n function utcStartOfDate(y, m, d) {\n // Date.UTC remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n // preserve leap years using a full 400 year cycle, then reset\n return Date.UTC(y + 400, m, d) - MS_PER_400_YEARS;\n } else {\n return Date.UTC(y, m, d);\n }\n }\n\n function startOf(units) {\n var time, startOfDate;\n units = normalizeUnits(units);\n if (units === undefined || units === 'millisecond' || !this.isValid()) {\n return this;\n }\n\n startOfDate = this._isUTC ? utcStartOfDate : localStartOfDate;\n\n switch (units) {\n case 'year':\n time = startOfDate(this.year(), 0, 1);\n break;\n case 'quarter':\n time = startOfDate(\n this.year(),\n this.month() - (this.month() % 3),\n 1\n );\n break;\n case 'month':\n time = startOfDate(this.year(), this.month(), 1);\n break;\n case 'week':\n time = startOfDate(\n this.year(),\n this.month(),\n this.date() - this.weekday()\n );\n break;\n case 'isoWeek':\n time = startOfDate(\n this.year(),\n this.month(),\n this.date() - (this.isoWeekday() - 1)\n );\n break;\n case 'day':\n case 'date':\n time = startOfDate(this.year(), this.month(), this.date());\n break;\n case 'hour':\n time = this._d.valueOf();\n time -= mod$1(\n time + (this._isUTC ? 0 : this.utcOffset() * MS_PER_MINUTE),\n MS_PER_HOUR\n );\n break;\n case 'minute':\n time = this._d.valueOf();\n time -= mod$1(time, MS_PER_MINUTE);\n break;\n case 'second':\n time = this._d.valueOf();\n time -= mod$1(time, MS_PER_SECOND);\n break;\n }\n\n this._d.setTime(time);\n hooks.updateOffset(this, true);\n return this;\n }\n\n function endOf(units) {\n var time, startOfDate;\n units = normalizeUnits(units);\n if (units === undefined || units === 'millisecond' || !this.isValid()) {\n return this;\n }\n\n startOfDate = this._isUTC ? utcStartOfDate : localStartOfDate;\n\n switch (units) {\n case 'year':\n time = startOfDate(this.year() + 1, 0, 1) - 1;\n break;\n case 'quarter':\n time =\n startOfDate(\n this.year(),\n this.month() - (this.month() % 3) + 3,\n 1\n ) - 1;\n break;\n case 'month':\n time = startOfDate(this.year(), this.month() + 1, 1) - 1;\n break;\n case 'week':\n time =\n startOfDate(\n this.year(),\n this.month(),\n this.date() - this.weekday() + 7\n ) - 1;\n break;\n case 'isoWeek':\n time =\n startOfDate(\n this.year(),\n this.month(),\n this.date() - (this.isoWeekday() - 1) + 7\n ) - 1;\n break;\n case 'day':\n case 'date':\n time = startOfDate(this.year(), this.month(), this.date() + 1) - 1;\n break;\n case 'hour':\n time = this._d.valueOf();\n time +=\n MS_PER_HOUR -\n mod$1(\n time + (this._isUTC ? 0 : this.utcOffset() * MS_PER_MINUTE),\n MS_PER_HOUR\n ) -\n 1;\n break;\n case 'minute':\n time = this._d.valueOf();\n time += MS_PER_MINUTE - mod$1(time, MS_PER_MINUTE) - 1;\n break;\n case 'second':\n time = this._d.valueOf();\n time += MS_PER_SECOND - mod$1(time, MS_PER_SECOND) - 1;\n break;\n }\n\n this._d.setTime(time);\n hooks.updateOffset(this, true);\n return this;\n }\n\n function valueOf() {\n return this._d.valueOf() - (this._offset || 0) * 60000;\n }\n\n function unix() {\n return Math.floor(this.valueOf() / 1000);\n }\n\n function toDate() {\n return new Date(this.valueOf());\n }\n\n function toArray() {\n var m = this;\n return [\n m.year(),\n m.month(),\n m.date(),\n m.hour(),\n m.minute(),\n m.second(),\n m.millisecond(),\n ];\n }\n\n function toObject() {\n var m = this;\n return {\n years: m.year(),\n months: m.month(),\n date: m.date(),\n hours: m.hours(),\n minutes: m.minutes(),\n seconds: m.seconds(),\n milliseconds: m.milliseconds(),\n };\n }\n\n function toJSON() {\n // new Date(NaN).toJSON() === null\n return this.isValid() ? this.toISOString() : null;\n }\n\n function isValid$2() {\n return isValid(this);\n }\n\n function parsingFlags() {\n return extend({}, getParsingFlags(this));\n }\n\n function invalidAt() {\n return getParsingFlags(this).overflow;\n }\n\n function creationData() {\n return {\n input: this._i,\n format: this._f,\n locale: this._locale,\n isUTC: this._isUTC,\n strict: this._strict,\n };\n }\n\n addFormatToken('N', 0, 0, 'eraAbbr');\n addFormatToken('NN', 0, 0, 'eraAbbr');\n addFormatToken('NNN', 0, 0, 'eraAbbr');\n addFormatToken('NNNN', 0, 0, 'eraName');\n addFormatToken('NNNNN', 0, 0, 'eraNarrow');\n\n addFormatToken('y', ['y', 1], 'yo', 'eraYear');\n addFormatToken('y', ['yy', 2], 0, 'eraYear');\n addFormatToken('y', ['yyy', 3], 0, 'eraYear');\n addFormatToken('y', ['yyyy', 4], 0, 'eraYear');\n\n addRegexToken('N', matchEraAbbr);\n addRegexToken('NN', matchEraAbbr);\n addRegexToken('NNN', matchEraAbbr);\n addRegexToken('NNNN', matchEraName);\n addRegexToken('NNNNN', matchEraNarrow);\n\n addParseToken(['N', 'NN', 'NNN', 'NNNN', 'NNNNN'], function (\n input,\n array,\n config,\n token\n ) {\n var era = config._locale.erasParse(input, token, config._strict);\n if (era) {\n getParsingFlags(config).era = era;\n } else {\n getParsingFlags(config).invalidEra = input;\n }\n });\n\n addRegexToken('y', matchUnsigned);\n addRegexToken('yy', matchUnsigned);\n addRegexToken('yyy', matchUnsigned);\n addRegexToken('yyyy', matchUnsigned);\n addRegexToken('yo', matchEraYearOrdinal);\n\n addParseToken(['y', 'yy', 'yyy', 'yyyy'], YEAR);\n addParseToken(['yo'], function (input, array, config, token) {\n var match;\n if (config._locale._eraYearOrdinalRegex) {\n match = input.match(config._locale._eraYearOrdinalRegex);\n }\n\n if (config._locale.eraYearOrdinalParse) {\n array[YEAR] = config._locale.eraYearOrdinalParse(input, match);\n } else {\n array[YEAR] = parseInt(input, 10);\n }\n });\n\n function localeEras(m, format) {\n var i,\n l,\n date,\n eras = this._eras || getLocale('en')._eras;\n for (i = 0, l = eras.length; i < l; ++i) {\n switch (typeof eras[i].since) {\n case 'string':\n // truncate time\n date = hooks(eras[i].since).startOf('day');\n eras[i].since = date.valueOf();\n break;\n }\n\n switch (typeof eras[i].until) {\n case 'undefined':\n eras[i].until = +Infinity;\n break;\n case 'string':\n // truncate time\n date = hooks(eras[i].until).startOf('day').valueOf();\n eras[i].until = date.valueOf();\n break;\n }\n }\n return eras;\n }\n\n function localeErasParse(eraName, format, strict) {\n var i,\n l,\n eras = this.eras(),\n name,\n abbr,\n narrow;\n eraName = eraName.toUpperCase();\n\n for (i = 0, l = eras.length; i < l; ++i) {\n name = eras[i].name.toUpperCase();\n abbr = eras[i].abbr.toUpperCase();\n narrow = eras[i].narrow.toUpperCase();\n\n if (strict) {\n switch (format) {\n case 'N':\n case 'NN':\n case 'NNN':\n if (abbr === eraName) {\n return eras[i];\n }\n break;\n\n case 'NNNN':\n if (name === eraName) {\n return eras[i];\n }\n break;\n\n case 'NNNNN':\n if (narrow === eraName) {\n return eras[i];\n }\n break;\n }\n } else if ([name, abbr, narrow].indexOf(eraName) >= 0) {\n return eras[i];\n }\n }\n }\n\n function localeErasConvertYear(era, year) {\n var dir = era.since <= era.until ? +1 : -1;\n if (year === undefined) {\n return hooks(era.since).year();\n } else {\n return hooks(era.since).year() + (year - era.offset) * dir;\n }\n }\n\n function getEraName() {\n var i,\n l,\n val,\n eras = this.localeData().eras();\n for (i = 0, l = eras.length; i < l; ++i) {\n // truncate time\n val = this.clone().startOf('day').valueOf();\n\n if (eras[i].since <= val && val <= eras[i].until) {\n return eras[i].name;\n }\n if (eras[i].until <= val && val <= eras[i].since) {\n return eras[i].name;\n }\n }\n\n return '';\n }\n\n function getEraNarrow() {\n var i,\n l,\n val,\n eras = this.localeData().eras();\n for (i = 0, l = eras.length; i < l; ++i) {\n // truncate time\n val = this.clone().startOf('day').valueOf();\n\n if (eras[i].since <= val && val <= eras[i].until) {\n return eras[i].narrow;\n }\n if (eras[i].until <= val && val <= eras[i].since) {\n return eras[i].narrow;\n }\n }\n\n return '';\n }\n\n function getEraAbbr() {\n var i,\n l,\n val,\n eras = this.localeData().eras();\n for (i = 0, l = eras.length; i < l; ++i) {\n // truncate time\n val = this.clone().startOf('day').valueOf();\n\n if (eras[i].since <= val && val <= eras[i].until) {\n return eras[i].abbr;\n }\n if (eras[i].until <= val && val <= eras[i].since) {\n return eras[i].abbr;\n }\n }\n\n return '';\n }\n\n function getEraYear() {\n var i,\n l,\n dir,\n val,\n eras = this.localeData().eras();\n for (i = 0, l = eras.length; i < l; ++i) {\n dir = eras[i].since <= eras[i].until ? +1 : -1;\n\n // truncate time\n val = this.clone().startOf('day').valueOf();\n\n if (\n (eras[i].since <= val && val <= eras[i].until) ||\n (eras[i].until <= val && val <= eras[i].since)\n ) {\n return (\n (this.year() - hooks(eras[i].since).year()) * dir +\n eras[i].offset\n );\n }\n }\n\n return this.year();\n }\n\n function erasNameRegex(isStrict) {\n if (!hasOwnProp(this, '_erasNameRegex')) {\n computeErasParse.call(this);\n }\n return isStrict ? this._erasNameRegex : this._erasRegex;\n }\n\n function erasAbbrRegex(isStrict) {\n if (!hasOwnProp(this, '_erasAbbrRegex')) {\n computeErasParse.call(this);\n }\n return isStrict ? this._erasAbbrRegex : this._erasRegex;\n }\n\n function erasNarrowRegex(isStrict) {\n if (!hasOwnProp(this, '_erasNarrowRegex')) {\n computeErasParse.call(this);\n }\n return isStrict ? this._erasNarrowRegex : this._erasRegex;\n }\n\n function matchEraAbbr(isStrict, locale) {\n return locale.erasAbbrRegex(isStrict);\n }\n\n function matchEraName(isStrict, locale) {\n return locale.erasNameRegex(isStrict);\n }\n\n function matchEraNarrow(isStrict, locale) {\n return locale.erasNarrowRegex(isStrict);\n }\n\n function matchEraYearOrdinal(isStrict, locale) {\n return locale._eraYearOrdinalRegex || matchUnsigned;\n }\n\n function computeErasParse() {\n var abbrPieces = [],\n namePieces = [],\n narrowPieces = [],\n mixedPieces = [],\n i,\n l,\n eras = this.eras();\n\n for (i = 0, l = eras.length; i < l; ++i) {\n namePieces.push(regexEscape(eras[i].name));\n abbrPieces.push(regexEscape(eras[i].abbr));\n narrowPieces.push(regexEscape(eras[i].narrow));\n\n mixedPieces.push(regexEscape(eras[i].name));\n mixedPieces.push(regexEscape(eras[i].abbr));\n mixedPieces.push(regexEscape(eras[i].narrow));\n }\n\n this._erasRegex = new RegExp('^(' + mixedPieces.join('|') + ')', 'i');\n this._erasNameRegex = new RegExp('^(' + namePieces.join('|') + ')', 'i');\n this._erasAbbrRegex = new RegExp('^(' + abbrPieces.join('|') + ')', 'i');\n this._erasNarrowRegex = new RegExp(\n '^(' + narrowPieces.join('|') + ')',\n 'i'\n );\n }\n\n // FORMATTING\n\n addFormatToken(0, ['gg', 2], 0, function () {\n return this.weekYear() % 100;\n });\n\n addFormatToken(0, ['GG', 2], 0, function () {\n return this.isoWeekYear() % 100;\n });\n\n function addWeekYearFormatToken(token, getter) {\n addFormatToken(0, [token, token.length], 0, getter);\n }\n\n addWeekYearFormatToken('gggg', 'weekYear');\n addWeekYearFormatToken('ggggg', 'weekYear');\n addWeekYearFormatToken('GGGG', 'isoWeekYear');\n addWeekYearFormatToken('GGGGG', 'isoWeekYear');\n\n // ALIASES\n\n addUnitAlias('weekYear', 'gg');\n addUnitAlias('isoWeekYear', 'GG');\n\n // PRIORITY\n\n addUnitPriority('weekYear', 1);\n addUnitPriority('isoWeekYear', 1);\n\n // PARSING\n\n addRegexToken('G', matchSigned);\n addRegexToken('g', matchSigned);\n addRegexToken('GG', match1to2, match2);\n addRegexToken('gg', match1to2, match2);\n addRegexToken('GGGG', match1to4, match4);\n addRegexToken('gggg', match1to4, match4);\n addRegexToken('GGGGG', match1to6, match6);\n addRegexToken('ggggg', match1to6, match6);\n\n addWeekParseToken(['gggg', 'ggggg', 'GGGG', 'GGGGG'], function (\n input,\n week,\n config,\n token\n ) {\n week[token.substr(0, 2)] = toInt(input);\n });\n\n addWeekParseToken(['gg', 'GG'], function (input, week, config, token) {\n week[token] = hooks.parseTwoDigitYear(input);\n });\n\n // MOMENTS\n\n function getSetWeekYear(input) {\n return getSetWeekYearHelper.call(\n this,\n input,\n this.week(),\n this.weekday(),\n this.localeData()._week.dow,\n this.localeData()._week.doy\n );\n }\n\n function getSetISOWeekYear(input) {\n return getSetWeekYearHelper.call(\n this,\n input,\n this.isoWeek(),\n this.isoWeekday(),\n 1,\n 4\n );\n }\n\n function getISOWeeksInYear() {\n return weeksInYear(this.year(), 1, 4);\n }\n\n function getISOWeeksInISOWeekYear() {\n return weeksInYear(this.isoWeekYear(), 1, 4);\n }\n\n function getWeeksInYear() {\n var weekInfo = this.localeData()._week;\n return weeksInYear(this.year(), weekInfo.dow, weekInfo.doy);\n }\n\n function getWeeksInWeekYear() {\n var weekInfo = this.localeData()._week;\n return weeksInYear(this.weekYear(), weekInfo.dow, weekInfo.doy);\n }\n\n function getSetWeekYearHelper(input, week, weekday, dow, doy) {\n var weeksTarget;\n if (input == null) {\n return weekOfYear(this, dow, doy).year;\n } else {\n weeksTarget = weeksInYear(input, dow, doy);\n if (week > weeksTarget) {\n week = weeksTarget;\n }\n return setWeekAll.call(this, input, week, weekday, dow, doy);\n }\n }\n\n function setWeekAll(weekYear, week, weekday, dow, doy) {\n var dayOfYearData = dayOfYearFromWeeks(weekYear, week, weekday, dow, doy),\n date = createUTCDate(dayOfYearData.year, 0, dayOfYearData.dayOfYear);\n\n this.year(date.getUTCFullYear());\n this.month(date.getUTCMonth());\n this.date(date.getUTCDate());\n return this;\n }\n\n // FORMATTING\n\n addFormatToken('Q', 0, 'Qo', 'quarter');\n\n // ALIASES\n\n addUnitAlias('quarter', 'Q');\n\n // PRIORITY\n\n addUnitPriority('quarter', 7);\n\n // PARSING\n\n addRegexToken('Q', match1);\n addParseToken('Q', function (input, array) {\n array[MONTH] = (toInt(input) - 1) * 3;\n });\n\n // MOMENTS\n\n function getSetQuarter(input) {\n return input == null\n ? Math.ceil((this.month() + 1) / 3)\n : this.month((input - 1) * 3 + (this.month() % 3));\n }\n\n // FORMATTING\n\n addFormatToken('D', ['DD', 2], 'Do', 'date');\n\n // ALIASES\n\n addUnitAlias('date', 'D');\n\n // PRIORITY\n addUnitPriority('date', 9);\n\n // PARSING\n\n addRegexToken('D', match1to2);\n addRegexToken('DD', match1to2, match2);\n addRegexToken('Do', function (isStrict, locale) {\n // TODO: Remove \"ordinalParse\" fallback in next major release.\n return isStrict\n ? locale._dayOfMonthOrdinalParse || locale._ordinalParse\n : locale._dayOfMonthOrdinalParseLenient;\n });\n\n addParseToken(['D', 'DD'], DATE);\n addParseToken('Do', function (input, array) {\n array[DATE] = toInt(input.match(match1to2)[0]);\n });\n\n // MOMENTS\n\n var getSetDayOfMonth = makeGetSet('Date', true);\n\n // FORMATTING\n\n addFormatToken('DDD', ['DDDD', 3], 'DDDo', 'dayOfYear');\n\n // ALIASES\n\n addUnitAlias('dayOfYear', 'DDD');\n\n // PRIORITY\n addUnitPriority('dayOfYear', 4);\n\n // PARSING\n\n addRegexToken('DDD', match1to3);\n addRegexToken('DDDD', match3);\n addParseToken(['DDD', 'DDDD'], function (input, array, config) {\n config._dayOfYear = toInt(input);\n });\n\n // HELPERS\n\n // MOMENTS\n\n function getSetDayOfYear(input) {\n var dayOfYear =\n Math.round(\n (this.clone().startOf('day') - this.clone().startOf('year')) / 864e5\n ) + 1;\n return input == null ? dayOfYear : this.add(input - dayOfYear, 'd');\n }\n\n // FORMATTING\n\n addFormatToken('m', ['mm', 2], 0, 'minute');\n\n // ALIASES\n\n addUnitAlias('minute', 'm');\n\n // PRIORITY\n\n addUnitPriority('minute', 14);\n\n // PARSING\n\n addRegexToken('m', match1to2);\n addRegexToken('mm', match1to2, match2);\n addParseToken(['m', 'mm'], MINUTE);\n\n // MOMENTS\n\n var getSetMinute = makeGetSet('Minutes', false);\n\n // FORMATTING\n\n addFormatToken('s', ['ss', 2], 0, 'second');\n\n // ALIASES\n\n addUnitAlias('second', 's');\n\n // PRIORITY\n\n addUnitPriority('second', 15);\n\n // PARSING\n\n addRegexToken('s', match1to2);\n addRegexToken('ss', match1to2, match2);\n addParseToken(['s', 'ss'], SECOND);\n\n // MOMENTS\n\n var getSetSecond = makeGetSet('Seconds', false);\n\n // FORMATTING\n\n addFormatToken('S', 0, 0, function () {\n return ~~(this.millisecond() / 100);\n });\n\n addFormatToken(0, ['SS', 2], 0, function () {\n return ~~(this.millisecond() / 10);\n });\n\n addFormatToken(0, ['SSS', 3], 0, 'millisecond');\n addFormatToken(0, ['SSSS', 4], 0, function () {\n return this.millisecond() * 10;\n });\n addFormatToken(0, ['SSSSS', 5], 0, function () {\n return this.millisecond() * 100;\n });\n addFormatToken(0, ['SSSSSS', 6], 0, function () {\n return this.millisecond() * 1000;\n });\n addFormatToken(0, ['SSSSSSS', 7], 0, function () {\n return this.millisecond() * 10000;\n });\n addFormatToken(0, ['SSSSSSSS', 8], 0, function () {\n return this.millisecond() * 100000;\n });\n addFormatToken(0, ['SSSSSSSSS', 9], 0, function () {\n return this.millisecond() * 1000000;\n });\n\n // ALIASES\n\n addUnitAlias('millisecond', 'ms');\n\n // PRIORITY\n\n addUnitPriority('millisecond', 16);\n\n // PARSING\n\n addRegexToken('S', match1to3, match1);\n addRegexToken('SS', match1to3, match2);\n addRegexToken('SSS', match1to3, match3);\n\n var token, getSetMillisecond;\n for (token = 'SSSS'; token.length <= 9; token += 'S') {\n addRegexToken(token, matchUnsigned);\n }\n\n function parseMs(input, array) {\n array[MILLISECOND] = toInt(('0.' + input) * 1000);\n }\n\n for (token = 'S'; token.length <= 9; token += 'S') {\n addParseToken(token, parseMs);\n }\n\n getSetMillisecond = makeGetSet('Milliseconds', false);\n\n // FORMATTING\n\n addFormatToken('z', 0, 0, 'zoneAbbr');\n addFormatToken('zz', 0, 0, 'zoneName');\n\n // MOMENTS\n\n function getZoneAbbr() {\n return this._isUTC ? 'UTC' : '';\n }\n\n function getZoneName() {\n return this._isUTC ? 'Coordinated Universal Time' : '';\n }\n\n var proto = Moment.prototype;\n\n proto.add = add;\n proto.calendar = calendar$1;\n proto.clone = clone;\n proto.diff = diff;\n proto.endOf = endOf;\n proto.format = format;\n proto.from = from;\n proto.fromNow = fromNow;\n proto.to = to;\n proto.toNow = toNow;\n proto.get = stringGet;\n proto.invalidAt = invalidAt;\n proto.isAfter = isAfter;\n proto.isBefore = isBefore;\n proto.isBetween = isBetween;\n proto.isSame = isSame;\n proto.isSameOrAfter = isSameOrAfter;\n proto.isSameOrBefore = isSameOrBefore;\n proto.isValid = isValid$2;\n proto.lang = lang;\n proto.locale = locale;\n proto.localeData = localeData;\n proto.max = prototypeMax;\n proto.min = prototypeMin;\n proto.parsingFlags = parsingFlags;\n proto.set = stringSet;\n proto.startOf = startOf;\n proto.subtract = subtract;\n proto.toArray = toArray;\n proto.toObject = toObject;\n proto.toDate = toDate;\n proto.toISOString = toISOString;\n proto.inspect = inspect;\n if (typeof Symbol !== 'undefined' && Symbol.for != null) {\n proto[Symbol.for('nodejs.util.inspect.custom')] = function () {\n return 'Moment<' + this.format() + '>';\n };\n }\n proto.toJSON = toJSON;\n proto.toString = toString;\n proto.unix = unix;\n proto.valueOf = valueOf;\n proto.creationData = creationData;\n proto.eraName = getEraName;\n proto.eraNarrow = getEraNarrow;\n proto.eraAbbr = getEraAbbr;\n proto.eraYear = getEraYear;\n proto.year = getSetYear;\n proto.isLeapYear = getIsLeapYear;\n proto.weekYear = getSetWeekYear;\n proto.isoWeekYear = getSetISOWeekYear;\n proto.quarter = proto.quarters = getSetQuarter;\n proto.month = getSetMonth;\n proto.daysInMonth = getDaysInMonth;\n proto.week = proto.weeks = getSetWeek;\n proto.isoWeek = proto.isoWeeks = getSetISOWeek;\n proto.weeksInYear = getWeeksInYear;\n proto.weeksInWeekYear = getWeeksInWeekYear;\n proto.isoWeeksInYear = getISOWeeksInYear;\n proto.isoWeeksInISOWeekYear = getISOWeeksInISOWeekYear;\n proto.date = getSetDayOfMonth;\n proto.day = proto.days = getSetDayOfWeek;\n proto.weekday = getSetLocaleDayOfWeek;\n proto.isoWeekday = getSetISODayOfWeek;\n proto.dayOfYear = getSetDayOfYear;\n proto.hour = proto.hours = getSetHour;\n proto.minute = proto.minutes = getSetMinute;\n proto.second = proto.seconds = getSetSecond;\n proto.millisecond = proto.milliseconds = getSetMillisecond;\n proto.utcOffset = getSetOffset;\n proto.utc = setOffsetToUTC;\n proto.local = setOffsetToLocal;\n proto.parseZone = setOffsetToParsedOffset;\n proto.hasAlignedHourOffset = hasAlignedHourOffset;\n proto.isDST = isDaylightSavingTime;\n proto.isLocal = isLocal;\n proto.isUtcOffset = isUtcOffset;\n proto.isUtc = isUtc;\n proto.isUTC = isUtc;\n proto.zoneAbbr = getZoneAbbr;\n proto.zoneName = getZoneName;\n proto.dates = deprecate(\n 'dates accessor is deprecated. Use date instead.',\n getSetDayOfMonth\n );\n proto.months = deprecate(\n 'months accessor is deprecated. Use month instead',\n getSetMonth\n );\n proto.years = deprecate(\n 'years accessor is deprecated. Use year instead',\n getSetYear\n );\n proto.zone = deprecate(\n 'moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/',\n getSetZone\n );\n proto.isDSTShifted = deprecate(\n 'isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information',\n isDaylightSavingTimeShifted\n );\n\n function createUnix(input) {\n return createLocal(input * 1000);\n }\n\n function createInZone() {\n return createLocal.apply(null, arguments).parseZone();\n }\n\n function preParsePostFormat(string) {\n return string;\n }\n\n var proto$1 = Locale.prototype;\n\n proto$1.calendar = calendar;\n proto$1.longDateFormat = longDateFormat;\n proto$1.invalidDate = invalidDate;\n proto$1.ordinal = ordinal;\n proto$1.preparse = preParsePostFormat;\n proto$1.postformat = preParsePostFormat;\n proto$1.relativeTime = relativeTime;\n proto$1.pastFuture = pastFuture;\n proto$1.set = set;\n proto$1.eras = localeEras;\n proto$1.erasParse = localeErasParse;\n proto$1.erasConvertYear = localeErasConvertYear;\n proto$1.erasAbbrRegex = erasAbbrRegex;\n proto$1.erasNameRegex = erasNameRegex;\n proto$1.erasNarrowRegex = erasNarrowRegex;\n\n proto$1.months = localeMonths;\n proto$1.monthsShort = localeMonthsShort;\n proto$1.monthsParse = localeMonthsParse;\n proto$1.monthsRegex = monthsRegex;\n proto$1.monthsShortRegex = monthsShortRegex;\n proto$1.week = localeWeek;\n proto$1.firstDayOfYear = localeFirstDayOfYear;\n proto$1.firstDayOfWeek = localeFirstDayOfWeek;\n\n proto$1.weekdays = localeWeekdays;\n proto$1.weekdaysMin = localeWeekdaysMin;\n proto$1.weekdaysShort = localeWeekdaysShort;\n proto$1.weekdaysParse = localeWeekdaysParse;\n\n proto$1.weekdaysRegex = weekdaysRegex;\n proto$1.weekdaysShortRegex = weekdaysShortRegex;\n proto$1.weekdaysMinRegex = weekdaysMinRegex;\n\n proto$1.isPM = localeIsPM;\n proto$1.meridiem = localeMeridiem;\n\n function get$1(format, index, field, setter) {\n var locale = getLocale(),\n utc = createUTC().set(setter, index);\n return locale[field](utc, format);\n }\n\n function listMonthsImpl(format, index, field) {\n if (isNumber(format)) {\n index = format;\n format = undefined;\n }\n\n format = format || '';\n\n if (index != null) {\n return get$1(format, index, field, 'month');\n }\n\n var i,\n out = [];\n for (i = 0; i < 12; i++) {\n out[i] = get$1(format, i, field, 'month');\n }\n return out;\n }\n\n // ()\n // (5)\n // (fmt, 5)\n // (fmt)\n // (true)\n // (true, 5)\n // (true, fmt, 5)\n // (true, fmt)\n function listWeekdaysImpl(localeSorted, format, index, field) {\n if (typeof localeSorted === 'boolean') {\n if (isNumber(format)) {\n index = format;\n format = undefined;\n }\n\n format = format || '';\n } else {\n format = localeSorted;\n index = format;\n localeSorted = false;\n\n if (isNumber(format)) {\n index = format;\n format = undefined;\n }\n\n format = format || '';\n }\n\n var locale = getLocale(),\n shift = localeSorted ? locale._week.dow : 0,\n i,\n out = [];\n\n if (index != null) {\n return get$1(format, (index + shift) % 7, field, 'day');\n }\n\n for (i = 0; i < 7; i++) {\n out[i] = get$1(format, (i + shift) % 7, field, 'day');\n }\n return out;\n }\n\n function listMonths(format, index) {\n return listMonthsImpl(format, index, 'months');\n }\n\n function listMonthsShort(format, index) {\n return listMonthsImpl(format, index, 'monthsShort');\n }\n\n function listWeekdays(localeSorted, format, index) {\n return listWeekdaysImpl(localeSorted, format, index, 'weekdays');\n }\n\n function listWeekdaysShort(localeSorted, format, index) {\n return listWeekdaysImpl(localeSorted, format, index, 'weekdaysShort');\n }\n\n function listWeekdaysMin(localeSorted, format, index) {\n return listWeekdaysImpl(localeSorted, format, index, 'weekdaysMin');\n }\n\n getSetGlobalLocale('en', {\n eras: [\n {\n since: '0001-01-01',\n until: +Infinity,\n offset: 1,\n name: 'Anno Domini',\n narrow: 'AD',\n abbr: 'AD',\n },\n {\n since: '0000-12-31',\n until: -Infinity,\n offset: 1,\n name: 'Before Christ',\n narrow: 'BC',\n abbr: 'BC',\n },\n ],\n dayOfMonthOrdinalParse: /\\d{1,2}(th|st|nd|rd)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n toInt((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n });\n\n // Side effect imports\n\n hooks.lang = deprecate(\n 'moment.lang is deprecated. Use moment.locale instead.',\n getSetGlobalLocale\n );\n hooks.langData = deprecate(\n 'moment.langData is deprecated. Use moment.localeData instead.',\n getLocale\n );\n\n var mathAbs = Math.abs;\n\n function abs() {\n var data = this._data;\n\n this._milliseconds = mathAbs(this._milliseconds);\n this._days = mathAbs(this._days);\n this._months = mathAbs(this._months);\n\n data.milliseconds = mathAbs(data.milliseconds);\n data.seconds = mathAbs(data.seconds);\n data.minutes = mathAbs(data.minutes);\n data.hours = mathAbs(data.hours);\n data.months = mathAbs(data.months);\n data.years = mathAbs(data.years);\n\n return this;\n }\n\n function addSubtract$1(duration, input, value, direction) {\n var other = createDuration(input, value);\n\n duration._milliseconds += direction * other._milliseconds;\n duration._days += direction * other._days;\n duration._months += direction * other._months;\n\n return duration._bubble();\n }\n\n // supports only 2.0-style add(1, 's') or add(duration)\n function add$1(input, value) {\n return addSubtract$1(this, input, value, 1);\n }\n\n // supports only 2.0-style subtract(1, 's') or subtract(duration)\n function subtract$1(input, value) {\n return addSubtract$1(this, input, value, -1);\n }\n\n function absCeil(number) {\n if (number < 0) {\n return Math.floor(number);\n } else {\n return Math.ceil(number);\n }\n }\n\n function bubble() {\n var milliseconds = this._milliseconds,\n days = this._days,\n months = this._months,\n data = this._data,\n seconds,\n minutes,\n hours,\n years,\n monthsFromDays;\n\n // if we have a mix of positive and negative values, bubble down first\n // check: https://github.com/moment/moment/issues/2166\n if (\n !(\n (milliseconds >= 0 && days >= 0 && months >= 0) ||\n (milliseconds <= 0 && days <= 0 && months <= 0)\n )\n ) {\n milliseconds += absCeil(monthsToDays(months) + days) * 864e5;\n days = 0;\n months = 0;\n }\n\n // The following code bubbles up values, see the tests for\n // examples of what that means.\n data.milliseconds = milliseconds % 1000;\n\n seconds = absFloor(milliseconds / 1000);\n data.seconds = seconds % 60;\n\n minutes = absFloor(seconds / 60);\n data.minutes = minutes % 60;\n\n hours = absFloor(minutes / 60);\n data.hours = hours % 24;\n\n days += absFloor(hours / 24);\n\n // convert days to months\n monthsFromDays = absFloor(daysToMonths(days));\n months += monthsFromDays;\n days -= absCeil(monthsToDays(monthsFromDays));\n\n // 12 months -> 1 year\n years = absFloor(months / 12);\n months %= 12;\n\n data.days = days;\n data.months = months;\n data.years = years;\n\n return this;\n }\n\n function daysToMonths(days) {\n // 400 years have 146097 days (taking into account leap year rules)\n // 400 years have 12 months === 4800\n return (days * 4800) / 146097;\n }\n\n function monthsToDays(months) {\n // the reverse of daysToMonths\n return (months * 146097) / 4800;\n }\n\n function as(units) {\n if (!this.isValid()) {\n return NaN;\n }\n var days,\n months,\n milliseconds = this._milliseconds;\n\n units = normalizeUnits(units);\n\n if (units === 'month' || units === 'quarter' || units === 'year') {\n days = this._days + milliseconds / 864e5;\n months = this._months + daysToMonths(days);\n switch (units) {\n case 'month':\n return months;\n case 'quarter':\n return months / 3;\n case 'year':\n return months / 12;\n }\n } else {\n // handle milliseconds separately because of floating point math errors (issue #1867)\n days = this._days + Math.round(monthsToDays(this._months));\n switch (units) {\n case 'week':\n return days / 7 + milliseconds / 6048e5;\n case 'day':\n return days + milliseconds / 864e5;\n case 'hour':\n return days * 24 + milliseconds / 36e5;\n case 'minute':\n return days * 1440 + milliseconds / 6e4;\n case 'second':\n return days * 86400 + milliseconds / 1000;\n // Math.floor prevents floating point math errors here\n case 'millisecond':\n return Math.floor(days * 864e5) + milliseconds;\n default:\n throw new Error('Unknown unit ' + units);\n }\n }\n }\n\n // TODO: Use this.as('ms')?\n function valueOf$1() {\n if (!this.isValid()) {\n return NaN;\n }\n return (\n this._milliseconds +\n this._days * 864e5 +\n (this._months % 12) * 2592e6 +\n toInt(this._months / 12) * 31536e6\n );\n }\n\n function makeAs(alias) {\n return function () {\n return this.as(alias);\n };\n }\n\n var asMilliseconds = makeAs('ms'),\n asSeconds = makeAs('s'),\n asMinutes = makeAs('m'),\n asHours = makeAs('h'),\n asDays = makeAs('d'),\n asWeeks = makeAs('w'),\n asMonths = makeAs('M'),\n asQuarters = makeAs('Q'),\n asYears = makeAs('y');\n\n function clone$1() {\n return createDuration(this);\n }\n\n function get$2(units) {\n units = normalizeUnits(units);\n return this.isValid() ? this[units + 's']() : NaN;\n }\n\n function makeGetter(name) {\n return function () {\n return this.isValid() ? this._data[name] : NaN;\n };\n }\n\n var milliseconds = makeGetter('milliseconds'),\n seconds = makeGetter('seconds'),\n minutes = makeGetter('minutes'),\n hours = makeGetter('hours'),\n days = makeGetter('days'),\n months = makeGetter('months'),\n years = makeGetter('years');\n\n function weeks() {\n return absFloor(this.days() / 7);\n }\n\n var round = Math.round,\n thresholds = {\n ss: 44, // a few seconds to seconds\n s: 45, // seconds to minute\n m: 45, // minutes to hour\n h: 22, // hours to day\n d: 26, // days to month/week\n w: null, // weeks to month\n M: 11, // months to year\n };\n\n // helper function for moment.fn.from, moment.fn.fromNow, and moment.duration.fn.humanize\n function substituteTimeAgo(string, number, withoutSuffix, isFuture, locale) {\n return locale.relativeTime(number || 1, !!withoutSuffix, string, isFuture);\n }\n\n function relativeTime$1(posNegDuration, withoutSuffix, thresholds, locale) {\n var duration = createDuration(posNegDuration).abs(),\n seconds = round(duration.as('s')),\n minutes = round(duration.as('m')),\n hours = round(duration.as('h')),\n days = round(duration.as('d')),\n months = round(duration.as('M')),\n weeks = round(duration.as('w')),\n years = round(duration.as('y')),\n a =\n (seconds <= thresholds.ss && ['s', seconds]) ||\n (seconds < thresholds.s && ['ss', seconds]) ||\n (minutes <= 1 && ['m']) ||\n (minutes < thresholds.m && ['mm', minutes]) ||\n (hours <= 1 && ['h']) ||\n (hours < thresholds.h && ['hh', hours]) ||\n (days <= 1 && ['d']) ||\n (days < thresholds.d && ['dd', days]);\n\n if (thresholds.w != null) {\n a =\n a ||\n (weeks <= 1 && ['w']) ||\n (weeks < thresholds.w && ['ww', weeks]);\n }\n a = a ||\n (months <= 1 && ['M']) ||\n (months < thresholds.M && ['MM', months]) ||\n (years <= 1 && ['y']) || ['yy', years];\n\n a[2] = withoutSuffix;\n a[3] = +posNegDuration > 0;\n a[4] = locale;\n return substituteTimeAgo.apply(null, a);\n }\n\n // This function allows you to set the rounding function for relative time strings\n function getSetRelativeTimeRounding(roundingFunction) {\n if (roundingFunction === undefined) {\n return round;\n }\n if (typeof roundingFunction === 'function') {\n round = roundingFunction;\n return true;\n }\n return false;\n }\n\n // This function allows you to set a threshold for relative time strings\n function getSetRelativeTimeThreshold(threshold, limit) {\n if (thresholds[threshold] === undefined) {\n return false;\n }\n if (limit === undefined) {\n return thresholds[threshold];\n }\n thresholds[threshold] = limit;\n if (threshold === 's') {\n thresholds.ss = limit - 1;\n }\n return true;\n }\n\n function humanize(argWithSuffix, argThresholds) {\n if (!this.isValid()) {\n return this.localeData().invalidDate();\n }\n\n var withSuffix = false,\n th = thresholds,\n locale,\n output;\n\n if (typeof argWithSuffix === 'object') {\n argThresholds = argWithSuffix;\n argWithSuffix = false;\n }\n if (typeof argWithSuffix === 'boolean') {\n withSuffix = argWithSuffix;\n }\n if (typeof argThresholds === 'object') {\n th = Object.assign({}, thresholds, argThresholds);\n if (argThresholds.s != null && argThresholds.ss == null) {\n th.ss = argThresholds.s - 1;\n }\n }\n\n locale = this.localeData();\n output = relativeTime$1(this, !withSuffix, th, locale);\n\n if (withSuffix) {\n output = locale.pastFuture(+this, output);\n }\n\n return locale.postformat(output);\n }\n\n var abs$1 = Math.abs;\n\n function sign(x) {\n return (x > 0) - (x < 0) || +x;\n }\n\n function toISOString$1() {\n // for ISO strings we do not use the normal bubbling rules:\n // * milliseconds bubble up until they become hours\n // * days do not bubble at all\n // * months bubble up until they become years\n // This is because there is no context-free conversion between hours and days\n // (think of clock changes)\n // and also not between days and months (28-31 days per month)\n if (!this.isValid()) {\n return this.localeData().invalidDate();\n }\n\n var seconds = abs$1(this._milliseconds) / 1000,\n days = abs$1(this._days),\n months = abs$1(this._months),\n minutes,\n hours,\n years,\n s,\n total = this.asSeconds(),\n totalSign,\n ymSign,\n daysSign,\n hmsSign;\n\n if (!total) {\n // this is the same as C#'s (Noda) and python (isodate)...\n // but not other JS (goog.date)\n return 'P0D';\n }\n\n // 3600 seconds -> 60 minutes -> 1 hour\n minutes = absFloor(seconds / 60);\n hours = absFloor(minutes / 60);\n seconds %= 60;\n minutes %= 60;\n\n // 12 months -> 1 year\n years = absFloor(months / 12);\n months %= 12;\n\n // inspired by https://github.com/dordille/moment-isoduration/blob/master/moment.isoduration.js\n s = seconds ? seconds.toFixed(3).replace(/\\.?0+$/, '') : '';\n\n totalSign = total < 0 ? '-' : '';\n ymSign = sign(this._months) !== sign(total) ? '-' : '';\n daysSign = sign(this._days) !== sign(total) ? '-' : '';\n hmsSign = sign(this._milliseconds) !== sign(total) ? '-' : '';\n\n return (\n totalSign +\n 'P' +\n (years ? ymSign + years + 'Y' : '') +\n (months ? ymSign + months + 'M' : '') +\n (days ? daysSign + days + 'D' : '') +\n (hours || minutes || seconds ? 'T' : '') +\n (hours ? hmsSign + hours + 'H' : '') +\n (minutes ? hmsSign + minutes + 'M' : '') +\n (seconds ? hmsSign + s + 'S' : '')\n );\n }\n\n var proto$2 = Duration.prototype;\n\n proto$2.isValid = isValid$1;\n proto$2.abs = abs;\n proto$2.add = add$1;\n proto$2.subtract = subtract$1;\n proto$2.as = as;\n proto$2.asMilliseconds = asMilliseconds;\n proto$2.asSeconds = asSeconds;\n proto$2.asMinutes = asMinutes;\n proto$2.asHours = asHours;\n proto$2.asDays = asDays;\n proto$2.asWeeks = asWeeks;\n proto$2.asMonths = asMonths;\n proto$2.asQuarters = asQuarters;\n proto$2.asYears = asYears;\n proto$2.valueOf = valueOf$1;\n proto$2._bubble = bubble;\n proto$2.clone = clone$1;\n proto$2.get = get$2;\n proto$2.milliseconds = milliseconds;\n proto$2.seconds = seconds;\n proto$2.minutes = minutes;\n proto$2.hours = hours;\n proto$2.days = days;\n proto$2.weeks = weeks;\n proto$2.months = months;\n proto$2.years = years;\n proto$2.humanize = humanize;\n proto$2.toISOString = toISOString$1;\n proto$2.toString = toISOString$1;\n proto$2.toJSON = toISOString$1;\n proto$2.locale = locale;\n proto$2.localeData = localeData;\n\n proto$2.toIsoString = deprecate(\n 'toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)',\n toISOString$1\n );\n proto$2.lang = lang;\n\n // FORMATTING\n\n addFormatToken('X', 0, 0, 'unix');\n addFormatToken('x', 0, 0, 'valueOf');\n\n // PARSING\n\n addRegexToken('x', matchSigned);\n addRegexToken('X', matchTimestamp);\n addParseToken('X', function (input, array, config) {\n config._d = new Date(parseFloat(input) * 1000);\n });\n addParseToken('x', function (input, array, config) {\n config._d = new Date(toInt(input));\n });\n\n //! moment.js\n\n hooks.version = '2.29.1';\n\n setHookCallback(createLocal);\n\n hooks.fn = proto;\n hooks.min = min;\n hooks.max = max;\n hooks.now = now;\n hooks.utc = createUTC;\n hooks.unix = createUnix;\n hooks.months = listMonths;\n hooks.isDate = isDate;\n hooks.locale = getSetGlobalLocale;\n hooks.invalid = createInvalid;\n hooks.duration = createDuration;\n hooks.isMoment = isMoment;\n hooks.weekdays = listWeekdays;\n hooks.parseZone = createInZone;\n hooks.localeData = getLocale;\n hooks.isDuration = isDuration;\n hooks.monthsShort = listMonthsShort;\n hooks.weekdaysMin = listWeekdaysMin;\n hooks.defineLocale = defineLocale;\n hooks.updateLocale = updateLocale;\n hooks.locales = listLocales;\n hooks.weekdaysShort = listWeekdaysShort;\n hooks.normalizeUnits = normalizeUnits;\n hooks.relativeTimeRounding = getSetRelativeTimeRounding;\n hooks.relativeTimeThreshold = getSetRelativeTimeThreshold;\n hooks.calendarFormat = getCalendarFormat;\n hooks.prototype = proto;\n\n // currently HTML5 input type only supports 24-hour formats\n hooks.HTML5_FMT = {\n DATETIME_LOCAL: 'YYYY-MM-DDTHH:mm', // <input type=\"datetime-local\" />\n DATETIME_LOCAL_SECONDS: 'YYYY-MM-DDTHH:mm:ss', // <input type=\"datetime-local\" step=\"1\" />\n DATETIME_LOCAL_MS: 'YYYY-MM-DDTHH:mm:ss.SSS', // <input type=\"datetime-local\" step=\"0.001\" />\n DATE: 'YYYY-MM-DD', // <input type=\"date\" />\n TIME: 'HH:mm', // <input type=\"time\" />\n TIME_SECONDS: 'HH:mm:ss', // <input type=\"time\" step=\"1\" />\n TIME_MS: 'HH:mm:ss.SSS', // <input type=\"time\" step=\"0.001\" />\n WEEK: 'GGGG-[W]WW', // <input type=\"week\" />\n MONTH: 'YYYY-MM', // <input type=\"month\" />\n };\n\n return hooks;\n\n})));\n","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport _defineProperty from \"@babel/runtime/helpers/esm/defineProperty\";\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { Transition } from 'react-transition-group';\nimport { mapToCssModules, omit, pick, TransitionPropTypeKeys, TransitionTimeouts, tagPropType } from './utils';\n\nvar propTypes = _objectSpread(_objectSpread({}, Transition.propTypes), {}, {\n children: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.node), PropTypes.node]),\n tag: tagPropType,\n baseClass: PropTypes.string,\n baseClassActive: PropTypes.string,\n className: PropTypes.string,\n cssModule: PropTypes.object,\n innerRef: PropTypes.oneOfType([PropTypes.object, PropTypes.string, PropTypes.func])\n});\n\nvar defaultProps = _objectSpread(_objectSpread({}, Transition.defaultProps), {}, {\n tag: 'div',\n baseClass: 'fade',\n baseClassActive: 'show',\n timeout: TransitionTimeouts.Fade,\n appear: true,\n enter: true,\n exit: true,\n in: true\n});\n\nfunction Fade(props) {\n var Tag = props.tag,\n baseClass = props.baseClass,\n baseClassActive = props.baseClassActive,\n className = props.className,\n cssModule = props.cssModule,\n children = props.children,\n innerRef = props.innerRef,\n otherProps = _objectWithoutPropertiesLoose(props, [\"tag\", \"baseClass\", \"baseClassActive\", \"className\", \"cssModule\", \"children\", \"innerRef\"]);\n\n var transitionProps = pick(otherProps, TransitionPropTypeKeys);\n var childProps = omit(otherProps, TransitionPropTypeKeys);\n return /*#__PURE__*/React.createElement(Transition, transitionProps, function (status) {\n var isActive = status === 'entered';\n var classes = mapToCssModules(classNames(className, baseClass, isActive && baseClassActive), cssModule);\n return /*#__PURE__*/React.createElement(Tag, _extends({\n className: classes\n }, childProps, {\n ref: innerRef\n }), children);\n });\n}\n\nFade.propTypes = propTypes;\nFade.defaultProps = defaultProps;\nexport default Fade;","/**\n * Takes an argument and if it's an array, returns the first item in the array,\n * otherwise returns the argument. Used for Preact compatibility.\n */\nexport var unwrapArray = function unwrapArray(arg) {\n return Array.isArray(arg) ? arg[0] : arg;\n};\n/**\n * Takes a maybe-undefined function and arbitrary args and invokes the function\n * only if it is defined.\n */\n\nexport var safeInvoke = function safeInvoke(fn) {\n if (typeof fn === \"function\") {\n for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n args[_key - 1] = arguments[_key];\n }\n\n return fn.apply(void 0, args);\n }\n};\n/**\n * Does a shallow equality check of two objects by comparing the reference\n * equality of each value.\n */\n\nexport var shallowEqual = function shallowEqual(objA, objB) {\n var aKeys = Object.keys(objA);\n var bKeys = Object.keys(objB);\n\n if (bKeys.length !== aKeys.length) {\n return false;\n }\n\n for (var i = 0; i < bKeys.length; i++) {\n var key = aKeys[i];\n\n if (objA[key] !== objB[key]) {\n return false;\n }\n }\n\n return true;\n};\n/**\n * Sets a ref using either a ref callback or a ref object\n */\n\nexport var setRef = function setRef(ref, node) {\n // if its a function call it\n if (typeof ref === \"function\") {\n return safeInvoke(ref, node);\n } // otherwise we should treat it as a ref object\n else if (ref != null) {\n ref.current = node;\n }\n};","'use strict';\n\nfunction checkDCE() {\n /* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */\n if (\n typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ === 'undefined' ||\n typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE !== 'function'\n ) {\n return;\n }\n if (process.env.NODE_ENV !== 'production') {\n // This branch is unreachable because this function is only called\n // in production, but the condition is true only in development.\n // Therefore if the branch is still here, dead code elimination wasn't\n // properly applied.\n // Don't change the message. React DevTools relies on it. Also make sure\n // this message doesn't occur elsewhere in this function, or it will cause\n // a false positive.\n throw new Error('^_^');\n }\n try {\n // Verify that the code above has been dead code eliminated (DCE'd).\n __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(checkDCE);\n } catch (err) {\n // DevTools shouldn't crash React, no matter what.\n // We should still report in case we break this code.\n console.error(err);\n }\n}\n\nif (process.env.NODE_ENV === 'production') {\n // DCE check should happen before ReactDOM bundle executes so that\n // DevTools can report bad minification during injection.\n checkDCE();\n module.exports = require('./cjs/react-dom.production.min.js');\n} else {\n module.exports = require('./cjs/react-dom.development.js');\n}\n","import React from 'react';\n/**\n * DropdownContext\n * {\n * toggle: PropTypes.func.isRequired,\n * isOpen: PropTypes.bool.isRequired,\n * direction: PropTypes.oneOf(['up', 'down', 'left', 'right']).isRequired,\n * inNavbar: PropTypes.bool.isRequired,\n * disabled: PropTypes.bool\n * }\n */\n\nexport var DropdownContext = /*#__PURE__*/React.createContext({});","\"use strict\";\n\nvar _CSSTransition = _interopRequireDefault(require(\"./CSSTransition\"));\n\nvar _ReplaceTransition = _interopRequireDefault(require(\"./ReplaceTransition\"));\n\nvar _TransitionGroup = _interopRequireDefault(require(\"./TransitionGroup\"));\n\nvar _Transition = _interopRequireDefault(require(\"./Transition\"));\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nmodule.exports = {\n Transition: _Transition.default,\n TransitionGroup: _TransitionGroup.default,\n ReplaceTransition: _ReplaceTransition.default,\n CSSTransition: _CSSTransition.default\n};","import unsupportedIterableToArray from \"./unsupportedIterableToArray\";\nexport default function _createForOfIteratorHelper(o) {\n if (typeof Symbol === \"undefined\" || o[Symbol.iterator] == null) {\n if (Array.isArray(o) || (o = unsupportedIterableToArray(o))) {\n var i = 0;\n\n var F = function F() {};\n\n return {\n s: F,\n n: function n() {\n if (i >= o.length) return {\n done: true\n };\n return {\n done: false,\n value: o[i++]\n };\n },\n e: function e(_e) {\n throw _e;\n },\n f: F\n };\n }\n\n throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\");\n }\n\n var it,\n normalCompletion = true,\n didErr = false,\n err;\n return {\n s: function s() {\n it = o[Symbol.iterator]();\n },\n n: function n() {\n var step = it.next();\n normalCompletion = step.done;\n return step;\n },\n e: function e(_e2) {\n didErr = true;\n err = _e2;\n },\n f: function f() {\n try {\n if (!normalCompletion && it[\"return\"] != null) it[\"return\"]();\n } finally {\n if (didErr) throw err;\n }\n }\n };\n}","function _extends() {\n module.exports = _extends = Object.assign || function (target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i];\n\n for (var key in source) {\n if (Object.prototype.hasOwnProperty.call(source, key)) {\n target[key] = source[key];\n }\n }\n }\n\n return target;\n };\n\n return _extends.apply(this, arguments);\n}\n\nmodule.exports = _extends;","import arrayLikeToArray from \"./arrayLikeToArray\";\nexport default function _unsupportedIterableToArray(o, minLen) {\n if (!o) return;\n if (typeof o === \"string\") return arrayLikeToArray(o, minLen);\n var n = Object.prototype.toString.call(o).slice(8, -1);\n if (n === \"Object\" && o.constructor) n = o.constructor.name;\n if (n === \"Map\" || n === \"Set\") return Array.from(n);\n if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return arrayLikeToArray(o, minLen);\n}","function _inheritsLoose(subClass, superClass) {\n subClass.prototype = Object.create(superClass.prototype);\n subClass.prototype.constructor = subClass;\n subClass.__proto__ = superClass;\n}\n\nmodule.exports = _inheritsLoose;","import objectWithoutPropertiesLoose from \"./objectWithoutPropertiesLoose\";\nexport default function _objectWithoutProperties(source, excluded) {\n if (source == null) return {};\n var target = objectWithoutPropertiesLoose(source, excluded);\n var key, i;\n\n if (Object.getOwnPropertySymbols) {\n var sourceSymbolKeys = Object.getOwnPropertySymbols(source);\n\n for (i = 0; i < sourceSymbolKeys.length; i++) {\n key = sourceSymbolKeys[i];\n if (excluded.indexOf(key) >= 0) continue;\n if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;\n target[key] = source[key];\n }\n }\n\n return target;\n}","export default function _objectWithoutPropertiesLoose(source, excluded) {\n if (source == null) return {};\n var target = {};\n var sourceKeys = Object.keys(source);\n var key, i;\n\n for (i = 0; i < sourceKeys.length; i++) {\n key = sourceKeys[i];\n if (excluded.indexOf(key) >= 0) continue;\n target[key] = source[key];\n }\n\n return target;\n}","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\n/**\n * Use invariant() to assert state which your program assumes to be true.\n *\n * Provide sprintf-style format (only %s is supported) and arguments\n * to provide information about what broke and what you were\n * expecting.\n *\n * The invariant message will be stripped in production, but the invariant\n * will remain to ensure logic does not differ in production.\n */\n\nvar invariant = function(condition, format, a, b, c, d, e, f) {\n if (process.env.NODE_ENV !== 'production') {\n if (format === undefined) {\n throw new Error('invariant requires an error message argument');\n }\n }\n\n if (!condition) {\n var error;\n if (format === undefined) {\n error = new Error(\n 'Minified exception occurred; use the non-minified dev environment ' +\n 'for the full error message and additional helpful warnings.'\n );\n } else {\n var args = [a, b, c, d, e, f];\n var argIndex = 0;\n error = new Error(\n format.replace(/%s/g, function() { return args[argIndex++]; })\n );\n error.name = 'Invariant Violation';\n }\n\n error.framesToPop = 1; // we don't care about invariant's own frame\n throw error;\n }\n};\n\nmodule.exports = invariant;\n","/*!\n * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)\n */\nfunction _typeof(obj) {\n if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") {\n _typeof = function (obj) {\n return typeof obj;\n };\n } else {\n _typeof = function (obj) {\n return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj;\n };\n }\n\n return _typeof(obj);\n}\n\nfunction _classCallCheck(instance, Constructor) {\n if (!(instance instanceof Constructor)) {\n throw new TypeError(\"Cannot call a class as a function\");\n }\n}\n\nfunction _defineProperties(target, props) {\n for (var i = 0; i < props.length; i++) {\n var descriptor = props[i];\n descriptor.enumerable = descriptor.enumerable || false;\n descriptor.configurable = true;\n if (\"value\" in descriptor) descriptor.writable = true;\n Object.defineProperty(target, descriptor.key, descriptor);\n }\n}\n\nfunction _createClass(Constructor, protoProps, staticProps) {\n if (protoProps) _defineProperties(Constructor.prototype, protoProps);\n if (staticProps) _defineProperties(Constructor, staticProps);\n return Constructor;\n}\n\nfunction _defineProperty(obj, key, value) {\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n\n return obj;\n}\n\nfunction _objectSpread(target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i] != null ? arguments[i] : {};\n var ownKeys = Object.keys(source);\n\n if (typeof Object.getOwnPropertySymbols === 'function') {\n ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) {\n return Object.getOwnPropertyDescriptor(source, sym).enumerable;\n }));\n }\n\n ownKeys.forEach(function (key) {\n _defineProperty(target, key, source[key]);\n });\n }\n\n return target;\n}\n\nfunction _slicedToArray(arr, i) {\n return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _nonIterableRest();\n}\n\nfunction _toConsumableArray(arr) {\n return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _nonIterableSpread();\n}\n\nfunction _arrayWithoutHoles(arr) {\n if (Array.isArray(arr)) {\n for (var i = 0, arr2 = new Array(arr.length); i < arr.length; i++) arr2[i] = arr[i];\n\n return arr2;\n }\n}\n\nfunction _arrayWithHoles(arr) {\n if (Array.isArray(arr)) return arr;\n}\n\nfunction _iterableToArray(iter) {\n if (Symbol.iterator in Object(iter) || Object.prototype.toString.call(iter) === \"[object Arguments]\") return Array.from(iter);\n}\n\nfunction _iterableToArrayLimit(arr, i) {\n var _arr = [];\n var _n = true;\n var _d = false;\n var _e = undefined;\n\n try {\n for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) {\n _arr.push(_s.value);\n\n if (i && _arr.length === i) break;\n }\n } catch (err) {\n _d = true;\n _e = err;\n } finally {\n try {\n if (!_n && _i[\"return\"] != null) _i[\"return\"]();\n } finally {\n if (_d) throw _e;\n }\n }\n\n return _arr;\n}\n\nfunction _nonIterableSpread() {\n throw new TypeError(\"Invalid attempt to spread non-iterable instance\");\n}\n\nfunction _nonIterableRest() {\n throw new TypeError(\"Invalid attempt to destructure non-iterable instance\");\n}\n\nvar noop = function noop() {};\n\nvar _WINDOW = {};\nvar _DOCUMENT = {};\nvar _MUTATION_OBSERVER = null;\nvar _PERFORMANCE = {\n mark: noop,\n measure: noop\n};\n\ntry {\n if (typeof window !== 'undefined') _WINDOW = window;\n if (typeof document !== 'undefined') _DOCUMENT = document;\n if (typeof MutationObserver !== 'undefined') _MUTATION_OBSERVER = MutationObserver;\n if (typeof performance !== 'undefined') _PERFORMANCE = performance;\n} catch (e) {}\n\nvar _ref = _WINDOW.navigator || {},\n _ref$userAgent = _ref.userAgent,\n userAgent = _ref$userAgent === void 0 ? '' : _ref$userAgent;\n\nvar WINDOW = _WINDOW;\nvar DOCUMENT = _DOCUMENT;\nvar MUTATION_OBSERVER = _MUTATION_OBSERVER;\nvar PERFORMANCE = _PERFORMANCE;\nvar IS_BROWSER = !!WINDOW.document;\nvar IS_DOM = !!DOCUMENT.documentElement && !!DOCUMENT.head && typeof DOCUMENT.addEventListener === 'function' && typeof DOCUMENT.createElement === 'function';\nvar IS_IE = ~userAgent.indexOf('MSIE') || ~userAgent.indexOf('Trident/');\n\nvar NAMESPACE_IDENTIFIER = '___FONT_AWESOME___';\nvar UNITS_IN_GRID = 16;\nvar DEFAULT_FAMILY_PREFIX = 'fa';\nvar DEFAULT_REPLACEMENT_CLASS = 'svg-inline--fa';\nvar DATA_FA_I2SVG = 'data-fa-i2svg';\nvar DATA_FA_PSEUDO_ELEMENT = 'data-fa-pseudo-element';\nvar DATA_FA_PSEUDO_ELEMENT_PENDING = 'data-fa-pseudo-element-pending';\nvar DATA_PREFIX = 'data-prefix';\nvar DATA_ICON = 'data-icon';\nvar HTML_CLASS_I2SVG_BASE_CLASS = 'fontawesome-i2svg';\nvar MUTATION_APPROACH_ASYNC = 'async';\nvar TAGNAMES_TO_SKIP_FOR_PSEUDOELEMENTS = ['HTML', 'HEAD', 'STYLE', 'SCRIPT'];\nvar PRODUCTION = function () {\n try {\n return process.env.NODE_ENV === 'production';\n } catch (e) {\n return false;\n }\n}();\nvar PREFIX_TO_STYLE = {\n 'fas': 'solid',\n 'far': 'regular',\n 'fal': 'light',\n 'fad': 'duotone',\n 'fab': 'brands',\n 'fak': 'kit',\n 'fa': 'solid'\n};\nvar STYLE_TO_PREFIX = {\n 'solid': 'fas',\n 'regular': 'far',\n 'light': 'fal',\n 'duotone': 'fad',\n 'brands': 'fab',\n 'kit': 'fak'\n};\nvar LAYERS_TEXT_CLASSNAME = 'fa-layers-text';\nvar FONT_FAMILY_PATTERN = /Font Awesome ([5 ]*)(Solid|Regular|Light|Duotone|Brands|Free|Pro|Kit).*/; // TODO: do we need to handle font-weight for kit SVG pseudo-elements?\n\nvar FONT_WEIGHT_TO_PREFIX = {\n '900': 'fas',\n '400': 'far',\n 'normal': 'far',\n '300': 'fal'\n};\nvar oneToTen = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];\nvar oneToTwenty = oneToTen.concat([11, 12, 13, 14, 15, 16, 17, 18, 19, 20]);\nvar ATTRIBUTES_WATCHED_FOR_MUTATION = ['class', 'data-prefix', 'data-icon', 'data-fa-transform', 'data-fa-mask'];\nvar DUOTONE_CLASSES = {\n GROUP: 'group',\n SWAP_OPACITY: 'swap-opacity',\n PRIMARY: 'primary',\n SECONDARY: 'secondary'\n};\nvar RESERVED_CLASSES = ['xs', 'sm', 'lg', 'fw', 'ul', 'li', 'border', 'pull-left', 'pull-right', 'spin', 'pulse', 'rotate-90', 'rotate-180', 'rotate-270', 'flip-horizontal', 'flip-vertical', 'flip-both', 'stack', 'stack-1x', 'stack-2x', 'inverse', 'layers', 'layers-text', 'layers-counter', DUOTONE_CLASSES.GROUP, DUOTONE_CLASSES.SWAP_OPACITY, DUOTONE_CLASSES.PRIMARY, DUOTONE_CLASSES.SECONDARY].concat(oneToTen.map(function (n) {\n return \"\".concat(n, \"x\");\n})).concat(oneToTwenty.map(function (n) {\n return \"w-\".concat(n);\n}));\n\nvar initial = WINDOW.FontAwesomeConfig || {};\n\nfunction getAttrConfig(attr) {\n var element = DOCUMENT.querySelector('script[' + attr + ']');\n\n if (element) {\n return element.getAttribute(attr);\n }\n}\n\nfunction coerce(val) {\n // Getting an empty string will occur if the attribute is set on the HTML tag but without a value\n // We'll assume that this is an indication that it should be toggled to true\n // For example <script data-search-pseudo-elements src=\"...\"></script>\n if (val === '') return true;\n if (val === 'false') return false;\n if (val === 'true') return true;\n return val;\n}\n\nif (DOCUMENT && typeof DOCUMENT.querySelector === 'function') {\n var attrs = [['data-family-prefix', 'familyPrefix'], ['data-replacement-class', 'replacementClass'], ['data-auto-replace-svg', 'autoReplaceSvg'], ['data-auto-add-css', 'autoAddCss'], ['data-auto-a11y', 'autoA11y'], ['data-search-pseudo-elements', 'searchPseudoElements'], ['data-observe-mutations', 'observeMutations'], ['data-mutate-approach', 'mutateApproach'], ['data-keep-original-source', 'keepOriginalSource'], ['data-measure-performance', 'measurePerformance'], ['data-show-missing-icons', 'showMissingIcons']];\n attrs.forEach(function (_ref) {\n var _ref2 = _slicedToArray(_ref, 2),\n attr = _ref2[0],\n key = _ref2[1];\n\n var val = coerce(getAttrConfig(attr));\n\n if (val !== undefined && val !== null) {\n initial[key] = val;\n }\n });\n}\n\nvar _default = {\n familyPrefix: DEFAULT_FAMILY_PREFIX,\n replacementClass: DEFAULT_REPLACEMENT_CLASS,\n autoReplaceSvg: true,\n autoAddCss: true,\n autoA11y: true,\n searchPseudoElements: false,\n observeMutations: true,\n mutateApproach: 'async',\n keepOriginalSource: true,\n measurePerformance: false,\n showMissingIcons: true\n};\n\nvar _config = _objectSpread({}, _default, initial);\n\nif (!_config.autoReplaceSvg) _config.observeMutations = false;\n\nvar config = _objectSpread({}, _config);\n\nWINDOW.FontAwesomeConfig = config;\n\nvar w = WINDOW || {};\nif (!w[NAMESPACE_IDENTIFIER]) w[NAMESPACE_IDENTIFIER] = {};\nif (!w[NAMESPACE_IDENTIFIER].styles) w[NAMESPACE_IDENTIFIER].styles = {};\nif (!w[NAMESPACE_IDENTIFIER].hooks) w[NAMESPACE_IDENTIFIER].hooks = {};\nif (!w[NAMESPACE_IDENTIFIER].shims) w[NAMESPACE_IDENTIFIER].shims = [];\nvar namespace = w[NAMESPACE_IDENTIFIER];\n\nvar functions = [];\n\nvar listener = function listener() {\n DOCUMENT.removeEventListener('DOMContentLoaded', listener);\n loaded = 1;\n functions.map(function (fn) {\n return fn();\n });\n};\n\nvar loaded = false;\n\nif (IS_DOM) {\n loaded = (DOCUMENT.documentElement.doScroll ? /^loaded|^c/ : /^loaded|^i|^c/).test(DOCUMENT.readyState);\n if (!loaded) DOCUMENT.addEventListener('DOMContentLoaded', listener);\n}\n\nfunction domready (fn) {\n if (!IS_DOM) return;\n loaded ? setTimeout(fn, 0) : functions.push(fn);\n}\n\nvar PENDING = 'pending';\nvar SETTLED = 'settled';\nvar FULFILLED = 'fulfilled';\nvar REJECTED = 'rejected';\n\nvar NOOP = function NOOP() {};\n\nvar isNode = typeof global !== 'undefined' && typeof global.process !== 'undefined' && typeof global.process.emit === 'function';\nvar asyncSetTimer = typeof setImmediate === 'undefined' ? setTimeout : setImmediate;\nvar asyncQueue = [];\nvar asyncTimer;\n\nfunction asyncFlush() {\n // run promise callbacks\n for (var i = 0; i < asyncQueue.length; i++) {\n asyncQueue[i][0](asyncQueue[i][1]);\n } // reset async asyncQueue\n\n\n asyncQueue = [];\n asyncTimer = false;\n}\n\nfunction asyncCall(callback, arg) {\n asyncQueue.push([callback, arg]);\n\n if (!asyncTimer) {\n asyncTimer = true;\n asyncSetTimer(asyncFlush, 0);\n }\n}\n\nfunction invokeResolver(resolver, promise) {\n function resolvePromise(value) {\n resolve(promise, value);\n }\n\n function rejectPromise(reason) {\n reject(promise, reason);\n }\n\n try {\n resolver(resolvePromise, rejectPromise);\n } catch (e) {\n rejectPromise(e);\n }\n}\n\nfunction invokeCallback(subscriber) {\n var owner = subscriber.owner;\n var settled = owner._state;\n var value = owner._data;\n var callback = subscriber[settled];\n var promise = subscriber.then;\n\n if (typeof callback === 'function') {\n settled = FULFILLED;\n\n try {\n value = callback(value);\n } catch (e) {\n reject(promise, e);\n }\n }\n\n if (!handleThenable(promise, value)) {\n if (settled === FULFILLED) {\n resolve(promise, value);\n }\n\n if (settled === REJECTED) {\n reject(promise, value);\n }\n }\n}\n\nfunction handleThenable(promise, value) {\n var resolved;\n\n try {\n if (promise === value) {\n throw new TypeError('A promises callback cannot return that same promise.');\n }\n\n if (value && (typeof value === 'function' || _typeof(value) === 'object')) {\n // then should be retrieved only once\n var then = value.then;\n\n if (typeof then === 'function') {\n then.call(value, function (val) {\n if (!resolved) {\n resolved = true;\n\n if (value === val) {\n fulfill(promise, val);\n } else {\n resolve(promise, val);\n }\n }\n }, function (reason) {\n if (!resolved) {\n resolved = true;\n reject(promise, reason);\n }\n });\n return true;\n }\n }\n } catch (e) {\n if (!resolved) {\n reject(promise, e);\n }\n\n return true;\n }\n\n return false;\n}\n\nfunction resolve(promise, value) {\n if (promise === value || !handleThenable(promise, value)) {\n fulfill(promise, value);\n }\n}\n\nfunction fulfill(promise, value) {\n if (promise._state === PENDING) {\n promise._state = SETTLED;\n promise._data = value;\n asyncCall(publishFulfillment, promise);\n }\n}\n\nfunction reject(promise, reason) {\n if (promise._state === PENDING) {\n promise._state = SETTLED;\n promise._data = reason;\n asyncCall(publishRejection, promise);\n }\n}\n\nfunction publish(promise) {\n promise._then = promise._then.forEach(invokeCallback);\n}\n\nfunction publishFulfillment(promise) {\n promise._state = FULFILLED;\n publish(promise);\n}\n\nfunction publishRejection(promise) {\n promise._state = REJECTED;\n publish(promise);\n\n if (!promise._handled && isNode) {\n global.process.emit('unhandledRejection', promise._data, promise);\n }\n}\n\nfunction notifyRejectionHandled(promise) {\n global.process.emit('rejectionHandled', promise);\n}\n/**\n * @class\n */\n\n\nfunction P(resolver) {\n if (typeof resolver !== 'function') {\n throw new TypeError('Promise resolver ' + resolver + ' is not a function');\n }\n\n if (this instanceof P === false) {\n throw new TypeError('Failed to construct \\'Promise\\': Please use the \\'new\\' operator, this object constructor cannot be called as a function.');\n }\n\n this._then = [];\n invokeResolver(resolver, this);\n}\n\nP.prototype = {\n constructor: P,\n _state: PENDING,\n _then: null,\n _data: undefined,\n _handled: false,\n then: function then(onFulfillment, onRejection) {\n var subscriber = {\n owner: this,\n then: new this.constructor(NOOP),\n fulfilled: onFulfillment,\n rejected: onRejection\n };\n\n if ((onRejection || onFulfillment) && !this._handled) {\n this._handled = true;\n\n if (this._state === REJECTED && isNode) {\n asyncCall(notifyRejectionHandled, this);\n }\n }\n\n if (this._state === FULFILLED || this._state === REJECTED) {\n // already resolved, call callback async\n asyncCall(invokeCallback, subscriber);\n } else {\n // subscribe\n this._then.push(subscriber);\n }\n\n return subscriber.then;\n },\n catch: function _catch(onRejection) {\n return this.then(null, onRejection);\n }\n};\n\nP.all = function (promises) {\n if (!Array.isArray(promises)) {\n throw new TypeError('You must pass an array to Promise.all().');\n }\n\n return new P(function (resolve, reject) {\n var results = [];\n var remaining = 0;\n\n function resolver(index) {\n remaining++;\n return function (value) {\n results[index] = value;\n\n if (! --remaining) {\n resolve(results);\n }\n };\n }\n\n for (var i = 0, promise; i < promises.length; i++) {\n promise = promises[i];\n\n if (promise && typeof promise.then === 'function') {\n promise.then(resolver(i), reject);\n } else {\n results[i] = promise;\n }\n }\n\n if (!remaining) {\n resolve(results);\n }\n });\n};\n\nP.race = function (promises) {\n if (!Array.isArray(promises)) {\n throw new TypeError('You must pass an array to Promise.race().');\n }\n\n return new P(function (resolve, reject) {\n for (var i = 0, promise; i < promises.length; i++) {\n promise = promises[i];\n\n if (promise && typeof promise.then === 'function') {\n promise.then(resolve, reject);\n } else {\n resolve(promise);\n }\n }\n });\n};\n\nP.resolve = function (value) {\n if (value && _typeof(value) === 'object' && value.constructor === P) {\n return value;\n }\n\n return new P(function (resolve) {\n resolve(value);\n });\n};\n\nP.reject = function (reason) {\n return new P(function (resolve, reject) {\n reject(reason);\n });\n};\n\nvar picked = typeof Promise === 'function' ? Promise : P;\n\nvar d = UNITS_IN_GRID;\nvar meaninglessTransform = {\n size: 16,\n x: 0,\n y: 0,\n rotate: 0,\n flipX: false,\n flipY: false\n};\n\nfunction isReserved(name) {\n return ~RESERVED_CLASSES.indexOf(name);\n}\nfunction insertCss(css) {\n if (!css || !IS_DOM) {\n return;\n }\n\n var style = DOCUMENT.createElement('style');\n style.setAttribute('type', 'text/css');\n style.innerHTML = css;\n var headChildren = DOCUMENT.head.childNodes;\n var beforeChild = null;\n\n for (var i = headChildren.length - 1; i > -1; i--) {\n var child = headChildren[i];\n var tagName = (child.tagName || '').toUpperCase();\n\n if (['STYLE', 'LINK'].indexOf(tagName) > -1) {\n beforeChild = child;\n }\n }\n\n DOCUMENT.head.insertBefore(style, beforeChild);\n return css;\n}\nvar idPool = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';\nfunction nextUniqueId() {\n var size = 12;\n var id = '';\n\n while (size-- > 0) {\n id += idPool[Math.random() * 62 | 0];\n }\n\n return id;\n}\nfunction toArray(obj) {\n var array = [];\n\n for (var i = (obj || []).length >>> 0; i--;) {\n array[i] = obj[i];\n }\n\n return array;\n}\nfunction classArray(node) {\n if (node.classList) {\n return toArray(node.classList);\n } else {\n return (node.getAttribute('class') || '').split(' ').filter(function (i) {\n return i;\n });\n }\n}\nfunction getIconName(familyPrefix, cls) {\n var parts = cls.split('-');\n var prefix = parts[0];\n var iconName = parts.slice(1).join('-');\n\n if (prefix === familyPrefix && iconName !== '' && !isReserved(iconName)) {\n return iconName;\n } else {\n return null;\n }\n}\nfunction htmlEscape(str) {\n return \"\".concat(str).replace(/&/g, '&amp;').replace(/\"/g, '&quot;').replace(/'/g, '&#39;').replace(/</g, '&lt;').replace(/>/g, '&gt;');\n}\nfunction joinAttributes(attributes) {\n return Object.keys(attributes || {}).reduce(function (acc, attributeName) {\n return acc + \"\".concat(attributeName, \"=\\\"\").concat(htmlEscape(attributes[attributeName]), \"\\\" \");\n }, '').trim();\n}\nfunction joinStyles(styles) {\n return Object.keys(styles || {}).reduce(function (acc, styleName) {\n return acc + \"\".concat(styleName, \": \").concat(styles[styleName], \";\");\n }, '');\n}\nfunction transformIsMeaningful(transform) {\n return transform.size !== meaninglessTransform.size || transform.x !== meaninglessTransform.x || transform.y !== meaninglessTransform.y || transform.rotate !== meaninglessTransform.rotate || transform.flipX || transform.flipY;\n}\nfunction transformForSvg(_ref) {\n var transform = _ref.transform,\n containerWidth = _ref.containerWidth,\n iconWidth = _ref.iconWidth;\n var outer = {\n transform: \"translate(\".concat(containerWidth / 2, \" 256)\")\n };\n var innerTranslate = \"translate(\".concat(transform.x * 32, \", \").concat(transform.y * 32, \") \");\n var innerScale = \"scale(\".concat(transform.size / 16 * (transform.flipX ? -1 : 1), \", \").concat(transform.size / 16 * (transform.flipY ? -1 : 1), \") \");\n var innerRotate = \"rotate(\".concat(transform.rotate, \" 0 0)\");\n var inner = {\n transform: \"\".concat(innerTranslate, \" \").concat(innerScale, \" \").concat(innerRotate)\n };\n var path = {\n transform: \"translate(\".concat(iconWidth / 2 * -1, \" -256)\")\n };\n return {\n outer: outer,\n inner: inner,\n path: path\n };\n}\nfunction transformForCss(_ref2) {\n var transform = _ref2.transform,\n _ref2$width = _ref2.width,\n width = _ref2$width === void 0 ? UNITS_IN_GRID : _ref2$width,\n _ref2$height = _ref2.height,\n height = _ref2$height === void 0 ? UNITS_IN_GRID : _ref2$height,\n _ref2$startCentered = _ref2.startCentered,\n startCentered = _ref2$startCentered === void 0 ? false : _ref2$startCentered;\n var val = '';\n\n if (startCentered && IS_IE) {\n val += \"translate(\".concat(transform.x / d - width / 2, \"em, \").concat(transform.y / d - height / 2, \"em) \");\n } else if (startCentered) {\n val += \"translate(calc(-50% + \".concat(transform.x / d, \"em), calc(-50% + \").concat(transform.y / d, \"em)) \");\n } else {\n val += \"translate(\".concat(transform.x / d, \"em, \").concat(transform.y / d, \"em) \");\n }\n\n val += \"scale(\".concat(transform.size / d * (transform.flipX ? -1 : 1), \", \").concat(transform.size / d * (transform.flipY ? -1 : 1), \") \");\n val += \"rotate(\".concat(transform.rotate, \"deg) \");\n return val;\n}\n\nvar ALL_SPACE = {\n x: 0,\n y: 0,\n width: '100%',\n height: '100%'\n};\n\nfunction fillBlack(abstract) {\n var force = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;\n\n if (abstract.attributes && (abstract.attributes.fill || force)) {\n abstract.attributes.fill = 'black';\n }\n\n return abstract;\n}\n\nfunction deGroup(abstract) {\n if (abstract.tag === 'g') {\n return abstract.children;\n } else {\n return [abstract];\n }\n}\n\nfunction makeIconMasking (_ref) {\n var children = _ref.children,\n attributes = _ref.attributes,\n main = _ref.main,\n mask = _ref.mask,\n explicitMaskId = _ref.maskId,\n transform = _ref.transform;\n var mainWidth = main.width,\n mainPath = main.icon;\n var maskWidth = mask.width,\n maskPath = mask.icon;\n var trans = transformForSvg({\n transform: transform,\n containerWidth: maskWidth,\n iconWidth: mainWidth\n });\n var maskRect = {\n tag: 'rect',\n attributes: _objectSpread({}, ALL_SPACE, {\n fill: 'white'\n })\n };\n var maskInnerGroupChildrenMixin = mainPath.children ? {\n children: mainPath.children.map(fillBlack)\n } : {};\n var maskInnerGroup = {\n tag: 'g',\n attributes: _objectSpread({}, trans.inner),\n children: [fillBlack(_objectSpread({\n tag: mainPath.tag,\n attributes: _objectSpread({}, mainPath.attributes, trans.path)\n }, maskInnerGroupChildrenMixin))]\n };\n var maskOuterGroup = {\n tag: 'g',\n attributes: _objectSpread({}, trans.outer),\n children: [maskInnerGroup]\n };\n var maskId = \"mask-\".concat(explicitMaskId || nextUniqueId());\n var clipId = \"clip-\".concat(explicitMaskId || nextUniqueId());\n var maskTag = {\n tag: 'mask',\n attributes: _objectSpread({}, ALL_SPACE, {\n id: maskId,\n maskUnits: 'userSpaceOnUse',\n maskContentUnits: 'userSpaceOnUse'\n }),\n children: [maskRect, maskOuterGroup]\n };\n var defs = {\n tag: 'defs',\n children: [{\n tag: 'clipPath',\n attributes: {\n id: clipId\n },\n children: deGroup(maskPath)\n }, maskTag]\n };\n children.push(defs, {\n tag: 'rect',\n attributes: _objectSpread({\n fill: 'currentColor',\n 'clip-path': \"url(#\".concat(clipId, \")\"),\n mask: \"url(#\".concat(maskId, \")\")\n }, ALL_SPACE)\n });\n return {\n children: children,\n attributes: attributes\n };\n}\n\nfunction makeIconStandard (_ref) {\n var children = _ref.children,\n attributes = _ref.attributes,\n main = _ref.main,\n transform = _ref.transform,\n styles = _ref.styles;\n var styleString = joinStyles(styles);\n\n if (styleString.length > 0) {\n attributes['style'] = styleString;\n }\n\n if (transformIsMeaningful(transform)) {\n var trans = transformForSvg({\n transform: transform,\n containerWidth: main.width,\n iconWidth: main.width\n });\n children.push({\n tag: 'g',\n attributes: _objectSpread({}, trans.outer),\n children: [{\n tag: 'g',\n attributes: _objectSpread({}, trans.inner),\n children: [{\n tag: main.icon.tag,\n children: main.icon.children,\n attributes: _objectSpread({}, main.icon.attributes, trans.path)\n }]\n }]\n });\n } else {\n children.push(main.icon);\n }\n\n return {\n children: children,\n attributes: attributes\n };\n}\n\nfunction asIcon (_ref) {\n var children = _ref.children,\n main = _ref.main,\n mask = _ref.mask,\n attributes = _ref.attributes,\n styles = _ref.styles,\n transform = _ref.transform;\n\n if (transformIsMeaningful(transform) && main.found && !mask.found) {\n var width = main.width,\n height = main.height;\n var offset = {\n x: width / height / 2,\n y: 0.5\n };\n attributes['style'] = joinStyles(_objectSpread({}, styles, {\n 'transform-origin': \"\".concat(offset.x + transform.x / 16, \"em \").concat(offset.y + transform.y / 16, \"em\")\n }));\n }\n\n return [{\n tag: 'svg',\n attributes: attributes,\n children: children\n }];\n}\n\nfunction asSymbol (_ref) {\n var prefix = _ref.prefix,\n iconName = _ref.iconName,\n children = _ref.children,\n attributes = _ref.attributes,\n symbol = _ref.symbol;\n var id = symbol === true ? \"\".concat(prefix, \"-\").concat(config.familyPrefix, \"-\").concat(iconName) : symbol;\n return [{\n tag: 'svg',\n attributes: {\n style: 'display: none;'\n },\n children: [{\n tag: 'symbol',\n attributes: _objectSpread({}, attributes, {\n id: id\n }),\n children: children\n }]\n }];\n}\n\nfunction makeInlineSvgAbstract(params) {\n var _params$icons = params.icons,\n main = _params$icons.main,\n mask = _params$icons.mask,\n prefix = params.prefix,\n iconName = params.iconName,\n transform = params.transform,\n symbol = params.symbol,\n title = params.title,\n maskId = params.maskId,\n titleId = params.titleId,\n extra = params.extra,\n _params$watchable = params.watchable,\n watchable = _params$watchable === void 0 ? false : _params$watchable;\n\n var _ref = mask.found ? mask : main,\n width = _ref.width,\n height = _ref.height;\n\n var isUploadedIcon = prefix === 'fak';\n var widthClass = isUploadedIcon ? '' : \"fa-w-\".concat(Math.ceil(width / height * 16));\n var attrClass = [config.replacementClass, iconName ? \"\".concat(config.familyPrefix, \"-\").concat(iconName) : '', widthClass].filter(function (c) {\n return extra.classes.indexOf(c) === -1;\n }).filter(function (c) {\n return c !== '' || !!c;\n }).concat(extra.classes).join(' ');\n var content = {\n children: [],\n attributes: _objectSpread({}, extra.attributes, {\n 'data-prefix': prefix,\n 'data-icon': iconName,\n 'class': attrClass,\n 'role': extra.attributes.role || 'img',\n 'xmlns': 'http://www.w3.org/2000/svg',\n 'viewBox': \"0 0 \".concat(width, \" \").concat(height)\n })\n };\n var uploadedIconWidthStyle = isUploadedIcon && !~extra.classes.indexOf('fa-fw') ? {\n width: \"\".concat(width / height * 16 * 0.0625, \"em\")\n } : {};\n\n if (watchable) {\n content.attributes[DATA_FA_I2SVG] = '';\n }\n\n if (title) content.children.push({\n tag: 'title',\n attributes: {\n id: content.attributes['aria-labelledby'] || \"title-\".concat(titleId || nextUniqueId())\n },\n children: [title]\n });\n\n var args = _objectSpread({}, content, {\n prefix: prefix,\n iconName: iconName,\n main: main,\n mask: mask,\n maskId: maskId,\n transform: transform,\n symbol: symbol,\n styles: _objectSpread({}, uploadedIconWidthStyle, extra.styles)\n });\n\n var _ref2 = mask.found && main.found ? makeIconMasking(args) : makeIconStandard(args),\n children = _ref2.children,\n attributes = _ref2.attributes;\n\n args.children = children;\n args.attributes = attributes;\n\n if (symbol) {\n return asSymbol(args);\n } else {\n return asIcon(args);\n }\n}\nfunction makeLayersTextAbstract(params) {\n var content = params.content,\n width = params.width,\n height = params.height,\n transform = params.transform,\n title = params.title,\n extra = params.extra,\n _params$watchable2 = params.watchable,\n watchable = _params$watchable2 === void 0 ? false : _params$watchable2;\n\n var attributes = _objectSpread({}, extra.attributes, title ? {\n 'title': title\n } : {}, {\n 'class': extra.classes.join(' ')\n });\n\n if (watchable) {\n attributes[DATA_FA_I2SVG] = '';\n }\n\n var styles = _objectSpread({}, extra.styles);\n\n if (transformIsMeaningful(transform)) {\n styles['transform'] = transformForCss({\n transform: transform,\n startCentered: true,\n width: width,\n height: height\n });\n styles['-webkit-transform'] = styles['transform'];\n }\n\n var styleString = joinStyles(styles);\n\n if (styleString.length > 0) {\n attributes['style'] = styleString;\n }\n\n var val = [];\n val.push({\n tag: 'span',\n attributes: attributes,\n children: [content]\n });\n\n if (title) {\n val.push({\n tag: 'span',\n attributes: {\n class: 'sr-only'\n },\n children: [title]\n });\n }\n\n return val;\n}\nfunction makeLayersCounterAbstract(params) {\n var content = params.content,\n title = params.title,\n extra = params.extra;\n\n var attributes = _objectSpread({}, extra.attributes, title ? {\n 'title': title\n } : {}, {\n 'class': extra.classes.join(' ')\n });\n\n var styleString = joinStyles(extra.styles);\n\n if (styleString.length > 0) {\n attributes['style'] = styleString;\n }\n\n var val = [];\n val.push({\n tag: 'span',\n attributes: attributes,\n children: [content]\n });\n\n if (title) {\n val.push({\n tag: 'span',\n attributes: {\n class: 'sr-only'\n },\n children: [title]\n });\n }\n\n return val;\n}\n\nvar noop$1 = function noop() {};\n\nvar p = config.measurePerformance && PERFORMANCE && PERFORMANCE.mark && PERFORMANCE.measure ? PERFORMANCE : {\n mark: noop$1,\n measure: noop$1\n};\nvar preamble = \"FA \\\"5.15.1\\\"\";\n\nvar begin = function begin(name) {\n p.mark(\"\".concat(preamble, \" \").concat(name, \" begins\"));\n return function () {\n return end(name);\n };\n};\n\nvar end = function end(name) {\n p.mark(\"\".concat(preamble, \" \").concat(name, \" ends\"));\n p.measure(\"\".concat(preamble, \" \").concat(name), \"\".concat(preamble, \" \").concat(name, \" begins\"), \"\".concat(preamble, \" \").concat(name, \" ends\"));\n};\n\nvar perf = {\n begin: begin,\n end: end\n};\n\n/**\n * Internal helper to bind a function known to have 4 arguments\n * to a given context.\n */\n\nvar bindInternal4 = function bindInternal4(func, thisContext) {\n return function (a, b, c, d) {\n return func.call(thisContext, a, b, c, d);\n };\n};\n\n/**\n * # Reduce\n *\n * A fast object `.reduce()` implementation.\n *\n * @param {Object} subject The object to reduce over.\n * @param {Function} fn The reducer function.\n * @param {mixed} initialValue The initial value for the reducer, defaults to subject[0].\n * @param {Object} thisContext The context for the reducer.\n * @return {mixed} The final result.\n */\n\n\nvar reduce = function fastReduceObject(subject, fn, initialValue, thisContext) {\n var keys = Object.keys(subject),\n length = keys.length,\n iterator = thisContext !== undefined ? bindInternal4(fn, thisContext) : fn,\n i,\n key,\n result;\n\n if (initialValue === undefined) {\n i = 1;\n result = subject[keys[0]];\n } else {\n i = 0;\n result = initialValue;\n }\n\n for (; i < length; i++) {\n key = keys[i];\n result = iterator(result, subject[key], key, subject);\n }\n\n return result;\n};\n\nfunction toHex(unicode) {\n var result = '';\n\n for (var i = 0; i < unicode.length; i++) {\n var hex = unicode.charCodeAt(i).toString(16);\n result += ('000' + hex).slice(-4);\n }\n\n return result;\n}\nfunction codePointAt(string, index) {\n /*! https://mths.be/codepointat v0.2.0 by @mathias */\n var size = string.length;\n var first = string.charCodeAt(index);\n var second;\n\n if (first >= 0xD800 && first <= 0xDBFF && size > index + 1) {\n second = string.charCodeAt(index + 1);\n\n if (second >= 0xDC00 && second <= 0xDFFF) {\n return (first - 0xD800) * 0x400 + second - 0xDC00 + 0x10000;\n }\n }\n\n return first;\n}\n/**\n * Used to check that the character is between the E000..F8FF private unicode\n * range\n */\n\nfunction isPrivateUnicode(iconName) {\n if (iconName.length !== 1) {\n return false;\n } else {\n var cp = codePointAt(iconName, 0);\n return cp >= 57344 && cp <= 63743;\n }\n}\n\nfunction defineIcons(prefix, icons) {\n var params = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};\n var _params$skipHooks = params.skipHooks,\n skipHooks = _params$skipHooks === void 0 ? false : _params$skipHooks;\n var normalized = Object.keys(icons).reduce(function (acc, iconName) {\n var icon = icons[iconName];\n var expanded = !!icon.icon;\n\n if (expanded) {\n acc[icon.iconName] = icon.icon;\n } else {\n acc[iconName] = icon;\n }\n\n return acc;\n }, {});\n\n if (typeof namespace.hooks.addPack === 'function' && !skipHooks) {\n namespace.hooks.addPack(prefix, normalized);\n } else {\n namespace.styles[prefix] = _objectSpread({}, namespace.styles[prefix] || {}, normalized);\n }\n /**\n * Font Awesome 4 used the prefix of `fa` for all icons. With the introduction\n * of new styles we needed to differentiate between them. Prefix `fa` is now an alias\n * for `fas` so we'll easy the upgrade process for our users by automatically defining\n * this as well.\n */\n\n\n if (prefix === 'fas') {\n defineIcons('fa', icons);\n }\n}\n\nvar styles = namespace.styles,\n shims = namespace.shims;\nvar _byUnicode = {};\nvar _byLigature = {};\nvar _byOldName = {};\nvar build = function build() {\n var lookup = function lookup(reducer) {\n return reduce(styles, function (o, style, prefix) {\n o[prefix] = reduce(style, reducer, {});\n return o;\n }, {});\n };\n\n _byUnicode = lookup(function (acc, icon, iconName) {\n if (icon[3]) {\n acc[icon[3]] = iconName;\n }\n\n return acc;\n });\n _byLigature = lookup(function (acc, icon, iconName) {\n var ligatures = icon[2];\n acc[iconName] = iconName;\n ligatures.forEach(function (ligature) {\n acc[ligature] = iconName;\n });\n return acc;\n });\n var hasRegular = 'far' in styles;\n _byOldName = reduce(shims, function (acc, shim) {\n var oldName = shim[0];\n var prefix = shim[1];\n var iconName = shim[2];\n\n if (prefix === 'far' && !hasRegular) {\n prefix = 'fas';\n }\n\n acc[oldName] = {\n prefix: prefix,\n iconName: iconName\n };\n return acc;\n }, {});\n};\nbuild();\nfunction byUnicode(prefix, unicode) {\n return (_byUnicode[prefix] || {})[unicode];\n}\nfunction byLigature(prefix, ligature) {\n return (_byLigature[prefix] || {})[ligature];\n}\nfunction byOldName(name) {\n return _byOldName[name] || {\n prefix: null,\n iconName: null\n };\n}\n\nvar styles$1 = namespace.styles;\nvar emptyCanonicalIcon = function emptyCanonicalIcon() {\n return {\n prefix: null,\n iconName: null,\n rest: []\n };\n};\nfunction getCanonicalIcon(values) {\n return values.reduce(function (acc, cls) {\n var iconName = getIconName(config.familyPrefix, cls);\n\n if (styles$1[cls]) {\n acc.prefix = cls;\n } else if (config.autoFetchSvg && Object.keys(PREFIX_TO_STYLE).indexOf(cls) > -1) {\n acc.prefix = cls;\n } else if (iconName) {\n var shim = acc.prefix === 'fa' ? byOldName(iconName) : {};\n acc.iconName = shim.iconName || iconName;\n acc.prefix = shim.prefix || acc.prefix;\n } else if (cls !== config.replacementClass && cls.indexOf('fa-w-') !== 0) {\n acc.rest.push(cls);\n }\n\n return acc;\n }, emptyCanonicalIcon());\n}\nfunction iconFromMapping(mapping, prefix, iconName) {\n if (mapping && mapping[prefix] && mapping[prefix][iconName]) {\n return {\n prefix: prefix,\n iconName: iconName,\n icon: mapping[prefix][iconName]\n };\n }\n}\n\nfunction toHtml(abstractNodes) {\n var tag = abstractNodes.tag,\n _abstractNodes$attrib = abstractNodes.attributes,\n attributes = _abstractNodes$attrib === void 0 ? {} : _abstractNodes$attrib,\n _abstractNodes$childr = abstractNodes.children,\n children = _abstractNodes$childr === void 0 ? [] : _abstractNodes$childr;\n\n if (typeof abstractNodes === 'string') {\n return htmlEscape(abstractNodes);\n } else {\n return \"<\".concat(tag, \" \").concat(joinAttributes(attributes), \">\").concat(children.map(toHtml).join(''), \"</\").concat(tag, \">\");\n }\n}\n\nvar noop$2 = function noop() {};\n\nfunction isWatched(node) {\n var i2svg = node.getAttribute ? node.getAttribute(DATA_FA_I2SVG) : null;\n return typeof i2svg === 'string';\n}\n\nfunction getMutator() {\n if (config.autoReplaceSvg === true) {\n return mutators.replace;\n }\n\n var mutator = mutators[config.autoReplaceSvg];\n return mutator || mutators.replace;\n}\n\nvar mutators = {\n replace: function replace(mutation) {\n var node = mutation[0];\n var abstract = mutation[1];\n var newOuterHTML = abstract.map(function (a) {\n return toHtml(a);\n }).join('\\n');\n\n if (node.parentNode && node.outerHTML) {\n node.outerHTML = newOuterHTML + (config.keepOriginalSource && node.tagName.toLowerCase() !== 'svg' ? \"<!-- \".concat(node.outerHTML, \" Font Awesome fontawesome.com -->\") : '');\n } else if (node.parentNode) {\n var newNode = document.createElement('span');\n node.parentNode.replaceChild(newNode, node);\n newNode.outerHTML = newOuterHTML;\n }\n },\n nest: function nest(mutation) {\n var node = mutation[0];\n var abstract = mutation[1]; // If we already have a replaced node we do not want to continue nesting within it.\n // Short-circuit to the standard replacement\n\n if (~classArray(node).indexOf(config.replacementClass)) {\n return mutators.replace(mutation);\n }\n\n var forSvg = new RegExp(\"\".concat(config.familyPrefix, \"-.*\"));\n delete abstract[0].attributes.style;\n delete abstract[0].attributes.id;\n var splitClasses = abstract[0].attributes.class.split(' ').reduce(function (acc, cls) {\n if (cls === config.replacementClass || cls.match(forSvg)) {\n acc.toSvg.push(cls);\n } else {\n acc.toNode.push(cls);\n }\n\n return acc;\n }, {\n toNode: [],\n toSvg: []\n });\n abstract[0].attributes.class = splitClasses.toSvg.join(' ');\n var newInnerHTML = abstract.map(function (a) {\n return toHtml(a);\n }).join('\\n');\n node.setAttribute('class', splitClasses.toNode.join(' '));\n node.setAttribute(DATA_FA_I2SVG, '');\n node.innerHTML = newInnerHTML;\n }\n};\n\nfunction performOperationSync(op) {\n op();\n}\n\nfunction perform(mutations, callback) {\n var callbackFunction = typeof callback === 'function' ? callback : noop$2;\n\n if (mutations.length === 0) {\n callbackFunction();\n } else {\n var frame = performOperationSync;\n\n if (config.mutateApproach === MUTATION_APPROACH_ASYNC) {\n frame = WINDOW.requestAnimationFrame || performOperationSync;\n }\n\n frame(function () {\n var mutator = getMutator();\n var mark = perf.begin('mutate');\n mutations.map(mutator);\n mark();\n callbackFunction();\n });\n }\n}\nvar disabled = false;\nfunction disableObservation() {\n disabled = true;\n}\nfunction enableObservation() {\n disabled = false;\n}\nvar mo = null;\nfunction observe(options) {\n if (!MUTATION_OBSERVER) {\n return;\n }\n\n if (!config.observeMutations) {\n return;\n }\n\n var treeCallback = options.treeCallback,\n nodeCallback = options.nodeCallback,\n pseudoElementsCallback = options.pseudoElementsCallback,\n _options$observeMutat = options.observeMutationsRoot,\n observeMutationsRoot = _options$observeMutat === void 0 ? DOCUMENT : _options$observeMutat;\n mo = new MUTATION_OBSERVER(function (objects) {\n if (disabled) return;\n toArray(objects).forEach(function (mutationRecord) {\n if (mutationRecord.type === 'childList' && mutationRecord.addedNodes.length > 0 && !isWatched(mutationRecord.addedNodes[0])) {\n if (config.searchPseudoElements) {\n pseudoElementsCallback(mutationRecord.target);\n }\n\n treeCallback(mutationRecord.target);\n }\n\n if (mutationRecord.type === 'attributes' && mutationRecord.target.parentNode && config.searchPseudoElements) {\n pseudoElementsCallback(mutationRecord.target.parentNode);\n }\n\n if (mutationRecord.type === 'attributes' && isWatched(mutationRecord.target) && ~ATTRIBUTES_WATCHED_FOR_MUTATION.indexOf(mutationRecord.attributeName)) {\n if (mutationRecord.attributeName === 'class') {\n var _getCanonicalIcon = getCanonicalIcon(classArray(mutationRecord.target)),\n prefix = _getCanonicalIcon.prefix,\n iconName = _getCanonicalIcon.iconName;\n\n if (prefix) mutationRecord.target.setAttribute('data-prefix', prefix);\n if (iconName) mutationRecord.target.setAttribute('data-icon', iconName);\n } else {\n nodeCallback(mutationRecord.target);\n }\n }\n });\n });\n if (!IS_DOM) return;\n mo.observe(observeMutationsRoot, {\n childList: true,\n attributes: true,\n characterData: true,\n subtree: true\n });\n}\nfunction disconnect() {\n if (!mo) return;\n mo.disconnect();\n}\n\nfunction styleParser (node) {\n var style = node.getAttribute('style');\n var val = [];\n\n if (style) {\n val = style.split(';').reduce(function (acc, style) {\n var styles = style.split(':');\n var prop = styles[0];\n var value = styles.slice(1);\n\n if (prop && value.length > 0) {\n acc[prop] = value.join(':').trim();\n }\n\n return acc;\n }, {});\n }\n\n return val;\n}\n\nfunction classParser (node) {\n var existingPrefix = node.getAttribute('data-prefix');\n var existingIconName = node.getAttribute('data-icon');\n var innerText = node.innerText !== undefined ? node.innerText.trim() : '';\n var val = getCanonicalIcon(classArray(node));\n\n if (existingPrefix && existingIconName) {\n val.prefix = existingPrefix;\n val.iconName = existingIconName;\n }\n\n if (val.prefix && innerText.length > 1) {\n val.iconName = byLigature(val.prefix, node.innerText);\n } else if (val.prefix && innerText.length === 1) {\n val.iconName = byUnicode(val.prefix, toHex(node.innerText));\n }\n\n return val;\n}\n\nvar parseTransformString = function parseTransformString(transformString) {\n var transform = {\n size: 16,\n x: 0,\n y: 0,\n flipX: false,\n flipY: false,\n rotate: 0\n };\n\n if (!transformString) {\n return transform;\n } else {\n return transformString.toLowerCase().split(' ').reduce(function (acc, n) {\n var parts = n.toLowerCase().split('-');\n var first = parts[0];\n var rest = parts.slice(1).join('-');\n\n if (first && rest === 'h') {\n acc.flipX = true;\n return acc;\n }\n\n if (first && rest === 'v') {\n acc.flipY = true;\n return acc;\n }\n\n rest = parseFloat(rest);\n\n if (isNaN(rest)) {\n return acc;\n }\n\n switch (first) {\n case 'grow':\n acc.size = acc.size + rest;\n break;\n\n case 'shrink':\n acc.size = acc.size - rest;\n break;\n\n case 'left':\n acc.x = acc.x - rest;\n break;\n\n case 'right':\n acc.x = acc.x + rest;\n break;\n\n case 'up':\n acc.y = acc.y - rest;\n break;\n\n case 'down':\n acc.y = acc.y + rest;\n break;\n\n case 'rotate':\n acc.rotate = acc.rotate + rest;\n break;\n }\n\n return acc;\n }, transform);\n }\n};\nfunction transformParser (node) {\n return parseTransformString(node.getAttribute('data-fa-transform'));\n}\n\nfunction symbolParser (node) {\n var symbol = node.getAttribute('data-fa-symbol');\n return symbol === null ? false : symbol === '' ? true : symbol;\n}\n\nfunction attributesParser (node) {\n var extraAttributes = toArray(node.attributes).reduce(function (acc, attr) {\n if (acc.name !== 'class' && acc.name !== 'style') {\n acc[attr.name] = attr.value;\n }\n\n return acc;\n }, {});\n var title = node.getAttribute('title');\n var titleId = node.getAttribute('data-fa-title-id');\n\n if (config.autoA11y) {\n if (title) {\n extraAttributes['aria-labelledby'] = \"\".concat(config.replacementClass, \"-title-\").concat(titleId || nextUniqueId());\n } else {\n extraAttributes['aria-hidden'] = 'true';\n extraAttributes['focusable'] = 'false';\n }\n }\n\n return extraAttributes;\n}\n\nfunction maskParser (node) {\n var mask = node.getAttribute('data-fa-mask');\n\n if (!mask) {\n return emptyCanonicalIcon();\n } else {\n return getCanonicalIcon(mask.split(' ').map(function (i) {\n return i.trim();\n }));\n }\n}\n\nfunction blankMeta() {\n return {\n iconName: null,\n title: null,\n titleId: null,\n prefix: null,\n transform: meaninglessTransform,\n symbol: false,\n mask: null,\n maskId: null,\n extra: {\n classes: [],\n styles: {},\n attributes: {}\n }\n };\n}\nfunction parseMeta(node) {\n var _classParser = classParser(node),\n iconName = _classParser.iconName,\n prefix = _classParser.prefix,\n extraClasses = _classParser.rest;\n\n var extraStyles = styleParser(node);\n var transform = transformParser(node);\n var symbol = symbolParser(node);\n var extraAttributes = attributesParser(node);\n var mask = maskParser(node);\n return {\n iconName: iconName,\n title: node.getAttribute('title'),\n titleId: node.getAttribute('data-fa-title-id'),\n prefix: prefix,\n transform: transform,\n symbol: symbol,\n mask: mask,\n maskId: node.getAttribute('data-fa-mask-id'),\n extra: {\n classes: extraClasses,\n styles: extraStyles,\n attributes: extraAttributes\n }\n };\n}\n\nfunction MissingIcon(error) {\n this.name = 'MissingIcon';\n this.message = error || 'Icon unavailable';\n this.stack = new Error().stack;\n}\nMissingIcon.prototype = Object.create(Error.prototype);\nMissingIcon.prototype.constructor = MissingIcon;\n\nvar FILL = {\n fill: 'currentColor'\n};\nvar ANIMATION_BASE = {\n attributeType: 'XML',\n repeatCount: 'indefinite',\n dur: '2s'\n};\nvar RING = {\n tag: 'path',\n attributes: _objectSpread({}, FILL, {\n d: 'M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z'\n })\n};\n\nvar OPACITY_ANIMATE = _objectSpread({}, ANIMATION_BASE, {\n attributeName: 'opacity'\n});\n\nvar DOT = {\n tag: 'circle',\n attributes: _objectSpread({}, FILL, {\n cx: '256',\n cy: '364',\n r: '28'\n }),\n children: [{\n tag: 'animate',\n attributes: _objectSpread({}, ANIMATION_BASE, {\n attributeName: 'r',\n values: '28;14;28;28;14;28;'\n })\n }, {\n tag: 'animate',\n attributes: _objectSpread({}, OPACITY_ANIMATE, {\n values: '1;0;1;1;0;1;'\n })\n }]\n};\nvar QUESTION = {\n tag: 'path',\n attributes: _objectSpread({}, FILL, {\n opacity: '1',\n d: 'M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z'\n }),\n children: [{\n tag: 'animate',\n attributes: _objectSpread({}, OPACITY_ANIMATE, {\n values: '1;0;0;0;0;1;'\n })\n }]\n};\nvar EXCLAMATION = {\n tag: 'path',\n attributes: _objectSpread({}, FILL, {\n opacity: '0',\n d: 'M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z'\n }),\n children: [{\n tag: 'animate',\n attributes: _objectSpread({}, OPACITY_ANIMATE, {\n values: '0;0;1;1;0;0;'\n })\n }]\n};\nvar missing = {\n tag: 'g',\n children: [RING, DOT, QUESTION, EXCLAMATION]\n};\n\nvar styles$2 = namespace.styles;\nfunction resolveCustomIconVersion() {\n var kitConfig = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n var iconName = arguments.length > 1 ? arguments[1] : undefined;\n\n if (iconName && isPrivateUnicode(iconName)) {\n if (kitConfig && kitConfig.iconUploads) {\n var iconUploads = kitConfig.iconUploads;\n var descriptiveIconName = Object.keys(iconUploads).find(function (key) {\n return iconUploads[key] && iconUploads[key].u && iconUploads[key].u === toHex(iconName);\n });\n\n if (descriptiveIconName) {\n return iconUploads[descriptiveIconName].v;\n }\n }\n } else {\n if (kitConfig && kitConfig.iconUploads && kitConfig.iconUploads[iconName] && kitConfig.iconUploads[iconName].v) {\n return kitConfig.iconUploads[iconName].v;\n }\n }\n}\nfunction asFoundIcon(icon) {\n var width = icon[0];\n var height = icon[1];\n\n var _icon$slice = icon.slice(4),\n _icon$slice2 = _slicedToArray(_icon$slice, 1),\n vectorData = _icon$slice2[0];\n\n var element = null;\n\n if (Array.isArray(vectorData)) {\n element = {\n tag: 'g',\n attributes: {\n class: \"\".concat(config.familyPrefix, \"-\").concat(DUOTONE_CLASSES.GROUP)\n },\n children: [{\n tag: 'path',\n attributes: {\n class: \"\".concat(config.familyPrefix, \"-\").concat(DUOTONE_CLASSES.SECONDARY),\n fill: 'currentColor',\n d: vectorData[0]\n }\n }, {\n tag: 'path',\n attributes: {\n class: \"\".concat(config.familyPrefix, \"-\").concat(DUOTONE_CLASSES.PRIMARY),\n fill: 'currentColor',\n d: vectorData[1]\n }\n }]\n };\n } else {\n element = {\n tag: 'path',\n attributes: {\n fill: 'currentColor',\n d: vectorData\n }\n };\n }\n\n return {\n found: true,\n width: width,\n height: height,\n icon: element\n };\n}\nfunction findIcon(iconName, prefix) {\n return new picked(function (resolve, reject) {\n var val = {\n found: false,\n width: 512,\n height: 512,\n icon: missing\n };\n\n if (iconName && prefix && styles$2[prefix] && styles$2[prefix][iconName]) {\n var icon = styles$2[prefix][iconName];\n return resolve(asFoundIcon(icon));\n }\n var kitToken = null;\n var iconVersion = resolveCustomIconVersion(WINDOW.FontAwesomeKitConfig, iconName);\n\n if (WINDOW.FontAwesomeKitConfig && WINDOW.FontAwesomeKitConfig.token) {\n kitToken = WINDOW.FontAwesomeKitConfig.token;\n }\n\n if (iconName && prefix && !config.showMissingIcons) {\n reject(new MissingIcon(\"Icon is missing for prefix \".concat(prefix, \" with icon name \").concat(iconName)));\n } else {\n resolve(val);\n }\n });\n}\n\nvar styles$3 = namespace.styles;\n\nfunction generateSvgReplacementMutation(node, nodeMeta) {\n var iconName = nodeMeta.iconName,\n title = nodeMeta.title,\n titleId = nodeMeta.titleId,\n prefix = nodeMeta.prefix,\n transform = nodeMeta.transform,\n symbol = nodeMeta.symbol,\n mask = nodeMeta.mask,\n maskId = nodeMeta.maskId,\n extra = nodeMeta.extra;\n return new picked(function (resolve, reject) {\n picked.all([findIcon(iconName, prefix), findIcon(mask.iconName, mask.prefix)]).then(function (_ref) {\n var _ref2 = _slicedToArray(_ref, 2),\n main = _ref2[0],\n mask = _ref2[1];\n\n resolve([node, makeInlineSvgAbstract({\n icons: {\n main: main,\n mask: mask\n },\n prefix: prefix,\n iconName: iconName,\n transform: transform,\n symbol: symbol,\n mask: mask,\n maskId: maskId,\n title: title,\n titleId: titleId,\n extra: extra,\n watchable: true\n })]);\n });\n });\n}\n\nfunction generateLayersText(node, nodeMeta) {\n var title = nodeMeta.title,\n transform = nodeMeta.transform,\n extra = nodeMeta.extra;\n var width = null;\n var height = null;\n\n if (IS_IE) {\n var computedFontSize = parseInt(getComputedStyle(node).fontSize, 10);\n var boundingClientRect = node.getBoundingClientRect();\n width = boundingClientRect.width / computedFontSize;\n height = boundingClientRect.height / computedFontSize;\n }\n\n if (config.autoA11y && !title) {\n extra.attributes['aria-hidden'] = 'true';\n }\n\n return picked.resolve([node, makeLayersTextAbstract({\n content: node.innerHTML,\n width: width,\n height: height,\n transform: transform,\n title: title,\n extra: extra,\n watchable: true\n })]);\n}\n\nfunction generateMutation(node) {\n var nodeMeta = parseMeta(node);\n\n if (~nodeMeta.extra.classes.indexOf(LAYERS_TEXT_CLASSNAME)) {\n return generateLayersText(node, nodeMeta);\n } else {\n return generateSvgReplacementMutation(node, nodeMeta);\n }\n}\n\nfunction onTree(root) {\n var callback = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;\n if (!IS_DOM) return;\n var htmlClassList = DOCUMENT.documentElement.classList;\n\n var hclAdd = function hclAdd(suffix) {\n return htmlClassList.add(\"\".concat(HTML_CLASS_I2SVG_BASE_CLASS, \"-\").concat(suffix));\n };\n\n var hclRemove = function hclRemove(suffix) {\n return htmlClassList.remove(\"\".concat(HTML_CLASS_I2SVG_BASE_CLASS, \"-\").concat(suffix));\n };\n\n var prefixes = config.autoFetchSvg ? Object.keys(PREFIX_TO_STYLE) : Object.keys(styles$3);\n var prefixesDomQuery = [\".\".concat(LAYERS_TEXT_CLASSNAME, \":not([\").concat(DATA_FA_I2SVG, \"])\")].concat(prefixes.map(function (p) {\n return \".\".concat(p, \":not([\").concat(DATA_FA_I2SVG, \"])\");\n })).join(', ');\n\n if (prefixesDomQuery.length === 0) {\n return;\n }\n\n var candidates = [];\n\n try {\n candidates = toArray(root.querySelectorAll(prefixesDomQuery));\n } catch (e) {// noop\n }\n\n if (candidates.length > 0) {\n hclAdd('pending');\n hclRemove('complete');\n } else {\n return;\n }\n\n var mark = perf.begin('onTree');\n var mutations = candidates.reduce(function (acc, node) {\n try {\n var mutation = generateMutation(node);\n\n if (mutation) {\n acc.push(mutation);\n }\n } catch (e) {\n if (!PRODUCTION) {\n if (e instanceof MissingIcon) {\n console.error(e);\n }\n }\n }\n\n return acc;\n }, []);\n return new picked(function (resolve, reject) {\n picked.all(mutations).then(function (resolvedMutations) {\n perform(resolvedMutations, function () {\n hclAdd('active');\n hclAdd('complete');\n hclRemove('pending');\n if (typeof callback === 'function') callback();\n mark();\n resolve();\n });\n }).catch(function () {\n mark();\n reject();\n });\n });\n}\nfunction onNode(node) {\n var callback = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;\n generateMutation(node).then(function (mutation) {\n if (mutation) {\n perform([mutation], callback);\n }\n });\n}\n\nfunction replaceForPosition(node, position) {\n var pendingAttribute = \"\".concat(DATA_FA_PSEUDO_ELEMENT_PENDING).concat(position.replace(':', '-'));\n return new picked(function (resolve, reject) {\n if (node.getAttribute(pendingAttribute) !== null) {\n // This node is already being processed\n return resolve();\n }\n\n var children = toArray(node.children);\n var alreadyProcessedPseudoElement = children.filter(function (c) {\n return c.getAttribute(DATA_FA_PSEUDO_ELEMENT) === position;\n })[0];\n var styles = WINDOW.getComputedStyle(node, position);\n var fontFamily = styles.getPropertyValue('font-family').match(FONT_FAMILY_PATTERN);\n var fontWeight = styles.getPropertyValue('font-weight');\n var content = styles.getPropertyValue('content');\n\n if (alreadyProcessedPseudoElement && !fontFamily) {\n // If we've already processed it but the current computed style does not result in a font-family,\n // that probably means that a class name that was previously present to make the icon has been\n // removed. So we now should delete the icon.\n node.removeChild(alreadyProcessedPseudoElement);\n return resolve();\n } else if (fontFamily && content !== 'none' && content !== '') {\n var _content = styles.getPropertyValue('content');\n\n var prefix = ~['Solid', 'Regular', 'Light', 'Duotone', 'Brands', 'Kit'].indexOf(fontFamily[2]) ? STYLE_TO_PREFIX[fontFamily[2].toLowerCase()] : FONT_WEIGHT_TO_PREFIX[fontWeight];\n var hexValue = toHex(_content.length === 3 ? _content.substr(1, 1) : _content);\n var iconName = byUnicode(prefix, hexValue);\n var iconIdentifier = iconName; // Only convert the pseudo element in this :before/:after position into an icon if we haven't\n // already done so with the same prefix and iconName\n\n if (iconName && (!alreadyProcessedPseudoElement || alreadyProcessedPseudoElement.getAttribute(DATA_PREFIX) !== prefix || alreadyProcessedPseudoElement.getAttribute(DATA_ICON) !== iconIdentifier)) {\n node.setAttribute(pendingAttribute, iconIdentifier);\n\n if (alreadyProcessedPseudoElement) {\n // Delete the old one, since we're replacing it with a new one\n node.removeChild(alreadyProcessedPseudoElement);\n }\n\n var meta = blankMeta();\n var extra = meta.extra;\n extra.attributes[DATA_FA_PSEUDO_ELEMENT] = position;\n findIcon(iconName, prefix).then(function (main) {\n var abstract = makeInlineSvgAbstract(_objectSpread({}, meta, {\n icons: {\n main: main,\n mask: emptyCanonicalIcon()\n },\n prefix: prefix,\n iconName: iconIdentifier,\n extra: extra,\n watchable: true\n }));\n var element = DOCUMENT.createElement('svg');\n\n if (position === ':before') {\n node.insertBefore(element, node.firstChild);\n } else {\n node.appendChild(element);\n }\n\n element.outerHTML = abstract.map(function (a) {\n return toHtml(a);\n }).join('\\n');\n node.removeAttribute(pendingAttribute);\n resolve();\n }).catch(reject);\n } else {\n resolve();\n }\n } else {\n resolve();\n }\n });\n}\n\nfunction replace(node) {\n return picked.all([replaceForPosition(node, ':before'), replaceForPosition(node, ':after')]);\n}\n\nfunction processable(node) {\n return node.parentNode !== document.head && !~TAGNAMES_TO_SKIP_FOR_PSEUDOELEMENTS.indexOf(node.tagName.toUpperCase()) && !node.getAttribute(DATA_FA_PSEUDO_ELEMENT) && (!node.parentNode || node.parentNode.tagName !== 'svg');\n}\n\nfunction searchPseudoElements (root) {\n if (!IS_DOM) return;\n return new picked(function (resolve, reject) {\n var operations = toArray(root.querySelectorAll('*')).filter(processable).map(replace);\n var end = perf.begin('searchPseudoElements');\n disableObservation();\n picked.all(operations).then(function () {\n end();\n enableObservation();\n resolve();\n }).catch(function () {\n end();\n enableObservation();\n reject();\n });\n });\n}\n\nvar baseStyles = \"svg:not(:root).svg-inline--fa {\\n overflow: visible;\\n}\\n\\n.svg-inline--fa {\\n display: inline-block;\\n font-size: inherit;\\n height: 1em;\\n overflow: visible;\\n vertical-align: -0.125em;\\n}\\n.svg-inline--fa.fa-lg {\\n vertical-align: -0.225em;\\n}\\n.svg-inline--fa.fa-w-1 {\\n width: 0.0625em;\\n}\\n.svg-inline--fa.fa-w-2 {\\n width: 0.125em;\\n}\\n.svg-inline--fa.fa-w-3 {\\n width: 0.1875em;\\n}\\n.svg-inline--fa.fa-w-4 {\\n width: 0.25em;\\n}\\n.svg-inline--fa.fa-w-5 {\\n width: 0.3125em;\\n}\\n.svg-inline--fa.fa-w-6 {\\n width: 0.375em;\\n}\\n.svg-inline--fa.fa-w-7 {\\n width: 0.4375em;\\n}\\n.svg-inline--fa.fa-w-8 {\\n width: 0.5em;\\n}\\n.svg-inline--fa.fa-w-9 {\\n width: 0.5625em;\\n}\\n.svg-inline--fa.fa-w-10 {\\n width: 0.625em;\\n}\\n.svg-inline--fa.fa-w-11 {\\n width: 0.6875em;\\n}\\n.svg-inline--fa.fa-w-12 {\\n width: 0.75em;\\n}\\n.svg-inline--fa.fa-w-13 {\\n width: 0.8125em;\\n}\\n.svg-inline--fa.fa-w-14 {\\n width: 0.875em;\\n}\\n.svg-inline--fa.fa-w-15 {\\n width: 0.9375em;\\n}\\n.svg-inline--fa.fa-w-16 {\\n width: 1em;\\n}\\n.svg-inline--fa.fa-w-17 {\\n width: 1.0625em;\\n}\\n.svg-inline--fa.fa-w-18 {\\n width: 1.125em;\\n}\\n.svg-inline--fa.fa-w-19 {\\n width: 1.1875em;\\n}\\n.svg-inline--fa.fa-w-20 {\\n width: 1.25em;\\n}\\n.svg-inline--fa.fa-pull-left {\\n margin-right: 0.3em;\\n width: auto;\\n}\\n.svg-inline--fa.fa-pull-right {\\n margin-left: 0.3em;\\n width: auto;\\n}\\n.svg-inline--fa.fa-border {\\n height: 1.5em;\\n}\\n.svg-inline--fa.fa-li {\\n width: 2em;\\n}\\n.svg-inline--fa.fa-fw {\\n width: 1.25em;\\n}\\n\\n.fa-layers svg.svg-inline--fa {\\n bottom: 0;\\n left: 0;\\n margin: auto;\\n position: absolute;\\n right: 0;\\n top: 0;\\n}\\n\\n.fa-layers {\\n display: inline-block;\\n height: 1em;\\n position: relative;\\n text-align: center;\\n vertical-align: -0.125em;\\n width: 1em;\\n}\\n.fa-layers svg.svg-inline--fa {\\n -webkit-transform-origin: center center;\\n transform-origin: center center;\\n}\\n\\n.fa-layers-counter, .fa-layers-text {\\n display: inline-block;\\n position: absolute;\\n text-align: center;\\n}\\n\\n.fa-layers-text {\\n left: 50%;\\n top: 50%;\\n -webkit-transform: translate(-50%, -50%);\\n transform: translate(-50%, -50%);\\n -webkit-transform-origin: center center;\\n transform-origin: center center;\\n}\\n\\n.fa-layers-counter {\\n background-color: #ff253a;\\n border-radius: 1em;\\n -webkit-box-sizing: border-box;\\n box-sizing: border-box;\\n color: #fff;\\n height: 1.5em;\\n line-height: 1;\\n max-width: 5em;\\n min-width: 1.5em;\\n overflow: hidden;\\n padding: 0.25em;\\n right: 0;\\n text-overflow: ellipsis;\\n top: 0;\\n -webkit-transform: scale(0.25);\\n transform: scale(0.25);\\n -webkit-transform-origin: top right;\\n transform-origin: top right;\\n}\\n\\n.fa-layers-bottom-right {\\n bottom: 0;\\n right: 0;\\n top: auto;\\n -webkit-transform: scale(0.25);\\n transform: scale(0.25);\\n -webkit-transform-origin: bottom right;\\n transform-origin: bottom right;\\n}\\n\\n.fa-layers-bottom-left {\\n bottom: 0;\\n left: 0;\\n right: auto;\\n top: auto;\\n -webkit-transform: scale(0.25);\\n transform: scale(0.25);\\n -webkit-transform-origin: bottom left;\\n transform-origin: bottom left;\\n}\\n\\n.fa-layers-top-right {\\n right: 0;\\n top: 0;\\n -webkit-transform: scale(0.25);\\n transform: scale(0.25);\\n -webkit-transform-origin: top right;\\n transform-origin: top right;\\n}\\n\\n.fa-layers-top-left {\\n left: 0;\\n right: auto;\\n top: 0;\\n -webkit-transform: scale(0.25);\\n transform: scale(0.25);\\n -webkit-transform-origin: top left;\\n transform-origin: top left;\\n}\\n\\n.fa-lg {\\n font-size: 1.3333333333em;\\n line-height: 0.75em;\\n vertical-align: -0.0667em;\\n}\\n\\n.fa-xs {\\n font-size: 0.75em;\\n}\\n\\n.fa-sm {\\n font-size: 0.875em;\\n}\\n\\n.fa-1x {\\n font-size: 1em;\\n}\\n\\n.fa-2x {\\n font-size: 2em;\\n}\\n\\n.fa-3x {\\n font-size: 3em;\\n}\\n\\n.fa-4x {\\n font-size: 4em;\\n}\\n\\n.fa-5x {\\n font-size: 5em;\\n}\\n\\n.fa-6x {\\n font-size: 6em;\\n}\\n\\n.fa-7x {\\n font-size: 7em;\\n}\\n\\n.fa-8x {\\n font-size: 8em;\\n}\\n\\n.fa-9x {\\n font-size: 9em;\\n}\\n\\n.fa-10x {\\n font-size: 10em;\\n}\\n\\n.fa-fw {\\n text-align: center;\\n width: 1.25em;\\n}\\n\\n.fa-ul {\\n list-style-type: none;\\n margin-left: 2.5em;\\n padding-left: 0;\\n}\\n.fa-ul > li {\\n position: relative;\\n}\\n\\n.fa-li {\\n left: -2em;\\n position: absolute;\\n text-align: center;\\n width: 2em;\\n line-height: inherit;\\n}\\n\\n.fa-border {\\n border: solid 0.08em #eee;\\n border-radius: 0.1em;\\n padding: 0.2em 0.25em 0.15em;\\n}\\n\\n.fa-pull-left {\\n float: left;\\n}\\n\\n.fa-pull-right {\\n float: right;\\n}\\n\\n.fa.fa-pull-left,\\n.fas.fa-pull-left,\\n.far.fa-pull-left,\\n.fal.fa-pull-left,\\n.fab.fa-pull-left {\\n margin-right: 0.3em;\\n}\\n.fa.fa-pull-right,\\n.fas.fa-pull-right,\\n.far.fa-pull-right,\\n.fal.fa-pull-right,\\n.fab.fa-pull-right {\\n margin-left: 0.3em;\\n}\\n\\n.fa-spin {\\n -webkit-animation: fa-spin 2s infinite linear;\\n animation: fa-spin 2s infinite linear;\\n}\\n\\n.fa-pulse {\\n -webkit-animation: fa-spin 1s infinite steps(8);\\n animation: fa-spin 1s infinite steps(8);\\n}\\n\\n@-webkit-keyframes fa-spin {\\n 0% {\\n -webkit-transform: rotate(0deg);\\n transform: rotate(0deg);\\n }\\n 100% {\\n -webkit-transform: rotate(360deg);\\n transform: rotate(360deg);\\n }\\n}\\n\\n@keyframes fa-spin {\\n 0% {\\n -webkit-transform: rotate(0deg);\\n transform: rotate(0deg);\\n }\\n 100% {\\n -webkit-transform: rotate(360deg);\\n transform: rotate(360deg);\\n }\\n}\\n.fa-rotate-90 {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)\\\";\\n -webkit-transform: rotate(90deg);\\n transform: rotate(90deg);\\n}\\n\\n.fa-rotate-180 {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)\\\";\\n -webkit-transform: rotate(180deg);\\n transform: rotate(180deg);\\n}\\n\\n.fa-rotate-270 {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)\\\";\\n -webkit-transform: rotate(270deg);\\n transform: rotate(270deg);\\n}\\n\\n.fa-flip-horizontal {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)\\\";\\n -webkit-transform: scale(-1, 1);\\n transform: scale(-1, 1);\\n}\\n\\n.fa-flip-vertical {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\\\";\\n -webkit-transform: scale(1, -1);\\n transform: scale(1, -1);\\n}\\n\\n.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\\\";\\n -webkit-transform: scale(-1, -1);\\n transform: scale(-1, -1);\\n}\\n\\n:root .fa-rotate-90,\\n:root .fa-rotate-180,\\n:root .fa-rotate-270,\\n:root .fa-flip-horizontal,\\n:root .fa-flip-vertical,\\n:root .fa-flip-both {\\n -webkit-filter: none;\\n filter: none;\\n}\\n\\n.fa-stack {\\n display: inline-block;\\n height: 2em;\\n position: relative;\\n width: 2.5em;\\n}\\n\\n.fa-stack-1x,\\n.fa-stack-2x {\\n bottom: 0;\\n left: 0;\\n margin: auto;\\n position: absolute;\\n right: 0;\\n top: 0;\\n}\\n\\n.svg-inline--fa.fa-stack-1x {\\n height: 1em;\\n width: 1.25em;\\n}\\n.svg-inline--fa.fa-stack-2x {\\n height: 2em;\\n width: 2.5em;\\n}\\n\\n.fa-inverse {\\n color: #fff;\\n}\\n\\n.sr-only {\\n border: 0;\\n clip: rect(0, 0, 0, 0);\\n height: 1px;\\n margin: -1px;\\n overflow: hidden;\\n padding: 0;\\n position: absolute;\\n width: 1px;\\n}\\n\\n.sr-only-focusable:active, .sr-only-focusable:focus {\\n clip: auto;\\n height: auto;\\n margin: 0;\\n overflow: visible;\\n position: static;\\n width: auto;\\n}\\n\\n.svg-inline--fa .fa-primary {\\n fill: var(--fa-primary-color, currentColor);\\n opacity: 1;\\n opacity: var(--fa-primary-opacity, 1);\\n}\\n\\n.svg-inline--fa .fa-secondary {\\n fill: var(--fa-secondary-color, currentColor);\\n opacity: 0.4;\\n opacity: var(--fa-secondary-opacity, 0.4);\\n}\\n\\n.svg-inline--fa.fa-swap-opacity .fa-primary {\\n opacity: 0.4;\\n opacity: var(--fa-secondary-opacity, 0.4);\\n}\\n\\n.svg-inline--fa.fa-swap-opacity .fa-secondary {\\n opacity: 1;\\n opacity: var(--fa-primary-opacity, 1);\\n}\\n\\n.svg-inline--fa mask .fa-primary,\\n.svg-inline--fa mask .fa-secondary {\\n fill: black;\\n}\\n\\n.fad.fa-inverse {\\n color: #fff;\\n}\";\n\nfunction css () {\n var dfp = DEFAULT_FAMILY_PREFIX;\n var drc = DEFAULT_REPLACEMENT_CLASS;\n var fp = config.familyPrefix;\n var rc = config.replacementClass;\n var s = baseStyles;\n\n if (fp !== dfp || rc !== drc) {\n var dPatt = new RegExp(\"\\\\.\".concat(dfp, \"\\\\-\"), 'g');\n var customPropPatt = new RegExp(\"\\\\--\".concat(dfp, \"\\\\-\"), 'g');\n var rPatt = new RegExp(\"\\\\.\".concat(drc), 'g');\n s = s.replace(dPatt, \".\".concat(fp, \"-\")).replace(customPropPatt, \"--\".concat(fp, \"-\")).replace(rPatt, \".\".concat(rc));\n }\n\n return s;\n}\n\nvar Library =\n/*#__PURE__*/\nfunction () {\n function Library() {\n _classCallCheck(this, Library);\n\n this.definitions = {};\n }\n\n _createClass(Library, [{\n key: \"add\",\n value: function add() {\n var _this = this;\n\n for (var _len = arguments.length, definitions = new Array(_len), _key = 0; _key < _len; _key++) {\n definitions[_key] = arguments[_key];\n }\n\n var additions = definitions.reduce(this._pullDefinitions, {});\n Object.keys(additions).forEach(function (key) {\n _this.definitions[key] = _objectSpread({}, _this.definitions[key] || {}, additions[key]);\n defineIcons(key, additions[key]);\n build();\n });\n }\n }, {\n key: \"reset\",\n value: function reset() {\n this.definitions = {};\n }\n }, {\n key: \"_pullDefinitions\",\n value: function _pullDefinitions(additions, definition) {\n var normalized = definition.prefix && definition.iconName && definition.icon ? {\n 0: definition\n } : definition;\n Object.keys(normalized).map(function (key) {\n var _normalized$key = normalized[key],\n prefix = _normalized$key.prefix,\n iconName = _normalized$key.iconName,\n icon = _normalized$key.icon;\n if (!additions[prefix]) additions[prefix] = {};\n additions[prefix][iconName] = icon;\n });\n return additions;\n }\n }]);\n\n return Library;\n}();\n\nfunction ensureCss() {\n if (config.autoAddCss && !_cssInserted) {\n insertCss(css());\n\n _cssInserted = true;\n }\n}\n\nfunction apiObject(val, abstractCreator) {\n Object.defineProperty(val, 'abstract', {\n get: abstractCreator\n });\n Object.defineProperty(val, 'html', {\n get: function get() {\n return val.abstract.map(function (a) {\n return toHtml(a);\n });\n }\n });\n Object.defineProperty(val, 'node', {\n get: function get() {\n if (!IS_DOM) return;\n var container = DOCUMENT.createElement('div');\n container.innerHTML = val.html;\n return container.children;\n }\n });\n return val;\n}\n\nfunction findIconDefinition(iconLookup) {\n var _iconLookup$prefix = iconLookup.prefix,\n prefix = _iconLookup$prefix === void 0 ? 'fa' : _iconLookup$prefix,\n iconName = iconLookup.iconName;\n if (!iconName) return;\n return iconFromMapping(library.definitions, prefix, iconName) || iconFromMapping(namespace.styles, prefix, iconName);\n}\n\nfunction resolveIcons(next) {\n return function (maybeIconDefinition) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var iconDefinition = (maybeIconDefinition || {}).icon ? maybeIconDefinition : findIconDefinition(maybeIconDefinition || {});\n var mask = params.mask;\n\n if (mask) {\n mask = (mask || {}).icon ? mask : findIconDefinition(mask || {});\n }\n\n return next(iconDefinition, _objectSpread({}, params, {\n mask: mask\n }));\n };\n}\n\nvar library = new Library();\nvar noAuto = function noAuto() {\n config.autoReplaceSvg = false;\n config.observeMutations = false;\n disconnect();\n};\nvar _cssInserted = false;\nvar dom = {\n i2svg: function i2svg() {\n var params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n\n if (IS_DOM) {\n ensureCss();\n var _params$node = params.node,\n node = _params$node === void 0 ? DOCUMENT : _params$node,\n _params$callback = params.callback,\n callback = _params$callback === void 0 ? function () {} : _params$callback;\n\n if (config.searchPseudoElements) {\n searchPseudoElements(node);\n }\n\n return onTree(node, callback);\n } else {\n return picked.reject('Operation requires a DOM of some kind.');\n }\n },\n css: css,\n insertCss: function insertCss$$1() {\n if (!_cssInserted) {\n insertCss(css());\n\n _cssInserted = true;\n }\n },\n watch: function watch() {\n var params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n var autoReplaceSvgRoot = params.autoReplaceSvgRoot,\n observeMutationsRoot = params.observeMutationsRoot;\n\n if (config.autoReplaceSvg === false) {\n config.autoReplaceSvg = true;\n }\n\n config.observeMutations = true;\n domready(function () {\n autoReplace({\n autoReplaceSvgRoot: autoReplaceSvgRoot\n });\n observe({\n treeCallback: onTree,\n nodeCallback: onNode,\n pseudoElementsCallback: searchPseudoElements,\n observeMutationsRoot: observeMutationsRoot\n });\n });\n }\n};\nvar parse = {\n transform: function transform(transformString) {\n return parseTransformString(transformString);\n }\n};\nvar icon = resolveIcons(function (iconDefinition) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var _params$transform = params.transform,\n transform = _params$transform === void 0 ? meaninglessTransform : _params$transform,\n _params$symbol = params.symbol,\n symbol = _params$symbol === void 0 ? false : _params$symbol,\n _params$mask = params.mask,\n mask = _params$mask === void 0 ? null : _params$mask,\n _params$maskId = params.maskId,\n maskId = _params$maskId === void 0 ? null : _params$maskId,\n _params$title = params.title,\n title = _params$title === void 0 ? null : _params$title,\n _params$titleId = params.titleId,\n titleId = _params$titleId === void 0 ? null : _params$titleId,\n _params$classes = params.classes,\n classes = _params$classes === void 0 ? [] : _params$classes,\n _params$attributes = params.attributes,\n attributes = _params$attributes === void 0 ? {} : _params$attributes,\n _params$styles = params.styles,\n styles = _params$styles === void 0 ? {} : _params$styles;\n if (!iconDefinition) return;\n var prefix = iconDefinition.prefix,\n iconName = iconDefinition.iconName,\n icon = iconDefinition.icon;\n return apiObject(_objectSpread({\n type: 'icon'\n }, iconDefinition), function () {\n ensureCss();\n\n if (config.autoA11y) {\n if (title) {\n attributes['aria-labelledby'] = \"\".concat(config.replacementClass, \"-title-\").concat(titleId || nextUniqueId());\n } else {\n attributes['aria-hidden'] = 'true';\n attributes['focusable'] = 'false';\n }\n }\n\n return makeInlineSvgAbstract({\n icons: {\n main: asFoundIcon(icon),\n mask: mask ? asFoundIcon(mask.icon) : {\n found: false,\n width: null,\n height: null,\n icon: {}\n }\n },\n prefix: prefix,\n iconName: iconName,\n transform: _objectSpread({}, meaninglessTransform, transform),\n symbol: symbol,\n title: title,\n maskId: maskId,\n titleId: titleId,\n extra: {\n attributes: attributes,\n styles: styles,\n classes: classes\n }\n });\n });\n});\nvar text = function text(content) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var _params$transform2 = params.transform,\n transform = _params$transform2 === void 0 ? meaninglessTransform : _params$transform2,\n _params$title2 = params.title,\n title = _params$title2 === void 0 ? null : _params$title2,\n _params$classes2 = params.classes,\n classes = _params$classes2 === void 0 ? [] : _params$classes2,\n _params$attributes2 = params.attributes,\n attributes = _params$attributes2 === void 0 ? {} : _params$attributes2,\n _params$styles2 = params.styles,\n styles = _params$styles2 === void 0 ? {} : _params$styles2;\n return apiObject({\n type: 'text',\n content: content\n }, function () {\n ensureCss();\n return makeLayersTextAbstract({\n content: content,\n transform: _objectSpread({}, meaninglessTransform, transform),\n title: title,\n extra: {\n attributes: attributes,\n styles: styles,\n classes: [\"\".concat(config.familyPrefix, \"-layers-text\")].concat(_toConsumableArray(classes))\n }\n });\n });\n};\nvar counter = function counter(content) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var _params$title3 = params.title,\n title = _params$title3 === void 0 ? null : _params$title3,\n _params$classes3 = params.classes,\n classes = _params$classes3 === void 0 ? [] : _params$classes3,\n _params$attributes3 = params.attributes,\n attributes = _params$attributes3 === void 0 ? {} : _params$attributes3,\n _params$styles3 = params.styles,\n styles = _params$styles3 === void 0 ? {} : _params$styles3;\n return apiObject({\n type: 'counter',\n content: content\n }, function () {\n ensureCss();\n return makeLayersCounterAbstract({\n content: content.toString(),\n title: title,\n extra: {\n attributes: attributes,\n styles: styles,\n classes: [\"\".concat(config.familyPrefix, \"-layers-counter\")].concat(_toConsumableArray(classes))\n }\n });\n });\n};\nvar layer = function layer(assembler) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var _params$classes4 = params.classes,\n classes = _params$classes4 === void 0 ? [] : _params$classes4;\n return apiObject({\n type: 'layer'\n }, function () {\n ensureCss();\n var children = [];\n assembler(function (args) {\n Array.isArray(args) ? args.map(function (a) {\n children = children.concat(a.abstract);\n }) : children = children.concat(args.abstract);\n });\n return [{\n tag: 'span',\n attributes: {\n class: [\"\".concat(config.familyPrefix, \"-layers\")].concat(_toConsumableArray(classes)).join(' ')\n },\n children: children\n }];\n });\n};\nvar api = {\n noAuto: noAuto,\n config: config,\n dom: dom,\n library: library,\n parse: parse,\n findIconDefinition: findIconDefinition,\n icon: icon,\n text: text,\n counter: counter,\n layer: layer,\n toHtml: toHtml\n};\n\nvar autoReplace = function autoReplace() {\n var params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n var _params$autoReplaceSv = params.autoReplaceSvgRoot,\n autoReplaceSvgRoot = _params$autoReplaceSv === void 0 ? DOCUMENT : _params$autoReplaceSv;\n if ((Object.keys(namespace.styles).length > 0 || config.autoFetchSvg) && IS_DOM && config.autoReplaceSvg) api.dom.i2svg({\n node: autoReplaceSvgRoot\n });\n};\n\nexport { icon, noAuto, config, toHtml, layer, text, counter, library, dom, parse, findIconDefinition };\n","'use strict';\n\nvar keys = require('object-keys');\nvar hasSymbols = typeof Symbol === 'function' && typeof Symbol('foo') === 'symbol';\n\nvar toStr = Object.prototype.toString;\nvar concat = Array.prototype.concat;\nvar origDefineProperty = Object.defineProperty;\n\nvar isFunction = function (fn) {\n\treturn typeof fn === 'function' && toStr.call(fn) === '[object Function]';\n};\n\nvar arePropertyDescriptorsSupported = function () {\n\tvar obj = {};\n\ttry {\n\t\torigDefineProperty(obj, 'x', { enumerable: false, value: obj });\n\t\t// eslint-disable-next-line no-unused-vars, no-restricted-syntax\n\t\tfor (var _ in obj) { // jscs:ignore disallowUnusedVariables\n\t\t\treturn false;\n\t\t}\n\t\treturn obj.x === obj;\n\t} catch (e) { /* this is IE 8. */\n\t\treturn false;\n\t}\n};\nvar supportsDescriptors = origDefineProperty && arePropertyDescriptorsSupported();\n\nvar defineProperty = function (object, name, value, predicate) {\n\tif (name in object && (!isFunction(predicate) || !predicate())) {\n\t\treturn;\n\t}\n\tif (supportsDescriptors) {\n\t\torigDefineProperty(object, name, {\n\t\t\tconfigurable: true,\n\t\t\tenumerable: false,\n\t\t\tvalue: value,\n\t\t\twritable: true\n\t\t});\n\t} else {\n\t\tobject[name] = value;\n\t}\n};\n\nvar defineProperties = function (object, map) {\n\tvar predicates = arguments.length > 2 ? arguments[2] : {};\n\tvar props = keys(map);\n\tif (hasSymbols) {\n\t\tprops = concat.call(props, Object.getOwnPropertySymbols(map));\n\t}\n\tfor (var i = 0; i < props.length; i += 1) {\n\t\tdefineProperty(object, props[i], map[props[i]], predicates[props[i]]);\n\t}\n};\n\ndefineProperties.supportsDescriptors = !!supportsDescriptors;\n\nmodule.exports = defineProperties;\n","'use strict';\n\nvar implementation = require('./implementation');\n\nmodule.exports = Function.prototype.bind || implementation;\n","export default function _arrayLikeToArray(arr, len) {\n if (len == null || len > arr.length) len = arr.length;\n\n for (var i = 0, arr2 = new Array(len); i < len; i++) {\n arr2[i] = arr[i];\n }\n\n return arr2;\n}","'use strict';\n\nexports.__esModule = true;\n\nvar _react = require('react');\n\nvar _react2 = _interopRequireDefault(_react);\n\nvar _implementation = require('./implementation');\n\nvar _implementation2 = _interopRequireDefault(_implementation);\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nexports.default = _react2.default.createContext || _implementation2.default;\nmodule.exports = exports['default'];","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nfunction componentWillMount() {\n // Call this.constructor.gDSFP to support sub-classes.\n var state = this.constructor.getDerivedStateFromProps(this.props, this.state);\n if (state !== null && state !== undefined) {\n this.setState(state);\n }\n}\n\nfunction componentWillReceiveProps(nextProps) {\n // Call this.constructor.gDSFP to support sub-classes.\n // Use the setState() updater to ensure state isn't stale in certain edge cases.\n function updater(prevState) {\n var state = this.constructor.getDerivedStateFromProps(nextProps, prevState);\n return state !== null && state !== undefined ? state : null;\n }\n // Binding \"this\" is important for shallow renderer support.\n this.setState(updater.bind(this));\n}\n\nfunction componentWillUpdate(nextProps, nextState) {\n try {\n var prevProps = this.props;\n var prevState = this.state;\n this.props = nextProps;\n this.state = nextState;\n this.__reactInternalSnapshotFlag = true;\n this.__reactInternalSnapshot = this.getSnapshotBeforeUpdate(\n prevProps,\n prevState\n );\n } finally {\n this.props = prevProps;\n this.state = prevState;\n }\n}\n\n// React may warn about cWM/cWRP/cWU methods being deprecated.\n// Add a flag to suppress these warnings for this special case.\ncomponentWillMount.__suppressDeprecationWarning = true;\ncomponentWillReceiveProps.__suppressDeprecationWarning = true;\ncomponentWillUpdate.__suppressDeprecationWarning = true;\n\nfunction polyfill(Component) {\n var prototype = Component.prototype;\n\n if (!prototype || !prototype.isReactComponent) {\n throw new Error('Can only polyfill class components');\n }\n\n if (\n typeof Component.getDerivedStateFromProps !== 'function' &&\n typeof prototype.getSnapshotBeforeUpdate !== 'function'\n ) {\n return Component;\n }\n\n // If new component APIs are defined, \"unsafe\" lifecycles won't be called.\n // Error if any of these lifecycles are present,\n // Because they would work differently between older and newer (16.3+) versions of React.\n var foundWillMountName = null;\n var foundWillReceivePropsName = null;\n var foundWillUpdateName = null;\n if (typeof prototype.componentWillMount === 'function') {\n foundWillMountName = 'componentWillMount';\n } else if (typeof prototype.UNSAFE_componentWillMount === 'function') {\n foundWillMountName = 'UNSAFE_componentWillMount';\n }\n if (typeof prototype.componentWillReceiveProps === 'function') {\n foundWillReceivePropsName = 'componentWillReceiveProps';\n } else if (typeof prototype.UNSAFE_componentWillReceiveProps === 'function') {\n foundWillReceivePropsName = 'UNSAFE_componentWillReceiveProps';\n }\n if (typeof prototype.componentWillUpdate === 'function') {\n foundWillUpdateName = 'componentWillUpdate';\n } else if (typeof prototype.UNSAFE_componentWillUpdate === 'function') {\n foundWillUpdateName = 'UNSAFE_componentWillUpdate';\n }\n if (\n foundWillMountName !== null ||\n foundWillReceivePropsName !== null ||\n foundWillUpdateName !== null\n ) {\n var componentName = Component.displayName || Component.name;\n var newApiName =\n typeof Component.getDerivedStateFromProps === 'function'\n ? 'getDerivedStateFromProps()'\n : 'getSnapshotBeforeUpdate()';\n\n throw Error(\n 'Unsafe legacy lifecycles will not be called for components using new component APIs.\\n\\n' +\n componentName +\n ' uses ' +\n newApiName +\n ' but also contains the following legacy lifecycles:' +\n (foundWillMountName !== null ? '\\n ' + foundWillMountName : '') +\n (foundWillReceivePropsName !== null\n ? '\\n ' + foundWillReceivePropsName\n : '') +\n (foundWillUpdateName !== null ? '\\n ' + foundWillUpdateName : '') +\n '\\n\\nThe above lifecycles should be removed. Learn more about this warning here:\\n' +\n 'https://fb.me/react-async-component-lifecycle-hooks'\n );\n }\n\n // React <= 16.2 does not support static getDerivedStateFromProps.\n // As a workaround, use cWM and cWRP to invoke the new static lifecycle.\n // Newer versions of React will ignore these lifecycles if gDSFP exists.\n if (typeof Component.getDerivedStateFromProps === 'function') {\n prototype.componentWillMount = componentWillMount;\n prototype.componentWillReceiveProps = componentWillReceiveProps;\n }\n\n // React <= 16.2 does not support getSnapshotBeforeUpdate.\n // As a workaround, use cWU to invoke the new lifecycle.\n // Newer versions of React will ignore that lifecycle if gSBU exists.\n if (typeof prototype.getSnapshotBeforeUpdate === 'function') {\n if (typeof prototype.componentDidUpdate !== 'function') {\n throw new Error(\n 'Cannot polyfill getSnapshotBeforeUpdate() for components that do not define componentDidUpdate() on the prototype'\n );\n }\n\n prototype.componentWillUpdate = componentWillUpdate;\n\n var componentDidUpdate = prototype.componentDidUpdate;\n\n prototype.componentDidUpdate = function componentDidUpdatePolyfill(\n prevProps,\n prevState,\n maybeSnapshot\n ) {\n // 16.3+ will not execute our will-update method;\n // It will pass a snapshot value to did-update though.\n // Older versions will require our polyfilled will-update value.\n // We need to handle both cases, but can't just check for the presence of \"maybeSnapshot\",\n // Because for <= 15.x versions this might be a \"prevContext\" object.\n // We also can't just check \"__reactInternalSnapshot\",\n // Because get-snapshot might return a falsy value.\n // So check for the explicit __reactInternalSnapshotFlag flag to determine behavior.\n var snapshot = this.__reactInternalSnapshotFlag\n ? this.__reactInternalSnapshot\n : maybeSnapshot;\n\n componentDidUpdate.call(this, prevProps, prevState, snapshot);\n };\n }\n\n return Component;\n}\n\nexport { polyfill };\n","import _assertThisInitialized from \"@babel/runtime/helpers/assertThisInitialized\";\nimport _inheritsLoose from \"@babel/runtime/helpers/inheritsLoose\";\nimport _defineProperty from \"@babel/runtime/helpers/defineProperty\";\nimport * as React from 'react';\nimport createContext from 'create-react-context';\nexport var ManagerReferenceNodeContext = createContext();\nexport var ManagerReferenceNodeSetterContext = createContext();\n\nvar Manager =\n/*#__PURE__*/\nfunction (_React$Component) {\n _inheritsLoose(Manager, _React$Component);\n\n function Manager() {\n var _this;\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n _this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this;\n\n _defineProperty(_assertThisInitialized(_this), \"referenceNode\", void 0);\n\n _defineProperty(_assertThisInitialized(_this), \"setReferenceNode\", function (newReferenceNode) {\n if (newReferenceNode && _this.referenceNode !== newReferenceNode) {\n _this.referenceNode = newReferenceNode;\n\n _this.forceUpdate();\n }\n });\n\n return _this;\n }\n\n var _proto = Manager.prototype;\n\n _proto.componentWillUnmount = function componentWillUnmount() {\n this.referenceNode = null;\n };\n\n _proto.render = function render() {\n return React.createElement(ManagerReferenceNodeContext.Provider, {\n value: this.referenceNode\n }, React.createElement(ManagerReferenceNodeSetterContext.Provider, {\n value: this.setReferenceNode\n }, this.props.children));\n };\n\n return Manager;\n}(React.Component);\n\nexport { Manager as default };","import React from 'react';\n/**\n * TabContext\n * {\n * activeTabId: PropTypes.any\n * }\n */\n\nexport var TabContext = /*#__PURE__*/React.createContext({});","'use strict';\n\nvar origSymbol = global.Symbol;\nvar hasSymbolSham = require('./shams');\n\nmodule.exports = function hasNativeSymbols() {\n\tif (typeof origSymbol !== 'function') { return false; }\n\tif (typeof Symbol !== 'function') { return false; }\n\tif (typeof origSymbol('foo') !== 'symbol') { return false; }\n\tif (typeof Symbol('bar') !== 'symbol') { return false; }\n\n\treturn hasSymbolSham();\n};\n","/**\n * Checks if `value` is the\n * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)\n * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\n * @example\n *\n * _.isObject({});\n * // => true\n *\n * _.isObject([1, 2, 3]);\n * // => true\n *\n * _.isObject(_.noop);\n * // => true\n *\n * _.isObject(null);\n * // => false\n */\nfunction isObject(value) {\n var type = typeof value;\n return value != null && (type == 'object' || type == 'function');\n}\n\nmodule.exports = isObject;\n","/**\n * Copyright (c) 2014-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\n/**\n * Similar to invariant but only logs a warning if the condition is not met.\n * This can be used to log issues in development environments in critical\n * paths. Removing the logging code for production environments will keep the\n * same logic and follow the same code paths.\n */\n\nvar __DEV__ = process.env.NODE_ENV !== 'production';\n\nvar warning = function() {};\n\nif (__DEV__) {\n var printWarning = function printWarning(format, args) {\n var len = arguments.length;\n args = new Array(len > 1 ? len - 1 : 0);\n for (var key = 1; key < len; key++) {\n args[key - 1] = arguments[key];\n }\n var argIndex = 0;\n var message = 'Warning: ' +\n format.replace(/%s/g, function() {\n return args[argIndex++];\n });\n if (typeof console !== 'undefined') {\n console.error(message);\n }\n try {\n // --- Welcome to debugging React ---\n // This error was thrown as a convenience so that you can use this stack\n // to find the callsite that caused this warning to fire.\n throw new Error(message);\n } catch (x) {}\n }\n\n warning = function(condition, format, args) {\n var len = arguments.length;\n args = new Array(len > 2 ? len - 2 : 0);\n for (var key = 2; key < len; key++) {\n args[key - 2] = arguments[key];\n }\n if (format === undefined) {\n throw new Error(\n '`warning(condition, format, ...args)` requires a warning ' +\n 'message argument'\n );\n }\n if (!condition) {\n printWarning.apply(null, [format].concat(args));\n }\n };\n}\n\nmodule.exports = warning;\n","var isObject = require('./isObject'),\n now = require('./now'),\n toNumber = require('./toNumber');\n\n/** Error message constants. */\nvar FUNC_ERROR_TEXT = 'Expected a function';\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMax = Math.max,\n nativeMin = Math.min;\n\n/**\n * Creates a debounced function that delays invoking `func` until after `wait`\n * milliseconds have elapsed since the last time the debounced function was\n * invoked. The debounced function comes with a `cancel` method to cancel\n * delayed `func` invocations and a `flush` method to immediately invoke them.\n * Provide `options` to indicate whether `func` should be invoked on the\n * leading and/or trailing edge of the `wait` timeout. The `func` is invoked\n * with the last arguments provided to the debounced function. Subsequent\n * calls to the debounced function return the result of the last `func`\n * invocation.\n *\n * **Note:** If `leading` and `trailing` options are `true`, `func` is\n * invoked on the trailing edge of the timeout only if the debounced function\n * is invoked more than once during the `wait` timeout.\n *\n * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred\n * until to the next tick, similar to `setTimeout` with a timeout of `0`.\n *\n * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/)\n * for details over the differences between `_.debounce` and `_.throttle`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Function\n * @param {Function} func The function to debounce.\n * @param {number} [wait=0] The number of milliseconds to delay.\n * @param {Object} [options={}] The options object.\n * @param {boolean} [options.leading=false]\n * Specify invoking on the leading edge of the timeout.\n * @param {number} [options.maxWait]\n * The maximum time `func` is allowed to be delayed before it's invoked.\n * @param {boolean} [options.trailing=true]\n * Specify invoking on the trailing edge of the timeout.\n * @returns {Function} Returns the new debounced function.\n * @example\n *\n * // Avoid costly calculations while the window size is in flux.\n * jQuery(window).on('resize', _.debounce(calculateLayout, 150));\n *\n * // Invoke `sendMail` when clicked, debouncing subsequent calls.\n * jQuery(element).on('click', _.debounce(sendMail, 300, {\n * 'leading': true,\n * 'trailing': false\n * }));\n *\n * // Ensure `batchLog` is invoked once after 1 second of debounced calls.\n * var debounced = _.debounce(batchLog, 250, { 'maxWait': 1000 });\n * var source = new EventSource('/stream');\n * jQuery(source).on('message', debounced);\n *\n * // Cancel the trailing debounced invocation.\n * jQuery(window).on('popstate', debounced.cancel);\n */\nfunction debounce(func, wait, options) {\n var lastArgs,\n lastThis,\n maxWait,\n result,\n timerId,\n lastCallTime,\n lastInvokeTime = 0,\n leading = false,\n maxing = false,\n trailing = true;\n\n if (typeof func != 'function') {\n throw new TypeError(FUNC_ERROR_TEXT);\n }\n wait = toNumber(wait) || 0;\n if (isObject(options)) {\n leading = !!options.leading;\n maxing = 'maxWait' in options;\n maxWait = maxing ? nativeMax(toNumber(options.maxWait) || 0, wait) : maxWait;\n trailing = 'trailing' in options ? !!options.trailing : trailing;\n }\n\n function invokeFunc(time) {\n var args = lastArgs,\n thisArg = lastThis;\n\n lastArgs = lastThis = undefined;\n lastInvokeTime = time;\n result = func.apply(thisArg, args);\n return result;\n }\n\n function leadingEdge(time) {\n // Reset any `maxWait` timer.\n lastInvokeTime = time;\n // Start the timer for the trailing edge.\n timerId = setTimeout(timerExpired, wait);\n // Invoke the leading edge.\n return leading ? invokeFunc(time) : result;\n }\n\n function remainingWait(time) {\n var timeSinceLastCall = time - lastCallTime,\n timeSinceLastInvoke = time - lastInvokeTime,\n timeWaiting = wait - timeSinceLastCall;\n\n return maxing\n ? nativeMin(timeWaiting, maxWait - timeSinceLastInvoke)\n : timeWaiting;\n }\n\n function shouldInvoke(time) {\n var timeSinceLastCall = time - lastCallTime,\n timeSinceLastInvoke = time - lastInvokeTime;\n\n // Either this is the first call, activity has stopped and we're at the\n // trailing edge, the system time has gone backwards and we're treating\n // it as the trailing edge, or we've hit the `maxWait` limit.\n return (lastCallTime === undefined || (timeSinceLastCall >= wait) ||\n (timeSinceLastCall < 0) || (maxing && timeSinceLastInvoke >= maxWait));\n }\n\n function timerExpired() {\n var time = now();\n if (shouldInvoke(time)) {\n return trailingEdge(time);\n }\n // Restart the timer.\n timerId = setTimeout(timerExpired, remainingWait(time));\n }\n\n function trailingEdge(time) {\n timerId = undefined;\n\n // Only invoke if we have `lastArgs` which means `func` has been\n // debounced at least once.\n if (trailing && lastArgs) {\n return invokeFunc(time);\n }\n lastArgs = lastThis = undefined;\n return result;\n }\n\n function cancel() {\n if (timerId !== undefined) {\n clearTimeout(timerId);\n }\n lastInvokeTime = 0;\n lastArgs = lastCallTime = lastThis = timerId = undefined;\n }\n\n function flush() {\n return timerId === undefined ? result : trailingEdge(now());\n }\n\n function debounced() {\n var time = now(),\n isInvoking = shouldInvoke(time);\n\n lastArgs = arguments;\n lastThis = this;\n lastCallTime = time;\n\n if (isInvoking) {\n if (timerId === undefined) {\n return leadingEdge(lastCallTime);\n }\n if (maxing) {\n // Handle invocations in a tight loop.\n clearTimeout(timerId);\n timerId = setTimeout(timerExpired, wait);\n return invokeFunc(lastCallTime);\n }\n }\n if (timerId === undefined) {\n timerId = setTimeout(timerExpired, wait);\n }\n return result;\n }\n debounced.cancel = cancel;\n debounced.flush = flush;\n return debounced;\n}\n\nmodule.exports = debounce;\n","export default typeof window !== 'undefined' && typeof document !== 'undefined' && typeof navigator !== 'undefined';\n","import isBrowser from './isBrowser';\n\nconst timeoutDuration = (function(){\n const longerTimeoutBrowsers = ['Edge', 'Trident', 'Firefox'];\n for (let i = 0; i < longerTimeoutBrowsers.length; i += 1) {\n if (isBrowser && navigator.userAgent.indexOf(longerTimeoutBrowsers[i]) >= 0) {\n return 1;\n }\n }\n return 0;\n}());\n\nexport function microtaskDebounce(fn) {\n let called = false\n return () => {\n if (called) {\n return\n }\n called = true\n window.Promise.resolve().then(() => {\n called = false\n fn()\n })\n }\n}\n\nexport function taskDebounce(fn) {\n let scheduled = false;\n return () => {\n if (!scheduled) {\n scheduled = true;\n setTimeout(() => {\n scheduled = false;\n fn();\n }, timeoutDuration);\n }\n };\n}\n\nconst supportsMicroTasks = isBrowser && window.Promise\n\n\n/**\n* Create a debounced version of a method, that's asynchronously deferred\n* but called in the minimum time possible.\n*\n* @method\n* @memberof Popper.Utils\n* @argument {Function} fn\n* @returns {Function}\n*/\nexport default (supportsMicroTasks\n ? microtaskDebounce\n : taskDebounce);\n","/**\n * Check if the given variable is a function\n * @method\n * @memberof Popper.Utils\n * @argument {Any} functionToCheck - variable to check\n * @returns {Boolean} answer to: is a function?\n */\nexport default function isFunction(functionToCheck) {\n const getType = {};\n return (\n functionToCheck &&\n getType.toString.call(functionToCheck) === '[object Function]'\n );\n}\n","/**\n * Get CSS computed property of the given element\n * @method\n * @memberof Popper.Utils\n * @argument {Eement} element\n * @argument {String} property\n */\nexport default function getStyleComputedProperty(element, property) {\n if (element.nodeType !== 1) {\n return [];\n }\n // NOTE: 1 DOM access here\n const window = element.ownerDocument.defaultView;\n const css = window.getComputedStyle(element, null);\n return property ? css[property] : css;\n}\n","/**\n * Returns the parentNode or the host of the element\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @returns {Element} parent\n */\nexport default function getParentNode(element) {\n if (element.nodeName === 'HTML') {\n return element;\n }\n return element.parentNode || element.host;\n}\n","import getStyleComputedProperty from './getStyleComputedProperty';\nimport getParentNode from './getParentNode';\n\n/**\n * Returns the scrolling parent of the given element\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @returns {Element} scroll parent\n */\nexport default function getScrollParent(element) {\n // Return body, `getScroll` will take care to get the correct `scrollTop` from it\n if (!element) {\n return document.body\n }\n\n switch (element.nodeName) {\n case 'HTML':\n case 'BODY':\n return element.ownerDocument.body\n case '#document':\n return element.body\n }\n\n // Firefox want us to check `-x` and `-y` variations as well\n const { overflow, overflowX, overflowY } = getStyleComputedProperty(element);\n if (/(auto|scroll|overlay)/.test(overflow + overflowY + overflowX)) {\n return element;\n }\n\n return getScrollParent(getParentNode(element));\n}\n","/**\n * Returns the reference node of the reference object, or the reference object itself.\n * @method\n * @memberof Popper.Utils\n * @param {Element|Object} reference - the reference element (the popper will be relative to this)\n * @returns {Element} parent\n */\nexport default function getReferenceNode(reference) {\n return reference && reference.referenceNode ? reference.referenceNode : reference;\n}\n","import isBrowser from './isBrowser';\n\nconst isIE11 = isBrowser && !!(window.MSInputMethodContext && document.documentMode);\nconst isIE10 = isBrowser && /MSIE 10/.test(navigator.userAgent);\n\n/**\n * Determines if the browser is Internet Explorer\n * @method\n * @memberof Popper.Utils\n * @param {Number} version to check\n * @returns {Boolean} isIE\n */\nexport default function isIE(version) {\n if (version === 11) {\n return isIE11;\n }\n if (version === 10) {\n return isIE10;\n }\n return isIE11 || isIE10;\n}\n","import getStyleComputedProperty from './getStyleComputedProperty';\nimport isIE from './isIE';\n/**\n * Returns the offset parent of the given element\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @returns {Element} offset parent\n */\nexport default function getOffsetParent(element) {\n if (!element) {\n return document.documentElement;\n }\n\n const noOffsetParent = isIE(10) ? document.body : null;\n\n // NOTE: 1 DOM access here\n let offsetParent = element.offsetParent || null;\n // Skip hidden elements which don't have an offsetParent\n while (offsetParent === noOffsetParent && element.nextElementSibling) {\n offsetParent = (element = element.nextElementSibling).offsetParent;\n }\n\n const nodeName = offsetParent && offsetParent.nodeName;\n\n if (!nodeName || nodeName === 'BODY' || nodeName === 'HTML') {\n return element ? element.ownerDocument.documentElement : document.documentElement;\n }\n\n // .offsetParent will return the closest TH, TD or TABLE in case\n // no offsetParent is present, I hate this job...\n if (\n ['TH', 'TD', 'TABLE'].indexOf(offsetParent.nodeName) !== -1 &&\n getStyleComputedProperty(offsetParent, 'position') === 'static'\n ) {\n return getOffsetParent(offsetParent);\n }\n\n return offsetParent;\n}\n","/**\n * Finds the root node (document, shadowDOM root) of the given element\n * @method\n * @memberof Popper.Utils\n * @argument {Element} node\n * @returns {Element} root node\n */\nexport default function getRoot(node) {\n if (node.parentNode !== null) {\n return getRoot(node.parentNode);\n }\n\n return node;\n}\n","import isOffsetContainer from './isOffsetContainer';\nimport getRoot from './getRoot';\nimport getOffsetParent from './getOffsetParent';\n\n/**\n * Finds the offset parent common to the two provided nodes\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element1\n * @argument {Element} element2\n * @returns {Element} common offset parent\n */\nexport default function findCommonOffsetParent(element1, element2) {\n // This check is needed to avoid errors in case one of the elements isn't defined for any reason\n if (!element1 || !element1.nodeType || !element2 || !element2.nodeType) {\n return document.documentElement;\n }\n\n // Here we make sure to give as \"start\" the element that comes first in the DOM\n const order =\n element1.compareDocumentPosition(element2) &\n Node.DOCUMENT_POSITION_FOLLOWING;\n const start = order ? element1 : element2;\n const end = order ? element2 : element1;\n\n // Get common ancestor container\n const range = document.createRange();\n range.setStart(start, 0);\n range.setEnd(end, 0);\n const { commonAncestorContainer } = range;\n\n // Both nodes are inside #document\n if (\n (element1 !== commonAncestorContainer &&\n element2 !== commonAncestorContainer) ||\n start.contains(end)\n ) {\n if (isOffsetContainer(commonAncestorContainer)) {\n return commonAncestorContainer;\n }\n\n return getOffsetParent(commonAncestorContainer);\n }\n\n // one of the nodes is inside shadowDOM, find which one\n const element1root = getRoot(element1);\n if (element1root.host) {\n return findCommonOffsetParent(element1root.host, element2);\n } else {\n return findCommonOffsetParent(element1, getRoot(element2).host);\n }\n}\n","import getOffsetParent from './getOffsetParent';\n\nexport default function isOffsetContainer(element) {\n const { nodeName } = element;\n if (nodeName === 'BODY') {\n return false;\n }\n return (\n nodeName === 'HTML' || getOffsetParent(element.firstElementChild) === element\n );\n}\n","/**\n * Gets the scroll value of the given element in the given side (top and left)\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @argument {String} side `top` or `left`\n * @returns {number} amount of scrolled pixels\n */\nexport default function getScroll(element, side = 'top') {\n const upperSide = side === 'top' ? 'scrollTop' : 'scrollLeft';\n const nodeName = element.nodeName;\n\n if (nodeName === 'BODY' || nodeName === 'HTML') {\n const html = element.ownerDocument.documentElement;\n const scrollingElement = element.ownerDocument.scrollingElement || html;\n return scrollingElement[upperSide];\n }\n\n return element[upperSide];\n}\n","import getScroll from './getScroll';\n\n/*\n * Sum or subtract the element scroll values (left and top) from a given rect object\n * @method\n * @memberof Popper.Utils\n * @param {Object} rect - Rect object you want to change\n * @param {HTMLElement} element - The element from the function reads the scroll values\n * @param {Boolean} subtract - set to true if you want to subtract the scroll values\n * @return {Object} rect - The modifier rect object\n */\nexport default function includeScroll(rect, element, subtract = false) {\n const scrollTop = getScroll(element, 'top');\n const scrollLeft = getScroll(element, 'left');\n const modifier = subtract ? -1 : 1;\n rect.top += scrollTop * modifier;\n rect.bottom += scrollTop * modifier;\n rect.left += scrollLeft * modifier;\n rect.right += scrollLeft * modifier;\n return rect;\n}\n","/*\n * Helper to detect borders of a given element\n * @method\n * @memberof Popper.Utils\n * @param {CSSStyleDeclaration} styles\n * Result of `getStyleComputedProperty` on the given element\n * @param {String} axis - `x` or `y`\n * @return {number} borders - The borders size of the given axis\n */\n\nexport default function getBordersSize(styles, axis) {\n const sideA = axis === 'x' ? 'Left' : 'Top';\n const sideB = sideA === 'Left' ? 'Right' : 'Bottom';\n\n return (\n parseFloat(styles[`border${sideA}Width`]) +\n parseFloat(styles[`border${sideB}Width`])\n );\n}\n","import isIE from './isIE';\n\nfunction getSize(axis, body, html, computedStyle) {\n return Math.max(\n body[`offset${axis}`],\n body[`scroll${axis}`],\n html[`client${axis}`],\n html[`offset${axis}`],\n html[`scroll${axis}`],\n isIE(10)\n ? (parseInt(html[`offset${axis}`]) + \n parseInt(computedStyle[`margin${axis === 'Height' ? 'Top' : 'Left'}`]) + \n parseInt(computedStyle[`margin${axis === 'Height' ? 'Bottom' : 'Right'}`]))\n : 0 \n );\n}\n\nexport default function getWindowSizes(document) {\n const body = document.body;\n const html = document.documentElement;\n const computedStyle = isIE(10) && getComputedStyle(html);\n\n return {\n height: getSize('Height', body, html, computedStyle),\n width: getSize('Width', body, html, computedStyle),\n };\n}\n","/**\n * Given element offsets, generate an output similar to getBoundingClientRect\n * @method\n * @memberof Popper.Utils\n * @argument {Object} offsets\n * @returns {Object} ClientRect like output\n */\nexport default function getClientRect(offsets) {\n return {\n ...offsets,\n right: offsets.left + offsets.width,\n bottom: offsets.top + offsets.height,\n };\n}\n","import getStyleComputedProperty from './getStyleComputedProperty';\nimport getBordersSize from './getBordersSize';\nimport getWindowSizes from './getWindowSizes';\nimport getScroll from './getScroll';\nimport getClientRect from './getClientRect';\nimport isIE from './isIE';\n\n/**\n * Get bounding client rect of given element\n * @method\n * @memberof Popper.Utils\n * @param {HTMLElement} element\n * @return {Object} client rect\n */\nexport default function getBoundingClientRect(element) {\n let rect = {};\n\n // IE10 10 FIX: Please, don't ask, the element isn't\n // considered in DOM in some circumstances...\n // This isn't reproducible in IE10 compatibility mode of IE11\n try {\n if (isIE(10)) {\n rect = element.getBoundingClientRect();\n const scrollTop = getScroll(element, 'top');\n const scrollLeft = getScroll(element, 'left');\n rect.top += scrollTop;\n rect.left += scrollLeft;\n rect.bottom += scrollTop;\n rect.right += scrollLeft;\n }\n else {\n rect = element.getBoundingClientRect();\n }\n }\n catch(e){}\n\n const result = {\n left: rect.left,\n top: rect.top,\n width: rect.right - rect.left,\n height: rect.bottom - rect.top,\n };\n\n // subtract scrollbar size from sizes\n const sizes = element.nodeName === 'HTML' ? getWindowSizes(element.ownerDocument) : {};\n const width =\n sizes.width || element.clientWidth || result.width;\n const height =\n sizes.height || element.clientHeight || result.height;\n\n let horizScrollbar = element.offsetWidth - width;\n let vertScrollbar = element.offsetHeight - height;\n\n // if an hypothetical scrollbar is detected, we must be sure it's not a `border`\n // we make this check conditional for performance reasons\n if (horizScrollbar || vertScrollbar) {\n const styles = getStyleComputedProperty(element);\n horizScrollbar -= getBordersSize(styles, 'x');\n vertScrollbar -= getBordersSize(styles, 'y');\n\n result.width -= horizScrollbar;\n result.height -= vertScrollbar;\n }\n\n return getClientRect(result);\n}\n","import getStyleComputedProperty from './getStyleComputedProperty';\nimport includeScroll from './includeScroll';\nimport getScrollParent from './getScrollParent';\nimport getBoundingClientRect from './getBoundingClientRect';\nimport runIsIE from './isIE';\nimport getClientRect from './getClientRect';\n\nexport default function getOffsetRectRelativeToArbitraryNode(children, parent, fixedPosition = false) {\n const isIE10 = runIsIE(10);\n const isHTML = parent.nodeName === 'HTML';\n const childrenRect = getBoundingClientRect(children);\n const parentRect = getBoundingClientRect(parent);\n const scrollParent = getScrollParent(children);\n\n const styles = getStyleComputedProperty(parent);\n const borderTopWidth = parseFloat(styles.borderTopWidth);\n const borderLeftWidth = parseFloat(styles.borderLeftWidth);\n\n // In cases where the parent is fixed, we must ignore negative scroll in offset calc\n if(fixedPosition && isHTML) {\n parentRect.top = Math.max(parentRect.top, 0);\n parentRect.left = Math.max(parentRect.left, 0);\n }\n let offsets = getClientRect({\n top: childrenRect.top - parentRect.top - borderTopWidth,\n left: childrenRect.left - parentRect.left - borderLeftWidth,\n width: childrenRect.width,\n height: childrenRect.height,\n });\n offsets.marginTop = 0;\n offsets.marginLeft = 0;\n\n // Subtract margins of documentElement in case it's being used as parent\n // we do this only on HTML because it's the only element that behaves\n // differently when margins are applied to it. The margins are included in\n // the box of the documentElement, in the other cases not.\n if (!isIE10 && isHTML) {\n const marginTop = parseFloat(styles.marginTop);\n const marginLeft = parseFloat(styles.marginLeft);\n\n offsets.top -= borderTopWidth - marginTop;\n offsets.bottom -= borderTopWidth - marginTop;\n offsets.left -= borderLeftWidth - marginLeft;\n offsets.right -= borderLeftWidth - marginLeft;\n\n // Attach marginTop and marginLeft because in some circumstances we may need them\n offsets.marginTop = marginTop;\n offsets.marginLeft = marginLeft;\n }\n\n if (\n isIE10 && !fixedPosition\n ? parent.contains(scrollParent)\n : parent === scrollParent && scrollParent.nodeName !== 'BODY'\n ) {\n offsets = includeScroll(offsets, parent);\n }\n\n return offsets;\n}\n","import getOffsetRectRelativeToArbitraryNode from './getOffsetRectRelativeToArbitraryNode';\nimport getScroll from './getScroll';\nimport getClientRect from './getClientRect';\n\nexport default function getViewportOffsetRectRelativeToArtbitraryNode(element, excludeScroll = false) {\n const html = element.ownerDocument.documentElement;\n const relativeOffset = getOffsetRectRelativeToArbitraryNode(element, html);\n const width = Math.max(html.clientWidth, window.innerWidth || 0);\n const height = Math.max(html.clientHeight, window.innerHeight || 0);\n\n const scrollTop = !excludeScroll ? getScroll(html) : 0;\n const scrollLeft = !excludeScroll ? getScroll(html, 'left') : 0;\n\n const offset = {\n top: scrollTop - relativeOffset.top + relativeOffset.marginTop,\n left: scrollLeft - relativeOffset.left + relativeOffset.marginLeft,\n width,\n height,\n };\n\n return getClientRect(offset);\n}\n","import getStyleComputedProperty from './getStyleComputedProperty';\nimport getParentNode from './getParentNode';\n\n/**\n * Check if the given element is fixed or is inside a fixed parent\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @argument {Element} customContainer\n * @returns {Boolean} answer to \"isFixed?\"\n */\nexport default function isFixed(element) {\n const nodeName = element.nodeName;\n if (nodeName === 'BODY' || nodeName === 'HTML') {\n return false;\n }\n if (getStyleComputedProperty(element, 'position') === 'fixed') {\n return true;\n }\n const parentNode = getParentNode(element);\n if (!parentNode) {\n return false;\n }\n return isFixed(parentNode);\n}\n","import getStyleComputedProperty from './getStyleComputedProperty';\nimport isIE from './isIE';\n/**\n * Finds the first parent of an element that has a transformed property defined\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @returns {Element} first transformed parent or documentElement\n */\n\nexport default function getFixedPositionOffsetParent(element) {\n // This check is needed to avoid errors in case one of the elements isn't defined for any reason\n if (!element || !element.parentElement || isIE()) {\n return document.documentElement;\n }\n let el = element.parentElement;\n while (el && getStyleComputedProperty(el, 'transform') === 'none') {\n el = el.parentElement;\n }\n return el || document.documentElement;\n\n}\n","import getScrollParent from './getScrollParent';\nimport getParentNode from './getParentNode';\nimport getReferenceNode from './getReferenceNode';\nimport findCommonOffsetParent from './findCommonOffsetParent';\nimport getOffsetRectRelativeToArbitraryNode from './getOffsetRectRelativeToArbitraryNode';\nimport getViewportOffsetRectRelativeToArtbitraryNode from './getViewportOffsetRectRelativeToArtbitraryNode';\nimport getWindowSizes from './getWindowSizes';\nimport isFixed from './isFixed';\nimport getFixedPositionOffsetParent from './getFixedPositionOffsetParent';\n\n/**\n * Computed the boundaries limits and return them\n * @method\n * @memberof Popper.Utils\n * @param {HTMLElement} popper\n * @param {HTMLElement} reference\n * @param {number} padding\n * @param {HTMLElement} boundariesElement - Element used to define the boundaries\n * @param {Boolean} fixedPosition - Is in fixed position mode\n * @returns {Object} Coordinates of the boundaries\n */\nexport default function getBoundaries(\n popper,\n reference,\n padding,\n boundariesElement,\n fixedPosition = false\n) {\n // NOTE: 1 DOM access here\n\n let boundaries = { top: 0, left: 0 };\n const offsetParent = fixedPosition ? getFixedPositionOffsetParent(popper) : findCommonOffsetParent(popper, getReferenceNode(reference));\n\n // Handle viewport case\n if (boundariesElement === 'viewport' ) {\n boundaries = getViewportOffsetRectRelativeToArtbitraryNode(offsetParent, fixedPosition);\n }\n\n else {\n // Handle other cases based on DOM element used as boundaries\n let boundariesNode;\n if (boundariesElement === 'scrollParent') {\n boundariesNode = getScrollParent(getParentNode(reference));\n if (boundariesNode.nodeName === 'BODY') {\n boundariesNode = popper.ownerDocument.documentElement;\n }\n } else if (boundariesElement === 'window') {\n boundariesNode = popper.ownerDocument.documentElement;\n } else {\n boundariesNode = boundariesElement;\n }\n\n const offsets = getOffsetRectRelativeToArbitraryNode(\n boundariesNode,\n offsetParent,\n fixedPosition\n );\n\n // In case of HTML, we need a different computation\n if (boundariesNode.nodeName === 'HTML' && !isFixed(offsetParent)) {\n const { height, width } = getWindowSizes(popper.ownerDocument);\n boundaries.top += offsets.top - offsets.marginTop;\n boundaries.bottom = height + offsets.top;\n boundaries.left += offsets.left - offsets.marginLeft;\n boundaries.right = width + offsets.left;\n } else {\n // for all the other DOM elements, this one is good\n boundaries = offsets;\n }\n }\n\n // Add paddings\n padding = padding || 0;\n const isPaddingNumber = typeof padding === 'number';\n boundaries.left += isPaddingNumber ? padding : padding.left || 0; \n boundaries.top += isPaddingNumber ? padding : padding.top || 0; \n boundaries.right -= isPaddingNumber ? padding : padding.right || 0; \n boundaries.bottom -= isPaddingNumber ? padding : padding.bottom || 0; \n\n return boundaries;\n}\n","import getBoundaries from '../utils/getBoundaries';\n\nfunction getArea({ width, height }) {\n return width * height;\n}\n\n/**\n * Utility used to transform the `auto` placement to the placement with more\n * available space.\n * @method\n * @memberof Popper.Utils\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nexport default function computeAutoPlacement(\n placement,\n refRect,\n popper,\n reference,\n boundariesElement,\n padding = 0\n) {\n if (placement.indexOf('auto') === -1) {\n return placement;\n }\n\n const boundaries = getBoundaries(\n popper,\n reference,\n padding,\n boundariesElement\n );\n\n const rects = {\n top: {\n width: boundaries.width,\n height: refRect.top - boundaries.top,\n },\n right: {\n width: boundaries.right - refRect.right,\n height: boundaries.height,\n },\n bottom: {\n width: boundaries.width,\n height: boundaries.bottom - refRect.bottom,\n },\n left: {\n width: refRect.left - boundaries.left,\n height: boundaries.height,\n },\n };\n\n const sortedAreas = Object.keys(rects)\n .map(key => ({\n key,\n ...rects[key],\n area: getArea(rects[key]),\n }))\n .sort((a, b) => b.area - a.area);\n\n const filteredAreas = sortedAreas.filter(\n ({ width, height }) =>\n width >= popper.clientWidth && height >= popper.clientHeight\n );\n\n const computedPlacement = filteredAreas.length > 0\n ? filteredAreas[0].key\n : sortedAreas[0].key;\n\n const variation = placement.split('-')[1];\n\n return computedPlacement + (variation ? `-${variation}` : '');\n}\n","import findCommonOffsetParent from './findCommonOffsetParent';\nimport getOffsetRectRelativeToArbitraryNode from './getOffsetRectRelativeToArbitraryNode';\nimport getFixedPositionOffsetParent from './getFixedPositionOffsetParent';\nimport getReferenceNode from './getReferenceNode';\n\n/**\n * Get offsets to the reference element\n * @method\n * @memberof Popper.Utils\n * @param {Object} state\n * @param {Element} popper - the popper element\n * @param {Element} reference - the reference element (the popper will be relative to this)\n * @param {Element} fixedPosition - is in fixed position mode\n * @returns {Object} An object containing the offsets which will be applied to the popper\n */\nexport default function getReferenceOffsets(state, popper, reference, fixedPosition = null) {\n const commonOffsetParent = fixedPosition ? getFixedPositionOffsetParent(popper) : findCommonOffsetParent(popper, getReferenceNode(reference));\n return getOffsetRectRelativeToArbitraryNode(reference, commonOffsetParent, fixedPosition);\n}\n","/**\n * Get the outer sizes of the given element (offset size + margins)\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @returns {Object} object containing width and height properties\n */\nexport default function getOuterSizes(element) {\n const window = element.ownerDocument.defaultView;\n const styles = window.getComputedStyle(element);\n const x = parseFloat(styles.marginTop || 0) + parseFloat(styles.marginBottom || 0);\n const y = parseFloat(styles.marginLeft || 0) + parseFloat(styles.marginRight || 0);\n const result = {\n width: element.offsetWidth + y,\n height: element.offsetHeight + x,\n };\n return result;\n}\n","/**\n * Get the opposite placement of the given one\n * @method\n * @memberof Popper.Utils\n * @argument {String} placement\n * @returns {String} flipped placement\n */\nexport default function getOppositePlacement(placement) {\n const hash = { left: 'right', right: 'left', bottom: 'top', top: 'bottom' };\n return placement.replace(/left|right|bottom|top/g, matched => hash[matched]);\n}\n","import getOuterSizes from './getOuterSizes';\nimport getOppositePlacement from './getOppositePlacement';\n\n/**\n * Get offsets to the popper\n * @method\n * @memberof Popper.Utils\n * @param {Object} position - CSS position the Popper will get applied\n * @param {HTMLElement} popper - the popper element\n * @param {Object} referenceOffsets - the reference offsets (the popper will be relative to this)\n * @param {String} placement - one of the valid placement options\n * @returns {Object} popperOffsets - An object containing the offsets which will be applied to the popper\n */\nexport default function getPopperOffsets(popper, referenceOffsets, placement) {\n placement = placement.split('-')[0];\n\n // Get popper node sizes\n const popperRect = getOuterSizes(popper);\n\n // Add position, width and height to our offsets object\n const popperOffsets = {\n width: popperRect.width,\n height: popperRect.height,\n };\n\n // depending by the popper placement we have to compute its offsets slightly differently\n const isHoriz = ['right', 'left'].indexOf(placement) !== -1;\n const mainSide = isHoriz ? 'top' : 'left';\n const secondarySide = isHoriz ? 'left' : 'top';\n const measurement = isHoriz ? 'height' : 'width';\n const secondaryMeasurement = !isHoriz ? 'height' : 'width';\n\n popperOffsets[mainSide] =\n referenceOffsets[mainSide] +\n referenceOffsets[measurement] / 2 -\n popperRect[measurement] / 2;\n if (placement === secondarySide) {\n popperOffsets[secondarySide] =\n referenceOffsets[secondarySide] - popperRect[secondaryMeasurement];\n } else {\n popperOffsets[secondarySide] =\n referenceOffsets[getOppositePlacement(secondarySide)];\n }\n\n return popperOffsets;\n}\n","/**\n * Mimics the `find` method of Array\n * @method\n * @memberof Popper.Utils\n * @argument {Array} arr\n * @argument prop\n * @argument value\n * @returns index or -1\n */\nexport default function find(arr, check) {\n // use native find if supported\n if (Array.prototype.find) {\n return arr.find(check);\n }\n\n // use `filter` to obtain the same behavior of `find`\n return arr.filter(check)[0];\n}\n","import isFunction from './isFunction';\nimport findIndex from './findIndex';\nimport getClientRect from '../utils/getClientRect';\n\n/**\n * Loop trough the list of modifiers and run them in order,\n * each of them will then edit the data object.\n * @method\n * @memberof Popper.Utils\n * @param {dataObject} data\n * @param {Array} modifiers\n * @param {String} ends - Optional modifier name used as stopper\n * @returns {dataObject}\n */\nexport default function runModifiers(modifiers, data, ends) {\n const modifiersToRun = ends === undefined\n ? modifiers\n : modifiers.slice(0, findIndex(modifiers, 'name', ends));\n\n modifiersToRun.forEach(modifier => {\n if (modifier['function']) { // eslint-disable-line dot-notation\n console.warn('`modifier.function` is deprecated, use `modifier.fn`!');\n }\n const fn = modifier['function'] || modifier.fn; // eslint-disable-line dot-notation\n if (modifier.enabled && isFunction(fn)) {\n // Add properties to offsets to make them a complete clientRect object\n // we do this before each modifier to make sure the previous one doesn't\n // mess with these values\n data.offsets.popper = getClientRect(data.offsets.popper);\n data.offsets.reference = getClientRect(data.offsets.reference);\n\n data = fn(data, modifier);\n }\n });\n\n return data;\n}\n","import find from './find';\n\n/**\n * Return the index of the matching object\n * @method\n * @memberof Popper.Utils\n * @argument {Array} arr\n * @argument prop\n * @argument value\n * @returns index or -1\n */\nexport default function findIndex(arr, prop, value) {\n // use native findIndex if supported\n if (Array.prototype.findIndex) {\n return arr.findIndex(cur => cur[prop] === value);\n }\n\n // use `find` + `indexOf` if `findIndex` isn't supported\n const match = find(arr, obj => obj[prop] === value);\n return arr.indexOf(match);\n}\n","import computeAutoPlacement from '../utils/computeAutoPlacement';\nimport getReferenceOffsets from '../utils/getReferenceOffsets';\nimport getPopperOffsets from '../utils/getPopperOffsets';\nimport runModifiers from '../utils/runModifiers';\n\n/**\n * Updates the position of the popper, computing the new offsets and applying\n * the new style.<br />\n * Prefer `scheduleUpdate` over `update` because of performance reasons.\n * @method\n * @memberof Popper\n */\nexport default function update() {\n // if popper is destroyed, don't perform any further update\n if (this.state.isDestroyed) {\n return;\n }\n\n let data = {\n instance: this,\n styles: {},\n arrowStyles: {},\n attributes: {},\n flipped: false,\n offsets: {},\n };\n\n // compute reference element offsets\n data.offsets.reference = getReferenceOffsets(\n this.state,\n this.popper,\n this.reference,\n this.options.positionFixed\n );\n\n // compute auto placement, store placement inside the data object,\n // modifiers will be able to edit `placement` if needed\n // and refer to originalPlacement to know the original value\n data.placement = computeAutoPlacement(\n this.options.placement,\n data.offsets.reference,\n this.popper,\n this.reference,\n this.options.modifiers.flip.boundariesElement,\n this.options.modifiers.flip.padding\n );\n\n // store the computed placement inside `originalPlacement`\n data.originalPlacement = data.placement;\n\n data.positionFixed = this.options.positionFixed;\n\n // compute the popper offsets\n data.offsets.popper = getPopperOffsets(\n this.popper,\n data.offsets.reference,\n data.placement\n );\n\n data.offsets.popper.position = this.options.positionFixed\n ? 'fixed'\n : 'absolute';\n\n // run the modifiers\n data = runModifiers(this.modifiers, data);\n\n // the first `update` will call `onCreate` callback\n // the other ones will call `onUpdate` callback\n if (!this.state.isCreated) {\n this.state.isCreated = true;\n this.options.onCreate(data);\n } else {\n this.options.onUpdate(data);\n }\n}\n","/**\n * Helper used to know if the given modifier is enabled.\n * @method\n * @memberof Popper.Utils\n * @returns {Boolean}\n */\nexport default function isModifierEnabled(modifiers, modifierName) {\n return modifiers.some(\n ({ name, enabled }) => enabled && name === modifierName\n );\n}\n","/**\n * Get the prefixed supported property name\n * @method\n * @memberof Popper.Utils\n * @argument {String} property (camelCase)\n * @returns {String} prefixed property (camelCase or PascalCase, depending on the vendor prefix)\n */\nexport default function getSupportedPropertyName(property) {\n const prefixes = [false, 'ms', 'Webkit', 'Moz', 'O'];\n const upperProp = property.charAt(0).toUpperCase() + property.slice(1);\n\n for (let i = 0; i < prefixes.length; i++) {\n const prefix = prefixes[i];\n const toCheck = prefix ? `${prefix}${upperProp}` : property;\n if (typeof document.body.style[toCheck] !== 'undefined') {\n return toCheck;\n }\n }\n return null;\n}\n","import isModifierEnabled from '../utils/isModifierEnabled';\nimport getSupportedPropertyName from '../utils/getSupportedPropertyName';\n\n/**\n * Destroys the popper.\n * @method\n * @memberof Popper\n */\nexport default function destroy() {\n this.state.isDestroyed = true;\n\n // touch DOM only if `applyStyle` modifier is enabled\n if (isModifierEnabled(this.modifiers, 'applyStyle')) {\n this.popper.removeAttribute('x-placement');\n this.popper.style.position = '';\n this.popper.style.top = '';\n this.popper.style.left = '';\n this.popper.style.right = '';\n this.popper.style.bottom = '';\n this.popper.style.willChange = '';\n this.popper.style[getSupportedPropertyName('transform')] = '';\n }\n\n this.disableEventListeners();\n\n // remove the popper if user explicitly asked for the deletion on destroy\n // do not use `remove` because IE11 doesn't support it\n if (this.options.removeOnDestroy) {\n this.popper.parentNode.removeChild(this.popper);\n }\n return this;\n}\n","/**\n * Get the window associated with the element\n * @argument {Element} element\n * @returns {Window}\n */\nexport default function getWindow(element) {\n const ownerDocument = element.ownerDocument;\n return ownerDocument ? ownerDocument.defaultView : window;\n}\n","import getScrollParent from './getScrollParent';\nimport getWindow from './getWindow';\n\nfunction attachToScrollParents(scrollParent, event, callback, scrollParents) {\n const isBody = scrollParent.nodeName === 'BODY';\n const target = isBody ? scrollParent.ownerDocument.defaultView : scrollParent;\n target.addEventListener(event, callback, { passive: true });\n\n if (!isBody) {\n attachToScrollParents(\n getScrollParent(target.parentNode),\n event,\n callback,\n scrollParents\n );\n }\n scrollParents.push(target);\n}\n\n/**\n * Setup needed event listeners used to update the popper position\n * @method\n * @memberof Popper.Utils\n * @private\n */\nexport default function setupEventListeners(\n reference,\n options,\n state,\n updateBound\n) {\n // Resize event listener on window\n state.updateBound = updateBound;\n getWindow(reference).addEventListener('resize', state.updateBound, { passive: true });\n\n // Scroll event listener on scroll parents\n const scrollElement = getScrollParent(reference);\n attachToScrollParents(\n scrollElement,\n 'scroll',\n state.updateBound,\n state.scrollParents\n );\n state.scrollElement = scrollElement;\n state.eventsEnabled = true;\n\n return state;\n}\n","import setupEventListeners from '../utils/setupEventListeners';\n\n/**\n * It will add resize/scroll events and start recalculating\n * position of the popper element when they are triggered.\n * @method\n * @memberof Popper\n */\nexport default function enableEventListeners() {\n if (!this.state.eventsEnabled) {\n this.state = setupEventListeners(\n this.reference,\n this.options,\n this.state,\n this.scheduleUpdate\n );\n }\n}\n","import removeEventListeners from '../utils/removeEventListeners';\n\n/**\n * It will remove resize/scroll events and won't recalculate popper position\n * when they are triggered. It also won't trigger `onUpdate` callback anymore,\n * unless you call `update` method manually.\n * @method\n * @memberof Popper\n */\nexport default function disableEventListeners() {\n if (this.state.eventsEnabled) {\n cancelAnimationFrame(this.scheduleUpdate);\n this.state = removeEventListeners(this.reference, this.state);\n }\n}\n","import getWindow from './getWindow';\n\n/**\n * Remove event listeners used to update the popper position\n * @method\n * @memberof Popper.Utils\n * @private\n */\nexport default function removeEventListeners(reference, state) {\n // Remove resize event listener on window\n getWindow(reference).removeEventListener('resize', state.updateBound);\n\n // Remove scroll event listener on scroll parents\n state.scrollParents.forEach(target => {\n target.removeEventListener('scroll', state.updateBound);\n });\n\n // Reset state\n state.updateBound = null;\n state.scrollParents = [];\n state.scrollElement = null;\n state.eventsEnabled = false;\n return state;\n}\n","/**\n * Tells if a given input is a number\n * @method\n * @memberof Popper.Utils\n * @param {*} input to check\n * @return {Boolean}\n */\nexport default function isNumeric(n) {\n return n !== '' && !isNaN(parseFloat(n)) && isFinite(n);\n}\n","import isNumeric from './isNumeric';\n\n/**\n * Set the style to the given popper\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element - Element to apply the style to\n * @argument {Object} styles\n * Object with a list of properties and values which will be applied to the element\n */\nexport default function setStyles(element, styles) {\n Object.keys(styles).forEach(prop => {\n let unit = '';\n // add unit if the value is numeric and is one of the following\n if (\n ['width', 'height', 'top', 'right', 'bottom', 'left'].indexOf(prop) !==\n -1 &&\n isNumeric(styles[prop])\n ) {\n unit = 'px';\n }\n element.style[prop] = styles[prop] + unit;\n });\n}\n","import getSupportedPropertyName from '../utils/getSupportedPropertyName';\nimport find from '../utils/find';\nimport getOffsetParent from '../utils/getOffsetParent';\nimport getBoundingClientRect from '../utils/getBoundingClientRect';\nimport getRoundedOffsets from '../utils/getRoundedOffsets';\nimport isBrowser from '../utils/isBrowser';\n\nconst isFirefox = isBrowser && /Firefox/i.test(navigator.userAgent);\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nexport default function computeStyle(data, options) {\n const { x, y } = options;\n const { popper } = data.offsets;\n\n // Remove this legacy support in Popper.js v2\n const legacyGpuAccelerationOption = find(\n data.instance.modifiers,\n modifier => modifier.name === 'applyStyle'\n ).gpuAcceleration;\n if (legacyGpuAccelerationOption !== undefined) {\n console.warn(\n 'WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!'\n );\n }\n const gpuAcceleration =\n legacyGpuAccelerationOption !== undefined\n ? legacyGpuAccelerationOption\n : options.gpuAcceleration;\n\n const offsetParent = getOffsetParent(data.instance.popper);\n const offsetParentRect = getBoundingClientRect(offsetParent);\n\n // Styles\n const styles = {\n position: popper.position,\n };\n\n const offsets = getRoundedOffsets(\n data,\n window.devicePixelRatio < 2 || !isFirefox\n );\n\n const sideA = x === 'bottom' ? 'top' : 'bottom';\n const sideB = y === 'right' ? 'left' : 'right';\n\n // if gpuAcceleration is set to `true` and transform is supported,\n // we use `translate3d` to apply the position to the popper we\n // automatically use the supported prefixed version if needed\n const prefixedProperty = getSupportedPropertyName('transform');\n\n // now, let's make a step back and look at this code closely (wtf?)\n // If the content of the popper grows once it's been positioned, it\n // may happen that the popper gets misplaced because of the new content\n // overflowing its reference element\n // To avoid this problem, we provide two options (x and y), which allow\n // the consumer to define the offset origin.\n // If we position a popper on top of a reference element, we can set\n // `x` to `top` to make the popper grow towards its top instead of\n // its bottom.\n let left, top;\n if (sideA === 'bottom') {\n // when offsetParent is <html> the positioning is relative to the bottom of the screen (excluding the scrollbar)\n // and not the bottom of the html element\n if (offsetParent.nodeName === 'HTML') {\n top = -offsetParent.clientHeight + offsets.bottom;\n } else {\n top = -offsetParentRect.height + offsets.bottom;\n }\n } else {\n top = offsets.top;\n }\n if (sideB === 'right') {\n if (offsetParent.nodeName === 'HTML') {\n left = -offsetParent.clientWidth + offsets.right;\n } else {\n left = -offsetParentRect.width + offsets.right;\n }\n } else {\n left = offsets.left;\n }\n if (gpuAcceleration && prefixedProperty) {\n styles[prefixedProperty] = `translate3d(${left}px, ${top}px, 0)`;\n styles[sideA] = 0;\n styles[sideB] = 0;\n styles.willChange = 'transform';\n } else {\n // othwerise, we use the standard `top`, `left`, `bottom` and `right` properties\n const invertTop = sideA === 'bottom' ? -1 : 1;\n const invertLeft = sideB === 'right' ? -1 : 1;\n styles[sideA] = top * invertTop;\n styles[sideB] = left * invertLeft;\n styles.willChange = `${sideA}, ${sideB}`;\n }\n\n // Attributes\n const attributes = {\n 'x-placement': data.placement,\n };\n\n // Update `data` attributes, styles and arrowStyles\n data.attributes = { ...attributes, ...data.attributes };\n data.styles = { ...styles, ...data.styles };\n data.arrowStyles = { ...data.offsets.arrow, ...data.arrowStyles };\n\n return data;\n}\n","import find from './find';\n\n/**\n * Helper used to know if the given modifier depends from another one.<br />\n * It checks if the needed modifier is listed and enabled.\n * @method\n * @memberof Popper.Utils\n * @param {Array} modifiers - list of modifiers\n * @param {String} requestingName - name of requesting modifier\n * @param {String} requestedName - name of requested modifier\n * @returns {Boolean}\n */\nexport default function isModifierRequired(\n modifiers,\n requestingName,\n requestedName\n) {\n const requesting = find(modifiers, ({ name }) => name === requestingName);\n\n const isRequired =\n !!requesting &&\n modifiers.some(modifier => {\n return (\n modifier.name === requestedName &&\n modifier.enabled &&\n modifier.order < requesting.order\n );\n });\n\n if (!isRequired) {\n const requesting = `\\`${requestingName}\\``;\n const requested = `\\`${requestedName}\\``;\n console.warn(\n `${requested} modifier is required by ${requesting} modifier in order to work, be sure to include it before ${requesting}!`\n );\n }\n return isRequired;\n}\n","/**\n * List of accepted placements to use as values of the `placement` option.<br />\n * Valid placements are:\n * - `auto`\n * - `top`\n * - `right`\n * - `bottom`\n * - `left`\n *\n * Each placement can have a variation from this list:\n * - `-start`\n * - `-end`\n *\n * Variations are interpreted easily if you think of them as the left to right\n * written languages. Horizontally (`top` and `bottom`), `start` is left and `end`\n * is right.<br />\n * Vertically (`left` and `right`), `start` is top and `end` is bottom.\n *\n * Some valid examples are:\n * - `top-end` (on top of reference, right aligned)\n * - `right-start` (on right of reference, top aligned)\n * - `bottom` (on bottom, centered)\n * - `auto-end` (on the side with more space available, alignment depends by placement)\n *\n * @static\n * @type {Array}\n * @enum {String}\n * @readonly\n * @method placements\n * @memberof Popper\n */\nexport default [\n 'auto-start',\n 'auto',\n 'auto-end',\n 'top-start',\n 'top',\n 'top-end',\n 'right-start',\n 'right',\n 'right-end',\n 'bottom-end',\n 'bottom',\n 'bottom-start',\n 'left-end',\n 'left',\n 'left-start',\n];\n","import placements from '../methods/placements';\n\n// Get rid of `auto` `auto-start` and `auto-end`\nconst validPlacements = placements.slice(3);\n\n/**\n * Given an initial placement, returns all the subsequent placements\n * clockwise (or counter-clockwise).\n *\n * @method\n * @memberof Popper.Utils\n * @argument {String} placement - A valid placement (it accepts variations)\n * @argument {Boolean} counter - Set to true to walk the placements counterclockwise\n * @returns {Array} placements including their variations\n */\nexport default function clockwise(placement, counter = false) {\n const index = validPlacements.indexOf(placement);\n const arr = validPlacements\n .slice(index + 1)\n .concat(validPlacements.slice(0, index));\n return counter ? arr.reverse() : arr;\n}\n","import getOppositePlacement from '../utils/getOppositePlacement';\nimport getOppositeVariation from '../utils/getOppositeVariation';\nimport getPopperOffsets from '../utils/getPopperOffsets';\nimport runModifiers from '../utils/runModifiers';\nimport getBoundaries from '../utils/getBoundaries';\nimport isModifierEnabled from '../utils/isModifierEnabled';\nimport clockwise from '../utils/clockwise';\n\nconst BEHAVIORS = {\n FLIP: 'flip',\n CLOCKWISE: 'clockwise',\n COUNTERCLOCKWISE: 'counterclockwise',\n};\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nexport default function flip(data, options) {\n // if `inner` modifier is enabled, we can't use the `flip` modifier\n if (isModifierEnabled(data.instance.modifiers, 'inner')) {\n return data;\n }\n\n if (data.flipped && data.placement === data.originalPlacement) {\n // seems like flip is trying to loop, probably there's not enough space on any of the flippable sides\n return data;\n }\n\n const boundaries = getBoundaries(\n data.instance.popper,\n data.instance.reference,\n options.padding,\n options.boundariesElement,\n data.positionFixed\n );\n\n let placement = data.placement.split('-')[0];\n let placementOpposite = getOppositePlacement(placement);\n let variation = data.placement.split('-')[1] || '';\n\n let flipOrder = [];\n\n switch (options.behavior) {\n case BEHAVIORS.FLIP:\n flipOrder = [placement, placementOpposite];\n break;\n case BEHAVIORS.CLOCKWISE:\n flipOrder = clockwise(placement);\n break;\n case BEHAVIORS.COUNTERCLOCKWISE:\n flipOrder = clockwise(placement, true);\n break;\n default:\n flipOrder = options.behavior;\n }\n\n flipOrder.forEach((step, index) => {\n if (placement !== step || flipOrder.length === index + 1) {\n return data;\n }\n\n placement = data.placement.split('-')[0];\n placementOpposite = getOppositePlacement(placement);\n\n const popperOffsets = data.offsets.popper;\n const refOffsets = data.offsets.reference;\n\n // using floor because the reference offsets may contain decimals we are not going to consider here\n const floor = Math.floor;\n const overlapsRef =\n (placement === 'left' &&\n floor(popperOffsets.right) > floor(refOffsets.left)) ||\n (placement === 'right' &&\n floor(popperOffsets.left) < floor(refOffsets.right)) ||\n (placement === 'top' &&\n floor(popperOffsets.bottom) > floor(refOffsets.top)) ||\n (placement === 'bottom' &&\n floor(popperOffsets.top) < floor(refOffsets.bottom));\n\n const overflowsLeft = floor(popperOffsets.left) < floor(boundaries.left);\n const overflowsRight = floor(popperOffsets.right) > floor(boundaries.right);\n const overflowsTop = floor(popperOffsets.top) < floor(boundaries.top);\n const overflowsBottom =\n floor(popperOffsets.bottom) > floor(boundaries.bottom);\n\n const overflowsBoundaries =\n (placement === 'left' && overflowsLeft) ||\n (placement === 'right' && overflowsRight) ||\n (placement === 'top' && overflowsTop) ||\n (placement === 'bottom' && overflowsBottom);\n\n // flip the variation if required\n const isVertical = ['top', 'bottom'].indexOf(placement) !== -1;\n\n // flips variation if reference element overflows boundaries\n const flippedVariationByRef =\n !!options.flipVariations &&\n ((isVertical && variation === 'start' && overflowsLeft) ||\n (isVertical && variation === 'end' && overflowsRight) ||\n (!isVertical && variation === 'start' && overflowsTop) ||\n (!isVertical && variation === 'end' && overflowsBottom));\n\n // flips variation if popper content overflows boundaries\n const flippedVariationByContent =\n !!options.flipVariationsByContent &&\n ((isVertical && variation === 'start' && overflowsRight) ||\n (isVertical && variation === 'end' && overflowsLeft) ||\n (!isVertical && variation === 'start' && overflowsBottom) ||\n (!isVertical && variation === 'end' && overflowsTop));\n\n const flippedVariation = flippedVariationByRef || flippedVariationByContent;\n\n if (overlapsRef || overflowsBoundaries || flippedVariation) {\n // this boolean to detect any flip loop\n data.flipped = true;\n\n if (overlapsRef || overflowsBoundaries) {\n placement = flipOrder[index + 1];\n }\n\n if (flippedVariation) {\n variation = getOppositeVariation(variation);\n }\n\n data.placement = placement + (variation ? '-' + variation : '');\n\n // this object contains `position`, we want to preserve it along with\n // any additional property we may add in the future\n data.offsets.popper = {\n ...data.offsets.popper,\n ...getPopperOffsets(\n data.instance.popper,\n data.offsets.reference,\n data.placement\n ),\n };\n\n data = runModifiers(data.instance.modifiers, data, 'flip');\n }\n });\n return data;\n}\n","import isNumeric from '../utils/isNumeric';\nimport getClientRect from '../utils/getClientRect';\nimport find from '../utils/find';\n\n/**\n * Converts a string containing value + unit into a px value number\n * @function\n * @memberof {modifiers~offset}\n * @private\n * @argument {String} str - Value + unit string\n * @argument {String} measurement - `height` or `width`\n * @argument {Object} popperOffsets\n * @argument {Object} referenceOffsets\n * @returns {Number|String}\n * Value in pixels, or original string if no values were extracted\n */\nexport function toValue(str, measurement, popperOffsets, referenceOffsets) {\n // separate value from unit\n const split = str.match(/((?:\\-|\\+)?\\d*\\.?\\d*)(.*)/);\n const value = +split[1];\n const unit = split[2];\n\n // If it's not a number it's an operator, I guess\n if (!value) {\n return str;\n }\n\n if (unit.indexOf('%') === 0) {\n let element;\n switch (unit) {\n case '%p':\n element = popperOffsets;\n break;\n case '%':\n case '%r':\n default:\n element = referenceOffsets;\n }\n\n const rect = getClientRect(element);\n return rect[measurement] / 100 * value;\n } else if (unit === 'vh' || unit === 'vw') {\n // if is a vh or vw, we calculate the size based on the viewport\n let size;\n if (unit === 'vh') {\n size = Math.max(\n document.documentElement.clientHeight,\n window.innerHeight || 0\n );\n } else {\n size = Math.max(\n document.documentElement.clientWidth,\n window.innerWidth || 0\n );\n }\n return size / 100 * value;\n } else {\n // if is an explicit pixel unit, we get rid of the unit and keep the value\n // if is an implicit unit, it's px, and we return just the value\n return value;\n }\n}\n\n/**\n * Parse an `offset` string to extrapolate `x` and `y` numeric offsets.\n * @function\n * @memberof {modifiers~offset}\n * @private\n * @argument {String} offset\n * @argument {Object} popperOffsets\n * @argument {Object} referenceOffsets\n * @argument {String} basePlacement\n * @returns {Array} a two cells array with x and y offsets in numbers\n */\nexport function parseOffset(\n offset,\n popperOffsets,\n referenceOffsets,\n basePlacement\n) {\n const offsets = [0, 0];\n\n // Use height if placement is left or right and index is 0 otherwise use width\n // in this way the first offset will use an axis and the second one\n // will use the other one\n const useHeight = ['right', 'left'].indexOf(basePlacement) !== -1;\n\n // Split the offset string to obtain a list of values and operands\n // The regex addresses values with the plus or minus sign in front (+10, -20, etc)\n const fragments = offset.split(/(\\+|\\-)/).map(frag => frag.trim());\n\n // Detect if the offset string contains a pair of values or a single one\n // they could be separated by comma or space\n const divider = fragments.indexOf(\n find(fragments, frag => frag.search(/,|\\s/) !== -1)\n );\n\n if (fragments[divider] && fragments[divider].indexOf(',') === -1) {\n console.warn(\n 'Offsets separated by white space(s) are deprecated, use a comma (,) instead.'\n );\n }\n\n // If divider is found, we divide the list of values and operands to divide\n // them by ofset X and Y.\n const splitRegex = /\\s*,\\s*|\\s+/;\n let ops = divider !== -1\n ? [\n fragments\n .slice(0, divider)\n .concat([fragments[divider].split(splitRegex)[0]]),\n [fragments[divider].split(splitRegex)[1]].concat(\n fragments.slice(divider + 1)\n ),\n ]\n : [fragments];\n\n // Convert the values with units to absolute pixels to allow our computations\n ops = ops.map((op, index) => {\n // Most of the units rely on the orientation of the popper\n const measurement = (index === 1 ? !useHeight : useHeight)\n ? 'height'\n : 'width';\n let mergeWithPrevious = false;\n return (\n op\n // This aggregates any `+` or `-` sign that aren't considered operators\n // e.g.: 10 + +5 => [10, +, +5]\n .reduce((a, b) => {\n if (a[a.length - 1] === '' && ['+', '-'].indexOf(b) !== -1) {\n a[a.length - 1] = b;\n mergeWithPrevious = true;\n return a;\n } else if (mergeWithPrevious) {\n a[a.length - 1] += b;\n mergeWithPrevious = false;\n return a;\n } else {\n return a.concat(b);\n }\n }, [])\n // Here we convert the string values into number values (in px)\n .map(str => toValue(str, measurement, popperOffsets, referenceOffsets))\n );\n });\n\n // Loop trough the offsets arrays and execute the operations\n ops.forEach((op, index) => {\n op.forEach((frag, index2) => {\n if (isNumeric(frag)) {\n offsets[index] += frag * (op[index2 - 1] === '-' ? -1 : 1);\n }\n });\n });\n return offsets;\n}\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @argument {Number|String} options.offset=0\n * The offset value as described in the modifier description\n * @returns {Object} The data object, properly modified\n */\nexport default function offset(data, { offset }) {\n const { placement, offsets: { popper, reference } } = data;\n const basePlacement = placement.split('-')[0];\n\n let offsets;\n if (isNumeric(+offset)) {\n offsets = [+offset, 0];\n } else {\n offsets = parseOffset(offset, popper, reference, basePlacement);\n }\n\n if (basePlacement === 'left') {\n popper.top += offsets[0];\n popper.left -= offsets[1];\n } else if (basePlacement === 'right') {\n popper.top += offsets[0];\n popper.left += offsets[1];\n } else if (basePlacement === 'top') {\n popper.left += offsets[0];\n popper.top -= offsets[1];\n } else if (basePlacement === 'bottom') {\n popper.left += offsets[0];\n popper.top += offsets[1];\n }\n\n data.popper = popper;\n return data;\n}\n","import applyStyle, { applyStyleOnLoad } from './applyStyle';\nimport computeStyle from './computeStyle';\nimport arrow from './arrow';\nimport flip from './flip';\nimport keepTogether from './keepTogether';\nimport offset from './offset';\nimport preventOverflow from './preventOverflow';\nimport shift from './shift';\nimport hide from './hide';\nimport inner from './inner';\n\n/**\n * Modifier function, each modifier can have a function of this type assigned\n * to its `fn` property.<br />\n * These functions will be called on each update, this means that you must\n * make sure they are performant enough to avoid performance bottlenecks.\n *\n * @function ModifierFn\n * @argument {dataObject} data - The data object generated by `update` method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {dataObject} The data object, properly modified\n */\n\n/**\n * Modifiers are plugins used to alter the behavior of your poppers.<br />\n * Popper.js uses a set of 9 modifiers to provide all the basic functionalities\n * needed by the library.\n *\n * Usually you don't want to override the `order`, `fn` and `onLoad` props.\n * All the other properties are configurations that could be tweaked.\n * @namespace modifiers\n */\nexport default {\n /**\n * Modifier used to shift the popper on the start or end of its reference\n * element.<br />\n * It will read the variation of the `placement` property.<br />\n * It can be one either `-end` or `-start`.\n * @memberof modifiers\n * @inner\n */\n shift: {\n /** @prop {number} order=100 - Index used to define the order of execution */\n order: 100,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: shift,\n },\n\n /**\n * The `offset` modifier can shift your popper on both its axis.\n *\n * It accepts the following units:\n * - `px` or unit-less, interpreted as pixels\n * - `%` or `%r`, percentage relative to the length of the reference element\n * - `%p`, percentage relative to the length of the popper element\n * - `vw`, CSS viewport width unit\n * - `vh`, CSS viewport height unit\n *\n * For length is intended the main axis relative to the placement of the popper.<br />\n * This means that if the placement is `top` or `bottom`, the length will be the\n * `width`. In case of `left` or `right`, it will be the `height`.\n *\n * You can provide a single value (as `Number` or `String`), or a pair of values\n * as `String` divided by a comma or one (or more) white spaces.<br />\n * The latter is a deprecated method because it leads to confusion and will be\n * removed in v2.<br />\n * Additionally, it accepts additions and subtractions between different units.\n * Note that multiplications and divisions aren't supported.\n *\n * Valid examples are:\n * ```\n * 10\n * '10%'\n * '10, 10'\n * '10%, 10'\n * '10 + 10%'\n * '10 - 5vh + 3%'\n * '-10px + 5vh, 5px - 6%'\n * ```\n * > **NB**: If you desire to apply offsets to your poppers in a way that may make them overlap\n * > with their reference element, unfortunately, you will have to disable the `flip` modifier.\n * > You can read more on this at this [issue](https://github.com/FezVrasta/popper.js/issues/373).\n *\n * @memberof modifiers\n * @inner\n */\n offset: {\n /** @prop {number} order=200 - Index used to define the order of execution */\n order: 200,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: offset,\n /** @prop {Number|String} offset=0\n * The offset value as described in the modifier description\n */\n offset: 0,\n },\n\n /**\n * Modifier used to prevent the popper from being positioned outside the boundary.\n *\n * A scenario exists where the reference itself is not within the boundaries.<br />\n * We can say it has \"escaped the boundaries\" — or just \"escaped\".<br />\n * In this case we need to decide whether the popper should either:\n *\n * - detach from the reference and remain \"trapped\" in the boundaries, or\n * - if it should ignore the boundary and \"escape with its reference\"\n *\n * When `escapeWithReference` is set to`true` and reference is completely\n * outside its boundaries, the popper will overflow (or completely leave)\n * the boundaries in order to remain attached to the edge of the reference.\n *\n * @memberof modifiers\n * @inner\n */\n preventOverflow: {\n /** @prop {number} order=300 - Index used to define the order of execution */\n order: 300,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: preventOverflow,\n /**\n * @prop {Array} [priority=['left','right','top','bottom']]\n * Popper will try to prevent overflow following these priorities by default,\n * then, it could overflow on the left and on top of the `boundariesElement`\n */\n priority: ['left', 'right', 'top', 'bottom'],\n /**\n * @prop {number} padding=5\n * Amount of pixel used to define a minimum distance between the boundaries\n * and the popper. This makes sure the popper always has a little padding\n * between the edges of its container\n */\n padding: 5,\n /**\n * @prop {String|HTMLElement} boundariesElement='scrollParent'\n * Boundaries used by the modifier. Can be `scrollParent`, `window`,\n * `viewport` or any DOM element.\n */\n boundariesElement: 'scrollParent',\n },\n\n /**\n * Modifier used to make sure the reference and its popper stay near each other\n * without leaving any gap between the two. Especially useful when the arrow is\n * enabled and you want to ensure that it points to its reference element.\n * It cares only about the first axis. You can still have poppers with margin\n * between the popper and its reference element.\n * @memberof modifiers\n * @inner\n */\n keepTogether: {\n /** @prop {number} order=400 - Index used to define the order of execution */\n order: 400,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: keepTogether,\n },\n\n /**\n * This modifier is used to move the `arrowElement` of the popper to make\n * sure it is positioned between the reference element and its popper element.\n * It will read the outer size of the `arrowElement` node to detect how many\n * pixels of conjunction are needed.\n *\n * It has no effect if no `arrowElement` is provided.\n * @memberof modifiers\n * @inner\n */\n arrow: {\n /** @prop {number} order=500 - Index used to define the order of execution */\n order: 500,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: arrow,\n /** @prop {String|HTMLElement} element='[x-arrow]' - Selector or node used as arrow */\n element: '[x-arrow]',\n },\n\n /**\n * Modifier used to flip the popper's placement when it starts to overlap its\n * reference element.\n *\n * Requires the `preventOverflow` modifier before it in order to work.\n *\n * **NOTE:** this modifier will interrupt the current update cycle and will\n * restart it if it detects the need to flip the placement.\n * @memberof modifiers\n * @inner\n */\n flip: {\n /** @prop {number} order=600 - Index used to define the order of execution */\n order: 600,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: flip,\n /**\n * @prop {String|Array} behavior='flip'\n * The behavior used to change the popper's placement. It can be one of\n * `flip`, `clockwise`, `counterclockwise` or an array with a list of valid\n * placements (with optional variations)\n */\n behavior: 'flip',\n /**\n * @prop {number} padding=5\n * The popper will flip if it hits the edges of the `boundariesElement`\n */\n padding: 5,\n /**\n * @prop {String|HTMLElement} boundariesElement='viewport'\n * The element which will define the boundaries of the popper position.\n * The popper will never be placed outside of the defined boundaries\n * (except if `keepTogether` is enabled)\n */\n boundariesElement: 'viewport',\n /**\n * @prop {Boolean} flipVariations=false\n * The popper will switch placement variation between `-start` and `-end` when\n * the reference element overlaps its boundaries.\n *\n * The original placement should have a set variation.\n */\n flipVariations: false,\n /**\n * @prop {Boolean} flipVariationsByContent=false\n * The popper will switch placement variation between `-start` and `-end` when\n * the popper element overlaps its reference boundaries.\n *\n * The original placement should have a set variation.\n */\n flipVariationsByContent: false,\n },\n\n /**\n * Modifier used to make the popper flow toward the inner of the reference element.\n * By default, when this modifier is disabled, the popper will be placed outside\n * the reference element.\n * @memberof modifiers\n * @inner\n */\n inner: {\n /** @prop {number} order=700 - Index used to define the order of execution */\n order: 700,\n /** @prop {Boolean} enabled=false - Whether the modifier is enabled or not */\n enabled: false,\n /** @prop {ModifierFn} */\n fn: inner,\n },\n\n /**\n * Modifier used to hide the popper when its reference element is outside of the\n * popper boundaries. It will set a `x-out-of-boundaries` attribute which can\n * be used to hide with a CSS selector the popper when its reference is\n * out of boundaries.\n *\n * Requires the `preventOverflow` modifier before it in order to work.\n * @memberof modifiers\n * @inner\n */\n hide: {\n /** @prop {number} order=800 - Index used to define the order of execution */\n order: 800,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: hide,\n },\n\n /**\n * Computes the style that will be applied to the popper element to gets\n * properly positioned.\n *\n * Note that this modifier will not touch the DOM, it just prepares the styles\n * so that `applyStyle` modifier can apply it. This separation is useful\n * in case you need to replace `applyStyle` with a custom implementation.\n *\n * This modifier has `850` as `order` value to maintain backward compatibility\n * with previous versions of Popper.js. Expect the modifiers ordering method\n * to change in future major versions of the library.\n *\n * @memberof modifiers\n * @inner\n */\n computeStyle: {\n /** @prop {number} order=850 - Index used to define the order of execution */\n order: 850,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: computeStyle,\n /**\n * @prop {Boolean} gpuAcceleration=true\n * If true, it uses the CSS 3D transformation to position the popper.\n * Otherwise, it will use the `top` and `left` properties\n */\n gpuAcceleration: true,\n /**\n * @prop {string} [x='bottom']\n * Where to anchor the X axis (`bottom` or `top`). AKA X offset origin.\n * Change this if your popper should grow in a direction different from `bottom`\n */\n x: 'bottom',\n /**\n * @prop {string} [x='left']\n * Where to anchor the Y axis (`left` or `right`). AKA Y offset origin.\n * Change this if your popper should grow in a direction different from `right`\n */\n y: 'right',\n },\n\n /**\n * Applies the computed styles to the popper element.\n *\n * All the DOM manipulations are limited to this modifier. This is useful in case\n * you want to integrate Popper.js inside a framework or view library and you\n * want to delegate all the DOM manipulations to it.\n *\n * Note that if you disable this modifier, you must make sure the popper element\n * has its position set to `absolute` before Popper.js can do its work!\n *\n * Just disable this modifier and define your own to achieve the desired effect.\n *\n * @memberof modifiers\n * @inner\n */\n applyStyle: {\n /** @prop {number} order=900 - Index used to define the order of execution */\n order: 900,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: applyStyle,\n /** @prop {Function} */\n onLoad: applyStyleOnLoad,\n /**\n * @deprecated since version 1.10.0, the property moved to `computeStyle` modifier\n * @prop {Boolean} gpuAcceleration=true\n * If true, it uses the CSS 3D transformation to position the popper.\n * Otherwise, it will use the `top` and `left` properties\n */\n gpuAcceleration: undefined,\n },\n};\n\n/**\n * The `dataObject` is an object containing all the information used by Popper.js.\n * This object is passed to modifiers and to the `onCreate` and `onUpdate` callbacks.\n * @name dataObject\n * @property {Object} data.instance The Popper.js instance\n * @property {String} data.placement Placement applied to popper\n * @property {String} data.originalPlacement Placement originally defined on init\n * @property {Boolean} data.flipped True if popper has been flipped by flip modifier\n * @property {Boolean} data.hide True if the reference element is out of boundaries, useful to know when to hide the popper\n * @property {HTMLElement} data.arrowElement Node used as arrow by arrow modifier\n * @property {Object} data.styles Any CSS property defined here will be applied to the popper. It expects the JavaScript nomenclature (eg. `marginBottom`)\n * @property {Object} data.arrowStyles Any CSS property defined here will be applied to the popper arrow. It expects the JavaScript nomenclature (eg. `marginBottom`)\n * @property {Object} data.boundaries Offsets of the popper boundaries\n * @property {Object} data.offsets The measurements of popper, reference and arrow elements\n * @property {Object} data.offsets.popper `top`, `left`, `width`, `height` values\n * @property {Object} data.offsets.reference `top`, `left`, `width`, `height` values\n * @property {Object} data.offsets.arrow] `top` and `left` offsets, only one of them will be different from 0\n */\n","import modifiers from '../modifiers/index';\n\n/**\n * Default options provided to Popper.js constructor.<br />\n * These can be overridden using the `options` argument of Popper.js.<br />\n * To override an option, simply pass an object with the same\n * structure of the `options` object, as the 3rd argument. For example:\n * ```\n * new Popper(ref, pop, {\n * modifiers: {\n * preventOverflow: { enabled: false }\n * }\n * })\n * ```\n * @type {Object}\n * @static\n * @memberof Popper\n */\nexport default {\n /**\n * Popper's placement.\n * @prop {Popper.placements} placement='bottom'\n */\n placement: 'bottom',\n\n /**\n * Set this to true if you want popper to position it self in 'fixed' mode\n * @prop {Boolean} positionFixed=false\n */\n positionFixed: false,\n\n /**\n * Whether events (resize, scroll) are initially enabled.\n * @prop {Boolean} eventsEnabled=true\n */\n eventsEnabled: true,\n\n /**\n * Set to true if you want to automatically remove the popper when\n * you call the `destroy` method.\n * @prop {Boolean} removeOnDestroy=false\n */\n removeOnDestroy: false,\n\n /**\n * Callback called when the popper is created.<br />\n * By default, it is set to no-op.<br />\n * Access Popper.js instance with `data.instance`.\n * @prop {onCreate}\n */\n onCreate: () => {},\n\n /**\n * Callback called when the popper is updated. This callback is not called\n * on the initialization/creation of the popper, but only on subsequent\n * updates.<br />\n * By default, it is set to no-op.<br />\n * Access Popper.js instance with `data.instance`.\n * @prop {onUpdate}\n */\n onUpdate: () => {},\n\n /**\n * List of modifiers used to modify the offsets before they are applied to the popper.\n * They provide most of the functionalities of Popper.js.\n * @prop {modifiers}\n */\n modifiers,\n};\n\n/**\n * @callback onCreate\n * @param {dataObject} data\n */\n\n/**\n * @callback onUpdate\n * @param {dataObject} data\n */\n","/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nexport default function shift(data) {\n const placement = data.placement;\n const basePlacement = placement.split('-')[0];\n const shiftvariation = placement.split('-')[1];\n\n // if shift shiftvariation is specified, run the modifier\n if (shiftvariation) {\n const { reference, popper } = data.offsets;\n const isVertical = ['bottom', 'top'].indexOf(basePlacement) !== -1;\n const side = isVertical ? 'left' : 'top';\n const measurement = isVertical ? 'width' : 'height';\n\n const shiftOffsets = {\n start: { [side]: reference[side] },\n end: {\n [side]: reference[side] + reference[measurement] - popper[measurement],\n },\n };\n\n data.offsets.popper = { ...popper, ...shiftOffsets[shiftvariation] };\n }\n\n return data;\n}\n","import getOffsetParent from '../utils/getOffsetParent';\nimport getBoundaries from '../utils/getBoundaries';\nimport getSupportedPropertyName from '../utils/getSupportedPropertyName';\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nexport default function preventOverflow(data, options) {\n let boundariesElement =\n options.boundariesElement || getOffsetParent(data.instance.popper);\n\n // If offsetParent is the reference element, we really want to\n // go one step up and use the next offsetParent as reference to\n // avoid to make this modifier completely useless and look like broken\n if (data.instance.reference === boundariesElement) {\n boundariesElement = getOffsetParent(boundariesElement);\n }\n\n // NOTE: DOM access here\n // resets the popper's position so that the document size can be calculated excluding\n // the size of the popper element itself\n const transformProp = getSupportedPropertyName('transform');\n const popperStyles = data.instance.popper.style; // assignment to help minification\n const { top, left, [transformProp]: transform } = popperStyles;\n popperStyles.top = '';\n popperStyles.left = '';\n popperStyles[transformProp] = '';\n\n const boundaries = getBoundaries(\n data.instance.popper,\n data.instance.reference,\n options.padding,\n boundariesElement,\n data.positionFixed\n );\n\n // NOTE: DOM access here\n // restores the original style properties after the offsets have been computed\n popperStyles.top = top;\n popperStyles.left = left;\n popperStyles[transformProp] = transform;\n\n options.boundaries = boundaries;\n\n const order = options.priority;\n let popper = data.offsets.popper;\n\n const check = {\n primary(placement) {\n let value = popper[placement];\n if (\n popper[placement] < boundaries[placement] &&\n !options.escapeWithReference\n ) {\n value = Math.max(popper[placement], boundaries[placement]);\n }\n return { [placement]: value };\n },\n secondary(placement) {\n const mainSide = placement === 'right' ? 'left' : 'top';\n let value = popper[mainSide];\n if (\n popper[placement] > boundaries[placement] &&\n !options.escapeWithReference\n ) {\n value = Math.min(\n popper[mainSide],\n boundaries[placement] -\n (placement === 'right' ? popper.width : popper.height)\n );\n }\n return { [mainSide]: value };\n },\n };\n\n order.forEach(placement => {\n const side =\n ['left', 'top'].indexOf(placement) !== -1 ? 'primary' : 'secondary';\n popper = { ...popper, ...check[side](placement) };\n });\n\n data.offsets.popper = popper;\n\n return data;\n}\n","/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nexport default function keepTogether(data) {\n const { popper, reference } = data.offsets;\n const placement = data.placement.split('-')[0];\n const floor = Math.floor;\n const isVertical = ['top', 'bottom'].indexOf(placement) !== -1;\n const side = isVertical ? 'right' : 'bottom';\n const opSide = isVertical ? 'left' : 'top';\n const measurement = isVertical ? 'width' : 'height';\n\n if (popper[side] < floor(reference[opSide])) {\n data.offsets.popper[opSide] =\n floor(reference[opSide]) - popper[measurement];\n }\n if (popper[opSide] > floor(reference[side])) {\n data.offsets.popper[opSide] = floor(reference[side]);\n }\n\n return data;\n}\n","import getClientRect from '../utils/getClientRect';\nimport getOuterSizes from '../utils/getOuterSizes';\nimport isModifierRequired from '../utils/isModifierRequired';\nimport getStyleComputedProperty from '../utils/getStyleComputedProperty';\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nexport default function arrow(data, options) {\n // arrow depends on keepTogether in order to work\n if (!isModifierRequired(data.instance.modifiers, 'arrow', 'keepTogether')) {\n return data;\n }\n\n let arrowElement = options.element;\n\n // if arrowElement is a string, suppose it's a CSS selector\n if (typeof arrowElement === 'string') {\n arrowElement = data.instance.popper.querySelector(arrowElement);\n\n // if arrowElement is not found, don't run the modifier\n if (!arrowElement) {\n return data;\n }\n } else {\n // if the arrowElement isn't a query selector we must check that the\n // provided DOM node is child of its popper node\n if (!data.instance.popper.contains(arrowElement)) {\n console.warn(\n 'WARNING: `arrow.element` must be child of its popper element!'\n );\n return data;\n }\n }\n\n const placement = data.placement.split('-')[0];\n const { popper, reference } = data.offsets;\n const isVertical = ['left', 'right'].indexOf(placement) !== -1;\n\n const len = isVertical ? 'height' : 'width';\n const sideCapitalized = isVertical ? 'Top' : 'Left';\n const side = sideCapitalized.toLowerCase();\n const altSide = isVertical ? 'left' : 'top';\n const opSide = isVertical ? 'bottom' : 'right';\n const arrowElementSize = getOuterSizes(arrowElement)[len];\n\n //\n // extends keepTogether behavior making sure the popper and its\n // reference have enough pixels in conjunction\n //\n\n // top/left side\n if (reference[opSide] - arrowElementSize < popper[side]) {\n data.offsets.popper[side] -=\n popper[side] - (reference[opSide] - arrowElementSize);\n }\n // bottom/right side\n if (reference[side] + arrowElementSize > popper[opSide]) {\n data.offsets.popper[side] +=\n reference[side] + arrowElementSize - popper[opSide];\n }\n data.offsets.popper = getClientRect(data.offsets.popper);\n\n // compute center of the popper\n const center = reference[side] + reference[len] / 2 - arrowElementSize / 2;\n\n // Compute the sideValue using the updated popper offsets\n // take popper margin in account because we don't have this info available\n const css = getStyleComputedProperty(data.instance.popper);\n const popperMarginSide = parseFloat(css[`margin${sideCapitalized}`]);\n const popperBorderSide = parseFloat(css[`border${sideCapitalized}Width`]);\n let sideValue =\n center - data.offsets.popper[side] - popperMarginSide - popperBorderSide;\n\n // prevent arrowElement from being placed not contiguously to its popper\n sideValue = Math.max(Math.min(popper[len] - arrowElementSize, sideValue), 0);\n\n data.arrowElement = arrowElement;\n data.offsets.arrow = {\n [side]: Math.round(sideValue),\n [altSide]: '', // make sure to unset any eventual altSide value from the DOM node\n };\n\n return data;\n}\n","/**\n * Get the opposite placement variation of the given one\n * @method\n * @memberof Popper.Utils\n * @argument {String} placement variation\n * @returns {String} flipped placement variation\n */\nexport default function getOppositeVariation(variation) {\n if (variation === 'end') {\n return 'start';\n } else if (variation === 'start') {\n return 'end';\n }\n return variation;\n}\n","import getClientRect from '../utils/getClientRect';\nimport getOppositePlacement from '../utils/getOppositePlacement';\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nexport default function inner(data) {\n const placement = data.placement;\n const basePlacement = placement.split('-')[0];\n const { popper, reference } = data.offsets;\n const isHoriz = ['left', 'right'].indexOf(basePlacement) !== -1;\n\n const subtractLength = ['top', 'left'].indexOf(basePlacement) === -1;\n\n popper[isHoriz ? 'left' : 'top'] =\n reference[basePlacement] -\n (subtractLength ? popper[isHoriz ? 'width' : 'height'] : 0);\n\n data.placement = getOppositePlacement(placement);\n data.offsets.popper = getClientRect(popper);\n\n return data;\n}\n","import isModifierRequired from '../utils/isModifierRequired';\nimport find from '../utils/find';\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nexport default function hide(data) {\n if (!isModifierRequired(data.instance.modifiers, 'hide', 'preventOverflow')) {\n return data;\n }\n\n const refRect = data.offsets.reference;\n const bound = find(\n data.instance.modifiers,\n modifier => modifier.name === 'preventOverflow'\n ).boundaries;\n\n if (\n refRect.bottom < bound.top ||\n refRect.left > bound.right ||\n refRect.top > bound.bottom ||\n refRect.right < bound.left\n ) {\n // Avoid unnecessary DOM access if visibility hasn't changed\n if (data.hide === true) {\n return data;\n }\n\n data.hide = true;\n data.attributes['x-out-of-boundaries'] = '';\n } else {\n // Avoid unnecessary DOM access if visibility hasn't changed\n if (data.hide === false) {\n return data;\n }\n\n data.hide = false;\n data.attributes['x-out-of-boundaries'] = false;\n }\n\n return data;\n}\n","/**\n * @function\n * @memberof Popper.Utils\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Boolean} shouldRound - If the offsets should be rounded at all\n * @returns {Object} The popper's position offsets rounded\n *\n * The tale of pixel-perfect positioning. It's still not 100% perfect, but as\n * good as it can be within reason.\n * Discussion here: https://github.com/FezVrasta/popper.js/pull/715\n *\n * Low DPI screens cause a popper to be blurry if not using full pixels (Safari\n * as well on High DPI screens).\n *\n * Firefox prefers no rounding for positioning and does not have blurriness on\n * high DPI screens.\n *\n * Only horizontal placement and left/right values need to be considered.\n */\nexport default function getRoundedOffsets(data, shouldRound) {\n const { popper, reference } = data.offsets;\n const { round, floor } = Math;\n const noRound = v => v;\n \n const referenceWidth = round(reference.width);\n const popperWidth = round(popper.width);\n \n const isVertical = ['left', 'right'].indexOf(data.placement) !== -1;\n const isVariation = data.placement.indexOf('-') !== -1;\n const sameWidthParity = referenceWidth % 2 === popperWidth % 2;\n const bothOddWidth = referenceWidth % 2 === 1 && popperWidth % 2 === 1;\n\n const horizontalToInteger = !shouldRound\n ? noRound\n : isVertical || isVariation || sameWidthParity\n ? round\n : floor;\n const verticalToInteger = !shouldRound ? noRound : round;\n\n return {\n left: horizontalToInteger(\n bothOddWidth && !isVariation && shouldRound\n ? popper.left - 1\n : popper.left\n ),\n top: verticalToInteger(popper.top),\n bottom: verticalToInteger(popper.bottom),\n right: horizontalToInteger(popper.right),\n };\n}\n","import setStyles from '../utils/setStyles';\nimport setAttributes from '../utils/setAttributes';\nimport getReferenceOffsets from '../utils/getReferenceOffsets';\nimport computeAutoPlacement from '../utils/computeAutoPlacement';\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Object} data.styles - List of style properties - values to apply to popper element\n * @argument {Object} data.attributes - List of attribute properties - values to apply to popper element\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The same data object\n */\nexport default function applyStyle(data) {\n // any property present in `data.styles` will be applied to the popper,\n // in this way we can make the 3rd party modifiers add custom styles to it\n // Be aware, modifiers could override the properties defined in the previous\n // lines of this modifier!\n setStyles(data.instance.popper, data.styles);\n\n // any property present in `data.attributes` will be applied to the popper,\n // they will be set as HTML attributes of the element\n setAttributes(data.instance.popper, data.attributes);\n\n // if arrowElement is defined and arrowStyles has some properties\n if (data.arrowElement && Object.keys(data.arrowStyles).length) {\n setStyles(data.arrowElement, data.arrowStyles);\n }\n\n return data;\n}\n\n/**\n * Set the x-placement attribute before everything else because it could be used\n * to add margins to the popper margins needs to be calculated to get the\n * correct popper offsets.\n * @method\n * @memberof Popper.modifiers\n * @param {HTMLElement} reference - The reference element used to position the popper\n * @param {HTMLElement} popper - The HTML element used as popper\n * @param {Object} options - Popper.js options\n */\nexport function applyStyleOnLoad(\n reference,\n popper,\n options,\n modifierOptions,\n state\n) {\n // compute reference element offsets\n const referenceOffsets = getReferenceOffsets(state, popper, reference, options.positionFixed);\n\n // compute auto placement, store placement inside the data object,\n // modifiers will be able to edit `placement` if needed\n // and refer to originalPlacement to know the original value\n const placement = computeAutoPlacement(\n options.placement,\n referenceOffsets,\n popper,\n reference,\n options.modifiers.flip.boundariesElement,\n options.modifiers.flip.padding\n );\n\n popper.setAttribute('x-placement', placement);\n\n // Apply `position` to popper before anything else because\n // without the position applied we can't guarantee correct computations\n setStyles(popper, { position: options.positionFixed ? 'fixed' : 'absolute' });\n\n return options;\n}\n","/**\n * Set the attributes to the given popper\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element - Element to apply the attributes to\n * @argument {Object} styles\n * Object with a list of properties and values which will be applied to the element\n */\nexport default function setAttributes(element, attributes) {\n Object.keys(attributes).forEach(function(prop) {\n const value = attributes[prop];\n if (value !== false) {\n element.setAttribute(prop, attributes[prop]);\n } else {\n element.removeAttribute(prop);\n }\n });\n}\n","// Utils\nimport debounce from './utils/debounce';\nimport isFunction from './utils/isFunction';\n\n// Methods\nimport update from './methods/update';\nimport destroy from './methods/destroy';\nimport enableEventListeners from './methods/enableEventListeners';\nimport disableEventListeners from './methods/disableEventListeners';\nimport Defaults from './methods/defaults';\nimport placements from './methods/placements';\n\nexport default class Popper {\n /**\n * Creates a new Popper.js instance.\n * @class Popper\n * @param {Element|referenceObject} reference - The reference element used to position the popper\n * @param {Element} popper - The HTML / XML element used as the popper\n * @param {Object} options - Your custom options to override the ones defined in [Defaults](#defaults)\n * @return {Object} instance - The generated Popper.js instance\n */\n constructor(reference, popper, options = {}) {\n // make update() debounced, so that it only runs at most once-per-tick\n this.update = debounce(this.update.bind(this));\n\n // with {} we create a new object with the options inside it\n this.options = { ...Popper.Defaults, ...options };\n\n // init state\n this.state = {\n isDestroyed: false,\n isCreated: false,\n scrollParents: [],\n };\n\n // get reference and popper elements (allow jQuery wrappers)\n this.reference = reference && reference.jquery ? reference[0] : reference;\n this.popper = popper && popper.jquery ? popper[0] : popper;\n\n // Deep merge modifiers options\n this.options.modifiers = {};\n Object.keys({\n ...Popper.Defaults.modifiers,\n ...options.modifiers,\n }).forEach(name => {\n this.options.modifiers[name] = {\n // If it's a built-in modifier, use it as base\n ...(Popper.Defaults.modifiers[name] || {}),\n // If there are custom options, override and merge with default ones\n ...(options.modifiers ? options.modifiers[name] : {}),\n };\n });\n\n // Refactoring modifiers' list (Object => Array)\n this.modifiers = Object.keys(this.options.modifiers)\n .map(name => ({\n name,\n ...this.options.modifiers[name],\n }))\n // sort the modifiers by order\n .sort((a, b) => a.order - b.order);\n\n // modifiers have the ability to execute arbitrary code when Popper.js get inited\n // such code is executed in the same order of its modifier\n // they could add new properties to their options configuration\n // BE AWARE: don't add options to `options.modifiers.name` but to `modifierOptions`!\n this.modifiers.forEach(modifierOptions => {\n if (modifierOptions.enabled && isFunction(modifierOptions.onLoad)) {\n modifierOptions.onLoad(\n this.reference,\n this.popper,\n this.options,\n modifierOptions,\n this.state\n );\n }\n });\n\n // fire the first update to position the popper in the right place\n this.update();\n\n const eventsEnabled = this.options.eventsEnabled;\n if (eventsEnabled) {\n // setup event listeners, they will take care of update the position in specific situations\n this.enableEventListeners();\n }\n\n this.state.eventsEnabled = eventsEnabled;\n }\n\n // We can't use class properties because they don't get listed in the\n // class prototype and break stuff like Sinon stubs\n update() {\n return update.call(this);\n }\n destroy() {\n return destroy.call(this);\n }\n enableEventListeners() {\n return enableEventListeners.call(this);\n }\n disableEventListeners() {\n return disableEventListeners.call(this);\n }\n\n /**\n * Schedules an update. It will run on the next UI update available.\n * @method scheduleUpdate\n * @memberof Popper\n */\n scheduleUpdate = () => requestAnimationFrame(this.update);\n\n /**\n * Collection of utilities useful when writing custom modifiers.\n * Starting from version 1.7, this method is available only if you\n * include `popper-utils.js` before `popper.js`.\n *\n * **DEPRECATION**: This way to access PopperUtils is deprecated\n * and will be removed in v2! Use the PopperUtils module directly instead.\n * Due to the high instability of the methods contained in Utils, we can't\n * guarantee them to follow semver. Use them at your own risk!\n * @static\n * @private\n * @type {Object}\n * @deprecated since version 1.8\n * @member Utils\n * @memberof Popper\n */\n static Utils = (typeof window !== 'undefined' ? window : global).PopperUtils;\n\n static placements = placements;\n\n static Defaults = Defaults;\n}\n\n/**\n * The `referenceObject` is an object that provides an interface compatible with Popper.js\n * and lets you use it as replacement of a real DOM node.<br />\n * You can use this method to position a popper relatively to a set of coordinates\n * in case you don't have a DOM node to use as reference.\n *\n * ```\n * new Popper(referenceObject, popperNode);\n * ```\n *\n * NB: This feature isn't supported in Internet Explorer 10.\n * @name referenceObject\n * @property {Function} data.getBoundingClientRect\n * A function that returns a set of coordinates compatible with the native `getBoundingClientRect` method.\n * @property {number} data.clientWidth\n * An ES6 getter that will return the width of the virtual reference element.\n * @property {number} data.clientHeight\n * An ES6 getter that will return the height of the virtual reference element.\n */\n","module.exports = require(\"regenerator-runtime\");\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react-is.production.min.js');\n} else {\n module.exports = require('./cjs/react-is.development.js');\n}\n","/*\nobject-assign\n(c) Sindre Sorhus\n@license MIT\n*/\n\n'use strict';\n/* eslint-disable no-unused-vars */\nvar getOwnPropertySymbols = Object.getOwnPropertySymbols;\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nvar propIsEnumerable = Object.prototype.propertyIsEnumerable;\n\nfunction toObject(val) {\n\tif (val === null || val === undefined) {\n\t\tthrow new TypeError('Object.assign cannot be called with null or undefined');\n\t}\n\n\treturn Object(val);\n}\n\nfunction shouldUseNative() {\n\ttry {\n\t\tif (!Object.assign) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// Detect buggy property enumeration order in older V8 versions.\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=4118\n\t\tvar test1 = new String('abc'); // eslint-disable-line no-new-wrappers\n\t\ttest1[5] = 'de';\n\t\tif (Object.getOwnPropertyNames(test1)[0] === '5') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test2 = {};\n\t\tfor (var i = 0; i < 10; i++) {\n\t\t\ttest2['_' + String.fromCharCode(i)] = i;\n\t\t}\n\t\tvar order2 = Object.getOwnPropertyNames(test2).map(function (n) {\n\t\t\treturn test2[n];\n\t\t});\n\t\tif (order2.join('') !== '0123456789') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test3 = {};\n\t\t'abcdefghijklmnopqrst'.split('').forEach(function (letter) {\n\t\t\ttest3[letter] = letter;\n\t\t});\n\t\tif (Object.keys(Object.assign({}, test3)).join('') !==\n\t\t\t\t'abcdefghijklmnopqrst') {\n\t\t\treturn false;\n\t\t}\n\n\t\treturn true;\n\t} catch (err) {\n\t\t// We don't expect any of the above to throw, but better to be safe.\n\t\treturn false;\n\t}\n}\n\nmodule.exports = shouldUseNative() ? Object.assign : function (target, source) {\n\tvar from;\n\tvar to = toObject(target);\n\tvar symbols;\n\n\tfor (var s = 1; s < arguments.length; s++) {\n\t\tfrom = Object(arguments[s]);\n\n\t\tfor (var key in from) {\n\t\t\tif (hasOwnProperty.call(from, key)) {\n\t\t\t\tto[key] = from[key];\n\t\t\t}\n\t\t}\n\n\t\tif (getOwnPropertySymbols) {\n\t\t\tsymbols = getOwnPropertySymbols(from);\n\t\t\tfor (var i = 0; i < symbols.length; i++) {\n\t\t\t\tif (propIsEnumerable.call(from, symbols[i])) {\n\t\t\t\t\tto[symbols[i]] = from[symbols[i]];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn to;\n};\n","\"use strict\";\n\nexports.__esModule = true;\nexports.default = exports.EXITING = exports.ENTERED = exports.ENTERING = exports.EXITED = exports.UNMOUNTED = void 0;\n\nvar PropTypes = _interopRequireWildcard(require(\"prop-types\"));\n\nvar _react = _interopRequireDefault(require(\"react\"));\n\nvar _reactDom = _interopRequireDefault(require(\"react-dom\"));\n\nvar _reactLifecyclesCompat = require(\"react-lifecycles-compat\");\n\nvar _PropTypes = require(\"./utils/PropTypes\");\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nfunction _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = Object.defineProperty && Object.getOwnPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : {}; if (desc.get || desc.set) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } } newObj.default = obj; return newObj; } }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nfunction _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }\n\nvar UNMOUNTED = 'unmounted';\nexports.UNMOUNTED = UNMOUNTED;\nvar EXITED = 'exited';\nexports.EXITED = EXITED;\nvar ENTERING = 'entering';\nexports.ENTERING = ENTERING;\nvar ENTERED = 'entered';\nexports.ENTERED = ENTERED;\nvar EXITING = 'exiting';\n/**\n * The Transition component lets you describe a transition from one component\n * state to another _over time_ with a simple declarative API. Most commonly\n * it's used to animate the mounting and unmounting of a component, but can also\n * be used to describe in-place transition states as well.\n *\n * ---\n *\n * **Note**: `Transition` is a platform-agnostic base component. If you're using\n * transitions in CSS, you'll probably want to use\n * [`CSSTransition`](https://reactcommunity.org/react-transition-group/css-transition)\n * instead. It inherits all the features of `Transition`, but contains\n * additional features necessary to play nice with CSS transitions (hence the\n * name of the component).\n *\n * ---\n *\n * By default the `Transition` component does not alter the behavior of the\n * component it renders, it only tracks \"enter\" and \"exit\" states for the\n * components. It's up to you to give meaning and effect to those states. For\n * example we can add styles to a component when it enters or exits:\n *\n * ```jsx\n * import { Transition } from 'react-transition-group';\n *\n * const duration = 300;\n *\n * const defaultStyle = {\n * transition: `opacity ${duration}ms ease-in-out`,\n * opacity: 0,\n * }\n *\n * const transitionStyles = {\n * entering: { opacity: 0 },\n * entered: { opacity: 1 },\n * };\n *\n * const Fade = ({ in: inProp }) => (\n * <Transition in={inProp} timeout={duration}>\n * {state => (\n * <div style={{\n * ...defaultStyle,\n * ...transitionStyles[state]\n * }}>\n * I'm a fade Transition!\n * </div>\n * )}\n * </Transition>\n * );\n * ```\n *\n * There are 4 main states a Transition can be in:\n * - `'entering'`\n * - `'entered'`\n * - `'exiting'`\n * - `'exited'`\n *\n * Transition state is toggled via the `in` prop. When `true` the component\n * begins the \"Enter\" stage. During this stage, the component will shift from\n * its current transition state, to `'entering'` for the duration of the\n * transition and then to the `'entered'` stage once it's complete. Let's take\n * the following example (we'll use the\n * [useState](https://reactjs.org/docs/hooks-reference.html#usestate) hook):\n *\n * ```jsx\n * function App() {\n * const [inProp, setInProp] = useState(false);\n * return (\n * <div>\n * <Transition in={inProp} timeout={500}>\n * {state => (\n * // ...\n * )}\n * </Transition>\n * <button onClick={() => setInProp(true)}>\n * Click to Enter\n * </button>\n * </div>\n * );\n * }\n * ```\n *\n * When the button is clicked the component will shift to the `'entering'` state\n * and stay there for 500ms (the value of `timeout`) before it finally switches\n * to `'entered'`.\n *\n * When `in` is `false` the same thing happens except the state moves from\n * `'exiting'` to `'exited'`.\n */\n\nexports.EXITING = EXITING;\n\nvar Transition =\n/*#__PURE__*/\nfunction (_React$Component) {\n _inheritsLoose(Transition, _React$Component);\n\n function Transition(props, context) {\n var _this;\n\n _this = _React$Component.call(this, props, context) || this;\n var parentGroup = context.transitionGroup; // In the context of a TransitionGroup all enters are really appears\n\n var appear = parentGroup && !parentGroup.isMounting ? props.enter : props.appear;\n var initialStatus;\n _this.appearStatus = null;\n\n if (props.in) {\n if (appear) {\n initialStatus = EXITED;\n _this.appearStatus = ENTERING;\n } else {\n initialStatus = ENTERED;\n }\n } else {\n if (props.unmountOnExit || props.mountOnEnter) {\n initialStatus = UNMOUNTED;\n } else {\n initialStatus = EXITED;\n }\n }\n\n _this.state = {\n status: initialStatus\n };\n _this.nextCallback = null;\n return _this;\n }\n\n var _proto = Transition.prototype;\n\n _proto.getChildContext = function getChildContext() {\n return {\n transitionGroup: null // allows for nested Transitions\n\n };\n };\n\n Transition.getDerivedStateFromProps = function getDerivedStateFromProps(_ref, prevState) {\n var nextIn = _ref.in;\n\n if (nextIn && prevState.status === UNMOUNTED) {\n return {\n status: EXITED\n };\n }\n\n return null;\n }; // getSnapshotBeforeUpdate(prevProps) {\n // let nextStatus = null\n // if (prevProps !== this.props) {\n // const { status } = this.state\n // if (this.props.in) {\n // if (status !== ENTERING && status !== ENTERED) {\n // nextStatus = ENTERING\n // }\n // } else {\n // if (status === ENTERING || status === ENTERED) {\n // nextStatus = EXITING\n // }\n // }\n // }\n // return { nextStatus }\n // }\n\n\n _proto.componentDidMount = function componentDidMount() {\n this.updateStatus(true, this.appearStatus);\n };\n\n _proto.componentDidUpdate = function componentDidUpdate(prevProps) {\n var nextStatus = null;\n\n if (prevProps !== this.props) {\n var status = this.state.status;\n\n if (this.props.in) {\n if (status !== ENTERING && status !== ENTERED) {\n nextStatus = ENTERING;\n }\n } else {\n if (status === ENTERING || status === ENTERED) {\n nextStatus = EXITING;\n }\n }\n }\n\n this.updateStatus(false, nextStatus);\n };\n\n _proto.componentWillUnmount = function componentWillUnmount() {\n this.cancelNextCallback();\n };\n\n _proto.getTimeouts = function getTimeouts() {\n var timeout = this.props.timeout;\n var exit, enter, appear;\n exit = enter = appear = timeout;\n\n if (timeout != null && typeof timeout !== 'number') {\n exit = timeout.exit;\n enter = timeout.enter; // TODO: remove fallback for next major\n\n appear = timeout.appear !== undefined ? timeout.appear : enter;\n }\n\n return {\n exit: exit,\n enter: enter,\n appear: appear\n };\n };\n\n _proto.updateStatus = function updateStatus(mounting, nextStatus) {\n if (mounting === void 0) {\n mounting = false;\n }\n\n if (nextStatus !== null) {\n // nextStatus will always be ENTERING or EXITING.\n this.cancelNextCallback();\n\n var node = _reactDom.default.findDOMNode(this);\n\n if (nextStatus === ENTERING) {\n this.performEnter(node, mounting);\n } else {\n this.performExit(node);\n }\n } else if (this.props.unmountOnExit && this.state.status === EXITED) {\n this.setState({\n status: UNMOUNTED\n });\n }\n };\n\n _proto.performEnter = function performEnter(node, mounting) {\n var _this2 = this;\n\n var enter = this.props.enter;\n var appearing = this.context.transitionGroup ? this.context.transitionGroup.isMounting : mounting;\n var timeouts = this.getTimeouts();\n var enterTimeout = appearing ? timeouts.appear : timeouts.enter; // no enter animation skip right to ENTERED\n // if we are mounting and running this it means appear _must_ be set\n\n if (!mounting && !enter) {\n this.safeSetState({\n status: ENTERED\n }, function () {\n _this2.props.onEntered(node);\n });\n return;\n }\n\n this.props.onEnter(node, appearing);\n this.safeSetState({\n status: ENTERING\n }, function () {\n _this2.props.onEntering(node, appearing);\n\n _this2.onTransitionEnd(node, enterTimeout, function () {\n _this2.safeSetState({\n status: ENTERED\n }, function () {\n _this2.props.onEntered(node, appearing);\n });\n });\n });\n };\n\n _proto.performExit = function performExit(node) {\n var _this3 = this;\n\n var exit = this.props.exit;\n var timeouts = this.getTimeouts(); // no exit animation skip right to EXITED\n\n if (!exit) {\n this.safeSetState({\n status: EXITED\n }, function () {\n _this3.props.onExited(node);\n });\n return;\n }\n\n this.props.onExit(node);\n this.safeSetState({\n status: EXITING\n }, function () {\n _this3.props.onExiting(node);\n\n _this3.onTransitionEnd(node, timeouts.exit, function () {\n _this3.safeSetState({\n status: EXITED\n }, function () {\n _this3.props.onExited(node);\n });\n });\n });\n };\n\n _proto.cancelNextCallback = function cancelNextCallback() {\n if (this.nextCallback !== null) {\n this.nextCallback.cancel();\n this.nextCallback = null;\n }\n };\n\n _proto.safeSetState = function safeSetState(nextState, callback) {\n // This shouldn't be necessary, but there are weird race conditions with\n // setState callbacks and unmounting in testing, so always make sure that\n // we can cancel any pending setState callbacks after we unmount.\n callback = this.setNextCallback(callback);\n this.setState(nextState, callback);\n };\n\n _proto.setNextCallback = function setNextCallback(callback) {\n var _this4 = this;\n\n var active = true;\n\n this.nextCallback = function (event) {\n if (active) {\n active = false;\n _this4.nextCallback = null;\n callback(event);\n }\n };\n\n this.nextCallback.cancel = function () {\n active = false;\n };\n\n return this.nextCallback;\n };\n\n _proto.onTransitionEnd = function onTransitionEnd(node, timeout, handler) {\n this.setNextCallback(handler);\n var doesNotHaveTimeoutOrListener = timeout == null && !this.props.addEndListener;\n\n if (!node || doesNotHaveTimeoutOrListener) {\n setTimeout(this.nextCallback, 0);\n return;\n }\n\n if (this.props.addEndListener) {\n this.props.addEndListener(node, this.nextCallback);\n }\n\n if (timeout != null) {\n setTimeout(this.nextCallback, timeout);\n }\n };\n\n _proto.render = function render() {\n var status = this.state.status;\n\n if (status === UNMOUNTED) {\n return null;\n }\n\n var _this$props = this.props,\n children = _this$props.children,\n childProps = _objectWithoutPropertiesLoose(_this$props, [\"children\"]); // filter props for Transtition\n\n\n delete childProps.in;\n delete childProps.mountOnEnter;\n delete childProps.unmountOnExit;\n delete childProps.appear;\n delete childProps.enter;\n delete childProps.exit;\n delete childProps.timeout;\n delete childProps.addEndListener;\n delete childProps.onEnter;\n delete childProps.onEntering;\n delete childProps.onEntered;\n delete childProps.onExit;\n delete childProps.onExiting;\n delete childProps.onExited;\n\n if (typeof children === 'function') {\n return children(status, childProps);\n }\n\n var child = _react.default.Children.only(children);\n\n return _react.default.cloneElement(child, childProps);\n };\n\n return Transition;\n}(_react.default.Component);\n\nTransition.contextTypes = {\n transitionGroup: PropTypes.object\n};\nTransition.childContextTypes = {\n transitionGroup: function transitionGroup() {}\n};\nTransition.propTypes = process.env.NODE_ENV !== \"production\" ? {\n /**\n * A `function` child can be used instead of a React element. This function is\n * called with the current transition status (`'entering'`, `'entered'`,\n * `'exiting'`, `'exited'`, `'unmounted'`), which can be used to apply context\n * specific props to a component.\n *\n * ```jsx\n * <Transition in={this.state.in} timeout={150}>\n * {state => (\n * <MyComponent className={`fade fade-${state}`} />\n * )}\n * </Transition>\n * ```\n */\n children: PropTypes.oneOfType([PropTypes.func.isRequired, PropTypes.element.isRequired]).isRequired,\n\n /**\n * Show the component; triggers the enter or exit states\n */\n in: PropTypes.bool,\n\n /**\n * By default the child component is mounted immediately along with\n * the parent `Transition` component. If you want to \"lazy mount\" the component on the\n * first `in={true}` you can set `mountOnEnter`. After the first enter transition the component will stay\n * mounted, even on \"exited\", unless you also specify `unmountOnExit`.\n */\n mountOnEnter: PropTypes.bool,\n\n /**\n * By default the child component stays mounted after it reaches the `'exited'` state.\n * Set `unmountOnExit` if you'd prefer to unmount the component after it finishes exiting.\n */\n unmountOnExit: PropTypes.bool,\n\n /**\n * Normally a component is not transitioned if it is shown when the `<Transition>` component mounts.\n * If you want to transition on the first mount set `appear` to `true`, and the\n * component will transition in as soon as the `<Transition>` mounts.\n *\n * > Note: there are no specific \"appear\" states. `appear` only adds an additional `enter` transition.\n */\n appear: PropTypes.bool,\n\n /**\n * Enable or disable enter transitions.\n */\n enter: PropTypes.bool,\n\n /**\n * Enable or disable exit transitions.\n */\n exit: PropTypes.bool,\n\n /**\n * The duration of the transition, in milliseconds.\n * Required unless `addEndListener` is provided.\n *\n * You may specify a single timeout for all transitions:\n *\n * ```jsx\n * timeout={500}\n * ```\n *\n * or individually:\n *\n * ```jsx\n * timeout={{\n * appear: 500,\n * enter: 300,\n * exit: 500,\n * }}\n * ```\n *\n * - `appear` defaults to the value of `enter`\n * - `enter` defaults to `0`\n * - `exit` defaults to `0`\n *\n * @type {number | { enter?: number, exit?: number, appear?: number }}\n */\n timeout: function timeout(props) {\n var pt = _PropTypes.timeoutsShape;\n if (!props.addEndListener) pt = pt.isRequired;\n\n for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n args[_key - 1] = arguments[_key];\n }\n\n return pt.apply(void 0, [props].concat(args));\n },\n\n /**\n * Add a custom transition end trigger. Called with the transitioning\n * DOM node and a `done` callback. Allows for more fine grained transition end\n * logic. **Note:** Timeouts are still used as a fallback if provided.\n *\n * ```jsx\n * addEndListener={(node, done) => {\n * // use the css transitionend event to mark the finish of a transition\n * node.addEventListener('transitionend', done, false);\n * }}\n * ```\n */\n addEndListener: PropTypes.func,\n\n /**\n * Callback fired before the \"entering\" status is applied. An extra parameter\n * `isAppearing` is supplied to indicate if the enter stage is occurring on the initial mount\n *\n * @type Function(node: HtmlElement, isAppearing: bool) -> void\n */\n onEnter: PropTypes.func,\n\n /**\n * Callback fired after the \"entering\" status is applied. An extra parameter\n * `isAppearing` is supplied to indicate if the enter stage is occurring on the initial mount\n *\n * @type Function(node: HtmlElement, isAppearing: bool)\n */\n onEntering: PropTypes.func,\n\n /**\n * Callback fired after the \"entered\" status is applied. An extra parameter\n * `isAppearing` is supplied to indicate if the enter stage is occurring on the initial mount\n *\n * @type Function(node: HtmlElement, isAppearing: bool) -> void\n */\n onEntered: PropTypes.func,\n\n /**\n * Callback fired before the \"exiting\" status is applied.\n *\n * @type Function(node: HtmlElement) -> void\n */\n onExit: PropTypes.func,\n\n /**\n * Callback fired after the \"exiting\" status is applied.\n *\n * @type Function(node: HtmlElement) -> void\n */\n onExiting: PropTypes.func,\n\n /**\n * Callback fired after the \"exited\" status is applied.\n *\n * @type Function(node: HtmlElement) -> void\n */\n onExited: PropTypes.func // Name the function so it is clearer in the documentation\n\n} : {};\n\nfunction noop() {}\n\nTransition.defaultProps = {\n in: false,\n mountOnEnter: false,\n unmountOnExit: false,\n appear: false,\n enter: true,\n exit: true,\n onEnter: noop,\n onEntering: noop,\n onEntered: noop,\n onExit: noop,\n onExiting: noop,\n onExited: noop\n};\nTransition.UNMOUNTED = 0;\nTransition.EXITED = 1;\nTransition.ENTERING = 2;\nTransition.ENTERED = 3;\nTransition.EXITING = 4;\n\nvar _default = (0, _reactLifecyclesCompat.polyfill)(Transition);\n\nexports.default = _default;","\"use strict\";\n\nexports.__esModule = true;\nexports.classNamesShape = exports.timeoutsShape = void 0;\n\nvar _propTypes = _interopRequireDefault(require(\"prop-types\"));\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nvar timeoutsShape = process.env.NODE_ENV !== 'production' ? _propTypes.default.oneOfType([_propTypes.default.number, _propTypes.default.shape({\n enter: _propTypes.default.number,\n exit: _propTypes.default.number,\n appear: _propTypes.default.number\n}).isRequired]) : null;\nexports.timeoutsShape = timeoutsShape;\nvar classNamesShape = process.env.NODE_ENV !== 'production' ? _propTypes.default.oneOfType([_propTypes.default.string, _propTypes.default.shape({\n enter: _propTypes.default.string,\n exit: _propTypes.default.string,\n active: _propTypes.default.string\n}), _propTypes.default.shape({\n enter: _propTypes.default.string,\n enterDone: _propTypes.default.string,\n enterActive: _propTypes.default.string,\n exit: _propTypes.default.string,\n exitDone: _propTypes.default.string,\n exitActive: _propTypes.default.string\n})]) : null;\nexports.classNamesShape = classNamesShape;","\"use strict\";\n\nexports.__esModule = true;\nexports.default = void 0;\n\nvar _propTypes = _interopRequireDefault(require(\"prop-types\"));\n\nvar _react = _interopRequireDefault(require(\"react\"));\n\nvar _reactLifecyclesCompat = require(\"react-lifecycles-compat\");\n\nvar _ChildMapping = require(\"./utils/ChildMapping\");\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }\n\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return self; }\n\nvar values = Object.values || function (obj) {\n return Object.keys(obj).map(function (k) {\n return obj[k];\n });\n};\n\nvar defaultProps = {\n component: 'div',\n childFactory: function childFactory(child) {\n return child;\n }\n /**\n * The `<TransitionGroup>` component manages a set of transition components\n * (`<Transition>` and `<CSSTransition>`) in a list. Like with the transition\n * components, `<TransitionGroup>` is a state machine for managing the mounting\n * and unmounting of components over time.\n *\n * Consider the example below. As items are removed or added to the TodoList the\n * `in` prop is toggled automatically by the `<TransitionGroup>`.\n *\n * Note that `<TransitionGroup>` does not define any animation behavior!\n * Exactly _how_ a list item animates is up to the individual transition\n * component. This means you can mix and match animations across different list\n * items.\n */\n\n};\n\nvar TransitionGroup =\n/*#__PURE__*/\nfunction (_React$Component) {\n _inheritsLoose(TransitionGroup, _React$Component);\n\n function TransitionGroup(props, context) {\n var _this;\n\n _this = _React$Component.call(this, props, context) || this;\n\n var handleExited = _this.handleExited.bind(_assertThisInitialized(_assertThisInitialized(_this))); // Initial children should all be entering, dependent on appear\n\n\n _this.state = {\n handleExited: handleExited,\n firstRender: true\n };\n return _this;\n }\n\n var _proto = TransitionGroup.prototype;\n\n _proto.getChildContext = function getChildContext() {\n return {\n transitionGroup: {\n isMounting: !this.appeared\n }\n };\n };\n\n _proto.componentDidMount = function componentDidMount() {\n this.appeared = true;\n this.mounted = true;\n };\n\n _proto.componentWillUnmount = function componentWillUnmount() {\n this.mounted = false;\n };\n\n TransitionGroup.getDerivedStateFromProps = function getDerivedStateFromProps(nextProps, _ref) {\n var prevChildMapping = _ref.children,\n handleExited = _ref.handleExited,\n firstRender = _ref.firstRender;\n return {\n children: firstRender ? (0, _ChildMapping.getInitialChildMapping)(nextProps, handleExited) : (0, _ChildMapping.getNextChildMapping)(nextProps, prevChildMapping, handleExited),\n firstRender: false\n };\n };\n\n _proto.handleExited = function handleExited(child, node) {\n var currentChildMapping = (0, _ChildMapping.getChildMapping)(this.props.children);\n if (child.key in currentChildMapping) return;\n\n if (child.props.onExited) {\n child.props.onExited(node);\n }\n\n if (this.mounted) {\n this.setState(function (state) {\n var children = _extends({}, state.children);\n\n delete children[child.key];\n return {\n children: children\n };\n });\n }\n };\n\n _proto.render = function render() {\n var _this$props = this.props,\n Component = _this$props.component,\n childFactory = _this$props.childFactory,\n props = _objectWithoutPropertiesLoose(_this$props, [\"component\", \"childFactory\"]);\n\n var children = values(this.state.children).map(childFactory);\n delete props.appear;\n delete props.enter;\n delete props.exit;\n\n if (Component === null) {\n return children;\n }\n\n return _react.default.createElement(Component, props, children);\n };\n\n return TransitionGroup;\n}(_react.default.Component);\n\nTransitionGroup.childContextTypes = {\n transitionGroup: _propTypes.default.object.isRequired\n};\nTransitionGroup.propTypes = process.env.NODE_ENV !== \"production\" ? {\n /**\n * `<TransitionGroup>` renders a `<div>` by default. You can change this\n * behavior by providing a `component` prop.\n * If you use React v16+ and would like to avoid a wrapping `<div>` element\n * you can pass in `component={null}`. This is useful if the wrapping div\n * borks your css styles.\n */\n component: _propTypes.default.any,\n\n /**\n * A set of `<Transition>` components, that are toggled `in` and out as they\n * leave. the `<TransitionGroup>` will inject specific transition props, so\n * remember to spread them through if you are wrapping the `<Transition>` as\n * with our `<Fade>` example.\n *\n * While this component is meant for multiple `Transition` or `CSSTransition`\n * children, sometimes you may want to have a single transition child with\n * content that you want to be transitioned out and in when you change it\n * (e.g. routes, images etc.) In that case you can change the `key` prop of\n * the transition child as you change its content, this will cause\n * `TransitionGroup` to transition the child out and back in.\n */\n children: _propTypes.default.node,\n\n /**\n * A convenience prop that enables or disables appear animations\n * for all children. Note that specifying this will override any defaults set\n * on individual children Transitions.\n */\n appear: _propTypes.default.bool,\n\n /**\n * A convenience prop that enables or disables enter animations\n * for all children. Note that specifying this will override any defaults set\n * on individual children Transitions.\n */\n enter: _propTypes.default.bool,\n\n /**\n * A convenience prop that enables or disables exit animations\n * for all children. Note that specifying this will override any defaults set\n * on individual children Transitions.\n */\n exit: _propTypes.default.bool,\n\n /**\n * You may need to apply reactive updates to a child as it is exiting.\n * This is generally done by using `cloneElement` however in the case of an exiting\n * child the element has already been removed and not accessible to the consumer.\n *\n * If you do need to update a child as it leaves you can provide a `childFactory`\n * to wrap every child, even the ones that are leaving.\n *\n * @type Function(child: ReactElement) -> ReactElement\n */\n childFactory: _propTypes.default.func\n} : {};\nTransitionGroup.defaultProps = defaultProps;\n\nvar _default = (0, _reactLifecyclesCompat.polyfill)(TransitionGroup);\n\nexports.default = _default;\nmodule.exports = exports[\"default\"];","'use strict';\n\nvar slice = Array.prototype.slice;\nvar isArgs = require('./isArguments');\n\nvar origKeys = Object.keys;\nvar keysShim = origKeys ? function keys(o) { return origKeys(o); } : require('./implementation');\n\nvar originalKeys = Object.keys;\n\nkeysShim.shim = function shimObjectKeys() {\n\tif (Object.keys) {\n\t\tvar keysWorksWithArguments = (function () {\n\t\t\t// Safari 5.0 bug\n\t\t\tvar args = Object.keys(arguments);\n\t\t\treturn args && args.length === arguments.length;\n\t\t}(1, 2));\n\t\tif (!keysWorksWithArguments) {\n\t\t\tObject.keys = function keys(object) { // eslint-disable-line func-name-matching\n\t\t\t\tif (isArgs(object)) {\n\t\t\t\t\treturn originalKeys(slice.call(object));\n\t\t\t\t}\n\t\t\t\treturn originalKeys(object);\n\t\t\t};\n\t\t}\n\t} else {\n\t\tObject.keys = keysShim;\n\t}\n\treturn Object.keys || keysShim;\n};\n\nmodule.exports = keysShim;\n","'use strict';\n\nvar toStr = Object.prototype.toString;\n\nmodule.exports = function isArguments(value) {\n\tvar str = toStr.call(value);\n\tvar isArgs = str === '[object Arguments]';\n\tif (!isArgs) {\n\t\tisArgs = str !== '[object Array]' &&\n\t\t\tvalue !== null &&\n\t\t\ttypeof value === 'object' &&\n\t\t\ttypeof value.length === 'number' &&\n\t\t\tvalue.length >= 0 &&\n\t\t\ttoStr.call(value.callee) === '[object Function]';\n\t}\n\treturn isArgs;\n};\n","'use strict';\n\nvar numberIsNaN = function (value) {\n\treturn value !== value;\n};\n\nmodule.exports = function is(a, b) {\n\tif (a === 0 && b === 0) {\n\t\treturn 1 / a === 1 / b;\n\t}\n\tif (a === b) {\n\t\treturn true;\n\t}\n\tif (numberIsNaN(a) && numberIsNaN(b)) {\n\t\treturn true;\n\t}\n\treturn false;\n};\n\n","'use strict';\n\nvar implementation = require('./implementation');\n\nmodule.exports = function getPolyfill() {\n\treturn typeof Object.is === 'function' ? Object.is : implementation;\n};\n","'use strict';\n\nvar $Object = Object;\nvar $TypeError = TypeError;\n\nmodule.exports = function flags() {\n\tif (this != null && this !== $Object(this)) {\n\t\tthrow new $TypeError('RegExp.prototype.flags getter called on non-object');\n\t}\n\tvar result = '';\n\tif (this.global) {\n\t\tresult += 'g';\n\t}\n\tif (this.ignoreCase) {\n\t\tresult += 'i';\n\t}\n\tif (this.multiline) {\n\t\tresult += 'm';\n\t}\n\tif (this.dotAll) {\n\t\tresult += 's';\n\t}\n\tif (this.unicode) {\n\t\tresult += 'u';\n\t}\n\tif (this.sticky) {\n\t\tresult += 'y';\n\t}\n\treturn result;\n};\n","'use strict';\n\nvar implementation = require('./implementation');\n\nvar supportsDescriptors = require('define-properties').supportsDescriptors;\nvar $gOPD = Object.getOwnPropertyDescriptor;\nvar $TypeError = TypeError;\n\nmodule.exports = function getPolyfill() {\n\tif (!supportsDescriptors) {\n\t\tthrow new $TypeError('RegExp.prototype.flags requires a true ES5 environment that supports property descriptors');\n\t}\n\tif ((/a/mig).flags === 'gim') {\n\t\tvar descriptor = $gOPD(RegExp.prototype, 'flags');\n\t\tif (descriptor && typeof descriptor.get === 'function' && typeof (/a/).dotAll === 'boolean') {\n\t\t\treturn descriptor.get;\n\t\t}\n\t}\n\treturn implementation;\n};\n","var freeGlobal = require('./_freeGlobal');\n\n/** Detect free variable `self`. */\nvar freeSelf = typeof self == 'object' && self && self.Object === Object && self;\n\n/** Used as a reference to the global object. */\nvar root = freeGlobal || freeSelf || Function('return this')();\n\nmodule.exports = root;\n","var root = require('./_root');\n\n/** Built-in value references. */\nvar Symbol = root.Symbol;\n\nmodule.exports = Symbol;\n","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport _assertThisInitialized from \"@babel/runtime/helpers/esm/assertThisInitialized\";\nimport _inheritsLoose from \"@babel/runtime/helpers/esm/inheritsLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType } from './utils';\nvar propTypes = {\n active: PropTypes.bool,\n 'aria-label': PropTypes.string,\n block: PropTypes.bool,\n color: PropTypes.string,\n disabled: PropTypes.bool,\n outline: PropTypes.bool,\n tag: tagPropType,\n innerRef: PropTypes.oneOfType([PropTypes.object, PropTypes.func, PropTypes.string]),\n onClick: PropTypes.func,\n size: PropTypes.string,\n children: PropTypes.node,\n className: PropTypes.string,\n cssModule: PropTypes.object,\n close: PropTypes.bool\n};\nvar defaultProps = {\n color: 'secondary',\n tag: 'button'\n};\n\nvar Button = /*#__PURE__*/function (_React$Component) {\n _inheritsLoose(Button, _React$Component);\n\n function Button(props) {\n var _this;\n\n _this = _React$Component.call(this, props) || this;\n _this.onClick = _this.onClick.bind(_assertThisInitialized(_this));\n return _this;\n }\n\n var _proto = Button.prototype;\n\n _proto.onClick = function onClick(e) {\n if (this.props.disabled) {\n e.preventDefault();\n return;\n }\n\n if (this.props.onClick) {\n return this.props.onClick(e);\n }\n };\n\n _proto.render = function render() {\n var _this$props = this.props,\n active = _this$props.active,\n ariaLabel = _this$props['aria-label'],\n block = _this$props.block,\n className = _this$props.className,\n close = _this$props.close,\n cssModule = _this$props.cssModule,\n color = _this$props.color,\n outline = _this$props.outline,\n size = _this$props.size,\n Tag = _this$props.tag,\n innerRef = _this$props.innerRef,\n attributes = _objectWithoutPropertiesLoose(_this$props, [\"active\", \"aria-label\", \"block\", \"className\", \"close\", \"cssModule\", \"color\", \"outline\", \"size\", \"tag\", \"innerRef\"]);\n\n if (close && typeof attributes.children === 'undefined') {\n attributes.children = /*#__PURE__*/React.createElement(\"span\", {\n \"aria-hidden\": true\n }, \"\\xD7\");\n }\n\n var btnOutlineColor = \"btn\" + (outline ? '-outline' : '') + \"-\" + color;\n var classes = mapToCssModules(classNames(className, {\n close: close\n }, close || 'btn', close || btnOutlineColor, size ? \"btn-\" + size : false, block ? 'btn-block' : false, {\n active: active,\n disabled: this.props.disabled\n }), cssModule);\n\n if (attributes.href && Tag === 'button') {\n Tag = 'a';\n }\n\n var defaultAriaLabel = close ? 'Close' : null;\n return /*#__PURE__*/React.createElement(Tag, _extends({\n type: Tag === 'button' && attributes.onClick ? 'button' : undefined\n }, attributes, {\n className: classes,\n ref: innerRef,\n onClick: this.onClick,\n \"aria-label\": ariaLabel || defaultAriaLabel\n }));\n };\n\n return Button;\n}(React.Component);\n\nButton.propTypes = propTypes;\nButton.defaultProps = defaultProps;\nexport default Button;","function _objectWithoutPropertiesLoose(source, excluded) {\n if (source == null) return {};\n var target = {};\n var sourceKeys = Object.keys(source);\n var key, i;\n\n for (i = 0; i < sourceKeys.length; i++) {\n key = sourceKeys[i];\n if (excluded.indexOf(key) >= 0) continue;\n target[key] = source[key];\n }\n\n return target;\n}\n\nmodule.exports = _objectWithoutPropertiesLoose;","var objectKeys = require('object-keys');\nvar isArguments = require('is-arguments');\nvar is = require('object-is');\nvar isRegex = require('is-regex');\nvar flags = require('regexp.prototype.flags');\nvar isDate = require('is-date-object');\n\nvar getTime = Date.prototype.getTime;\n\nfunction deepEqual(actual, expected, options) {\n var opts = options || {};\n\n // 7.1. All identical values are equivalent, as determined by ===.\n if (opts.strict ? is(actual, expected) : actual === expected) {\n return true;\n }\n\n // 7.3. Other pairs that do not both pass typeof value == 'object', equivalence is determined by ==.\n if (!actual || !expected || (typeof actual !== 'object' && typeof expected !== 'object')) {\n return opts.strict ? is(actual, expected) : actual == expected;\n }\n\n /*\n * 7.4. For all other Object pairs, including Array objects, equivalence is\n * determined by having the same number of owned properties (as verified\n * with Object.prototype.hasOwnProperty.call), the same set of keys\n * (although not necessarily the same order), equivalent values for every\n * corresponding key, and an identical 'prototype' property. Note: this\n * accounts for both named and indexed properties on Arrays.\n */\n // eslint-disable-next-line no-use-before-define\n return objEquiv(actual, expected, opts);\n}\n\nfunction isUndefinedOrNull(value) {\n return value === null || value === undefined;\n}\n\nfunction isBuffer(x) {\n if (!x || typeof x !== 'object' || typeof x.length !== 'number') {\n return false;\n }\n if (typeof x.copy !== 'function' || typeof x.slice !== 'function') {\n return false;\n }\n if (x.length > 0 && typeof x[0] !== 'number') {\n return false;\n }\n return true;\n}\n\nfunction objEquiv(a, b, opts) {\n /* eslint max-statements: [2, 50] */\n var i, key;\n if (typeof a !== typeof b) { return false; }\n if (isUndefinedOrNull(a) || isUndefinedOrNull(b)) { return false; }\n\n // an identical 'prototype' property.\n if (a.prototype !== b.prototype) { return false; }\n\n if (isArguments(a) !== isArguments(b)) { return false; }\n\n var aIsRegex = isRegex(a);\n var bIsRegex = isRegex(b);\n if (aIsRegex !== bIsRegex) { return false; }\n if (aIsRegex || bIsRegex) {\n return a.source === b.source && flags(a) === flags(b);\n }\n\n if (isDate(a) && isDate(b)) {\n return getTime.call(a) === getTime.call(b);\n }\n\n var aIsBuffer = isBuffer(a);\n var bIsBuffer = isBuffer(b);\n if (aIsBuffer !== bIsBuffer) { return false; }\n if (aIsBuffer || bIsBuffer) { // && would work too, because both are true or both false here\n if (a.length !== b.length) { return false; }\n for (i = 0; i < a.length; i++) {\n if (a[i] !== b[i]) { return false; }\n }\n return true;\n }\n\n if (typeof a !== typeof b) { return false; }\n\n try {\n var ka = objectKeys(a);\n var kb = objectKeys(b);\n } catch (e) { // happens when one is a string literal and the other isn't\n return false;\n }\n // having the same number of owned properties (keys incorporates hasOwnProperty)\n if (ka.length !== kb.length) { return false; }\n\n // the same set of keys (although not necessarily the same order),\n ka.sort();\n kb.sort();\n // ~~~cheap key test\n for (i = ka.length - 1; i >= 0; i--) {\n if (ka[i] != kb[i]) { return false; }\n }\n // equivalent values for every corresponding key, and ~~~possibly expensive deep test\n for (i = ka.length - 1; i >= 0; i--) {\n key = ka[i];\n if (!deepEqual(a[key], b[key], opts)) { return false; }\n }\n\n return true;\n}\n\nmodule.exports = deepEqual;\n","function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {\n try {\n var info = gen[key](arg);\n var value = info.value;\n } catch (error) {\n reject(error);\n return;\n }\n\n if (info.done) {\n resolve(value);\n } else {\n Promise.resolve(value).then(_next, _throw);\n }\n}\n\nexport default function _asyncToGenerator(fn) {\n return function () {\n var self = this,\n args = arguments;\n return new Promise(function (resolve, reject) {\n var gen = fn.apply(self, args);\n\n function _next(value) {\n asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"next\", value);\n }\n\n function _throw(err) {\n asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"throw\", err);\n }\n\n _next(undefined);\n });\n };\n}","/*\n * Fuzzy\n * https://github.com/myork/fuzzy\n *\n * Copyright (c) 2012 Matt York\n * Licensed under the MIT license.\n */\n\n(function() {\n\nvar root = this;\n\nvar fuzzy = {};\n\n// Use in node or in browser\nif (typeof exports !== 'undefined') {\n module.exports = fuzzy;\n} else {\n root.fuzzy = fuzzy;\n}\n\n// Return all elements of `array` that have a fuzzy\n// match against `pattern`.\nfuzzy.simpleFilter = function(pattern, array) {\n return array.filter(function(str) {\n return fuzzy.test(pattern, str);\n });\n};\n\n// Does `pattern` fuzzy match `str`?\nfuzzy.test = function(pattern, str) {\n return fuzzy.match(pattern, str) !== null;\n};\n\n// If `pattern` matches `str`, wrap each matching character\n// in `opts.pre` and `opts.post`. If no match, return null\nfuzzy.match = function(pattern, str, opts) {\n opts = opts || {};\n var patternIdx = 0\n , result = []\n , len = str.length\n , totalScore = 0\n , currScore = 0\n // prefix\n , pre = opts.pre || ''\n // suffix\n , post = opts.post || ''\n // String to compare against. This might be a lowercase version of the\n // raw string\n , compareString = opts.caseSensitive && str || str.toLowerCase()\n , ch;\n\n pattern = opts.caseSensitive && pattern || pattern.toLowerCase();\n\n // For each character in the string, either add it to the result\n // or wrap in template if it's the next string in the pattern\n for(var idx = 0; idx < len; idx++) {\n ch = str[idx];\n if(compareString[idx] === pattern[patternIdx]) {\n ch = pre + ch + post;\n patternIdx += 1;\n\n // consecutive characters should increase the score more than linearly\n currScore += 1 + currScore;\n } else {\n currScore = 0;\n }\n totalScore += currScore;\n result[result.length] = ch;\n }\n\n // return rendered string if we have a match for every char\n if(patternIdx === pattern.length) {\n // if the string is an exact match with pattern, totalScore should be maxed\n totalScore = (compareString === pattern) ? Infinity : totalScore;\n return {rendered: result.join(''), score: totalScore};\n }\n\n return null;\n};\n\n// The normal entry point. Filters `arr` for matches against `pattern`.\n// It returns an array with matching values of the type:\n//\n// [{\n// string: '<b>lah' // The rendered string\n// , index: 2 // The index of the element in `arr`\n// , original: 'blah' // The original element in `arr`\n// }]\n//\n// `opts` is an optional argument bag. Details:\n//\n// opts = {\n// // string to put before a matching character\n// pre: '<b>'\n//\n// // string to put after matching character\n// , post: '</b>'\n//\n// // Optional function. Input is an entry in the given arr`,\n// // output should be the string to test `pattern` against.\n// // In this example, if `arr = [{crying: 'koala'}]` we would return\n// // 'koala'.\n// , extract: function(arg) { return arg.crying; }\n// }\nfuzzy.filter = function(pattern, arr, opts) {\n if(!arr || arr.length === 0) {\n return [];\n }\n if (typeof pattern !== 'string') {\n return arr;\n }\n opts = opts || {};\n return arr\n .reduce(function(prev, element, idx, arr) {\n var str = element;\n if(opts.extract) {\n str = opts.extract(element);\n }\n var rendered = fuzzy.match(pattern, str, opts);\n if(rendered != null) {\n prev[prev.length] = {\n string: rendered.rendered\n , score: rendered.score\n , index: idx\n , original: element\n };\n }\n return prev;\n }, [])\n\n // Sort by score. Browsers are inconsistent wrt stable/unstable\n // sorting, so force stable by using the index in the case of tie.\n // See http://ofb.net/~sethml/is-sort-stable.html\n .sort(function(a,b) {\n var compare = b.score - a.score;\n if(compare) return compare;\n return a.index - b.index;\n });\n};\n\n\n}());\n\n","\"use strict\";function _createForOfIteratorHelper(o,allowArrayLike){var it;if(typeof Symbol===\"undefined\"||o[Symbol.iterator]==null){if(Array.isArray(o)||(it=_unsupportedIterableToArray2(o))||allowArrayLike&&o&&typeof o.length===\"number\"){if(it)o=it;var i=0;var F=function F(){};return{s:F,n:function n(){if(i>=o.length)return{done:true};return{done:false,value:o[i++]};},e:function e(_e){throw _e;},f:F};}throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\");}var normalCompletion=true,didErr=false,err;return{s:function s(){it=o[Symbol.iterator]();},n:function n(){var step=it.next();normalCompletion=step.done;return step;},e:function e(_e2){didErr=true;err=_e2;},f:function f(){try{if(!normalCompletion&&it[\"return\"]!=null)it[\"return\"]();}finally{if(didErr)throw err;}}};}function _unsupportedIterableToArray2(o,minLen){if(!o)return;if(typeof o===\"string\")return _arrayLikeToArray2(o,minLen);var n=Object.prototype.toString.call(o).slice(8,-1);if(n===\"Object\"&&o.constructor)n=o.constructor.name;if(n===\"Map\"||n===\"Set\")return Array.from(o);if(n===\"Arguments\"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return _arrayLikeToArray2(o,minLen);}function _arrayLikeToArray2(arr,len){if(len==null||len>arr.length)len=arr.length;for(var i=0,arr2=new Array(len);i<len;i++){arr2[i]=arr[i];}return arr2;}function _typeof(obj){\"@babel/helpers - typeof\";if(typeof Symbol===\"function\"&&typeof Symbol.iterator===\"symbol\"){_typeof=function _typeof(obj){return typeof obj;};}else{_typeof=function _typeof(obj){return obj&&typeof Symbol===\"function\"&&obj.constructor===Symbol&&obj!==Symbol.prototype?\"symbol\":typeof obj;};}return _typeof(obj);}(function(f){if((typeof exports===\"undefined\"?\"undefined\":_typeof(exports))===\"object\"&&typeof module!==\"undefined\"){module.exports=f();}else if(typeof define===\"function\"&&define.amd){define([],f);}else{var g;if(typeof window!==\"undefined\"){g=window;}else if(typeof global!==\"undefined\"){g=global;}else if(typeof self!==\"undefined\"){g=self;}else{g=this;}g.sanitizeHtml=f();}})(function(){var define,module,exports;return function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c=\"function\"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error(\"Cannot find module '\"+i+\"'\");throw a.code=\"MODULE_NOT_FOUND\",a;}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r);},p,p.exports,r,e,n,t);}return n[i].exports;}for(var u=\"function\"==typeof require&&require,i=0;i<t.length;i++){o(t[i]);}return o;}return r;}()({1:[function(require,module,exports){'use strict';exports.byteLength=byteLength;exports.toByteArray=toByteArray;exports.fromByteArray=fromByteArray;var lookup=[];var revLookup=[];var Arr=typeof Uint8Array!=='undefined'?Uint8Array:Array;var code='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';for(var i=0,len=code.length;i<len;++i){lookup[i]=code[i];revLookup[code.charCodeAt(i)]=i;}// Support decoding URL-safe base64 strings, as Node.js does.\n// See: https://en.wikipedia.org/wiki/Base64#URL_applications\nrevLookup['-'.charCodeAt(0)]=62;revLookup['_'.charCodeAt(0)]=63;function getLens(b64){var len=b64.length;if(len%4>0){throw new Error('Invalid string. Length must be a multiple of 4');}// Trim off extra bytes after placeholder bytes are found\n// See: https://github.com/beatgammit/base64-js/issues/42\nvar validLen=b64.indexOf('=');if(validLen===-1)validLen=len;var placeHoldersLen=validLen===len?0:4-validLen%4;return[validLen,placeHoldersLen];}// base64 is 4/3 + up to two characters of the original data\nfunction byteLength(b64){var lens=getLens(b64);var validLen=lens[0];var placeHoldersLen=lens[1];return(validLen+placeHoldersLen)*3/4-placeHoldersLen;}function _byteLength(b64,validLen,placeHoldersLen){return(validLen+placeHoldersLen)*3/4-placeHoldersLen;}function toByteArray(b64){var tmp;var lens=getLens(b64);var validLen=lens[0];var placeHoldersLen=lens[1];var arr=new Arr(_byteLength(b64,validLen,placeHoldersLen));var curByte=0;// if there are placeholders, only get up to the last complete 4 chars\nvar len=placeHoldersLen>0?validLen-4:validLen;var i;for(i=0;i<len;i+=4){tmp=revLookup[b64.charCodeAt(i)]<<18|revLookup[b64.charCodeAt(i+1)]<<12|revLookup[b64.charCodeAt(i+2)]<<6|revLookup[b64.charCodeAt(i+3)];arr[curByte++]=tmp>>16&0xFF;arr[curByte++]=tmp>>8&0xFF;arr[curByte++]=tmp&0xFF;}if(placeHoldersLen===2){tmp=revLookup[b64.charCodeAt(i)]<<2|revLookup[b64.charCodeAt(i+1)]>>4;arr[curByte++]=tmp&0xFF;}if(placeHoldersLen===1){tmp=revLookup[b64.charCodeAt(i)]<<10|revLookup[b64.charCodeAt(i+1)]<<4|revLookup[b64.charCodeAt(i+2)]>>2;arr[curByte++]=tmp>>8&0xFF;arr[curByte++]=tmp&0xFF;}return arr;}function tripletToBase64(num){return lookup[num>>18&0x3F]+lookup[num>>12&0x3F]+lookup[num>>6&0x3F]+lookup[num&0x3F];}function encodeChunk(uint8,start,end){var tmp;var output=[];for(var i=start;i<end;i+=3){tmp=(uint8[i]<<16&0xFF0000)+(uint8[i+1]<<8&0xFF00)+(uint8[i+2]&0xFF);output.push(tripletToBase64(tmp));}return output.join('');}function fromByteArray(uint8){var tmp;var len=uint8.length;var extraBytes=len%3;// if we have 1 byte left, pad 2 bytes\nvar parts=[];var maxChunkLength=16383;// must be multiple of 3\n// go through the array every three bytes, we'll deal with trailing stuff later\nfor(var i=0,len2=len-extraBytes;i<len2;i+=maxChunkLength){parts.push(encodeChunk(uint8,i,i+maxChunkLength>len2?len2:i+maxChunkLength));}// pad the end with zeros, but make sure to not forget the extra bytes\nif(extraBytes===1){tmp=uint8[len-1];parts.push(lookup[tmp>>2]+lookup[tmp<<4&0x3F]+'==');}else if(extraBytes===2){tmp=(uint8[len-2]<<8)+uint8[len-1];parts.push(lookup[tmp>>10]+lookup[tmp>>4&0x3F]+lookup[tmp<<2&0x3F]+'=');}return parts.join('');}},{}],2:[function(require,module,exports){},{}],3:[function(require,module,exports){(function(Buffer){/*!\n * The buffer module from node.js, for the browser.\n *\n * @author Feross Aboukhadijeh <https://feross.org>\n * @license MIT\n */ /* eslint-disable no-proto */'use strict';var base64=require('base64-js');var ieee754=require('ieee754');exports.Buffer=Buffer;exports.SlowBuffer=SlowBuffer;exports.INSPECT_MAX_BYTES=50;var K_MAX_LENGTH=0x7fffffff;exports.kMaxLength=K_MAX_LENGTH;/**\n * If `Buffer.TYPED_ARRAY_SUPPORT`:\n * === true Use Uint8Array implementation (fastest)\n * === false Print warning and recommend using `buffer` v4.x which has an Object\n * implementation (most compatible, even IE6)\n *\n * Browsers that support typed arrays are IE 10+, Firefox 4+, Chrome 7+, Safari 5.1+,\n * Opera 11.6+, iOS 4.2+.\n *\n * We report that the browser does not support typed arrays if the are not subclassable\n * using __proto__. Firefox 4-29 lacks support for adding new properties to `Uint8Array`\n * (See: https://bugzilla.mozilla.org/show_bug.cgi?id=695438). IE 10 lacks support\n * for __proto__ and has a buggy typed array implementation.\n */Buffer.TYPED_ARRAY_SUPPORT=typedArraySupport();if(!Buffer.TYPED_ARRAY_SUPPORT&&typeof console!=='undefined'&&typeof console.error==='function'){console.error('This browser lacks typed array (Uint8Array) support which is required by '+'`buffer` v5.x. Use `buffer` v4.x if you require old browser support.');}function typedArraySupport(){// Can typed array instances can be augmented?\ntry{var arr=new Uint8Array(1);arr.__proto__={__proto__:Uint8Array.prototype,foo:function foo(){return 42;}};return arr.foo()===42;}catch(e){return false;}}Object.defineProperty(Buffer.prototype,'parent',{enumerable:true,get:function get(){if(!Buffer.isBuffer(this))return undefined;return this.buffer;}});Object.defineProperty(Buffer.prototype,'offset',{enumerable:true,get:function get(){if(!Buffer.isBuffer(this))return undefined;return this.byteOffset;}});function createBuffer(length){if(length>K_MAX_LENGTH){throw new RangeError('The value \"'+length+'\" is invalid for option \"size\"');}// Return an augmented `Uint8Array` instance\nvar buf=new Uint8Array(length);buf.__proto__=Buffer.prototype;return buf;}/**\n * The Buffer constructor returns instances of `Uint8Array` that have their\n * prototype changed to `Buffer.prototype`. Furthermore, `Buffer` is a subclass of\n * `Uint8Array`, so the returned instances will have all the node `Buffer` methods\n * and the `Uint8Array` methods. Square bracket notation works as expected -- it\n * returns a single octet.\n *\n * The `Uint8Array` prototype remains unmodified.\n */function Buffer(arg,encodingOrOffset,length){// Common case.\nif(typeof arg==='number'){if(typeof encodingOrOffset==='string'){throw new TypeError('The \"string\" argument must be of type string. Received type number');}return allocUnsafe(arg);}return from(arg,encodingOrOffset,length);}// Fix subarray() in ES2016. See: https://github.com/feross/buffer/pull/97\nif(typeof Symbol!=='undefined'&&Symbol.species!=null&&Buffer[Symbol.species]===Buffer){Object.defineProperty(Buffer,Symbol.species,{value:null,configurable:true,enumerable:false,writable:false});}Buffer.poolSize=8192;// not used by this implementation\nfunction from(value,encodingOrOffset,length){if(typeof value==='string'){return fromString(value,encodingOrOffset);}if(ArrayBuffer.isView(value)){return fromArrayLike(value);}if(value==null){throw TypeError('The first argument must be one of type string, Buffer, ArrayBuffer, Array, '+'or Array-like Object. Received type '+_typeof(value));}if(isInstance(value,ArrayBuffer)||value&&isInstance(value.buffer,ArrayBuffer)){return fromArrayBuffer(value,encodingOrOffset,length);}if(typeof value==='number'){throw new TypeError('The \"value\" argument must not be of type number. Received type number');}var valueOf=value.valueOf&&value.valueOf();if(valueOf!=null&&valueOf!==value){return Buffer.from(valueOf,encodingOrOffset,length);}var b=fromObject(value);if(b)return b;if(typeof Symbol!=='undefined'&&Symbol.toPrimitive!=null&&typeof value[Symbol.toPrimitive]==='function'){return Buffer.from(value[Symbol.toPrimitive]('string'),encodingOrOffset,length);}throw new TypeError('The first argument must be one of type string, Buffer, ArrayBuffer, Array, '+'or Array-like Object. Received type '+_typeof(value));}/**\n * Functionally equivalent to Buffer(arg, encoding) but throws a TypeError\n * if value is a number.\n * Buffer.from(str[, encoding])\n * Buffer.from(array)\n * Buffer.from(buffer)\n * Buffer.from(arrayBuffer[, byteOffset[, length]])\n **/Buffer.from=function(value,encodingOrOffset,length){return from(value,encodingOrOffset,length);};// Note: Change prototype *after* Buffer.from is defined to workaround Chrome bug:\n// https://github.com/feross/buffer/pull/148\nBuffer.prototype.__proto__=Uint8Array.prototype;Buffer.__proto__=Uint8Array;function assertSize(size){if(typeof size!=='number'){throw new TypeError('\"size\" argument must be of type number');}else if(size<0){throw new RangeError('The value \"'+size+'\" is invalid for option \"size\"');}}function alloc(size,fill,encoding){assertSize(size);if(size<=0){return createBuffer(size);}if(fill!==undefined){// Only pay attention to encoding if it's a string. This\n// prevents accidentally sending in a number that would\n// be interpretted as a start offset.\nreturn typeof encoding==='string'?createBuffer(size).fill(fill,encoding):createBuffer(size).fill(fill);}return createBuffer(size);}/**\n * Creates a new filled Buffer instance.\n * alloc(size[, fill[, encoding]])\n **/Buffer.alloc=function(size,fill,encoding){return alloc(size,fill,encoding);};function allocUnsafe(size){assertSize(size);return createBuffer(size<0?0:checked(size)|0);}/**\n * Equivalent to Buffer(num), by default creates a non-zero-filled Buffer instance.\n * */Buffer.allocUnsafe=function(size){return allocUnsafe(size);};/**\n * Equivalent to SlowBuffer(num), by default creates a non-zero-filled Buffer instance.\n */Buffer.allocUnsafeSlow=function(size){return allocUnsafe(size);};function fromString(string,encoding){if(typeof encoding!=='string'||encoding===''){encoding='utf8';}if(!Buffer.isEncoding(encoding)){throw new TypeError('Unknown encoding: '+encoding);}var length=byteLength(string,encoding)|0;var buf=createBuffer(length);var actual=buf.write(string,encoding);if(actual!==length){// Writing a hex string, for example, that contains invalid characters will\n// cause everything after the first invalid character to be ignored. (e.g.\n// 'abxxcd' will be treated as 'ab')\nbuf=buf.slice(0,actual);}return buf;}function fromArrayLike(array){var length=array.length<0?0:checked(array.length)|0;var buf=createBuffer(length);for(var i=0;i<length;i+=1){buf[i]=array[i]&255;}return buf;}function fromArrayBuffer(array,byteOffset,length){if(byteOffset<0||array.byteLength<byteOffset){throw new RangeError('\"offset\" is outside of buffer bounds');}if(array.byteLength<byteOffset+(length||0)){throw new RangeError('\"length\" is outside of buffer bounds');}var buf;if(byteOffset===undefined&&length===undefined){buf=new Uint8Array(array);}else if(length===undefined){buf=new Uint8Array(array,byteOffset);}else{buf=new Uint8Array(array,byteOffset,length);}// Return an augmented `Uint8Array` instance\nbuf.__proto__=Buffer.prototype;return buf;}function fromObject(obj){if(Buffer.isBuffer(obj)){var len=checked(obj.length)|0;var buf=createBuffer(len);if(buf.length===0){return buf;}obj.copy(buf,0,0,len);return buf;}if(obj.length!==undefined){if(typeof obj.length!=='number'||numberIsNaN(obj.length)){return createBuffer(0);}return fromArrayLike(obj);}if(obj.type==='Buffer'&&Array.isArray(obj.data)){return fromArrayLike(obj.data);}}function checked(length){// Note: cannot use `length < K_MAX_LENGTH` here because that fails when\n// length is NaN (which is otherwise coerced to zero.)\nif(length>=K_MAX_LENGTH){throw new RangeError('Attempt to allocate Buffer larger than maximum '+'size: 0x'+K_MAX_LENGTH.toString(16)+' bytes');}return length|0;}function SlowBuffer(length){if(+length!=length){// eslint-disable-line eqeqeq\nlength=0;}return Buffer.alloc(+length);}Buffer.isBuffer=function isBuffer(b){return b!=null&&b._isBuffer===true&&b!==Buffer.prototype;// so Buffer.isBuffer(Buffer.prototype) will be false\n};Buffer.compare=function compare(a,b){if(isInstance(a,Uint8Array))a=Buffer.from(a,a.offset,a.byteLength);if(isInstance(b,Uint8Array))b=Buffer.from(b,b.offset,b.byteLength);if(!Buffer.isBuffer(a)||!Buffer.isBuffer(b)){throw new TypeError('The \"buf1\", \"buf2\" arguments must be one of type Buffer or Uint8Array');}if(a===b)return 0;var x=a.length;var y=b.length;for(var i=0,len=Math.min(x,y);i<len;++i){if(a[i]!==b[i]){x=a[i];y=b[i];break;}}if(x<y)return-1;if(y<x)return 1;return 0;};Buffer.isEncoding=function isEncoding(encoding){switch(String(encoding).toLowerCase()){case'hex':case'utf8':case'utf-8':case'ascii':case'latin1':case'binary':case'base64':case'ucs2':case'ucs-2':case'utf16le':case'utf-16le':return true;default:return false;}};Buffer.concat=function concat(list,length){if(!Array.isArray(list)){throw new TypeError('\"list\" argument must be an Array of Buffers');}if(list.length===0){return Buffer.alloc(0);}var i;if(length===undefined){length=0;for(i=0;i<list.length;++i){length+=list[i].length;}}var buffer=Buffer.allocUnsafe(length);var pos=0;for(i=0;i<list.length;++i){var buf=list[i];if(isInstance(buf,Uint8Array)){buf=Buffer.from(buf);}if(!Buffer.isBuffer(buf)){throw new TypeError('\"list\" argument must be an Array of Buffers');}buf.copy(buffer,pos);pos+=buf.length;}return buffer;};function byteLength(string,encoding){if(Buffer.isBuffer(string)){return string.length;}if(ArrayBuffer.isView(string)||isInstance(string,ArrayBuffer)){return string.byteLength;}if(typeof string!=='string'){throw new TypeError('The \"string\" argument must be one of type string, Buffer, or ArrayBuffer. '+'Received type '+_typeof(string));}var len=string.length;var mustMatch=arguments.length>2&&arguments[2]===true;if(!mustMatch&&len===0)return 0;// Use a for loop to avoid recursion\nvar loweredCase=false;for(;;){switch(encoding){case'ascii':case'latin1':case'binary':return len;case'utf8':case'utf-8':return utf8ToBytes(string).length;case'ucs2':case'ucs-2':case'utf16le':case'utf-16le':return len*2;case'hex':return len>>>1;case'base64':return base64ToBytes(string).length;default:if(loweredCase){return mustMatch?-1:utf8ToBytes(string).length;// assume utf8\n}encoding=(''+encoding).toLowerCase();loweredCase=true;}}}Buffer.byteLength=byteLength;function slowToString(encoding,start,end){var loweredCase=false;// No need to verify that \"this.length <= MAX_UINT32\" since it's a read-only\n// property of a typed array.\n// This behaves neither like String nor Uint8Array in that we set start/end\n// to their upper/lower bounds if the value passed is out of range.\n// undefined is handled specially as per ECMA-262 6th Edition,\n// Section 13.3.3.7 Runtime Semantics: KeyedBindingInitialization.\nif(start===undefined||start<0){start=0;}// Return early if start > this.length. Done here to prevent potential uint32\n// coercion fail below.\nif(start>this.length){return'';}if(end===undefined||end>this.length){end=this.length;}if(end<=0){return'';}// Force coersion to uint32. This will also coerce falsey/NaN values to 0.\nend>>>=0;start>>>=0;if(end<=start){return'';}if(!encoding)encoding='utf8';while(true){switch(encoding){case'hex':return hexSlice(this,start,end);case'utf8':case'utf-8':return utf8Slice(this,start,end);case'ascii':return asciiSlice(this,start,end);case'latin1':case'binary':return latin1Slice(this,start,end);case'base64':return base64Slice(this,start,end);case'ucs2':case'ucs-2':case'utf16le':case'utf-16le':return utf16leSlice(this,start,end);default:if(loweredCase)throw new TypeError('Unknown encoding: '+encoding);encoding=(encoding+'').toLowerCase();loweredCase=true;}}}// This property is used by `Buffer.isBuffer` (and the `is-buffer` npm package)\n// to detect a Buffer instance. It's not possible to use `instanceof Buffer`\n// reliably in a browserify context because there could be multiple different\n// copies of the 'buffer' package in use. This method works even for Buffer\n// instances that were created from another copy of the `buffer` package.\n// See: https://github.com/feross/buffer/issues/154\nBuffer.prototype._isBuffer=true;function swap(b,n,m){var i=b[n];b[n]=b[m];b[m]=i;}Buffer.prototype.swap16=function swap16(){var len=this.length;if(len%2!==0){throw new RangeError('Buffer size must be a multiple of 16-bits');}for(var i=0;i<len;i+=2){swap(this,i,i+1);}return this;};Buffer.prototype.swap32=function swap32(){var len=this.length;if(len%4!==0){throw new RangeError('Buffer size must be a multiple of 32-bits');}for(var i=0;i<len;i+=4){swap(this,i,i+3);swap(this,i+1,i+2);}return this;};Buffer.prototype.swap64=function swap64(){var len=this.length;if(len%8!==0){throw new RangeError('Buffer size must be a multiple of 64-bits');}for(var i=0;i<len;i+=8){swap(this,i,i+7);swap(this,i+1,i+6);swap(this,i+2,i+5);swap(this,i+3,i+4);}return this;};Buffer.prototype.toString=function toString(){var length=this.length;if(length===0)return'';if(arguments.length===0)return utf8Slice(this,0,length);return slowToString.apply(this,arguments);};Buffer.prototype.toLocaleString=Buffer.prototype.toString;Buffer.prototype.equals=function equals(b){if(!Buffer.isBuffer(b))throw new TypeError('Argument must be a Buffer');if(this===b)return true;return Buffer.compare(this,b)===0;};Buffer.prototype.inspect=function inspect(){var str='';var max=exports.INSPECT_MAX_BYTES;str=this.toString('hex',0,max).replace(/(.{2})/g,'$1 ').trim();if(this.length>max)str+=' ... ';return'<Buffer '+str+'>';};Buffer.prototype.compare=function compare(target,start,end,thisStart,thisEnd){if(isInstance(target,Uint8Array)){target=Buffer.from(target,target.offset,target.byteLength);}if(!Buffer.isBuffer(target)){throw new TypeError('The \"target\" argument must be one of type Buffer or Uint8Array. '+'Received type '+_typeof(target));}if(start===undefined){start=0;}if(end===undefined){end=target?target.length:0;}if(thisStart===undefined){thisStart=0;}if(thisEnd===undefined){thisEnd=this.length;}if(start<0||end>target.length||thisStart<0||thisEnd>this.length){throw new RangeError('out of range index');}if(thisStart>=thisEnd&&start>=end){return 0;}if(thisStart>=thisEnd){return-1;}if(start>=end){return 1;}start>>>=0;end>>>=0;thisStart>>>=0;thisEnd>>>=0;if(this===target)return 0;var x=thisEnd-thisStart;var y=end-start;var len=Math.min(x,y);var thisCopy=this.slice(thisStart,thisEnd);var targetCopy=target.slice(start,end);for(var i=0;i<len;++i){if(thisCopy[i]!==targetCopy[i]){x=thisCopy[i];y=targetCopy[i];break;}}if(x<y)return-1;if(y<x)return 1;return 0;};// Finds either the first index of `val` in `buffer` at offset >= `byteOffset`,\n// OR the last index of `val` in `buffer` at offset <= `byteOffset`.\n//\n// Arguments:\n// - buffer - a Buffer to search\n// - val - a string, Buffer, or number\n// - byteOffset - an index into `buffer`; will be clamped to an int32\n// - encoding - an optional encoding, relevant is val is a string\n// - dir - true for indexOf, false for lastIndexOf\nfunction bidirectionalIndexOf(buffer,val,byteOffset,encoding,dir){// Empty buffer means no match\nif(buffer.length===0)return-1;// Normalize byteOffset\nif(typeof byteOffset==='string'){encoding=byteOffset;byteOffset=0;}else if(byteOffset>0x7fffffff){byteOffset=0x7fffffff;}else if(byteOffset<-0x80000000){byteOffset=-0x80000000;}byteOffset=+byteOffset;// Coerce to Number.\nif(numberIsNaN(byteOffset)){// byteOffset: it it's undefined, null, NaN, \"foo\", etc, search whole buffer\nbyteOffset=dir?0:buffer.length-1;}// Normalize byteOffset: negative offsets start from the end of the buffer\nif(byteOffset<0)byteOffset=buffer.length+byteOffset;if(byteOffset>=buffer.length){if(dir)return-1;else byteOffset=buffer.length-1;}else if(byteOffset<0){if(dir)byteOffset=0;else return-1;}// Normalize val\nif(typeof val==='string'){val=Buffer.from(val,encoding);}// Finally, search either indexOf (if dir is true) or lastIndexOf\nif(Buffer.isBuffer(val)){// Special case: looking for empty string/buffer always fails\nif(val.length===0){return-1;}return arrayIndexOf(buffer,val,byteOffset,encoding,dir);}else if(typeof val==='number'){val=val&0xFF;// Search for a byte value [0-255]\nif(typeof Uint8Array.prototype.indexOf==='function'){if(dir){return Uint8Array.prototype.indexOf.call(buffer,val,byteOffset);}else{return Uint8Array.prototype.lastIndexOf.call(buffer,val,byteOffset);}}return arrayIndexOf(buffer,[val],byteOffset,encoding,dir);}throw new TypeError('val must be string, number or Buffer');}function arrayIndexOf(arr,val,byteOffset,encoding,dir){var indexSize=1;var arrLength=arr.length;var valLength=val.length;if(encoding!==undefined){encoding=String(encoding).toLowerCase();if(encoding==='ucs2'||encoding==='ucs-2'||encoding==='utf16le'||encoding==='utf-16le'){if(arr.length<2||val.length<2){return-1;}indexSize=2;arrLength/=2;valLength/=2;byteOffset/=2;}}function read(buf,i){if(indexSize===1){return buf[i];}else{return buf.readUInt16BE(i*indexSize);}}var i;if(dir){var foundIndex=-1;for(i=byteOffset;i<arrLength;i++){if(read(arr,i)===read(val,foundIndex===-1?0:i-foundIndex)){if(foundIndex===-1)foundIndex=i;if(i-foundIndex+1===valLength)return foundIndex*indexSize;}else{if(foundIndex!==-1)i-=i-foundIndex;foundIndex=-1;}}}else{if(byteOffset+valLength>arrLength)byteOffset=arrLength-valLength;for(i=byteOffset;i>=0;i--){var found=true;for(var j=0;j<valLength;j++){if(read(arr,i+j)!==read(val,j)){found=false;break;}}if(found)return i;}}return-1;}Buffer.prototype.includes=function includes(val,byteOffset,encoding){return this.indexOf(val,byteOffset,encoding)!==-1;};Buffer.prototype.indexOf=function indexOf(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,true);};Buffer.prototype.lastIndexOf=function lastIndexOf(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,false);};function hexWrite(buf,string,offset,length){offset=Number(offset)||0;var remaining=buf.length-offset;if(!length){length=remaining;}else{length=Number(length);if(length>remaining){length=remaining;}}var strLen=string.length;if(length>strLen/2){length=strLen/2;}for(var i=0;i<length;++i){var parsed=parseInt(string.substr(i*2,2),16);if(numberIsNaN(parsed))return i;buf[offset+i]=parsed;}return i;}function utf8Write(buf,string,offset,length){return blitBuffer(utf8ToBytes(string,buf.length-offset),buf,offset,length);}function asciiWrite(buf,string,offset,length){return blitBuffer(asciiToBytes(string),buf,offset,length);}function latin1Write(buf,string,offset,length){return asciiWrite(buf,string,offset,length);}function base64Write(buf,string,offset,length){return blitBuffer(base64ToBytes(string),buf,offset,length);}function ucs2Write(buf,string,offset,length){return blitBuffer(utf16leToBytes(string,buf.length-offset),buf,offset,length);}Buffer.prototype.write=function write(string,offset,length,encoding){// Buffer#write(string)\nif(offset===undefined){encoding='utf8';length=this.length;offset=0;// Buffer#write(string, encoding)\n}else if(length===undefined&&typeof offset==='string'){encoding=offset;length=this.length;offset=0;// Buffer#write(string, offset[, length][, encoding])\n}else if(isFinite(offset)){offset=offset>>>0;if(isFinite(length)){length=length>>>0;if(encoding===undefined)encoding='utf8';}else{encoding=length;length=undefined;}}else{throw new Error('Buffer.write(string, encoding, offset[, length]) is no longer supported');}var remaining=this.length-offset;if(length===undefined||length>remaining)length=remaining;if(string.length>0&&(length<0||offset<0)||offset>this.length){throw new RangeError('Attempt to write outside buffer bounds');}if(!encoding)encoding='utf8';var loweredCase=false;for(;;){switch(encoding){case'hex':return hexWrite(this,string,offset,length);case'utf8':case'utf-8':return utf8Write(this,string,offset,length);case'ascii':return asciiWrite(this,string,offset,length);case'latin1':case'binary':return latin1Write(this,string,offset,length);case'base64':// Warning: maxLength not taken into account in base64Write\nreturn base64Write(this,string,offset,length);case'ucs2':case'ucs-2':case'utf16le':case'utf-16le':return ucs2Write(this,string,offset,length);default:if(loweredCase)throw new TypeError('Unknown encoding: '+encoding);encoding=(''+encoding).toLowerCase();loweredCase=true;}}};Buffer.prototype.toJSON=function toJSON(){return{type:'Buffer',data:Array.prototype.slice.call(this._arr||this,0)};};function base64Slice(buf,start,end){if(start===0&&end===buf.length){return base64.fromByteArray(buf);}else{return base64.fromByteArray(buf.slice(start,end));}}function utf8Slice(buf,start,end){end=Math.min(buf.length,end);var res=[];var i=start;while(i<end){var firstByte=buf[i];var codePoint=null;var bytesPerSequence=firstByte>0xEF?4:firstByte>0xDF?3:firstByte>0xBF?2:1;if(i+bytesPerSequence<=end){var secondByte,thirdByte,fourthByte,tempCodePoint;switch(bytesPerSequence){case 1:if(firstByte<0x80){codePoint=firstByte;}break;case 2:secondByte=buf[i+1];if((secondByte&0xC0)===0x80){tempCodePoint=(firstByte&0x1F)<<0x6|secondByte&0x3F;if(tempCodePoint>0x7F){codePoint=tempCodePoint;}}break;case 3:secondByte=buf[i+1];thirdByte=buf[i+2];if((secondByte&0xC0)===0x80&&(thirdByte&0xC0)===0x80){tempCodePoint=(firstByte&0xF)<<0xC|(secondByte&0x3F)<<0x6|thirdByte&0x3F;if(tempCodePoint>0x7FF&&(tempCodePoint<0xD800||tempCodePoint>0xDFFF)){codePoint=tempCodePoint;}}break;case 4:secondByte=buf[i+1];thirdByte=buf[i+2];fourthByte=buf[i+3];if((secondByte&0xC0)===0x80&&(thirdByte&0xC0)===0x80&&(fourthByte&0xC0)===0x80){tempCodePoint=(firstByte&0xF)<<0x12|(secondByte&0x3F)<<0xC|(thirdByte&0x3F)<<0x6|fourthByte&0x3F;if(tempCodePoint>0xFFFF&&tempCodePoint<0x110000){codePoint=tempCodePoint;}}}}if(codePoint===null){// we did not generate a valid codePoint so insert a\n// replacement char (U+FFFD) and advance only 1 byte\ncodePoint=0xFFFD;bytesPerSequence=1;}else if(codePoint>0xFFFF){// encode to utf16 (surrogate pair dance)\ncodePoint-=0x10000;res.push(codePoint>>>10&0x3FF|0xD800);codePoint=0xDC00|codePoint&0x3FF;}res.push(codePoint);i+=bytesPerSequence;}return decodeCodePointsArray(res);}// Based on http://stackoverflow.com/a/22747272/680742, the browser with\n// the lowest limit is Chrome, with 0x10000 args.\n// We go 1 magnitude less, for safety\nvar MAX_ARGUMENTS_LENGTH=0x1000;function decodeCodePointsArray(codePoints){var len=codePoints.length;if(len<=MAX_ARGUMENTS_LENGTH){return String.fromCharCode.apply(String,codePoints);// avoid extra slice()\n}// Decode in chunks to avoid \"call stack size exceeded\".\nvar res='';var i=0;while(i<len){res+=String.fromCharCode.apply(String,codePoints.slice(i,i+=MAX_ARGUMENTS_LENGTH));}return res;}function asciiSlice(buf,start,end){var ret='';end=Math.min(buf.length,end);for(var i=start;i<end;++i){ret+=String.fromCharCode(buf[i]&0x7F);}return ret;}function latin1Slice(buf,start,end){var ret='';end=Math.min(buf.length,end);for(var i=start;i<end;++i){ret+=String.fromCharCode(buf[i]);}return ret;}function hexSlice(buf,start,end){var len=buf.length;if(!start||start<0)start=0;if(!end||end<0||end>len)end=len;var out='';for(var i=start;i<end;++i){out+=toHex(buf[i]);}return out;}function utf16leSlice(buf,start,end){var bytes=buf.slice(start,end);var res='';for(var i=0;i<bytes.length;i+=2){res+=String.fromCharCode(bytes[i]+bytes[i+1]*256);}return res;}Buffer.prototype.slice=function slice(start,end){var len=this.length;start=~~start;end=end===undefined?len:~~end;if(start<0){start+=len;if(start<0)start=0;}else if(start>len){start=len;}if(end<0){end+=len;if(end<0)end=0;}else if(end>len){end=len;}if(end<start)end=start;var newBuf=this.subarray(start,end);// Return an augmented `Uint8Array` instance\nnewBuf.__proto__=Buffer.prototype;return newBuf;};/*\n * Need to make sure that buffer isn't trying to write out of bounds.\n */function checkOffset(offset,ext,length){if(offset%1!==0||offset<0)throw new RangeError('offset is not uint');if(offset+ext>length)throw new RangeError('Trying to access beyond buffer length');}Buffer.prototype.readUIntLE=function readUIntLE(offset,byteLength,noAssert){offset=offset>>>0;byteLength=byteLength>>>0;if(!noAssert)checkOffset(offset,byteLength,this.length);var val=this[offset];var mul=1;var i=0;while(++i<byteLength&&(mul*=0x100)){val+=this[offset+i]*mul;}return val;};Buffer.prototype.readUIntBE=function readUIntBE(offset,byteLength,noAssert){offset=offset>>>0;byteLength=byteLength>>>0;if(!noAssert){checkOffset(offset,byteLength,this.length);}var val=this[offset+--byteLength];var mul=1;while(byteLength>0&&(mul*=0x100)){val+=this[offset+--byteLength]*mul;}return val;};Buffer.prototype.readUInt8=function readUInt8(offset,noAssert){offset=offset>>>0;if(!noAssert)checkOffset(offset,1,this.length);return this[offset];};Buffer.prototype.readUInt16LE=function readUInt16LE(offset,noAssert){offset=offset>>>0;if(!noAssert)checkOffset(offset,2,this.length);return this[offset]|this[offset+1]<<8;};Buffer.prototype.readUInt16BE=function readUInt16BE(offset,noAssert){offset=offset>>>0;if(!noAssert)checkOffset(offset,2,this.length);return this[offset]<<8|this[offset+1];};Buffer.prototype.readUInt32LE=function readUInt32LE(offset,noAssert){offset=offset>>>0;if(!noAssert)checkOffset(offset,4,this.length);return(this[offset]|this[offset+1]<<8|this[offset+2]<<16)+this[offset+3]*0x1000000;};Buffer.prototype.readUInt32BE=function readUInt32BE(offset,noAssert){offset=offset>>>0;if(!noAssert)checkOffset(offset,4,this.length);return this[offset]*0x1000000+(this[offset+1]<<16|this[offset+2]<<8|this[offset+3]);};Buffer.prototype.readIntLE=function readIntLE(offset,byteLength,noAssert){offset=offset>>>0;byteLength=byteLength>>>0;if(!noAssert)checkOffset(offset,byteLength,this.length);var val=this[offset];var mul=1;var i=0;while(++i<byteLength&&(mul*=0x100)){val+=this[offset+i]*mul;}mul*=0x80;if(val>=mul)val-=Math.pow(2,8*byteLength);return val;};Buffer.prototype.readIntBE=function readIntBE(offset,byteLength,noAssert){offset=offset>>>0;byteLength=byteLength>>>0;if(!noAssert)checkOffset(offset,byteLength,this.length);var i=byteLength;var mul=1;var val=this[offset+--i];while(i>0&&(mul*=0x100)){val+=this[offset+--i]*mul;}mul*=0x80;if(val>=mul)val-=Math.pow(2,8*byteLength);return val;};Buffer.prototype.readInt8=function readInt8(offset,noAssert){offset=offset>>>0;if(!noAssert)checkOffset(offset,1,this.length);if(!(this[offset]&0x80))return this[offset];return(0xff-this[offset]+1)*-1;};Buffer.prototype.readInt16LE=function readInt16LE(offset,noAssert){offset=offset>>>0;if(!noAssert)checkOffset(offset,2,this.length);var val=this[offset]|this[offset+1]<<8;return val&0x8000?val|0xFFFF0000:val;};Buffer.prototype.readInt16BE=function readInt16BE(offset,noAssert){offset=offset>>>0;if(!noAssert)checkOffset(offset,2,this.length);var val=this[offset+1]|this[offset]<<8;return val&0x8000?val|0xFFFF0000:val;};Buffer.prototype.readInt32LE=function readInt32LE(offset,noAssert){offset=offset>>>0;if(!noAssert)checkOffset(offset,4,this.length);return this[offset]|this[offset+1]<<8|this[offset+2]<<16|this[offset+3]<<24;};Buffer.prototype.readInt32BE=function readInt32BE(offset,noAssert){offset=offset>>>0;if(!noAssert)checkOffset(offset,4,this.length);return this[offset]<<24|this[offset+1]<<16|this[offset+2]<<8|this[offset+3];};Buffer.prototype.readFloatLE=function readFloatLE(offset,noAssert){offset=offset>>>0;if(!noAssert)checkOffset(offset,4,this.length);return ieee754.read(this,offset,true,23,4);};Buffer.prototype.readFloatBE=function readFloatBE(offset,noAssert){offset=offset>>>0;if(!noAssert)checkOffset(offset,4,this.length);return ieee754.read(this,offset,false,23,4);};Buffer.prototype.readDoubleLE=function readDoubleLE(offset,noAssert){offset=offset>>>0;if(!noAssert)checkOffset(offset,8,this.length);return ieee754.read(this,offset,true,52,8);};Buffer.prototype.readDoubleBE=function readDoubleBE(offset,noAssert){offset=offset>>>0;if(!noAssert)checkOffset(offset,8,this.length);return ieee754.read(this,offset,false,52,8);};function checkInt(buf,value,offset,ext,max,min){if(!Buffer.isBuffer(buf))throw new TypeError('\"buffer\" argument must be a Buffer instance');if(value>max||value<min)throw new RangeError('\"value\" argument is out of bounds');if(offset+ext>buf.length)throw new RangeError('Index out of range');}Buffer.prototype.writeUIntLE=function writeUIntLE(value,offset,byteLength,noAssert){value=+value;offset=offset>>>0;byteLength=byteLength>>>0;if(!noAssert){var maxBytes=Math.pow(2,8*byteLength)-1;checkInt(this,value,offset,byteLength,maxBytes,0);}var mul=1;var i=0;this[offset]=value&0xFF;while(++i<byteLength&&(mul*=0x100)){this[offset+i]=value/mul&0xFF;}return offset+byteLength;};Buffer.prototype.writeUIntBE=function writeUIntBE(value,offset,byteLength,noAssert){value=+value;offset=offset>>>0;byteLength=byteLength>>>0;if(!noAssert){var maxBytes=Math.pow(2,8*byteLength)-1;checkInt(this,value,offset,byteLength,maxBytes,0);}var i=byteLength-1;var mul=1;this[offset+i]=value&0xFF;while(--i>=0&&(mul*=0x100)){this[offset+i]=value/mul&0xFF;}return offset+byteLength;};Buffer.prototype.writeUInt8=function writeUInt8(value,offset,noAssert){value=+value;offset=offset>>>0;if(!noAssert)checkInt(this,value,offset,1,0xff,0);this[offset]=value&0xff;return offset+1;};Buffer.prototype.writeUInt16LE=function writeUInt16LE(value,offset,noAssert){value=+value;offset=offset>>>0;if(!noAssert)checkInt(this,value,offset,2,0xffff,0);this[offset]=value&0xff;this[offset+1]=value>>>8;return offset+2;};Buffer.prototype.writeUInt16BE=function writeUInt16BE(value,offset,noAssert){value=+value;offset=offset>>>0;if(!noAssert)checkInt(this,value,offset,2,0xffff,0);this[offset]=value>>>8;this[offset+1]=value&0xff;return offset+2;};Buffer.prototype.writeUInt32LE=function writeUInt32LE(value,offset,noAssert){value=+value;offset=offset>>>0;if(!noAssert)checkInt(this,value,offset,4,0xffffffff,0);this[offset+3]=value>>>24;this[offset+2]=value>>>16;this[offset+1]=value>>>8;this[offset]=value&0xff;return offset+4;};Buffer.prototype.writeUInt32BE=function writeUInt32BE(value,offset,noAssert){value=+value;offset=offset>>>0;if(!noAssert)checkInt(this,value,offset,4,0xffffffff,0);this[offset]=value>>>24;this[offset+1]=value>>>16;this[offset+2]=value>>>8;this[offset+3]=value&0xff;return offset+4;};Buffer.prototype.writeIntLE=function writeIntLE(value,offset,byteLength,noAssert){value=+value;offset=offset>>>0;if(!noAssert){var limit=Math.pow(2,8*byteLength-1);checkInt(this,value,offset,byteLength,limit-1,-limit);}var i=0;var mul=1;var sub=0;this[offset]=value&0xFF;while(++i<byteLength&&(mul*=0x100)){if(value<0&&sub===0&&this[offset+i-1]!==0){sub=1;}this[offset+i]=(value/mul>>0)-sub&0xFF;}return offset+byteLength;};Buffer.prototype.writeIntBE=function writeIntBE(value,offset,byteLength,noAssert){value=+value;offset=offset>>>0;if(!noAssert){var limit=Math.pow(2,8*byteLength-1);checkInt(this,value,offset,byteLength,limit-1,-limit);}var i=byteLength-1;var mul=1;var sub=0;this[offset+i]=value&0xFF;while(--i>=0&&(mul*=0x100)){if(value<0&&sub===0&&this[offset+i+1]!==0){sub=1;}this[offset+i]=(value/mul>>0)-sub&0xFF;}return offset+byteLength;};Buffer.prototype.writeInt8=function writeInt8(value,offset,noAssert){value=+value;offset=offset>>>0;if(!noAssert)checkInt(this,value,offset,1,0x7f,-0x80);if(value<0)value=0xff+value+1;this[offset]=value&0xff;return offset+1;};Buffer.prototype.writeInt16LE=function writeInt16LE(value,offset,noAssert){value=+value;offset=offset>>>0;if(!noAssert)checkInt(this,value,offset,2,0x7fff,-0x8000);this[offset]=value&0xff;this[offset+1]=value>>>8;return offset+2;};Buffer.prototype.writeInt16BE=function writeInt16BE(value,offset,noAssert){value=+value;offset=offset>>>0;if(!noAssert)checkInt(this,value,offset,2,0x7fff,-0x8000);this[offset]=value>>>8;this[offset+1]=value&0xff;return offset+2;};Buffer.prototype.writeInt32LE=function writeInt32LE(value,offset,noAssert){value=+value;offset=offset>>>0;if(!noAssert)checkInt(this,value,offset,4,0x7fffffff,-0x80000000);this[offset]=value&0xff;this[offset+1]=value>>>8;this[offset+2]=value>>>16;this[offset+3]=value>>>24;return offset+4;};Buffer.prototype.writeInt32BE=function writeInt32BE(value,offset,noAssert){value=+value;offset=offset>>>0;if(!noAssert)checkInt(this,value,offset,4,0x7fffffff,-0x80000000);if(value<0)value=0xffffffff+value+1;this[offset]=value>>>24;this[offset+1]=value>>>16;this[offset+2]=value>>>8;this[offset+3]=value&0xff;return offset+4;};function checkIEEE754(buf,value,offset,ext,max,min){if(offset+ext>buf.length)throw new RangeError('Index out of range');if(offset<0)throw new RangeError('Index out of range');}function writeFloat(buf,value,offset,littleEndian,noAssert){value=+value;offset=offset>>>0;if(!noAssert){checkIEEE754(buf,value,offset,4,3.4028234663852886e+38,-3.4028234663852886e+38);}ieee754.write(buf,value,offset,littleEndian,23,4);return offset+4;}Buffer.prototype.writeFloatLE=function writeFloatLE(value,offset,noAssert){return writeFloat(this,value,offset,true,noAssert);};Buffer.prototype.writeFloatBE=function writeFloatBE(value,offset,noAssert){return writeFloat(this,value,offset,false,noAssert);};function writeDouble(buf,value,offset,littleEndian,noAssert){value=+value;offset=offset>>>0;if(!noAssert){checkIEEE754(buf,value,offset,8,1.7976931348623157E+308,-1.7976931348623157E+308);}ieee754.write(buf,value,offset,littleEndian,52,8);return offset+8;}Buffer.prototype.writeDoubleLE=function writeDoubleLE(value,offset,noAssert){return writeDouble(this,value,offset,true,noAssert);};Buffer.prototype.writeDoubleBE=function writeDoubleBE(value,offset,noAssert){return writeDouble(this,value,offset,false,noAssert);};// copy(targetBuffer, targetStart=0, sourceStart=0, sourceEnd=buffer.length)\nBuffer.prototype.copy=function copy(target,targetStart,start,end){if(!Buffer.isBuffer(target))throw new TypeError('argument should be a Buffer');if(!start)start=0;if(!end&&end!==0)end=this.length;if(targetStart>=target.length)targetStart=target.length;if(!targetStart)targetStart=0;if(end>0&&end<start)end=start;// Copy 0 bytes; we're done\nif(end===start)return 0;if(target.length===0||this.length===0)return 0;// Fatal error conditions\nif(targetStart<0){throw new RangeError('targetStart out of bounds');}if(start<0||start>=this.length)throw new RangeError('Index out of range');if(end<0)throw new RangeError('sourceEnd out of bounds');// Are we oob?\nif(end>this.length)end=this.length;if(target.length-targetStart<end-start){end=target.length-targetStart+start;}var len=end-start;if(this===target&&typeof Uint8Array.prototype.copyWithin==='function'){// Use built-in when available, missing from IE11\nthis.copyWithin(targetStart,start,end);}else if(this===target&&start<targetStart&&targetStart<end){// descending copy from end\nfor(var i=len-1;i>=0;--i){target[i+targetStart]=this[i+start];}}else{Uint8Array.prototype.set.call(target,this.subarray(start,end),targetStart);}return len;};// Usage:\n// buffer.fill(number[, offset[, end]])\n// buffer.fill(buffer[, offset[, end]])\n// buffer.fill(string[, offset[, end]][, encoding])\nBuffer.prototype.fill=function fill(val,start,end,encoding){// Handle string cases:\nif(typeof val==='string'){if(typeof start==='string'){encoding=start;start=0;end=this.length;}else if(typeof end==='string'){encoding=end;end=this.length;}if(encoding!==undefined&&typeof encoding!=='string'){throw new TypeError('encoding must be a string');}if(typeof encoding==='string'&&!Buffer.isEncoding(encoding)){throw new TypeError('Unknown encoding: '+encoding);}if(val.length===1){var code=val.charCodeAt(0);if(encoding==='utf8'&&code<128||encoding==='latin1'){// Fast path: If `val` fits into a single byte, use that numeric value.\nval=code;}}}else if(typeof val==='number'){val=val&255;}// Invalid ranges are not set to a default, so can range check early.\nif(start<0||this.length<start||this.length<end){throw new RangeError('Out of range index');}if(end<=start){return this;}start=start>>>0;end=end===undefined?this.length:end>>>0;if(!val)val=0;var i;if(typeof val==='number'){for(i=start;i<end;++i){this[i]=val;}}else{var bytes=Buffer.isBuffer(val)?val:Buffer.from(val,encoding);var len=bytes.length;if(len===0){throw new TypeError('The value \"'+val+'\" is invalid for argument \"value\"');}for(i=0;i<end-start;++i){this[i+start]=bytes[i%len];}}return this;};// HELPER FUNCTIONS\n// ================\nvar INVALID_BASE64_RE=/[^+/0-9A-Za-z-_]/g;function base64clean(str){// Node takes equal signs as end of the Base64 encoding\nstr=str.split('=')[0];// Node strips out invalid characters like \\n and \\t from the string, base64-js does not\nstr=str.trim().replace(INVALID_BASE64_RE,'');// Node converts strings with length < 2 to ''\nif(str.length<2)return'';// Node allows for non-padded base64 strings (missing trailing ===), base64-js does not\nwhile(str.length%4!==0){str=str+'=';}return str;}function toHex(n){if(n<16)return'0'+n.toString(16);return n.toString(16);}function utf8ToBytes(string,units){units=units||Infinity;var codePoint;var length=string.length;var leadSurrogate=null;var bytes=[];for(var i=0;i<length;++i){codePoint=string.charCodeAt(i);// is surrogate component\nif(codePoint>0xD7FF&&codePoint<0xE000){// last char was a lead\nif(!leadSurrogate){// no lead yet\nif(codePoint>0xDBFF){// unexpected trail\nif((units-=3)>-1)bytes.push(0xEF,0xBF,0xBD);continue;}else if(i+1===length){// unpaired lead\nif((units-=3)>-1)bytes.push(0xEF,0xBF,0xBD);continue;}// valid lead\nleadSurrogate=codePoint;continue;}// 2 leads in a row\nif(codePoint<0xDC00){if((units-=3)>-1)bytes.push(0xEF,0xBF,0xBD);leadSurrogate=codePoint;continue;}// valid surrogate pair\ncodePoint=(leadSurrogate-0xD800<<10|codePoint-0xDC00)+0x10000;}else if(leadSurrogate){// valid bmp char, but last char was a lead\nif((units-=3)>-1)bytes.push(0xEF,0xBF,0xBD);}leadSurrogate=null;// encode utf8\nif(codePoint<0x80){if((units-=1)<0)break;bytes.push(codePoint);}else if(codePoint<0x800){if((units-=2)<0)break;bytes.push(codePoint>>0x6|0xC0,codePoint&0x3F|0x80);}else if(codePoint<0x10000){if((units-=3)<0)break;bytes.push(codePoint>>0xC|0xE0,codePoint>>0x6&0x3F|0x80,codePoint&0x3F|0x80);}else if(codePoint<0x110000){if((units-=4)<0)break;bytes.push(codePoint>>0x12|0xF0,codePoint>>0xC&0x3F|0x80,codePoint>>0x6&0x3F|0x80,codePoint&0x3F|0x80);}else{throw new Error('Invalid code point');}}return bytes;}function asciiToBytes(str){var byteArray=[];for(var i=0;i<str.length;++i){// Node's code seems to be doing this and not & 0x7F..\nbyteArray.push(str.charCodeAt(i)&0xFF);}return byteArray;}function utf16leToBytes(str,units){var c,hi,lo;var byteArray=[];for(var i=0;i<str.length;++i){if((units-=2)<0)break;c=str.charCodeAt(i);hi=c>>8;lo=c%256;byteArray.push(lo);byteArray.push(hi);}return byteArray;}function base64ToBytes(str){return base64.toByteArray(base64clean(str));}function blitBuffer(src,dst,offset,length){for(var i=0;i<length;++i){if(i+offset>=dst.length||i>=src.length)break;dst[i+offset]=src[i];}return i;}// ArrayBuffer or Uint8Array objects from other contexts (i.e. iframes) do not pass\n// the `instanceof` check but they should be treated as of that type.\n// See: https://github.com/feross/buffer/issues/166\nfunction isInstance(obj,type){return obj instanceof type||obj!=null&&obj.constructor!=null&&obj.constructor.name!=null&&obj.constructor.name===type.name;}function numberIsNaN(obj){// For IE11 support\nreturn obj!==obj;// eslint-disable-line no-self-compare\n}}).call(this,require(\"buffer\").Buffer);},{\"base64-js\":1,\"buffer\":3,\"ieee754\":32}],4:[function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});exports.attributeNames=exports.elementNames=void 0;exports.elementNames=new Map([[\"altglyph\",\"altGlyph\"],[\"altglyphdef\",\"altGlyphDef\"],[\"altglyphitem\",\"altGlyphItem\"],[\"animatecolor\",\"animateColor\"],[\"animatemotion\",\"animateMotion\"],[\"animatetransform\",\"animateTransform\"],[\"clippath\",\"clipPath\"],[\"feblend\",\"feBlend\"],[\"fecolormatrix\",\"feColorMatrix\"],[\"fecomponenttransfer\",\"feComponentTransfer\"],[\"fecomposite\",\"feComposite\"],[\"feconvolvematrix\",\"feConvolveMatrix\"],[\"fediffuselighting\",\"feDiffuseLighting\"],[\"fedisplacementmap\",\"feDisplacementMap\"],[\"fedistantlight\",\"feDistantLight\"],[\"fedropshadow\",\"feDropShadow\"],[\"feflood\",\"feFlood\"],[\"fefunca\",\"feFuncA\"],[\"fefuncb\",\"feFuncB\"],[\"fefuncg\",\"feFuncG\"],[\"fefuncr\",\"feFuncR\"],[\"fegaussianblur\",\"feGaussianBlur\"],[\"feimage\",\"feImage\"],[\"femerge\",\"feMerge\"],[\"femergenode\",\"feMergeNode\"],[\"femorphology\",\"feMorphology\"],[\"feoffset\",\"feOffset\"],[\"fepointlight\",\"fePointLight\"],[\"fespecularlighting\",\"feSpecularLighting\"],[\"fespotlight\",\"feSpotLight\"],[\"fetile\",\"feTile\"],[\"feturbulence\",\"feTurbulence\"],[\"foreignobject\",\"foreignObject\"],[\"glyphref\",\"glyphRef\"],[\"lineargradient\",\"linearGradient\"],[\"radialgradient\",\"radialGradient\"],[\"textpath\",\"textPath\"]]);exports.attributeNames=new Map([[\"definitionurl\",\"definitionURL\"],[\"attributename\",\"attributeName\"],[\"attributetype\",\"attributeType\"],[\"basefrequency\",\"baseFrequency\"],[\"baseprofile\",\"baseProfile\"],[\"calcmode\",\"calcMode\"],[\"clippathunits\",\"clipPathUnits\"],[\"diffuseconstant\",\"diffuseConstant\"],[\"edgemode\",\"edgeMode\"],[\"filterunits\",\"filterUnits\"],[\"glyphref\",\"glyphRef\"],[\"gradienttransform\",\"gradientTransform\"],[\"gradientunits\",\"gradientUnits\"],[\"kernelmatrix\",\"kernelMatrix\"],[\"kernelunitlength\",\"kernelUnitLength\"],[\"keypoints\",\"keyPoints\"],[\"keysplines\",\"keySplines\"],[\"keytimes\",\"keyTimes\"],[\"lengthadjust\",\"lengthAdjust\"],[\"limitingconeangle\",\"limitingConeAngle\"],[\"markerheight\",\"markerHeight\"],[\"markerunits\",\"markerUnits\"],[\"markerwidth\",\"markerWidth\"],[\"maskcontentunits\",\"maskContentUnits\"],[\"maskunits\",\"maskUnits\"],[\"numoctaves\",\"numOctaves\"],[\"pathlength\",\"pathLength\"],[\"patterncontentunits\",\"patternContentUnits\"],[\"patterntransform\",\"patternTransform\"],[\"patternunits\",\"patternUnits\"],[\"pointsatx\",\"pointsAtX\"],[\"pointsaty\",\"pointsAtY\"],[\"pointsatz\",\"pointsAtZ\"],[\"preservealpha\",\"preserveAlpha\"],[\"preserveaspectratio\",\"preserveAspectRatio\"],[\"primitiveunits\",\"primitiveUnits\"],[\"refx\",\"refX\"],[\"refy\",\"refY\"],[\"repeatcount\",\"repeatCount\"],[\"repeatdur\",\"repeatDur\"],[\"requiredextensions\",\"requiredExtensions\"],[\"requiredfeatures\",\"requiredFeatures\"],[\"specularconstant\",\"specularConstant\"],[\"specularexponent\",\"specularExponent\"],[\"spreadmethod\",\"spreadMethod\"],[\"startoffset\",\"startOffset\"],[\"stddeviation\",\"stdDeviation\"],[\"stitchtiles\",\"stitchTiles\"],[\"surfacescale\",\"surfaceScale\"],[\"systemlanguage\",\"systemLanguage\"],[\"tablevalues\",\"tableValues\"],[\"targetx\",\"targetX\"],[\"targety\",\"targetY\"],[\"textlength\",\"textLength\"],[\"viewbox\",\"viewBox\"],[\"viewtarget\",\"viewTarget\"],[\"xchannelselector\",\"xChannelSelector\"],[\"ychannelselector\",\"yChannelSelector\"],[\"zoomandpan\",\"zoomAndPan\"]]);},{}],5:[function(require,module,exports){\"use strict\";var __assign=this&&this.__assign||function(){__assign=Object.assign||function(t){for(var s,i=1,n=arguments.length;i<n;i++){s=arguments[i];for(var p in s){if(Object.prototype.hasOwnProperty.call(s,p))t[p]=s[p];}}return t;};return __assign.apply(this,arguments);};var __createBinding=this&&this.__createBinding||(Object.create?function(o,m,k,k2){if(k2===undefined)k2=k;Object.defineProperty(o,k2,{enumerable:true,get:function get(){return m[k];}});}:function(o,m,k,k2){if(k2===undefined)k2=k;o[k2]=m[k];});var __setModuleDefault=this&&this.__setModuleDefault||(Object.create?function(o,v){Object.defineProperty(o,\"default\",{enumerable:true,value:v});}:function(o,v){o[\"default\"]=v;});var __importStar=this&&this.__importStar||function(mod){if(mod&&mod.__esModule)return mod;var result={};if(mod!=null)for(var k in mod){if(k!==\"default\"&&Object.prototype.hasOwnProperty.call(mod,k))__createBinding(result,mod,k);}__setModuleDefault(result,mod);return result;};Object.defineProperty(exports,\"__esModule\",{value:true});/*\n * Module dependencies\n */var ElementType=__importStar(require(\"domelementtype\"));var entities_1=require(\"entities\");/*\n * Mixed-case SVG and MathML tags & attributes\n * recognized by the HTML parser, see\n * https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-inforeign\n */var foreignNames_1=require(\"./foreignNames\");var unencodedElements=new Set([\"style\",\"script\",\"xmp\",\"iframe\",\"noembed\",\"noframes\",\"plaintext\",\"noscript\"]);/**\n * Format attributes\n */function formatAttributes(attributes,opts){if(!attributes)return;return Object.keys(attributes).map(function(key){var _a,_b;var value=(_a=attributes[key])!==null&&_a!==void 0?_a:\"\";if(opts.xmlMode===\"foreign\"){/* Fix up mixed-case attribute names */key=(_b=foreignNames_1.attributeNames.get(key))!==null&&_b!==void 0?_b:key;}if(!opts.emptyAttrs&&!opts.xmlMode&&value===\"\"){return key;}return key+\"=\\\"\"+(opts.decodeEntities?entities_1.encodeXML(value):value.replace(/\"/g,\"&quot;\"))+\"\\\"\";}).join(\" \");}/**\n * Self-enclosing tags\n */var singleTag=new Set([\"area\",\"base\",\"basefont\",\"br\",\"col\",\"command\",\"embed\",\"frame\",\"hr\",\"img\",\"input\",\"isindex\",\"keygen\",\"link\",\"meta\",\"param\",\"source\",\"track\",\"wbr\"]);/**\n * Renders a DOM node or an array of DOM nodes to a string.\n *\n * Can be thought of as the equivalent of the `outerHTML` of the passed node(s).\n *\n * @param node Node to be rendered.\n * @param options Changes serialization behavior\n */function render(node,options){if(options===void 0){options={};}// TODO: This is a bit hacky.\nvar nodes=Array.isArray(node)||node.cheerio?node:[node];var output=\"\";for(var i=0;i<nodes.length;i++){output+=renderNode(nodes[i],options);}return output;}exports[\"default\"]=render;function renderNode(node,options){switch(node.type){case\"root\":return render(node.children,options);case ElementType.Directive:return renderDirective(node);case ElementType.Comment:return renderComment(node);case ElementType.CDATA:return renderCdata(node);default:return ElementType.isTag(node)?renderTag(node,options):renderText(node,options);}}var foreignModeIntegrationPoints=new Set([\"mi\",\"mo\",\"mn\",\"ms\",\"mtext\",\"annotation-xml\",\"foreignObject\",\"desc\",\"title\"]);var foreignElements=new Set([\"svg\",\"math\"]);function renderTag(elem,opts){var _a;// Handle SVG / MathML in HTML\nif(opts.xmlMode===\"foreign\"){/* Fix up mixed-case element names */elem.name=(_a=foreignNames_1.elementNames.get(elem.name))!==null&&_a!==void 0?_a:elem.name;/* Exit foreign mode at integration points */if(elem.parent&&foreignModeIntegrationPoints.has(elem.parent.name)){opts=__assign(__assign({},opts),{xmlMode:false});}}if(!opts.xmlMode&&foreignElements.has(elem.name)){opts=__assign(__assign({},opts),{xmlMode:\"foreign\"});}var tag=\"<\"+elem.name;var attribs=formatAttributes(elem.attribs,opts);if(attribs){tag+=\" \"+attribs;}if(elem.children.length===0&&(opts.xmlMode?// In XML mode or foreign mode, and user hasn't explicitly turned off self-closing tags\nopts.selfClosingTags!==false:// User explicitly asked for self-closing tags, even in HTML mode\nopts.selfClosingTags&&singleTag.has(elem.name))){if(!opts.xmlMode)tag+=\" \";tag+=\"/>\";}else{tag+=\">\";if(elem.children.length>0){tag+=render(elem.children,opts);}if(opts.xmlMode||!singleTag.has(elem.name)){tag+=\"</\"+elem.name+\">\";}}return tag;}function renderDirective(elem){return\"<\"+elem.data+\">\";}function renderText(elem,opts){var data=elem.data||\"\";// If entities weren't decoded, no need to encode them back\nif(opts.decodeEntities&&!(elem.parent&&unencodedElements.has(elem.parent.name))){data=entities_1.encodeXML(data);}return data;}function renderCdata(elem){return\"<![CDATA[\"+elem.children[0].data+\"]]>\";}function renderComment(elem){return\"<!--\"+elem.data+\"-->\";}},{\"./foreignNames\":4,\"domelementtype\":6,\"entities\":20}],6:[function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});exports.Doctype=exports.CDATA=exports.Tag=exports.Style=exports.Script=exports.Comment=exports.Directive=exports.Text=exports.isTag=void 0;/**\n * Tests whether an element is a tag or not.\n *\n * @param elem Element to test\n */function isTag(elem){return elem.type===\"tag\"/* Tag */||elem.type===\"script\"/* Script */||elem.type===\"style\"/* Style */;}exports.isTag=isTag;// Exports for backwards compatibility\n/** Type for Text */exports.Text=\"text\"/* Text */;/** Type for <? ... ?> */exports.Directive=\"directive\"/* Directive */;/** Type for <!-- ... --> */exports.Comment=\"comment\"/* Comment */;/** Type for <script> tags */exports.Script=\"script\"/* Script */;/** Type for <style> tags */exports.Style=\"style\"/* Style */;/** Type for Any tag */exports.Tag=\"tag\"/* Tag */;/** Type for <![CDATA[ ... ]]> */exports.CDATA=\"cdata\"/* CDATA */;/** Type for <!doctype ...> */exports.Doctype=\"doctype\"/* Doctype */;},{}],7:[function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var node_1=require(\"./node\");exports.Node=node_1.Node;exports.Element=node_1.Element;exports.DataNode=node_1.DataNode;exports.NodeWithChildren=node_1.NodeWithChildren;var reWhitespace=/\\s+/g;// Default options\nvar defaultOpts={normalizeWhitespace:false,withStartIndices:false,withEndIndices:false};var DomHandler=/** @class */function(){/**\n * Initiate a new DomHandler.\n *\n * @param callback Called once parsing has completed.\n * @param options Settings for the handler.\n * @param elementCB Callback whenever a tag is closed.\n */function DomHandler(callback,options,elementCB){/** The constructed DOM */this.dom=[];/** Indicated whether parsing has been completed. */this._done=false;/** Stack of open tags. */this._tagStack=[];/** A data node that is still being written to. */this._lastNode=null;/** Reference to the parser instance. Used for location information. */this._parser=null;// Make it possible to skip arguments, for backwards-compatibility\nif(typeof options===\"function\"){elementCB=options;options=defaultOpts;}if(_typeof(callback)===\"object\"){options=callback;callback=undefined;}this._callback=callback||null;this._options=options||defaultOpts;this._elementCB=elementCB||null;}DomHandler.prototype.onparserinit=function(parser){this._parser=parser;};// Resets the handler back to starting state\nDomHandler.prototype.onreset=function(){this.dom=[];this._done=false;this._tagStack=[];this._lastNode=null;this._parser=this._parser||null;};// Signals the handler that parsing is done\nDomHandler.prototype.onend=function(){if(this._done)return;this._done=true;this._parser=null;this.handleCallback(null);};DomHandler.prototype.onerror=function(error){this.handleCallback(error);};DomHandler.prototype.onclosetag=function(){this._lastNode=null;// If(this._tagStack.pop().name !== name) this.handleCallback(Error(\"Tagname didn't match!\"));\nvar elem=this._tagStack.pop();if(!elem||!this._parser){return;}if(this._options.withEndIndices){elem.endIndex=this._parser.endIndex;}if(this._elementCB)this._elementCB(elem);};DomHandler.prototype.onopentag=function(name,attribs){var element=new node_1.Element(name,attribs);this.addNode(element);this._tagStack.push(element);};DomHandler.prototype.ontext=function(data){var normalize=this._options.normalizeWhitespace;var _lastNode=this._lastNode;if(_lastNode&&_lastNode.type===\"text\"/* Text */){if(normalize){_lastNode.data=(_lastNode.data+data).replace(reWhitespace,\" \");}else{_lastNode.data+=data;}}else{if(normalize){data=data.replace(reWhitespace,\" \");}var node=new node_1.DataNode(\"text\"/* Text */,data);this.addNode(node);this._lastNode=node;}};DomHandler.prototype.oncomment=function(data){if(this._lastNode&&this._lastNode.type===\"comment\"/* Comment */){this._lastNode.data+=data;return;}var node=new node_1.DataNode(\"comment\"/* Comment */,data);this.addNode(node);this._lastNode=node;};DomHandler.prototype.oncommentend=function(){this._lastNode=null;};DomHandler.prototype.oncdatastart=function(){var text=new node_1.DataNode(\"text\"/* Text */,\"\");var node=new node_1.NodeWithChildren(\"cdata\"/* CDATA */,[text]);this.addNode(node);text.parent=node;this._lastNode=text;};DomHandler.prototype.oncdataend=function(){this._lastNode=null;};DomHandler.prototype.onprocessinginstruction=function(name,data){var node=new node_1.ProcessingInstruction(name,data);this.addNode(node);};DomHandler.prototype.handleCallback=function(error){if(typeof this._callback===\"function\"){this._callback(error,this.dom);}else if(error){throw error;}};DomHandler.prototype.addNode=function(node){var parent=this._tagStack[this._tagStack.length-1];var siblings=parent?parent.children:this.dom;var previousSibling=siblings[siblings.length-1];if(this._parser){if(this._options.withStartIndices){node.startIndex=this._parser.startIndex;}if(this._options.withEndIndices){node.endIndex=this._parser.endIndex;}}siblings.push(node);if(previousSibling){node.prev=previousSibling;previousSibling.next=node;}if(parent){node.parent=parent;}this._lastNode=null;};DomHandler.prototype.addDataNode=function(node){this.addNode(node);this._lastNode=node;};return DomHandler;}();exports.DomHandler=DomHandler;exports[\"default\"]=DomHandler;},{\"./node\":8}],8:[function(require,module,exports){\"use strict\";var __extends=this&&this.__extends||function(){var _extendStatics=function extendStatics(d,b){_extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(d,b){d.__proto__=b;}||function(d,b){for(var p in b){if(b.hasOwnProperty(p))d[p]=b[p];}};return _extendStatics(d,b);};return function(d,b){_extendStatics(d,b);function __(){this.constructor=d;}d.prototype=b===null?Object.create(b):(__.prototype=b.prototype,new __());};}();Object.defineProperty(exports,\"__esModule\",{value:true});var nodeTypes=new Map([[\"tag\"/* Tag */,1],[\"script\"/* Script */,1],[\"style\"/* Style */,1],[\"directive\"/* Directive */,1],[\"text\"/* Text */,3],[\"cdata\"/* CDATA */,4],[\"comment\"/* Comment */,8]]);// This object will be used as the prototype for Nodes when creating a\n// DOM-Level-1-compliant structure.\nvar Node=/** @class */function(){/**\n *\n * @param type The type of the node.\n */function Node(type){this.type=type;/** Parent of the node */this.parent=null;/** Previous sibling */this.prev=null;/** Next sibling */this.next=null;/** The start index of the node. Requires `withStartIndices` on the handler to be `true. */this.startIndex=null;/** The end index of the node. Requires `withEndIndices` on the handler to be `true. */this.endIndex=null;}Object.defineProperty(Node.prototype,\"nodeType\",{// Read-only aliases\nget:function get(){return nodeTypes.get(this.type)||1;},enumerable:true,configurable:true});Object.defineProperty(Node.prototype,\"parentNode\",{// Read-write aliases for properties\nget:function get(){return this.parent||null;},set:function set(parent){this.parent=parent;},enumerable:true,configurable:true});Object.defineProperty(Node.prototype,\"previousSibling\",{get:function get(){return this.prev||null;},set:function set(prev){this.prev=prev;},enumerable:true,configurable:true});Object.defineProperty(Node.prototype,\"nextSibling\",{get:function get(){return this.next||null;},set:function set(next){this.next=next;},enumerable:true,configurable:true});return Node;}();exports.Node=Node;var DataNode=/** @class */function(_super){__extends(DataNode,_super);/**\n *\n * @param type The type of the node\n * @param data The content of the data node\n */function DataNode(type,data){var _this=_super.call(this,type)||this;_this.data=data;return _this;}Object.defineProperty(DataNode.prototype,\"nodeValue\",{get:function get(){return this.data;},set:function set(data){this.data=data;},enumerable:true,configurable:true});return DataNode;}(Node);exports.DataNode=DataNode;var ProcessingInstruction=/** @class */function(_super){__extends(ProcessingInstruction,_super);function ProcessingInstruction(name,data){var _this=_super.call(this,\"directive\"/* Directive */,data)||this;_this.name=name;return _this;}return ProcessingInstruction;}(DataNode);exports.ProcessingInstruction=ProcessingInstruction;var NodeWithChildren=/** @class */function(_super){__extends(NodeWithChildren,_super);/**\n *\n * @param type Type of the node.\n * @param children Children of the node. Only certain node types can have children.\n */function NodeWithChildren(type,children){var _this=_super.call(this,type)||this;_this.children=children;return _this;}Object.defineProperty(NodeWithChildren.prototype,\"firstChild\",{// Aliases\nget:function get(){return this.children[0]||null;},enumerable:true,configurable:true});Object.defineProperty(NodeWithChildren.prototype,\"lastChild\",{get:function get(){return this.children[this.children.length-1]||null;},enumerable:true,configurable:true});Object.defineProperty(NodeWithChildren.prototype,\"childNodes\",{get:function get(){return this.children;},set:function set(children){this.children=children;},enumerable:true,configurable:true});return NodeWithChildren;}(Node);exports.NodeWithChildren=NodeWithChildren;var Element=/** @class */function(_super){__extends(Element,_super);/**\n *\n * @param name Name of the tag, eg. `div`, `span`\n * @param attribs Object mapping attribute names to attribute values\n */function Element(name,attribs){var _this=_super.call(this,name===\"script\"?\"script\"/* Script */:name===\"style\"?\"style\"/* Style */:\"tag\"/* Tag */,[])||this;_this.name=name;_this.attribs=attribs;_this.attribs=attribs;return _this;}Object.defineProperty(Element.prototype,\"tagName\",{// DOM Level 1 aliases\nget:function get(){return this.name;},set:function set(name){this.name=name;},enumerable:true,configurable:true});return Element;}(NodeWithChildren);exports.Element=Element;},{}],9:[function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});exports.uniqueSort=exports.compareDocumentPosition=exports.removeSubsets=void 0;var tagtypes_1=require(\"./tagtypes\");/**\n * Given an array of nodes, remove any member that is contained by another.\n *\n * @param nodes Nodes to filter.\n */function removeSubsets(nodes){var idx=nodes.length;/*\n * Check if each node (or one of its ancestors) is already contained in the\n * array.\n */while(--idx>=0){var node=nodes[idx];/*\n * Remove the node if it is not unique.\n * We are going through the array from the end, so we only\n * have to check nodes that preceed the node under consideration in the array.\n */if(idx>0&&nodes.lastIndexOf(node,idx-1)>=0){nodes.splice(idx,1);continue;}for(var ancestor=node.parent;ancestor;ancestor=ancestor.parent){if(nodes.includes(ancestor)){nodes.splice(idx,1);break;}}}return nodes;}exports.removeSubsets=removeSubsets;/**\n * Compare the position of one node against another node in any other document.\n * The return value is a bitmask with the following values:\n *\n * document order:\n * > There is an ordering, document order, defined on all the nodes in the\n * > document corresponding to the order in which the first character of the\n * > XML representation of each node occurs in the XML representation of the\n * > document after expansion of general entities. Thus, the document element\n * > node will be the first node. Element nodes occur before their children.\n * > Thus, document order orders element nodes in order of the occurrence of\n * > their start-tag in the XML (after expansion of entities). The attribute\n * > nodes of an element occur after the element and before its children. The\n * > relative order of attribute nodes is implementation-dependent./\n *\n * Source:\n * http://www.w3.org/TR/DOM-Level-3-Core/glossary.html#dt-document-order\n * @param nodaA The first node to use in the comparison\n * @param nodeB The second node to use in the comparison\n *\n * @return A bitmask describing the input nodes' relative position.\n *\n * See http://dom.spec.whatwg.org/#dom-node-comparedocumentposition for\n * a description of these values.\n */function compareDocumentPosition(nodeA,nodeB){var aParents=[];var bParents=[];if(nodeA===nodeB){return 0;}var current=tagtypes_1.hasChildren(nodeA)?nodeA:nodeA.parent;while(current){aParents.unshift(current);current=current.parent;}current=tagtypes_1.hasChildren(nodeB)?nodeB:nodeB.parent;while(current){bParents.unshift(current);current=current.parent;}var maxIdx=Math.min(aParents.length,bParents.length);var idx=0;while(idx<maxIdx&&aParents[idx]===bParents[idx]){idx++;}if(idx===0){return 1/* DISCONNECTED */;}var sharedParent=aParents[idx-1];var siblings=sharedParent.children;var aSibling=aParents[idx];var bSibling=bParents[idx];if(siblings.indexOf(aSibling)>siblings.indexOf(bSibling)){if(sharedParent===nodeB){return 4/* FOLLOWING */|16/* CONTAINED_BY */;}return 4/* FOLLOWING */;}if(sharedParent===nodeA){return 2/* PRECEDING */|8/* CONTAINS */;}return 2/* PRECEDING */;}exports.compareDocumentPosition=compareDocumentPosition;/**\n * Sort an array of nodes based on their relative position in the document and\n * remove any duplicate nodes. If the array contains nodes that do not belong\n * to the same document, sort order is unspecified.\n *\n * @param nodes Array of DOM nodes\n * @returns collection of unique nodes, sorted in document order\n */function uniqueSort(nodes){nodes=nodes.filter(function(node,i,arr){return!arr.includes(node,i+1);});nodes.sort(function(a,b){var relative=compareDocumentPosition(a,b);if(relative&2/* PRECEDING */){return-1;}else if(relative&4/* FOLLOWING */){return 1;}return 0;});return nodes;}exports.uniqueSort=uniqueSort;},{\"./tagtypes\":15}],10:[function(require,module,exports){\"use strict\";var __createBinding=this&&this.__createBinding||(Object.create?function(o,m,k,k2){if(k2===undefined)k2=k;Object.defineProperty(o,k2,{enumerable:true,get:function get(){return m[k];}});}:function(o,m,k,k2){if(k2===undefined)k2=k;o[k2]=m[k];});var __exportStar=this&&this.__exportStar||function(m,exports){for(var p in m){if(p!==\"default\"&&!Object.prototype.hasOwnProperty.call(exports,p))__createBinding(exports,m,p);}};Object.defineProperty(exports,\"__esModule\",{value:true});__exportStar(require(\"./stringify\"),exports);__exportStar(require(\"./traversal\"),exports);__exportStar(require(\"./manipulation\"),exports);__exportStar(require(\"./querying\"),exports);__exportStar(require(\"./legacy\"),exports);__exportStar(require(\"./helpers\"),exports);__exportStar(require(\"./tagtypes\"),exports);},{\"./helpers\":9,\"./legacy\":11,\"./manipulation\":12,\"./querying\":13,\"./stringify\":14,\"./tagtypes\":15,\"./traversal\":16}],11:[function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});exports.getElementsByTagType=exports.getElementsByTagName=exports.getElementById=exports.getElements=exports.testElement=void 0;var querying_1=require(\"./querying\");var tagtypes_1=require(\"./tagtypes\");function isTextNode(node){return node.type===\"text\"/* Text */;}var Checks={tag_name:function tag_name(name){if(typeof name===\"function\"){return function(elem){return tagtypes_1.isTag(elem)&&name(elem.name);};}else if(name===\"*\"){return tagtypes_1.isTag;}return function(elem){return tagtypes_1.isTag(elem)&&elem.name===name;};},tag_type:function tag_type(type){if(typeof type===\"function\"){return function(elem){return type(elem.type);};}return function(elem){return elem.type===type;};},tag_contains:function tag_contains(data){if(typeof data===\"function\"){return function(elem){return isTextNode(elem)&&data(elem.data);};}return function(elem){return isTextNode(elem)&&elem.data===data;};}};function getAttribCheck(attrib,value){if(typeof value===\"function\"){return function(elem){return tagtypes_1.isTag(elem)&&value(elem.attribs[attrib]);};}return function(elem){return tagtypes_1.isTag(elem)&&elem.attribs[attrib]===value;};}function combineFuncs(a,b){return function(elem){return a(elem)||b(elem);};}function compileTest(options){var funcs=Object.keys(options).map(function(key){var value=options[key];return key in Checks?Checks[key](value):getAttribCheck(key,value);});return funcs.length===0?null:funcs.reduce(combineFuncs);}function testElement(options,element){var test=compileTest(options);return test?test(element):true;}exports.testElement=testElement;function getElements(options,element,recurse,limit){if(limit===void 0){limit=Infinity;}var test=compileTest(options);return test?querying_1.filter(test,element,recurse,limit):[];}exports.getElements=getElements;function getElementById(id,element,recurse){if(recurse===void 0){recurse=true;}if(!Array.isArray(element))element=[element];return querying_1.findOne(getAttribCheck(\"id\",id),element,recurse);}exports.getElementById=getElementById;function getElementsByTagName(name,element,recurse,limit){if(limit===void 0){limit=Infinity;}return querying_1.filter(Checks.tag_name(name),element,recurse,limit);}exports.getElementsByTagName=getElementsByTagName;function getElementsByTagType(type,element,recurse,limit){if(recurse===void 0){recurse=true;}if(limit===void 0){limit=Infinity;}return querying_1.filter(Checks.tag_type(type),element,recurse,limit);}exports.getElementsByTagType=getElementsByTagType;},{\"./querying\":13,\"./tagtypes\":15}],12:[function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});exports.prepend=exports.append=exports.appendChild=exports.replaceElement=exports.removeElement=void 0;/**\n * Remove an element from the dom\n *\n * @param elem The element to be removed\n */function removeElement(elem){if(elem.prev)elem.prev.next=elem.next;if(elem.next)elem.next.prev=elem.prev;if(elem.parent){var childs=elem.parent.children;childs.splice(childs.lastIndexOf(elem),1);}}exports.removeElement=removeElement;/**\n * Replace an element in the dom\n *\n * @param elem The element to be replaced\n * @param replacement The element to be added\n */function replaceElement(elem,replacement){var prev=replacement.prev=elem.prev;if(prev){prev.next=replacement;}var next=replacement.next=elem.next;if(next){next.prev=replacement;}var parent=replacement.parent=elem.parent;if(parent){var childs=parent.children;childs[childs.lastIndexOf(elem)]=replacement;}}exports.replaceElement=replaceElement;/**\n * Append a child to an element\n *\n * @param elem The element to append to\n * @param child The element to be added as a child\n */function appendChild(elem,child){removeElement(child);child.parent=elem;if(elem.children.push(child)!==1){var sibling=elem.children[elem.children.length-2];sibling.next=child;child.prev=sibling;child.next=null;}}exports.appendChild=appendChild;/**\n * Append an element after another\n *\n * @param elem The element to append to\n * @param next The element be added\n */function append(elem,next){removeElement(next);var parent=elem.parent;var currNext=elem.next;next.next=currNext;next.prev=elem;elem.next=next;next.parent=parent;if(currNext){currNext.prev=next;if(parent){var childs=parent.children;childs.splice(childs.lastIndexOf(currNext),0,next);}}else if(parent){parent.children.push(next);}}exports.append=append;/**\n * Prepend an element before another\n *\n * @param elem The element to append to\n * @param prev The element be added\n */function prepend(elem,prev){var parent=elem.parent;if(parent){var childs=parent.children;childs.splice(childs.lastIndexOf(elem),0,prev);}if(elem.prev){elem.prev.next=prev;}prev.parent=parent;prev.prev=elem.prev;prev.next=elem;elem.prev=prev;}exports.prepend=prepend;},{}],13:[function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});exports.findAll=exports.existsOne=exports.findOne=exports.findOneChild=exports.find=exports.filter=void 0;var tagtypes_1=require(\"./tagtypes\");/**\n * Search a node and its children for nodes passing a test function.\n *\n * @param test Function to test nodes on.\n * @param element Element to search. Will be included in the result set if it matches.\n * @param recurse Also consider child nodes.\n * @param limit Maximum number of nodes to return.\n */function filter(test,node,recurse,limit){if(recurse===void 0){recurse=true;}if(limit===void 0){limit=Infinity;}if(!Array.isArray(node))node=[node];return find(test,node,recurse,limit);}exports.filter=filter;/**\n * Like `filter`, but only works on an array of nodes.\n *\n * @param test Function to test nodes on.\n * @param nodes Array of nodes to search.\n * @param recurse Also consider child nodes.\n * @param limit Maximum number of nodes to return.\n */function find(test,nodes,recurse,limit){var result=[];for(var _i=0,nodes_1=nodes;_i<nodes_1.length;_i++){var elem=nodes_1[_i];if(test(elem)){result.push(elem);if(--limit<=0)break;}if(recurse&&tagtypes_1.hasChildren(elem)&&elem.children.length>0){var children=find(test,elem.children,recurse,limit);result.push.apply(result,children);limit-=children.length;if(limit<=0)break;}}return result;}exports.find=find;/**\n * Finds the first element inside of an array that matches a test function.\n *\n * @param test Function to test nodes on.\n * @param nodes Array of nodes to search.\n */function findOneChild(test,nodes){return nodes.find(test);}exports.findOneChild=findOneChild;/**\n * Finds one element in a tree that passes a test.\n *\n * @param test Function to test nodes on.\n * @param nodes Array of nodes to search.\n * @param recurse Also consider child nodes.\n */function findOne(test,nodes,recurse){if(recurse===void 0){recurse=true;}var elem=null;for(var i=0;i<nodes.length&&!elem;i++){var checked=nodes[i];if(!tagtypes_1.isTag(checked)){continue;}else if(test(checked)){elem=checked;}else if(recurse&&checked.children.length>0){elem=findOne(test,checked.children);}}return elem;}exports.findOne=findOne;/**\n * Returns whether a tree of nodes contains at least one node passing a test.\n *\n * @param test Function to test nodes on.\n * @param nodes Array of nodes to search.\n */function existsOne(test,nodes){return nodes.some(function(checked){return tagtypes_1.isTag(checked)&&(test(checked)||checked.children.length>0&&existsOne(test,checked.children));});}exports.existsOne=existsOne;/**\n * Search and array of nodes and its children for nodes passing a test function.\n *\n * Same as `find`, only with less options, leading to reduced complexity.\n *\n * @param test Function to test nodes on.\n * @param nodes Array of nodes to search.\n */function findAll(test,nodes){var _a;var result=[];var stack=nodes.filter(tagtypes_1.isTag);var elem;while(elem=stack.shift()){var children=(_a=elem.children)===null||_a===void 0?void 0:_a.filter(tagtypes_1.isTag);if(children&&children.length>0){stack.unshift.apply(stack,children);}if(test(elem))result.push(elem);}return result;}exports.findAll=findAll;},{\"./tagtypes\":15}],14:[function(require,module,exports){\"use strict\";var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{\"default\":mod};};Object.defineProperty(exports,\"__esModule\",{value:true});exports.getText=exports.getInnerHTML=exports.getOuterHTML=void 0;var tagtypes_1=require(\"./tagtypes\");var dom_serializer_1=__importDefault(require(\"dom-serializer\"));function getOuterHTML(node,options){return dom_serializer_1[\"default\"](node,options);}exports.getOuterHTML=getOuterHTML;function getInnerHTML(node,options){return tagtypes_1.hasChildren(node)?node.children.map(function(node){return getOuterHTML(node,options);}).join(\"\"):\"\";}exports.getInnerHTML=getInnerHTML;function getText(node){if(Array.isArray(node))return node.map(getText).join(\"\");if(tagtypes_1.isTag(node))return node.name===\"br\"?\"\\n\":getText(node.children);if(tagtypes_1.isCDATA(node))return getText(node.children);if(tagtypes_1.isText(node))return node.data;return\"\";}exports.getText=getText;},{\"./tagtypes\":15,\"dom-serializer\":5}],15:[function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});exports.hasChildren=exports.isComment=exports.isText=exports.isCDATA=exports.isTag=void 0;var domelementtype_1=require(\"domelementtype\");function isTag(node){return domelementtype_1.isTag(node);}exports.isTag=isTag;function isCDATA(node){return node.type===\"cdata\"/* CDATA */;}exports.isCDATA=isCDATA;function isText(node){return node.type===\"text\"/* Text */;}exports.isText=isText;function isComment(node){return node.type===\"comment\"/* Comment */;}exports.isComment=isComment;function hasChildren(node){return Object.prototype.hasOwnProperty.call(node,\"children\");}exports.hasChildren=hasChildren;},{\"domelementtype\":6}],16:[function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});exports.nextElementSibling=exports.getName=exports.hasAttrib=exports.getAttributeValue=exports.getSiblings=exports.getParent=exports.getChildren=void 0;function getChildren(elem){return elem.children||null;}exports.getChildren=getChildren;function getParent(elem){return elem.parent||null;}exports.getParent=getParent;function getSiblings(elem){var parent=getParent(elem);return parent?getChildren(parent):[elem];}exports.getSiblings=getSiblings;function getAttributeValue(elem,name){var _a;return(_a=elem.attribs)===null||_a===void 0?void 0:_a[name];}exports.getAttributeValue=getAttributeValue;function hasAttrib(elem,name){return!!elem.attribs&&Object.prototype.hasOwnProperty.call(elem.attribs,name)&&elem.attribs[name]!=null;}exports.hasAttrib=hasAttrib;/**\n * Returns the name property of an element\n *\n * @param elem The element to get the name for\n */function getName(elem){return elem.name;}exports.getName=getName;function nextElementSibling(elem){var node=elem.next;while(node!==null&&node.type!==\"tag\"){node=node.next;}return node;}exports.nextElementSibling=nextElementSibling;},{}],17:[function(require,module,exports){\"use strict\";var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{\"default\":mod};};Object.defineProperty(exports,\"__esModule\",{value:true});exports.decodeHTML=exports.decodeHTMLStrict=exports.decodeXML=void 0;var entities_json_1=__importDefault(require(\"./maps/entities.json\"));var legacy_json_1=__importDefault(require(\"./maps/legacy.json\"));var xml_json_1=__importDefault(require(\"./maps/xml.json\"));var decode_codepoint_1=__importDefault(require(\"./decode_codepoint\"));exports.decodeXML=getStrictDecoder(xml_json_1[\"default\"]);exports.decodeHTMLStrict=getStrictDecoder(entities_json_1[\"default\"]);function getStrictDecoder(map){var keys=Object.keys(map).join(\"|\");var replace=getReplacer(map);keys+=\"|#[xX][\\\\da-fA-F]+|#\\\\d+\";var re=new RegExp(\"&(?:\"+keys+\");\",\"g\");return function(str){return String(str).replace(re,replace);};}var sorter=function sorter(a,b){return a<b?1:-1;};exports.decodeHTML=function(){var legacy=Object.keys(legacy_json_1[\"default\"]).sort(sorter);var keys=Object.keys(entities_json_1[\"default\"]).sort(sorter);for(var i=0,j=0;i<keys.length;i++){if(legacy[j]===keys[i]){keys[i]+=\";?\";j++;}else{keys[i]+=\";\";}}var re=new RegExp(\"&(?:\"+keys.join(\"|\")+\"|#[xX][\\\\da-fA-F]+;?|#\\\\d+;?)\",\"g\");var replace=getReplacer(entities_json_1[\"default\"]);function replacer(str){if(str.substr(-1)!==\";\")str+=\";\";return replace(str);}//TODO consider creating a merged map\nreturn function(str){return String(str).replace(re,replacer);};}();function getReplacer(map){return function replace(str){if(str.charAt(1)===\"#\"){var secondChar=str.charAt(2);if(secondChar===\"X\"||secondChar===\"x\"){return decode_codepoint_1[\"default\"](parseInt(str.substr(3),16));}return decode_codepoint_1[\"default\"](parseInt(str.substr(2),10));}return map[str.slice(1,-1)];};}},{\"./decode_codepoint\":18,\"./maps/entities.json\":22,\"./maps/legacy.json\":23,\"./maps/xml.json\":24}],18:[function(require,module,exports){\"use strict\";var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{\"default\":mod};};Object.defineProperty(exports,\"__esModule\",{value:true});var decode_json_1=__importDefault(require(\"./maps/decode.json\"));// modified version of https://github.com/mathiasbynens/he/blob/master/src/he.js#L94-L119\nfunction decodeCodePoint(codePoint){if(codePoint>=0xd800&&codePoint<=0xdfff||codePoint>0x10ffff){return\"\\uFFFD\";}if(codePoint in decode_json_1[\"default\"]){codePoint=decode_json_1[\"default\"][codePoint];}var output=\"\";if(codePoint>0xffff){codePoint-=0x10000;output+=String.fromCharCode(codePoint>>>10&0x3ff|0xd800);codePoint=0xdc00|codePoint&0x3ff;}output+=String.fromCharCode(codePoint);return output;}exports[\"default\"]=decodeCodePoint;},{\"./maps/decode.json\":21}],19:[function(require,module,exports){\"use strict\";var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{\"default\":mod};};Object.defineProperty(exports,\"__esModule\",{value:true});exports.escape=exports.encodeHTML=exports.encodeXML=void 0;var xml_json_1=__importDefault(require(\"./maps/xml.json\"));var inverseXML=getInverseObj(xml_json_1[\"default\"]);var xmlReplacer=getInverseReplacer(inverseXML);exports.encodeXML=getInverse(inverseXML,xmlReplacer);var entities_json_1=__importDefault(require(\"./maps/entities.json\"));var inverseHTML=getInverseObj(entities_json_1[\"default\"]);var htmlReplacer=getInverseReplacer(inverseHTML);exports.encodeHTML=getInverse(inverseHTML,htmlReplacer);function getInverseObj(obj){return Object.keys(obj).sort().reduce(function(inverse,name){inverse[obj[name]]=\"&\"+name+\";\";return inverse;},{});}function getInverseReplacer(inverse){var single=[];var multiple=[];for(var _i=0,_a=Object.keys(inverse);_i<_a.length;_i++){var k=_a[_i];if(k.length===1){// Add value to single array\nsingle.push(\"\\\\\"+k);}else{// Add value to multiple array\nmultiple.push(k);}}// Add ranges to single characters.\nsingle.sort();for(var start=0;start<single.length-1;start++){// Find the end of a run of characters\nvar end=start;while(end<single.length-1&&single[end].charCodeAt(1)+1===single[end+1].charCodeAt(1)){end+=1;}var count=1+end-start;// We want to replace at least three characters\nif(count<3)continue;single.splice(start,count,single[start]+\"-\"+single[end]);}multiple.unshift(\"[\"+single.join(\"\")+\"]\");return new RegExp(multiple.join(\"|\"),\"g\");}var reNonASCII=/(?:[\\x80-\\uD7FF\\uE000-\\uFFFF]|[\\uD800-\\uDBFF][\\uDC00-\\uDFFF]|[\\uD800-\\uDBFF](?![\\uDC00-\\uDFFF])|(?:[^\\uD800-\\uDBFF]|^)[\\uDC00-\\uDFFF])/g;function singleCharReplacer(c){// eslint-disable-next-line @typescript-eslint/no-non-null-assertion\nreturn\"&#x\"+c.codePointAt(0).toString(16).toUpperCase()+\";\";}function getInverse(inverse,re){return function(data){return data.replace(re,function(name){return inverse[name];}).replace(reNonASCII,singleCharReplacer);};}var reXmlChars=getInverseReplacer(inverseXML);function escape(data){return data.replace(reXmlChars,singleCharReplacer).replace(reNonASCII,singleCharReplacer);}exports.escape=escape;},{\"./maps/entities.json\":22,\"./maps/xml.json\":24}],20:[function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});exports.encode=exports.decodeStrict=exports.decode=void 0;var decode_1=require(\"./decode\");var encode_1=require(\"./encode\");/**\n * Decodes a string with entities.\n *\n * @param data String to decode.\n * @param level Optional level to decode at. 0 = XML, 1 = HTML. Default is 0.\n */function decode(data,level){return(!level||level<=0?decode_1.decodeXML:decode_1.decodeHTML)(data);}exports.decode=decode;/**\n * Decodes a string with entities. Does not allow missing trailing semicolons for entities.\n *\n * @param data String to decode.\n * @param level Optional level to decode at. 0 = XML, 1 = HTML. Default is 0.\n */function decodeStrict(data,level){return(!level||level<=0?decode_1.decodeXML:decode_1.decodeHTMLStrict)(data);}exports.decodeStrict=decodeStrict;/**\n * Encodes a string with entities.\n *\n * @param data String to encode.\n * @param level Optional level to encode at. 0 = XML, 1 = HTML. Default is 0.\n */function encode(data,level){return(!level||level<=0?encode_1.encodeXML:encode_1.encodeHTML)(data);}exports.encode=encode;var encode_2=require(\"./encode\");Object.defineProperty(exports,\"encodeXML\",{enumerable:true,get:function get(){return encode_2.encodeXML;}});Object.defineProperty(exports,\"encodeHTML\",{enumerable:true,get:function get(){return encode_2.encodeHTML;}});Object.defineProperty(exports,\"escape\",{enumerable:true,get:function get(){return encode_2.escape;}});// Legacy aliases\nObject.defineProperty(exports,\"encodeHTML4\",{enumerable:true,get:function get(){return encode_2.encodeHTML;}});Object.defineProperty(exports,\"encodeHTML5\",{enumerable:true,get:function get(){return encode_2.encodeHTML;}});var decode_2=require(\"./decode\");Object.defineProperty(exports,\"decodeXML\",{enumerable:true,get:function get(){return decode_2.decodeXML;}});Object.defineProperty(exports,\"decodeHTML\",{enumerable:true,get:function get(){return decode_2.decodeHTML;}});Object.defineProperty(exports,\"decodeHTMLStrict\",{enumerable:true,get:function get(){return decode_2.decodeHTMLStrict;}});// Legacy aliases\nObject.defineProperty(exports,\"decodeHTML4\",{enumerable:true,get:function get(){return decode_2.decodeHTML;}});Object.defineProperty(exports,\"decodeHTML5\",{enumerable:true,get:function get(){return decode_2.decodeHTML;}});Object.defineProperty(exports,\"decodeHTML4Strict\",{enumerable:true,get:function get(){return decode_2.decodeHTMLStrict;}});Object.defineProperty(exports,\"decodeHTML5Strict\",{enumerable:true,get:function get(){return decode_2.decodeHTMLStrict;}});Object.defineProperty(exports,\"decodeXMLStrict\",{enumerable:true,get:function get(){return decode_2.decodeXML;}});},{\"./decode\":17,\"./encode\":19}],21:[function(require,module,exports){module.exports={\"0\":65533,\"128\":8364,\"130\":8218,\"131\":402,\"132\":8222,\"133\":8230,\"134\":8224,\"135\":8225,\"136\":710,\"137\":8240,\"138\":352,\"139\":8249,\"140\":338,\"142\":381,\"145\":8216,\"146\":8217,\"147\":8220,\"148\":8221,\"149\":8226,\"150\":8211,\"151\":8212,\"152\":732,\"153\":8482,\"154\":353,\"155\":8250,\"156\":339,\"158\":382,\"159\":376};},{}],22:[function(require,module,exports){module.exports={\"Aacute\":\"\\xC1\",\"aacute\":\"\\xE1\",\"Abreve\":\"\\u0102\",\"abreve\":\"\\u0103\",\"ac\":\"\\u223E\",\"acd\":\"\\u223F\",\"acE\":\"\\u223E\\u0333\",\"Acirc\":\"\\xC2\",\"acirc\":\"\\xE2\",\"acute\":\"\\xB4\",\"Acy\":\"\\u0410\",\"acy\":\"\\u0430\",\"AElig\":\"\\xC6\",\"aelig\":\"\\xE6\",\"af\":\"\\u2061\",\"Afr\":\"\\uD835\\uDD04\",\"afr\":\"\\uD835\\uDD1E\",\"Agrave\":\"\\xC0\",\"agrave\":\"\\xE0\",\"alefsym\":\"\\u2135\",\"aleph\":\"\\u2135\",\"Alpha\":\"\\u0391\",\"alpha\":\"\\u03B1\",\"Amacr\":\"\\u0100\",\"amacr\":\"\\u0101\",\"amalg\":\"\\u2A3F\",\"amp\":\"&\",\"AMP\":\"&\",\"andand\":\"\\u2A55\",\"And\":\"\\u2A53\",\"and\":\"\\u2227\",\"andd\":\"\\u2A5C\",\"andslope\":\"\\u2A58\",\"andv\":\"\\u2A5A\",\"ang\":\"\\u2220\",\"ange\":\"\\u29A4\",\"angle\":\"\\u2220\",\"angmsdaa\":\"\\u29A8\",\"angmsdab\":\"\\u29A9\",\"angmsdac\":\"\\u29AA\",\"angmsdad\":\"\\u29AB\",\"angmsdae\":\"\\u29AC\",\"angmsdaf\":\"\\u29AD\",\"angmsdag\":\"\\u29AE\",\"angmsdah\":\"\\u29AF\",\"angmsd\":\"\\u2221\",\"angrt\":\"\\u221F\",\"angrtvb\":\"\\u22BE\",\"angrtvbd\":\"\\u299D\",\"angsph\":\"\\u2222\",\"angst\":\"\\xC5\",\"angzarr\":\"\\u237C\",\"Aogon\":\"\\u0104\",\"aogon\":\"\\u0105\",\"Aopf\":\"\\uD835\\uDD38\",\"aopf\":\"\\uD835\\uDD52\",\"apacir\":\"\\u2A6F\",\"ap\":\"\\u2248\",\"apE\":\"\\u2A70\",\"ape\":\"\\u224A\",\"apid\":\"\\u224B\",\"apos\":\"'\",\"ApplyFunction\":\"\\u2061\",\"approx\":\"\\u2248\",\"approxeq\":\"\\u224A\",\"Aring\":\"\\xC5\",\"aring\":\"\\xE5\",\"Ascr\":\"\\uD835\\uDC9C\",\"ascr\":\"\\uD835\\uDCB6\",\"Assign\":\"\\u2254\",\"ast\":\"*\",\"asymp\":\"\\u2248\",\"asympeq\":\"\\u224D\",\"Atilde\":\"\\xC3\",\"atilde\":\"\\xE3\",\"Auml\":\"\\xC4\",\"auml\":\"\\xE4\",\"awconint\":\"\\u2233\",\"awint\":\"\\u2A11\",\"backcong\":\"\\u224C\",\"backepsilon\":\"\\u03F6\",\"backprime\":\"\\u2035\",\"backsim\":\"\\u223D\",\"backsimeq\":\"\\u22CD\",\"Backslash\":\"\\u2216\",\"Barv\":\"\\u2AE7\",\"barvee\":\"\\u22BD\",\"barwed\":\"\\u2305\",\"Barwed\":\"\\u2306\",\"barwedge\":\"\\u2305\",\"bbrk\":\"\\u23B5\",\"bbrktbrk\":\"\\u23B6\",\"bcong\":\"\\u224C\",\"Bcy\":\"\\u0411\",\"bcy\":\"\\u0431\",\"bdquo\":\"\\u201E\",\"becaus\":\"\\u2235\",\"because\":\"\\u2235\",\"Because\":\"\\u2235\",\"bemptyv\":\"\\u29B0\",\"bepsi\":\"\\u03F6\",\"bernou\":\"\\u212C\",\"Bernoullis\":\"\\u212C\",\"Beta\":\"\\u0392\",\"beta\":\"\\u03B2\",\"beth\":\"\\u2136\",\"between\":\"\\u226C\",\"Bfr\":\"\\uD835\\uDD05\",\"bfr\":\"\\uD835\\uDD1F\",\"bigcap\":\"\\u22C2\",\"bigcirc\":\"\\u25EF\",\"bigcup\":\"\\u22C3\",\"bigodot\":\"\\u2A00\",\"bigoplus\":\"\\u2A01\",\"bigotimes\":\"\\u2A02\",\"bigsqcup\":\"\\u2A06\",\"bigstar\":\"\\u2605\",\"bigtriangledown\":\"\\u25BD\",\"bigtriangleup\":\"\\u25B3\",\"biguplus\":\"\\u2A04\",\"bigvee\":\"\\u22C1\",\"bigwedge\":\"\\u22C0\",\"bkarow\":\"\\u290D\",\"blacklozenge\":\"\\u29EB\",\"blacksquare\":\"\\u25AA\",\"blacktriangle\":\"\\u25B4\",\"blacktriangledown\":\"\\u25BE\",\"blacktriangleleft\":\"\\u25C2\",\"blacktriangleright\":\"\\u25B8\",\"blank\":\"\\u2423\",\"blk12\":\"\\u2592\",\"blk14\":\"\\u2591\",\"blk34\":\"\\u2593\",\"block\":\"\\u2588\",\"bne\":\"=\\u20E5\",\"bnequiv\":\"\\u2261\\u20E5\",\"bNot\":\"\\u2AED\",\"bnot\":\"\\u2310\",\"Bopf\":\"\\uD835\\uDD39\",\"bopf\":\"\\uD835\\uDD53\",\"bot\":\"\\u22A5\",\"bottom\":\"\\u22A5\",\"bowtie\":\"\\u22C8\",\"boxbox\":\"\\u29C9\",\"boxdl\":\"\\u2510\",\"boxdL\":\"\\u2555\",\"boxDl\":\"\\u2556\",\"boxDL\":\"\\u2557\",\"boxdr\":\"\\u250C\",\"boxdR\":\"\\u2552\",\"boxDr\":\"\\u2553\",\"boxDR\":\"\\u2554\",\"boxh\":\"\\u2500\",\"boxH\":\"\\u2550\",\"boxhd\":\"\\u252C\",\"boxHd\":\"\\u2564\",\"boxhD\":\"\\u2565\",\"boxHD\":\"\\u2566\",\"boxhu\":\"\\u2534\",\"boxHu\":\"\\u2567\",\"boxhU\":\"\\u2568\",\"boxHU\":\"\\u2569\",\"boxminus\":\"\\u229F\",\"boxplus\":\"\\u229E\",\"boxtimes\":\"\\u22A0\",\"boxul\":\"\\u2518\",\"boxuL\":\"\\u255B\",\"boxUl\":\"\\u255C\",\"boxUL\":\"\\u255D\",\"boxur\":\"\\u2514\",\"boxuR\":\"\\u2558\",\"boxUr\":\"\\u2559\",\"boxUR\":\"\\u255A\",\"boxv\":\"\\u2502\",\"boxV\":\"\\u2551\",\"boxvh\":\"\\u253C\",\"boxvH\":\"\\u256A\",\"boxVh\":\"\\u256B\",\"boxVH\":\"\\u256C\",\"boxvl\":\"\\u2524\",\"boxvL\":\"\\u2561\",\"boxVl\":\"\\u2562\",\"boxVL\":\"\\u2563\",\"boxvr\":\"\\u251C\",\"boxvR\":\"\\u255E\",\"boxVr\":\"\\u255F\",\"boxVR\":\"\\u2560\",\"bprime\":\"\\u2035\",\"breve\":\"\\u02D8\",\"Breve\":\"\\u02D8\",\"brvbar\":\"\\xA6\",\"bscr\":\"\\uD835\\uDCB7\",\"Bscr\":\"\\u212C\",\"bsemi\":\"\\u204F\",\"bsim\":\"\\u223D\",\"bsime\":\"\\u22CD\",\"bsolb\":\"\\u29C5\",\"bsol\":\"\\\\\",\"bsolhsub\":\"\\u27C8\",\"bull\":\"\\u2022\",\"bullet\":\"\\u2022\",\"bump\":\"\\u224E\",\"bumpE\":\"\\u2AAE\",\"bumpe\":\"\\u224F\",\"Bumpeq\":\"\\u224E\",\"bumpeq\":\"\\u224F\",\"Cacute\":\"\\u0106\",\"cacute\":\"\\u0107\",\"capand\":\"\\u2A44\",\"capbrcup\":\"\\u2A49\",\"capcap\":\"\\u2A4B\",\"cap\":\"\\u2229\",\"Cap\":\"\\u22D2\",\"capcup\":\"\\u2A47\",\"capdot\":\"\\u2A40\",\"CapitalDifferentialD\":\"\\u2145\",\"caps\":\"\\u2229\\uFE00\",\"caret\":\"\\u2041\",\"caron\":\"\\u02C7\",\"Cayleys\":\"\\u212D\",\"ccaps\":\"\\u2A4D\",\"Ccaron\":\"\\u010C\",\"ccaron\":\"\\u010D\",\"Ccedil\":\"\\xC7\",\"ccedil\":\"\\xE7\",\"Ccirc\":\"\\u0108\",\"ccirc\":\"\\u0109\",\"Cconint\":\"\\u2230\",\"ccups\":\"\\u2A4C\",\"ccupssm\":\"\\u2A50\",\"Cdot\":\"\\u010A\",\"cdot\":\"\\u010B\",\"cedil\":\"\\xB8\",\"Cedilla\":\"\\xB8\",\"cemptyv\":\"\\u29B2\",\"cent\":\"\\xA2\",\"centerdot\":\"\\xB7\",\"CenterDot\":\"\\xB7\",\"cfr\":\"\\uD835\\uDD20\",\"Cfr\":\"\\u212D\",\"CHcy\":\"\\u0427\",\"chcy\":\"\\u0447\",\"check\":\"\\u2713\",\"checkmark\":\"\\u2713\",\"Chi\":\"\\u03A7\",\"chi\":\"\\u03C7\",\"circ\":\"\\u02C6\",\"circeq\":\"\\u2257\",\"circlearrowleft\":\"\\u21BA\",\"circlearrowright\":\"\\u21BB\",\"circledast\":\"\\u229B\",\"circledcirc\":\"\\u229A\",\"circleddash\":\"\\u229D\",\"CircleDot\":\"\\u2299\",\"circledR\":\"\\xAE\",\"circledS\":\"\\u24C8\",\"CircleMinus\":\"\\u2296\",\"CirclePlus\":\"\\u2295\",\"CircleTimes\":\"\\u2297\",\"cir\":\"\\u25CB\",\"cirE\":\"\\u29C3\",\"cire\":\"\\u2257\",\"cirfnint\":\"\\u2A10\",\"cirmid\":\"\\u2AEF\",\"cirscir\":\"\\u29C2\",\"ClockwiseContourIntegral\":\"\\u2232\",\"CloseCurlyDoubleQuote\":\"\\u201D\",\"CloseCurlyQuote\":\"\\u2019\",\"clubs\":\"\\u2663\",\"clubsuit\":\"\\u2663\",\"colon\":\":\",\"Colon\":\"\\u2237\",\"Colone\":\"\\u2A74\",\"colone\":\"\\u2254\",\"coloneq\":\"\\u2254\",\"comma\":\",\",\"commat\":\"@\",\"comp\":\"\\u2201\",\"compfn\":\"\\u2218\",\"complement\":\"\\u2201\",\"complexes\":\"\\u2102\",\"cong\":\"\\u2245\",\"congdot\":\"\\u2A6D\",\"Congruent\":\"\\u2261\",\"conint\":\"\\u222E\",\"Conint\":\"\\u222F\",\"ContourIntegral\":\"\\u222E\",\"copf\":\"\\uD835\\uDD54\",\"Copf\":\"\\u2102\",\"coprod\":\"\\u2210\",\"Coproduct\":\"\\u2210\",\"copy\":\"\\xA9\",\"COPY\":\"\\xA9\",\"copysr\":\"\\u2117\",\"CounterClockwiseContourIntegral\":\"\\u2233\",\"crarr\":\"\\u21B5\",\"cross\":\"\\u2717\",\"Cross\":\"\\u2A2F\",\"Cscr\":\"\\uD835\\uDC9E\",\"cscr\":\"\\uD835\\uDCB8\",\"csub\":\"\\u2ACF\",\"csube\":\"\\u2AD1\",\"csup\":\"\\u2AD0\",\"csupe\":\"\\u2AD2\",\"ctdot\":\"\\u22EF\",\"cudarrl\":\"\\u2938\",\"cudarrr\":\"\\u2935\",\"cuepr\":\"\\u22DE\",\"cuesc\":\"\\u22DF\",\"cularr\":\"\\u21B6\",\"cularrp\":\"\\u293D\",\"cupbrcap\":\"\\u2A48\",\"cupcap\":\"\\u2A46\",\"CupCap\":\"\\u224D\",\"cup\":\"\\u222A\",\"Cup\":\"\\u22D3\",\"cupcup\":\"\\u2A4A\",\"cupdot\":\"\\u228D\",\"cupor\":\"\\u2A45\",\"cups\":\"\\u222A\\uFE00\",\"curarr\":\"\\u21B7\",\"curarrm\":\"\\u293C\",\"curlyeqprec\":\"\\u22DE\",\"curlyeqsucc\":\"\\u22DF\",\"curlyvee\":\"\\u22CE\",\"curlywedge\":\"\\u22CF\",\"curren\":\"\\xA4\",\"curvearrowleft\":\"\\u21B6\",\"curvearrowright\":\"\\u21B7\",\"cuvee\":\"\\u22CE\",\"cuwed\":\"\\u22CF\",\"cwconint\":\"\\u2232\",\"cwint\":\"\\u2231\",\"cylcty\":\"\\u232D\",\"dagger\":\"\\u2020\",\"Dagger\":\"\\u2021\",\"daleth\":\"\\u2138\",\"darr\":\"\\u2193\",\"Darr\":\"\\u21A1\",\"dArr\":\"\\u21D3\",\"dash\":\"\\u2010\",\"Dashv\":\"\\u2AE4\",\"dashv\":\"\\u22A3\",\"dbkarow\":\"\\u290F\",\"dblac\":\"\\u02DD\",\"Dcaron\":\"\\u010E\",\"dcaron\":\"\\u010F\",\"Dcy\":\"\\u0414\",\"dcy\":\"\\u0434\",\"ddagger\":\"\\u2021\",\"ddarr\":\"\\u21CA\",\"DD\":\"\\u2145\",\"dd\":\"\\u2146\",\"DDotrahd\":\"\\u2911\",\"ddotseq\":\"\\u2A77\",\"deg\":\"\\xB0\",\"Del\":\"\\u2207\",\"Delta\":\"\\u0394\",\"delta\":\"\\u03B4\",\"demptyv\":\"\\u29B1\",\"dfisht\":\"\\u297F\",\"Dfr\":\"\\uD835\\uDD07\",\"dfr\":\"\\uD835\\uDD21\",\"dHar\":\"\\u2965\",\"dharl\":\"\\u21C3\",\"dharr\":\"\\u21C2\",\"DiacriticalAcute\":\"\\xB4\",\"DiacriticalDot\":\"\\u02D9\",\"DiacriticalDoubleAcute\":\"\\u02DD\",\"DiacriticalGrave\":\"`\",\"DiacriticalTilde\":\"\\u02DC\",\"diam\":\"\\u22C4\",\"diamond\":\"\\u22C4\",\"Diamond\":\"\\u22C4\",\"diamondsuit\":\"\\u2666\",\"diams\":\"\\u2666\",\"die\":\"\\xA8\",\"DifferentialD\":\"\\u2146\",\"digamma\":\"\\u03DD\",\"disin\":\"\\u22F2\",\"div\":\"\\xF7\",\"divide\":\"\\xF7\",\"divideontimes\":\"\\u22C7\",\"divonx\":\"\\u22C7\",\"DJcy\":\"\\u0402\",\"djcy\":\"\\u0452\",\"dlcorn\":\"\\u231E\",\"dlcrop\":\"\\u230D\",\"dollar\":\"$\",\"Dopf\":\"\\uD835\\uDD3B\",\"dopf\":\"\\uD835\\uDD55\",\"Dot\":\"\\xA8\",\"dot\":\"\\u02D9\",\"DotDot\":\"\\u20DC\",\"doteq\":\"\\u2250\",\"doteqdot\":\"\\u2251\",\"DotEqual\":\"\\u2250\",\"dotminus\":\"\\u2238\",\"dotplus\":\"\\u2214\",\"dotsquare\":\"\\u22A1\",\"doublebarwedge\":\"\\u2306\",\"DoubleContourIntegral\":\"\\u222F\",\"DoubleDot\":\"\\xA8\",\"DoubleDownArrow\":\"\\u21D3\",\"DoubleLeftArrow\":\"\\u21D0\",\"DoubleLeftRightArrow\":\"\\u21D4\",\"DoubleLeftTee\":\"\\u2AE4\",\"DoubleLongLeftArrow\":\"\\u27F8\",\"DoubleLongLeftRightArrow\":\"\\u27FA\",\"DoubleLongRightArrow\":\"\\u27F9\",\"DoubleRightArrow\":\"\\u21D2\",\"DoubleRightTee\":\"\\u22A8\",\"DoubleUpArrow\":\"\\u21D1\",\"DoubleUpDownArrow\":\"\\u21D5\",\"DoubleVerticalBar\":\"\\u2225\",\"DownArrowBar\":\"\\u2913\",\"downarrow\":\"\\u2193\",\"DownArrow\":\"\\u2193\",\"Downarrow\":\"\\u21D3\",\"DownArrowUpArrow\":\"\\u21F5\",\"DownBreve\":\"\\u0311\",\"downdownarrows\":\"\\u21CA\",\"downharpoonleft\":\"\\u21C3\",\"downharpoonright\":\"\\u21C2\",\"DownLeftRightVector\":\"\\u2950\",\"DownLeftTeeVector\":\"\\u295E\",\"DownLeftVectorBar\":\"\\u2956\",\"DownLeftVector\":\"\\u21BD\",\"DownRightTeeVector\":\"\\u295F\",\"DownRightVectorBar\":\"\\u2957\",\"DownRightVector\":\"\\u21C1\",\"DownTeeArrow\":\"\\u21A7\",\"DownTee\":\"\\u22A4\",\"drbkarow\":\"\\u2910\",\"drcorn\":\"\\u231F\",\"drcrop\":\"\\u230C\",\"Dscr\":\"\\uD835\\uDC9F\",\"dscr\":\"\\uD835\\uDCB9\",\"DScy\":\"\\u0405\",\"dscy\":\"\\u0455\",\"dsol\":\"\\u29F6\",\"Dstrok\":\"\\u0110\",\"dstrok\":\"\\u0111\",\"dtdot\":\"\\u22F1\",\"dtri\":\"\\u25BF\",\"dtrif\":\"\\u25BE\",\"duarr\":\"\\u21F5\",\"duhar\":\"\\u296F\",\"dwangle\":\"\\u29A6\",\"DZcy\":\"\\u040F\",\"dzcy\":\"\\u045F\",\"dzigrarr\":\"\\u27FF\",\"Eacute\":\"\\xC9\",\"eacute\":\"\\xE9\",\"easter\":\"\\u2A6E\",\"Ecaron\":\"\\u011A\",\"ecaron\":\"\\u011B\",\"Ecirc\":\"\\xCA\",\"ecirc\":\"\\xEA\",\"ecir\":\"\\u2256\",\"ecolon\":\"\\u2255\",\"Ecy\":\"\\u042D\",\"ecy\":\"\\u044D\",\"eDDot\":\"\\u2A77\",\"Edot\":\"\\u0116\",\"edot\":\"\\u0117\",\"eDot\":\"\\u2251\",\"ee\":\"\\u2147\",\"efDot\":\"\\u2252\",\"Efr\":\"\\uD835\\uDD08\",\"efr\":\"\\uD835\\uDD22\",\"eg\":\"\\u2A9A\",\"Egrave\":\"\\xC8\",\"egrave\":\"\\xE8\",\"egs\":\"\\u2A96\",\"egsdot\":\"\\u2A98\",\"el\":\"\\u2A99\",\"Element\":\"\\u2208\",\"elinters\":\"\\u23E7\",\"ell\":\"\\u2113\",\"els\":\"\\u2A95\",\"elsdot\":\"\\u2A97\",\"Emacr\":\"\\u0112\",\"emacr\":\"\\u0113\",\"empty\":\"\\u2205\",\"emptyset\":\"\\u2205\",\"EmptySmallSquare\":\"\\u25FB\",\"emptyv\":\"\\u2205\",\"EmptyVerySmallSquare\":\"\\u25AB\",\"emsp13\":\"\\u2004\",\"emsp14\":\"\\u2005\",\"emsp\":\"\\u2003\",\"ENG\":\"\\u014A\",\"eng\":\"\\u014B\",\"ensp\":\"\\u2002\",\"Eogon\":\"\\u0118\",\"eogon\":\"\\u0119\",\"Eopf\":\"\\uD835\\uDD3C\",\"eopf\":\"\\uD835\\uDD56\",\"epar\":\"\\u22D5\",\"eparsl\":\"\\u29E3\",\"eplus\":\"\\u2A71\",\"epsi\":\"\\u03B5\",\"Epsilon\":\"\\u0395\",\"epsilon\":\"\\u03B5\",\"epsiv\":\"\\u03F5\",\"eqcirc\":\"\\u2256\",\"eqcolon\":\"\\u2255\",\"eqsim\":\"\\u2242\",\"eqslantgtr\":\"\\u2A96\",\"eqslantless\":\"\\u2A95\",\"Equal\":\"\\u2A75\",\"equals\":\"=\",\"EqualTilde\":\"\\u2242\",\"equest\":\"\\u225F\",\"Equilibrium\":\"\\u21CC\",\"equiv\":\"\\u2261\",\"equivDD\":\"\\u2A78\",\"eqvparsl\":\"\\u29E5\",\"erarr\":\"\\u2971\",\"erDot\":\"\\u2253\",\"escr\":\"\\u212F\",\"Escr\":\"\\u2130\",\"esdot\":\"\\u2250\",\"Esim\":\"\\u2A73\",\"esim\":\"\\u2242\",\"Eta\":\"\\u0397\",\"eta\":\"\\u03B7\",\"ETH\":\"\\xD0\",\"eth\":\"\\xF0\",\"Euml\":\"\\xCB\",\"euml\":\"\\xEB\",\"euro\":\"\\u20AC\",\"excl\":\"!\",\"exist\":\"\\u2203\",\"Exists\":\"\\u2203\",\"expectation\":\"\\u2130\",\"exponentiale\":\"\\u2147\",\"ExponentialE\":\"\\u2147\",\"fallingdotseq\":\"\\u2252\",\"Fcy\":\"\\u0424\",\"fcy\":\"\\u0444\",\"female\":\"\\u2640\",\"ffilig\":\"\\uFB03\",\"fflig\":\"\\uFB00\",\"ffllig\":\"\\uFB04\",\"Ffr\":\"\\uD835\\uDD09\",\"ffr\":\"\\uD835\\uDD23\",\"filig\":\"\\uFB01\",\"FilledSmallSquare\":\"\\u25FC\",\"FilledVerySmallSquare\":\"\\u25AA\",\"fjlig\":\"fj\",\"flat\":\"\\u266D\",\"fllig\":\"\\uFB02\",\"fltns\":\"\\u25B1\",\"fnof\":\"\\u0192\",\"Fopf\":\"\\uD835\\uDD3D\",\"fopf\":\"\\uD835\\uDD57\",\"forall\":\"\\u2200\",\"ForAll\":\"\\u2200\",\"fork\":\"\\u22D4\",\"forkv\":\"\\u2AD9\",\"Fouriertrf\":\"\\u2131\",\"fpartint\":\"\\u2A0D\",\"frac12\":\"\\xBD\",\"frac13\":\"\\u2153\",\"frac14\":\"\\xBC\",\"frac15\":\"\\u2155\",\"frac16\":\"\\u2159\",\"frac18\":\"\\u215B\",\"frac23\":\"\\u2154\",\"frac25\":\"\\u2156\",\"frac34\":\"\\xBE\",\"frac35\":\"\\u2157\",\"frac38\":\"\\u215C\",\"frac45\":\"\\u2158\",\"frac56\":\"\\u215A\",\"frac58\":\"\\u215D\",\"frac78\":\"\\u215E\",\"frasl\":\"\\u2044\",\"frown\":\"\\u2322\",\"fscr\":\"\\uD835\\uDCBB\",\"Fscr\":\"\\u2131\",\"gacute\":\"\\u01F5\",\"Gamma\":\"\\u0393\",\"gamma\":\"\\u03B3\",\"Gammad\":\"\\u03DC\",\"gammad\":\"\\u03DD\",\"gap\":\"\\u2A86\",\"Gbreve\":\"\\u011E\",\"gbreve\":\"\\u011F\",\"Gcedil\":\"\\u0122\",\"Gcirc\":\"\\u011C\",\"gcirc\":\"\\u011D\",\"Gcy\":\"\\u0413\",\"gcy\":\"\\u0433\",\"Gdot\":\"\\u0120\",\"gdot\":\"\\u0121\",\"ge\":\"\\u2265\",\"gE\":\"\\u2267\",\"gEl\":\"\\u2A8C\",\"gel\":\"\\u22DB\",\"geq\":\"\\u2265\",\"geqq\":\"\\u2267\",\"geqslant\":\"\\u2A7E\",\"gescc\":\"\\u2AA9\",\"ges\":\"\\u2A7E\",\"gesdot\":\"\\u2A80\",\"gesdoto\":\"\\u2A82\",\"gesdotol\":\"\\u2A84\",\"gesl\":\"\\u22DB\\uFE00\",\"gesles\":\"\\u2A94\",\"Gfr\":\"\\uD835\\uDD0A\",\"gfr\":\"\\uD835\\uDD24\",\"gg\":\"\\u226B\",\"Gg\":\"\\u22D9\",\"ggg\":\"\\u22D9\",\"gimel\":\"\\u2137\",\"GJcy\":\"\\u0403\",\"gjcy\":\"\\u0453\",\"gla\":\"\\u2AA5\",\"gl\":\"\\u2277\",\"glE\":\"\\u2A92\",\"glj\":\"\\u2AA4\",\"gnap\":\"\\u2A8A\",\"gnapprox\":\"\\u2A8A\",\"gne\":\"\\u2A88\",\"gnE\":\"\\u2269\",\"gneq\":\"\\u2A88\",\"gneqq\":\"\\u2269\",\"gnsim\":\"\\u22E7\",\"Gopf\":\"\\uD835\\uDD3E\",\"gopf\":\"\\uD835\\uDD58\",\"grave\":\"`\",\"GreaterEqual\":\"\\u2265\",\"GreaterEqualLess\":\"\\u22DB\",\"GreaterFullEqual\":\"\\u2267\",\"GreaterGreater\":\"\\u2AA2\",\"GreaterLess\":\"\\u2277\",\"GreaterSlantEqual\":\"\\u2A7E\",\"GreaterTilde\":\"\\u2273\",\"Gscr\":\"\\uD835\\uDCA2\",\"gscr\":\"\\u210A\",\"gsim\":\"\\u2273\",\"gsime\":\"\\u2A8E\",\"gsiml\":\"\\u2A90\",\"gtcc\":\"\\u2AA7\",\"gtcir\":\"\\u2A7A\",\"gt\":\">\",\"GT\":\">\",\"Gt\":\"\\u226B\",\"gtdot\":\"\\u22D7\",\"gtlPar\":\"\\u2995\",\"gtquest\":\"\\u2A7C\",\"gtrapprox\":\"\\u2A86\",\"gtrarr\":\"\\u2978\",\"gtrdot\":\"\\u22D7\",\"gtreqless\":\"\\u22DB\",\"gtreqqless\":\"\\u2A8C\",\"gtrless\":\"\\u2277\",\"gtrsim\":\"\\u2273\",\"gvertneqq\":\"\\u2269\\uFE00\",\"gvnE\":\"\\u2269\\uFE00\",\"Hacek\":\"\\u02C7\",\"hairsp\":\"\\u200A\",\"half\":\"\\xBD\",\"hamilt\":\"\\u210B\",\"HARDcy\":\"\\u042A\",\"hardcy\":\"\\u044A\",\"harrcir\":\"\\u2948\",\"harr\":\"\\u2194\",\"hArr\":\"\\u21D4\",\"harrw\":\"\\u21AD\",\"Hat\":\"^\",\"hbar\":\"\\u210F\",\"Hcirc\":\"\\u0124\",\"hcirc\":\"\\u0125\",\"hearts\":\"\\u2665\",\"heartsuit\":\"\\u2665\",\"hellip\":\"\\u2026\",\"hercon\":\"\\u22B9\",\"hfr\":\"\\uD835\\uDD25\",\"Hfr\":\"\\u210C\",\"HilbertSpace\":\"\\u210B\",\"hksearow\":\"\\u2925\",\"hkswarow\":\"\\u2926\",\"hoarr\":\"\\u21FF\",\"homtht\":\"\\u223B\",\"hookleftarrow\":\"\\u21A9\",\"hookrightarrow\":\"\\u21AA\",\"hopf\":\"\\uD835\\uDD59\",\"Hopf\":\"\\u210D\",\"horbar\":\"\\u2015\",\"HorizontalLine\":\"\\u2500\",\"hscr\":\"\\uD835\\uDCBD\",\"Hscr\":\"\\u210B\",\"hslash\":\"\\u210F\",\"Hstrok\":\"\\u0126\",\"hstrok\":\"\\u0127\",\"HumpDownHump\":\"\\u224E\",\"HumpEqual\":\"\\u224F\",\"hybull\":\"\\u2043\",\"hyphen\":\"\\u2010\",\"Iacute\":\"\\xCD\",\"iacute\":\"\\xED\",\"ic\":\"\\u2063\",\"Icirc\":\"\\xCE\",\"icirc\":\"\\xEE\",\"Icy\":\"\\u0418\",\"icy\":\"\\u0438\",\"Idot\":\"\\u0130\",\"IEcy\":\"\\u0415\",\"iecy\":\"\\u0435\",\"iexcl\":\"\\xA1\",\"iff\":\"\\u21D4\",\"ifr\":\"\\uD835\\uDD26\",\"Ifr\":\"\\u2111\",\"Igrave\":\"\\xCC\",\"igrave\":\"\\xEC\",\"ii\":\"\\u2148\",\"iiiint\":\"\\u2A0C\",\"iiint\":\"\\u222D\",\"iinfin\":\"\\u29DC\",\"iiota\":\"\\u2129\",\"IJlig\":\"\\u0132\",\"ijlig\":\"\\u0133\",\"Imacr\":\"\\u012A\",\"imacr\":\"\\u012B\",\"image\":\"\\u2111\",\"ImaginaryI\":\"\\u2148\",\"imagline\":\"\\u2110\",\"imagpart\":\"\\u2111\",\"imath\":\"\\u0131\",\"Im\":\"\\u2111\",\"imof\":\"\\u22B7\",\"imped\":\"\\u01B5\",\"Implies\":\"\\u21D2\",\"incare\":\"\\u2105\",\"in\":\"\\u2208\",\"infin\":\"\\u221E\",\"infintie\":\"\\u29DD\",\"inodot\":\"\\u0131\",\"intcal\":\"\\u22BA\",\"int\":\"\\u222B\",\"Int\":\"\\u222C\",\"integers\":\"\\u2124\",\"Integral\":\"\\u222B\",\"intercal\":\"\\u22BA\",\"Intersection\":\"\\u22C2\",\"intlarhk\":\"\\u2A17\",\"intprod\":\"\\u2A3C\",\"InvisibleComma\":\"\\u2063\",\"InvisibleTimes\":\"\\u2062\",\"IOcy\":\"\\u0401\",\"iocy\":\"\\u0451\",\"Iogon\":\"\\u012E\",\"iogon\":\"\\u012F\",\"Iopf\":\"\\uD835\\uDD40\",\"iopf\":\"\\uD835\\uDD5A\",\"Iota\":\"\\u0399\",\"iota\":\"\\u03B9\",\"iprod\":\"\\u2A3C\",\"iquest\":\"\\xBF\",\"iscr\":\"\\uD835\\uDCBE\",\"Iscr\":\"\\u2110\",\"isin\":\"\\u2208\",\"isindot\":\"\\u22F5\",\"isinE\":\"\\u22F9\",\"isins\":\"\\u22F4\",\"isinsv\":\"\\u22F3\",\"isinv\":\"\\u2208\",\"it\":\"\\u2062\",\"Itilde\":\"\\u0128\",\"itilde\":\"\\u0129\",\"Iukcy\":\"\\u0406\",\"iukcy\":\"\\u0456\",\"Iuml\":\"\\xCF\",\"iuml\":\"\\xEF\",\"Jcirc\":\"\\u0134\",\"jcirc\":\"\\u0135\",\"Jcy\":\"\\u0419\",\"jcy\":\"\\u0439\",\"Jfr\":\"\\uD835\\uDD0D\",\"jfr\":\"\\uD835\\uDD27\",\"jmath\":\"\\u0237\",\"Jopf\":\"\\uD835\\uDD41\",\"jopf\":\"\\uD835\\uDD5B\",\"Jscr\":\"\\uD835\\uDCA5\",\"jscr\":\"\\uD835\\uDCBF\",\"Jsercy\":\"\\u0408\",\"jsercy\":\"\\u0458\",\"Jukcy\":\"\\u0404\",\"jukcy\":\"\\u0454\",\"Kappa\":\"\\u039A\",\"kappa\":\"\\u03BA\",\"kappav\":\"\\u03F0\",\"Kcedil\":\"\\u0136\",\"kcedil\":\"\\u0137\",\"Kcy\":\"\\u041A\",\"kcy\":\"\\u043A\",\"Kfr\":\"\\uD835\\uDD0E\",\"kfr\":\"\\uD835\\uDD28\",\"kgreen\":\"\\u0138\",\"KHcy\":\"\\u0425\",\"khcy\":\"\\u0445\",\"KJcy\":\"\\u040C\",\"kjcy\":\"\\u045C\",\"Kopf\":\"\\uD835\\uDD42\",\"kopf\":\"\\uD835\\uDD5C\",\"Kscr\":\"\\uD835\\uDCA6\",\"kscr\":\"\\uD835\\uDCC0\",\"lAarr\":\"\\u21DA\",\"Lacute\":\"\\u0139\",\"lacute\":\"\\u013A\",\"laemptyv\":\"\\u29B4\",\"lagran\":\"\\u2112\",\"Lambda\":\"\\u039B\",\"lambda\":\"\\u03BB\",\"lang\":\"\\u27E8\",\"Lang\":\"\\u27EA\",\"langd\":\"\\u2991\",\"langle\":\"\\u27E8\",\"lap\":\"\\u2A85\",\"Laplacetrf\":\"\\u2112\",\"laquo\":\"\\xAB\",\"larrb\":\"\\u21E4\",\"larrbfs\":\"\\u291F\",\"larr\":\"\\u2190\",\"Larr\":\"\\u219E\",\"lArr\":\"\\u21D0\",\"larrfs\":\"\\u291D\",\"larrhk\":\"\\u21A9\",\"larrlp\":\"\\u21AB\",\"larrpl\":\"\\u2939\",\"larrsim\":\"\\u2973\",\"larrtl\":\"\\u21A2\",\"latail\":\"\\u2919\",\"lAtail\":\"\\u291B\",\"lat\":\"\\u2AAB\",\"late\":\"\\u2AAD\",\"lates\":\"\\u2AAD\\uFE00\",\"lbarr\":\"\\u290C\",\"lBarr\":\"\\u290E\",\"lbbrk\":\"\\u2772\",\"lbrace\":\"{\",\"lbrack\":\"[\",\"lbrke\":\"\\u298B\",\"lbrksld\":\"\\u298F\",\"lbrkslu\":\"\\u298D\",\"Lcaron\":\"\\u013D\",\"lcaron\":\"\\u013E\",\"Lcedil\":\"\\u013B\",\"lcedil\":\"\\u013C\",\"lceil\":\"\\u2308\",\"lcub\":\"{\",\"Lcy\":\"\\u041B\",\"lcy\":\"\\u043B\",\"ldca\":\"\\u2936\",\"ldquo\":\"\\u201C\",\"ldquor\":\"\\u201E\",\"ldrdhar\":\"\\u2967\",\"ldrushar\":\"\\u294B\",\"ldsh\":\"\\u21B2\",\"le\":\"\\u2264\",\"lE\":\"\\u2266\",\"LeftAngleBracket\":\"\\u27E8\",\"LeftArrowBar\":\"\\u21E4\",\"leftarrow\":\"\\u2190\",\"LeftArrow\":\"\\u2190\",\"Leftarrow\":\"\\u21D0\",\"LeftArrowRightArrow\":\"\\u21C6\",\"leftarrowtail\":\"\\u21A2\",\"LeftCeiling\":\"\\u2308\",\"LeftDoubleBracket\":\"\\u27E6\",\"LeftDownTeeVector\":\"\\u2961\",\"LeftDownVectorBar\":\"\\u2959\",\"LeftDownVector\":\"\\u21C3\",\"LeftFloor\":\"\\u230A\",\"leftharpoondown\":\"\\u21BD\",\"leftharpoonup\":\"\\u21BC\",\"leftleftarrows\":\"\\u21C7\",\"leftrightarrow\":\"\\u2194\",\"LeftRightArrow\":\"\\u2194\",\"Leftrightarrow\":\"\\u21D4\",\"leftrightarrows\":\"\\u21C6\",\"leftrightharpoons\":\"\\u21CB\",\"leftrightsquigarrow\":\"\\u21AD\",\"LeftRightVector\":\"\\u294E\",\"LeftTeeArrow\":\"\\u21A4\",\"LeftTee\":\"\\u22A3\",\"LeftTeeVector\":\"\\u295A\",\"leftthreetimes\":\"\\u22CB\",\"LeftTriangleBar\":\"\\u29CF\",\"LeftTriangle\":\"\\u22B2\",\"LeftTriangleEqual\":\"\\u22B4\",\"LeftUpDownVector\":\"\\u2951\",\"LeftUpTeeVector\":\"\\u2960\",\"LeftUpVectorBar\":\"\\u2958\",\"LeftUpVector\":\"\\u21BF\",\"LeftVectorBar\":\"\\u2952\",\"LeftVector\":\"\\u21BC\",\"lEg\":\"\\u2A8B\",\"leg\":\"\\u22DA\",\"leq\":\"\\u2264\",\"leqq\":\"\\u2266\",\"leqslant\":\"\\u2A7D\",\"lescc\":\"\\u2AA8\",\"les\":\"\\u2A7D\",\"lesdot\":\"\\u2A7F\",\"lesdoto\":\"\\u2A81\",\"lesdotor\":\"\\u2A83\",\"lesg\":\"\\u22DA\\uFE00\",\"lesges\":\"\\u2A93\",\"lessapprox\":\"\\u2A85\",\"lessdot\":\"\\u22D6\",\"lesseqgtr\":\"\\u22DA\",\"lesseqqgtr\":\"\\u2A8B\",\"LessEqualGreater\":\"\\u22DA\",\"LessFullEqual\":\"\\u2266\",\"LessGreater\":\"\\u2276\",\"lessgtr\":\"\\u2276\",\"LessLess\":\"\\u2AA1\",\"lesssim\":\"\\u2272\",\"LessSlantEqual\":\"\\u2A7D\",\"LessTilde\":\"\\u2272\",\"lfisht\":\"\\u297C\",\"lfloor\":\"\\u230A\",\"Lfr\":\"\\uD835\\uDD0F\",\"lfr\":\"\\uD835\\uDD29\",\"lg\":\"\\u2276\",\"lgE\":\"\\u2A91\",\"lHar\":\"\\u2962\",\"lhard\":\"\\u21BD\",\"lharu\":\"\\u21BC\",\"lharul\":\"\\u296A\",\"lhblk\":\"\\u2584\",\"LJcy\":\"\\u0409\",\"ljcy\":\"\\u0459\",\"llarr\":\"\\u21C7\",\"ll\":\"\\u226A\",\"Ll\":\"\\u22D8\",\"llcorner\":\"\\u231E\",\"Lleftarrow\":\"\\u21DA\",\"llhard\":\"\\u296B\",\"lltri\":\"\\u25FA\",\"Lmidot\":\"\\u013F\",\"lmidot\":\"\\u0140\",\"lmoustache\":\"\\u23B0\",\"lmoust\":\"\\u23B0\",\"lnap\":\"\\u2A89\",\"lnapprox\":\"\\u2A89\",\"lne\":\"\\u2A87\",\"lnE\":\"\\u2268\",\"lneq\":\"\\u2A87\",\"lneqq\":\"\\u2268\",\"lnsim\":\"\\u22E6\",\"loang\":\"\\u27EC\",\"loarr\":\"\\u21FD\",\"lobrk\":\"\\u27E6\",\"longleftarrow\":\"\\u27F5\",\"LongLeftArrow\":\"\\u27F5\",\"Longleftarrow\":\"\\u27F8\",\"longleftrightarrow\":\"\\u27F7\",\"LongLeftRightArrow\":\"\\u27F7\",\"Longleftrightarrow\":\"\\u27FA\",\"longmapsto\":\"\\u27FC\",\"longrightarrow\":\"\\u27F6\",\"LongRightArrow\":\"\\u27F6\",\"Longrightarrow\":\"\\u27F9\",\"looparrowleft\":\"\\u21AB\",\"looparrowright\":\"\\u21AC\",\"lopar\":\"\\u2985\",\"Lopf\":\"\\uD835\\uDD43\",\"lopf\":\"\\uD835\\uDD5D\",\"loplus\":\"\\u2A2D\",\"lotimes\":\"\\u2A34\",\"lowast\":\"\\u2217\",\"lowbar\":\"_\",\"LowerLeftArrow\":\"\\u2199\",\"LowerRightArrow\":\"\\u2198\",\"loz\":\"\\u25CA\",\"lozenge\":\"\\u25CA\",\"lozf\":\"\\u29EB\",\"lpar\":\"(\",\"lparlt\":\"\\u2993\",\"lrarr\":\"\\u21C6\",\"lrcorner\":\"\\u231F\",\"lrhar\":\"\\u21CB\",\"lrhard\":\"\\u296D\",\"lrm\":\"\\u200E\",\"lrtri\":\"\\u22BF\",\"lsaquo\":\"\\u2039\",\"lscr\":\"\\uD835\\uDCC1\",\"Lscr\":\"\\u2112\",\"lsh\":\"\\u21B0\",\"Lsh\":\"\\u21B0\",\"lsim\":\"\\u2272\",\"lsime\":\"\\u2A8D\",\"lsimg\":\"\\u2A8F\",\"lsqb\":\"[\",\"lsquo\":\"\\u2018\",\"lsquor\":\"\\u201A\",\"Lstrok\":\"\\u0141\",\"lstrok\":\"\\u0142\",\"ltcc\":\"\\u2AA6\",\"ltcir\":\"\\u2A79\",\"lt\":\"<\",\"LT\":\"<\",\"Lt\":\"\\u226A\",\"ltdot\":\"\\u22D6\",\"lthree\":\"\\u22CB\",\"ltimes\":\"\\u22C9\",\"ltlarr\":\"\\u2976\",\"ltquest\":\"\\u2A7B\",\"ltri\":\"\\u25C3\",\"ltrie\":\"\\u22B4\",\"ltrif\":\"\\u25C2\",\"ltrPar\":\"\\u2996\",\"lurdshar\":\"\\u294A\",\"luruhar\":\"\\u2966\",\"lvertneqq\":\"\\u2268\\uFE00\",\"lvnE\":\"\\u2268\\uFE00\",\"macr\":\"\\xAF\",\"male\":\"\\u2642\",\"malt\":\"\\u2720\",\"maltese\":\"\\u2720\",\"Map\":\"\\u2905\",\"map\":\"\\u21A6\",\"mapsto\":\"\\u21A6\",\"mapstodown\":\"\\u21A7\",\"mapstoleft\":\"\\u21A4\",\"mapstoup\":\"\\u21A5\",\"marker\":\"\\u25AE\",\"mcomma\":\"\\u2A29\",\"Mcy\":\"\\u041C\",\"mcy\":\"\\u043C\",\"mdash\":\"\\u2014\",\"mDDot\":\"\\u223A\",\"measuredangle\":\"\\u2221\",\"MediumSpace\":\"\\u205F\",\"Mellintrf\":\"\\u2133\",\"Mfr\":\"\\uD835\\uDD10\",\"mfr\":\"\\uD835\\uDD2A\",\"mho\":\"\\u2127\",\"micro\":\"\\xB5\",\"midast\":\"*\",\"midcir\":\"\\u2AF0\",\"mid\":\"\\u2223\",\"middot\":\"\\xB7\",\"minusb\":\"\\u229F\",\"minus\":\"\\u2212\",\"minusd\":\"\\u2238\",\"minusdu\":\"\\u2A2A\",\"MinusPlus\":\"\\u2213\",\"mlcp\":\"\\u2ADB\",\"mldr\":\"\\u2026\",\"mnplus\":\"\\u2213\",\"models\":\"\\u22A7\",\"Mopf\":\"\\uD835\\uDD44\",\"mopf\":\"\\uD835\\uDD5E\",\"mp\":\"\\u2213\",\"mscr\":\"\\uD835\\uDCC2\",\"Mscr\":\"\\u2133\",\"mstpos\":\"\\u223E\",\"Mu\":\"\\u039C\",\"mu\":\"\\u03BC\",\"multimap\":\"\\u22B8\",\"mumap\":\"\\u22B8\",\"nabla\":\"\\u2207\",\"Nacute\":\"\\u0143\",\"nacute\":\"\\u0144\",\"nang\":\"\\u2220\\u20D2\",\"nap\":\"\\u2249\",\"napE\":\"\\u2A70\\u0338\",\"napid\":\"\\u224B\\u0338\",\"napos\":\"\\u0149\",\"napprox\":\"\\u2249\",\"natural\":\"\\u266E\",\"naturals\":\"\\u2115\",\"natur\":\"\\u266E\",\"nbsp\":\"\\xA0\",\"nbump\":\"\\u224E\\u0338\",\"nbumpe\":\"\\u224F\\u0338\",\"ncap\":\"\\u2A43\",\"Ncaron\":\"\\u0147\",\"ncaron\":\"\\u0148\",\"Ncedil\":\"\\u0145\",\"ncedil\":\"\\u0146\",\"ncong\":\"\\u2247\",\"ncongdot\":\"\\u2A6D\\u0338\",\"ncup\":\"\\u2A42\",\"Ncy\":\"\\u041D\",\"ncy\":\"\\u043D\",\"ndash\":\"\\u2013\",\"nearhk\":\"\\u2924\",\"nearr\":\"\\u2197\",\"neArr\":\"\\u21D7\",\"nearrow\":\"\\u2197\",\"ne\":\"\\u2260\",\"nedot\":\"\\u2250\\u0338\",\"NegativeMediumSpace\":\"\\u200B\",\"NegativeThickSpace\":\"\\u200B\",\"NegativeThinSpace\":\"\\u200B\",\"NegativeVeryThinSpace\":\"\\u200B\",\"nequiv\":\"\\u2262\",\"nesear\":\"\\u2928\",\"nesim\":\"\\u2242\\u0338\",\"NestedGreaterGreater\":\"\\u226B\",\"NestedLessLess\":\"\\u226A\",\"NewLine\":\"\\n\",\"nexist\":\"\\u2204\",\"nexists\":\"\\u2204\",\"Nfr\":\"\\uD835\\uDD11\",\"nfr\":\"\\uD835\\uDD2B\",\"ngE\":\"\\u2267\\u0338\",\"nge\":\"\\u2271\",\"ngeq\":\"\\u2271\",\"ngeqq\":\"\\u2267\\u0338\",\"ngeqslant\":\"\\u2A7E\\u0338\",\"nges\":\"\\u2A7E\\u0338\",\"nGg\":\"\\u22D9\\u0338\",\"ngsim\":\"\\u2275\",\"nGt\":\"\\u226B\\u20D2\",\"ngt\":\"\\u226F\",\"ngtr\":\"\\u226F\",\"nGtv\":\"\\u226B\\u0338\",\"nharr\":\"\\u21AE\",\"nhArr\":\"\\u21CE\",\"nhpar\":\"\\u2AF2\",\"ni\":\"\\u220B\",\"nis\":\"\\u22FC\",\"nisd\":\"\\u22FA\",\"niv\":\"\\u220B\",\"NJcy\":\"\\u040A\",\"njcy\":\"\\u045A\",\"nlarr\":\"\\u219A\",\"nlArr\":\"\\u21CD\",\"nldr\":\"\\u2025\",\"nlE\":\"\\u2266\\u0338\",\"nle\":\"\\u2270\",\"nleftarrow\":\"\\u219A\",\"nLeftarrow\":\"\\u21CD\",\"nleftrightarrow\":\"\\u21AE\",\"nLeftrightarrow\":\"\\u21CE\",\"nleq\":\"\\u2270\",\"nleqq\":\"\\u2266\\u0338\",\"nleqslant\":\"\\u2A7D\\u0338\",\"nles\":\"\\u2A7D\\u0338\",\"nless\":\"\\u226E\",\"nLl\":\"\\u22D8\\u0338\",\"nlsim\":\"\\u2274\",\"nLt\":\"\\u226A\\u20D2\",\"nlt\":\"\\u226E\",\"nltri\":\"\\u22EA\",\"nltrie\":\"\\u22EC\",\"nLtv\":\"\\u226A\\u0338\",\"nmid\":\"\\u2224\",\"NoBreak\":\"\\u2060\",\"NonBreakingSpace\":\"\\xA0\",\"nopf\":\"\\uD835\\uDD5F\",\"Nopf\":\"\\u2115\",\"Not\":\"\\u2AEC\",\"not\":\"\\xAC\",\"NotCongruent\":\"\\u2262\",\"NotCupCap\":\"\\u226D\",\"NotDoubleVerticalBar\":\"\\u2226\",\"NotElement\":\"\\u2209\",\"NotEqual\":\"\\u2260\",\"NotEqualTilde\":\"\\u2242\\u0338\",\"NotExists\":\"\\u2204\",\"NotGreater\":\"\\u226F\",\"NotGreaterEqual\":\"\\u2271\",\"NotGreaterFullEqual\":\"\\u2267\\u0338\",\"NotGreaterGreater\":\"\\u226B\\u0338\",\"NotGreaterLess\":\"\\u2279\",\"NotGreaterSlantEqual\":\"\\u2A7E\\u0338\",\"NotGreaterTilde\":\"\\u2275\",\"NotHumpDownHump\":\"\\u224E\\u0338\",\"NotHumpEqual\":\"\\u224F\\u0338\",\"notin\":\"\\u2209\",\"notindot\":\"\\u22F5\\u0338\",\"notinE\":\"\\u22F9\\u0338\",\"notinva\":\"\\u2209\",\"notinvb\":\"\\u22F7\",\"notinvc\":\"\\u22F6\",\"NotLeftTriangleBar\":\"\\u29CF\\u0338\",\"NotLeftTriangle\":\"\\u22EA\",\"NotLeftTriangleEqual\":\"\\u22EC\",\"NotLess\":\"\\u226E\",\"NotLessEqual\":\"\\u2270\",\"NotLessGreater\":\"\\u2278\",\"NotLessLess\":\"\\u226A\\u0338\",\"NotLessSlantEqual\":\"\\u2A7D\\u0338\",\"NotLessTilde\":\"\\u2274\",\"NotNestedGreaterGreater\":\"\\u2AA2\\u0338\",\"NotNestedLessLess\":\"\\u2AA1\\u0338\",\"notni\":\"\\u220C\",\"notniva\":\"\\u220C\",\"notnivb\":\"\\u22FE\",\"notnivc\":\"\\u22FD\",\"NotPrecedes\":\"\\u2280\",\"NotPrecedesEqual\":\"\\u2AAF\\u0338\",\"NotPrecedesSlantEqual\":\"\\u22E0\",\"NotReverseElement\":\"\\u220C\",\"NotRightTriangleBar\":\"\\u29D0\\u0338\",\"NotRightTriangle\":\"\\u22EB\",\"NotRightTriangleEqual\":\"\\u22ED\",\"NotSquareSubset\":\"\\u228F\\u0338\",\"NotSquareSubsetEqual\":\"\\u22E2\",\"NotSquareSuperset\":\"\\u2290\\u0338\",\"NotSquareSupersetEqual\":\"\\u22E3\",\"NotSubset\":\"\\u2282\\u20D2\",\"NotSubsetEqual\":\"\\u2288\",\"NotSucceeds\":\"\\u2281\",\"NotSucceedsEqual\":\"\\u2AB0\\u0338\",\"NotSucceedsSlantEqual\":\"\\u22E1\",\"NotSucceedsTilde\":\"\\u227F\\u0338\",\"NotSuperset\":\"\\u2283\\u20D2\",\"NotSupersetEqual\":\"\\u2289\",\"NotTilde\":\"\\u2241\",\"NotTildeEqual\":\"\\u2244\",\"NotTildeFullEqual\":\"\\u2247\",\"NotTildeTilde\":\"\\u2249\",\"NotVerticalBar\":\"\\u2224\",\"nparallel\":\"\\u2226\",\"npar\":\"\\u2226\",\"nparsl\":\"\\u2AFD\\u20E5\",\"npart\":\"\\u2202\\u0338\",\"npolint\":\"\\u2A14\",\"npr\":\"\\u2280\",\"nprcue\":\"\\u22E0\",\"nprec\":\"\\u2280\",\"npreceq\":\"\\u2AAF\\u0338\",\"npre\":\"\\u2AAF\\u0338\",\"nrarrc\":\"\\u2933\\u0338\",\"nrarr\":\"\\u219B\",\"nrArr\":\"\\u21CF\",\"nrarrw\":\"\\u219D\\u0338\",\"nrightarrow\":\"\\u219B\",\"nRightarrow\":\"\\u21CF\",\"nrtri\":\"\\u22EB\",\"nrtrie\":\"\\u22ED\",\"nsc\":\"\\u2281\",\"nsccue\":\"\\u22E1\",\"nsce\":\"\\u2AB0\\u0338\",\"Nscr\":\"\\uD835\\uDCA9\",\"nscr\":\"\\uD835\\uDCC3\",\"nshortmid\":\"\\u2224\",\"nshortparallel\":\"\\u2226\",\"nsim\":\"\\u2241\",\"nsime\":\"\\u2244\",\"nsimeq\":\"\\u2244\",\"nsmid\":\"\\u2224\",\"nspar\":\"\\u2226\",\"nsqsube\":\"\\u22E2\",\"nsqsupe\":\"\\u22E3\",\"nsub\":\"\\u2284\",\"nsubE\":\"\\u2AC5\\u0338\",\"nsube\":\"\\u2288\",\"nsubset\":\"\\u2282\\u20D2\",\"nsubseteq\":\"\\u2288\",\"nsubseteqq\":\"\\u2AC5\\u0338\",\"nsucc\":\"\\u2281\",\"nsucceq\":\"\\u2AB0\\u0338\",\"nsup\":\"\\u2285\",\"nsupE\":\"\\u2AC6\\u0338\",\"nsupe\":\"\\u2289\",\"nsupset\":\"\\u2283\\u20D2\",\"nsupseteq\":\"\\u2289\",\"nsupseteqq\":\"\\u2AC6\\u0338\",\"ntgl\":\"\\u2279\",\"Ntilde\":\"\\xD1\",\"ntilde\":\"\\xF1\",\"ntlg\":\"\\u2278\",\"ntriangleleft\":\"\\u22EA\",\"ntrianglelefteq\":\"\\u22EC\",\"ntriangleright\":\"\\u22EB\",\"ntrianglerighteq\":\"\\u22ED\",\"Nu\":\"\\u039D\",\"nu\":\"\\u03BD\",\"num\":\"#\",\"numero\":\"\\u2116\",\"numsp\":\"\\u2007\",\"nvap\":\"\\u224D\\u20D2\",\"nvdash\":\"\\u22AC\",\"nvDash\":\"\\u22AD\",\"nVdash\":\"\\u22AE\",\"nVDash\":\"\\u22AF\",\"nvge\":\"\\u2265\\u20D2\",\"nvgt\":\">\\u20D2\",\"nvHarr\":\"\\u2904\",\"nvinfin\":\"\\u29DE\",\"nvlArr\":\"\\u2902\",\"nvle\":\"\\u2264\\u20D2\",\"nvlt\":\"<\\u20D2\",\"nvltrie\":\"\\u22B4\\u20D2\",\"nvrArr\":\"\\u2903\",\"nvrtrie\":\"\\u22B5\\u20D2\",\"nvsim\":\"\\u223C\\u20D2\",\"nwarhk\":\"\\u2923\",\"nwarr\":\"\\u2196\",\"nwArr\":\"\\u21D6\",\"nwarrow\":\"\\u2196\",\"nwnear\":\"\\u2927\",\"Oacute\":\"\\xD3\",\"oacute\":\"\\xF3\",\"oast\":\"\\u229B\",\"Ocirc\":\"\\xD4\",\"ocirc\":\"\\xF4\",\"ocir\":\"\\u229A\",\"Ocy\":\"\\u041E\",\"ocy\":\"\\u043E\",\"odash\":\"\\u229D\",\"Odblac\":\"\\u0150\",\"odblac\":\"\\u0151\",\"odiv\":\"\\u2A38\",\"odot\":\"\\u2299\",\"odsold\":\"\\u29BC\",\"OElig\":\"\\u0152\",\"oelig\":\"\\u0153\",\"ofcir\":\"\\u29BF\",\"Ofr\":\"\\uD835\\uDD12\",\"ofr\":\"\\uD835\\uDD2C\",\"ogon\":\"\\u02DB\",\"Ograve\":\"\\xD2\",\"ograve\":\"\\xF2\",\"ogt\":\"\\u29C1\",\"ohbar\":\"\\u29B5\",\"ohm\":\"\\u03A9\",\"oint\":\"\\u222E\",\"olarr\":\"\\u21BA\",\"olcir\":\"\\u29BE\",\"olcross\":\"\\u29BB\",\"oline\":\"\\u203E\",\"olt\":\"\\u29C0\",\"Omacr\":\"\\u014C\",\"omacr\":\"\\u014D\",\"Omega\":\"\\u03A9\",\"omega\":\"\\u03C9\",\"Omicron\":\"\\u039F\",\"omicron\":\"\\u03BF\",\"omid\":\"\\u29B6\",\"ominus\":\"\\u2296\",\"Oopf\":\"\\uD835\\uDD46\",\"oopf\":\"\\uD835\\uDD60\",\"opar\":\"\\u29B7\",\"OpenCurlyDoubleQuote\":\"\\u201C\",\"OpenCurlyQuote\":\"\\u2018\",\"operp\":\"\\u29B9\",\"oplus\":\"\\u2295\",\"orarr\":\"\\u21BB\",\"Or\":\"\\u2A54\",\"or\":\"\\u2228\",\"ord\":\"\\u2A5D\",\"order\":\"\\u2134\",\"orderof\":\"\\u2134\",\"ordf\":\"\\xAA\",\"ordm\":\"\\xBA\",\"origof\":\"\\u22B6\",\"oror\":\"\\u2A56\",\"orslope\":\"\\u2A57\",\"orv\":\"\\u2A5B\",\"oS\":\"\\u24C8\",\"Oscr\":\"\\uD835\\uDCAA\",\"oscr\":\"\\u2134\",\"Oslash\":\"\\xD8\",\"oslash\":\"\\xF8\",\"osol\":\"\\u2298\",\"Otilde\":\"\\xD5\",\"otilde\":\"\\xF5\",\"otimesas\":\"\\u2A36\",\"Otimes\":\"\\u2A37\",\"otimes\":\"\\u2297\",\"Ouml\":\"\\xD6\",\"ouml\":\"\\xF6\",\"ovbar\":\"\\u233D\",\"OverBar\":\"\\u203E\",\"OverBrace\":\"\\u23DE\",\"OverBracket\":\"\\u23B4\",\"OverParenthesis\":\"\\u23DC\",\"para\":\"\\xB6\",\"parallel\":\"\\u2225\",\"par\":\"\\u2225\",\"parsim\":\"\\u2AF3\",\"parsl\":\"\\u2AFD\",\"part\":\"\\u2202\",\"PartialD\":\"\\u2202\",\"Pcy\":\"\\u041F\",\"pcy\":\"\\u043F\",\"percnt\":\"%\",\"period\":\".\",\"permil\":\"\\u2030\",\"perp\":\"\\u22A5\",\"pertenk\":\"\\u2031\",\"Pfr\":\"\\uD835\\uDD13\",\"pfr\":\"\\uD835\\uDD2D\",\"Phi\":\"\\u03A6\",\"phi\":\"\\u03C6\",\"phiv\":\"\\u03D5\",\"phmmat\":\"\\u2133\",\"phone\":\"\\u260E\",\"Pi\":\"\\u03A0\",\"pi\":\"\\u03C0\",\"pitchfork\":\"\\u22D4\",\"piv\":\"\\u03D6\",\"planck\":\"\\u210F\",\"planckh\":\"\\u210E\",\"plankv\":\"\\u210F\",\"plusacir\":\"\\u2A23\",\"plusb\":\"\\u229E\",\"pluscir\":\"\\u2A22\",\"plus\":\"+\",\"plusdo\":\"\\u2214\",\"plusdu\":\"\\u2A25\",\"pluse\":\"\\u2A72\",\"PlusMinus\":\"\\xB1\",\"plusmn\":\"\\xB1\",\"plussim\":\"\\u2A26\",\"plustwo\":\"\\u2A27\",\"pm\":\"\\xB1\",\"Poincareplane\":\"\\u210C\",\"pointint\":\"\\u2A15\",\"popf\":\"\\uD835\\uDD61\",\"Popf\":\"\\u2119\",\"pound\":\"\\xA3\",\"prap\":\"\\u2AB7\",\"Pr\":\"\\u2ABB\",\"pr\":\"\\u227A\",\"prcue\":\"\\u227C\",\"precapprox\":\"\\u2AB7\",\"prec\":\"\\u227A\",\"preccurlyeq\":\"\\u227C\",\"Precedes\":\"\\u227A\",\"PrecedesEqual\":\"\\u2AAF\",\"PrecedesSlantEqual\":\"\\u227C\",\"PrecedesTilde\":\"\\u227E\",\"preceq\":\"\\u2AAF\",\"precnapprox\":\"\\u2AB9\",\"precneqq\":\"\\u2AB5\",\"precnsim\":\"\\u22E8\",\"pre\":\"\\u2AAF\",\"prE\":\"\\u2AB3\",\"precsim\":\"\\u227E\",\"prime\":\"\\u2032\",\"Prime\":\"\\u2033\",\"primes\":\"\\u2119\",\"prnap\":\"\\u2AB9\",\"prnE\":\"\\u2AB5\",\"prnsim\":\"\\u22E8\",\"prod\":\"\\u220F\",\"Product\":\"\\u220F\",\"profalar\":\"\\u232E\",\"profline\":\"\\u2312\",\"profsurf\":\"\\u2313\",\"prop\":\"\\u221D\",\"Proportional\":\"\\u221D\",\"Proportion\":\"\\u2237\",\"propto\":\"\\u221D\",\"prsim\":\"\\u227E\",\"prurel\":\"\\u22B0\",\"Pscr\":\"\\uD835\\uDCAB\",\"pscr\":\"\\uD835\\uDCC5\",\"Psi\":\"\\u03A8\",\"psi\":\"\\u03C8\",\"puncsp\":\"\\u2008\",\"Qfr\":\"\\uD835\\uDD14\",\"qfr\":\"\\uD835\\uDD2E\",\"qint\":\"\\u2A0C\",\"qopf\":\"\\uD835\\uDD62\",\"Qopf\":\"\\u211A\",\"qprime\":\"\\u2057\",\"Qscr\":\"\\uD835\\uDCAC\",\"qscr\":\"\\uD835\\uDCC6\",\"quaternions\":\"\\u210D\",\"quatint\":\"\\u2A16\",\"quest\":\"?\",\"questeq\":\"\\u225F\",\"quot\":\"\\\"\",\"QUOT\":\"\\\"\",\"rAarr\":\"\\u21DB\",\"race\":\"\\u223D\\u0331\",\"Racute\":\"\\u0154\",\"racute\":\"\\u0155\",\"radic\":\"\\u221A\",\"raemptyv\":\"\\u29B3\",\"rang\":\"\\u27E9\",\"Rang\":\"\\u27EB\",\"rangd\":\"\\u2992\",\"range\":\"\\u29A5\",\"rangle\":\"\\u27E9\",\"raquo\":\"\\xBB\",\"rarrap\":\"\\u2975\",\"rarrb\":\"\\u21E5\",\"rarrbfs\":\"\\u2920\",\"rarrc\":\"\\u2933\",\"rarr\":\"\\u2192\",\"Rarr\":\"\\u21A0\",\"rArr\":\"\\u21D2\",\"rarrfs\":\"\\u291E\",\"rarrhk\":\"\\u21AA\",\"rarrlp\":\"\\u21AC\",\"rarrpl\":\"\\u2945\",\"rarrsim\":\"\\u2974\",\"Rarrtl\":\"\\u2916\",\"rarrtl\":\"\\u21A3\",\"rarrw\":\"\\u219D\",\"ratail\":\"\\u291A\",\"rAtail\":\"\\u291C\",\"ratio\":\"\\u2236\",\"rationals\":\"\\u211A\",\"rbarr\":\"\\u290D\",\"rBarr\":\"\\u290F\",\"RBarr\":\"\\u2910\",\"rbbrk\":\"\\u2773\",\"rbrace\":\"}\",\"rbrack\":\"]\",\"rbrke\":\"\\u298C\",\"rbrksld\":\"\\u298E\",\"rbrkslu\":\"\\u2990\",\"Rcaron\":\"\\u0158\",\"rcaron\":\"\\u0159\",\"Rcedil\":\"\\u0156\",\"rcedil\":\"\\u0157\",\"rceil\":\"\\u2309\",\"rcub\":\"}\",\"Rcy\":\"\\u0420\",\"rcy\":\"\\u0440\",\"rdca\":\"\\u2937\",\"rdldhar\":\"\\u2969\",\"rdquo\":\"\\u201D\",\"rdquor\":\"\\u201D\",\"rdsh\":\"\\u21B3\",\"real\":\"\\u211C\",\"realine\":\"\\u211B\",\"realpart\":\"\\u211C\",\"reals\":\"\\u211D\",\"Re\":\"\\u211C\",\"rect\":\"\\u25AD\",\"reg\":\"\\xAE\",\"REG\":\"\\xAE\",\"ReverseElement\":\"\\u220B\",\"ReverseEquilibrium\":\"\\u21CB\",\"ReverseUpEquilibrium\":\"\\u296F\",\"rfisht\":\"\\u297D\",\"rfloor\":\"\\u230B\",\"rfr\":\"\\uD835\\uDD2F\",\"Rfr\":\"\\u211C\",\"rHar\":\"\\u2964\",\"rhard\":\"\\u21C1\",\"rharu\":\"\\u21C0\",\"rharul\":\"\\u296C\",\"Rho\":\"\\u03A1\",\"rho\":\"\\u03C1\",\"rhov\":\"\\u03F1\",\"RightAngleBracket\":\"\\u27E9\",\"RightArrowBar\":\"\\u21E5\",\"rightarrow\":\"\\u2192\",\"RightArrow\":\"\\u2192\",\"Rightarrow\":\"\\u21D2\",\"RightArrowLeftArrow\":\"\\u21C4\",\"rightarrowtail\":\"\\u21A3\",\"RightCeiling\":\"\\u2309\",\"RightDoubleBracket\":\"\\u27E7\",\"RightDownTeeVector\":\"\\u295D\",\"RightDownVectorBar\":\"\\u2955\",\"RightDownVector\":\"\\u21C2\",\"RightFloor\":\"\\u230B\",\"rightharpoondown\":\"\\u21C1\",\"rightharpoonup\":\"\\u21C0\",\"rightleftarrows\":\"\\u21C4\",\"rightleftharpoons\":\"\\u21CC\",\"rightrightarrows\":\"\\u21C9\",\"rightsquigarrow\":\"\\u219D\",\"RightTeeArrow\":\"\\u21A6\",\"RightTee\":\"\\u22A2\",\"RightTeeVector\":\"\\u295B\",\"rightthreetimes\":\"\\u22CC\",\"RightTriangleBar\":\"\\u29D0\",\"RightTriangle\":\"\\u22B3\",\"RightTriangleEqual\":\"\\u22B5\",\"RightUpDownVector\":\"\\u294F\",\"RightUpTeeVector\":\"\\u295C\",\"RightUpVectorBar\":\"\\u2954\",\"RightUpVector\":\"\\u21BE\",\"RightVectorBar\":\"\\u2953\",\"RightVector\":\"\\u21C0\",\"ring\":\"\\u02DA\",\"risingdotseq\":\"\\u2253\",\"rlarr\":\"\\u21C4\",\"rlhar\":\"\\u21CC\",\"rlm\":\"\\u200F\",\"rmoustache\":\"\\u23B1\",\"rmoust\":\"\\u23B1\",\"rnmid\":\"\\u2AEE\",\"roang\":\"\\u27ED\",\"roarr\":\"\\u21FE\",\"robrk\":\"\\u27E7\",\"ropar\":\"\\u2986\",\"ropf\":\"\\uD835\\uDD63\",\"Ropf\":\"\\u211D\",\"roplus\":\"\\u2A2E\",\"rotimes\":\"\\u2A35\",\"RoundImplies\":\"\\u2970\",\"rpar\":\")\",\"rpargt\":\"\\u2994\",\"rppolint\":\"\\u2A12\",\"rrarr\":\"\\u21C9\",\"Rrightarrow\":\"\\u21DB\",\"rsaquo\":\"\\u203A\",\"rscr\":\"\\uD835\\uDCC7\",\"Rscr\":\"\\u211B\",\"rsh\":\"\\u21B1\",\"Rsh\":\"\\u21B1\",\"rsqb\":\"]\",\"rsquo\":\"\\u2019\",\"rsquor\":\"\\u2019\",\"rthree\":\"\\u22CC\",\"rtimes\":\"\\u22CA\",\"rtri\":\"\\u25B9\",\"rtrie\":\"\\u22B5\",\"rtrif\":\"\\u25B8\",\"rtriltri\":\"\\u29CE\",\"RuleDelayed\":\"\\u29F4\",\"ruluhar\":\"\\u2968\",\"rx\":\"\\u211E\",\"Sacute\":\"\\u015A\",\"sacute\":\"\\u015B\",\"sbquo\":\"\\u201A\",\"scap\":\"\\u2AB8\",\"Scaron\":\"\\u0160\",\"scaron\":\"\\u0161\",\"Sc\":\"\\u2ABC\",\"sc\":\"\\u227B\",\"sccue\":\"\\u227D\",\"sce\":\"\\u2AB0\",\"scE\":\"\\u2AB4\",\"Scedil\":\"\\u015E\",\"scedil\":\"\\u015F\",\"Scirc\":\"\\u015C\",\"scirc\":\"\\u015D\",\"scnap\":\"\\u2ABA\",\"scnE\":\"\\u2AB6\",\"scnsim\":\"\\u22E9\",\"scpolint\":\"\\u2A13\",\"scsim\":\"\\u227F\",\"Scy\":\"\\u0421\",\"scy\":\"\\u0441\",\"sdotb\":\"\\u22A1\",\"sdot\":\"\\u22C5\",\"sdote\":\"\\u2A66\",\"searhk\":\"\\u2925\",\"searr\":\"\\u2198\",\"seArr\":\"\\u21D8\",\"searrow\":\"\\u2198\",\"sect\":\"\\xA7\",\"semi\":\";\",\"seswar\":\"\\u2929\",\"setminus\":\"\\u2216\",\"setmn\":\"\\u2216\",\"sext\":\"\\u2736\",\"Sfr\":\"\\uD835\\uDD16\",\"sfr\":\"\\uD835\\uDD30\",\"sfrown\":\"\\u2322\",\"sharp\":\"\\u266F\",\"SHCHcy\":\"\\u0429\",\"shchcy\":\"\\u0449\",\"SHcy\":\"\\u0428\",\"shcy\":\"\\u0448\",\"ShortDownArrow\":\"\\u2193\",\"ShortLeftArrow\":\"\\u2190\",\"shortmid\":\"\\u2223\",\"shortparallel\":\"\\u2225\",\"ShortRightArrow\":\"\\u2192\",\"ShortUpArrow\":\"\\u2191\",\"shy\":\"\\xAD\",\"Sigma\":\"\\u03A3\",\"sigma\":\"\\u03C3\",\"sigmaf\":\"\\u03C2\",\"sigmav\":\"\\u03C2\",\"sim\":\"\\u223C\",\"simdot\":\"\\u2A6A\",\"sime\":\"\\u2243\",\"simeq\":\"\\u2243\",\"simg\":\"\\u2A9E\",\"simgE\":\"\\u2AA0\",\"siml\":\"\\u2A9D\",\"simlE\":\"\\u2A9F\",\"simne\":\"\\u2246\",\"simplus\":\"\\u2A24\",\"simrarr\":\"\\u2972\",\"slarr\":\"\\u2190\",\"SmallCircle\":\"\\u2218\",\"smallsetminus\":\"\\u2216\",\"smashp\":\"\\u2A33\",\"smeparsl\":\"\\u29E4\",\"smid\":\"\\u2223\",\"smile\":\"\\u2323\",\"smt\":\"\\u2AAA\",\"smte\":\"\\u2AAC\",\"smtes\":\"\\u2AAC\\uFE00\",\"SOFTcy\":\"\\u042C\",\"softcy\":\"\\u044C\",\"solbar\":\"\\u233F\",\"solb\":\"\\u29C4\",\"sol\":\"/\",\"Sopf\":\"\\uD835\\uDD4A\",\"sopf\":\"\\uD835\\uDD64\",\"spades\":\"\\u2660\",\"spadesuit\":\"\\u2660\",\"spar\":\"\\u2225\",\"sqcap\":\"\\u2293\",\"sqcaps\":\"\\u2293\\uFE00\",\"sqcup\":\"\\u2294\",\"sqcups\":\"\\u2294\\uFE00\",\"Sqrt\":\"\\u221A\",\"sqsub\":\"\\u228F\",\"sqsube\":\"\\u2291\",\"sqsubset\":\"\\u228F\",\"sqsubseteq\":\"\\u2291\",\"sqsup\":\"\\u2290\",\"sqsupe\":\"\\u2292\",\"sqsupset\":\"\\u2290\",\"sqsupseteq\":\"\\u2292\",\"square\":\"\\u25A1\",\"Square\":\"\\u25A1\",\"SquareIntersection\":\"\\u2293\",\"SquareSubset\":\"\\u228F\",\"SquareSubsetEqual\":\"\\u2291\",\"SquareSuperset\":\"\\u2290\",\"SquareSupersetEqual\":\"\\u2292\",\"SquareUnion\":\"\\u2294\",\"squarf\":\"\\u25AA\",\"squ\":\"\\u25A1\",\"squf\":\"\\u25AA\",\"srarr\":\"\\u2192\",\"Sscr\":\"\\uD835\\uDCAE\",\"sscr\":\"\\uD835\\uDCC8\",\"ssetmn\":\"\\u2216\",\"ssmile\":\"\\u2323\",\"sstarf\":\"\\u22C6\",\"Star\":\"\\u22C6\",\"star\":\"\\u2606\",\"starf\":\"\\u2605\",\"straightepsilon\":\"\\u03F5\",\"straightphi\":\"\\u03D5\",\"strns\":\"\\xAF\",\"sub\":\"\\u2282\",\"Sub\":\"\\u22D0\",\"subdot\":\"\\u2ABD\",\"subE\":\"\\u2AC5\",\"sube\":\"\\u2286\",\"subedot\":\"\\u2AC3\",\"submult\":\"\\u2AC1\",\"subnE\":\"\\u2ACB\",\"subne\":\"\\u228A\",\"subplus\":\"\\u2ABF\",\"subrarr\":\"\\u2979\",\"subset\":\"\\u2282\",\"Subset\":\"\\u22D0\",\"subseteq\":\"\\u2286\",\"subseteqq\":\"\\u2AC5\",\"SubsetEqual\":\"\\u2286\",\"subsetneq\":\"\\u228A\",\"subsetneqq\":\"\\u2ACB\",\"subsim\":\"\\u2AC7\",\"subsub\":\"\\u2AD5\",\"subsup\":\"\\u2AD3\",\"succapprox\":\"\\u2AB8\",\"succ\":\"\\u227B\",\"succcurlyeq\":\"\\u227D\",\"Succeeds\":\"\\u227B\",\"SucceedsEqual\":\"\\u2AB0\",\"SucceedsSlantEqual\":\"\\u227D\",\"SucceedsTilde\":\"\\u227F\",\"succeq\":\"\\u2AB0\",\"succnapprox\":\"\\u2ABA\",\"succneqq\":\"\\u2AB6\",\"succnsim\":\"\\u22E9\",\"succsim\":\"\\u227F\",\"SuchThat\":\"\\u220B\",\"sum\":\"\\u2211\",\"Sum\":\"\\u2211\",\"sung\":\"\\u266A\",\"sup1\":\"\\xB9\",\"sup2\":\"\\xB2\",\"sup3\":\"\\xB3\",\"sup\":\"\\u2283\",\"Sup\":\"\\u22D1\",\"supdot\":\"\\u2ABE\",\"supdsub\":\"\\u2AD8\",\"supE\":\"\\u2AC6\",\"supe\":\"\\u2287\",\"supedot\":\"\\u2AC4\",\"Superset\":\"\\u2283\",\"SupersetEqual\":\"\\u2287\",\"suphsol\":\"\\u27C9\",\"suphsub\":\"\\u2AD7\",\"suplarr\":\"\\u297B\",\"supmult\":\"\\u2AC2\",\"supnE\":\"\\u2ACC\",\"supne\":\"\\u228B\",\"supplus\":\"\\u2AC0\",\"supset\":\"\\u2283\",\"Supset\":\"\\u22D1\",\"supseteq\":\"\\u2287\",\"supseteqq\":\"\\u2AC6\",\"supsetneq\":\"\\u228B\",\"supsetneqq\":\"\\u2ACC\",\"supsim\":\"\\u2AC8\",\"supsub\":\"\\u2AD4\",\"supsup\":\"\\u2AD6\",\"swarhk\":\"\\u2926\",\"swarr\":\"\\u2199\",\"swArr\":\"\\u21D9\",\"swarrow\":\"\\u2199\",\"swnwar\":\"\\u292A\",\"szlig\":\"\\xDF\",\"Tab\":\"\\t\",\"target\":\"\\u2316\",\"Tau\":\"\\u03A4\",\"tau\":\"\\u03C4\",\"tbrk\":\"\\u23B4\",\"Tcaron\":\"\\u0164\",\"tcaron\":\"\\u0165\",\"Tcedil\":\"\\u0162\",\"tcedil\":\"\\u0163\",\"Tcy\":\"\\u0422\",\"tcy\":\"\\u0442\",\"tdot\":\"\\u20DB\",\"telrec\":\"\\u2315\",\"Tfr\":\"\\uD835\\uDD17\",\"tfr\":\"\\uD835\\uDD31\",\"there4\":\"\\u2234\",\"therefore\":\"\\u2234\",\"Therefore\":\"\\u2234\",\"Theta\":\"\\u0398\",\"theta\":\"\\u03B8\",\"thetasym\":\"\\u03D1\",\"thetav\":\"\\u03D1\",\"thickapprox\":\"\\u2248\",\"thicksim\":\"\\u223C\",\"ThickSpace\":\"\\u205F\\u200A\",\"ThinSpace\":\"\\u2009\",\"thinsp\":\"\\u2009\",\"thkap\":\"\\u2248\",\"thksim\":\"\\u223C\",\"THORN\":\"\\xDE\",\"thorn\":\"\\xFE\",\"tilde\":\"\\u02DC\",\"Tilde\":\"\\u223C\",\"TildeEqual\":\"\\u2243\",\"TildeFullEqual\":\"\\u2245\",\"TildeTilde\":\"\\u2248\",\"timesbar\":\"\\u2A31\",\"timesb\":\"\\u22A0\",\"times\":\"\\xD7\",\"timesd\":\"\\u2A30\",\"tint\":\"\\u222D\",\"toea\":\"\\u2928\",\"topbot\":\"\\u2336\",\"topcir\":\"\\u2AF1\",\"top\":\"\\u22A4\",\"Topf\":\"\\uD835\\uDD4B\",\"topf\":\"\\uD835\\uDD65\",\"topfork\":\"\\u2ADA\",\"tosa\":\"\\u2929\",\"tprime\":\"\\u2034\",\"trade\":\"\\u2122\",\"TRADE\":\"\\u2122\",\"triangle\":\"\\u25B5\",\"triangledown\":\"\\u25BF\",\"triangleleft\":\"\\u25C3\",\"trianglelefteq\":\"\\u22B4\",\"triangleq\":\"\\u225C\",\"triangleright\":\"\\u25B9\",\"trianglerighteq\":\"\\u22B5\",\"tridot\":\"\\u25EC\",\"trie\":\"\\u225C\",\"triminus\":\"\\u2A3A\",\"TripleDot\":\"\\u20DB\",\"triplus\":\"\\u2A39\",\"trisb\":\"\\u29CD\",\"tritime\":\"\\u2A3B\",\"trpezium\":\"\\u23E2\",\"Tscr\":\"\\uD835\\uDCAF\",\"tscr\":\"\\uD835\\uDCC9\",\"TScy\":\"\\u0426\",\"tscy\":\"\\u0446\",\"TSHcy\":\"\\u040B\",\"tshcy\":\"\\u045B\",\"Tstrok\":\"\\u0166\",\"tstrok\":\"\\u0167\",\"twixt\":\"\\u226C\",\"twoheadleftarrow\":\"\\u219E\",\"twoheadrightarrow\":\"\\u21A0\",\"Uacute\":\"\\xDA\",\"uacute\":\"\\xFA\",\"uarr\":\"\\u2191\",\"Uarr\":\"\\u219F\",\"uArr\":\"\\u21D1\",\"Uarrocir\":\"\\u2949\",\"Ubrcy\":\"\\u040E\",\"ubrcy\":\"\\u045E\",\"Ubreve\":\"\\u016C\",\"ubreve\":\"\\u016D\",\"Ucirc\":\"\\xDB\",\"ucirc\":\"\\xFB\",\"Ucy\":\"\\u0423\",\"ucy\":\"\\u0443\",\"udarr\":\"\\u21C5\",\"Udblac\":\"\\u0170\",\"udblac\":\"\\u0171\",\"udhar\":\"\\u296E\",\"ufisht\":\"\\u297E\",\"Ufr\":\"\\uD835\\uDD18\",\"ufr\":\"\\uD835\\uDD32\",\"Ugrave\":\"\\xD9\",\"ugrave\":\"\\xF9\",\"uHar\":\"\\u2963\",\"uharl\":\"\\u21BF\",\"uharr\":\"\\u21BE\",\"uhblk\":\"\\u2580\",\"ulcorn\":\"\\u231C\",\"ulcorner\":\"\\u231C\",\"ulcrop\":\"\\u230F\",\"ultri\":\"\\u25F8\",\"Umacr\":\"\\u016A\",\"umacr\":\"\\u016B\",\"uml\":\"\\xA8\",\"UnderBar\":\"_\",\"UnderBrace\":\"\\u23DF\",\"UnderBracket\":\"\\u23B5\",\"UnderParenthesis\":\"\\u23DD\",\"Union\":\"\\u22C3\",\"UnionPlus\":\"\\u228E\",\"Uogon\":\"\\u0172\",\"uogon\":\"\\u0173\",\"Uopf\":\"\\uD835\\uDD4C\",\"uopf\":\"\\uD835\\uDD66\",\"UpArrowBar\":\"\\u2912\",\"uparrow\":\"\\u2191\",\"UpArrow\":\"\\u2191\",\"Uparrow\":\"\\u21D1\",\"UpArrowDownArrow\":\"\\u21C5\",\"updownarrow\":\"\\u2195\",\"UpDownArrow\":\"\\u2195\",\"Updownarrow\":\"\\u21D5\",\"UpEquilibrium\":\"\\u296E\",\"upharpoonleft\":\"\\u21BF\",\"upharpoonright\":\"\\u21BE\",\"uplus\":\"\\u228E\",\"UpperLeftArrow\":\"\\u2196\",\"UpperRightArrow\":\"\\u2197\",\"upsi\":\"\\u03C5\",\"Upsi\":\"\\u03D2\",\"upsih\":\"\\u03D2\",\"Upsilon\":\"\\u03A5\",\"upsilon\":\"\\u03C5\",\"UpTeeArrow\":\"\\u21A5\",\"UpTee\":\"\\u22A5\",\"upuparrows\":\"\\u21C8\",\"urcorn\":\"\\u231D\",\"urcorner\":\"\\u231D\",\"urcrop\":\"\\u230E\",\"Uring\":\"\\u016E\",\"uring\":\"\\u016F\",\"urtri\":\"\\u25F9\",\"Uscr\":\"\\uD835\\uDCB0\",\"uscr\":\"\\uD835\\uDCCA\",\"utdot\":\"\\u22F0\",\"Utilde\":\"\\u0168\",\"utilde\":\"\\u0169\",\"utri\":\"\\u25B5\",\"utrif\":\"\\u25B4\",\"uuarr\":\"\\u21C8\",\"Uuml\":\"\\xDC\",\"uuml\":\"\\xFC\",\"uwangle\":\"\\u29A7\",\"vangrt\":\"\\u299C\",\"varepsilon\":\"\\u03F5\",\"varkappa\":\"\\u03F0\",\"varnothing\":\"\\u2205\",\"varphi\":\"\\u03D5\",\"varpi\":\"\\u03D6\",\"varpropto\":\"\\u221D\",\"varr\":\"\\u2195\",\"vArr\":\"\\u21D5\",\"varrho\":\"\\u03F1\",\"varsigma\":\"\\u03C2\",\"varsubsetneq\":\"\\u228A\\uFE00\",\"varsubsetneqq\":\"\\u2ACB\\uFE00\",\"varsupsetneq\":\"\\u228B\\uFE00\",\"varsupsetneqq\":\"\\u2ACC\\uFE00\",\"vartheta\":\"\\u03D1\",\"vartriangleleft\":\"\\u22B2\",\"vartriangleright\":\"\\u22B3\",\"vBar\":\"\\u2AE8\",\"Vbar\":\"\\u2AEB\",\"vBarv\":\"\\u2AE9\",\"Vcy\":\"\\u0412\",\"vcy\":\"\\u0432\",\"vdash\":\"\\u22A2\",\"vDash\":\"\\u22A8\",\"Vdash\":\"\\u22A9\",\"VDash\":\"\\u22AB\",\"Vdashl\":\"\\u2AE6\",\"veebar\":\"\\u22BB\",\"vee\":\"\\u2228\",\"Vee\":\"\\u22C1\",\"veeeq\":\"\\u225A\",\"vellip\":\"\\u22EE\",\"verbar\":\"|\",\"Verbar\":\"\\u2016\",\"vert\":\"|\",\"Vert\":\"\\u2016\",\"VerticalBar\":\"\\u2223\",\"VerticalLine\":\"|\",\"VerticalSeparator\":\"\\u2758\",\"VerticalTilde\":\"\\u2240\",\"VeryThinSpace\":\"\\u200A\",\"Vfr\":\"\\uD835\\uDD19\",\"vfr\":\"\\uD835\\uDD33\",\"vltri\":\"\\u22B2\",\"vnsub\":\"\\u2282\\u20D2\",\"vnsup\":\"\\u2283\\u20D2\",\"Vopf\":\"\\uD835\\uDD4D\",\"vopf\":\"\\uD835\\uDD67\",\"vprop\":\"\\u221D\",\"vrtri\":\"\\u22B3\",\"Vscr\":\"\\uD835\\uDCB1\",\"vscr\":\"\\uD835\\uDCCB\",\"vsubnE\":\"\\u2ACB\\uFE00\",\"vsubne\":\"\\u228A\\uFE00\",\"vsupnE\":\"\\u2ACC\\uFE00\",\"vsupne\":\"\\u228B\\uFE00\",\"Vvdash\":\"\\u22AA\",\"vzigzag\":\"\\u299A\",\"Wcirc\":\"\\u0174\",\"wcirc\":\"\\u0175\",\"wedbar\":\"\\u2A5F\",\"wedge\":\"\\u2227\",\"Wedge\":\"\\u22C0\",\"wedgeq\":\"\\u2259\",\"weierp\":\"\\u2118\",\"Wfr\":\"\\uD835\\uDD1A\",\"wfr\":\"\\uD835\\uDD34\",\"Wopf\":\"\\uD835\\uDD4E\",\"wopf\":\"\\uD835\\uDD68\",\"wp\":\"\\u2118\",\"wr\":\"\\u2240\",\"wreath\":\"\\u2240\",\"Wscr\":\"\\uD835\\uDCB2\",\"wscr\":\"\\uD835\\uDCCC\",\"xcap\":\"\\u22C2\",\"xcirc\":\"\\u25EF\",\"xcup\":\"\\u22C3\",\"xdtri\":\"\\u25BD\",\"Xfr\":\"\\uD835\\uDD1B\",\"xfr\":\"\\uD835\\uDD35\",\"xharr\":\"\\u27F7\",\"xhArr\":\"\\u27FA\",\"Xi\":\"\\u039E\",\"xi\":\"\\u03BE\",\"xlarr\":\"\\u27F5\",\"xlArr\":\"\\u27F8\",\"xmap\":\"\\u27FC\",\"xnis\":\"\\u22FB\",\"xodot\":\"\\u2A00\",\"Xopf\":\"\\uD835\\uDD4F\",\"xopf\":\"\\uD835\\uDD69\",\"xoplus\":\"\\u2A01\",\"xotime\":\"\\u2A02\",\"xrarr\":\"\\u27F6\",\"xrArr\":\"\\u27F9\",\"Xscr\":\"\\uD835\\uDCB3\",\"xscr\":\"\\uD835\\uDCCD\",\"xsqcup\":\"\\u2A06\",\"xuplus\":\"\\u2A04\",\"xutri\":\"\\u25B3\",\"xvee\":\"\\u22C1\",\"xwedge\":\"\\u22C0\",\"Yacute\":\"\\xDD\",\"yacute\":\"\\xFD\",\"YAcy\":\"\\u042F\",\"yacy\":\"\\u044F\",\"Ycirc\":\"\\u0176\",\"ycirc\":\"\\u0177\",\"Ycy\":\"\\u042B\",\"ycy\":\"\\u044B\",\"yen\":\"\\xA5\",\"Yfr\":\"\\uD835\\uDD1C\",\"yfr\":\"\\uD835\\uDD36\",\"YIcy\":\"\\u0407\",\"yicy\":\"\\u0457\",\"Yopf\":\"\\uD835\\uDD50\",\"yopf\":\"\\uD835\\uDD6A\",\"Yscr\":\"\\uD835\\uDCB4\",\"yscr\":\"\\uD835\\uDCCE\",\"YUcy\":\"\\u042E\",\"yucy\":\"\\u044E\",\"yuml\":\"\\xFF\",\"Yuml\":\"\\u0178\",\"Zacute\":\"\\u0179\",\"zacute\":\"\\u017A\",\"Zcaron\":\"\\u017D\",\"zcaron\":\"\\u017E\",\"Zcy\":\"\\u0417\",\"zcy\":\"\\u0437\",\"Zdot\":\"\\u017B\",\"zdot\":\"\\u017C\",\"zeetrf\":\"\\u2128\",\"ZeroWidthSpace\":\"\\u200B\",\"Zeta\":\"\\u0396\",\"zeta\":\"\\u03B6\",\"zfr\":\"\\uD835\\uDD37\",\"Zfr\":\"\\u2128\",\"ZHcy\":\"\\u0416\",\"zhcy\":\"\\u0436\",\"zigrarr\":\"\\u21DD\",\"zopf\":\"\\uD835\\uDD6B\",\"Zopf\":\"\\u2124\",\"Zscr\":\"\\uD835\\uDCB5\",\"zscr\":\"\\uD835\\uDCCF\",\"zwj\":\"\\u200D\",\"zwnj\":\"\\u200C\"};},{}],23:[function(require,module,exports){module.exports={\"Aacute\":\"\\xC1\",\"aacute\":\"\\xE1\",\"Acirc\":\"\\xC2\",\"acirc\":\"\\xE2\",\"acute\":\"\\xB4\",\"AElig\":\"\\xC6\",\"aelig\":\"\\xE6\",\"Agrave\":\"\\xC0\",\"agrave\":\"\\xE0\",\"amp\":\"&\",\"AMP\":\"&\",\"Aring\":\"\\xC5\",\"aring\":\"\\xE5\",\"Atilde\":\"\\xC3\",\"atilde\":\"\\xE3\",\"Auml\":\"\\xC4\",\"auml\":\"\\xE4\",\"brvbar\":\"\\xA6\",\"Ccedil\":\"\\xC7\",\"ccedil\":\"\\xE7\",\"cedil\":\"\\xB8\",\"cent\":\"\\xA2\",\"copy\":\"\\xA9\",\"COPY\":\"\\xA9\",\"curren\":\"\\xA4\",\"deg\":\"\\xB0\",\"divide\":\"\\xF7\",\"Eacute\":\"\\xC9\",\"eacute\":\"\\xE9\",\"Ecirc\":\"\\xCA\",\"ecirc\":\"\\xEA\",\"Egrave\":\"\\xC8\",\"egrave\":\"\\xE8\",\"ETH\":\"\\xD0\",\"eth\":\"\\xF0\",\"Euml\":\"\\xCB\",\"euml\":\"\\xEB\",\"frac12\":\"\\xBD\",\"frac14\":\"\\xBC\",\"frac34\":\"\\xBE\",\"gt\":\">\",\"GT\":\">\",\"Iacute\":\"\\xCD\",\"iacute\":\"\\xED\",\"Icirc\":\"\\xCE\",\"icirc\":\"\\xEE\",\"iexcl\":\"\\xA1\",\"Igrave\":\"\\xCC\",\"igrave\":\"\\xEC\",\"iquest\":\"\\xBF\",\"Iuml\":\"\\xCF\",\"iuml\":\"\\xEF\",\"laquo\":\"\\xAB\",\"lt\":\"<\",\"LT\":\"<\",\"macr\":\"\\xAF\",\"micro\":\"\\xB5\",\"middot\":\"\\xB7\",\"nbsp\":\"\\xA0\",\"not\":\"\\xAC\",\"Ntilde\":\"\\xD1\",\"ntilde\":\"\\xF1\",\"Oacute\":\"\\xD3\",\"oacute\":\"\\xF3\",\"Ocirc\":\"\\xD4\",\"ocirc\":\"\\xF4\",\"Ograve\":\"\\xD2\",\"ograve\":\"\\xF2\",\"ordf\":\"\\xAA\",\"ordm\":\"\\xBA\",\"Oslash\":\"\\xD8\",\"oslash\":\"\\xF8\",\"Otilde\":\"\\xD5\",\"otilde\":\"\\xF5\",\"Ouml\":\"\\xD6\",\"ouml\":\"\\xF6\",\"para\":\"\\xB6\",\"plusmn\":\"\\xB1\",\"pound\":\"\\xA3\",\"quot\":\"\\\"\",\"QUOT\":\"\\\"\",\"raquo\":\"\\xBB\",\"reg\":\"\\xAE\",\"REG\":\"\\xAE\",\"sect\":\"\\xA7\",\"shy\":\"\\xAD\",\"sup1\":\"\\xB9\",\"sup2\":\"\\xB2\",\"sup3\":\"\\xB3\",\"szlig\":\"\\xDF\",\"THORN\":\"\\xDE\",\"thorn\":\"\\xFE\",\"times\":\"\\xD7\",\"Uacute\":\"\\xDA\",\"uacute\":\"\\xFA\",\"Ucirc\":\"\\xDB\",\"ucirc\":\"\\xFB\",\"Ugrave\":\"\\xD9\",\"ugrave\":\"\\xF9\",\"uml\":\"\\xA8\",\"Uuml\":\"\\xDC\",\"uuml\":\"\\xFC\",\"Yacute\":\"\\xDD\",\"yacute\":\"\\xFD\",\"yen\":\"\\xA5\",\"yuml\":\"\\xFF\"};},{}],24:[function(require,module,exports){module.exports={\"amp\":\"&\",\"apos\":\"'\",\"gt\":\">\",\"lt\":\"<\",\"quot\":\"\\\"\"};},{}],25:[function(require,module,exports){// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\nvar objectCreate=Object.create||objectCreatePolyfill;var objectKeys=Object.keys||objectKeysPolyfill;var bind=Function.prototype.bind||functionBindPolyfill;function EventEmitter(){if(!this._events||!Object.prototype.hasOwnProperty.call(this,'_events')){this._events=objectCreate(null);this._eventsCount=0;}this._maxListeners=this._maxListeners||undefined;}module.exports=EventEmitter;// Backwards-compat with node 0.10.x\nEventEmitter.EventEmitter=EventEmitter;EventEmitter.prototype._events=undefined;EventEmitter.prototype._maxListeners=undefined;// By default EventEmitters will print a warning if more than 10 listeners are\n// added to it. This is a useful default which helps finding memory leaks.\nvar defaultMaxListeners=10;var hasDefineProperty;try{var o={};if(Object.defineProperty)Object.defineProperty(o,'x',{value:0});hasDefineProperty=o.x===0;}catch(err){hasDefineProperty=false;}if(hasDefineProperty){Object.defineProperty(EventEmitter,'defaultMaxListeners',{enumerable:true,get:function get(){return defaultMaxListeners;},set:function set(arg){// check whether the input is a positive number (whose value is zero or\n// greater and not a NaN).\nif(typeof arg!=='number'||arg<0||arg!==arg)throw new TypeError('\"defaultMaxListeners\" must be a positive number');defaultMaxListeners=arg;}});}else{EventEmitter.defaultMaxListeners=defaultMaxListeners;}// Obviously not all Emitters should be limited to 10. This function allows\n// that to be increased. Set to zero for unlimited.\nEventEmitter.prototype.setMaxListeners=function setMaxListeners(n){if(typeof n!=='number'||n<0||isNaN(n))throw new TypeError('\"n\" argument must be a positive number');this._maxListeners=n;return this;};function $getMaxListeners(that){if(that._maxListeners===undefined)return EventEmitter.defaultMaxListeners;return that._maxListeners;}EventEmitter.prototype.getMaxListeners=function getMaxListeners(){return $getMaxListeners(this);};// These standalone emit* functions are used to optimize calling of event\n// handlers for fast cases because emit() itself often has a variable number of\n// arguments and can be deoptimized because of that. These functions always have\n// the same number of arguments and thus do not get deoptimized, so the code\n// inside them can execute faster.\nfunction emitNone(handler,isFn,self){if(isFn)handler.call(self);else{var len=handler.length;var listeners=arrayClone(handler,len);for(var i=0;i<len;++i){listeners[i].call(self);}}}function emitOne(handler,isFn,self,arg1){if(isFn)handler.call(self,arg1);else{var len=handler.length;var listeners=arrayClone(handler,len);for(var i=0;i<len;++i){listeners[i].call(self,arg1);}}}function emitTwo(handler,isFn,self,arg1,arg2){if(isFn)handler.call(self,arg1,arg2);else{var len=handler.length;var listeners=arrayClone(handler,len);for(var i=0;i<len;++i){listeners[i].call(self,arg1,arg2);}}}function emitThree(handler,isFn,self,arg1,arg2,arg3){if(isFn)handler.call(self,arg1,arg2,arg3);else{var len=handler.length;var listeners=arrayClone(handler,len);for(var i=0;i<len;++i){listeners[i].call(self,arg1,arg2,arg3);}}}function emitMany(handler,isFn,self,args){if(isFn)handler.apply(self,args);else{var len=handler.length;var listeners=arrayClone(handler,len);for(var i=0;i<len;++i){listeners[i].apply(self,args);}}}EventEmitter.prototype.emit=function emit(type){var er,handler,len,args,i,events;var doError=type==='error';events=this._events;if(events)doError=doError&&events.error==null;else if(!doError)return false;// If there is no 'error' event listener then throw.\nif(doError){if(arguments.length>1)er=arguments[1];if(er instanceof Error){throw er;// Unhandled 'error' event\n}else{// At least give some kind of context to the user\nvar err=new Error('Unhandled \"error\" event. ('+er+')');err.context=er;throw err;}return false;}handler=events[type];if(!handler)return false;var isFn=typeof handler==='function';len=arguments.length;switch(len){// fast cases\ncase 1:emitNone(handler,isFn,this);break;case 2:emitOne(handler,isFn,this,arguments[1]);break;case 3:emitTwo(handler,isFn,this,arguments[1],arguments[2]);break;case 4:emitThree(handler,isFn,this,arguments[1],arguments[2],arguments[3]);break;// slower\ndefault:args=new Array(len-1);for(i=1;i<len;i++){args[i-1]=arguments[i];}emitMany(handler,isFn,this,args);}return true;};function _addListener(target,type,listener,prepend){var m;var events;var existing;if(typeof listener!=='function')throw new TypeError('\"listener\" argument must be a function');events=target._events;if(!events){events=target._events=objectCreate(null);target._eventsCount=0;}else{// To avoid recursion in the case that type === \"newListener\"! Before\n// adding it to the listeners, first emit \"newListener\".\nif(events.newListener){target.emit('newListener',type,listener.listener?listener.listener:listener);// Re-assign `events` because a newListener handler could have caused the\n// this._events to be assigned to a new object\nevents=target._events;}existing=events[type];}if(!existing){// Optimize the case of one listener. Don't need the extra array object.\nexisting=events[type]=listener;++target._eventsCount;}else{if(typeof existing==='function'){// Adding the second element, need to change to array.\nexisting=events[type]=prepend?[listener,existing]:[existing,listener];}else{// If we've already got an array, just append.\nif(prepend){existing.unshift(listener);}else{existing.push(listener);}}// Check for listener leak\nif(!existing.warned){m=$getMaxListeners(target);if(m&&m>0&&existing.length>m){existing.warned=true;var w=new Error('Possible EventEmitter memory leak detected. '+existing.length+' \"'+String(type)+'\" listeners '+'added. Use emitter.setMaxListeners() to '+'increase limit.');w.name='MaxListenersExceededWarning';w.emitter=target;w.type=type;w.count=existing.length;if((typeof console===\"undefined\"?\"undefined\":_typeof(console))==='object'&&console.warn){console.warn('%s: %s',w.name,w.message);}}}}return target;}EventEmitter.prototype.addListener=function addListener(type,listener){return _addListener(this,type,listener,false);};EventEmitter.prototype.on=EventEmitter.prototype.addListener;EventEmitter.prototype.prependListener=function prependListener(type,listener){return _addListener(this,type,listener,true);};function onceWrapper(){if(!this.fired){this.target.removeListener(this.type,this.wrapFn);this.fired=true;switch(arguments.length){case 0:return this.listener.call(this.target);case 1:return this.listener.call(this.target,arguments[0]);case 2:return this.listener.call(this.target,arguments[0],arguments[1]);case 3:return this.listener.call(this.target,arguments[0],arguments[1],arguments[2]);default:var args=new Array(arguments.length);for(var i=0;i<args.length;++i){args[i]=arguments[i];}this.listener.apply(this.target,args);}}}function _onceWrap(target,type,listener){var state={fired:false,wrapFn:undefined,target:target,type:type,listener:listener};var wrapped=bind.call(onceWrapper,state);wrapped.listener=listener;state.wrapFn=wrapped;return wrapped;}EventEmitter.prototype.once=function once(type,listener){if(typeof listener!=='function')throw new TypeError('\"listener\" argument must be a function');this.on(type,_onceWrap(this,type,listener));return this;};EventEmitter.prototype.prependOnceListener=function prependOnceListener(type,listener){if(typeof listener!=='function')throw new TypeError('\"listener\" argument must be a function');this.prependListener(type,_onceWrap(this,type,listener));return this;};// Emits a 'removeListener' event if and only if the listener was removed.\nEventEmitter.prototype.removeListener=function removeListener(type,listener){var list,events,position,i,originalListener;if(typeof listener!=='function')throw new TypeError('\"listener\" argument must be a function');events=this._events;if(!events)return this;list=events[type];if(!list)return this;if(list===listener||list.listener===listener){if(--this._eventsCount===0)this._events=objectCreate(null);else{delete events[type];if(events.removeListener)this.emit('removeListener',type,list.listener||listener);}}else if(typeof list!=='function'){position=-1;for(i=list.length-1;i>=0;i--){if(list[i]===listener||list[i].listener===listener){originalListener=list[i].listener;position=i;break;}}if(position<0)return this;if(position===0)list.shift();else spliceOne(list,position);if(list.length===1)events[type]=list[0];if(events.removeListener)this.emit('removeListener',type,originalListener||listener);}return this;};EventEmitter.prototype.removeAllListeners=function removeAllListeners(type){var listeners,events,i;events=this._events;if(!events)return this;// not listening for removeListener, no need to emit\nif(!events.removeListener){if(arguments.length===0){this._events=objectCreate(null);this._eventsCount=0;}else if(events[type]){if(--this._eventsCount===0)this._events=objectCreate(null);else delete events[type];}return this;}// emit removeListener for all listeners on all events\nif(arguments.length===0){var keys=objectKeys(events);var key;for(i=0;i<keys.length;++i){key=keys[i];if(key==='removeListener')continue;this.removeAllListeners(key);}this.removeAllListeners('removeListener');this._events=objectCreate(null);this._eventsCount=0;return this;}listeners=events[type];if(typeof listeners==='function'){this.removeListener(type,listeners);}else if(listeners){// LIFO order\nfor(i=listeners.length-1;i>=0;i--){this.removeListener(type,listeners[i]);}}return this;};function _listeners(target,type,unwrap){var events=target._events;if(!events)return[];var evlistener=events[type];if(!evlistener)return[];if(typeof evlistener==='function')return unwrap?[evlistener.listener||evlistener]:[evlistener];return unwrap?unwrapListeners(evlistener):arrayClone(evlistener,evlistener.length);}EventEmitter.prototype.listeners=function listeners(type){return _listeners(this,type,true);};EventEmitter.prototype.rawListeners=function rawListeners(type){return _listeners(this,type,false);};EventEmitter.listenerCount=function(emitter,type){if(typeof emitter.listenerCount==='function'){return emitter.listenerCount(type);}else{return listenerCount.call(emitter,type);}};EventEmitter.prototype.listenerCount=listenerCount;function listenerCount(type){var events=this._events;if(events){var evlistener=events[type];if(typeof evlistener==='function'){return 1;}else if(evlistener){return evlistener.length;}}return 0;}EventEmitter.prototype.eventNames=function eventNames(){return this._eventsCount>0?Reflect.ownKeys(this._events):[];};// About 1.5x faster than the two-arg version of Array#splice().\nfunction spliceOne(list,index){for(var i=index,k=i+1,n=list.length;k<n;i+=1,k+=1){list[i]=list[k];}list.pop();}function arrayClone(arr,n){var copy=new Array(n);for(var i=0;i<n;++i){copy[i]=arr[i];}return copy;}function unwrapListeners(arr){var ret=new Array(arr.length);for(var i=0;i<ret.length;++i){ret[i]=arr[i].listener||arr[i];}return ret;}function objectCreatePolyfill(proto){var F=function F(){};F.prototype=proto;return new F();}function objectKeysPolyfill(obj){var keys=[];for(var k in obj){if(Object.prototype.hasOwnProperty.call(obj,k)){keys.push(k);}}return k;}function functionBindPolyfill(context){var fn=this;return function(){return fn.apply(context,arguments);};}},{}],26:[function(require,module,exports){\"use strict\";var __extends=this&&this.__extends||function(){var _extendStatics2=function extendStatics(d,b){_extendStatics2=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(d,b){d.__proto__=b;}||function(d,b){for(var p in b){if(b.hasOwnProperty(p))d[p]=b[p];}};return _extendStatics2(d,b);};return function(d,b){_extendStatics2(d,b);function __(){this.constructor=d;}d.prototype=b===null?Object.create(b):(__.prototype=b.prototype,new __());};}();var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{\"default\":mod};};Object.defineProperty(exports,\"__esModule\",{value:true});var MultiplexHandler_1=__importDefault(require(\"./MultiplexHandler\"));var CollectingHandler=/** @class */function(_super){__extends(CollectingHandler,_super);function CollectingHandler(cbs){if(cbs===void 0){cbs={};}var _this=_super.call(this,function(name){var _a;var args=[];for(var _i=1;_i<arguments.length;_i++){args[_i-1]=arguments[_i];}_this.events.push([name].concat(args));// @ts-ignore\nif(_this._cbs[name])(_a=_this._cbs)[name].apply(_a,args);})||this;_this._cbs=cbs;_this.events=[];return _this;}CollectingHandler.prototype.onreset=function(){this.events=[];if(this._cbs.onreset)this._cbs.onreset();};CollectingHandler.prototype.restart=function(){var _a;if(this._cbs.onreset)this._cbs.onreset();for(var i=0;i<this.events.length;i++){var _b=this.events[i],name_1=_b[0],args=_b.slice(1);if(!this._cbs[name_1]){continue;}// @ts-ignore\n(_a=this._cbs)[name_1].apply(_a,args);}};return CollectingHandler;}(MultiplexHandler_1[\"default\"]);exports.CollectingHandler=CollectingHandler;},{\"./MultiplexHandler\":28}],27:[function(require,module,exports){\"use strict\";var __extends=this&&this.__extends||function(){var _extendStatics3=function extendStatics(d,b){_extendStatics3=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(d,b){d.__proto__=b;}||function(d,b){for(var p in b){if(b.hasOwnProperty(p))d[p]=b[p];}};return _extendStatics3(d,b);};return function(d,b){_extendStatics3(d,b);function __(){this.constructor=d;}d.prototype=b===null?Object.create(b):(__.prototype=b.prototype,new __());};}();var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{\"default\":mod};};var __importStar=this&&this.__importStar||function(mod){if(mod&&mod.__esModule)return mod;var result={};if(mod!=null)for(var k in mod){if(Object.hasOwnProperty.call(mod,k))result[k]=mod[k];}result[\"default\"]=mod;return result;};Object.defineProperty(exports,\"__esModule\",{value:true});var domhandler_1=__importDefault(require(\"domhandler\"));var DomUtils=__importStar(require(\"domutils\"));var Parser_1=require(\"./Parser\");//TODO: Consume data as it is coming in\nvar FeedHandler=/** @class */function(_super){__extends(FeedHandler,_super);/**\n *\n * @param callback\n * @param options\n */function FeedHandler(callback,options){var _this=this;if(_typeof(callback)===\"object\"&&callback!==null){callback=undefined;options=callback;}_this=_super.call(this,callback,options)||this;return _this;}FeedHandler.prototype.onend=function(){var feed={};var feedRoot=getOneElement(isValidFeed,this.dom);if(feedRoot){if(feedRoot.name===\"feed\"){var childs=feedRoot.children;feed.type=\"atom\";addConditionally(feed,\"id\",\"id\",childs);addConditionally(feed,\"title\",\"title\",childs);var href=getAttribute(\"href\",getOneElement(\"link\",childs));if(href){feed.link=href;}addConditionally(feed,\"description\",\"subtitle\",childs);var updated=fetch(\"updated\",childs);if(updated){feed.updated=new Date(updated);}addConditionally(feed,\"author\",\"email\",childs,true);feed.items=getElements(\"entry\",childs).map(function(item){var entry={};var children=item.children;addConditionally(entry,\"id\",\"id\",children);addConditionally(entry,\"title\",\"title\",children);var href=getAttribute(\"href\",getOneElement(\"link\",children));if(href){entry.link=href;}var description=fetch(\"summary\",children)||fetch(\"content\",children);if(description){entry.description=description;}var pubDate=fetch(\"updated\",children);if(pubDate){entry.pubDate=new Date(pubDate);}return entry;});}else{var childs=getOneElement(\"channel\",feedRoot.children).children;feed.type=feedRoot.name.substr(0,3);feed.id=\"\";addConditionally(feed,\"title\",\"title\",childs);addConditionally(feed,\"link\",\"link\",childs);addConditionally(feed,\"description\",\"description\",childs);var updated=fetch(\"lastBuildDate\",childs);if(updated){feed.updated=new Date(updated);}addConditionally(feed,\"author\",\"managingEditor\",childs,true);feed.items=getElements(\"item\",feedRoot.children).map(function(item){var entry={};var children=item.children;addConditionally(entry,\"id\",\"guid\",children);addConditionally(entry,\"title\",\"title\",children);addConditionally(entry,\"link\",\"link\",children);addConditionally(entry,\"description\",\"description\",children);var pubDate=fetch(\"pubDate\",children);if(pubDate)entry.pubDate=new Date(pubDate);return entry;});}}this.feed=feed;this.handleCallback(feedRoot?null:Error(\"couldn't find root of feed\"));};return FeedHandler;}(domhandler_1[\"default\"]);exports.FeedHandler=FeedHandler;function getElements(what,where){return DomUtils.getElementsByTagName(what,where,true);}function getOneElement(what,where){return DomUtils.getElementsByTagName(what,where,true,1)[0];}function fetch(what,where,recurse){if(recurse===void 0){recurse=false;}return DomUtils.getText(DomUtils.getElementsByTagName(what,where,recurse,1)).trim();}function getAttribute(name,elem){if(!elem){return null;}var attribs=elem.attribs;return attribs[name];}function addConditionally(obj,prop,what,where,recurse){if(recurse===void 0){recurse=false;}var tmp=fetch(what,where,recurse);// @ts-ignore\nif(tmp)obj[prop]=tmp;}function isValidFeed(value){return value===\"rss\"||value===\"feed\"||value===\"rdf:RDF\";}var defaultOptions={xmlMode:true};/**\n * Parse a feed.\n *\n * @param feed The feed that should be parsed, as a string.\n * @param options Optionally, options for parsing. When using this option, you probably want to set `xmlMode` to `true`.\n */function parseFeed(feed,options){if(options===void 0){options=defaultOptions;}var handler=new FeedHandler(options);new Parser_1.Parser(handler,options).end(feed);return handler.feed;}exports.parseFeed=parseFeed;},{\"./Parser\":29,\"domhandler\":7,\"domutils\":10}],28:[function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});/**\n * Calls a specific handler function for all events that are encountered.\n *\n * @param func — The function to multiplex all events to.\n */var MultiplexHandler=/** @class */function(){function MultiplexHandler(func){this._func=func;}/* Format: eventname: number of arguments */MultiplexHandler.prototype.onattribute=function(name,value){this._func(\"onattribute\",name,value);};MultiplexHandler.prototype.oncdatastart=function(){this._func(\"oncdatastart\");};MultiplexHandler.prototype.oncdataend=function(){this._func(\"oncdataend\");};MultiplexHandler.prototype.ontext=function(text){this._func(\"ontext\",text);};MultiplexHandler.prototype.onprocessinginstruction=function(name,value){this._func(\"onprocessinginstruction\",name,value);};MultiplexHandler.prototype.oncomment=function(comment){this._func(\"oncomment\",comment);};MultiplexHandler.prototype.oncommentend=function(){this._func(\"oncommentend\");};MultiplexHandler.prototype.onclosetag=function(name){this._func(\"onclosetag\",name);};MultiplexHandler.prototype.onopentag=function(name,attribs){this._func(\"onopentag\",name,attribs);};MultiplexHandler.prototype.onopentagname=function(name){this._func(\"onopentagname\",name);};MultiplexHandler.prototype.onerror=function(error){this._func(\"onerror\",error);};MultiplexHandler.prototype.onend=function(){this._func(\"onend\");};MultiplexHandler.prototype.onparserinit=function(parser){this._func(\"onparserinit\",parser);};MultiplexHandler.prototype.onreset=function(){this._func(\"onreset\");};return MultiplexHandler;}();exports[\"default\"]=MultiplexHandler;},{}],29:[function(require,module,exports){\"use strict\";var __extends=this&&this.__extends||function(){var _extendStatics4=function extendStatics(d,b){_extendStatics4=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(d,b){d.__proto__=b;}||function(d,b){for(var p in b){if(b.hasOwnProperty(p))d[p]=b[p];}};return _extendStatics4(d,b);};return function(d,b){_extendStatics4(d,b);function __(){this.constructor=d;}d.prototype=b===null?Object.create(b):(__.prototype=b.prototype,new __());};}();var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{\"default\":mod};};Object.defineProperty(exports,\"__esModule\",{value:true});var Tokenizer_1=__importDefault(require(\"./Tokenizer\"));var events_1=require(\"events\");var formTags=new Set([\"input\",\"option\",\"optgroup\",\"select\",\"button\",\"datalist\",\"textarea\"]);var pTag=new Set([\"p\"]);var openImpliesClose={tr:new Set([\"tr\",\"th\",\"td\"]),th:new Set([\"th\"]),td:new Set([\"thead\",\"th\",\"td\"]),body:new Set([\"head\",\"link\",\"script\"]),li:new Set([\"li\"]),p:pTag,h1:pTag,h2:pTag,h3:pTag,h4:pTag,h5:pTag,h6:pTag,select:formTags,input:formTags,output:formTags,button:formTags,datalist:formTags,textarea:formTags,option:new Set([\"option\"]),optgroup:new Set([\"optgroup\",\"option\"]),dd:new Set([\"dt\",\"dd\"]),dt:new Set([\"dt\",\"dd\"]),address:pTag,article:pTag,aside:pTag,blockquote:pTag,details:pTag,div:pTag,dl:pTag,fieldset:pTag,figcaption:pTag,figure:pTag,footer:pTag,form:pTag,header:pTag,hr:pTag,main:pTag,nav:pTag,ol:pTag,pre:pTag,section:pTag,table:pTag,ul:pTag,rt:new Set([\"rt\",\"rp\"]),rp:new Set([\"rt\",\"rp\"]),tbody:new Set([\"thead\",\"tbody\"]),tfoot:new Set([\"thead\",\"tbody\"])};var voidElements=new Set([\"area\",\"base\",\"basefont\",\"br\",\"col\",\"command\",\"embed\",\"frame\",\"hr\",\"img\",\"input\",\"isindex\",\"keygen\",\"link\",\"meta\",\"param\",\"source\",\"track\",\"wbr\"]);var foreignContextElements=new Set([\"math\",\"svg\"]);var htmlIntegrationElements=new Set([\"mi\",\"mo\",\"mn\",\"ms\",\"mtext\",\"annotation-xml\",\"foreignObject\",\"desc\",\"title\"]);var reNameEnd=/\\s|\\//;var Parser=/** @class */function(_super){__extends(Parser,_super);function Parser(cbs,options){var _this=_super.call(this)||this;_this._tagname=\"\";_this._attribname=\"\";_this._attribvalue=\"\";_this._attribs=null;_this._stack=[];_this._foreignContext=[];_this.startIndex=0;_this.endIndex=null;// Aliases for backwards compatibility\n_this.parseChunk=Parser.prototype.write;_this.done=Parser.prototype.end;_this._options=options||{};_this._cbs=cbs||{};_this._tagname=\"\";_this._attribname=\"\";_this._attribvalue=\"\";_this._attribs=null;_this._stack=[];_this._foreignContext=[];_this.startIndex=0;_this.endIndex=null;_this._lowerCaseTagNames=\"lowerCaseTags\"in _this._options?!!_this._options.lowerCaseTags:!_this._options.xmlMode;_this._lowerCaseAttributeNames=\"lowerCaseAttributeNames\"in _this._options?!!_this._options.lowerCaseAttributeNames:!_this._options.xmlMode;_this._tokenizer=new(_this._options.Tokenizer||Tokenizer_1[\"default\"])(_this._options,_this);if(_this._cbs.onparserinit)_this._cbs.onparserinit(_this);return _this;}Parser.prototype._updatePosition=function(initialOffset){if(this.endIndex===null){if(this._tokenizer._sectionStart<=initialOffset){this.startIndex=0;}else{this.startIndex=this._tokenizer._sectionStart-initialOffset;}}else this.startIndex=this.endIndex+1;this.endIndex=this._tokenizer.getAbsoluteIndex();};//Tokenizer event handlers\nParser.prototype.ontext=function(data){this._updatePosition(1);// @ts-ignore\nthis.endIndex--;if(this._cbs.ontext)this._cbs.ontext(data);};Parser.prototype.onopentagname=function(name){if(this._lowerCaseTagNames){name=name.toLowerCase();}this._tagname=name;if(!this._options.xmlMode&&Object.prototype.hasOwnProperty.call(openImpliesClose,name)){for(var el=void 0;// @ts-ignore\nopenImpliesClose[name].has(el=this._stack[this._stack.length-1]);this.onclosetag(el)){;}}if(this._options.xmlMode||!voidElements.has(name)){this._stack.push(name);if(foreignContextElements.has(name)){this._foreignContext.push(true);}else if(htmlIntegrationElements.has(name)){this._foreignContext.push(false);}}if(this._cbs.onopentagname)this._cbs.onopentagname(name);if(this._cbs.onopentag)this._attribs={};};Parser.prototype.onopentagend=function(){this._updatePosition(1);if(this._attribs){if(this._cbs.onopentag){this._cbs.onopentag(this._tagname,this._attribs);}this._attribs=null;}if(!this._options.xmlMode&&this._cbs.onclosetag&&voidElements.has(this._tagname)){this._cbs.onclosetag(this._tagname);}this._tagname=\"\";};Parser.prototype.onclosetag=function(name){this._updatePosition(1);if(this._lowerCaseTagNames){name=name.toLowerCase();}if(foreignContextElements.has(name)||htmlIntegrationElements.has(name)){this._foreignContext.pop();}if(this._stack.length&&(this._options.xmlMode||!voidElements.has(name))){var pos=this._stack.lastIndexOf(name);if(pos!==-1){if(this._cbs.onclosetag){pos=this._stack.length-pos;// @ts-ignore\nwhile(pos--){this._cbs.onclosetag(this._stack.pop());}}else this._stack.length=pos;}else if(name===\"p\"&&!this._options.xmlMode){this.onopentagname(name);this._closeCurrentTag();}}else if(!this._options.xmlMode&&(name===\"br\"||name===\"p\")){this.onopentagname(name);this._closeCurrentTag();}};Parser.prototype.onselfclosingtag=function(){if(this._options.xmlMode||this._options.recognizeSelfClosing||this._foreignContext[this._foreignContext.length-1]){this._closeCurrentTag();}else{this.onopentagend();}};Parser.prototype._closeCurrentTag=function(){var name=this._tagname;this.onopentagend();//self-closing tags will be on the top of the stack\n//(cheaper check than in onclosetag)\nif(this._stack[this._stack.length-1]===name){if(this._cbs.onclosetag){this._cbs.onclosetag(name);}this._stack.pop();}};Parser.prototype.onattribname=function(name){if(this._lowerCaseAttributeNames){name=name.toLowerCase();}this._attribname=name;};Parser.prototype.onattribdata=function(value){this._attribvalue+=value;};Parser.prototype.onattribend=function(){if(this._cbs.onattribute)this._cbs.onattribute(this._attribname,this._attribvalue);if(this._attribs&&!Object.prototype.hasOwnProperty.call(this._attribs,this._attribname)){this._attribs[this._attribname]=this._attribvalue;}this._attribname=\"\";this._attribvalue=\"\";};Parser.prototype._getInstructionName=function(value){var idx=value.search(reNameEnd);var name=idx<0?value:value.substr(0,idx);if(this._lowerCaseTagNames){name=name.toLowerCase();}return name;};Parser.prototype.ondeclaration=function(value){if(this._cbs.onprocessinginstruction){var name_1=this._getInstructionName(value);this._cbs.onprocessinginstruction(\"!\"+name_1,\"!\"+value);}};Parser.prototype.onprocessinginstruction=function(value){if(this._cbs.onprocessinginstruction){var name_2=this._getInstructionName(value);this._cbs.onprocessinginstruction(\"?\"+name_2,\"?\"+value);}};Parser.prototype.oncomment=function(value){this._updatePosition(4);if(this._cbs.oncomment)this._cbs.oncomment(value);if(this._cbs.oncommentend)this._cbs.oncommentend();};Parser.prototype.oncdata=function(value){this._updatePosition(1);if(this._options.xmlMode||this._options.recognizeCDATA){if(this._cbs.oncdatastart)this._cbs.oncdatastart();if(this._cbs.ontext)this._cbs.ontext(value);if(this._cbs.oncdataend)this._cbs.oncdataend();}else{this.oncomment(\"[CDATA[\"+value+\"]]\");}};Parser.prototype.onerror=function(err){if(this._cbs.onerror)this._cbs.onerror(err);};Parser.prototype.onend=function(){if(this._cbs.onclosetag){for(var i=this._stack.length;i>0;this._cbs.onclosetag(this._stack[--i])){;}}if(this._cbs.onend)this._cbs.onend();};//Resets the parser to a blank state, ready to parse a new HTML document\nParser.prototype.reset=function(){if(this._cbs.onreset)this._cbs.onreset();this._tokenizer.reset();this._tagname=\"\";this._attribname=\"\";this._attribs=null;this._stack=[];if(this._cbs.onparserinit)this._cbs.onparserinit(this);};//Parses a complete HTML document and pushes it to the handler\nParser.prototype.parseComplete=function(data){this.reset();this.end(data);};Parser.prototype.write=function(chunk){this._tokenizer.write(chunk);};Parser.prototype.end=function(chunk){this._tokenizer.end(chunk);};Parser.prototype.pause=function(){this._tokenizer.pause();};Parser.prototype.resume=function(){this._tokenizer.resume();};return Parser;}(events_1.EventEmitter);exports.Parser=Parser;},{\"./Tokenizer\":30,\"events\":25}],30:[function(require,module,exports){\"use strict\";var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{\"default\":mod};};Object.defineProperty(exports,\"__esModule\",{value:true});var decode_codepoint_1=__importDefault(require(\"entities/lib/decode_codepoint\"));var entities_json_1=__importDefault(require(\"entities/lib/maps/entities.json\"));var legacy_json_1=__importDefault(require(\"entities/lib/maps/legacy.json\"));var xml_json_1=__importDefault(require(\"entities/lib/maps/xml.json\"));function whitespace(c){return c===\" \"||c===\"\\n\"||c===\"\\t\"||c===\"\\f\"||c===\"\\r\";}function ifElseState(upper,SUCCESS,FAILURE){var lower=upper.toLowerCase();if(upper===lower){return function(t,c){if(c===lower){t._state=SUCCESS;}else{t._state=FAILURE;t._index--;}};}else{return function(t,c){if(c===lower||c===upper){t._state=SUCCESS;}else{t._state=FAILURE;t._index--;}};}}function consumeSpecialNameChar(upper,NEXT_STATE){var lower=upper.toLowerCase();return function(t,c){if(c===lower||c===upper){t._state=NEXT_STATE;}else{t._state=3/* InTagName */;t._index--;//consume the token again\n}};}var stateBeforeCdata1=ifElseState(\"C\",23/* BeforeCdata2 */,16/* InDeclaration */);var stateBeforeCdata2=ifElseState(\"D\",24/* BeforeCdata3 */,16/* InDeclaration */);var stateBeforeCdata3=ifElseState(\"A\",25/* BeforeCdata4 */,16/* InDeclaration */);var stateBeforeCdata4=ifElseState(\"T\",26/* BeforeCdata5 */,16/* InDeclaration */);var stateBeforeCdata5=ifElseState(\"A\",27/* BeforeCdata6 */,16/* InDeclaration */);var stateBeforeScript1=consumeSpecialNameChar(\"R\",34/* BeforeScript2 */);var stateBeforeScript2=consumeSpecialNameChar(\"I\",35/* BeforeScript3 */);var stateBeforeScript3=consumeSpecialNameChar(\"P\",36/* BeforeScript4 */);var stateBeforeScript4=consumeSpecialNameChar(\"T\",37/* BeforeScript5 */);var stateAfterScript1=ifElseState(\"R\",39/* AfterScript2 */,1/* Text */);var stateAfterScript2=ifElseState(\"I\",40/* AfterScript3 */,1/* Text */);var stateAfterScript3=ifElseState(\"P\",41/* AfterScript4 */,1/* Text */);var stateAfterScript4=ifElseState(\"T\",42/* AfterScript5 */,1/* Text */);var stateBeforeStyle1=consumeSpecialNameChar(\"Y\",44/* BeforeStyle2 */);var stateBeforeStyle2=consumeSpecialNameChar(\"L\",45/* BeforeStyle3 */);var stateBeforeStyle3=consumeSpecialNameChar(\"E\",46/* BeforeStyle4 */);var stateAfterStyle1=ifElseState(\"Y\",48/* AfterStyle2 */,1/* Text */);var stateAfterStyle2=ifElseState(\"L\",49/* AfterStyle3 */,1/* Text */);var stateAfterStyle3=ifElseState(\"E\",50/* AfterStyle4 */,1/* Text */);var stateBeforeEntity=ifElseState(\"#\",52/* BeforeNumericEntity */,53/* InNamedEntity */);var stateBeforeNumericEntity=ifElseState(\"X\",55/* InHexEntity */,54/* InNumericEntity */);var Tokenizer=/** @class */function(){function Tokenizer(options,cbs){/** The current state the tokenizer is in. */this._state=1/* Text */;/** The read buffer. */this._buffer=\"\";/** The beginning of the section that is currently being read. */this._sectionStart=0;/** The index within the buffer that we are currently looking at. */this._index=0;/**\n * Data that has already been processed will be removed from the buffer occasionally.\n * `_bufferOffset` keeps track of how many characters have been removed, to make sure position information is accurate.\n */this._bufferOffset=0;/** Some behavior, eg. when decoding entities, is done while we are in another state. This keeps track of the other state type. */this._baseState=1/* Text */;/** For special parsing behavior inside of script and style tags. */this._special=1/* None */;/** Indicates whether the tokenizer has been paused. */this._running=true;/** Indicates whether the tokenizer has finished running / `.end` has been called. */this._ended=false;this._cbs=cbs;this._xmlMode=!!(options&&options.xmlMode);this._decodeEntities=!!(options&&options.decodeEntities);}Tokenizer.prototype.reset=function(){this._state=1/* Text */;this._buffer=\"\";this._sectionStart=0;this._index=0;this._bufferOffset=0;this._baseState=1/* Text */;this._special=1/* None */;this._running=true;this._ended=false;};Tokenizer.prototype._stateText=function(c){if(c===\"<\"){if(this._index>this._sectionStart){this._cbs.ontext(this._getSection());}this._state=2/* BeforeTagName */;this._sectionStart=this._index;}else if(this._decodeEntities&&this._special===1/* None */&&c===\"&\"){if(this._index>this._sectionStart){this._cbs.ontext(this._getSection());}this._baseState=1/* Text */;this._state=51/* BeforeEntity */;this._sectionStart=this._index;}};Tokenizer.prototype._stateBeforeTagName=function(c){if(c===\"/\"){this._state=5/* BeforeClosingTagName */;}else if(c===\"<\"){this._cbs.ontext(this._getSection());this._sectionStart=this._index;}else if(c===\">\"||this._special!==1/* None */||whitespace(c)){this._state=1/* Text */;}else if(c===\"!\"){this._state=15/* BeforeDeclaration */;this._sectionStart=this._index+1;}else if(c===\"?\"){this._state=17/* InProcessingInstruction */;this._sectionStart=this._index+1;}else{this._state=!this._xmlMode&&(c===\"s\"||c===\"S\")?31/* BeforeSpecial */:3/* InTagName */;this._sectionStart=this._index;}};Tokenizer.prototype._stateInTagName=function(c){if(c===\"/\"||c===\">\"||whitespace(c)){this._emitToken(\"onopentagname\");this._state=8/* BeforeAttributeName */;this._index--;}};Tokenizer.prototype._stateBeforeClosingTagName=function(c){if(whitespace(c)){// ignore\n}else if(c===\">\"){this._state=1/* Text */;}else if(this._special!==1/* None */){if(c===\"s\"||c===\"S\"){this._state=32/* BeforeSpecialEnd */;}else{this._state=1/* Text */;this._index--;}}else{this._state=6/* InClosingTagName */;this._sectionStart=this._index;}};Tokenizer.prototype._stateInClosingTagName=function(c){if(c===\">\"||whitespace(c)){this._emitToken(\"onclosetag\");this._state=7/* AfterClosingTagName */;this._index--;}};Tokenizer.prototype._stateAfterClosingTagName=function(c){//skip everything until \">\"\nif(c===\">\"){this._state=1/* Text */;this._sectionStart=this._index+1;}};Tokenizer.prototype._stateBeforeAttributeName=function(c){if(c===\">\"){this._cbs.onopentagend();this._state=1/* Text */;this._sectionStart=this._index+1;}else if(c===\"/\"){this._state=4/* InSelfClosingTag */;}else if(!whitespace(c)){this._state=9/* InAttributeName */;this._sectionStart=this._index;}};Tokenizer.prototype._stateInSelfClosingTag=function(c){if(c===\">\"){this._cbs.onselfclosingtag();this._state=1/* Text */;this._sectionStart=this._index+1;}else if(!whitespace(c)){this._state=8/* BeforeAttributeName */;this._index--;}};Tokenizer.prototype._stateInAttributeName=function(c){if(c===\"=\"||c===\"/\"||c===\">\"||whitespace(c)){this._cbs.onattribname(this._getSection());this._sectionStart=-1;this._state=10/* AfterAttributeName */;this._index--;}};Tokenizer.prototype._stateAfterAttributeName=function(c){if(c===\"=\"){this._state=11/* BeforeAttributeValue */;}else if(c===\"/\"||c===\">\"){this._cbs.onattribend();this._state=8/* BeforeAttributeName */;this._index--;}else if(!whitespace(c)){this._cbs.onattribend();this._state=9/* InAttributeName */;this._sectionStart=this._index;}};Tokenizer.prototype._stateBeforeAttributeValue=function(c){if(c==='\"'){this._state=12/* InAttributeValueDq */;this._sectionStart=this._index+1;}else if(c===\"'\"){this._state=13/* InAttributeValueSq */;this._sectionStart=this._index+1;}else if(!whitespace(c)){this._state=14/* InAttributeValueNq */;this._sectionStart=this._index;this._index--;//reconsume token\n}};Tokenizer.prototype._stateInAttributeValueDoubleQuotes=function(c){if(c==='\"'){this._emitToken(\"onattribdata\");this._cbs.onattribend();this._state=8/* BeforeAttributeName */;}else if(this._decodeEntities&&c===\"&\"){this._emitToken(\"onattribdata\");this._baseState=this._state;this._state=51/* BeforeEntity */;this._sectionStart=this._index;}};Tokenizer.prototype._stateInAttributeValueSingleQuotes=function(c){if(c===\"'\"){this._emitToken(\"onattribdata\");this._cbs.onattribend();this._state=8/* BeforeAttributeName */;}else if(this._decodeEntities&&c===\"&\"){this._emitToken(\"onattribdata\");this._baseState=this._state;this._state=51/* BeforeEntity */;this._sectionStart=this._index;}};Tokenizer.prototype._stateInAttributeValueNoQuotes=function(c){if(whitespace(c)||c===\">\"){this._emitToken(\"onattribdata\");this._cbs.onattribend();this._state=8/* BeforeAttributeName */;this._index--;}else if(this._decodeEntities&&c===\"&\"){this._emitToken(\"onattribdata\");this._baseState=this._state;this._state=51/* BeforeEntity */;this._sectionStart=this._index;}};Tokenizer.prototype._stateBeforeDeclaration=function(c){this._state=c===\"[\"?22/* BeforeCdata1 */:c===\"-\"?18/* BeforeComment */:16/* InDeclaration */;};Tokenizer.prototype._stateInDeclaration=function(c){if(c===\">\"){this._cbs.ondeclaration(this._getSection());this._state=1/* Text */;this._sectionStart=this._index+1;}};Tokenizer.prototype._stateInProcessingInstruction=function(c){if(c===\">\"){this._cbs.onprocessinginstruction(this._getSection());this._state=1/* Text */;this._sectionStart=this._index+1;}};Tokenizer.prototype._stateBeforeComment=function(c){if(c===\"-\"){this._state=19/* InComment */;this._sectionStart=this._index+1;}else{this._state=16/* InDeclaration */;}};Tokenizer.prototype._stateInComment=function(c){if(c===\"-\")this._state=20/* AfterComment1 */;};Tokenizer.prototype._stateAfterComment1=function(c){if(c===\"-\"){this._state=21/* AfterComment2 */;}else{this._state=19/* InComment */;}};Tokenizer.prototype._stateAfterComment2=function(c){if(c===\">\"){//remove 2 trailing chars\nthis._cbs.oncomment(this._buffer.substring(this._sectionStart,this._index-2));this._state=1/* Text */;this._sectionStart=this._index+1;}else if(c!==\"-\"){this._state=19/* InComment */;}// else: stay in AFTER_COMMENT_2 (`--->`)\n};Tokenizer.prototype._stateBeforeCdata6=function(c){if(c===\"[\"){this._state=28/* InCdata */;this._sectionStart=this._index+1;}else{this._state=16/* InDeclaration */;this._index--;}};Tokenizer.prototype._stateInCdata=function(c){if(c===\"]\")this._state=29/* AfterCdata1 */;};Tokenizer.prototype._stateAfterCdata1=function(c){if(c===\"]\")this._state=30/* AfterCdata2 */;else this._state=28/* InCdata */;};Tokenizer.prototype._stateAfterCdata2=function(c){if(c===\">\"){//remove 2 trailing chars\nthis._cbs.oncdata(this._buffer.substring(this._sectionStart,this._index-2));this._state=1/* Text */;this._sectionStart=this._index+1;}else if(c!==\"]\"){this._state=28/* InCdata */;}//else: stay in AFTER_CDATA_2 (`]]]>`)\n};Tokenizer.prototype._stateBeforeSpecial=function(c){if(c===\"c\"||c===\"C\"){this._state=33/* BeforeScript1 */;}else if(c===\"t\"||c===\"T\"){this._state=43/* BeforeStyle1 */;}else{this._state=3/* InTagName */;this._index--;//consume the token again\n}};Tokenizer.prototype._stateBeforeSpecialEnd=function(c){if(this._special===2/* Script */&&(c===\"c\"||c===\"C\")){this._state=38/* AfterScript1 */;}else if(this._special===3/* Style */&&(c===\"t\"||c===\"T\")){this._state=47/* AfterStyle1 */;}else this._state=1/* Text */;};Tokenizer.prototype._stateBeforeScript5=function(c){if(c===\"/\"||c===\">\"||whitespace(c)){this._special=2/* Script */;}this._state=3/* InTagName */;this._index--;//consume the token again\n};Tokenizer.prototype._stateAfterScript5=function(c){if(c===\">\"||whitespace(c)){this._special=1/* None */;this._state=6/* InClosingTagName */;this._sectionStart=this._index-6;this._index--;//reconsume the token\n}else this._state=1/* Text */;};Tokenizer.prototype._stateBeforeStyle4=function(c){if(c===\"/\"||c===\">\"||whitespace(c)){this._special=3/* Style */;}this._state=3/* InTagName */;this._index--;//consume the token again\n};Tokenizer.prototype._stateAfterStyle4=function(c){if(c===\">\"||whitespace(c)){this._special=1/* None */;this._state=6/* InClosingTagName */;this._sectionStart=this._index-5;this._index--;//reconsume the token\n}else this._state=1/* Text */;};//for entities terminated with a semicolon\nTokenizer.prototype._parseNamedEntityStrict=function(){//offset = 1\nif(this._sectionStart+1<this._index){var entity=this._buffer.substring(this._sectionStart+1,this._index),map=this._xmlMode?xml_json_1[\"default\"]:entities_json_1[\"default\"];if(Object.prototype.hasOwnProperty.call(map,entity)){// @ts-ignore\nthis._emitPartial(map[entity]);this._sectionStart=this._index+1;}}};//parses legacy entities (without trailing semicolon)\nTokenizer.prototype._parseLegacyEntity=function(){var start=this._sectionStart+1;var limit=this._index-start;if(limit>6)limit=6;// The max length of legacy entities is 6\nwhile(limit>=2){// The min length of legacy entities is 2\nvar entity=this._buffer.substr(start,limit);if(Object.prototype.hasOwnProperty.call(legacy_json_1[\"default\"],entity)){// @ts-ignore\nthis._emitPartial(legacy_json_1[\"default\"][entity]);this._sectionStart+=limit+1;return;}else{limit--;}}};Tokenizer.prototype._stateInNamedEntity=function(c){if(c===\";\"){this._parseNamedEntityStrict();if(this._sectionStart+1<this._index&&!this._xmlMode){this._parseLegacyEntity();}this._state=this._baseState;}else if((c<\"a\"||c>\"z\")&&(c<\"A\"||c>\"Z\")&&(c<\"0\"||c>\"9\")){if(this._xmlMode||this._sectionStart+1===this._index){// ignore\n}else if(this._baseState!==1/* Text */){if(c!==\"=\"){this._parseNamedEntityStrict();}}else{this._parseLegacyEntity();}this._state=this._baseState;this._index--;}};Tokenizer.prototype._decodeNumericEntity=function(offset,base){var sectionStart=this._sectionStart+offset;if(sectionStart!==this._index){//parse entity\nvar entity=this._buffer.substring(sectionStart,this._index);var parsed=parseInt(entity,base);this._emitPartial(decode_codepoint_1[\"default\"](parsed));this._sectionStart=this._index;}else{this._sectionStart--;}this._state=this._baseState;};Tokenizer.prototype._stateInNumericEntity=function(c){if(c===\";\"){this._decodeNumericEntity(2,10);this._sectionStart++;}else if(c<\"0\"||c>\"9\"){if(!this._xmlMode){this._decodeNumericEntity(2,10);}else{this._state=this._baseState;}this._index--;}};Tokenizer.prototype._stateInHexEntity=function(c){if(c===\";\"){this._decodeNumericEntity(3,16);this._sectionStart++;}else if((c<\"a\"||c>\"f\")&&(c<\"A\"||c>\"F\")&&(c<\"0\"||c>\"9\")){if(!this._xmlMode){this._decodeNumericEntity(3,16);}else{this._state=this._baseState;}this._index--;}};Tokenizer.prototype._cleanup=function(){if(this._sectionStart<0){this._buffer=\"\";this._bufferOffset+=this._index;this._index=0;}else if(this._running){if(this._state===1/* Text */){if(this._sectionStart!==this._index){this._cbs.ontext(this._buffer.substr(this._sectionStart));}this._buffer=\"\";this._bufferOffset+=this._index;this._index=0;}else if(this._sectionStart===this._index){//the section just started\nthis._buffer=\"\";this._bufferOffset+=this._index;this._index=0;}else{//remove everything unnecessary\nthis._buffer=this._buffer.substr(this._sectionStart);this._index-=this._sectionStart;this._bufferOffset+=this._sectionStart;}this._sectionStart=0;}};//TODO make events conditional\nTokenizer.prototype.write=function(chunk){if(this._ended)this._cbs.onerror(Error(\".write() after done!\"));this._buffer+=chunk;this._parse();};// Iterates through the buffer, calling the function corresponding to the current state.\n// States that are more likely to be hit are higher up, as a performance improvement.\nTokenizer.prototype._parse=function(){while(this._index<this._buffer.length&&this._running){var c=this._buffer.charAt(this._index);if(this._state===1/* Text */){this._stateText(c);}else if(this._state===12/* InAttributeValueDq */){this._stateInAttributeValueDoubleQuotes(c);}else if(this._state===9/* InAttributeName */){this._stateInAttributeName(c);}else if(this._state===19/* InComment */){this._stateInComment(c);}else if(this._state===8/* BeforeAttributeName */){this._stateBeforeAttributeName(c);}else if(this._state===3/* InTagName */){this._stateInTagName(c);}else if(this._state===6/* InClosingTagName */){this._stateInClosingTagName(c);}else if(this._state===2/* BeforeTagName */){this._stateBeforeTagName(c);}else if(this._state===10/* AfterAttributeName */){this._stateAfterAttributeName(c);}else if(this._state===13/* InAttributeValueSq */){this._stateInAttributeValueSingleQuotes(c);}else if(this._state===11/* BeforeAttributeValue */){this._stateBeforeAttributeValue(c);}else if(this._state===5/* BeforeClosingTagName */){this._stateBeforeClosingTagName(c);}else if(this._state===7/* AfterClosingTagName */){this._stateAfterClosingTagName(c);}else if(this._state===31/* BeforeSpecial */){this._stateBeforeSpecial(c);}else if(this._state===20/* AfterComment1 */){this._stateAfterComment1(c);}else if(this._state===14/* InAttributeValueNq */){this._stateInAttributeValueNoQuotes(c);}else if(this._state===4/* InSelfClosingTag */){this._stateInSelfClosingTag(c);}else if(this._state===16/* InDeclaration */){this._stateInDeclaration(c);}else if(this._state===15/* BeforeDeclaration */){this._stateBeforeDeclaration(c);}else if(this._state===21/* AfterComment2 */){this._stateAfterComment2(c);}else if(this._state===18/* BeforeComment */){this._stateBeforeComment(c);}else if(this._state===32/* BeforeSpecialEnd */){this._stateBeforeSpecialEnd(c);}else if(this._state===38/* AfterScript1 */){stateAfterScript1(this,c);}else if(this._state===39/* AfterScript2 */){stateAfterScript2(this,c);}else if(this._state===40/* AfterScript3 */){stateAfterScript3(this,c);}else if(this._state===33/* BeforeScript1 */){stateBeforeScript1(this,c);}else if(this._state===34/* BeforeScript2 */){stateBeforeScript2(this,c);}else if(this._state===35/* BeforeScript3 */){stateBeforeScript3(this,c);}else if(this._state===36/* BeforeScript4 */){stateBeforeScript4(this,c);}else if(this._state===37/* BeforeScript5 */){this._stateBeforeScript5(c);}else if(this._state===41/* AfterScript4 */){stateAfterScript4(this,c);}else if(this._state===42/* AfterScript5 */){this._stateAfterScript5(c);}else if(this._state===43/* BeforeStyle1 */){stateBeforeStyle1(this,c);}else if(this._state===28/* InCdata */){this._stateInCdata(c);}else if(this._state===44/* BeforeStyle2 */){stateBeforeStyle2(this,c);}else if(this._state===45/* BeforeStyle3 */){stateBeforeStyle3(this,c);}else if(this._state===46/* BeforeStyle4 */){this._stateBeforeStyle4(c);}else if(this._state===47/* AfterStyle1 */){stateAfterStyle1(this,c);}else if(this._state===48/* AfterStyle2 */){stateAfterStyle2(this,c);}else if(this._state===49/* AfterStyle3 */){stateAfterStyle3(this,c);}else if(this._state===50/* AfterStyle4 */){this._stateAfterStyle4(c);}else if(this._state===17/* InProcessingInstruction */){this._stateInProcessingInstruction(c);}else if(this._state===53/* InNamedEntity */){this._stateInNamedEntity(c);}else if(this._state===22/* BeforeCdata1 */){stateBeforeCdata1(this,c);}else if(this._state===51/* BeforeEntity */){stateBeforeEntity(this,c);}else if(this._state===23/* BeforeCdata2 */){stateBeforeCdata2(this,c);}else if(this._state===24/* BeforeCdata3 */){stateBeforeCdata3(this,c);}else if(this._state===29/* AfterCdata1 */){this._stateAfterCdata1(c);}else if(this._state===30/* AfterCdata2 */){this._stateAfterCdata2(c);}else if(this._state===25/* BeforeCdata4 */){stateBeforeCdata4(this,c);}else if(this._state===26/* BeforeCdata5 */){stateBeforeCdata5(this,c);}else if(this._state===27/* BeforeCdata6 */){this._stateBeforeCdata6(c);}else if(this._state===55/* InHexEntity */){this._stateInHexEntity(c);}else if(this._state===54/* InNumericEntity */){this._stateInNumericEntity(c);}else if(this._state===52/* BeforeNumericEntity */){stateBeforeNumericEntity(this,c);}else{this._cbs.onerror(Error(\"unknown _state\"),this._state);}this._index++;}this._cleanup();};Tokenizer.prototype.pause=function(){this._running=false;};Tokenizer.prototype.resume=function(){this._running=true;if(this._index<this._buffer.length){this._parse();}if(this._ended){this._finish();}};Tokenizer.prototype.end=function(chunk){if(this._ended)this._cbs.onerror(Error(\".end() after done!\"));if(chunk)this.write(chunk);this._ended=true;if(this._running)this._finish();};Tokenizer.prototype._finish=function(){//if there is remaining data, emit it in a reasonable way\nif(this._sectionStart<this._index){this._handleTrailingData();}this._cbs.onend();};Tokenizer.prototype._handleTrailingData=function(){var data=this._buffer.substr(this._sectionStart);if(this._state===28/* InCdata */||this._state===29/* AfterCdata1 */||this._state===30/* AfterCdata2 */){this._cbs.oncdata(data);}else if(this._state===19/* InComment */||this._state===20/* AfterComment1 */||this._state===21/* AfterComment2 */){this._cbs.oncomment(data);}else if(this._state===53/* InNamedEntity */&&!this._xmlMode){this._parseLegacyEntity();if(this._sectionStart<this._index){this._state=this._baseState;this._handleTrailingData();}}else if(this._state===54/* InNumericEntity */&&!this._xmlMode){this._decodeNumericEntity(2,10);if(this._sectionStart<this._index){this._state=this._baseState;this._handleTrailingData();}}else if(this._state===55/* InHexEntity */&&!this._xmlMode){this._decodeNumericEntity(3,16);if(this._sectionStart<this._index){this._state=this._baseState;this._handleTrailingData();}}else if(this._state!==3/* InTagName */&&this._state!==8/* BeforeAttributeName */&&this._state!==11/* BeforeAttributeValue */&&this._state!==10/* AfterAttributeName */&&this._state!==9/* InAttributeName */&&this._state!==13/* InAttributeValueSq */&&this._state!==12/* InAttributeValueDq */&&this._state!==14/* InAttributeValueNq */&&this._state!==6/* InClosingTagName */){this._cbs.ontext(data);}//else, ignore remaining data\n//TODO add a way to remove current tag\n};Tokenizer.prototype.getAbsoluteIndex=function(){return this._bufferOffset+this._index;};Tokenizer.prototype._getSection=function(){return this._buffer.substring(this._sectionStart,this._index);};Tokenizer.prototype._emitToken=function(name){this._cbs[name](this._getSection());this._sectionStart=-1;};Tokenizer.prototype._emitPartial=function(value){if(this._baseState!==1/* Text */){this._cbs.onattribdata(value);//TODO implement the new event\n}else{this._cbs.ontext(value);}};return Tokenizer;}();exports[\"default\"]=Tokenizer;},{\"entities/lib/decode_codepoint\":18,\"entities/lib/maps/entities.json\":22,\"entities/lib/maps/legacy.json\":23,\"entities/lib/maps/xml.json\":24}],31:[function(require,module,exports){\"use strict\";function __export(m){for(var p in m){if(!exports.hasOwnProperty(p))exports[p]=m[p];}}var __importStar=this&&this.__importStar||function(mod){if(mod&&mod.__esModule)return mod;var result={};if(mod!=null)for(var k in mod){if(Object.hasOwnProperty.call(mod,k))result[k]=mod[k];}result[\"default\"]=mod;return result;};Object.defineProperty(exports,\"__esModule\",{value:true});var Parser_1=require(\"./Parser\");exports.Parser=Parser_1.Parser;var domhandler_1=require(\"domhandler\");exports.DomHandler=domhandler_1.DomHandler;exports.DefaultHandler=domhandler_1.DomHandler;// Helper methods\n/**\n * Parses data, returns the resulting DOM.\n *\n * @param data The data that should be parsed.\n * @param options Optional options for the parser and DOM builder.\n */function parseDOM(data,options){var handler=new domhandler_1.DomHandler(void 0,options);new Parser_1.Parser(handler,options).end(data);return handler.dom;}exports.parseDOM=parseDOM;/**\n * Creates a parser instance, with an attached DOM handler.\n *\n * @param cb A callback that will be called once parsing has been completed.\n * @param options Optional options for the parser and DOM builder.\n * @param elementCb An optional callback that will be called every time a tag has been completed inside of the DOM.\n */function createDomStream(cb,options,elementCb){var handler=new domhandler_1.DomHandler(cb,options,elementCb);return new Parser_1.Parser(handler,options);}exports.createDomStream=createDomStream;var Tokenizer_1=require(\"./Tokenizer\");exports.Tokenizer=Tokenizer_1[\"default\"];var ElementType=__importStar(require(\"domelementtype\"));exports.ElementType=ElementType;/**\n * List of all events that the parser emits.\n *\n * Format: eventname: number of arguments.\n */exports.EVENTS={attribute:2,cdatastart:0,cdataend:0,text:1,processinginstruction:2,comment:1,commentend:0,closetag:1,opentag:2,opentagname:1,error:1,end:0};/*\n All of the following exports exist for backwards-compatibility.\n They should probably be removed eventually.\n*/__export(require(\"./FeedHandler\"));__export(require(\"./WritableStream\"));__export(require(\"./CollectingHandler\"));var DomUtils=__importStar(require(\"domutils\"));exports.DomUtils=DomUtils;var FeedHandler_1=require(\"./FeedHandler\");exports.RssHandler=FeedHandler_1.FeedHandler;},{\"./CollectingHandler\":26,\"./FeedHandler\":27,\"./Parser\":29,\"./Tokenizer\":30,\"./WritableStream\":2,\"domelementtype\":6,\"domhandler\":7,\"domutils\":10}],32:[function(require,module,exports){exports.read=function(buffer,offset,isLE,mLen,nBytes){var e,m;var eLen=nBytes*8-mLen-1;var eMax=(1<<eLen)-1;var eBias=eMax>>1;var nBits=-7;var i=isLE?nBytes-1:0;var d=isLE?-1:1;var s=buffer[offset+i];i+=d;e=s&(1<<-nBits)-1;s>>=-nBits;nBits+=eLen;for(;nBits>0;e=e*256+buffer[offset+i],i+=d,nBits-=8){}m=e&(1<<-nBits)-1;e>>=-nBits;nBits+=mLen;for(;nBits>0;m=m*256+buffer[offset+i],i+=d,nBits-=8){}if(e===0){e=1-eBias;}else if(e===eMax){return m?NaN:(s?-1:1)*Infinity;}else{m=m+Math.pow(2,mLen);e=e-eBias;}return(s?-1:1)*m*Math.pow(2,e-mLen);};exports.write=function(buffer,value,offset,isLE,mLen,nBytes){var e,m,c;var eLen=nBytes*8-mLen-1;var eMax=(1<<eLen)-1;var eBias=eMax>>1;var rt=mLen===23?Math.pow(2,-24)-Math.pow(2,-77):0;var i=isLE?0:nBytes-1;var d=isLE?1:-1;var s=value<0||value===0&&1/value<0?1:0;value=Math.abs(value);if(isNaN(value)||value===Infinity){m=isNaN(value)?1:0;e=eMax;}else{e=Math.floor(Math.log(value)/Math.LN2);if(value*(c=Math.pow(2,-e))<1){e--;c*=2;}if(e+eBias>=1){value+=rt/c;}else{value+=rt*Math.pow(2,1-eBias);}if(value*c>=2){e++;c/=2;}if(e+eBias>=eMax){m=0;e=eMax;}else if(e+eBias>=1){m=(value*c-1)*Math.pow(2,mLen);e=e+eBias;}else{m=value*Math.pow(2,eBias-1)*Math.pow(2,mLen);e=0;}}for(;mLen>=8;buffer[offset+i]=m&0xff,i+=d,m/=256,mLen-=8){}e=e<<mLen|m;eLen+=mLen;for(;eLen>0;buffer[offset+i]=e&0xff,i+=d,e/=256,eLen-=8){}buffer[offset+i-d]|=s*128;};},{}],33:[function(require,module,exports){var getNative=require('./_getNative'),root=require('./_root');/* Built-in method references that are verified to be native. */var DataView=getNative(root,'DataView');module.exports=DataView;},{\"./_getNative\":93,\"./_root\":130}],34:[function(require,module,exports){var hashClear=require('./_hashClear'),hashDelete=require('./_hashDelete'),hashGet=require('./_hashGet'),hashHas=require('./_hashHas'),hashSet=require('./_hashSet');/**\n * Creates a hash object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */function Hash(entries){var index=-1,length=entries==null?0:entries.length;this.clear();while(++index<length){var entry=entries[index];this.set(entry[0],entry[1]);}}// Add methods to `Hash`.\nHash.prototype.clear=hashClear;Hash.prototype['delete']=hashDelete;Hash.prototype.get=hashGet;Hash.prototype.has=hashHas;Hash.prototype.set=hashSet;module.exports=Hash;},{\"./_hashClear\":100,\"./_hashDelete\":101,\"./_hashGet\":102,\"./_hashHas\":103,\"./_hashSet\":104}],35:[function(require,module,exports){var listCacheClear=require('./_listCacheClear'),listCacheDelete=require('./_listCacheDelete'),listCacheGet=require('./_listCacheGet'),listCacheHas=require('./_listCacheHas'),listCacheSet=require('./_listCacheSet');/**\n * Creates an list cache object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */function ListCache(entries){var index=-1,length=entries==null?0:entries.length;this.clear();while(++index<length){var entry=entries[index];this.set(entry[0],entry[1]);}}// Add methods to `ListCache`.\nListCache.prototype.clear=listCacheClear;ListCache.prototype['delete']=listCacheDelete;ListCache.prototype.get=listCacheGet;ListCache.prototype.has=listCacheHas;ListCache.prototype.set=listCacheSet;module.exports=ListCache;},{\"./_listCacheClear\":113,\"./_listCacheDelete\":114,\"./_listCacheGet\":115,\"./_listCacheHas\":116,\"./_listCacheSet\":117}],36:[function(require,module,exports){var getNative=require('./_getNative'),root=require('./_root');/* Built-in method references that are verified to be native. */var Map=getNative(root,'Map');module.exports=Map;},{\"./_getNative\":93,\"./_root\":130}],37:[function(require,module,exports){var mapCacheClear=require('./_mapCacheClear'),mapCacheDelete=require('./_mapCacheDelete'),mapCacheGet=require('./_mapCacheGet'),mapCacheHas=require('./_mapCacheHas'),mapCacheSet=require('./_mapCacheSet');/**\n * Creates a map cache object to store key-value pairs.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */function MapCache(entries){var index=-1,length=entries==null?0:entries.length;this.clear();while(++index<length){var entry=entries[index];this.set(entry[0],entry[1]);}}// Add methods to `MapCache`.\nMapCache.prototype.clear=mapCacheClear;MapCache.prototype['delete']=mapCacheDelete;MapCache.prototype.get=mapCacheGet;MapCache.prototype.has=mapCacheHas;MapCache.prototype.set=mapCacheSet;module.exports=MapCache;},{\"./_mapCacheClear\":118,\"./_mapCacheDelete\":119,\"./_mapCacheGet\":120,\"./_mapCacheHas\":121,\"./_mapCacheSet\":122}],38:[function(require,module,exports){var getNative=require('./_getNative'),root=require('./_root');/* Built-in method references that are verified to be native. */var Promise=getNative(root,'Promise');module.exports=Promise;},{\"./_getNative\":93,\"./_root\":130}],39:[function(require,module,exports){var getNative=require('./_getNative'),root=require('./_root');/* Built-in method references that are verified to be native. */var Set=getNative(root,'Set');module.exports=Set;},{\"./_getNative\":93,\"./_root\":130}],40:[function(require,module,exports){var ListCache=require('./_ListCache'),stackClear=require('./_stackClear'),stackDelete=require('./_stackDelete'),stackGet=require('./_stackGet'),stackHas=require('./_stackHas'),stackSet=require('./_stackSet');/**\n * Creates a stack cache object to store key-value pairs.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */function Stack(entries){var data=this.__data__=new ListCache(entries);this.size=data.size;}// Add methods to `Stack`.\nStack.prototype.clear=stackClear;Stack.prototype['delete']=stackDelete;Stack.prototype.get=stackGet;Stack.prototype.has=stackHas;Stack.prototype.set=stackSet;module.exports=Stack;},{\"./_ListCache\":35,\"./_stackClear\":134,\"./_stackDelete\":135,\"./_stackGet\":136,\"./_stackHas\":137,\"./_stackSet\":138}],41:[function(require,module,exports){var root=require('./_root');/** Built-in value references. */var _Symbol=root.Symbol;module.exports=_Symbol;},{\"./_root\":130}],42:[function(require,module,exports){var root=require('./_root');/** Built-in value references. */var Uint8Array=root.Uint8Array;module.exports=Uint8Array;},{\"./_root\":130}],43:[function(require,module,exports){var getNative=require('./_getNative'),root=require('./_root');/* Built-in method references that are verified to be native. */var WeakMap=getNative(root,'WeakMap');module.exports=WeakMap;},{\"./_getNative\":93,\"./_root\":130}],44:[function(require,module,exports){/**\n * A faster alternative to `Function#apply`, this function invokes `func`\n * with the `this` binding of `thisArg` and the arguments of `args`.\n *\n * @private\n * @param {Function} func The function to invoke.\n * @param {*} thisArg The `this` binding of `func`.\n * @param {Array} args The arguments to invoke `func` with.\n * @returns {*} Returns the result of `func`.\n */function apply(func,thisArg,args){switch(args.length){case 0:return func.call(thisArg);case 1:return func.call(thisArg,args[0]);case 2:return func.call(thisArg,args[0],args[1]);case 3:return func.call(thisArg,args[0],args[1],args[2]);}return func.apply(thisArg,args);}module.exports=apply;},{}],45:[function(require,module,exports){/**\n * A specialized version of `_.forEach` for arrays without support for\n * iteratee shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns `array`.\n */function arrayEach(array,iteratee){var index=-1,length=array==null?0:array.length;while(++index<length){if(iteratee(array[index],index,array)===false){break;}}return array;}module.exports=arrayEach;},{}],46:[function(require,module,exports){/**\n * A specialized version of `_.filter` for arrays without support for\n * iteratee shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} predicate The function invoked per iteration.\n * @returns {Array} Returns the new filtered array.\n */function arrayFilter(array,predicate){var index=-1,length=array==null?0:array.length,resIndex=0,result=[];while(++index<length){var value=array[index];if(predicate(value,index,array)){result[resIndex++]=value;}}return result;}module.exports=arrayFilter;},{}],47:[function(require,module,exports){var baseTimes=require('./_baseTimes'),isArguments=require('./isArguments'),isArray=require('./isArray'),isBuffer=require('./isBuffer'),isIndex=require('./_isIndex'),isTypedArray=require('./isTypedArray');/** Used for built-in method references. */var objectProto=Object.prototype;/** Used to check objects for own properties. */var hasOwnProperty=objectProto.hasOwnProperty;/**\n * Creates an array of the enumerable property names of the array-like `value`.\n *\n * @private\n * @param {*} value The value to query.\n * @param {boolean} inherited Specify returning inherited property names.\n * @returns {Array} Returns the array of property names.\n */function arrayLikeKeys(value,inherited){var isArr=isArray(value),isArg=!isArr&&isArguments(value),isBuff=!isArr&&!isArg&&isBuffer(value),isType=!isArr&&!isArg&&!isBuff&&isTypedArray(value),skipIndexes=isArr||isArg||isBuff||isType,result=skipIndexes?baseTimes(value.length,String):[],length=result.length;for(var key in value){if((inherited||hasOwnProperty.call(value,key))&&!(skipIndexes&&(// Safari 9 has enumerable `arguments.length` in strict mode.\nkey=='length'||// Node.js 0.10 has enumerable non-index properties on buffers.\nisBuff&&(key=='offset'||key=='parent')||// PhantomJS 2 has enumerable non-index properties on typed arrays.\nisType&&(key=='buffer'||key=='byteLength'||key=='byteOffset')||// Skip index properties.\nisIndex(key,length)))){result.push(key);}}return result;}module.exports=arrayLikeKeys;},{\"./_baseTimes\":72,\"./_isIndex\":108,\"./isArguments\":145,\"./isArray\":146,\"./isBuffer\":149,\"./isTypedArray\":159}],48:[function(require,module,exports){/**\n * A specialized version of `_.map` for arrays without support for iteratee\n * shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns the new mapped array.\n */function arrayMap(array,iteratee){var index=-1,length=array==null?0:array.length,result=Array(length);while(++index<length){result[index]=iteratee(array[index],index,array);}return result;}module.exports=arrayMap;},{}],49:[function(require,module,exports){/**\n * Appends the elements of `values` to `array`.\n *\n * @private\n * @param {Array} array The array to modify.\n * @param {Array} values The values to append.\n * @returns {Array} Returns `array`.\n */function arrayPush(array,values){var index=-1,length=values.length,offset=array.length;while(++index<length){array[offset+index]=values[index];}return array;}module.exports=arrayPush;},{}],50:[function(require,module,exports){var baseAssignValue=require('./_baseAssignValue'),eq=require('./eq');/**\n * This function is like `assignValue` except that it doesn't assign\n * `undefined` values.\n *\n * @private\n * @param {Object} object The object to modify.\n * @param {string} key The key of the property to assign.\n * @param {*} value The value to assign.\n */function assignMergeValue(object,key,value){if(value!==undefined&&!eq(object[key],value)||value===undefined&&!(key in object)){baseAssignValue(object,key,value);}}module.exports=assignMergeValue;},{\"./_baseAssignValue\":55,\"./eq\":142}],51:[function(require,module,exports){var baseAssignValue=require('./_baseAssignValue'),eq=require('./eq');/** Used for built-in method references. */var objectProto=Object.prototype;/** Used to check objects for own properties. */var hasOwnProperty=objectProto.hasOwnProperty;/**\n * Assigns `value` to `key` of `object` if the existing value is not equivalent\n * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * for equality comparisons.\n *\n * @private\n * @param {Object} object The object to modify.\n * @param {string} key The key of the property to assign.\n * @param {*} value The value to assign.\n */function assignValue(object,key,value){var objValue=object[key];if(!(hasOwnProperty.call(object,key)&&eq(objValue,value))||value===undefined&&!(key in object)){baseAssignValue(object,key,value);}}module.exports=assignValue;},{\"./_baseAssignValue\":55,\"./eq\":142}],52:[function(require,module,exports){var eq=require('./eq');/**\n * Gets the index at which the `key` is found in `array` of key-value pairs.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {*} key The key to search for.\n * @returns {number} Returns the index of the matched value, else `-1`.\n */function assocIndexOf(array,key){var length=array.length;while(length--){if(eq(array[length][0],key)){return length;}}return-1;}module.exports=assocIndexOf;},{\"./eq\":142}],53:[function(require,module,exports){var copyObject=require('./_copyObject'),keys=require('./keys');/**\n * The base implementation of `_.assign` without support for multiple sources\n * or `customizer` functions.\n *\n * @private\n * @param {Object} object The destination object.\n * @param {Object} source The source object.\n * @returns {Object} Returns `object`.\n */function baseAssign(object,source){return object&&copyObject(source,keys(source),object);}module.exports=baseAssign;},{\"./_copyObject\":82,\"./keys\":160}],54:[function(require,module,exports){var copyObject=require('./_copyObject'),keysIn=require('./keysIn');/**\n * The base implementation of `_.assignIn` without support for multiple sources\n * or `customizer` functions.\n *\n * @private\n * @param {Object} object The destination object.\n * @param {Object} source The source object.\n * @returns {Object} Returns `object`.\n */function baseAssignIn(object,source){return object&&copyObject(source,keysIn(source),object);}module.exports=baseAssignIn;},{\"./_copyObject\":82,\"./keysIn\":161}],55:[function(require,module,exports){var defineProperty=require('./_defineProperty');/**\n * The base implementation of `assignValue` and `assignMergeValue` without\n * value checks.\n *\n * @private\n * @param {Object} object The object to modify.\n * @param {string} key The key of the property to assign.\n * @param {*} value The value to assign.\n */function baseAssignValue(object,key,value){if(key=='__proto__'&&defineProperty){defineProperty(object,key,{'configurable':true,'enumerable':true,'value':value,'writable':true});}else{object[key]=value;}}module.exports=baseAssignValue;},{\"./_defineProperty\":88}],56:[function(require,module,exports){var Stack=require('./_Stack'),arrayEach=require('./_arrayEach'),assignValue=require('./_assignValue'),baseAssign=require('./_baseAssign'),baseAssignIn=require('./_baseAssignIn'),cloneBuffer=require('./_cloneBuffer'),copyArray=require('./_copyArray'),copySymbols=require('./_copySymbols'),copySymbolsIn=require('./_copySymbolsIn'),getAllKeys=require('./_getAllKeys'),getAllKeysIn=require('./_getAllKeysIn'),getTag=require('./_getTag'),initCloneArray=require('./_initCloneArray'),initCloneByTag=require('./_initCloneByTag'),initCloneObject=require('./_initCloneObject'),isArray=require('./isArray'),isBuffer=require('./isBuffer'),isMap=require('./isMap'),isObject=require('./isObject'),isSet=require('./isSet'),keys=require('./keys'),keysIn=require('./keysIn');/** Used to compose bitmasks for cloning. */var CLONE_DEEP_FLAG=1,CLONE_FLAT_FLAG=2,CLONE_SYMBOLS_FLAG=4;/** `Object#toString` result references. */var argsTag='[object Arguments]',arrayTag='[object Array]',boolTag='[object Boolean]',dateTag='[object Date]',errorTag='[object Error]',funcTag='[object Function]',genTag='[object GeneratorFunction]',mapTag='[object Map]',numberTag='[object Number]',objectTag='[object Object]',regexpTag='[object RegExp]',setTag='[object Set]',stringTag='[object String]',symbolTag='[object Symbol]',weakMapTag='[object WeakMap]';var arrayBufferTag='[object ArrayBuffer]',dataViewTag='[object DataView]',float32Tag='[object Float32Array]',float64Tag='[object Float64Array]',int8Tag='[object Int8Array]',int16Tag='[object Int16Array]',int32Tag='[object Int32Array]',uint8Tag='[object Uint8Array]',uint8ClampedTag='[object Uint8ClampedArray]',uint16Tag='[object Uint16Array]',uint32Tag='[object Uint32Array]';/** Used to identify `toStringTag` values supported by `_.clone`. */var cloneableTags={};cloneableTags[argsTag]=cloneableTags[arrayTag]=cloneableTags[arrayBufferTag]=cloneableTags[dataViewTag]=cloneableTags[boolTag]=cloneableTags[dateTag]=cloneableTags[float32Tag]=cloneableTags[float64Tag]=cloneableTags[int8Tag]=cloneableTags[int16Tag]=cloneableTags[int32Tag]=cloneableTags[mapTag]=cloneableTags[numberTag]=cloneableTags[objectTag]=cloneableTags[regexpTag]=cloneableTags[setTag]=cloneableTags[stringTag]=cloneableTags[symbolTag]=cloneableTags[uint8Tag]=cloneableTags[uint8ClampedTag]=cloneableTags[uint16Tag]=cloneableTags[uint32Tag]=true;cloneableTags[errorTag]=cloneableTags[funcTag]=cloneableTags[weakMapTag]=false;/**\n * The base implementation of `_.clone` and `_.cloneDeep` which tracks\n * traversed objects.\n *\n * @private\n * @param {*} value The value to clone.\n * @param {boolean} bitmask The bitmask flags.\n * 1 - Deep clone\n * 2 - Flatten inherited properties\n * 4 - Clone symbols\n * @param {Function} [customizer] The function to customize cloning.\n * @param {string} [key] The key of `value`.\n * @param {Object} [object] The parent object of `value`.\n * @param {Object} [stack] Tracks traversed objects and their clone counterparts.\n * @returns {*} Returns the cloned value.\n */function baseClone(value,bitmask,customizer,key,object,stack){var result,isDeep=bitmask&CLONE_DEEP_FLAG,isFlat=bitmask&CLONE_FLAT_FLAG,isFull=bitmask&CLONE_SYMBOLS_FLAG;if(customizer){result=object?customizer(value,key,object,stack):customizer(value);}if(result!==undefined){return result;}if(!isObject(value)){return value;}var isArr=isArray(value);if(isArr){result=initCloneArray(value);if(!isDeep){return copyArray(value,result);}}else{var tag=getTag(value),isFunc=tag==funcTag||tag==genTag;if(isBuffer(value)){return cloneBuffer(value,isDeep);}if(tag==objectTag||tag==argsTag||isFunc&&!object){result=isFlat||isFunc?{}:initCloneObject(value);if(!isDeep){return isFlat?copySymbolsIn(value,baseAssignIn(result,value)):copySymbols(value,baseAssign(result,value));}}else{if(!cloneableTags[tag]){return object?value:{};}result=initCloneByTag(value,tag,isDeep);}}// Check for circular references and return its corresponding clone.\nstack||(stack=new Stack());var stacked=stack.get(value);if(stacked){return stacked;}stack.set(value,result);if(isSet(value)){value.forEach(function(subValue){result.add(baseClone(subValue,bitmask,customizer,subValue,value,stack));});}else if(isMap(value)){value.forEach(function(subValue,key){result.set(key,baseClone(subValue,bitmask,customizer,key,value,stack));});}var keysFunc=isFull?isFlat?getAllKeysIn:getAllKeys:isFlat?keysIn:keys;var props=isArr?undefined:keysFunc(value);arrayEach(props||value,function(subValue,key){if(props){key=subValue;subValue=value[key];}// Recursively populate clone (susceptible to call stack limits).\nassignValue(result,key,baseClone(subValue,bitmask,customizer,key,value,stack));});return result;}module.exports=baseClone;},{\"./_Stack\":40,\"./_arrayEach\":45,\"./_assignValue\":51,\"./_baseAssign\":53,\"./_baseAssignIn\":54,\"./_cloneBuffer\":76,\"./_copyArray\":81,\"./_copySymbols\":83,\"./_copySymbolsIn\":84,\"./_getAllKeys\":90,\"./_getAllKeysIn\":91,\"./_getTag\":98,\"./_initCloneArray\":105,\"./_initCloneByTag\":106,\"./_initCloneObject\":107,\"./isArray\":146,\"./isBuffer\":149,\"./isMap\":152,\"./isObject\":153,\"./isSet\":156,\"./keys\":160,\"./keysIn\":161}],57:[function(require,module,exports){var isObject=require('./isObject');/** Built-in value references. */var objectCreate=Object.create;/**\n * The base implementation of `_.create` without support for assigning\n * properties to the created object.\n *\n * @private\n * @param {Object} proto The object to inherit from.\n * @returns {Object} Returns the new object.\n */var baseCreate=function(){function object(){}return function(proto){if(!isObject(proto)){return{};}if(objectCreate){return objectCreate(proto);}object.prototype=proto;var result=new object();object.prototype=undefined;return result;};}();module.exports=baseCreate;},{\"./isObject\":153}],58:[function(require,module,exports){var createBaseFor=require('./_createBaseFor');/**\n * The base implementation of `baseForOwn` which iterates over `object`\n * properties returned by `keysFunc` and invokes `iteratee` for each property.\n * Iteratee functions may exit iteration early by explicitly returning `false`.\n *\n * @private\n * @param {Object} object The object to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @param {Function} keysFunc The function to get the keys of `object`.\n * @returns {Object} Returns `object`.\n */var baseFor=createBaseFor();module.exports=baseFor;},{\"./_createBaseFor\":87}],59:[function(require,module,exports){var arrayPush=require('./_arrayPush'),isArray=require('./isArray');/**\n * The base implementation of `getAllKeys` and `getAllKeysIn` which uses\n * `keysFunc` and `symbolsFunc` to get the enumerable property names and\n * symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {Function} keysFunc The function to get the keys of `object`.\n * @param {Function} symbolsFunc The function to get the symbols of `object`.\n * @returns {Array} Returns the array of property names and symbols.\n */function baseGetAllKeys(object,keysFunc,symbolsFunc){var result=keysFunc(object);return isArray(object)?result:arrayPush(result,symbolsFunc(object));}module.exports=baseGetAllKeys;},{\"./_arrayPush\":49,\"./isArray\":146}],60:[function(require,module,exports){var _Symbol2=require('./_Symbol'),getRawTag=require('./_getRawTag'),objectToString=require('./_objectToString');/** `Object#toString` result references. */var nullTag='[object Null]',undefinedTag='[object Undefined]';/** Built-in value references. */var symToStringTag=_Symbol2?_Symbol2.toStringTag:undefined;/**\n * The base implementation of `getTag` without fallbacks for buggy environments.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the `toStringTag`.\n */function baseGetTag(value){if(value==null){return value===undefined?undefinedTag:nullTag;}return symToStringTag&&symToStringTag in Object(value)?getRawTag(value):objectToString(value);}module.exports=baseGetTag;},{\"./_Symbol\":41,\"./_getRawTag\":95,\"./_objectToString\":127}],61:[function(require,module,exports){var baseGetTag=require('./_baseGetTag'),isObjectLike=require('./isObjectLike');/** `Object#toString` result references. */var argsTag='[object Arguments]';/**\n * The base implementation of `_.isArguments`.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an `arguments` object,\n */function baseIsArguments(value){return isObjectLike(value)&&baseGetTag(value)==argsTag;}module.exports=baseIsArguments;},{\"./_baseGetTag\":60,\"./isObjectLike\":154}],62:[function(require,module,exports){var getTag=require('./_getTag'),isObjectLike=require('./isObjectLike');/** `Object#toString` result references. */var mapTag='[object Map]';/**\n * The base implementation of `_.isMap` without Node.js optimizations.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a map, else `false`.\n */function baseIsMap(value){return isObjectLike(value)&&getTag(value)==mapTag;}module.exports=baseIsMap;},{\"./_getTag\":98,\"./isObjectLike\":154}],63:[function(require,module,exports){var isFunction=require('./isFunction'),isMasked=require('./_isMasked'),isObject=require('./isObject'),toSource=require('./_toSource');/**\n * Used to match `RegExp`\n * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).\n */var reRegExpChar=/[\\\\^$.*+?()[\\]{}|]/g;/** Used to detect host constructors (Safari). */var reIsHostCtor=/^\\[object .+?Constructor\\]$/;/** Used for built-in method references. */var funcProto=Function.prototype,objectProto=Object.prototype;/** Used to resolve the decompiled source of functions. */var funcToString=funcProto.toString;/** Used to check objects for own properties. */var hasOwnProperty=objectProto.hasOwnProperty;/** Used to detect if a method is native. */var reIsNative=RegExp('^'+funcToString.call(hasOwnProperty).replace(reRegExpChar,'\\\\$&').replace(/hasOwnProperty|(function).*?(?=\\\\\\()| for .+?(?=\\\\\\])/g,'$1.*?')+'$');/**\n * The base implementation of `_.isNative` without bad shim checks.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a native function,\n * else `false`.\n */function baseIsNative(value){if(!isObject(value)||isMasked(value)){return false;}var pattern=isFunction(value)?reIsNative:reIsHostCtor;return pattern.test(toSource(value));}module.exports=baseIsNative;},{\"./_isMasked\":111,\"./_toSource\":139,\"./isFunction\":150,\"./isObject\":153}],64:[function(require,module,exports){var getTag=require('./_getTag'),isObjectLike=require('./isObjectLike');/** `Object#toString` result references. */var setTag='[object Set]';/**\n * The base implementation of `_.isSet` without Node.js optimizations.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a set, else `false`.\n */function baseIsSet(value){return isObjectLike(value)&&getTag(value)==setTag;}module.exports=baseIsSet;},{\"./_getTag\":98,\"./isObjectLike\":154}],65:[function(require,module,exports){var baseGetTag=require('./_baseGetTag'),isLength=require('./isLength'),isObjectLike=require('./isObjectLike');/** `Object#toString` result references. */var argsTag='[object Arguments]',arrayTag='[object Array]',boolTag='[object Boolean]',dateTag='[object Date]',errorTag='[object Error]',funcTag='[object Function]',mapTag='[object Map]',numberTag='[object Number]',objectTag='[object Object]',regexpTag='[object RegExp]',setTag='[object Set]',stringTag='[object String]',weakMapTag='[object WeakMap]';var arrayBufferTag='[object ArrayBuffer]',dataViewTag='[object DataView]',float32Tag='[object Float32Array]',float64Tag='[object Float64Array]',int8Tag='[object Int8Array]',int16Tag='[object Int16Array]',int32Tag='[object Int32Array]',uint8Tag='[object Uint8Array]',uint8ClampedTag='[object Uint8ClampedArray]',uint16Tag='[object Uint16Array]',uint32Tag='[object Uint32Array]';/** Used to identify `toStringTag` values of typed arrays. */var typedArrayTags={};typedArrayTags[float32Tag]=typedArrayTags[float64Tag]=typedArrayTags[int8Tag]=typedArrayTags[int16Tag]=typedArrayTags[int32Tag]=typedArrayTags[uint8Tag]=typedArrayTags[uint8ClampedTag]=typedArrayTags[uint16Tag]=typedArrayTags[uint32Tag]=true;typedArrayTags[argsTag]=typedArrayTags[arrayTag]=typedArrayTags[arrayBufferTag]=typedArrayTags[boolTag]=typedArrayTags[dataViewTag]=typedArrayTags[dateTag]=typedArrayTags[errorTag]=typedArrayTags[funcTag]=typedArrayTags[mapTag]=typedArrayTags[numberTag]=typedArrayTags[objectTag]=typedArrayTags[regexpTag]=typedArrayTags[setTag]=typedArrayTags[stringTag]=typedArrayTags[weakMapTag]=false;/**\n * The base implementation of `_.isTypedArray` without Node.js optimizations.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.\n */function baseIsTypedArray(value){return isObjectLike(value)&&isLength(value.length)&&!!typedArrayTags[baseGetTag(value)];}module.exports=baseIsTypedArray;},{\"./_baseGetTag\":60,\"./isLength\":151,\"./isObjectLike\":154}],66:[function(require,module,exports){var isPrototype=require('./_isPrototype'),nativeKeys=require('./_nativeKeys');/** Used for built-in method references. */var objectProto=Object.prototype;/** Used to check objects for own properties. */var hasOwnProperty=objectProto.hasOwnProperty;/**\n * The base implementation of `_.keys` which doesn't treat sparse arrays as dense.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n */function baseKeys(object){if(!isPrototype(object)){return nativeKeys(object);}var result=[];for(var key in Object(object)){if(hasOwnProperty.call(object,key)&&key!='constructor'){result.push(key);}}return result;}module.exports=baseKeys;},{\"./_isPrototype\":112,\"./_nativeKeys\":124}],67:[function(require,module,exports){var isObject=require('./isObject'),isPrototype=require('./_isPrototype'),nativeKeysIn=require('./_nativeKeysIn');/** Used for built-in method references. */var objectProto=Object.prototype;/** Used to check objects for own properties. */var hasOwnProperty=objectProto.hasOwnProperty;/**\n * The base implementation of `_.keysIn` which doesn't treat sparse arrays as dense.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n */function baseKeysIn(object){if(!isObject(object)){return nativeKeysIn(object);}var isProto=isPrototype(object),result=[];for(var key in object){if(!(key=='constructor'&&(isProto||!hasOwnProperty.call(object,key)))){result.push(key);}}return result;}module.exports=baseKeysIn;},{\"./_isPrototype\":112,\"./_nativeKeysIn\":125,\"./isObject\":153}],68:[function(require,module,exports){var Stack=require('./_Stack'),assignMergeValue=require('./_assignMergeValue'),baseFor=require('./_baseFor'),baseMergeDeep=require('./_baseMergeDeep'),isObject=require('./isObject'),keysIn=require('./keysIn'),safeGet=require('./_safeGet');/**\n * The base implementation of `_.merge` without support for multiple sources.\n *\n * @private\n * @param {Object} object The destination object.\n * @param {Object} source The source object.\n * @param {number} srcIndex The index of `source`.\n * @param {Function} [customizer] The function to customize merged values.\n * @param {Object} [stack] Tracks traversed source values and their merged\n * counterparts.\n */function baseMerge(object,source,srcIndex,customizer,stack){if(object===source){return;}baseFor(source,function(srcValue,key){stack||(stack=new Stack());if(isObject(srcValue)){baseMergeDeep(object,source,key,srcIndex,baseMerge,customizer,stack);}else{var newValue=customizer?customizer(safeGet(object,key),srcValue,key+'',object,source,stack):undefined;if(newValue===undefined){newValue=srcValue;}assignMergeValue(object,key,newValue);}},keysIn);}module.exports=baseMerge;},{\"./_Stack\":40,\"./_assignMergeValue\":50,\"./_baseFor\":58,\"./_baseMergeDeep\":69,\"./_safeGet\":131,\"./isObject\":153,\"./keysIn\":161}],69:[function(require,module,exports){var assignMergeValue=require('./_assignMergeValue'),cloneBuffer=require('./_cloneBuffer'),cloneTypedArray=require('./_cloneTypedArray'),copyArray=require('./_copyArray'),initCloneObject=require('./_initCloneObject'),isArguments=require('./isArguments'),isArray=require('./isArray'),isArrayLikeObject=require('./isArrayLikeObject'),isBuffer=require('./isBuffer'),isFunction=require('./isFunction'),isObject=require('./isObject'),isPlainObject=require('./isPlainObject'),isTypedArray=require('./isTypedArray'),safeGet=require('./_safeGet'),toPlainObject=require('./toPlainObject');/**\n * A specialized version of `baseMerge` for arrays and objects which performs\n * deep merges and tracks traversed objects enabling objects with circular\n * references to be merged.\n *\n * @private\n * @param {Object} object The destination object.\n * @param {Object} source The source object.\n * @param {string} key The key of the value to merge.\n * @param {number} srcIndex The index of `source`.\n * @param {Function} mergeFunc The function to merge values.\n * @param {Function} [customizer] The function to customize assigned values.\n * @param {Object} [stack] Tracks traversed source values and their merged\n * counterparts.\n */function baseMergeDeep(object,source,key,srcIndex,mergeFunc,customizer,stack){var objValue=safeGet(object,key),srcValue=safeGet(source,key),stacked=stack.get(srcValue);if(stacked){assignMergeValue(object,key,stacked);return;}var newValue=customizer?customizer(objValue,srcValue,key+'',object,source,stack):undefined;var isCommon=newValue===undefined;if(isCommon){var isArr=isArray(srcValue),isBuff=!isArr&&isBuffer(srcValue),isTyped=!isArr&&!isBuff&&isTypedArray(srcValue);newValue=srcValue;if(isArr||isBuff||isTyped){if(isArray(objValue)){newValue=objValue;}else if(isArrayLikeObject(objValue)){newValue=copyArray(objValue);}else if(isBuff){isCommon=false;newValue=cloneBuffer(srcValue,true);}else if(isTyped){isCommon=false;newValue=cloneTypedArray(srcValue,true);}else{newValue=[];}}else if(isPlainObject(srcValue)||isArguments(srcValue)){newValue=objValue;if(isArguments(objValue)){newValue=toPlainObject(objValue);}else if(!isObject(objValue)||isFunction(objValue)){newValue=initCloneObject(srcValue);}}else{isCommon=false;}}if(isCommon){// Recursively merge objects and arrays (susceptible to call stack limits).\nstack.set(srcValue,newValue);mergeFunc(newValue,srcValue,srcIndex,customizer,stack);stack['delete'](srcValue);}assignMergeValue(object,key,newValue);}module.exports=baseMergeDeep;},{\"./_assignMergeValue\":50,\"./_cloneBuffer\":76,\"./_cloneTypedArray\":80,\"./_copyArray\":81,\"./_initCloneObject\":107,\"./_safeGet\":131,\"./isArguments\":145,\"./isArray\":146,\"./isArrayLikeObject\":148,\"./isBuffer\":149,\"./isFunction\":150,\"./isObject\":153,\"./isPlainObject\":155,\"./isTypedArray\":159,\"./toPlainObject\":165}],70:[function(require,module,exports){var identity=require('./identity'),overRest=require('./_overRest'),setToString=require('./_setToString');/**\n * The base implementation of `_.rest` which doesn't validate or coerce arguments.\n *\n * @private\n * @param {Function} func The function to apply a rest parameter to.\n * @param {number} [start=func.length-1] The start position of the rest parameter.\n * @returns {Function} Returns the new function.\n */function baseRest(func,start){return setToString(overRest(func,start,identity),func+'');}module.exports=baseRest;},{\"./_overRest\":129,\"./_setToString\":132,\"./identity\":144}],71:[function(require,module,exports){var constant=require('./constant'),defineProperty=require('./_defineProperty'),identity=require('./identity');/**\n * The base implementation of `setToString` without support for hot loop shorting.\n *\n * @private\n * @param {Function} func The function to modify.\n * @param {Function} string The `toString` result.\n * @returns {Function} Returns `func`.\n */var baseSetToString=!defineProperty?identity:function(func,string){return defineProperty(func,'toString',{'configurable':true,'enumerable':false,'value':constant(string),'writable':true});};module.exports=baseSetToString;},{\"./_defineProperty\":88,\"./constant\":141,\"./identity\":144}],72:[function(require,module,exports){/**\n * The base implementation of `_.times` without support for iteratee shorthands\n * or max array length checks.\n *\n * @private\n * @param {number} n The number of times to invoke `iteratee`.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns the array of results.\n */function baseTimes(n,iteratee){var index=-1,result=Array(n);while(++index<n){result[index]=iteratee(index);}return result;}module.exports=baseTimes;},{}],73:[function(require,module,exports){var _Symbol3=require('./_Symbol'),arrayMap=require('./_arrayMap'),isArray=require('./isArray'),isSymbol=require('./isSymbol');/** Used as references for various `Number` constants. */var INFINITY=1/0;/** Used to convert symbols to primitives and strings. */var symbolProto=_Symbol3?_Symbol3.prototype:undefined,symbolToString=symbolProto?symbolProto.toString:undefined;/**\n * The base implementation of `_.toString` which doesn't convert nullish\n * values to empty strings.\n *\n * @private\n * @param {*} value The value to process.\n * @returns {string} Returns the string.\n */function baseToString(value){// Exit early for strings to avoid a performance hit in some environments.\nif(typeof value=='string'){return value;}if(isArray(value)){// Recursively convert values (susceptible to call stack limits).\nreturn arrayMap(value,baseToString)+'';}if(isSymbol(value)){return symbolToString?symbolToString.call(value):'';}var result=value+'';return result=='0'&&1/value==-INFINITY?'-0':result;}module.exports=baseToString;},{\"./_Symbol\":41,\"./_arrayMap\":48,\"./isArray\":146,\"./isSymbol\":158}],74:[function(require,module,exports){/**\n * The base implementation of `_.unary` without support for storing metadata.\n *\n * @private\n * @param {Function} func The function to cap arguments for.\n * @returns {Function} Returns the new capped function.\n */function baseUnary(func){return function(value){return func(value);};}module.exports=baseUnary;},{}],75:[function(require,module,exports){var Uint8Array=require('./_Uint8Array');/**\n * Creates a clone of `arrayBuffer`.\n *\n * @private\n * @param {ArrayBuffer} arrayBuffer The array buffer to clone.\n * @returns {ArrayBuffer} Returns the cloned array buffer.\n */function cloneArrayBuffer(arrayBuffer){var result=new arrayBuffer.constructor(arrayBuffer.byteLength);new Uint8Array(result).set(new Uint8Array(arrayBuffer));return result;}module.exports=cloneArrayBuffer;},{\"./_Uint8Array\":42}],76:[function(require,module,exports){var root=require('./_root');/** Detect free variable `exports`. */var freeExports=_typeof(exports)=='object'&&exports&&!exports.nodeType&&exports;/** Detect free variable `module`. */var freeModule=freeExports&&_typeof(module)=='object'&&module&&!module.nodeType&&module;/** Detect the popular CommonJS extension `module.exports`. */var moduleExports=freeModule&&freeModule.exports===freeExports;/** Built-in value references. */var Buffer=moduleExports?root.Buffer:undefined,allocUnsafe=Buffer?Buffer.allocUnsafe:undefined;/**\n * Creates a clone of `buffer`.\n *\n * @private\n * @param {Buffer} buffer The buffer to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Buffer} Returns the cloned buffer.\n */function cloneBuffer(buffer,isDeep){if(isDeep){return buffer.slice();}var length=buffer.length,result=allocUnsafe?allocUnsafe(length):new buffer.constructor(length);buffer.copy(result);return result;}module.exports=cloneBuffer;},{\"./_root\":130}],77:[function(require,module,exports){var cloneArrayBuffer=require('./_cloneArrayBuffer');/**\n * Creates a clone of `dataView`.\n *\n * @private\n * @param {Object} dataView The data view to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the cloned data view.\n */function cloneDataView(dataView,isDeep){var buffer=isDeep?cloneArrayBuffer(dataView.buffer):dataView.buffer;return new dataView.constructor(buffer,dataView.byteOffset,dataView.byteLength);}module.exports=cloneDataView;},{\"./_cloneArrayBuffer\":75}],78:[function(require,module,exports){/** Used to match `RegExp` flags from their coerced string values. */var reFlags=/\\w*$/;/**\n * Creates a clone of `regexp`.\n *\n * @private\n * @param {Object} regexp The regexp to clone.\n * @returns {Object} Returns the cloned regexp.\n */function cloneRegExp(regexp){var result=new regexp.constructor(regexp.source,reFlags.exec(regexp));result.lastIndex=regexp.lastIndex;return result;}module.exports=cloneRegExp;},{}],79:[function(require,module,exports){var _Symbol4=require('./_Symbol');/** Used to convert symbols to primitives and strings. */var symbolProto=_Symbol4?_Symbol4.prototype:undefined,symbolValueOf=symbolProto?symbolProto.valueOf:undefined;/**\n * Creates a clone of the `symbol` object.\n *\n * @private\n * @param {Object} symbol The symbol object to clone.\n * @returns {Object} Returns the cloned symbol object.\n */function cloneSymbol(symbol){return symbolValueOf?Object(symbolValueOf.call(symbol)):{};}module.exports=cloneSymbol;},{\"./_Symbol\":41}],80:[function(require,module,exports){var cloneArrayBuffer=require('./_cloneArrayBuffer');/**\n * Creates a clone of `typedArray`.\n *\n * @private\n * @param {Object} typedArray The typed array to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the cloned typed array.\n */function cloneTypedArray(typedArray,isDeep){var buffer=isDeep?cloneArrayBuffer(typedArray.buffer):typedArray.buffer;return new typedArray.constructor(buffer,typedArray.byteOffset,typedArray.length);}module.exports=cloneTypedArray;},{\"./_cloneArrayBuffer\":75}],81:[function(require,module,exports){/**\n * Copies the values of `source` to `array`.\n *\n * @private\n * @param {Array} source The array to copy values from.\n * @param {Array} [array=[]] The array to copy values to.\n * @returns {Array} Returns `array`.\n */function copyArray(source,array){var index=-1,length=source.length;array||(array=Array(length));while(++index<length){array[index]=source[index];}return array;}module.exports=copyArray;},{}],82:[function(require,module,exports){var assignValue=require('./_assignValue'),baseAssignValue=require('./_baseAssignValue');/**\n * Copies properties of `source` to `object`.\n *\n * @private\n * @param {Object} source The object to copy properties from.\n * @param {Array} props The property identifiers to copy.\n * @param {Object} [object={}] The object to copy properties to.\n * @param {Function} [customizer] The function to customize copied values.\n * @returns {Object} Returns `object`.\n */function copyObject(source,props,object,customizer){var isNew=!object;object||(object={});var index=-1,length=props.length;while(++index<length){var key=props[index];var newValue=customizer?customizer(object[key],source[key],key,object,source):undefined;if(newValue===undefined){newValue=source[key];}if(isNew){baseAssignValue(object,key,newValue);}else{assignValue(object,key,newValue);}}return object;}module.exports=copyObject;},{\"./_assignValue\":51,\"./_baseAssignValue\":55}],83:[function(require,module,exports){var copyObject=require('./_copyObject'),getSymbols=require('./_getSymbols');/**\n * Copies own symbols of `source` to `object`.\n *\n * @private\n * @param {Object} source The object to copy symbols from.\n * @param {Object} [object={}] The object to copy symbols to.\n * @returns {Object} Returns `object`.\n */function copySymbols(source,object){return copyObject(source,getSymbols(source),object);}module.exports=copySymbols;},{\"./_copyObject\":82,\"./_getSymbols\":96}],84:[function(require,module,exports){var copyObject=require('./_copyObject'),getSymbolsIn=require('./_getSymbolsIn');/**\n * Copies own and inherited symbols of `source` to `object`.\n *\n * @private\n * @param {Object} source The object to copy symbols from.\n * @param {Object} [object={}] The object to copy symbols to.\n * @returns {Object} Returns `object`.\n */function copySymbolsIn(source,object){return copyObject(source,getSymbolsIn(source),object);}module.exports=copySymbolsIn;},{\"./_copyObject\":82,\"./_getSymbolsIn\":97}],85:[function(require,module,exports){var root=require('./_root');/** Used to detect overreaching core-js shims. */var coreJsData=root['__core-js_shared__'];module.exports=coreJsData;},{\"./_root\":130}],86:[function(require,module,exports){var baseRest=require('./_baseRest'),isIterateeCall=require('./_isIterateeCall');/**\n * Creates a function like `_.assign`.\n *\n * @private\n * @param {Function} assigner The function to assign values.\n * @returns {Function} Returns the new assigner function.\n */function createAssigner(assigner){return baseRest(function(object,sources){var index=-1,length=sources.length,customizer=length>1?sources[length-1]:undefined,guard=length>2?sources[2]:undefined;customizer=assigner.length>3&&typeof customizer=='function'?(length--,customizer):undefined;if(guard&&isIterateeCall(sources[0],sources[1],guard)){customizer=length<3?undefined:customizer;length=1;}object=Object(object);while(++index<length){var source=sources[index];if(source){assigner(object,source,index,customizer);}}return object;});}module.exports=createAssigner;},{\"./_baseRest\":70,\"./_isIterateeCall\":109}],87:[function(require,module,exports){/**\n * Creates a base function for methods like `_.forIn` and `_.forOwn`.\n *\n * @private\n * @param {boolean} [fromRight] Specify iterating from right to left.\n * @returns {Function} Returns the new base function.\n */function createBaseFor(fromRight){return function(object,iteratee,keysFunc){var index=-1,iterable=Object(object),props=keysFunc(object),length=props.length;while(length--){var key=props[fromRight?length:++index];if(iteratee(iterable[key],key,iterable)===false){break;}}return object;};}module.exports=createBaseFor;},{}],88:[function(require,module,exports){var getNative=require('./_getNative');var defineProperty=function(){try{var func=getNative(Object,'defineProperty');func({},'',{});return func;}catch(e){}}();module.exports=defineProperty;},{\"./_getNative\":93}],89:[function(require,module,exports){(function(global){/** Detect free variable `global` from Node.js. */var freeGlobal=_typeof(global)=='object'&&global&&global.Object===Object&&global;module.exports=freeGlobal;}).call(this,typeof global!==\"undefined\"?global:typeof self!==\"undefined\"?self:typeof window!==\"undefined\"?window:{});},{}],90:[function(require,module,exports){var baseGetAllKeys=require('./_baseGetAllKeys'),getSymbols=require('./_getSymbols'),keys=require('./keys');/**\n * Creates an array of own enumerable property names and symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names and symbols.\n */function getAllKeys(object){return baseGetAllKeys(object,keys,getSymbols);}module.exports=getAllKeys;},{\"./_baseGetAllKeys\":59,\"./_getSymbols\":96,\"./keys\":160}],91:[function(require,module,exports){var baseGetAllKeys=require('./_baseGetAllKeys'),getSymbolsIn=require('./_getSymbolsIn'),keysIn=require('./keysIn');/**\n * Creates an array of own and inherited enumerable property names and\n * symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names and symbols.\n */function getAllKeysIn(object){return baseGetAllKeys(object,keysIn,getSymbolsIn);}module.exports=getAllKeysIn;},{\"./_baseGetAllKeys\":59,\"./_getSymbolsIn\":97,\"./keysIn\":161}],92:[function(require,module,exports){var isKeyable=require('./_isKeyable');/**\n * Gets the data for `map`.\n *\n * @private\n * @param {Object} map The map to query.\n * @param {string} key The reference key.\n * @returns {*} Returns the map data.\n */function getMapData(map,key){var data=map.__data__;return isKeyable(key)?data[typeof key=='string'?'string':'hash']:data.map;}module.exports=getMapData;},{\"./_isKeyable\":110}],93:[function(require,module,exports){var baseIsNative=require('./_baseIsNative'),getValue=require('./_getValue');/**\n * Gets the native function at `key` of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {string} key The key of the method to get.\n * @returns {*} Returns the function if it's native, else `undefined`.\n */function getNative(object,key){var value=getValue(object,key);return baseIsNative(value)?value:undefined;}module.exports=getNative;},{\"./_baseIsNative\":63,\"./_getValue\":99}],94:[function(require,module,exports){var overArg=require('./_overArg');/** Built-in value references. */var getPrototype=overArg(Object.getPrototypeOf,Object);module.exports=getPrototype;},{\"./_overArg\":128}],95:[function(require,module,exports){var _Symbol5=require('./_Symbol');/** Used for built-in method references. */var objectProto=Object.prototype;/** Used to check objects for own properties. */var hasOwnProperty=objectProto.hasOwnProperty;/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */var nativeObjectToString=objectProto.toString;/** Built-in value references. */var symToStringTag=_Symbol5?_Symbol5.toStringTag:undefined;/**\n * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the raw `toStringTag`.\n */function getRawTag(value){var isOwn=hasOwnProperty.call(value,symToStringTag),tag=value[symToStringTag];try{value[symToStringTag]=undefined;var unmasked=true;}catch(e){}var result=nativeObjectToString.call(value);if(unmasked){if(isOwn){value[symToStringTag]=tag;}else{delete value[symToStringTag];}}return result;}module.exports=getRawTag;},{\"./_Symbol\":41}],96:[function(require,module,exports){var arrayFilter=require('./_arrayFilter'),stubArray=require('./stubArray');/** Used for built-in method references. */var objectProto=Object.prototype;/** Built-in value references. */var propertyIsEnumerable=objectProto.propertyIsEnumerable;/* Built-in method references for those with the same name as other `lodash` methods. */var nativeGetSymbols=Object.getOwnPropertySymbols;/**\n * Creates an array of the own enumerable symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of symbols.\n */var getSymbols=!nativeGetSymbols?stubArray:function(object){if(object==null){return[];}object=Object(object);return arrayFilter(nativeGetSymbols(object),function(symbol){return propertyIsEnumerable.call(object,symbol);});};module.exports=getSymbols;},{\"./_arrayFilter\":46,\"./stubArray\":163}],97:[function(require,module,exports){var arrayPush=require('./_arrayPush'),getPrototype=require('./_getPrototype'),getSymbols=require('./_getSymbols'),stubArray=require('./stubArray');/* Built-in method references for those with the same name as other `lodash` methods. */var nativeGetSymbols=Object.getOwnPropertySymbols;/**\n * Creates an array of the own and inherited enumerable symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of symbols.\n */var getSymbolsIn=!nativeGetSymbols?stubArray:function(object){var result=[];while(object){arrayPush(result,getSymbols(object));object=getPrototype(object);}return result;};module.exports=getSymbolsIn;},{\"./_arrayPush\":49,\"./_getPrototype\":94,\"./_getSymbols\":96,\"./stubArray\":163}],98:[function(require,module,exports){var DataView=require('./_DataView'),Map=require('./_Map'),Promise=require('./_Promise'),Set=require('./_Set'),WeakMap=require('./_WeakMap'),baseGetTag=require('./_baseGetTag'),toSource=require('./_toSource');/** `Object#toString` result references. */var mapTag='[object Map]',objectTag='[object Object]',promiseTag='[object Promise]',setTag='[object Set]',weakMapTag='[object WeakMap]';var dataViewTag='[object DataView]';/** Used to detect maps, sets, and weakmaps. */var dataViewCtorString=toSource(DataView),mapCtorString=toSource(Map),promiseCtorString=toSource(Promise),setCtorString=toSource(Set),weakMapCtorString=toSource(WeakMap);/**\n * Gets the `toStringTag` of `value`.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the `toStringTag`.\n */var getTag=baseGetTag;// Fallback for data views, maps, sets, and weak maps in IE 11 and promises in Node.js < 6.\nif(DataView&&getTag(new DataView(new ArrayBuffer(1)))!=dataViewTag||Map&&getTag(new Map())!=mapTag||Promise&&getTag(Promise.resolve())!=promiseTag||Set&&getTag(new Set())!=setTag||WeakMap&&getTag(new WeakMap())!=weakMapTag){getTag=function getTag(value){var result=baseGetTag(value),Ctor=result==objectTag?value.constructor:undefined,ctorString=Ctor?toSource(Ctor):'';if(ctorString){switch(ctorString){case dataViewCtorString:return dataViewTag;case mapCtorString:return mapTag;case promiseCtorString:return promiseTag;case setCtorString:return setTag;case weakMapCtorString:return weakMapTag;}}return result;};}module.exports=getTag;},{\"./_DataView\":33,\"./_Map\":36,\"./_Promise\":38,\"./_Set\":39,\"./_WeakMap\":43,\"./_baseGetTag\":60,\"./_toSource\":139}],99:[function(require,module,exports){/**\n * Gets the value at `key` of `object`.\n *\n * @private\n * @param {Object} [object] The object to query.\n * @param {string} key The key of the property to get.\n * @returns {*} Returns the property value.\n */function getValue(object,key){return object==null?undefined:object[key];}module.exports=getValue;},{}],100:[function(require,module,exports){var nativeCreate=require('./_nativeCreate');/**\n * Removes all key-value entries from the hash.\n *\n * @private\n * @name clear\n * @memberOf Hash\n */function hashClear(){this.__data__=nativeCreate?nativeCreate(null):{};this.size=0;}module.exports=hashClear;},{\"./_nativeCreate\":123}],101:[function(require,module,exports){/**\n * Removes `key` and its value from the hash.\n *\n * @private\n * @name delete\n * @memberOf Hash\n * @param {Object} hash The hash to modify.\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */function hashDelete(key){var result=this.has(key)&&delete this.__data__[key];this.size-=result?1:0;return result;}module.exports=hashDelete;},{}],102:[function(require,module,exports){var nativeCreate=require('./_nativeCreate');/** Used to stand-in for `undefined` hash values. */var HASH_UNDEFINED='__lodash_hash_undefined__';/** Used for built-in method references. */var objectProto=Object.prototype;/** Used to check objects for own properties. */var hasOwnProperty=objectProto.hasOwnProperty;/**\n * Gets the hash value for `key`.\n *\n * @private\n * @name get\n * @memberOf Hash\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */function hashGet(key){var data=this.__data__;if(nativeCreate){var result=data[key];return result===HASH_UNDEFINED?undefined:result;}return hasOwnProperty.call(data,key)?data[key]:undefined;}module.exports=hashGet;},{\"./_nativeCreate\":123}],103:[function(require,module,exports){var nativeCreate=require('./_nativeCreate');/** Used for built-in method references. */var objectProto=Object.prototype;/** Used to check objects for own properties. */var hasOwnProperty=objectProto.hasOwnProperty;/**\n * Checks if a hash value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf Hash\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */function hashHas(key){var data=this.__data__;return nativeCreate?data[key]!==undefined:hasOwnProperty.call(data,key);}module.exports=hashHas;},{\"./_nativeCreate\":123}],104:[function(require,module,exports){var nativeCreate=require('./_nativeCreate');/** Used to stand-in for `undefined` hash values. */var HASH_UNDEFINED='__lodash_hash_undefined__';/**\n * Sets the hash `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf Hash\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the hash instance.\n */function hashSet(key,value){var data=this.__data__;this.size+=this.has(key)?0:1;data[key]=nativeCreate&&value===undefined?HASH_UNDEFINED:value;return this;}module.exports=hashSet;},{\"./_nativeCreate\":123}],105:[function(require,module,exports){/** Used for built-in method references. */var objectProto=Object.prototype;/** Used to check objects for own properties. */var hasOwnProperty=objectProto.hasOwnProperty;/**\n * Initializes an array clone.\n *\n * @private\n * @param {Array} array The array to clone.\n * @returns {Array} Returns the initialized clone.\n */function initCloneArray(array){var length=array.length,result=new array.constructor(length);// Add properties assigned by `RegExp#exec`.\nif(length&&typeof array[0]=='string'&&hasOwnProperty.call(array,'index')){result.index=array.index;result.input=array.input;}return result;}module.exports=initCloneArray;},{}],106:[function(require,module,exports){var cloneArrayBuffer=require('./_cloneArrayBuffer'),cloneDataView=require('./_cloneDataView'),cloneRegExp=require('./_cloneRegExp'),cloneSymbol=require('./_cloneSymbol'),cloneTypedArray=require('./_cloneTypedArray');/** `Object#toString` result references. */var boolTag='[object Boolean]',dateTag='[object Date]',mapTag='[object Map]',numberTag='[object Number]',regexpTag='[object RegExp]',setTag='[object Set]',stringTag='[object String]',symbolTag='[object Symbol]';var arrayBufferTag='[object ArrayBuffer]',dataViewTag='[object DataView]',float32Tag='[object Float32Array]',float64Tag='[object Float64Array]',int8Tag='[object Int8Array]',int16Tag='[object Int16Array]',int32Tag='[object Int32Array]',uint8Tag='[object Uint8Array]',uint8ClampedTag='[object Uint8ClampedArray]',uint16Tag='[object Uint16Array]',uint32Tag='[object Uint32Array]';/**\n * Initializes an object clone based on its `toStringTag`.\n *\n * **Note:** This function only supports cloning values with tags of\n * `Boolean`, `Date`, `Error`, `Map`, `Number`, `RegExp`, `Set`, or `String`.\n *\n * @private\n * @param {Object} object The object to clone.\n * @param {string} tag The `toStringTag` of the object to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the initialized clone.\n */function initCloneByTag(object,tag,isDeep){var Ctor=object.constructor;switch(tag){case arrayBufferTag:return cloneArrayBuffer(object);case boolTag:case dateTag:return new Ctor(+object);case dataViewTag:return cloneDataView(object,isDeep);case float32Tag:case float64Tag:case int8Tag:case int16Tag:case int32Tag:case uint8Tag:case uint8ClampedTag:case uint16Tag:case uint32Tag:return cloneTypedArray(object,isDeep);case mapTag:return new Ctor();case numberTag:case stringTag:return new Ctor(object);case regexpTag:return cloneRegExp(object);case setTag:return new Ctor();case symbolTag:return cloneSymbol(object);}}module.exports=initCloneByTag;},{\"./_cloneArrayBuffer\":75,\"./_cloneDataView\":77,\"./_cloneRegExp\":78,\"./_cloneSymbol\":79,\"./_cloneTypedArray\":80}],107:[function(require,module,exports){var baseCreate=require('./_baseCreate'),getPrototype=require('./_getPrototype'),isPrototype=require('./_isPrototype');/**\n * Initializes an object clone.\n *\n * @private\n * @param {Object} object The object to clone.\n * @returns {Object} Returns the initialized clone.\n */function initCloneObject(object){return typeof object.constructor=='function'&&!isPrototype(object)?baseCreate(getPrototype(object)):{};}module.exports=initCloneObject;},{\"./_baseCreate\":57,\"./_getPrototype\":94,\"./_isPrototype\":112}],108:[function(require,module,exports){/** Used as references for various `Number` constants. */var MAX_SAFE_INTEGER=9007199254740991;/** Used to detect unsigned integer values. */var reIsUint=/^(?:0|[1-9]\\d*)$/;/**\n * Checks if `value` is a valid array-like index.\n *\n * @private\n * @param {*} value The value to check.\n * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.\n * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.\n */function isIndex(value,length){var type=_typeof(value);length=length==null?MAX_SAFE_INTEGER:length;return!!length&&(type=='number'||type!='symbol'&&reIsUint.test(value))&&value>-1&&value%1==0&&value<length;}module.exports=isIndex;},{}],109:[function(require,module,exports){var eq=require('./eq'),isArrayLike=require('./isArrayLike'),isIndex=require('./_isIndex'),isObject=require('./isObject');/**\n * Checks if the given arguments are from an iteratee call.\n *\n * @private\n * @param {*} value The potential iteratee value argument.\n * @param {*} index The potential iteratee index or key argument.\n * @param {*} object The potential iteratee object argument.\n * @returns {boolean} Returns `true` if the arguments are from an iteratee call,\n * else `false`.\n */function isIterateeCall(value,index,object){if(!isObject(object)){return false;}var type=_typeof(index);if(type=='number'?isArrayLike(object)&&isIndex(index,object.length):type=='string'&&index in object){return eq(object[index],value);}return false;}module.exports=isIterateeCall;},{\"./_isIndex\":108,\"./eq\":142,\"./isArrayLike\":147,\"./isObject\":153}],110:[function(require,module,exports){/**\n * Checks if `value` is suitable for use as unique object key.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is suitable, else `false`.\n */function isKeyable(value){var type=_typeof(value);return type=='string'||type=='number'||type=='symbol'||type=='boolean'?value!=='__proto__':value===null;}module.exports=isKeyable;},{}],111:[function(require,module,exports){var coreJsData=require('./_coreJsData');/** Used to detect methods masquerading as native. */var maskSrcKey=function(){var uid=/[^.]+$/.exec(coreJsData&&coreJsData.keys&&coreJsData.keys.IE_PROTO||'');return uid?'Symbol(src)_1.'+uid:'';}();/**\n * Checks if `func` has its source masked.\n *\n * @private\n * @param {Function} func The function to check.\n * @returns {boolean} Returns `true` if `func` is masked, else `false`.\n */function isMasked(func){return!!maskSrcKey&&maskSrcKey in func;}module.exports=isMasked;},{\"./_coreJsData\":85}],112:[function(require,module,exports){/** Used for built-in method references. */var objectProto=Object.prototype;/**\n * Checks if `value` is likely a prototype object.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a prototype, else `false`.\n */function isPrototype(value){var Ctor=value&&value.constructor,proto=typeof Ctor=='function'&&Ctor.prototype||objectProto;return value===proto;}module.exports=isPrototype;},{}],113:[function(require,module,exports){/**\n * Removes all key-value entries from the list cache.\n *\n * @private\n * @name clear\n * @memberOf ListCache\n */function listCacheClear(){this.__data__=[];this.size=0;}module.exports=listCacheClear;},{}],114:[function(require,module,exports){var assocIndexOf=require('./_assocIndexOf');/** Used for built-in method references. */var arrayProto=Array.prototype;/** Built-in value references. */var splice=arrayProto.splice;/**\n * Removes `key` and its value from the list cache.\n *\n * @private\n * @name delete\n * @memberOf ListCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */function listCacheDelete(key){var data=this.__data__,index=assocIndexOf(data,key);if(index<0){return false;}var lastIndex=data.length-1;if(index==lastIndex){data.pop();}else{splice.call(data,index,1);}--this.size;return true;}module.exports=listCacheDelete;},{\"./_assocIndexOf\":52}],115:[function(require,module,exports){var assocIndexOf=require('./_assocIndexOf');/**\n * Gets the list cache value for `key`.\n *\n * @private\n * @name get\n * @memberOf ListCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */function listCacheGet(key){var data=this.__data__,index=assocIndexOf(data,key);return index<0?undefined:data[index][1];}module.exports=listCacheGet;},{\"./_assocIndexOf\":52}],116:[function(require,module,exports){var assocIndexOf=require('./_assocIndexOf');/**\n * Checks if a list cache value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf ListCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */function listCacheHas(key){return assocIndexOf(this.__data__,key)>-1;}module.exports=listCacheHas;},{\"./_assocIndexOf\":52}],117:[function(require,module,exports){var assocIndexOf=require('./_assocIndexOf');/**\n * Sets the list cache `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf ListCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the list cache instance.\n */function listCacheSet(key,value){var data=this.__data__,index=assocIndexOf(data,key);if(index<0){++this.size;data.push([key,value]);}else{data[index][1]=value;}return this;}module.exports=listCacheSet;},{\"./_assocIndexOf\":52}],118:[function(require,module,exports){var Hash=require('./_Hash'),ListCache=require('./_ListCache'),Map=require('./_Map');/**\n * Removes all key-value entries from the map.\n *\n * @private\n * @name clear\n * @memberOf MapCache\n */function mapCacheClear(){this.size=0;this.__data__={'hash':new Hash(),'map':new(Map||ListCache)(),'string':new Hash()};}module.exports=mapCacheClear;},{\"./_Hash\":34,\"./_ListCache\":35,\"./_Map\":36}],119:[function(require,module,exports){var getMapData=require('./_getMapData');/**\n * Removes `key` and its value from the map.\n *\n * @private\n * @name delete\n * @memberOf MapCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */function mapCacheDelete(key){var result=getMapData(this,key)['delete'](key);this.size-=result?1:0;return result;}module.exports=mapCacheDelete;},{\"./_getMapData\":92}],120:[function(require,module,exports){var getMapData=require('./_getMapData');/**\n * Gets the map value for `key`.\n *\n * @private\n * @name get\n * @memberOf MapCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */function mapCacheGet(key){return getMapData(this,key).get(key);}module.exports=mapCacheGet;},{\"./_getMapData\":92}],121:[function(require,module,exports){var getMapData=require('./_getMapData');/**\n * Checks if a map value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf MapCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */function mapCacheHas(key){return getMapData(this,key).has(key);}module.exports=mapCacheHas;},{\"./_getMapData\":92}],122:[function(require,module,exports){var getMapData=require('./_getMapData');/**\n * Sets the map `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf MapCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the map cache instance.\n */function mapCacheSet(key,value){var data=getMapData(this,key),size=data.size;data.set(key,value);this.size+=data.size==size?0:1;return this;}module.exports=mapCacheSet;},{\"./_getMapData\":92}],123:[function(require,module,exports){var getNative=require('./_getNative');/* Built-in method references that are verified to be native. */var nativeCreate=getNative(Object,'create');module.exports=nativeCreate;},{\"./_getNative\":93}],124:[function(require,module,exports){var overArg=require('./_overArg');/* Built-in method references for those with the same name as other `lodash` methods. */var nativeKeys=overArg(Object.keys,Object);module.exports=nativeKeys;},{\"./_overArg\":128}],125:[function(require,module,exports){/**\n * This function is like\n * [`Object.keys`](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)\n * except that it includes inherited enumerable properties.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n */function nativeKeysIn(object){var result=[];if(object!=null){for(var key in Object(object)){result.push(key);}}return result;}module.exports=nativeKeysIn;},{}],126:[function(require,module,exports){var freeGlobal=require('./_freeGlobal');/** Detect free variable `exports`. */var freeExports=_typeof(exports)=='object'&&exports&&!exports.nodeType&&exports;/** Detect free variable `module`. */var freeModule=freeExports&&_typeof(module)=='object'&&module&&!module.nodeType&&module;/** Detect the popular CommonJS extension `module.exports`. */var moduleExports=freeModule&&freeModule.exports===freeExports;/** Detect free variable `process` from Node.js. */var freeProcess=moduleExports&&freeGlobal.process;/** Used to access faster Node.js helpers. */var nodeUtil=function(){try{// Use `util.types` for Node.js 10+.\nvar types=freeModule&&freeModule.require&&freeModule.require('util').types;if(types){return types;}// Legacy `process.binding('util')` for Node.js < 10.\nreturn freeProcess&&freeProcess.binding&&freeProcess.binding('util');}catch(e){}}();module.exports=nodeUtil;},{\"./_freeGlobal\":89}],127:[function(require,module,exports){/** Used for built-in method references. */var objectProto=Object.prototype;/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */var nativeObjectToString=objectProto.toString;/**\n * Converts `value` to a string using `Object.prototype.toString`.\n *\n * @private\n * @param {*} value The value to convert.\n * @returns {string} Returns the converted string.\n */function objectToString(value){return nativeObjectToString.call(value);}module.exports=objectToString;},{}],128:[function(require,module,exports){/**\n * Creates a unary function that invokes `func` with its argument transformed.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {Function} transform The argument transform.\n * @returns {Function} Returns the new function.\n */function overArg(func,transform){return function(arg){return func(transform(arg));};}module.exports=overArg;},{}],129:[function(require,module,exports){var apply=require('./_apply');/* Built-in method references for those with the same name as other `lodash` methods. */var nativeMax=Math.max;/**\n * A specialized version of `baseRest` which transforms the rest array.\n *\n * @private\n * @param {Function} func The function to apply a rest parameter to.\n * @param {number} [start=func.length-1] The start position of the rest parameter.\n * @param {Function} transform The rest array transform.\n * @returns {Function} Returns the new function.\n */function overRest(func,start,transform){start=nativeMax(start===undefined?func.length-1:start,0);return function(){var args=arguments,index=-1,length=nativeMax(args.length-start,0),array=Array(length);while(++index<length){array[index]=args[start+index];}index=-1;var otherArgs=Array(start+1);while(++index<start){otherArgs[index]=args[index];}otherArgs[start]=transform(array);return apply(func,this,otherArgs);};}module.exports=overRest;},{\"./_apply\":44}],130:[function(require,module,exports){var freeGlobal=require('./_freeGlobal');/** Detect free variable `self`. */var freeSelf=(typeof self===\"undefined\"?\"undefined\":_typeof(self))=='object'&&self&&self.Object===Object&&self;/** Used as a reference to the global object. */var root=freeGlobal||freeSelf||Function('return this')();module.exports=root;},{\"./_freeGlobal\":89}],131:[function(require,module,exports){/**\n * Gets the value at `key`, unless `key` is \"__proto__\" or \"constructor\".\n *\n * @private\n * @param {Object} object The object to query.\n * @param {string} key The key of the property to get.\n * @returns {*} Returns the property value.\n */function safeGet(object,key){if(key==='constructor'&&typeof object[key]==='function'){return;}if(key=='__proto__'){return;}return object[key];}module.exports=safeGet;},{}],132:[function(require,module,exports){var baseSetToString=require('./_baseSetToString'),shortOut=require('./_shortOut');/**\n * Sets the `toString` method of `func` to return `string`.\n *\n * @private\n * @param {Function} func The function to modify.\n * @param {Function} string The `toString` result.\n * @returns {Function} Returns `func`.\n */var setToString=shortOut(baseSetToString);module.exports=setToString;},{\"./_baseSetToString\":71,\"./_shortOut\":133}],133:[function(require,module,exports){/** Used to detect hot functions by number of calls within a span of milliseconds. */var HOT_COUNT=800,HOT_SPAN=16;/* Built-in method references for those with the same name as other `lodash` methods. */var nativeNow=Date.now;/**\n * Creates a function that'll short out and invoke `identity` instead\n * of `func` when it's called `HOT_COUNT` or more times in `HOT_SPAN`\n * milliseconds.\n *\n * @private\n * @param {Function} func The function to restrict.\n * @returns {Function} Returns the new shortable function.\n */function shortOut(func){var count=0,lastCalled=0;return function(){var stamp=nativeNow(),remaining=HOT_SPAN-(stamp-lastCalled);lastCalled=stamp;if(remaining>0){if(++count>=HOT_COUNT){return arguments[0];}}else{count=0;}return func.apply(undefined,arguments);};}module.exports=shortOut;},{}],134:[function(require,module,exports){var ListCache=require('./_ListCache');/**\n * Removes all key-value entries from the stack.\n *\n * @private\n * @name clear\n * @memberOf Stack\n */function stackClear(){this.__data__=new ListCache();this.size=0;}module.exports=stackClear;},{\"./_ListCache\":35}],135:[function(require,module,exports){/**\n * Removes `key` and its value from the stack.\n *\n * @private\n * @name delete\n * @memberOf Stack\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */function stackDelete(key){var data=this.__data__,result=data['delete'](key);this.size=data.size;return result;}module.exports=stackDelete;},{}],136:[function(require,module,exports){/**\n * Gets the stack value for `key`.\n *\n * @private\n * @name get\n * @memberOf Stack\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */function stackGet(key){return this.__data__.get(key);}module.exports=stackGet;},{}],137:[function(require,module,exports){/**\n * Checks if a stack value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf Stack\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */function stackHas(key){return this.__data__.has(key);}module.exports=stackHas;},{}],138:[function(require,module,exports){var ListCache=require('./_ListCache'),Map=require('./_Map'),MapCache=require('./_MapCache');/** Used as the size to enable large array optimizations. */var LARGE_ARRAY_SIZE=200;/**\n * Sets the stack `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf Stack\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the stack cache instance.\n */function stackSet(key,value){var data=this.__data__;if(data instanceof ListCache){var pairs=data.__data__;if(!Map||pairs.length<LARGE_ARRAY_SIZE-1){pairs.push([key,value]);this.size=++data.size;return this;}data=this.__data__=new MapCache(pairs);}data.set(key,value);this.size=data.size;return this;}module.exports=stackSet;},{\"./_ListCache\":35,\"./_Map\":36,\"./_MapCache\":37}],139:[function(require,module,exports){/** Used for built-in method references. */var funcProto=Function.prototype;/** Used to resolve the decompiled source of functions. */var funcToString=funcProto.toString;/**\n * Converts `func` to its source code.\n *\n * @private\n * @param {Function} func The function to convert.\n * @returns {string} Returns the source code.\n */function toSource(func){if(func!=null){try{return funcToString.call(func);}catch(e){}try{return func+'';}catch(e){}}return'';}module.exports=toSource;},{}],140:[function(require,module,exports){var baseClone=require('./_baseClone');/** Used to compose bitmasks for cloning. */var CLONE_DEEP_FLAG=1,CLONE_SYMBOLS_FLAG=4;/**\n * This method is like `_.clone` except that it recursively clones `value`.\n *\n * @static\n * @memberOf _\n * @since 1.0.0\n * @category Lang\n * @param {*} value The value to recursively clone.\n * @returns {*} Returns the deep cloned value.\n * @see _.clone\n * @example\n *\n * var objects = [{ 'a': 1 }, { 'b': 2 }];\n *\n * var deep = _.cloneDeep(objects);\n * console.log(deep[0] === objects[0]);\n * // => false\n */function cloneDeep(value){return baseClone(value,CLONE_DEEP_FLAG|CLONE_SYMBOLS_FLAG);}module.exports=cloneDeep;},{\"./_baseClone\":56}],141:[function(require,module,exports){/**\n * Creates a function that returns `value`.\n *\n * @static\n * @memberOf _\n * @since 2.4.0\n * @category Util\n * @param {*} value The value to return from the new function.\n * @returns {Function} Returns the new constant function.\n * @example\n *\n * var objects = _.times(2, _.constant({ 'a': 1 }));\n *\n * console.log(objects);\n * // => [{ 'a': 1 }, { 'a': 1 }]\n *\n * console.log(objects[0] === objects[1]);\n * // => true\n */function constant(value){return function(){return value;};}module.exports=constant;},{}],142:[function(require,module,exports){/**\n * Performs a\n * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * comparison between two values to determine if they are equivalent.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to compare.\n * @param {*} other The other value to compare.\n * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\n * @example\n *\n * var object = { 'a': 1 };\n * var other = { 'a': 1 };\n *\n * _.eq(object, object);\n * // => true\n *\n * _.eq(object, other);\n * // => false\n *\n * _.eq('a', 'a');\n * // => true\n *\n * _.eq('a', Object('a'));\n * // => false\n *\n * _.eq(NaN, NaN);\n * // => true\n */function eq(value,other){return value===other||value!==value&&other!==other;}module.exports=eq;},{}],143:[function(require,module,exports){var toString=require('./toString');/**\n * Used to match `RegExp`\n * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).\n */var reRegExpChar=/[\\\\^$.*+?()[\\]{}|]/g,reHasRegExpChar=RegExp(reRegExpChar.source);/**\n * Escapes the `RegExp` special characters \"^\", \"$\", \"\\\", \".\", \"*\", \"+\",\n * \"?\", \"(\", \")\", \"[\", \"]\", \"{\", \"}\", and \"|\" in `string`.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category String\n * @param {string} [string=''] The string to escape.\n * @returns {string} Returns the escaped string.\n * @example\n *\n * _.escapeRegExp('[lodash](https://lodash.com/)');\n * // => '\\[lodash\\]\\(https://lodash\\.com/\\)'\n */function escapeRegExp(string){string=toString(string);return string&&reHasRegExpChar.test(string)?string.replace(reRegExpChar,'\\\\$&'):string;}module.exports=escapeRegExp;},{\"./toString\":166}],144:[function(require,module,exports){/**\n * This method returns the first argument it receives.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Util\n * @param {*} value Any value.\n * @returns {*} Returns `value`.\n * @example\n *\n * var object = { 'a': 1 };\n *\n * console.log(_.identity(object) === object);\n * // => true\n */function identity(value){return value;}module.exports=identity;},{}],145:[function(require,module,exports){var baseIsArguments=require('./_baseIsArguments'),isObjectLike=require('./isObjectLike');/** Used for built-in method references. */var objectProto=Object.prototype;/** Used to check objects for own properties. */var hasOwnProperty=objectProto.hasOwnProperty;/** Built-in value references. */var propertyIsEnumerable=objectProto.propertyIsEnumerable;/**\n * Checks if `value` is likely an `arguments` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an `arguments` object,\n * else `false`.\n * @example\n *\n * _.isArguments(function() { return arguments; }());\n * // => true\n *\n * _.isArguments([1, 2, 3]);\n * // => false\n */var isArguments=baseIsArguments(function(){return arguments;}())?baseIsArguments:function(value){return isObjectLike(value)&&hasOwnProperty.call(value,'callee')&&!propertyIsEnumerable.call(value,'callee');};module.exports=isArguments;},{\"./_baseIsArguments\":61,\"./isObjectLike\":154}],146:[function(require,module,exports){/**\n * Checks if `value` is classified as an `Array` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an array, else `false`.\n * @example\n *\n * _.isArray([1, 2, 3]);\n * // => true\n *\n * _.isArray(document.body.children);\n * // => false\n *\n * _.isArray('abc');\n * // => false\n *\n * _.isArray(_.noop);\n * // => false\n */var isArray=Array.isArray;module.exports=isArray;},{}],147:[function(require,module,exports){var isFunction=require('./isFunction'),isLength=require('./isLength');/**\n * Checks if `value` is array-like. A value is considered array-like if it's\n * not a function and has a `value.length` that's an integer greater than or\n * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is array-like, else `false`.\n * @example\n *\n * _.isArrayLike([1, 2, 3]);\n * // => true\n *\n * _.isArrayLike(document.body.children);\n * // => true\n *\n * _.isArrayLike('abc');\n * // => true\n *\n * _.isArrayLike(_.noop);\n * // => false\n */function isArrayLike(value){return value!=null&&isLength(value.length)&&!isFunction(value);}module.exports=isArrayLike;},{\"./isFunction\":150,\"./isLength\":151}],148:[function(require,module,exports){var isArrayLike=require('./isArrayLike'),isObjectLike=require('./isObjectLike');/**\n * This method is like `_.isArrayLike` except that it also checks if `value`\n * is an object.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an array-like object,\n * else `false`.\n * @example\n *\n * _.isArrayLikeObject([1, 2, 3]);\n * // => true\n *\n * _.isArrayLikeObject(document.body.children);\n * // => true\n *\n * _.isArrayLikeObject('abc');\n * // => false\n *\n * _.isArrayLikeObject(_.noop);\n * // => false\n */function isArrayLikeObject(value){return isObjectLike(value)&&isArrayLike(value);}module.exports=isArrayLikeObject;},{\"./isArrayLike\":147,\"./isObjectLike\":154}],149:[function(require,module,exports){var root=require('./_root'),stubFalse=require('./stubFalse');/** Detect free variable `exports`. */var freeExports=_typeof(exports)=='object'&&exports&&!exports.nodeType&&exports;/** Detect free variable `module`. */var freeModule=freeExports&&_typeof(module)=='object'&&module&&!module.nodeType&&module;/** Detect the popular CommonJS extension `module.exports`. */var moduleExports=freeModule&&freeModule.exports===freeExports;/** Built-in value references. */var Buffer=moduleExports?root.Buffer:undefined;/* Built-in method references for those with the same name as other `lodash` methods. */var nativeIsBuffer=Buffer?Buffer.isBuffer:undefined;/**\n * Checks if `value` is a buffer.\n *\n * @static\n * @memberOf _\n * @since 4.3.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a buffer, else `false`.\n * @example\n *\n * _.isBuffer(new Buffer(2));\n * // => true\n *\n * _.isBuffer(new Uint8Array(2));\n * // => false\n */var isBuffer=nativeIsBuffer||stubFalse;module.exports=isBuffer;},{\"./_root\":130,\"./stubFalse\":164}],150:[function(require,module,exports){var baseGetTag=require('./_baseGetTag'),isObject=require('./isObject');/** `Object#toString` result references. */var asyncTag='[object AsyncFunction]',funcTag='[object Function]',genTag='[object GeneratorFunction]',proxyTag='[object Proxy]';/**\n * Checks if `value` is classified as a `Function` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a function, else `false`.\n * @example\n *\n * _.isFunction(_);\n * // => true\n *\n * _.isFunction(/abc/);\n * // => false\n */function isFunction(value){if(!isObject(value)){return false;}// The use of `Object#toString` avoids issues with the `typeof` operator\n// in Safari 9 which returns 'object' for typed arrays and other constructors.\nvar tag=baseGetTag(value);return tag==funcTag||tag==genTag||tag==asyncTag||tag==proxyTag;}module.exports=isFunction;},{\"./_baseGetTag\":60,\"./isObject\":153}],151:[function(require,module,exports){/** Used as references for various `Number` constants. */var MAX_SAFE_INTEGER=9007199254740991;/**\n * Checks if `value` is a valid array-like length.\n *\n * **Note:** This method is loosely based on\n * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.\n * @example\n *\n * _.isLength(3);\n * // => true\n *\n * _.isLength(Number.MIN_VALUE);\n * // => false\n *\n * _.isLength(Infinity);\n * // => false\n *\n * _.isLength('3');\n * // => false\n */function isLength(value){return typeof value=='number'&&value>-1&&value%1==0&&value<=MAX_SAFE_INTEGER;}module.exports=isLength;},{}],152:[function(require,module,exports){var baseIsMap=require('./_baseIsMap'),baseUnary=require('./_baseUnary'),nodeUtil=require('./_nodeUtil');/* Node.js helper references. */var nodeIsMap=nodeUtil&&nodeUtil.isMap;/**\n * Checks if `value` is classified as a `Map` object.\n *\n * @static\n * @memberOf _\n * @since 4.3.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a map, else `false`.\n * @example\n *\n * _.isMap(new Map);\n * // => true\n *\n * _.isMap(new WeakMap);\n * // => false\n */var isMap=nodeIsMap?baseUnary(nodeIsMap):baseIsMap;module.exports=isMap;},{\"./_baseIsMap\":62,\"./_baseUnary\":74,\"./_nodeUtil\":126}],153:[function(require,module,exports){/**\n * Checks if `value` is the\n * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)\n * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\n * @example\n *\n * _.isObject({});\n * // => true\n *\n * _.isObject([1, 2, 3]);\n * // => true\n *\n * _.isObject(_.noop);\n * // => true\n *\n * _.isObject(null);\n * // => false\n */function isObject(value){var type=_typeof(value);return value!=null&&(type=='object'||type=='function');}module.exports=isObject;},{}],154:[function(require,module,exports){/**\n * Checks if `value` is object-like. A value is object-like if it's not `null`\n * and has a `typeof` result of \"object\".\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is object-like, else `false`.\n * @example\n *\n * _.isObjectLike({});\n * // => true\n *\n * _.isObjectLike([1, 2, 3]);\n * // => true\n *\n * _.isObjectLike(_.noop);\n * // => false\n *\n * _.isObjectLike(null);\n * // => false\n */function isObjectLike(value){return value!=null&&_typeof(value)=='object';}module.exports=isObjectLike;},{}],155:[function(require,module,exports){var baseGetTag=require('./_baseGetTag'),getPrototype=require('./_getPrototype'),isObjectLike=require('./isObjectLike');/** `Object#toString` result references. */var objectTag='[object Object]';/** Used for built-in method references. */var funcProto=Function.prototype,objectProto=Object.prototype;/** Used to resolve the decompiled source of functions. */var funcToString=funcProto.toString;/** Used to check objects for own properties. */var hasOwnProperty=objectProto.hasOwnProperty;/** Used to infer the `Object` constructor. */var objectCtorString=funcToString.call(Object);/**\n * Checks if `value` is a plain object, that is, an object created by the\n * `Object` constructor or one with a `[[Prototype]]` of `null`.\n *\n * @static\n * @memberOf _\n * @since 0.8.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a plain object, else `false`.\n * @example\n *\n * function Foo() {\n * this.a = 1;\n * }\n *\n * _.isPlainObject(new Foo);\n * // => false\n *\n * _.isPlainObject([1, 2, 3]);\n * // => false\n *\n * _.isPlainObject({ 'x': 0, 'y': 0 });\n * // => true\n *\n * _.isPlainObject(Object.create(null));\n * // => true\n */function isPlainObject(value){if(!isObjectLike(value)||baseGetTag(value)!=objectTag){return false;}var proto=getPrototype(value);if(proto===null){return true;}var Ctor=hasOwnProperty.call(proto,'constructor')&&proto.constructor;return typeof Ctor=='function'&&Ctor instanceof Ctor&&funcToString.call(Ctor)==objectCtorString;}module.exports=isPlainObject;},{\"./_baseGetTag\":60,\"./_getPrototype\":94,\"./isObjectLike\":154}],156:[function(require,module,exports){var baseIsSet=require('./_baseIsSet'),baseUnary=require('./_baseUnary'),nodeUtil=require('./_nodeUtil');/* Node.js helper references. */var nodeIsSet=nodeUtil&&nodeUtil.isSet;/**\n * Checks if `value` is classified as a `Set` object.\n *\n * @static\n * @memberOf _\n * @since 4.3.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a set, else `false`.\n * @example\n *\n * _.isSet(new Set);\n * // => true\n *\n * _.isSet(new WeakSet);\n * // => false\n */var isSet=nodeIsSet?baseUnary(nodeIsSet):baseIsSet;module.exports=isSet;},{\"./_baseIsSet\":64,\"./_baseUnary\":74,\"./_nodeUtil\":126}],157:[function(require,module,exports){var baseGetTag=require('./_baseGetTag'),isArray=require('./isArray'),isObjectLike=require('./isObjectLike');/** `Object#toString` result references. */var stringTag='[object String]';/**\n * Checks if `value` is classified as a `String` primitive or object.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a string, else `false`.\n * @example\n *\n * _.isString('abc');\n * // => true\n *\n * _.isString(1);\n * // => false\n */function isString(value){return typeof value=='string'||!isArray(value)&&isObjectLike(value)&&baseGetTag(value)==stringTag;}module.exports=isString;},{\"./_baseGetTag\":60,\"./isArray\":146,\"./isObjectLike\":154}],158:[function(require,module,exports){var baseGetTag=require('./_baseGetTag'),isObjectLike=require('./isObjectLike');/** `Object#toString` result references. */var symbolTag='[object Symbol]';/**\n * Checks if `value` is classified as a `Symbol` primitive or object.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a symbol, else `false`.\n * @example\n *\n * _.isSymbol(Symbol.iterator);\n * // => true\n *\n * _.isSymbol('abc');\n * // => false\n */function isSymbol(value){return _typeof(value)=='symbol'||isObjectLike(value)&&baseGetTag(value)==symbolTag;}module.exports=isSymbol;},{\"./_baseGetTag\":60,\"./isObjectLike\":154}],159:[function(require,module,exports){var baseIsTypedArray=require('./_baseIsTypedArray'),baseUnary=require('./_baseUnary'),nodeUtil=require('./_nodeUtil');/* Node.js helper references. */var nodeIsTypedArray=nodeUtil&&nodeUtil.isTypedArray;/**\n * Checks if `value` is classified as a typed array.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.\n * @example\n *\n * _.isTypedArray(new Uint8Array);\n * // => true\n *\n * _.isTypedArray([]);\n * // => false\n */var isTypedArray=nodeIsTypedArray?baseUnary(nodeIsTypedArray):baseIsTypedArray;module.exports=isTypedArray;},{\"./_baseIsTypedArray\":65,\"./_baseUnary\":74,\"./_nodeUtil\":126}],160:[function(require,module,exports){var arrayLikeKeys=require('./_arrayLikeKeys'),baseKeys=require('./_baseKeys'),isArrayLike=require('./isArrayLike');/**\n * Creates an array of the own enumerable property names of `object`.\n *\n * **Note:** Non-object values are coerced to objects. See the\n * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)\n * for more details.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Object\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n * @example\n *\n * function Foo() {\n * this.a = 1;\n * this.b = 2;\n * }\n *\n * Foo.prototype.c = 3;\n *\n * _.keys(new Foo);\n * // => ['a', 'b'] (iteration order is not guaranteed)\n *\n * _.keys('hi');\n * // => ['0', '1']\n */function keys(object){return isArrayLike(object)?arrayLikeKeys(object):baseKeys(object);}module.exports=keys;},{\"./_arrayLikeKeys\":47,\"./_baseKeys\":66,\"./isArrayLike\":147}],161:[function(require,module,exports){var arrayLikeKeys=require('./_arrayLikeKeys'),baseKeysIn=require('./_baseKeysIn'),isArrayLike=require('./isArrayLike');/**\n * Creates an array of the own and inherited enumerable property names of `object`.\n *\n * **Note:** Non-object values are coerced to objects.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Object\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n * @example\n *\n * function Foo() {\n * this.a = 1;\n * this.b = 2;\n * }\n *\n * Foo.prototype.c = 3;\n *\n * _.keysIn(new Foo);\n * // => ['a', 'b', 'c'] (iteration order is not guaranteed)\n */function keysIn(object){return isArrayLike(object)?arrayLikeKeys(object,true):baseKeysIn(object);}module.exports=keysIn;},{\"./_arrayLikeKeys\":47,\"./_baseKeysIn\":67,\"./isArrayLike\":147}],162:[function(require,module,exports){var baseMerge=require('./_baseMerge'),createAssigner=require('./_createAssigner');/**\n * This method is like `_.merge` except that it accepts `customizer` which\n * is invoked to produce the merged values of the destination and source\n * properties. If `customizer` returns `undefined`, merging is handled by the\n * method instead. The `customizer` is invoked with six arguments:\n * (objValue, srcValue, key, object, source, stack).\n *\n * **Note:** This method mutates `object`.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Object\n * @param {Object} object The destination object.\n * @param {...Object} sources The source objects.\n * @param {Function} customizer The function to customize assigned values.\n * @returns {Object} Returns `object`.\n * @example\n *\n * function customizer(objValue, srcValue) {\n * if (_.isArray(objValue)) {\n * return objValue.concat(srcValue);\n * }\n * }\n *\n * var object = { 'a': [1], 'b': [2] };\n * var other = { 'a': [3], 'b': [4] };\n *\n * _.mergeWith(object, other, customizer);\n * // => { 'a': [1, 3], 'b': [2, 4] }\n */var mergeWith=createAssigner(function(object,source,srcIndex,customizer){baseMerge(object,source,srcIndex,customizer);});module.exports=mergeWith;},{\"./_baseMerge\":68,\"./_createAssigner\":86}],163:[function(require,module,exports){/**\n * This method returns a new empty array.\n *\n * @static\n * @memberOf _\n * @since 4.13.0\n * @category Util\n * @returns {Array} Returns the new empty array.\n * @example\n *\n * var arrays = _.times(2, _.stubArray);\n *\n * console.log(arrays);\n * // => [[], []]\n *\n * console.log(arrays[0] === arrays[1]);\n * // => false\n */function stubArray(){return[];}module.exports=stubArray;},{}],164:[function(require,module,exports){/**\n * This method returns `false`.\n *\n * @static\n * @memberOf _\n * @since 4.13.0\n * @category Util\n * @returns {boolean} Returns `false`.\n * @example\n *\n * _.times(2, _.stubFalse);\n * // => [false, false]\n */function stubFalse(){return false;}module.exports=stubFalse;},{}],165:[function(require,module,exports){var copyObject=require('./_copyObject'),keysIn=require('./keysIn');/**\n * Converts `value` to a plain object flattening inherited enumerable string\n * keyed properties of `value` to own properties of the plain object.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Lang\n * @param {*} value The value to convert.\n * @returns {Object} Returns the converted plain object.\n * @example\n *\n * function Foo() {\n * this.b = 2;\n * }\n *\n * Foo.prototype.c = 3;\n *\n * _.assign({ 'a': 1 }, new Foo);\n * // => { 'a': 1, 'b': 2 }\n *\n * _.assign({ 'a': 1 }, _.toPlainObject(new Foo));\n * // => { 'a': 1, 'b': 2, 'c': 3 }\n */function toPlainObject(value){return copyObject(value,keysIn(value));}module.exports=toPlainObject;},{\"./_copyObject\":82,\"./keysIn\":161}],166:[function(require,module,exports){var baseToString=require('./_baseToString');/**\n * Converts `value` to a string. An empty string is returned for `null`\n * and `undefined` values. The sign of `-0` is preserved.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to convert.\n * @returns {string} Returns the converted string.\n * @example\n *\n * _.toString(null);\n * // => ''\n *\n * _.toString(-0);\n * // => '-0'\n *\n * _.toString([1, 2, 3]);\n * // => '1,2,3'\n */function toString(value){return value==null?'':baseToString(value);}module.exports=toString;},{\"./_baseToString\":73}],167:[function(require,module,exports){/**\n * Srcset Parser\n *\n * By Alex Bell | MIT License\n *\n * JS Parser for the string value that appears in markup <img srcset=\"here\">\n *\n * @returns Array [{url: _, d: _, w: _, h:_}, ...]\n *\n * Based super duper closely on the reference algorithm at:\n * https://html.spec.whatwg.org/multipage/embedded-content.html#parse-a-srcset-attribute\n *\n * Most comments are copied in directly from the spec\n * (except for comments in parens).\n */(function(root,factory){if(typeof define==='function'&&define.amd){// AMD. Register as an anonymous module.\ndefine([],factory);}else if(_typeof(module)==='object'&&module.exports){// Node. Does not work with strict CommonJS, but\n// only CommonJS-like environments that support module.exports,\n// like Node.\nmodule.exports=factory();}else{// Browser globals (root is window)\nroot.parseSrcset=factory();}})(this,function(){// 1. Let input be the value passed to this algorithm.\nreturn function(input){// UTILITY FUNCTIONS\n// Manual is faster than RegEx\n// http://bjorn.tipling.com/state-and-regular-expressions-in-javascript\n// http://jsperf.com/whitespace-character/5\nfunction isSpace(c){return c===\" \"||// space\nc===\"\\t\"||// horizontal tab\nc===\"\\n\"||// new line\nc===\"\\f\"||// form feed\nc===\"\\r\";// carriage return\n}function collectCharacters(regEx){var chars,match=regEx.exec(input.substring(pos));if(match){chars=match[0];pos+=chars.length;return chars;}}var inputLength=input.length,// (Don't use \\s, to avoid matching non-breaking space)\nregexLeadingSpaces=/^[ \\t\\n\\r\\u000c]+/,regexLeadingCommasOrSpaces=/^[, \\t\\n\\r\\u000c]+/,regexLeadingNotSpaces=/^[^ \\t\\n\\r\\u000c]+/,regexTrailingCommas=/[,]+$/,regexNonNegativeInteger=/^\\d+$/,// ( Positive or negative or unsigned integers or decimals, without or without exponents.\n// Must include at least one digit.\n// According to spec tests any decimal point must be followed by a digit.\n// No leading plus sign is allowed.)\n// https://html.spec.whatwg.org/multipage/infrastructure.html#valid-floating-point-number\nregexFloatingPoint=/^-?(?:[0-9]+|[0-9]*\\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/,url,descriptors,currentDescriptor,state,c,// 2. Let position be a pointer into input, initially pointing at the start\n// of the string.\npos=0,// 3. Let candidates be an initially empty source set.\ncandidates=[];// 4. Splitting loop: Collect a sequence of characters that are space\n// characters or U+002C COMMA characters. If any U+002C COMMA characters\n// were collected, that is a parse error.\nwhile(true){collectCharacters(regexLeadingCommasOrSpaces);// 5. If position is past the end of input, return candidates and abort these steps.\nif(pos>=inputLength){return candidates;// (we're done, this is the sole return path)\n}// 6. Collect a sequence of characters that are not space characters,\n// and let that be url.\nurl=collectCharacters(regexLeadingNotSpaces);// 7. Let descriptors be a new empty list.\ndescriptors=[];// 8. If url ends with a U+002C COMMA character (,), follow these substeps:\n//\t\t(1). Remove all trailing U+002C COMMA characters from url. If this removed\n// more than one character, that is a parse error.\nif(url.slice(-1)===\",\"){url=url.replace(regexTrailingCommas,\"\");// (Jump ahead to step 9 to skip tokenization and just push the candidate).\nparseDescriptors();//\tOtherwise, follow these substeps:\n}else{tokenize();}// (close else of step 8)\n// 16. Return to the step labeled splitting loop.\n}// (Close of big while loop.)\n/**\n\t\t * Tokenizes descriptor properties prior to parsing\n\t\t * Returns undefined.\n\t\t */function tokenize(){// 8.1. Descriptor tokeniser: Skip whitespace\ncollectCharacters(regexLeadingSpaces);// 8.2. Let current descriptor be the empty string.\ncurrentDescriptor=\"\";// 8.3. Let state be in descriptor.\nstate=\"in descriptor\";while(true){// 8.4. Let c be the character at position.\nc=input.charAt(pos);// Do the following depending on the value of state.\n// For the purpose of this step, \"EOF\" is a special character representing\n// that position is past the end of input.\n// In descriptor\nif(state===\"in descriptor\"){// Do the following, depending on the value of c:\n// Space character\n// If current descriptor is not empty, append current descriptor to\n// descriptors and let current descriptor be the empty string.\n// Set state to after descriptor.\nif(isSpace(c)){if(currentDescriptor){descriptors.push(currentDescriptor);currentDescriptor=\"\";state=\"after descriptor\";}// U+002C COMMA (,)\n// Advance position to the next character in input. If current descriptor\n// is not empty, append current descriptor to descriptors. Jump to the step\n// labeled descriptor parser.\n}else if(c===\",\"){pos+=1;if(currentDescriptor){descriptors.push(currentDescriptor);}parseDescriptors();return;// U+0028 LEFT PARENTHESIS (()\n// Append c to current descriptor. Set state to in parens.\n}else if(c===\"(\"){currentDescriptor=currentDescriptor+c;state=\"in parens\";// EOF\n// If current descriptor is not empty, append current descriptor to\n// descriptors. Jump to the step labeled descriptor parser.\n}else if(c===\"\"){if(currentDescriptor){descriptors.push(currentDescriptor);}parseDescriptors();return;// Anything else\n// Append c to current descriptor.\n}else{currentDescriptor=currentDescriptor+c;}// (end \"in descriptor\"\n// In parens\n}else if(state===\"in parens\"){// U+0029 RIGHT PARENTHESIS ())\n// Append c to current descriptor. Set state to in descriptor.\nif(c===\")\"){currentDescriptor=currentDescriptor+c;state=\"in descriptor\";// EOF\n// Append current descriptor to descriptors. Jump to the step labeled\n// descriptor parser.\n}else if(c===\"\"){descriptors.push(currentDescriptor);parseDescriptors();return;// Anything else\n// Append c to current descriptor.\n}else{currentDescriptor=currentDescriptor+c;}// After descriptor\n}else if(state===\"after descriptor\"){// Do the following, depending on the value of c:\n// Space character: Stay in this state.\nif(isSpace(c)){// EOF: Jump to the step labeled descriptor parser.\n}else if(c===\"\"){parseDescriptors();return;// Anything else\n// Set state to in descriptor. Set position to the previous character in input.\n}else{state=\"in descriptor\";pos-=1;}}// Advance position to the next character in input.\npos+=1;// Repeat this step.\n}// (close while true loop)\n}/**\n\t\t * Adds descriptor properties to a candidate, pushes to the candidates array\n\t\t * @return undefined\n\t\t */ // Declared outside of the while loop so that it's only created once.\nfunction parseDescriptors(){// 9. Descriptor parser: Let error be no.\nvar pError=false,// 10. Let width be absent.\n// 11. Let density be absent.\n// 12. Let future-compat-h be absent. (We're implementing it now as h)\nw,d,h,i,candidate={},desc,lastChar,value,intVal,floatVal;// 13. For each descriptor in descriptors, run the appropriate set of steps\n// from the following list:\nfor(i=0;i<descriptors.length;i++){desc=descriptors[i];lastChar=desc[desc.length-1];value=desc.substring(0,desc.length-1);intVal=parseInt(value,10);floatVal=parseFloat(value);// If the descriptor consists of a valid non-negative integer followed by\n// a U+0077 LATIN SMALL LETTER W character\nif(regexNonNegativeInteger.test(value)&&lastChar===\"w\"){// If width and density are not both absent, then let error be yes.\nif(w||d){pError=true;}// Apply the rules for parsing non-negative integers to the descriptor.\n// If the result is zero, let error be yes.\n// Otherwise, let width be the result.\nif(intVal===0){pError=true;}else{w=intVal;}// If the descriptor consists of a valid floating-point number followed by\n// a U+0078 LATIN SMALL LETTER X character\n}else if(regexFloatingPoint.test(value)&&lastChar===\"x\"){// If width, density and future-compat-h are not all absent, then let error\n// be yes.\nif(w||d||h){pError=true;}// Apply the rules for parsing floating-point number values to the descriptor.\n// If the result is less than zero, let error be yes. Otherwise, let density\n// be the result.\nif(floatVal<0){pError=true;}else{d=floatVal;}// If the descriptor consists of a valid non-negative integer followed by\n// a U+0068 LATIN SMALL LETTER H character\n}else if(regexNonNegativeInteger.test(value)&&lastChar===\"h\"){// If height and density are not both absent, then let error be yes.\nif(h||d){pError=true;}// Apply the rules for parsing non-negative integers to the descriptor.\n// If the result is zero, let error be yes. Otherwise, let future-compat-h\n// be the result.\nif(intVal===0){pError=true;}else{h=intVal;}// Anything else, Let error be yes.\n}else{pError=true;}}// (close step 13 for loop)\n// 15. If error is still no, then append a new image source to candidates whose\n// URL is url, associated with a width width if not absent and a pixel\n// density density if not absent. Otherwise, there is a parse error.\nif(!pError){candidate.url=url;if(w){candidate.w=w;}if(d){candidate.d=d;}if(h){candidate.h=h;}candidates.push(candidate);}else if(console&&console.log){console.log(\"Invalid srcset descriptor found in '\"+input+\"' at '\"+desc+\"'.\");}}// (close parseDescriptors fn)\n};});},{}],168:[function(require,module,exports){(function(process){// .dirname, .basename, and .extname methods are extracted from Node.js v8.11.1,\n// backported and transplited with Babel, with backwards-compat fixes\n// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n// resolves . and .. elements in a path array with directory names there\n// must be no slashes, empty elements, or device names (c:\\) in the array\n// (so also no leading and trailing slashes - it does not distinguish\n// relative and absolute paths)\nfunction normalizeArray(parts,allowAboveRoot){// if the path tries to go above the root, `up` ends up > 0\nvar up=0;for(var i=parts.length-1;i>=0;i--){var last=parts[i];if(last==='.'){parts.splice(i,1);}else if(last==='..'){parts.splice(i,1);up++;}else if(up){parts.splice(i,1);up--;}}// if the path is allowed to go above the root, restore leading ..s\nif(allowAboveRoot){for(;up--;up){parts.unshift('..');}}return parts;}// path.resolve([from ...], to)\n// posix version\nexports.resolve=function(){var resolvedPath='',resolvedAbsolute=false;for(var i=arguments.length-1;i>=-1&&!resolvedAbsolute;i--){var path=i>=0?arguments[i]:process.cwd();// Skip empty and invalid entries\nif(typeof path!=='string'){throw new TypeError('Arguments to path.resolve must be strings');}else if(!path){continue;}resolvedPath=path+'/'+resolvedPath;resolvedAbsolute=path.charAt(0)==='/';}// At this point the path should be resolved to a full absolute path, but\n// handle relative paths to be safe (might happen when process.cwd() fails)\n// Normalize the path\nresolvedPath=normalizeArray(filter(resolvedPath.split('/'),function(p){return!!p;}),!resolvedAbsolute).join('/');return(resolvedAbsolute?'/':'')+resolvedPath||'.';};// path.normalize(path)\n// posix version\nexports.normalize=function(path){var isAbsolute=exports.isAbsolute(path),trailingSlash=substr(path,-1)==='/';// Normalize the path\npath=normalizeArray(filter(path.split('/'),function(p){return!!p;}),!isAbsolute).join('/');if(!path&&!isAbsolute){path='.';}if(path&&trailingSlash){path+='/';}return(isAbsolute?'/':'')+path;};// posix version\nexports.isAbsolute=function(path){return path.charAt(0)==='/';};// posix version\nexports.join=function(){var paths=Array.prototype.slice.call(arguments,0);return exports.normalize(filter(paths,function(p,index){if(typeof p!=='string'){throw new TypeError('Arguments to path.join must be strings');}return p;}).join('/'));};// path.relative(from, to)\n// posix version\nexports.relative=function(from,to){from=exports.resolve(from).substr(1);to=exports.resolve(to).substr(1);function trim(arr){var start=0;for(;start<arr.length;start++){if(arr[start]!=='')break;}var end=arr.length-1;for(;end>=0;end--){if(arr[end]!=='')break;}if(start>end)return[];return arr.slice(start,end-start+1);}var fromParts=trim(from.split('/'));var toParts=trim(to.split('/'));var length=Math.min(fromParts.length,toParts.length);var samePartsLength=length;for(var i=0;i<length;i++){if(fromParts[i]!==toParts[i]){samePartsLength=i;break;}}var outputParts=[];for(var i=samePartsLength;i<fromParts.length;i++){outputParts.push('..');}outputParts=outputParts.concat(toParts.slice(samePartsLength));return outputParts.join('/');};exports.sep='/';exports.delimiter=':';exports.dirname=function(path){if(typeof path!=='string')path=path+'';if(path.length===0)return'.';var code=path.charCodeAt(0);var hasRoot=code===47/*/*/;var end=-1;var matchedSlash=true;for(var i=path.length-1;i>=1;--i){code=path.charCodeAt(i);if(code===47/*/*/){if(!matchedSlash){end=i;break;}}else{// We saw the first non-path separator\nmatchedSlash=false;}}if(end===-1)return hasRoot?'/':'.';if(hasRoot&&end===1){// return '//';\n// Backwards-compat fix:\nreturn'/';}return path.slice(0,end);};function basename(path){if(typeof path!=='string')path=path+'';var start=0;var end=-1;var matchedSlash=true;var i;for(i=path.length-1;i>=0;--i){if(path.charCodeAt(i)===47/*/*/){// If we reached a path separator that was not part of a set of path\n// separators at the end of the string, stop now\nif(!matchedSlash){start=i+1;break;}}else if(end===-1){// We saw the first non-path separator, mark this as the end of our\n// path component\nmatchedSlash=false;end=i+1;}}if(end===-1)return'';return path.slice(start,end);}// Uses a mixed approach for backwards-compatibility, as ext behavior changed\n// in new Node.js versions, so only basename() above is backported here\nexports.basename=function(path,ext){var f=basename(path);if(ext&&f.substr(-1*ext.length)===ext){f=f.substr(0,f.length-ext.length);}return f;};exports.extname=function(path){if(typeof path!=='string')path=path+'';var startDot=-1;var startPart=0;var end=-1;var matchedSlash=true;// Track the state of characters (if any) we see before our first dot and\n// after any path separator we find\nvar preDotState=0;for(var i=path.length-1;i>=0;--i){var code=path.charCodeAt(i);if(code===47/*/*/){// If we reached a path separator that was not part of a set of path\n// separators at the end of the string, stop now\nif(!matchedSlash){startPart=i+1;break;}continue;}if(end===-1){// We saw the first non-path separator, mark this as the end of our\n// extension\nmatchedSlash=false;end=i+1;}if(code===46/*.*/){// If this is our first dot, mark it as the start of our extension\nif(startDot===-1)startDot=i;else if(preDotState!==1)preDotState=1;}else if(startDot!==-1){// We saw a non-dot and non-path separator before our dot, so we should\n// have a good chance at having a non-empty extension\npreDotState=-1;}}if(startDot===-1||end===-1||// We saw a non-dot character immediately before the dot\npreDotState===0||// The (right-most) trimmed path component is exactly '..'\npreDotState===1&&startDot===end-1&&startDot===startPart+1){return'';}return path.slice(startDot,end);};function filter(xs,f){if(xs.filter)return xs.filter(f);var res=[];for(var i=0;i<xs.length;i++){if(f(xs[i],i,xs))res.push(xs[i]);}return res;}// String.prototype.substr - negative index don't work in IE8\nvar substr='ab'.substr(-1)==='b'?function(str,start,len){return str.substr(start,len);}:function(str,start,len){if(start<0)start=str.length+start;return str.substr(start,len);};}).call(this,require('_process'));},{\"_process\":193}],169:[function(require,module,exports){\"use strict\";exports.__esModule=true;exports[\"default\"]=void 0;var _container=_interopRequireDefault(require(\"./container\"));function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{\"default\":obj};}function _inheritsLoose(subClass,superClass){subClass.prototype=Object.create(superClass.prototype);subClass.prototype.constructor=subClass;subClass.__proto__=superClass;}/**\n * Represents an at-rule.\n *\n * If it’s followed in the CSS by a {} block, this node will have\n * a nodes property representing its children.\n *\n * @extends Container\n *\n * @example\n * const root = postcss.parse('@charset \"UTF-8\"; @media print {}')\n *\n * const charset = root.first\n * charset.type //=> 'atrule'\n * charset.nodes //=> undefined\n *\n * const media = root.last\n * media.nodes //=> []\n */var AtRule=/*#__PURE__*/function(_Container){_inheritsLoose(AtRule,_Container);function AtRule(defaults){var _this;_this=_Container.call(this,defaults)||this;_this.type='atrule';return _this;}var _proto=AtRule.prototype;_proto.append=function append(){var _Container$prototype$;if(!this.nodes)this.nodes=[];for(var _len=arguments.length,children=new Array(_len),_key=0;_key<_len;_key++){children[_key]=arguments[_key];}return(_Container$prototype$=_Container.prototype.append).call.apply(_Container$prototype$,[this].concat(children));};_proto.prepend=function prepend(){var _Container$prototype$2;if(!this.nodes)this.nodes=[];for(var _len2=arguments.length,children=new Array(_len2),_key2=0;_key2<_len2;_key2++){children[_key2]=arguments[_key2];}return(_Container$prototype$2=_Container.prototype.prepend).call.apply(_Container$prototype$2,[this].concat(children));}/**\n * @memberof AtRule#\n * @member {string} name The at-rule’s name immediately follows the `@`.\n *\n * @example\n * const root = postcss.parse('@media print {}')\n * media.name //=> 'media'\n * const media = root.first\n */ /**\n * @memberof AtRule#\n * @member {string} params The at-rule’s parameters, the values\n * that follow the at-rule’s name but precede\n * any {} block.\n *\n * @example\n * const root = postcss.parse('@media print, screen {}')\n * const media = root.first\n * media.params //=> 'print, screen'\n */ /**\n * @memberof AtRule#\n * @member {object} raws Information to generate byte-to-byte equal\n * node string as it was in the origin input.\n *\n * Every parser saves its own properties,\n * but the default CSS parser uses:\n *\n * * `before`: the space symbols before the node. It also stores `*`\n * and `_` symbols before the declaration (IE hack).\n * * `after`: the space symbols after the last child of the node\n * to the end of the node.\n * * `between`: the symbols between the property and value\n * for declarations, selector and `{` for rules, or last parameter\n * and `{` for at-rules.\n * * `semicolon`: contains true if the last child has\n * an (optional) semicolon.\n * * `afterName`: the space between the at-rule name and its parameters.\n *\n * PostCSS cleans at-rule parameters from comments and extra spaces,\n * but it stores origin content in raws properties.\n * As such, if you don’t change a declaration’s value,\n * PostCSS will use the raw value with comments.\n *\n * @example\n * const root = postcss.parse(' @media\\nprint {\\n}')\n * root.first.first.raws //=> { before: ' ',\n * // between: ' ',\n * // afterName: '\\n',\n * // after: '\\n' }\n */;return AtRule;}(_container[\"default\"]);var _default=AtRule;exports[\"default\"]=_default;module.exports=exports[\"default\"];},{\"./container\":171}],170:[function(require,module,exports){\"use strict\";exports.__esModule=true;exports[\"default\"]=void 0;var _node=_interopRequireDefault(require(\"./node\"));function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{\"default\":obj};}function _inheritsLoose(subClass,superClass){subClass.prototype=Object.create(superClass.prototype);subClass.prototype.constructor=subClass;subClass.__proto__=superClass;}/**\n * Represents a comment between declarations or statements (rule and at-rules).\n *\n * Comments inside selectors, at-rule parameters, or declaration values\n * will be stored in the `raws` properties explained above.\n *\n * @extends Node\n */var Comment=/*#__PURE__*/function(_Node){_inheritsLoose(Comment,_Node);function Comment(defaults){var _this;_this=_Node.call(this,defaults)||this;_this.type='comment';return _this;}/**\n * @memberof Comment#\n * @member {string} text The comment’s text.\n */ /**\n * @memberof Comment#\n * @member {object} raws Information to generate byte-to-byte equal\n * node string as it was in the origin input.\n *\n * Every parser saves its own properties,\n * but the default CSS parser uses:\n *\n * * `before`: the space symbols before the node.\n * * `left`: the space symbols between `/*` and the comment’s text.\n * * `right`: the space symbols between the comment’s text.\n */return Comment;}(_node[\"default\"]);var _default=Comment;exports[\"default\"]=_default;module.exports=exports[\"default\"];},{\"./node\":178}],171:[function(require,module,exports){\"use strict\";exports.__esModule=true;exports[\"default\"]=void 0;var _declaration=_interopRequireDefault(require(\"./declaration\"));var _comment=_interopRequireDefault(require(\"./comment\"));var _node=_interopRequireDefault(require(\"./node\"));function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{\"default\":obj};}function _createForOfIteratorHelperLoose(o,allowArrayLike){var it;if(typeof Symbol===\"undefined\"||o[Symbol.iterator]==null){if(Array.isArray(o)||(it=_unsupportedIterableToArray(o))||allowArrayLike&&o&&typeof o.length===\"number\"){if(it)o=it;var i=0;return function(){if(i>=o.length)return{done:true};return{done:false,value:o[i++]};};}throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\");}it=o[Symbol.iterator]();return it.next.bind(it);}function _unsupportedIterableToArray(o,minLen){if(!o)return;if(typeof o===\"string\")return _arrayLikeToArray(o,minLen);var n=Object.prototype.toString.call(o).slice(8,-1);if(n===\"Object\"&&o.constructor)n=o.constructor.name;if(n===\"Map\"||n===\"Set\")return Array.from(o);if(n===\"Arguments\"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return _arrayLikeToArray(o,minLen);}function _arrayLikeToArray(arr,len){if(len==null||len>arr.length)len=arr.length;for(var i=0,arr2=new Array(len);i<len;i++){arr2[i]=arr[i];}return arr2;}function _defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||false;descriptor.configurable=true;if(\"value\"in descriptor)descriptor.writable=true;Object.defineProperty(target,descriptor.key,descriptor);}}function _createClass(Constructor,protoProps,staticProps){if(protoProps)_defineProperties(Constructor.prototype,protoProps);if(staticProps)_defineProperties(Constructor,staticProps);return Constructor;}function _inheritsLoose(subClass,superClass){subClass.prototype=Object.create(superClass.prototype);subClass.prototype.constructor=subClass;subClass.__proto__=superClass;}function cleanSource(nodes){return nodes.map(function(i){if(i.nodes)i.nodes=cleanSource(i.nodes);delete i.source;return i;});}/**\n * The {@link Root}, {@link AtRule}, and {@link Rule} container nodes\n * inherit some common methods to help work with their children.\n *\n * Note that all containers can store any content. If you write a rule inside\n * a rule, PostCSS will parse it.\n *\n * @extends Node\n * @abstract\n */var Container=/*#__PURE__*/function(_Node){_inheritsLoose(Container,_Node);function Container(){return _Node.apply(this,arguments)||this;}var _proto=Container.prototype;_proto.push=function push(child){child.parent=this;this.nodes.push(child);return this;}/**\n * Iterates through the container’s immediate children,\n * calling `callback` for each child.\n *\n * Returning `false` in the callback will break iteration.\n *\n * This method only iterates through the container’s immediate children.\n * If you need to recursively iterate through all the container’s descendant\n * nodes, use {@link Container#walk}.\n *\n * Unlike the for `{}`-cycle or `Array#forEach` this iterator is safe\n * if you are mutating the array of child nodes during iteration.\n * PostCSS will adjust the current index to match the mutations.\n *\n * @param {childIterator} callback Iterator receives each node and index.\n *\n * @return {false|undefined} Returns `false` if iteration was broke.\n *\n * @example\n * const root = postcss.parse('a { color: black; z-index: 1 }')\n * const rule = root.first\n *\n * for (const decl of rule.nodes) {\n * decl.cloneBefore({ prop: '-webkit-' + decl.prop })\n * // Cycle will be infinite, because cloneBefore moves the current node\n * // to the next index\n * }\n *\n * rule.each(decl => {\n * decl.cloneBefore({ prop: '-webkit-' + decl.prop })\n * // Will be executed only for color and z-index\n * })\n */;_proto.each=function each(callback){if(!this.lastEach)this.lastEach=0;if(!this.indexes)this.indexes={};this.lastEach+=1;var id=this.lastEach;this.indexes[id]=0;if(!this.nodes)return undefined;var index,result;while(this.indexes[id]<this.nodes.length){index=this.indexes[id];result=callback(this.nodes[index],index);if(result===false)break;this.indexes[id]+=1;}delete this.indexes[id];return result;}/**\n * Traverses the container’s descendant nodes, calling callback\n * for each node.\n *\n * Like container.each(), this method is safe to use\n * if you are mutating arrays during iteration.\n *\n * If you only need to iterate through the container’s immediate children,\n * use {@link Container#each}.\n *\n * @param {childIterator} callback Iterator receives each node and index.\n *\n * @return {false|undefined} Returns `false` if iteration was broke.\n *\n * @example\n * root.walk(node => {\n * // Traverses all descendant nodes.\n * })\n */;_proto.walk=function walk(callback){return this.each(function(child,i){var result;try{result=callback(child,i);}catch(e){e.postcssNode=child;if(e.stack&&child.source&&/\\n\\s{4}at /.test(e.stack)){var s=child.source;e.stack=e.stack.replace(/\\n\\s{4}at /,\"$&\"+s.input.from+\":\"+s.start.line+\":\"+s.start.column+\"$&\");}throw e;}if(result!==false&&child.walk){result=child.walk(callback);}return result;});}/**\n * Traverses the container’s descendant nodes, calling callback\n * for each declaration node.\n *\n * If you pass a filter, iteration will only happen over declarations\n * with matching properties.\n *\n * Like {@link Container#each}, this method is safe\n * to use if you are mutating arrays during iteration.\n *\n * @param {string|RegExp} [prop] String or regular expression\n * to filter declarations by property name.\n * @param {childIterator} callback Iterator receives each node and index.\n *\n * @return {false|undefined} Returns `false` if iteration was broke.\n *\n * @example\n * root.walkDecls(decl => {\n * checkPropertySupport(decl.prop)\n * })\n *\n * root.walkDecls('border-radius', decl => {\n * decl.remove()\n * })\n *\n * root.walkDecls(/^background/, decl => {\n * decl.value = takeFirstColorFromGradient(decl.value)\n * })\n */;_proto.walkDecls=function walkDecls(prop,callback){if(!callback){callback=prop;return this.walk(function(child,i){if(child.type==='decl'){return callback(child,i);}});}if(prop instanceof RegExp){return this.walk(function(child,i){if(child.type==='decl'&&prop.test(child.prop)){return callback(child,i);}});}return this.walk(function(child,i){if(child.type==='decl'&&child.prop===prop){return callback(child,i);}});}/**\n * Traverses the container’s descendant nodes, calling callback\n * for each rule node.\n *\n * If you pass a filter, iteration will only happen over rules\n * with matching selectors.\n *\n * Like {@link Container#each}, this method is safe\n * to use if you are mutating arrays during iteration.\n *\n * @param {string|RegExp} [selector] String or regular expression\n * to filter rules by selector.\n * @param {childIterator} callback Iterator receives each node and index.\n *\n * @return {false|undefined} returns `false` if iteration was broke.\n *\n * @example\n * const selectors = []\n * root.walkRules(rule => {\n * selectors.push(rule.selector)\n * })\n * console.log(`Your CSS uses ${ selectors.length } selectors`)\n */;_proto.walkRules=function walkRules(selector,callback){if(!callback){callback=selector;return this.walk(function(child,i){if(child.type==='rule'){return callback(child,i);}});}if(selector instanceof RegExp){return this.walk(function(child,i){if(child.type==='rule'&&selector.test(child.selector)){return callback(child,i);}});}return this.walk(function(child,i){if(child.type==='rule'&&child.selector===selector){return callback(child,i);}});}/**\n * Traverses the container’s descendant nodes, calling callback\n * for each at-rule node.\n *\n * If you pass a filter, iteration will only happen over at-rules\n * that have matching names.\n *\n * Like {@link Container#each}, this method is safe\n * to use if you are mutating arrays during iteration.\n *\n * @param {string|RegExp} [name] String or regular expression\n * to filter at-rules by name.\n * @param {childIterator} callback Iterator receives each node and index.\n *\n * @return {false|undefined} Returns `false` if iteration was broke.\n *\n * @example\n * root.walkAtRules(rule => {\n * if (isOld(rule.name)) rule.remove()\n * })\n *\n * let first = false\n * root.walkAtRules('charset', rule => {\n * if (!first) {\n * first = true\n * } else {\n * rule.remove()\n * }\n * })\n */;_proto.walkAtRules=function walkAtRules(name,callback){if(!callback){callback=name;return this.walk(function(child,i){if(child.type==='atrule'){return callback(child,i);}});}if(name instanceof RegExp){return this.walk(function(child,i){if(child.type==='atrule'&&name.test(child.name)){return callback(child,i);}});}return this.walk(function(child,i){if(child.type==='atrule'&&child.name===name){return callback(child,i);}});}/**\n * Traverses the container’s descendant nodes, calling callback\n * for each comment node.\n *\n * Like {@link Container#each}, this method is safe\n * to use if you are mutating arrays during iteration.\n *\n * @param {childIterator} callback Iterator receives each node and index.\n *\n * @return {false|undefined} Returns `false` if iteration was broke.\n *\n * @example\n * root.walkComments(comment => {\n * comment.remove()\n * })\n */;_proto.walkComments=function walkComments(callback){return this.walk(function(child,i){if(child.type==='comment'){return callback(child,i);}});}/**\n * Inserts new nodes to the end of the container.\n *\n * @param {...(Node|object|string|Node[])} children New nodes.\n *\n * @return {Node} This node for methods chain.\n *\n * @example\n * const decl1 = postcss.decl({ prop: 'color', value: 'black' })\n * const decl2 = postcss.decl({ prop: 'background-color', value: 'white' })\n * rule.append(decl1, decl2)\n *\n * root.append({ name: 'charset', params: '\"UTF-8\"' }) // at-rule\n * root.append({ selector: 'a' }) // rule\n * rule.append({ prop: 'color', value: 'black' }) // declaration\n * rule.append({ text: 'Comment' }) // comment\n *\n * root.append('a {}')\n * root.first.append('color: black; z-index: 1')\n */;_proto.append=function append(){for(var _len=arguments.length,children=new Array(_len),_key=0;_key<_len;_key++){children[_key]=arguments[_key];}for(var _i=0,_children=children;_i<_children.length;_i++){var child=_children[_i];var nodes=this.normalize(child,this.last);for(var _iterator=_createForOfIteratorHelperLoose(nodes),_step;!(_step=_iterator()).done;){var node=_step.value;this.nodes.push(node);}}return this;}/**\n * Inserts new nodes to the start of the container.\n *\n * @param {...(Node|object|string|Node[])} children New nodes.\n *\n * @return {Node} This node for methods chain.\n *\n * @example\n * const decl1 = postcss.decl({ prop: 'color', value: 'black' })\n * const decl2 = postcss.decl({ prop: 'background-color', value: 'white' })\n * rule.prepend(decl1, decl2)\n *\n * root.append({ name: 'charset', params: '\"UTF-8\"' }) // at-rule\n * root.append({ selector: 'a' }) // rule\n * rule.append({ prop: 'color', value: 'black' }) // declaration\n * rule.append({ text: 'Comment' }) // comment\n *\n * root.append('a {}')\n * root.first.append('color: black; z-index: 1')\n */;_proto.prepend=function prepend(){for(var _len2=arguments.length,children=new Array(_len2),_key2=0;_key2<_len2;_key2++){children[_key2]=arguments[_key2];}children=children.reverse();for(var _iterator2=_createForOfIteratorHelperLoose(children),_step2;!(_step2=_iterator2()).done;){var child=_step2.value;var nodes=this.normalize(child,this.first,'prepend').reverse();for(var _iterator3=_createForOfIteratorHelperLoose(nodes),_step3;!(_step3=_iterator3()).done;){var node=_step3.value;this.nodes.unshift(node);}for(var id in this.indexes){this.indexes[id]=this.indexes[id]+nodes.length;}}return this;};_proto.cleanRaws=function cleanRaws(keepBetween){_Node.prototype.cleanRaws.call(this,keepBetween);if(this.nodes){for(var _iterator4=_createForOfIteratorHelperLoose(this.nodes),_step4;!(_step4=_iterator4()).done;){var node=_step4.value;node.cleanRaws(keepBetween);}}}/**\n * Insert new node before old node within the container.\n *\n * @param {Node|number} exist Child or child’s index.\n * @param {Node|object|string|Node[]} add New node.\n *\n * @return {Node} This node for methods chain.\n *\n * @example\n * rule.insertBefore(decl, decl.clone({ prop: '-webkit-' + decl.prop }))\n */;_proto.insertBefore=function insertBefore(exist,add){exist=this.index(exist);var type=exist===0?'prepend':false;var nodes=this.normalize(add,this.nodes[exist],type).reverse();for(var _iterator5=_createForOfIteratorHelperLoose(nodes),_step5;!(_step5=_iterator5()).done;){var node=_step5.value;this.nodes.splice(exist,0,node);}var index;for(var id in this.indexes){index=this.indexes[id];if(exist<=index){this.indexes[id]=index+nodes.length;}}return this;}/**\n * Insert new node after old node within the container.\n *\n * @param {Node|number} exist Child or child’s index.\n * @param {Node|object|string|Node[]} add New node.\n *\n * @return {Node} This node for methods chain.\n */;_proto.insertAfter=function insertAfter(exist,add){exist=this.index(exist);var nodes=this.normalize(add,this.nodes[exist]).reverse();for(var _iterator6=_createForOfIteratorHelperLoose(nodes),_step6;!(_step6=_iterator6()).done;){var node=_step6.value;this.nodes.splice(exist+1,0,node);}var index;for(var id in this.indexes){index=this.indexes[id];if(exist<index){this.indexes[id]=index+nodes.length;}}return this;}/**\n * Removes node from the container and cleans the parent properties\n * from the node and its children.\n *\n * @param {Node|number} child Child or child’s index.\n *\n * @return {Node} This node for methods chain\n *\n * @example\n * rule.nodes.length //=> 5\n * rule.removeChild(decl)\n * rule.nodes.length //=> 4\n * decl.parent //=> undefined\n */;_proto.removeChild=function removeChild(child){child=this.index(child);this.nodes[child].parent=undefined;this.nodes.splice(child,1);var index;for(var id in this.indexes){index=this.indexes[id];if(index>=child){this.indexes[id]=index-1;}}return this;}/**\n * Removes all children from the container\n * and cleans their parent properties.\n *\n * @return {Node} This node for methods chain.\n *\n * @example\n * rule.removeAll()\n * rule.nodes.length //=> 0\n */;_proto.removeAll=function removeAll(){for(var _iterator7=_createForOfIteratorHelperLoose(this.nodes),_step7;!(_step7=_iterator7()).done;){var node=_step7.value;node.parent=undefined;}this.nodes=[];return this;}/**\n * Passes all declaration values within the container that match pattern\n * through callback, replacing those values with the returned result\n * of callback.\n *\n * This method is useful if you are using a custom unit or function\n * and need to iterate through all values.\n *\n * @param {string|RegExp} pattern Replace pattern.\n * @param {object} opts Options to speed up the search.\n * @param {string|string[]} opts.props An array of property names.\n * @param {string} opts.fast String that’s used to narrow down\n * values and speed up the regexp search.\n * @param {function|string} callback String to replace pattern or callback\n * that returns a new value. The callback\n * will receive the same arguments\n * as those passed to a function parameter\n * of `String#replace`.\n *\n * @return {Node} This node for methods chain.\n *\n * @example\n * root.replaceValues(/\\d+rem/, { fast: 'rem' }, string => {\n * return 15 * parseInt(string) + 'px'\n * })\n */;_proto.replaceValues=function replaceValues(pattern,opts,callback){if(!callback){callback=opts;opts={};}this.walkDecls(function(decl){if(opts.props&&opts.props.indexOf(decl.prop)===-1)return;if(opts.fast&&decl.value.indexOf(opts.fast)===-1)return;decl.value=decl.value.replace(pattern,callback);});return this;}/**\n * Returns `true` if callback returns `true`\n * for all of the container’s children.\n *\n * @param {childCondition} condition Iterator returns true or false.\n *\n * @return {boolean} Is every child pass condition.\n *\n * @example\n * const noPrefixes = rule.every(i => i.prop[0] !== '-')\n */;_proto.every=function every(condition){return this.nodes.every(condition);}/**\n * Returns `true` if callback returns `true` for (at least) one\n * of the container’s children.\n *\n * @param {childCondition} condition Iterator returns true or false.\n *\n * @return {boolean} Is some child pass condition.\n *\n * @example\n * const hasPrefix = rule.some(i => i.prop[0] === '-')\n */;_proto.some=function some(condition){return this.nodes.some(condition);}/**\n * Returns a `child`’s index within the {@link Container#nodes} array.\n *\n * @param {Node} child Child of the current container.\n *\n * @return {number} Child index.\n *\n * @example\n * rule.index( rule.nodes[2] ) //=> 2\n */;_proto.index=function index(child){if(typeof child==='number'){return child;}return this.nodes.indexOf(child);}/**\n * The container’s first child.\n *\n * @type {Node}\n *\n * @example\n * rule.first === rules.nodes[0]\n */;_proto.normalize=function normalize(nodes,sample){var _this=this;if(typeof nodes==='string'){var parse=require('./parse');nodes=cleanSource(parse(nodes).nodes);}else if(Array.isArray(nodes)){nodes=nodes.slice(0);for(var _iterator8=_createForOfIteratorHelperLoose(nodes),_step8;!(_step8=_iterator8()).done;){var i=_step8.value;if(i.parent)i.parent.removeChild(i,'ignore');}}else if(nodes.type==='root'){nodes=nodes.nodes.slice(0);for(var _iterator9=_createForOfIteratorHelperLoose(nodes),_step9;!(_step9=_iterator9()).done;){var _i2=_step9.value;if(_i2.parent)_i2.parent.removeChild(_i2,'ignore');}}else if(nodes.type){nodes=[nodes];}else if(nodes.prop){if(typeof nodes.value==='undefined'){throw new Error('Value field is missed in node creation');}else if(typeof nodes.value!=='string'){nodes.value=String(nodes.value);}nodes=[new _declaration[\"default\"](nodes)];}else if(nodes.selector){var Rule=require('./rule');nodes=[new Rule(nodes)];}else if(nodes.name){var AtRule=require('./at-rule');nodes=[new AtRule(nodes)];}else if(nodes.text){nodes=[new _comment[\"default\"](nodes)];}else{throw new Error('Unknown node type in node creation');}var processed=nodes.map(function(i){if(i.parent)i.parent.removeChild(i);if(typeof i.raws.before==='undefined'){if(sample&&typeof sample.raws.before!=='undefined'){i.raws.before=sample.raws.before.replace(/[^\\s]/g,'');}}i.parent=_this;return i;});return processed;}/**\n * @memberof Container#\n * @member {Node[]} nodes An array containing the container’s children.\n *\n * @example\n * const root = postcss.parse('a { color: black }')\n * root.nodes.length //=> 1\n * root.nodes[0].selector //=> 'a'\n * root.nodes[0].nodes[0].prop //=> 'color'\n */;_createClass(Container,[{key:\"first\",get:function get(){if(!this.nodes)return undefined;return this.nodes[0];}/**\n * The container’s last child.\n *\n * @type {Node}\n *\n * @example\n * rule.last === rule.nodes[rule.nodes.length - 1]\n */},{key:\"last\",get:function get(){if(!this.nodes)return undefined;return this.nodes[this.nodes.length-1];}}]);return Container;}(_node[\"default\"]);var _default=Container;/**\n * @callback childCondition\n * @param {Node} node Container child.\n * @param {number} index Child index.\n * @param {Node[]} nodes All container children.\n * @return {boolean}\n */ /**\n * @callback childIterator\n * @param {Node} node Container child.\n * @param {number} index Child index.\n * @return {false|undefined} Returning `false` will break iteration.\n */exports[\"default\"]=_default;module.exports=exports[\"default\"];},{\"./at-rule\":169,\"./comment\":170,\"./declaration\":173,\"./node\":178,\"./parse\":179,\"./rule\":186}],172:[function(require,module,exports){\"use strict\";exports.__esModule=true;exports[\"default\"]=void 0;var _supportsColor=_interopRequireDefault(require(\"supports-color\"));var _chalk=_interopRequireDefault(require(\"chalk\"));var _terminalHighlight=_interopRequireDefault(require(\"./terminal-highlight\"));function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{\"default\":obj};}function _assertThisInitialized(self){if(self===void 0){throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");}return self;}function _inheritsLoose(subClass,superClass){subClass.prototype=Object.create(superClass.prototype);subClass.prototype.constructor=subClass;subClass.__proto__=superClass;}function _wrapNativeSuper(Class){var _cache=typeof Map===\"function\"?new Map():undefined;_wrapNativeSuper=function _wrapNativeSuper(Class){if(Class===null||!_isNativeFunction(Class))return Class;if(typeof Class!==\"function\"){throw new TypeError(\"Super expression must either be null or a function\");}if(typeof _cache!==\"undefined\"){if(_cache.has(Class))return _cache.get(Class);_cache.set(Class,Wrapper);}function Wrapper(){return _construct(Class,arguments,_getPrototypeOf(this).constructor);}Wrapper.prototype=Object.create(Class.prototype,{constructor:{value:Wrapper,enumerable:false,writable:true,configurable:true}});return _setPrototypeOf(Wrapper,Class);};return _wrapNativeSuper(Class);}function _construct(Parent,args,Class){if(_isNativeReflectConstruct()){_construct=Reflect.construct;}else{_construct=function _construct(Parent,args,Class){var a=[null];a.push.apply(a,args);var Constructor=Function.bind.apply(Parent,a);var instance=new Constructor();if(Class)_setPrototypeOf(instance,Class.prototype);return instance;};}return _construct.apply(null,arguments);}function _isNativeReflectConstruct(){if(typeof Reflect===\"undefined\"||!Reflect.construct)return false;if(Reflect.construct.sham)return false;if(typeof Proxy===\"function\")return true;try{Date.prototype.toString.call(Reflect.construct(Date,[],function(){}));return true;}catch(e){return false;}}function _isNativeFunction(fn){return Function.toString.call(fn).indexOf(\"[native code]\")!==-1;}function _setPrototypeOf(o,p){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(o,p){o.__proto__=p;return o;};return _setPrototypeOf(o,p);}function _getPrototypeOf(o){_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function _getPrototypeOf(o){return o.__proto__||Object.getPrototypeOf(o);};return _getPrototypeOf(o);}/**\n * The CSS parser throws this error for broken CSS.\n *\n * Custom parsers can throw this error for broken custom syntax using\n * the {@link Node#error} method.\n *\n * PostCSS will use the input source map to detect the original error location.\n * If you wrote a Sass file, compiled it to CSS and then parsed it with PostCSS,\n * PostCSS will show the original position in the Sass file.\n *\n * If you need the position in the PostCSS input\n * (e.g., to debug the previous compiler), use `error.input.file`.\n *\n * @example\n * // Catching and checking syntax error\n * try {\n * postcss.parse('a{')\n * } catch (error) {\n * if (error.name === 'CssSyntaxError') {\n * error //=> CssSyntaxError\n * }\n * }\n *\n * @example\n * // Raising error from plugin\n * throw node.error('Unknown variable', { plugin: 'postcss-vars' })\n */var CssSyntaxError=/*#__PURE__*/function(_Error){_inheritsLoose(CssSyntaxError,_Error);/**\n * @param {string} message Error message.\n * @param {number} [line] Source line of the error.\n * @param {number} [column] Source column of the error.\n * @param {string} [source] Source code of the broken file.\n * @param {string} [file] Absolute path to the broken file.\n * @param {string} [plugin] PostCSS plugin name, if error came from plugin.\n */function CssSyntaxError(message,line,column,source,file,plugin){var _this;_this=_Error.call(this,message)||this;/**\n * Always equal to `'CssSyntaxError'`. You should always check error type\n * by `error.name === 'CssSyntaxError'`\n * instead of `error instanceof CssSyntaxError`,\n * because npm could have several PostCSS versions.\n *\n * @type {string}\n *\n * @example\n * if (error.name === 'CssSyntaxError') {\n * error //=> CssSyntaxError\n * }\n */_this.name='CssSyntaxError';/**\n * Error message.\n *\n * @type {string}\n *\n * @example\n * error.message //=> 'Unclosed block'\n */_this.reason=message;if(file){/**\n * Absolute path to the broken file.\n *\n * @type {string}\n *\n * @example\n * error.file //=> 'a.sass'\n * error.input.file //=> 'a.css'\n */_this.file=file;}if(source){/**\n * Source code of the broken file.\n *\n * @type {string}\n *\n * @example\n * error.source //=> 'a { b {} }'\n * error.input.column //=> 'a b { }'\n */_this.source=source;}if(plugin){/**\n * Plugin name, if error came from plugin.\n *\n * @type {string}\n *\n * @example\n * error.plugin //=> 'postcss-vars'\n */_this.plugin=plugin;}if(typeof line!=='undefined'&&typeof column!=='undefined'){/**\n * Source line of the error.\n *\n * @type {number}\n *\n * @example\n * error.line //=> 2\n * error.input.line //=> 4\n */_this.line=line;/**\n * Source column of the error.\n *\n * @type {number}\n *\n * @example\n * error.column //=> 1\n * error.input.column //=> 4\n */_this.column=column;}_this.setMessage();if(Error.captureStackTrace){Error.captureStackTrace(_assertThisInitialized(_this),CssSyntaxError);}return _this;}var _proto=CssSyntaxError.prototype;_proto.setMessage=function setMessage(){/**\n * Full error text in the GNU error format\n * with plugin, file, line and column.\n *\n * @type {string}\n *\n * @example\n * error.message //=> 'a.css:1:1: Unclosed block'\n */this.message=this.plugin?this.plugin+': ':'';this.message+=this.file?this.file:'<css input>';if(typeof this.line!=='undefined'){this.message+=':'+this.line+':'+this.column;}this.message+=': '+this.reason;}/**\n * Returns a few lines of CSS source that caused the error.\n *\n * If the CSS has an input source map without `sourceContent`,\n * this method will return an empty string.\n *\n * @param {boolean} [color] Whether arrow will be colored red by terminal\n * color codes. By default, PostCSS will detect\n * color support by `process.stdout.isTTY`\n * and `process.env.NODE_DISABLE_COLORS`.\n *\n * @example\n * error.showSourceCode() //=> \" 4 | }\n * // 5 | a {\n * // > 6 | bad\n * // | ^\n * // 7 | }\n * // 8 | b {\"\n *\n * @return {string} Few lines of CSS source that caused the error.\n */;_proto.showSourceCode=function showSourceCode(color){var _this2=this;if(!this.source)return'';var css=this.source;if(_terminalHighlight[\"default\"]){if(typeof color==='undefined')color=_supportsColor[\"default\"].stdout;if(color)css=(0,_terminalHighlight[\"default\"])(css);}var lines=css.split(/\\r?\\n/);var start=Math.max(this.line-3,0);var end=Math.min(this.line+2,lines.length);var maxWidth=String(end).length;function mark(text){if(color&&_chalk[\"default\"].red){return _chalk[\"default\"].red.bold(text);}return text;}function aside(text){if(color&&_chalk[\"default\"].gray){return _chalk[\"default\"].gray(text);}return text;}return lines.slice(start,end).map(function(line,index){var number=start+1+index;var gutter=' '+(' '+number).slice(-maxWidth)+' | ';if(number===_this2.line){var spacing=aside(gutter.replace(/\\d/g,' '))+line.slice(0,_this2.column-1).replace(/[^\\t]/g,' ');return mark('>')+aside(gutter)+line+'\\n '+spacing+mark('^');}return' '+aside(gutter)+line;}).join('\\n');}/**\n * Returns error position, message and source code of the broken part.\n *\n * @example\n * error.toString() //=> \"CssSyntaxError: app.css:1:1: Unclosed block\n * // > 1 | a {\n * // | ^\"\n *\n * @return {string} Error position, message and source code.\n */;_proto.toString=function toString(){var code=this.showSourceCode();if(code){code='\\n\\n'+code+'\\n';}return this.name+': '+this.message+code;}/**\n * @memberof CssSyntaxError#\n * @member {Input} input Input object with PostCSS internal information\n * about input file. If input has source map\n * from previous tool, PostCSS will use origin\n * (for example, Sass) source. You can use this\n * object to get PostCSS input source.\n *\n * @example\n * error.input.file //=> 'a.css'\n * error.file //=> 'a.sass'\n */;return CssSyntaxError;}(/*#__PURE__*/_wrapNativeSuper(Error));var _default=CssSyntaxError;exports[\"default\"]=_default;module.exports=exports[\"default\"];},{\"./terminal-highlight\":2,\"chalk\":2,\"supports-color\":2}],173:[function(require,module,exports){\"use strict\";exports.__esModule=true;exports[\"default\"]=void 0;var _node=_interopRequireDefault(require(\"./node\"));function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{\"default\":obj};}function _inheritsLoose(subClass,superClass){subClass.prototype=Object.create(superClass.prototype);subClass.prototype.constructor=subClass;subClass.__proto__=superClass;}/**\n * Represents a CSS declaration.\n *\n * @extends Node\n *\n * @example\n * const root = postcss.parse('a { color: black }')\n * const decl = root.first.first\n * decl.type //=> 'decl'\n * decl.toString() //=> ' color: black'\n */var Declaration=/*#__PURE__*/function(_Node){_inheritsLoose(Declaration,_Node);function Declaration(defaults){var _this;_this=_Node.call(this,defaults)||this;_this.type='decl';return _this;}/**\n * @memberof Declaration#\n * @member {string} prop The declaration’s property name.\n *\n * @example\n * const root = postcss.parse('a { color: black }')\n * const decl = root.first.first\n * decl.prop //=> 'color'\n */ /**\n * @memberof Declaration#\n * @member {string} value The declaration’s value.\n *\n * @example\n * const root = postcss.parse('a { color: black }')\n * const decl = root.first.first\n * decl.value //=> 'black'\n */ /**\n * @memberof Declaration#\n * @member {boolean} important `true` if the declaration\n * has an !important annotation.\n *\n * @example\n * const root = postcss.parse('a { color: black !important; color: red }')\n * root.first.first.important //=> true\n * root.first.last.important //=> undefined\n */ /**\n * @memberof Declaration#\n * @member {object} raws Information to generate byte-to-byte equal\n * node string as it was in the origin input.\n *\n * Every parser saves its own properties,\n * but the default CSS parser uses:\n *\n * * `before`: the space symbols before the node. It also stores `*`\n * and `_` symbols before the declaration (IE hack).\n * * `between`: the symbols between the property and value\n * for declarations.\n * * `important`: the content of the important statement,\n * if it is not just `!important`.\n *\n * PostCSS cleans declaration from comments and extra spaces,\n * but it stores origin content in raws properties.\n * As such, if you don’t change a declaration’s value,\n * PostCSS will use the raw value with comments.\n *\n * @example\n * const root = postcss.parse('a {\\n color:black\\n}')\n * root.first.first.raws //=> { before: '\\n ', between: ':' }\n */return Declaration;}(_node[\"default\"]);var _default=Declaration;exports[\"default\"]=_default;module.exports=exports[\"default\"];},{\"./node\":178}],174:[function(require,module,exports){\"use strict\";exports.__esModule=true;exports[\"default\"]=void 0;var _path=_interopRequireDefault(require(\"path\"));var _cssSyntaxError=_interopRequireDefault(require(\"./css-syntax-error\"));var _previousMap=_interopRequireDefault(require(\"./previous-map\"));function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{\"default\":obj};}function _defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||false;descriptor.configurable=true;if(\"value\"in descriptor)descriptor.writable=true;Object.defineProperty(target,descriptor.key,descriptor);}}function _createClass(Constructor,protoProps,staticProps){if(protoProps)_defineProperties(Constructor.prototype,protoProps);if(staticProps)_defineProperties(Constructor,staticProps);return Constructor;}var sequence=0;/**\n * Represents the source CSS.\n *\n * @example\n * const root = postcss.parse(css, { from: file })\n * const input = root.source.input\n */var Input=/*#__PURE__*/function(){/**\n * @param {string} css Input CSS source.\n * @param {object} [opts] {@link Processor#process} options.\n */function Input(css,opts){if(opts===void 0){opts={};}if(css===null||typeof css==='undefined'||_typeof(css)==='object'&&!css.toString){throw new Error(\"PostCSS received \"+css+\" instead of CSS string\");}/**\n * Input CSS source\n *\n * @type {string}\n *\n * @example\n * const input = postcss.parse('a{}', { from: file }).input\n * input.css //=> \"a{}\"\n */this.css=css.toString();if(this.css[0]===\"\\uFEFF\"||this.css[0]===\"\\uFFFE\"){this.hasBOM=true;this.css=this.css.slice(1);}else{this.hasBOM=false;}if(opts.from){if(/^\\w+:\\/\\//.test(opts.from)||_path[\"default\"].isAbsolute(opts.from)){/**\n * The absolute path to the CSS source file defined\n * with the `from` option.\n *\n * @type {string}\n *\n * @example\n * const root = postcss.parse(css, { from: 'a.css' })\n * root.source.input.file //=> '/home/ai/a.css'\n */this.file=opts.from;}else{this.file=_path[\"default\"].resolve(opts.from);}}var map=new _previousMap[\"default\"](this.css,opts);if(map.text){/**\n * The input source map passed from a compilation step before PostCSS\n * (for example, from Sass compiler).\n *\n * @type {PreviousMap}\n *\n * @example\n * root.source.input.map.consumer().sources //=> ['a.sass']\n */this.map=map;var file=map.consumer().file;if(!this.file&&file)this.file=this.mapResolve(file);}if(!this.file){sequence+=1;/**\n * The unique ID of the CSS source. It will be created if `from` option\n * is not provided (because PostCSS does not know the file path).\n *\n * @type {string}\n *\n * @example\n * const root = postcss.parse(css)\n * root.source.input.file //=> undefined\n * root.source.input.id //=> \"<input css 1>\"\n */this.id='<input css '+sequence+'>';}if(this.map)this.map.file=this.from;}var _proto=Input.prototype;_proto.error=function error(message,line,column,opts){if(opts===void 0){opts={};}var result;var origin=this.origin(line,column);if(origin){result=new _cssSyntaxError[\"default\"](message,origin.line,origin.column,origin.source,origin.file,opts.plugin);}else{result=new _cssSyntaxError[\"default\"](message,line,column,this.css,this.file,opts.plugin);}result.input={line:line,column:column,source:this.css};if(this.file)result.input.file=this.file;return result;}/**\n * Reads the input source map and returns a symbol position\n * in the input source (e.g., in a Sass file that was compiled\n * to CSS before being passed to PostCSS).\n *\n * @param {number} line Line in input CSS.\n * @param {number} column Column in input CSS.\n *\n * @return {filePosition} Position in input source.\n *\n * @example\n * root.source.input.origin(1, 1) //=> { file: 'a.css', line: 3, column: 1 }\n */;_proto.origin=function origin(line,column){if(!this.map)return false;var consumer=this.map.consumer();var from=consumer.originalPositionFor({line:line,column:column});if(!from.source)return false;var result={file:this.mapResolve(from.source),line:from.line,column:from.column};var source=consumer.sourceContentFor(from.source);if(source)result.source=source;return result;};_proto.mapResolve=function mapResolve(file){if(/^\\w+:\\/\\//.test(file)){return file;}return _path[\"default\"].resolve(this.map.consumer().sourceRoot||'.',file);}/**\n * The CSS source identifier. Contains {@link Input#file} if the user\n * set the `from` option, or {@link Input#id} if they did not.\n *\n * @type {string}\n *\n * @example\n * const root = postcss.parse(css, { from: 'a.css' })\n * root.source.input.from //=> \"/home/ai/a.css\"\n *\n * const root = postcss.parse(css)\n * root.source.input.from //=> \"<input css 1>\"\n */;_createClass(Input,[{key:\"from\",get:function get(){return this.file||this.id;}}]);return Input;}();var _default=Input;/**\n * @typedef {object} filePosition\n * @property {string} file Path to file.\n * @property {number} line Source line in file.\n * @property {number} column Source column in file.\n */exports[\"default\"]=_default;module.exports=exports[\"default\"];},{\"./css-syntax-error\":172,\"./previous-map\":182,\"path\":168}],175:[function(require,module,exports){(function(process){\"use strict\";exports.__esModule=true;exports[\"default\"]=void 0;var _mapGenerator=_interopRequireDefault(require(\"./map-generator\"));var _stringify2=_interopRequireDefault(require(\"./stringify\"));var _warnOnce=_interopRequireDefault(require(\"./warn-once\"));var _result=_interopRequireDefault(require(\"./result\"));var _parse=_interopRequireDefault(require(\"./parse\"));function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{\"default\":obj};}function _createForOfIteratorHelperLoose(o,allowArrayLike){var it;if(typeof Symbol===\"undefined\"||o[Symbol.iterator]==null){if(Array.isArray(o)||(it=_unsupportedIterableToArray(o))||allowArrayLike&&o&&typeof o.length===\"number\"){if(it)o=it;var i=0;return function(){if(i>=o.length)return{done:true};return{done:false,value:o[i++]};};}throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\");}it=o[Symbol.iterator]();return it.next.bind(it);}function _unsupportedIterableToArray(o,minLen){if(!o)return;if(typeof o===\"string\")return _arrayLikeToArray(o,minLen);var n=Object.prototype.toString.call(o).slice(8,-1);if(n===\"Object\"&&o.constructor)n=o.constructor.name;if(n===\"Map\"||n===\"Set\")return Array.from(o);if(n===\"Arguments\"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return _arrayLikeToArray(o,minLen);}function _arrayLikeToArray(arr,len){if(len==null||len>arr.length)len=arr.length;for(var i=0,arr2=new Array(len);i<len;i++){arr2[i]=arr[i];}return arr2;}function _defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||false;descriptor.configurable=true;if(\"value\"in descriptor)descriptor.writable=true;Object.defineProperty(target,descriptor.key,descriptor);}}function _createClass(Constructor,protoProps,staticProps){if(protoProps)_defineProperties(Constructor.prototype,protoProps);if(staticProps)_defineProperties(Constructor,staticProps);return Constructor;}function isPromise(obj){return _typeof(obj)==='object'&&typeof obj.then==='function';}/**\n * A Promise proxy for the result of PostCSS transformations.\n *\n * A `LazyResult` instance is returned by {@link Processor#process}.\n *\n * @example\n * const lazy = postcss([autoprefixer]).process(css)\n */var LazyResult=/*#__PURE__*/function(){function LazyResult(processor,css,opts){this.stringified=false;this.processed=false;var root;if(_typeof(css)==='object'&&css!==null&&css.type==='root'){root=css;}else if(css instanceof LazyResult||css instanceof _result[\"default\"]){root=css.root;if(css.map){if(typeof opts.map==='undefined')opts.map={};if(!opts.map.inline)opts.map.inline=false;opts.map.prev=css.map;}}else{var parser=_parse[\"default\"];if(opts.syntax)parser=opts.syntax.parse;if(opts.parser)parser=opts.parser;if(parser.parse)parser=parser.parse;try{root=parser(css,opts);}catch(error){this.error=error;}}this.result=new _result[\"default\"](processor,root,opts);}/**\n * Returns a {@link Processor} instance, which will be used\n * for CSS transformations.\n *\n * @type {Processor}\n */var _proto=LazyResult.prototype;/**\n * Processes input CSS through synchronous plugins\n * and calls {@link Result#warnings()}.\n *\n * @return {Warning[]} Warnings from plugins.\n */_proto.warnings=function warnings(){return this.sync().warnings();}/**\n * Alias for the {@link LazyResult#css} property.\n *\n * @example\n * lazy + '' === lazy.css\n *\n * @return {string} Output CSS.\n */;_proto.toString=function toString(){return this.css;}/**\n * Processes input CSS through synchronous and asynchronous plugins\n * and calls `onFulfilled` with a Result instance. If a plugin throws\n * an error, the `onRejected` callback will be executed.\n *\n * It implements standard Promise API.\n *\n * @param {onFulfilled} onFulfilled Callback will be executed\n * when all plugins will finish work.\n * @param {onRejected} onRejected Callback will be executed on any error.\n *\n * @return {Promise} Promise API to make queue.\n *\n * @example\n * postcss([autoprefixer]).process(css, { from: cssPath }).then(result => {\n * console.log(result.css)\n * })\n */;_proto.then=function then(onFulfilled,onRejected){if(process.env.NODE_ENV!=='production'){if(!('from'in this.opts)){(0,_warnOnce[\"default\"])('Without `from` option PostCSS could generate wrong source map '+'and will not find Browserslist config. Set it to CSS file path '+'or to `undefined` to prevent this warning.');}}return this.async().then(onFulfilled,onRejected);}/**\n * Processes input CSS through synchronous and asynchronous plugins\n * and calls onRejected for each error thrown in any plugin.\n *\n * It implements standard Promise API.\n *\n * @param {onRejected} onRejected Callback will be executed on any error.\n *\n * @return {Promise} Promise API to make queue.\n *\n * @example\n * postcss([autoprefixer]).process(css).then(result => {\n * console.log(result.css)\n * }).catch(error => {\n * console.error(error)\n * })\n */;_proto[\"catch\"]=function _catch(onRejected){return this.async()[\"catch\"](onRejected);}/**\n * Processes input CSS through synchronous and asynchronous plugins\n * and calls onFinally on any error or when all plugins will finish work.\n *\n * It implements standard Promise API.\n *\n * @param {onFinally} onFinally Callback will be executed on any error or\n * when all plugins will finish work.\n *\n * @return {Promise} Promise API to make queue.\n *\n * @example\n * postcss([autoprefixer]).process(css).finally(() => {\n * console.log('processing ended')\n * })\n */;_proto[\"finally\"]=function _finally(onFinally){return this.async().then(onFinally,onFinally);};_proto.handleError=function handleError(error,plugin){try{this.error=error;if(error.name==='CssSyntaxError'&&!error.plugin){error.plugin=plugin.postcssPlugin;error.setMessage();}else if(plugin.postcssVersion){if(process.env.NODE_ENV!=='production'){var pluginName=plugin.postcssPlugin;var pluginVer=plugin.postcssVersion;var runtimeVer=this.result.processor.version;var a=pluginVer.split('.');var b=runtimeVer.split('.');if(a[0]!==b[0]||parseInt(a[1])>parseInt(b[1])){console.error('Unknown error from PostCSS plugin. Your current PostCSS '+'version is '+runtimeVer+', but '+pluginName+' uses '+pluginVer+'. Perhaps this is the source of the error below.');}}}}catch(err){if(console&&console.error)console.error(err);}};_proto.asyncTick=function asyncTick(resolve,reject){var _this=this;if(this.plugin>=this.processor.plugins.length){this.processed=true;return resolve();}try{var plugin=this.processor.plugins[this.plugin];var promise=this.run(plugin);this.plugin+=1;if(isPromise(promise)){promise.then(function(){_this.asyncTick(resolve,reject);})[\"catch\"](function(error){_this.handleError(error,plugin);_this.processed=true;reject(error);});}else{this.asyncTick(resolve,reject);}}catch(error){this.processed=true;reject(error);}};_proto.async=function async(){var _this2=this;if(this.processed){return new Promise(function(resolve,reject){if(_this2.error){reject(_this2.error);}else{resolve(_this2.stringify());}});}if(this.processing){return this.processing;}this.processing=new Promise(function(resolve,reject){if(_this2.error)return reject(_this2.error);_this2.plugin=0;_this2.asyncTick(resolve,reject);}).then(function(){_this2.processed=true;return _this2.stringify();});return this.processing;};_proto.sync=function sync(){if(this.processed)return this.result;this.processed=true;if(this.processing){throw new Error('Use process(css).then(cb) to work with async plugins');}if(this.error)throw this.error;for(var _iterator=_createForOfIteratorHelperLoose(this.result.processor.plugins),_step;!(_step=_iterator()).done;){var plugin=_step.value;var promise=this.run(plugin);if(isPromise(promise)){throw new Error('Use process(css).then(cb) to work with async plugins');}}return this.result;};_proto.run=function run(plugin){this.result.lastPlugin=plugin;try{return plugin(this.result.root,this.result);}catch(error){this.handleError(error,plugin);throw error;}};_proto.stringify=function stringify(){if(this.stringified)return this.result;this.stringified=true;this.sync();var opts=this.result.opts;var str=_stringify2[\"default\"];if(opts.syntax)str=opts.syntax.stringify;if(opts.stringifier)str=opts.stringifier;if(str.stringify)str=str.stringify;var map=new _mapGenerator[\"default\"](str,this.result.root,this.result.opts);var data=map.generate();this.result.css=data[0];this.result.map=data[1];return this.result;};_createClass(LazyResult,[{key:\"processor\",get:function get(){return this.result.processor;}/**\n * Options from the {@link Processor#process} call.\n *\n * @type {processOptions}\n */},{key:\"opts\",get:function get(){return this.result.opts;}/**\n * Processes input CSS through synchronous plugins, converts `Root`\n * to a CSS string and returns {@link Result#css}.\n *\n * This property will only work with synchronous plugins.\n * If the processor contains any asynchronous plugins\n * it will throw an error. This is why this method is only\n * for debug purpose, you should always use {@link LazyResult#then}.\n *\n * @type {string}\n * @see Result#css\n */},{key:\"css\",get:function get(){return this.stringify().css;}/**\n * An alias for the `css` property. Use it with syntaxes\n * that generate non-CSS output.\n *\n * This property will only work with synchronous plugins.\n * If the processor contains any asynchronous plugins\n * it will throw an error. This is why this method is only\n * for debug purpose, you should always use {@link LazyResult#then}.\n *\n * @type {string}\n * @see Result#content\n */},{key:\"content\",get:function get(){return this.stringify().content;}/**\n * Processes input CSS through synchronous plugins\n * and returns {@link Result#map}.\n *\n * This property will only work with synchronous plugins.\n * If the processor contains any asynchronous plugins\n * it will throw an error. This is why this method is only\n * for debug purpose, you should always use {@link LazyResult#then}.\n *\n * @type {SourceMapGenerator}\n * @see Result#map\n */},{key:\"map\",get:function get(){return this.stringify().map;}/**\n * Processes input CSS through synchronous plugins\n * and returns {@link Result#root}.\n *\n * This property will only work with synchronous plugins. If the processor\n * contains any asynchronous plugins it will throw an error.\n *\n * This is why this method is only for debug purpose,\n * you should always use {@link LazyResult#then}.\n *\n * @type {Root}\n * @see Result#root\n */},{key:\"root\",get:function get(){return this.sync().root;}/**\n * Processes input CSS through synchronous plugins\n * and returns {@link Result#messages}.\n *\n * This property will only work with synchronous plugins. If the processor\n * contains any asynchronous plugins it will throw an error.\n *\n * This is why this method is only for debug purpose,\n * you should always use {@link LazyResult#then}.\n *\n * @type {Message[]}\n * @see Result#messages\n */},{key:\"messages\",get:function get(){return this.sync().messages;}}]);return LazyResult;}();var _default=LazyResult;/**\n * @callback onFulfilled\n * @param {Result} result\n */ /**\n * @callback onRejected\n * @param {Error} error\n */exports[\"default\"]=_default;module.exports=exports[\"default\"];}).call(this,require('_process'));},{\"./map-generator\":177,\"./parse\":179,\"./result\":184,\"./stringify\":188,\"./warn-once\":191,\"_process\":193}],176:[function(require,module,exports){\"use strict\";exports.__esModule=true;exports[\"default\"]=void 0;/**\n * Contains helpers for safely splitting lists of CSS values,\n * preserving parentheses and quotes.\n *\n * @example\n * const list = postcss.list\n *\n * @namespace list\n */var list={split:function split(string,separators,last){var array=[];var current='';var split=false;var func=0;var quote=false;var escape=false;for(var i=0;i<string.length;i++){var letter=string[i];if(quote){if(escape){escape=false;}else if(letter==='\\\\'){escape=true;}else if(letter===quote){quote=false;}}else if(letter==='\"'||letter==='\\''){quote=letter;}else if(letter==='('){func+=1;}else if(letter===')'){if(func>0)func-=1;}else if(func===0){if(separators.indexOf(letter)!==-1)split=true;}if(split){if(current!=='')array.push(current.trim());current='';split=false;}else{current+=letter;}}if(last||current!=='')array.push(current.trim());return array;},/**\n * Safely splits space-separated values (such as those for `background`,\n * `border-radius`, and other shorthand properties).\n *\n * @param {string} string Space-separated values.\n *\n * @return {string[]} Split values.\n *\n * @example\n * postcss.list.space('1px calc(10% + 1px)') //=> ['1px', 'calc(10% + 1px)']\n */space:function space(string){var spaces=[' ','\\n','\\t'];return list.split(string,spaces);},/**\n * Safely splits comma-separated values (such as those for `transition-*`\n * and `background` properties).\n *\n * @param {string} string Comma-separated values.\n *\n * @return {string[]} Split values.\n *\n * @example\n * postcss.list.comma('black, linear-gradient(white, black)')\n * //=> ['black', 'linear-gradient(white, black)']\n */comma:function comma(string){return list.split(string,[','],true);}};var _default=list;exports[\"default\"]=_default;module.exports=exports[\"default\"];},{}],177:[function(require,module,exports){(function(Buffer){\"use strict\";exports.__esModule=true;exports[\"default\"]=void 0;var _sourceMap=_interopRequireDefault(require(\"source-map\"));var _path=_interopRequireDefault(require(\"path\"));function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{\"default\":obj};}function _createForOfIteratorHelperLoose(o,allowArrayLike){var it;if(typeof Symbol===\"undefined\"||o[Symbol.iterator]==null){if(Array.isArray(o)||(it=_unsupportedIterableToArray(o))||allowArrayLike&&o&&typeof o.length===\"number\"){if(it)o=it;var i=0;return function(){if(i>=o.length)return{done:true};return{done:false,value:o[i++]};};}throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\");}it=o[Symbol.iterator]();return it.next.bind(it);}function _unsupportedIterableToArray(o,minLen){if(!o)return;if(typeof o===\"string\")return _arrayLikeToArray(o,minLen);var n=Object.prototype.toString.call(o).slice(8,-1);if(n===\"Object\"&&o.constructor)n=o.constructor.name;if(n===\"Map\"||n===\"Set\")return Array.from(o);if(n===\"Arguments\"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return _arrayLikeToArray(o,minLen);}function _arrayLikeToArray(arr,len){if(len==null||len>arr.length)len=arr.length;for(var i=0,arr2=new Array(len);i<len;i++){arr2[i]=arr[i];}return arr2;}var MapGenerator=/*#__PURE__*/function(){function MapGenerator(stringify,root,opts){this.stringify=stringify;this.mapOpts=opts.map||{};this.root=root;this.opts=opts;}var _proto=MapGenerator.prototype;_proto.isMap=function isMap(){if(typeof this.opts.map!=='undefined'){return!!this.opts.map;}return this.previous().length>0;};_proto.previous=function previous(){var _this=this;if(!this.previousMaps){this.previousMaps=[];this.root.walk(function(node){if(node.source&&node.source.input.map){var map=node.source.input.map;if(_this.previousMaps.indexOf(map)===-1){_this.previousMaps.push(map);}}});}return this.previousMaps;};_proto.isInline=function isInline(){if(typeof this.mapOpts.inline!=='undefined'){return this.mapOpts.inline;}var annotation=this.mapOpts.annotation;if(typeof annotation!=='undefined'&&annotation!==true){return false;}if(this.previous().length){return this.previous().some(function(i){return i.inline;});}return true;};_proto.isSourcesContent=function isSourcesContent(){if(typeof this.mapOpts.sourcesContent!=='undefined'){return this.mapOpts.sourcesContent;}if(this.previous().length){return this.previous().some(function(i){return i.withContent();});}return true;};_proto.clearAnnotation=function clearAnnotation(){if(this.mapOpts.annotation===false)return;var node;for(var i=this.root.nodes.length-1;i>=0;i--){node=this.root.nodes[i];if(node.type!=='comment')continue;if(node.text.indexOf('# sourceMappingURL=')===0){this.root.removeChild(i);}}};_proto.setSourcesContent=function setSourcesContent(){var _this2=this;var already={};this.root.walk(function(node){if(node.source){var from=node.source.input.from;if(from&&!already[from]){already[from]=true;var relative=_this2.relative(from);_this2.map.setSourceContent(relative,node.source.input.css);}}});};_proto.applyPrevMaps=function applyPrevMaps(){for(var _iterator=_createForOfIteratorHelperLoose(this.previous()),_step;!(_step=_iterator()).done;){var prev=_step.value;var from=this.relative(prev.file);var root=prev.root||_path[\"default\"].dirname(prev.file);var map=void 0;if(this.mapOpts.sourcesContent===false){map=new _sourceMap[\"default\"].SourceMapConsumer(prev.text);if(map.sourcesContent){map.sourcesContent=map.sourcesContent.map(function(){return null;});}}else{map=prev.consumer();}this.map.applySourceMap(map,from,this.relative(root));}};_proto.isAnnotation=function isAnnotation(){if(this.isInline()){return true;}if(typeof this.mapOpts.annotation!=='undefined'){return this.mapOpts.annotation;}if(this.previous().length){return this.previous().some(function(i){return i.annotation;});}return true;};_proto.toBase64=function toBase64(str){if(Buffer){return Buffer.from(str).toString('base64');}return window.btoa(unescape(encodeURIComponent(str)));};_proto.addAnnotation=function addAnnotation(){var content;if(this.isInline()){content='data:application/json;base64,'+this.toBase64(this.map.toString());}else if(typeof this.mapOpts.annotation==='string'){content=this.mapOpts.annotation;}else{content=this.outputFile()+'.map';}var eol='\\n';if(this.css.indexOf('\\r\\n')!==-1)eol='\\r\\n';this.css+=eol+'/*# sourceMappingURL='+content+' */';};_proto.outputFile=function outputFile(){if(this.opts.to){return this.relative(this.opts.to);}if(this.opts.from){return this.relative(this.opts.from);}return'to.css';};_proto.generateMap=function generateMap(){this.generateString();if(this.isSourcesContent())this.setSourcesContent();if(this.previous().length>0)this.applyPrevMaps();if(this.isAnnotation())this.addAnnotation();if(this.isInline()){return[this.css];}return[this.css,this.map];};_proto.relative=function relative(file){if(file.indexOf('<')===0)return file;if(/^\\w+:\\/\\//.test(file))return file;var from=this.opts.to?_path[\"default\"].dirname(this.opts.to):'.';if(typeof this.mapOpts.annotation==='string'){from=_path[\"default\"].dirname(_path[\"default\"].resolve(from,this.mapOpts.annotation));}file=_path[\"default\"].relative(from,file);if(_path[\"default\"].sep==='\\\\'){return file.replace(/\\\\/g,'/');}return file;};_proto.sourcePath=function sourcePath(node){if(this.mapOpts.from){return this.mapOpts.from;}return this.relative(node.source.input.from);};_proto.generateString=function generateString(){var _this3=this;this.css='';this.map=new _sourceMap[\"default\"].SourceMapGenerator({file:this.outputFile()});var line=1;var column=1;var lines,last;this.stringify(this.root,function(str,node,type){_this3.css+=str;if(node&&type!=='end'){if(node.source&&node.source.start){_this3.map.addMapping({source:_this3.sourcePath(node),generated:{line:line,column:column-1},original:{line:node.source.start.line,column:node.source.start.column-1}});}else{_this3.map.addMapping({source:'<no source>',original:{line:1,column:0},generated:{line:line,column:column-1}});}}lines=str.match(/\\n/g);if(lines){line+=lines.length;last=str.lastIndexOf('\\n');column=str.length-last;}else{column+=str.length;}if(node&&type!=='start'){var p=node.parent||{raws:{}};if(node.type!=='decl'||node!==p.last||p.raws.semicolon){if(node.source&&node.source.end){_this3.map.addMapping({source:_this3.sourcePath(node),generated:{line:line,column:column-2},original:{line:node.source.end.line,column:node.source.end.column-1}});}else{_this3.map.addMapping({source:'<no source>',original:{line:1,column:0},generated:{line:line,column:column-1}});}}}});};_proto.generate=function generate(){this.clearAnnotation();if(this.isMap()){return this.generateMap();}var result='';this.stringify(this.root,function(i){result+=i;});return[result];};return MapGenerator;}();var _default=MapGenerator;exports[\"default\"]=_default;module.exports=exports[\"default\"];}).call(this,require(\"buffer\").Buffer);},{\"buffer\":3,\"path\":168,\"source-map\":208}],178:[function(require,module,exports){(function(process){\"use strict\";exports.__esModule=true;exports[\"default\"]=void 0;var _cssSyntaxError=_interopRequireDefault(require(\"./css-syntax-error\"));var _stringifier=_interopRequireDefault(require(\"./stringifier\"));var _stringify=_interopRequireDefault(require(\"./stringify\"));function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{\"default\":obj};}function cloneNode(obj,parent){var cloned=new obj.constructor();for(var i in obj){if(!obj.hasOwnProperty(i))continue;var value=obj[i];var type=_typeof(value);if(i==='parent'&&type==='object'){if(parent)cloned[i]=parent;}else if(i==='source'){cloned[i]=value;}else if(value instanceof Array){cloned[i]=value.map(function(j){return cloneNode(j,cloned);});}else{if(type==='object'&&value!==null)value=cloneNode(value);cloned[i]=value;}}return cloned;}/**\n * All node classes inherit the following common methods.\n *\n * @abstract\n */var Node=/*#__PURE__*/function(){/**\n * @param {object} [defaults] Value for node properties.\n */function Node(defaults){if(defaults===void 0){defaults={};}this.raws={};if(process.env.NODE_ENV!=='production'){if(_typeof(defaults)!=='object'&&typeof defaults!=='undefined'){throw new Error('PostCSS nodes constructor accepts object, not '+JSON.stringify(defaults));}}for(var name in defaults){this[name]=defaults[name];}}/**\n * Returns a `CssSyntaxError` instance containing the original position\n * of the node in the source, showing line and column numbers and also\n * a small excerpt to facilitate debugging.\n *\n * If present, an input source map will be used to get the original position\n * of the source, even from a previous compilation step\n * (e.g., from Sass compilation).\n *\n * This method produces very useful error messages.\n *\n * @param {string} message Error description.\n * @param {object} [opts] Options.\n * @param {string} opts.plugin Plugin name that created this error.\n * PostCSS will set it automatically.\n * @param {string} opts.word A word inside a node’s string that should\n * be highlighted as the source of the error.\n * @param {number} opts.index An index inside a node’s string that should\n * be highlighted as the source of the error.\n *\n * @return {CssSyntaxError} Error object to throw it.\n *\n * @example\n * if (!variables[name]) {\n * throw decl.error('Unknown variable ' + name, { word: name })\n * // CssSyntaxError: postcss-vars:a.sass:4:3: Unknown variable $black\n * // color: $black\n * // a\n * // ^\n * // background: white\n * }\n */var _proto=Node.prototype;_proto.error=function error(message,opts){if(opts===void 0){opts={};}if(this.source){var pos=this.positionBy(opts);return this.source.input.error(message,pos.line,pos.column,opts);}return new _cssSyntaxError[\"default\"](message);}/**\n * This method is provided as a convenience wrapper for {@link Result#warn}.\n *\n * @param {Result} result The {@link Result} instance\n * that will receive the warning.\n * @param {string} text Warning message.\n * @param {object} [opts] Options\n * @param {string} opts.plugin Plugin name that created this warning.\n * PostCSS will set it automatically.\n * @param {string} opts.word A word inside a node’s string that should\n * be highlighted as the source of the warning.\n * @param {number} opts.index An index inside a node’s string that should\n * be highlighted as the source of the warning.\n *\n * @return {Warning} Created warning object.\n *\n * @example\n * const plugin = postcss.plugin('postcss-deprecated', () => {\n * return (root, result) => {\n * root.walkDecls('bad', decl => {\n * decl.warn(result, 'Deprecated property bad')\n * })\n * }\n * })\n */;_proto.warn=function warn(result,text,opts){var data={node:this};for(var i in opts){data[i]=opts[i];}return result.warn(text,data);}/**\n * Removes the node from its parent and cleans the parent properties\n * from the node and its children.\n *\n * @example\n * if (decl.prop.match(/^-webkit-/)) {\n * decl.remove()\n * }\n *\n * @return {Node} Node to make calls chain.\n */;_proto.remove=function remove(){if(this.parent){this.parent.removeChild(this);}this.parent=undefined;return this;}/**\n * Returns a CSS string representing the node.\n *\n * @param {stringifier|syntax} [stringifier] A syntax to use\n * in string generation.\n *\n * @return {string} CSS string of this node.\n *\n * @example\n * postcss.rule({ selector: 'a' }).toString() //=> \"a {}\"\n */;_proto.toString=function toString(stringifier){if(stringifier===void 0){stringifier=_stringify[\"default\"];}if(stringifier.stringify)stringifier=stringifier.stringify;var result='';stringifier(this,function(i){result+=i;});return result;}/**\n * Returns an exact clone of the node.\n *\n * The resulting cloned node and its (cloned) children will retain\n * code style properties.\n *\n * @param {object} [overrides] New properties to override in the clone.\n *\n * @example\n * decl.raws.before //=> \"\\n \"\n * const cloned = decl.clone({ prop: '-moz-' + decl.prop })\n * cloned.raws.before //=> \"\\n \"\n * cloned.toString() //=> -moz-transform: scale(0)\n *\n * @return {Node} Clone of the node.\n */;_proto.clone=function clone(overrides){if(overrides===void 0){overrides={};}var cloned=cloneNode(this);for(var name in overrides){cloned[name]=overrides[name];}return cloned;}/**\n * Shortcut to clone the node and insert the resulting cloned node\n * before the current node.\n *\n * @param {object} [overrides] Mew properties to override in the clone.\n *\n * @example\n * decl.cloneBefore({ prop: '-moz-' + decl.prop })\n *\n * @return {Node} New node\n */;_proto.cloneBefore=function cloneBefore(overrides){if(overrides===void 0){overrides={};}var cloned=this.clone(overrides);this.parent.insertBefore(this,cloned);return cloned;}/**\n * Shortcut to clone the node and insert the resulting cloned node\n * after the current node.\n *\n * @param {object} [overrides] New properties to override in the clone.\n *\n * @return {Node} New node.\n */;_proto.cloneAfter=function cloneAfter(overrides){if(overrides===void 0){overrides={};}var cloned=this.clone(overrides);this.parent.insertAfter(this,cloned);return cloned;}/**\n * Inserts node(s) before the current node and removes the current node.\n *\n * @param {...Node} nodes Mode(s) to replace current one.\n *\n * @example\n * if (atrule.name === 'mixin') {\n * atrule.replaceWith(mixinRules[atrule.params])\n * }\n *\n * @return {Node} Current node to methods chain.\n */;_proto.replaceWith=function replaceWith(){if(this.parent){for(var _len=arguments.length,nodes=new Array(_len),_key=0;_key<_len;_key++){nodes[_key]=arguments[_key];}for(var _i=0,_nodes=nodes;_i<_nodes.length;_i++){var node=_nodes[_i];this.parent.insertBefore(this,node);}this.remove();}return this;}/**\n * Returns the next child of the node’s parent.\n * Returns `undefined` if the current node is the last child.\n *\n * @return {Node|undefined} Next node.\n *\n * @example\n * if (comment.text === 'delete next') {\n * const next = comment.next()\n * if (next) {\n * next.remove()\n * }\n * }\n */;_proto.next=function next(){if(!this.parent)return undefined;var index=this.parent.index(this);return this.parent.nodes[index+1];}/**\n * Returns the previous child of the node’s parent.\n * Returns `undefined` if the current node is the first child.\n *\n * @return {Node|undefined} Previous node.\n *\n * @example\n * const annotation = decl.prev()\n * if (annotation.type === 'comment') {\n * readAnnotation(annotation.text)\n * }\n */;_proto.prev=function prev(){if(!this.parent)return undefined;var index=this.parent.index(this);return this.parent.nodes[index-1];}/**\n * Insert new node before current node to current node’s parent.\n *\n * Just alias for `node.parent.insertBefore(node, add)`.\n *\n * @param {Node|object|string|Node[]} add New node.\n *\n * @return {Node} This node for methods chain.\n *\n * @example\n * decl.before('content: \"\"')\n */;_proto.before=function before(add){this.parent.insertBefore(this,add);return this;}/**\n * Insert new node after current node to current node’s parent.\n *\n * Just alias for `node.parent.insertAfter(node, add)`.\n *\n * @param {Node|object|string|Node[]} add New node.\n *\n * @return {Node} This node for methods chain.\n *\n * @example\n * decl.after('color: black')\n */;_proto.after=function after(add){this.parent.insertAfter(this,add);return this;};_proto.toJSON=function toJSON(){var fixed={};for(var name in this){if(!this.hasOwnProperty(name))continue;if(name==='parent')continue;var value=this[name];if(value instanceof Array){fixed[name]=value.map(function(i){if(_typeof(i)==='object'&&i.toJSON){return i.toJSON();}else{return i;}});}else if(_typeof(value)==='object'&&value.toJSON){fixed[name]=value.toJSON();}else{fixed[name]=value;}}return fixed;}/**\n * Returns a {@link Node#raws} value. If the node is missing\n * the code style property (because the node was manually built or cloned),\n * PostCSS will try to autodetect the code style property by looking\n * at other nodes in the tree.\n *\n * @param {string} prop Name of code style property.\n * @param {string} [defaultType] Name of default value, it can be missed\n * if the value is the same as prop.\n *\n * @example\n * const root = postcss.parse('a { background: white }')\n * root.nodes[0].append({ prop: 'color', value: 'black' })\n * root.nodes[0].nodes[1].raws.before //=> undefined\n * root.nodes[0].nodes[1].raw('before') //=> ' '\n *\n * @return {string} Code style value.\n */;_proto.raw=function raw(prop,defaultType){var str=new _stringifier[\"default\"]();return str.raw(this,prop,defaultType);}/**\n * Finds the Root instance of the node’s tree.\n *\n * @example\n * root.nodes[0].nodes[0].root() === root\n *\n * @return {Root} Root parent.\n */;_proto.root=function root(){var result=this;while(result.parent){result=result.parent;}return result;}/**\n * Clear the code style properties for the node and its children.\n *\n * @param {boolean} [keepBetween] Keep the raws.between symbols.\n *\n * @return {undefined}\n *\n * @example\n * node.raws.before //=> ' '\n * node.cleanRaws()\n * node.raws.before //=> undefined\n */;_proto.cleanRaws=function cleanRaws(keepBetween){delete this.raws.before;delete this.raws.after;if(!keepBetween)delete this.raws.between;};_proto.positionInside=function positionInside(index){var string=this.toString();var column=this.source.start.column;var line=this.source.start.line;for(var i=0;i<index;i++){if(string[i]==='\\n'){column=1;line+=1;}else{column+=1;}}return{line:line,column:column};};_proto.positionBy=function positionBy(opts){var pos=this.source.start;if(opts.index){pos=this.positionInside(opts.index);}else if(opts.word){var index=this.toString().indexOf(opts.word);if(index!==-1)pos=this.positionInside(index);}return pos;}/**\n * @memberof Node#\n * @member {string} type String representing the node’s type.\n * Possible values are `root`, `atrule`, `rule`,\n * `decl`, or `comment`.\n *\n * @example\n * postcss.decl({ prop: 'color', value: 'black' }).type //=> 'decl'\n */ /**\n * @memberof Node#\n * @member {Container} parent The node’s parent node.\n *\n * @example\n * root.nodes[0].parent === root\n */ /**\n * @memberof Node#\n * @member {source} source The input source of the node.\n *\n * The property is used in source map generation.\n *\n * If you create a node manually (e.g., with `postcss.decl()`),\n * that node will not have a `source` property and will be absent\n * from the source map. For this reason, the plugin developer should\n * consider cloning nodes to create new ones (in which case the new node’s\n * source will reference the original, cloned node) or setting\n * the `source` property manually.\n *\n * ```js\n * // Bad\n * const prefixed = postcss.decl({\n * prop: '-moz-' + decl.prop,\n * value: decl.value\n * })\n *\n * // Good\n * const prefixed = decl.clone({ prop: '-moz-' + decl.prop })\n * ```\n *\n * ```js\n * if (atrule.name === 'add-link') {\n * const rule = postcss.rule({ selector: 'a', source: atrule.source })\n * atrule.parent.insertBefore(atrule, rule)\n * }\n * ```\n *\n * @example\n * decl.source.input.from //=> '/home/ai/a.sass'\n * decl.source.start //=> { line: 10, column: 2 }\n * decl.source.end //=> { line: 10, column: 12 }\n */ /**\n * @memberof Node#\n * @member {object} raws Information to generate byte-to-byte equal\n * node string as it was in the origin input.\n *\n * Every parser saves its own properties,\n * but the default CSS parser uses:\n *\n * * `before`: the space symbols before the node. It also stores `*`\n * and `_` symbols before the declaration (IE hack).\n * * `after`: the space symbols after the last child of the node\n * to the end of the node.\n * * `between`: the symbols between the property and value\n * for declarations, selector and `{` for rules, or last parameter\n * and `{` for at-rules.\n * * `semicolon`: contains true if the last child has\n * an (optional) semicolon.\n * * `afterName`: the space between the at-rule name and its parameters.\n * * `left`: the space symbols between `/*` and the comment’s text.\n * * `right`: the space symbols between the comment’s text\n * and <code>*&#47;</code>.\n * * `important`: the content of the important statement,\n * if it is not just `!important`.\n *\n * PostCSS cleans selectors, declaration values and at-rule parameters\n * from comments and extra spaces, but it stores origin content in raws\n * properties. As such, if you don’t change a declaration’s value,\n * PostCSS will use the raw value with comments.\n *\n * @example\n * const root = postcss.parse('a {\\n color:black\\n}')\n * root.first.first.raws //=> { before: '\\n ', between: ':' }\n */;return Node;}();var _default=Node;/**\n * @typedef {object} position\n * @property {number} line Source line in file.\n * @property {number} column Source column in file.\n */ /**\n * @typedef {object} source\n * @property {Input} input {@link Input} with input file\n * @property {position} start The starting position of the node’s source.\n * @property {position} end The ending position of the node’s source.\n */exports[\"default\"]=_default;module.exports=exports[\"default\"];}).call(this,require('_process'));},{\"./css-syntax-error\":172,\"./stringifier\":187,\"./stringify\":188,\"_process\":193}],179:[function(require,module,exports){(function(process){\"use strict\";exports.__esModule=true;exports[\"default\"]=void 0;var _parser=_interopRequireDefault(require(\"./parser\"));var _input=_interopRequireDefault(require(\"./input\"));function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{\"default\":obj};}function parse(css,opts){var input=new _input[\"default\"](css,opts);var parser=new _parser[\"default\"](input);try{parser.parse();}catch(e){if(process.env.NODE_ENV!=='production'){if(e.name==='CssSyntaxError'&&opts&&opts.from){if(/\\.scss$/i.test(opts.from)){e.message+='\\nYou tried to parse SCSS with '+'the standard CSS parser; '+'try again with the postcss-scss parser';}else if(/\\.sass/i.test(opts.from)){e.message+='\\nYou tried to parse Sass with '+'the standard CSS parser; '+'try again with the postcss-sass parser';}else if(/\\.less$/i.test(opts.from)){e.message+='\\nYou tried to parse Less with '+'the standard CSS parser; '+'try again with the postcss-less parser';}}}throw e;}return parser.root;}var _default=parse;exports[\"default\"]=_default;module.exports=exports[\"default\"];}).call(this,require('_process'));},{\"./input\":174,\"./parser\":180,\"_process\":193}],180:[function(require,module,exports){\"use strict\";exports.__esModule=true;exports[\"default\"]=void 0;var _declaration=_interopRequireDefault(require(\"./declaration\"));var _tokenize=_interopRequireDefault(require(\"./tokenize\"));var _comment=_interopRequireDefault(require(\"./comment\"));var _atRule=_interopRequireDefault(require(\"./at-rule\"));var _root=_interopRequireDefault(require(\"./root\"));var _rule=_interopRequireDefault(require(\"./rule\"));function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{\"default\":obj};}var Parser=/*#__PURE__*/function(){function Parser(input){this.input=input;this.root=new _root[\"default\"]();this.current=this.root;this.spaces='';this.semicolon=false;this.createTokenizer();this.root.source={input:input,start:{line:1,column:1}};}var _proto=Parser.prototype;_proto.createTokenizer=function createTokenizer(){this.tokenizer=(0,_tokenize[\"default\"])(this.input);};_proto.parse=function parse(){var token;while(!this.tokenizer.endOfFile()){token=this.tokenizer.nextToken();switch(token[0]){case'space':this.spaces+=token[1];break;case';':this.freeSemicolon(token);break;case'}':this.end(token);break;case'comment':this.comment(token);break;case'at-word':this.atrule(token);break;case'{':this.emptyRule(token);break;default:this.other(token);break;}}this.endFile();};_proto.comment=function comment(token){var node=new _comment[\"default\"]();this.init(node,token[2],token[3]);node.source.end={line:token[4],column:token[5]};var text=token[1].slice(2,-2);if(/^\\s*$/.test(text)){node.text='';node.raws.left=text;node.raws.right='';}else{var match=text.match(/^(\\s*)([^]*[^\\s])(\\s*)$/);node.text=match[2];node.raws.left=match[1];node.raws.right=match[3];}};_proto.emptyRule=function emptyRule(token){var node=new _rule[\"default\"]();this.init(node,token[2],token[3]);node.selector='';node.raws.between='';this.current=node;};_proto.other=function other(start){var end=false;var type=null;var colon=false;var bracket=null;var brackets=[];var tokens=[];var token=start;while(token){type=token[0];tokens.push(token);if(type==='('||type==='['){if(!bracket)bracket=token;brackets.push(type==='('?')':']');}else if(brackets.length===0){if(type===';'){if(colon){this.decl(tokens);return;}else{break;}}else if(type==='{'){this.rule(tokens);return;}else if(type==='}'){this.tokenizer.back(tokens.pop());end=true;break;}else if(type===':'){colon=true;}}else if(type===brackets[brackets.length-1]){brackets.pop();if(brackets.length===0)bracket=null;}token=this.tokenizer.nextToken();}if(this.tokenizer.endOfFile())end=true;if(brackets.length>0)this.unclosedBracket(bracket);if(end&&colon){while(tokens.length){token=tokens[tokens.length-1][0];if(token!=='space'&&token!=='comment')break;this.tokenizer.back(tokens.pop());}this.decl(tokens);}else{this.unknownWord(tokens);}};_proto.rule=function rule(tokens){tokens.pop();var node=new _rule[\"default\"]();this.init(node,tokens[0][2],tokens[0][3]);node.raws.between=this.spacesAndCommentsFromEnd(tokens);this.raw(node,'selector',tokens);this.current=node;};_proto.decl=function decl(tokens){var node=new _declaration[\"default\"]();this.init(node);var last=tokens[tokens.length-1];if(last[0]===';'){this.semicolon=true;tokens.pop();}if(last[4]){node.source.end={line:last[4],column:last[5]};}else{node.source.end={line:last[2],column:last[3]};}while(tokens[0][0]!=='word'){if(tokens.length===1)this.unknownWord(tokens);node.raws.before+=tokens.shift()[1];}node.source.start={line:tokens[0][2],column:tokens[0][3]};node.prop='';while(tokens.length){var type=tokens[0][0];if(type===':'||type==='space'||type==='comment'){break;}node.prop+=tokens.shift()[1];}node.raws.between='';var token;while(tokens.length){token=tokens.shift();if(token[0]===':'){node.raws.between+=token[1];break;}else{if(token[0]==='word'&&/\\w/.test(token[1])){this.unknownWord([token]);}node.raws.between+=token[1];}}if(node.prop[0]==='_'||node.prop[0]==='*'){node.raws.before+=node.prop[0];node.prop=node.prop.slice(1);}node.raws.between+=this.spacesAndCommentsFromStart(tokens);this.precheckMissedSemicolon(tokens);for(var i=tokens.length-1;i>0;i--){token=tokens[i];if(token[1].toLowerCase()==='!important'){node.important=true;var string=this.stringFrom(tokens,i);string=this.spacesFromEnd(tokens)+string;if(string!==' !important')node.raws.important=string;break;}else if(token[1].toLowerCase()==='important'){var cache=tokens.slice(0);var str='';for(var j=i;j>0;j--){var _type=cache[j][0];if(str.trim().indexOf('!')===0&&_type!=='space'){break;}str=cache.pop()[1]+str;}if(str.trim().indexOf('!')===0){node.important=true;node.raws.important=str;tokens=cache;}}if(token[0]!=='space'&&token[0]!=='comment'){break;}}this.raw(node,'value',tokens);if(node.value.indexOf(':')!==-1)this.checkMissedSemicolon(tokens);};_proto.atrule=function atrule(token){var node=new _atRule[\"default\"]();node.name=token[1].slice(1);if(node.name===''){this.unnamedAtrule(node,token);}this.init(node,token[2],token[3]);var prev;var shift;var last=false;var open=false;var params=[];while(!this.tokenizer.endOfFile()){token=this.tokenizer.nextToken();if(token[0]===';'){node.source.end={line:token[2],column:token[3]};this.semicolon=true;break;}else if(token[0]==='{'){open=true;break;}else if(token[0]==='}'){if(params.length>0){shift=params.length-1;prev=params[shift];while(prev&&prev[0]==='space'){prev=params[--shift];}if(prev){node.source.end={line:prev[4],column:prev[5]};}}this.end(token);break;}else{params.push(token);}if(this.tokenizer.endOfFile()){last=true;break;}}node.raws.between=this.spacesAndCommentsFromEnd(params);if(params.length){node.raws.afterName=this.spacesAndCommentsFromStart(params);this.raw(node,'params',params);if(last){token=params[params.length-1];node.source.end={line:token[4],column:token[5]};this.spaces=node.raws.between;node.raws.between='';}}else{node.raws.afterName='';node.params='';}if(open){node.nodes=[];this.current=node;}};_proto.end=function end(token){if(this.current.nodes&&this.current.nodes.length){this.current.raws.semicolon=this.semicolon;}this.semicolon=false;this.current.raws.after=(this.current.raws.after||'')+this.spaces;this.spaces='';if(this.current.parent){this.current.source.end={line:token[2],column:token[3]};this.current=this.current.parent;}else{this.unexpectedClose(token);}};_proto.endFile=function endFile(){if(this.current.parent)this.unclosedBlock();if(this.current.nodes&&this.current.nodes.length){this.current.raws.semicolon=this.semicolon;}this.current.raws.after=(this.current.raws.after||'')+this.spaces;};_proto.freeSemicolon=function freeSemicolon(token){this.spaces+=token[1];if(this.current.nodes){var prev=this.current.nodes[this.current.nodes.length-1];if(prev&&prev.type==='rule'&&!prev.raws.ownSemicolon){prev.raws.ownSemicolon=this.spaces;this.spaces='';}}}// Helpers\n;_proto.init=function init(node,line,column){this.current.push(node);node.source={start:{line:line,column:column},input:this.input};node.raws.before=this.spaces;this.spaces='';if(node.type!=='comment')this.semicolon=false;};_proto.raw=function raw(node,prop,tokens){var token,type;var length=tokens.length;var value='';var clean=true;var next,prev;var pattern=/^([.|#])?([\\w])+/i;for(var i=0;i<length;i+=1){token=tokens[i];type=token[0];if(type==='comment'&&node.type==='rule'){prev=tokens[i-1];next=tokens[i+1];if(prev[0]!=='space'&&next[0]!=='space'&&pattern.test(prev[1])&&pattern.test(next[1])){value+=token[1];}else{clean=false;}continue;}if(type==='comment'||type==='space'&&i===length-1){clean=false;}else{value+=token[1];}}if(!clean){var raw=tokens.reduce(function(all,i){return all+i[1];},'');node.raws[prop]={value:value,raw:raw};}node[prop]=value;};_proto.spacesAndCommentsFromEnd=function spacesAndCommentsFromEnd(tokens){var lastTokenType;var spaces='';while(tokens.length){lastTokenType=tokens[tokens.length-1][0];if(lastTokenType!=='space'&&lastTokenType!=='comment')break;spaces=tokens.pop()[1]+spaces;}return spaces;};_proto.spacesAndCommentsFromStart=function spacesAndCommentsFromStart(tokens){var next;var spaces='';while(tokens.length){next=tokens[0][0];if(next!=='space'&&next!=='comment')break;spaces+=tokens.shift()[1];}return spaces;};_proto.spacesFromEnd=function spacesFromEnd(tokens){var lastTokenType;var spaces='';while(tokens.length){lastTokenType=tokens[tokens.length-1][0];if(lastTokenType!=='space')break;spaces=tokens.pop()[1]+spaces;}return spaces;};_proto.stringFrom=function stringFrom(tokens,from){var result='';for(var i=from;i<tokens.length;i++){result+=tokens[i][1];}tokens.splice(from,tokens.length-from);return result;};_proto.colon=function colon(tokens){var brackets=0;var token,type,prev;for(var i=0;i<tokens.length;i++){token=tokens[i];type=token[0];if(type==='('){brackets+=1;}if(type===')'){brackets-=1;}if(brackets===0&&type===':'){if(!prev){this.doubleColon(token);}else if(prev[0]==='word'&&prev[1]==='progid'){continue;}else{return i;}}prev=token;}return false;}// Errors\n;_proto.unclosedBracket=function unclosedBracket(bracket){throw this.input.error('Unclosed bracket',bracket[2],bracket[3]);};_proto.unknownWord=function unknownWord(tokens){throw this.input.error('Unknown word',tokens[0][2],tokens[0][3]);};_proto.unexpectedClose=function unexpectedClose(token){throw this.input.error('Unexpected }',token[2],token[3]);};_proto.unclosedBlock=function unclosedBlock(){var pos=this.current.source.start;throw this.input.error('Unclosed block',pos.line,pos.column);};_proto.doubleColon=function doubleColon(token){throw this.input.error('Double colon',token[2],token[3]);};_proto.unnamedAtrule=function unnamedAtrule(node,token){throw this.input.error('At-rule without name',token[2],token[3]);};_proto.precheckMissedSemicolon=function precheckMissedSemicolon()/* tokens */{// Hook for Safe Parser\n};_proto.checkMissedSemicolon=function checkMissedSemicolon(tokens){var colon=this.colon(tokens);if(colon===false)return;var founded=0;var token;for(var j=colon-1;j>=0;j--){token=tokens[j];if(token[0]!=='space'){founded+=1;if(founded===2)break;}}throw this.input.error('Missed semicolon',token[2],token[3]);};return Parser;}();exports[\"default\"]=Parser;module.exports=exports[\"default\"];},{\"./at-rule\":169,\"./comment\":170,\"./declaration\":173,\"./root\":185,\"./rule\":186,\"./tokenize\":189}],181:[function(require,module,exports){\"use strict\";exports.__esModule=true;exports[\"default\"]=void 0;var _declaration=_interopRequireDefault(require(\"./declaration\"));var _processor=_interopRequireDefault(require(\"./processor\"));var _stringify=_interopRequireDefault(require(\"./stringify\"));var _comment=_interopRequireDefault(require(\"./comment\"));var _atRule=_interopRequireDefault(require(\"./at-rule\"));var _vendor=_interopRequireDefault(require(\"./vendor\"));var _parse=_interopRequireDefault(require(\"./parse\"));var _list=_interopRequireDefault(require(\"./list\"));var _rule=_interopRequireDefault(require(\"./rule\"));var _root=_interopRequireDefault(require(\"./root\"));function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{\"default\":obj};}/**\n * Create a new {@link Processor} instance that will apply `plugins`\n * as CSS processors.\n *\n * @param {Array.<Plugin|pluginFunction>|Processor} plugins PostCSS plugins.\n * See {@link Processor#use} for plugin format.\n *\n * @return {Processor} Processor to process multiple CSS.\n *\n * @example\n * import postcss from 'postcss'\n *\n * postcss(plugins).process(css, { from, to }).then(result => {\n * console.log(result.css)\n * })\n *\n * @namespace postcss\n */function postcss(){for(var _len=arguments.length,plugins=new Array(_len),_key=0;_key<_len;_key++){plugins[_key]=arguments[_key];}if(plugins.length===1&&Array.isArray(plugins[0])){plugins=plugins[0];}return new _processor[\"default\"](plugins);}/**\n * Creates a PostCSS plugin with a standard API.\n *\n * The newly-wrapped function will provide both the name and PostCSS\n * version of the plugin.\n *\n * ```js\n * const processor = postcss([replace])\n * processor.plugins[0].postcssPlugin //=> 'postcss-replace'\n * processor.plugins[0].postcssVersion //=> '6.0.0'\n * ```\n *\n * The plugin function receives 2 arguments: {@link Root}\n * and {@link Result} instance. The function should mutate the provided\n * `Root` node. Alternatively, you can create a new `Root` node\n * and override the `result.root` property.\n *\n * ```js\n * const cleaner = postcss.plugin('postcss-cleaner', () => {\n * return (root, result) => {\n * result.root = postcss.root()\n * }\n * })\n * ```\n *\n * As a convenience, plugins also expose a `process` method so that you can use\n * them as standalone tools.\n *\n * ```js\n * cleaner.process(css, processOpts, pluginOpts)\n * // This is equivalent to:\n * postcss([ cleaner(pluginOpts) ]).process(css, processOpts)\n * ```\n *\n * Asynchronous plugins should return a `Promise` instance.\n *\n * ```js\n * postcss.plugin('postcss-import', () => {\n * return (root, result) => {\n * return new Promise( (resolve, reject) => {\n * fs.readFile('base.css', (base) => {\n * root.prepend(base)\n * resolve()\n * })\n * })\n * }\n * })\n * ```\n *\n * Add warnings using the {@link Node#warn} method.\n * Send data to other plugins using the {@link Result#messages} array.\n *\n * ```js\n * postcss.plugin('postcss-caniuse-test', () => {\n * return (root, result) => {\n * root.walkDecls(decl => {\n * if (!caniuse.support(decl.prop)) {\n * decl.warn(result, 'Some browsers do not support ' + decl.prop)\n * }\n * })\n * }\n * })\n * ```\n *\n * @param {string} name PostCSS plugin name. Same as in `name`\n * property in `package.json`. It will be saved\n * in `plugin.postcssPlugin` property.\n * @param {function} initializer Will receive plugin options\n * and should return {@link pluginFunction}\n *\n * @return {Plugin} PostCSS plugin.\n */postcss.plugin=function plugin(name,initializer){function creator(){var transformer=initializer.apply(void 0,arguments);transformer.postcssPlugin=name;transformer.postcssVersion=new _processor[\"default\"]().version;return transformer;}var cache;Object.defineProperty(creator,'postcss',{get:function get(){if(!cache)cache=creator();return cache;}});creator.process=function(css,processOpts,pluginOpts){return postcss([creator(pluginOpts)]).process(css,processOpts);};return creator;};/**\n * Default function to convert a node tree into a CSS string.\n *\n * @param {Node} node Start node for stringifing. Usually {@link Root}.\n * @param {builder} builder Function to concatenate CSS from node’s parts\n * or generate string and source map.\n *\n * @return {void}\n *\n * @function\n */postcss.stringify=_stringify[\"default\"];/**\n * Parses source css and returns a new {@link Root} node,\n * which contains the source CSS nodes.\n *\n * @param {string|toString} css String with input CSS or any object\n * with toString() method, like a Buffer\n * @param {processOptions} [opts] Options with only `from` and `map` keys.\n *\n * @return {Root} PostCSS AST.\n *\n * @example\n * // Simple CSS concatenation with source map support\n * const root1 = postcss.parse(css1, { from: file1 })\n * const root2 = postcss.parse(css2, { from: file2 })\n * root1.append(root2).toResult().css\n *\n * @function\n */postcss.parse=_parse[\"default\"];/**\n * Contains the {@link vendor} module.\n *\n * @type {vendor}\n *\n * @example\n * postcss.vendor.unprefixed('-moz-tab') //=> ['tab']\n */postcss.vendor=_vendor[\"default\"];/**\n * Contains the {@link list} module.\n *\n * @member {list}\n *\n * @example\n * postcss.list.space('5px calc(10% + 5px)') //=> ['5px', 'calc(10% + 5px)']\n */postcss.list=_list[\"default\"];/**\n * Creates a new {@link Comment} node.\n *\n * @param {object} [defaults] Properties for the new node.\n *\n * @return {Comment} New comment node\n *\n * @example\n * postcss.comment({ text: 'test' })\n */postcss.comment=function(defaults){return new _comment[\"default\"](defaults);};/**\n * Creates a new {@link AtRule} node.\n *\n * @param {object} [defaults] Properties for the new node.\n *\n * @return {AtRule} new at-rule node\n *\n * @example\n * postcss.atRule({ name: 'charset' }).toString() //=> \"@charset\"\n */postcss.atRule=function(defaults){return new _atRule[\"default\"](defaults);};/**\n * Creates a new {@link Declaration} node.\n *\n * @param {object} [defaults] Properties for the new node.\n *\n * @return {Declaration} new declaration node\n *\n * @example\n * postcss.decl({ prop: 'color', value: 'red' }).toString() //=> \"color: red\"\n */postcss.decl=function(defaults){return new _declaration[\"default\"](defaults);};/**\n * Creates a new {@link Rule} node.\n *\n * @param {object} [defaults] Properties for the new node.\n *\n * @return {Rule} new rule node\n *\n * @example\n * postcss.rule({ selector: 'a' }).toString() //=> \"a {\\n}\"\n */postcss.rule=function(defaults){return new _rule[\"default\"](defaults);};/**\n * Creates a new {@link Root} node.\n *\n * @param {object} [defaults] Properties for the new node.\n *\n * @return {Root} new root node.\n *\n * @example\n * postcss.root({ after: '\\n' }).toString() //=> \"\\n\"\n */postcss.root=function(defaults){return new _root[\"default\"](defaults);};var _default=postcss;exports[\"default\"]=_default;module.exports=exports[\"default\"];},{\"./at-rule\":169,\"./comment\":170,\"./declaration\":173,\"./list\":176,\"./parse\":179,\"./processor\":183,\"./root\":185,\"./rule\":186,\"./stringify\":188,\"./vendor\":190}],182:[function(require,module,exports){(function(Buffer){\"use strict\";exports.__esModule=true;exports[\"default\"]=void 0;var _sourceMap=_interopRequireDefault(require(\"source-map\"));var _path=_interopRequireDefault(require(\"path\"));var _fs=_interopRequireDefault(require(\"fs\"));function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{\"default\":obj};}function fromBase64(str){if(Buffer){return Buffer.from(str,'base64').toString();}else{return window.atob(str);}}/**\n * Source map information from input CSS.\n * For example, source map after Sass compiler.\n *\n * This class will automatically find source map in input CSS or in file system\n * near input file (according `from` option).\n *\n * @example\n * const root = postcss.parse(css, { from: 'a.sass.css' })\n * root.input.map //=> PreviousMap\n */var PreviousMap=/*#__PURE__*/function(){/**\n * @param {string} css Input CSS source.\n * @param {processOptions} [opts] {@link Processor#process} options.\n */function PreviousMap(css,opts){this.loadAnnotation(css);/**\n * Was source map inlined by data-uri to input CSS.\n *\n * @type {boolean}\n */this.inline=this.startWith(this.annotation,'data:');var prev=opts.map?opts.map.prev:undefined;var text=this.loadMap(opts.from,prev);if(text)this.text=text;}/**\n * Create a instance of `SourceMapGenerator` class\n * from the `source-map` library to work with source map information.\n *\n * It is lazy method, so it will create object only on first call\n * and then it will use cache.\n *\n * @return {SourceMapGenerator} Object with source map information.\n */var _proto=PreviousMap.prototype;_proto.consumer=function consumer(){if(!this.consumerCache){this.consumerCache=new _sourceMap[\"default\"].SourceMapConsumer(this.text);}return this.consumerCache;}/**\n * Does source map contains `sourcesContent` with input source text.\n *\n * @return {boolean} Is `sourcesContent` present.\n */;_proto.withContent=function withContent(){return!!(this.consumer().sourcesContent&&this.consumer().sourcesContent.length>0);};_proto.startWith=function startWith(string,start){if(!string)return false;return string.substr(0,start.length)===start;};_proto.getAnnotationURL=function getAnnotationURL(sourceMapString){return sourceMapString.match(/\\/\\*\\s*# sourceMappingURL=(.*)\\s*\\*\\//)[1].trim();};_proto.loadAnnotation=function loadAnnotation(css){var annotations=css.match(/\\/\\*\\s*# sourceMappingURL=(.*)\\s*\\*\\//mg);if(annotations&&annotations.length>0){// Locate the last sourceMappingURL to avoid picking up\n// sourceMappingURLs from comments, strings, etc.\nvar lastAnnotation=annotations[annotations.length-1];if(lastAnnotation){this.annotation=this.getAnnotationURL(lastAnnotation);}}};_proto.decodeInline=function decodeInline(text){var baseCharsetUri=/^data:application\\/json;charset=utf-?8;base64,/;var baseUri=/^data:application\\/json;base64,/;var uri='data:application/json,';if(this.startWith(text,uri)){return decodeURIComponent(text.substr(uri.length));}if(baseCharsetUri.test(text)||baseUri.test(text)){return fromBase64(text.substr(RegExp.lastMatch.length));}var encoding=text.match(/data:application\\/json;([^,]+),/)[1];throw new Error('Unsupported source map encoding '+encoding);};_proto.loadMap=function loadMap(file,prev){if(prev===false)return false;if(prev){if(typeof prev==='string'){return prev;}else if(typeof prev==='function'){var prevPath=prev(file);if(prevPath&&_fs[\"default\"].existsSync&&_fs[\"default\"].existsSync(prevPath)){return _fs[\"default\"].readFileSync(prevPath,'utf-8').toString().trim();}else{throw new Error('Unable to load previous source map: '+prevPath.toString());}}else if(prev instanceof _sourceMap[\"default\"].SourceMapConsumer){return _sourceMap[\"default\"].SourceMapGenerator.fromSourceMap(prev).toString();}else if(prev instanceof _sourceMap[\"default\"].SourceMapGenerator){return prev.toString();}else if(this.isMap(prev)){return JSON.stringify(prev);}else{throw new Error('Unsupported previous source map format: '+prev.toString());}}else if(this.inline){return this.decodeInline(this.annotation);}else if(this.annotation){var map=this.annotation;if(file)map=_path[\"default\"].join(_path[\"default\"].dirname(file),map);this.root=_path[\"default\"].dirname(map);if(_fs[\"default\"].existsSync&&_fs[\"default\"].existsSync(map)){return _fs[\"default\"].readFileSync(map,'utf-8').toString().trim();}else{return false;}}};_proto.isMap=function isMap(map){if(_typeof(map)!=='object')return false;return typeof map.mappings==='string'||typeof map._mappings==='string';};return PreviousMap;}();var _default=PreviousMap;exports[\"default\"]=_default;module.exports=exports[\"default\"];}).call(this,require(\"buffer\").Buffer);},{\"buffer\":3,\"fs\":2,\"path\":168,\"source-map\":208}],183:[function(require,module,exports){(function(process){\"use strict\";exports.__esModule=true;exports[\"default\"]=void 0;var _lazyResult=_interopRequireDefault(require(\"./lazy-result\"));function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{\"default\":obj};}function _createForOfIteratorHelperLoose(o,allowArrayLike){var it;if(typeof Symbol===\"undefined\"||o[Symbol.iterator]==null){if(Array.isArray(o)||(it=_unsupportedIterableToArray(o))||allowArrayLike&&o&&typeof o.length===\"number\"){if(it)o=it;var i=0;return function(){if(i>=o.length)return{done:true};return{done:false,value:o[i++]};};}throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\");}it=o[Symbol.iterator]();return it.next.bind(it);}function _unsupportedIterableToArray(o,minLen){if(!o)return;if(typeof o===\"string\")return _arrayLikeToArray(o,minLen);var n=Object.prototype.toString.call(o).slice(8,-1);if(n===\"Object\"&&o.constructor)n=o.constructor.name;if(n===\"Map\"||n===\"Set\")return Array.from(o);if(n===\"Arguments\"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return _arrayLikeToArray(o,minLen);}function _arrayLikeToArray(arr,len){if(len==null||len>arr.length)len=arr.length;for(var i=0,arr2=new Array(len);i<len;i++){arr2[i]=arr[i];}return arr2;}/**\n * Contains plugins to process CSS. Create one `Processor` instance,\n * initialize its plugins, and then use that instance on numerous CSS files.\n *\n * @example\n * const processor = postcss([autoprefixer, precss])\n * processor.process(css1).then(result => console.log(result.css))\n * processor.process(css2).then(result => console.log(result.css))\n */var Processor=/*#__PURE__*/function(){/**\n * @param {Array.<Plugin|pluginFunction>|Processor} plugins PostCSS plugins.\n * See {@link Processor#use} for plugin format.\n */function Processor(plugins){if(plugins===void 0){plugins=[];}/**\n * Current PostCSS version.\n *\n * @type {string}\n *\n * @example\n * if (result.processor.version.split('.')[0] !== '6') {\n * throw new Error('This plugin works only with PostCSS 6')\n * }\n */this.version='7.0.34';/**\n * Plugins added to this processor.\n *\n * @type {pluginFunction[]}\n *\n * @example\n * const processor = postcss([autoprefixer, precss])\n * processor.plugins.length //=> 2\n */this.plugins=this.normalize(plugins);}/**\n * Adds a plugin to be used as a CSS processor.\n *\n * PostCSS plugin can be in 4 formats:\n * * A plugin created by {@link postcss.plugin} method.\n * * A function. PostCSS will pass the function a @{link Root}\n * as the first argument and current {@link Result} instance\n * as the second.\n * * An object with a `postcss` method. PostCSS will use that method\n * as described in #2.\n * * Another {@link Processor} instance. PostCSS will copy plugins\n * from that instance into this one.\n *\n * Plugins can also be added by passing them as arguments when creating\n * a `postcss` instance (see [`postcss(plugins)`]).\n *\n * Asynchronous plugins should return a `Promise` instance.\n *\n * @param {Plugin|pluginFunction|Processor} plugin PostCSS plugin\n * or {@link Processor}\n * with plugins.\n *\n * @example\n * const processor = postcss()\n * .use(autoprefixer)\n * .use(precss)\n *\n * @return {Processes} Current processor to make methods chain.\n */var _proto=Processor.prototype;_proto.use=function use(plugin){this.plugins=this.plugins.concat(this.normalize([plugin]));return this;}/**\n * Parses source CSS and returns a {@link LazyResult} Promise proxy.\n * Because some plugins can be asynchronous it doesn’t make\n * any transformations. Transformations will be applied\n * in the {@link LazyResult} methods.\n *\n * @param {string|toString|Result} css String with input CSS or any object\n * with a `toString()` method,\n * like a Buffer. Optionally, send\n * a {@link Result} instance\n * and the processor will take\n * the {@link Root} from it.\n * @param {processOptions} [opts] Options.\n *\n * @return {LazyResult} Promise proxy.\n *\n * @example\n * processor.process(css, { from: 'a.css', to: 'a.out.css' })\n * .then(result => {\n * console.log(result.css)\n * })\n */;_proto.process=function(_process){function process(_x){return _process.apply(this,arguments);}process.toString=function(){return _process.toString();};return process;}(function(css,opts){if(opts===void 0){opts={};}if(this.plugins.length===0&&opts.parser===opts.stringifier){if(process.env.NODE_ENV!=='production'){if(typeof console!=='undefined'&&console.warn){console.warn('You did not set any plugins, parser, or stringifier. '+'Right now, PostCSS does nothing. Pick plugins for your case '+'on https://www.postcss.parts/ and use them in postcss.config.js.');}}}return new _lazyResult[\"default\"](this,css,opts);});_proto.normalize=function normalize(plugins){var normalized=[];for(var _iterator=_createForOfIteratorHelperLoose(plugins),_step;!(_step=_iterator()).done;){var i=_step.value;if(i.postcss===true){var plugin=i();throw new Error('PostCSS plugin '+plugin.postcssPlugin+' requires PostCSS 8. Update PostCSS or downgrade this plugin.');}if(i.postcss)i=i.postcss;if(_typeof(i)==='object'&&Array.isArray(i.plugins)){normalized=normalized.concat(i.plugins);}else if(typeof i==='function'){normalized.push(i);}else if(_typeof(i)==='object'&&(i.parse||i.stringify)){if(process.env.NODE_ENV!=='production'){throw new Error('PostCSS syntaxes cannot be used as plugins. Instead, please use '+'one of the syntax/parser/stringifier options as outlined '+'in your PostCSS runner documentation.');}}else if(_typeof(i)==='object'&&i.postcssPlugin){throw new Error('PostCSS plugin '+i.postcssPlugin+' requires PostCSS 8. Update PostCSS or downgrade this plugin.');}else{throw new Error(i+' is not a PostCSS plugin');}}return normalized;};return Processor;}();var _default=Processor;/**\n * @callback builder\n * @param {string} part Part of generated CSS connected to this node.\n * @param {Node} node AST node.\n * @param {\"start\"|\"end\"} [type] Node’s part type.\n */ /**\n * @callback parser\n *\n * @param {string|toString} css String with input CSS or any object\n * with toString() method, like a Buffer.\n * @param {processOptions} [opts] Options with only `from` and `map` keys.\n *\n * @return {Root} PostCSS AST\n */ /**\n * @callback stringifier\n *\n * @param {Node} node Start node for stringifing. Usually {@link Root}.\n * @param {builder} builder Function to concatenate CSS from node’s parts\n * or generate string and source map.\n *\n * @return {void}\n */ /**\n * @typedef {object} syntax\n * @property {parser} parse Function to generate AST by string.\n * @property {stringifier} stringify Function to generate string by AST.\n */ /**\n * @typedef {object} toString\n * @property {function} toString\n */ /**\n * @callback pluginFunction\n * @param {Root} root Parsed input CSS.\n * @param {Result} result Result to set warnings or check other plugins.\n */ /**\n * @typedef {object} Plugin\n * @property {function} postcss PostCSS plugin function.\n */ /**\n * @typedef {object} processOptions\n * @property {string} from The path of the CSS source file.\n * You should always set `from`,\n * because it is used in source map\n * generation and syntax error messages.\n * @property {string} to The path where you’ll put the output\n * CSS file. You should always set `to`\n * to generate correct source maps.\n * @property {parser} parser Function to generate AST by string.\n * @property {stringifier} stringifier Class to generate string by AST.\n * @property {syntax} syntax Object with `parse` and `stringify`.\n * @property {object} map Source map options.\n * @property {boolean} map.inline Does source map should\n * be embedded in the output\n * CSS as a base64-encoded\n * comment.\n * @property {string|object|false|function} map.prev Source map content\n * from a previous\n * processing step\n * (for example, Sass).\n * PostCSS will try to find\n * previous map automatically,\n * so you could disable it by\n * `false` value.\n * @property {boolean} map.sourcesContent Does PostCSS should set\n * the origin content to map.\n * @property {string|false} map.annotation Does PostCSS should set\n * annotation comment to map.\n * @property {string} map.from Override `from` in map’s\n * sources`.\n */exports[\"default\"]=_default;module.exports=exports[\"default\"];}).call(this,require('_process'));},{\"./lazy-result\":175,\"_process\":193}],184:[function(require,module,exports){\"use strict\";exports.__esModule=true;exports[\"default\"]=void 0;var _warning=_interopRequireDefault(require(\"./warning\"));function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{\"default\":obj};}function _defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||false;descriptor.configurable=true;if(\"value\"in descriptor)descriptor.writable=true;Object.defineProperty(target,descriptor.key,descriptor);}}function _createClass(Constructor,protoProps,staticProps){if(protoProps)_defineProperties(Constructor.prototype,protoProps);if(staticProps)_defineProperties(Constructor,staticProps);return Constructor;}/**\n * Provides the result of the PostCSS transformations.\n *\n * A Result instance is returned by {@link LazyResult#then}\n * or {@link Root#toResult} methods.\n *\n * @example\n * postcss([autoprefixer]).process(css).then(result => {\n * console.log(result.css)\n * })\n *\n * @example\n * const result2 = postcss.parse(css).toResult()\n */var Result=/*#__PURE__*/function(){/**\n * @param {Processor} processor Processor used for this transformation.\n * @param {Root} root Root node after all transformations.\n * @param {processOptions} opts Options from the {@link Processor#process}\n * or {@link Root#toResult}.\n */function Result(processor,root,opts){/**\n * The Processor instance used for this transformation.\n *\n * @type {Processor}\n *\n * @example\n * for (const plugin of result.processor.plugins) {\n * if (plugin.postcssPlugin === 'postcss-bad') {\n * throw 'postcss-good is incompatible with postcss-bad'\n * }\n * })\n */this.processor=processor;/**\n * Contains messages from plugins (e.g., warnings or custom messages).\n * Each message should have type and plugin properties.\n *\n * @type {Message[]}\n *\n * @example\n * postcss.plugin('postcss-min-browser', () => {\n * return (root, result) => {\n * const browsers = detectMinBrowsersByCanIUse(root)\n * result.messages.push({\n * type: 'min-browser',\n * plugin: 'postcss-min-browser',\n * browsers\n * })\n * }\n * })\n */this.messages=[];/**\n * Root node after all transformations.\n *\n * @type {Root}\n *\n * @example\n * root.toResult().root === root\n */this.root=root;/**\n * Options from the {@link Processor#process} or {@link Root#toResult} call\n * that produced this Result instance.\n *\n * @type {processOptions}\n *\n * @example\n * root.toResult(opts).opts === opts\n */this.opts=opts;/**\n * A CSS string representing of {@link Result#root}.\n *\n * @type {string}\n *\n * @example\n * postcss.parse('a{}').toResult().css //=> \"a{}\"\n */this.css=undefined;/**\n * An instance of `SourceMapGenerator` class from the `source-map` library,\n * representing changes to the {@link Result#root} instance.\n *\n * @type {SourceMapGenerator}\n *\n * @example\n * result.map.toJSON() //=> { version: 3, file: 'a.css', … }\n *\n * @example\n * if (result.map) {\n * fs.writeFileSync(result.opts.to + '.map', result.map.toString())\n * }\n */this.map=undefined;}/**\n * Returns for @{link Result#css} content.\n *\n * @example\n * result + '' === result.css\n *\n * @return {string} String representing of {@link Result#root}.\n */var _proto=Result.prototype;_proto.toString=function toString(){return this.css;}/**\n * Creates an instance of {@link Warning} and adds it\n * to {@link Result#messages}.\n *\n * @param {string} text Warning message.\n * @param {Object} [opts] Warning options.\n * @param {Node} opts.node CSS node that caused the warning.\n * @param {string} opts.word Word in CSS source that caused the warning.\n * @param {number} opts.index Index in CSS node string that caused\n * the warning.\n * @param {string} opts.plugin Name of the plugin that created\n * this warning. {@link Result#warn} fills\n * this property automatically.\n *\n * @return {Warning} Created warning.\n */;_proto.warn=function warn(text,opts){if(opts===void 0){opts={};}if(!opts.plugin){if(this.lastPlugin&&this.lastPlugin.postcssPlugin){opts.plugin=this.lastPlugin.postcssPlugin;}}var warning=new _warning[\"default\"](text,opts);this.messages.push(warning);return warning;}/**\n * Returns warnings from plugins. Filters {@link Warning} instances\n * from {@link Result#messages}.\n *\n * @example\n * result.warnings().forEach(warn => {\n * console.warn(warn.toString())\n * })\n *\n * @return {Warning[]} Warnings from plugins.\n */;_proto.warnings=function warnings(){return this.messages.filter(function(i){return i.type==='warning';});}/**\n * An alias for the {@link Result#css} property.\n * Use it with syntaxes that generate non-CSS output.\n *\n * @type {string}\n *\n * @example\n * result.css === result.content\n */;_createClass(Result,[{key:\"content\",get:function get(){return this.css;}}]);return Result;}();var _default=Result;/**\n * @typedef {object} Message\n * @property {string} type Message type.\n * @property {string} plugin Source PostCSS plugin name.\n */exports[\"default\"]=_default;module.exports=exports[\"default\"];},{\"./warning\":192}],185:[function(require,module,exports){\"use strict\";exports.__esModule=true;exports[\"default\"]=void 0;var _container=_interopRequireDefault(require(\"./container\"));function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{\"default\":obj};}function _createForOfIteratorHelperLoose(o,allowArrayLike){var it;if(typeof Symbol===\"undefined\"||o[Symbol.iterator]==null){if(Array.isArray(o)||(it=_unsupportedIterableToArray(o))||allowArrayLike&&o&&typeof o.length===\"number\"){if(it)o=it;var i=0;return function(){if(i>=o.length)return{done:true};return{done:false,value:o[i++]};};}throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\");}it=o[Symbol.iterator]();return it.next.bind(it);}function _unsupportedIterableToArray(o,minLen){if(!o)return;if(typeof o===\"string\")return _arrayLikeToArray(o,minLen);var n=Object.prototype.toString.call(o).slice(8,-1);if(n===\"Object\"&&o.constructor)n=o.constructor.name;if(n===\"Map\"||n===\"Set\")return Array.from(o);if(n===\"Arguments\"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return _arrayLikeToArray(o,minLen);}function _arrayLikeToArray(arr,len){if(len==null||len>arr.length)len=arr.length;for(var i=0,arr2=new Array(len);i<len;i++){arr2[i]=arr[i];}return arr2;}function _inheritsLoose(subClass,superClass){subClass.prototype=Object.create(superClass.prototype);subClass.prototype.constructor=subClass;subClass.__proto__=superClass;}/**\n * Represents a CSS file and contains all its parsed nodes.\n *\n * @extends Container\n *\n * @example\n * const root = postcss.parse('a{color:black} b{z-index:2}')\n * root.type //=> 'root'\n * root.nodes.length //=> 2\n */var Root=/*#__PURE__*/function(_Container){_inheritsLoose(Root,_Container);function Root(defaults){var _this;_this=_Container.call(this,defaults)||this;_this.type='root';if(!_this.nodes)_this.nodes=[];return _this;}var _proto=Root.prototype;_proto.removeChild=function removeChild(child,ignore){var index=this.index(child);if(!ignore&&index===0&&this.nodes.length>1){this.nodes[1].raws.before=this.nodes[index].raws.before;}return _Container.prototype.removeChild.call(this,child);};_proto.normalize=function normalize(child,sample,type){var nodes=_Container.prototype.normalize.call(this,child);if(sample){if(type==='prepend'){if(this.nodes.length>1){sample.raws.before=this.nodes[1].raws.before;}else{delete sample.raws.before;}}else if(this.first!==sample){for(var _iterator=_createForOfIteratorHelperLoose(nodes),_step;!(_step=_iterator()).done;){var node=_step.value;node.raws.before=sample.raws.before;}}}return nodes;}/**\n * Returns a {@link Result} instance representing the root’s CSS.\n *\n * @param {processOptions} [opts] Options with only `to` and `map` keys.\n *\n * @return {Result} Result with current root’s CSS.\n *\n * @example\n * const root1 = postcss.parse(css1, { from: 'a.css' })\n * const root2 = postcss.parse(css2, { from: 'b.css' })\n * root1.append(root2)\n * const result = root1.toResult({ to: 'all.css', map: true })\n */;_proto.toResult=function toResult(opts){if(opts===void 0){opts={};}var LazyResult=require('./lazy-result');var Processor=require('./processor');var lazy=new LazyResult(new Processor(),this,opts);return lazy.stringify();}/**\n * @memberof Root#\n * @member {object} raws Information to generate byte-to-byte equal\n * node string as it was in the origin input.\n *\n * Every parser saves its own properties,\n * but the default CSS parser uses:\n *\n * * `after`: the space symbols after the last child to the end of file.\n * * `semicolon`: is the last child has an (optional) semicolon.\n *\n * @example\n * postcss.parse('a {}\\n').raws //=> { after: '\\n' }\n * postcss.parse('a {}').raws //=> { after: '' }\n */;return Root;}(_container[\"default\"]);var _default=Root;exports[\"default\"]=_default;module.exports=exports[\"default\"];},{\"./container\":171,\"./lazy-result\":175,\"./processor\":183}],186:[function(require,module,exports){\"use strict\";exports.__esModule=true;exports[\"default\"]=void 0;var _container=_interopRequireDefault(require(\"./container\"));var _list=_interopRequireDefault(require(\"./list\"));function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{\"default\":obj};}function _defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||false;descriptor.configurable=true;if(\"value\"in descriptor)descriptor.writable=true;Object.defineProperty(target,descriptor.key,descriptor);}}function _createClass(Constructor,protoProps,staticProps){if(protoProps)_defineProperties(Constructor.prototype,protoProps);if(staticProps)_defineProperties(Constructor,staticProps);return Constructor;}function _inheritsLoose(subClass,superClass){subClass.prototype=Object.create(superClass.prototype);subClass.prototype.constructor=subClass;subClass.__proto__=superClass;}/**\n * Represents a CSS rule: a selector followed by a declaration block.\n *\n * @extends Container\n *\n * @example\n * const root = postcss.parse('a{}')\n * const rule = root.first\n * rule.type //=> 'rule'\n * rule.toString() //=> 'a{}'\n */var Rule=/*#__PURE__*/function(_Container){_inheritsLoose(Rule,_Container);function Rule(defaults){var _this;_this=_Container.call(this,defaults)||this;_this.type='rule';if(!_this.nodes)_this.nodes=[];return _this;}/**\n * An array containing the rule’s individual selectors.\n * Groups of selectors are split at commas.\n *\n * @type {string[]}\n *\n * @example\n * const root = postcss.parse('a, b { }')\n * const rule = root.first\n *\n * rule.selector //=> 'a, b'\n * rule.selectors //=> ['a', 'b']\n *\n * rule.selectors = ['a', 'strong']\n * rule.selector //=> 'a, strong'\n */_createClass(Rule,[{key:\"selectors\",get:function get(){return _list[\"default\"].comma(this.selector);},set:function set(values){var match=this.selector?this.selector.match(/,\\s*/):null;var sep=match?match[0]:','+this.raw('between','beforeOpen');this.selector=values.join(sep);}/**\n * @memberof Rule#\n * @member {string} selector The rule’s full selector represented\n * as a string.\n *\n * @example\n * const root = postcss.parse('a, b { }')\n * const rule = root.first\n * rule.selector //=> 'a, b'\n */ /**\n * @memberof Rule#\n * @member {object} raws Information to generate byte-to-byte equal\n * node string as it was in the origin input.\n *\n * Every parser saves its own properties,\n * but the default CSS parser uses:\n *\n * * `before`: the space symbols before the node. It also stores `*`\n * and `_` symbols before the declaration (IE hack).\n * * `after`: the space symbols after the last child of the node\n * to the end of the node.\n * * `between`: the symbols between the property and value\n * for declarations, selector and `{` for rules, or last parameter\n * and `{` for at-rules.\n * * `semicolon`: contains `true` if the last child has\n * an (optional) semicolon.\n * * `ownSemicolon`: contains `true` if there is semicolon after rule.\n *\n * PostCSS cleans selectors from comments and extra spaces,\n * but it stores origin content in raws properties.\n * As such, if you don’t change a declaration’s value,\n * PostCSS will use the raw value with comments.\n *\n * @example\n * const root = postcss.parse('a {\\n color:black\\n}')\n * root.first.first.raws //=> { before: '', between: ' ', after: '\\n' }\n */}]);return Rule;}(_container[\"default\"]);var _default=Rule;exports[\"default\"]=_default;module.exports=exports[\"default\"];},{\"./container\":171,\"./list\":176}],187:[function(require,module,exports){\"use strict\";exports.__esModule=true;exports[\"default\"]=void 0;var DEFAULT_RAW={colon:': ',indent:' ',beforeDecl:'\\n',beforeRule:'\\n',beforeOpen:' ',beforeClose:'\\n',beforeComment:'\\n',after:'\\n',emptyBody:'',commentLeft:' ',commentRight:' ',semicolon:false};function capitalize(str){return str[0].toUpperCase()+str.slice(1);}var Stringifier=/*#__PURE__*/function(){function Stringifier(builder){this.builder=builder;}var _proto=Stringifier.prototype;_proto.stringify=function stringify(node,semicolon){this[node.type](node,semicolon);};_proto.root=function root(node){this.body(node);if(node.raws.after)this.builder(node.raws.after);};_proto.comment=function comment(node){var left=this.raw(node,'left','commentLeft');var right=this.raw(node,'right','commentRight');this.builder('/*'+left+node.text+right+'*/',node);};_proto.decl=function decl(node,semicolon){var between=this.raw(node,'between','colon');var string=node.prop+between+this.rawValue(node,'value');if(node.important){string+=node.raws.important||' !important';}if(semicolon)string+=';';this.builder(string,node);};_proto.rule=function rule(node){this.block(node,this.rawValue(node,'selector'));if(node.raws.ownSemicolon){this.builder(node.raws.ownSemicolon,node,'end');}};_proto.atrule=function atrule(node,semicolon){var name='@'+node.name;var params=node.params?this.rawValue(node,'params'):'';if(typeof node.raws.afterName!=='undefined'){name+=node.raws.afterName;}else if(params){name+=' ';}if(node.nodes){this.block(node,name+params);}else{var end=(node.raws.between||'')+(semicolon?';':'');this.builder(name+params+end,node);}};_proto.body=function body(node){var last=node.nodes.length-1;while(last>0){if(node.nodes[last].type!=='comment')break;last-=1;}var semicolon=this.raw(node,'semicolon');for(var i=0;i<node.nodes.length;i++){var child=node.nodes[i];var before=this.raw(child,'before');if(before)this.builder(before);this.stringify(child,last!==i||semicolon);}};_proto.block=function block(node,start){var between=this.raw(node,'between','beforeOpen');this.builder(start+between+'{',node,'start');var after;if(node.nodes&&node.nodes.length){this.body(node);after=this.raw(node,'after');}else{after=this.raw(node,'after','emptyBody');}if(after)this.builder(after);this.builder('}',node,'end');};_proto.raw=function raw(node,own,detect){var value;if(!detect)detect=own;// Already had\nif(own){value=node.raws[own];if(typeof value!=='undefined')return value;}var parent=node.parent;// Hack for first rule in CSS\nif(detect==='before'){if(!parent||parent.type==='root'&&parent.first===node){return'';}}// Floating child without parent\nif(!parent)return DEFAULT_RAW[detect];// Detect style by other nodes\nvar root=node.root();if(!root.rawCache)root.rawCache={};if(typeof root.rawCache[detect]!=='undefined'){return root.rawCache[detect];}if(detect==='before'||detect==='after'){return this.beforeAfter(node,detect);}else{var method='raw'+capitalize(detect);if(this[method]){value=this[method](root,node);}else{root.walk(function(i){value=i.raws[own];if(typeof value!=='undefined')return false;});}}if(typeof value==='undefined')value=DEFAULT_RAW[detect];root.rawCache[detect]=value;return value;};_proto.rawSemicolon=function rawSemicolon(root){var value;root.walk(function(i){if(i.nodes&&i.nodes.length&&i.last.type==='decl'){value=i.raws.semicolon;if(typeof value!=='undefined')return false;}});return value;};_proto.rawEmptyBody=function rawEmptyBody(root){var value;root.walk(function(i){if(i.nodes&&i.nodes.length===0){value=i.raws.after;if(typeof value!=='undefined')return false;}});return value;};_proto.rawIndent=function rawIndent(root){if(root.raws.indent)return root.raws.indent;var value;root.walk(function(i){var p=i.parent;if(p&&p!==root&&p.parent&&p.parent===root){if(typeof i.raws.before!=='undefined'){var parts=i.raws.before.split('\\n');value=parts[parts.length-1];value=value.replace(/[^\\s]/g,'');return false;}}});return value;};_proto.rawBeforeComment=function rawBeforeComment(root,node){var value;root.walkComments(function(i){if(typeof i.raws.before!=='undefined'){value=i.raws.before;if(value.indexOf('\\n')!==-1){value=value.replace(/[^\\n]+$/,'');}return false;}});if(typeof value==='undefined'){value=this.raw(node,null,'beforeDecl');}else if(value){value=value.replace(/[^\\s]/g,'');}return value;};_proto.rawBeforeDecl=function rawBeforeDecl(root,node){var value;root.walkDecls(function(i){if(typeof i.raws.before!=='undefined'){value=i.raws.before;if(value.indexOf('\\n')!==-1){value=value.replace(/[^\\n]+$/,'');}return false;}});if(typeof value==='undefined'){value=this.raw(node,null,'beforeRule');}else if(value){value=value.replace(/[^\\s]/g,'');}return value;};_proto.rawBeforeRule=function rawBeforeRule(root){var value;root.walk(function(i){if(i.nodes&&(i.parent!==root||root.first!==i)){if(typeof i.raws.before!=='undefined'){value=i.raws.before;if(value.indexOf('\\n')!==-1){value=value.replace(/[^\\n]+$/,'');}return false;}}});if(value)value=value.replace(/[^\\s]/g,'');return value;};_proto.rawBeforeClose=function rawBeforeClose(root){var value;root.walk(function(i){if(i.nodes&&i.nodes.length>0){if(typeof i.raws.after!=='undefined'){value=i.raws.after;if(value.indexOf('\\n')!==-1){value=value.replace(/[^\\n]+$/,'');}return false;}}});if(value)value=value.replace(/[^\\s]/g,'');return value;};_proto.rawBeforeOpen=function rawBeforeOpen(root){var value;root.walk(function(i){if(i.type!=='decl'){value=i.raws.between;if(typeof value!=='undefined')return false;}});return value;};_proto.rawColon=function rawColon(root){var value;root.walkDecls(function(i){if(typeof i.raws.between!=='undefined'){value=i.raws.between.replace(/[^\\s:]/g,'');return false;}});return value;};_proto.beforeAfter=function beforeAfter(node,detect){var value;if(node.type==='decl'){value=this.raw(node,null,'beforeDecl');}else if(node.type==='comment'){value=this.raw(node,null,'beforeComment');}else if(detect==='before'){value=this.raw(node,null,'beforeRule');}else{value=this.raw(node,null,'beforeClose');}var buf=node.parent;var depth=0;while(buf&&buf.type!=='root'){depth+=1;buf=buf.parent;}if(value.indexOf('\\n')!==-1){var indent=this.raw(node,null,'indent');if(indent.length){for(var step=0;step<depth;step++){value+=indent;}}}return value;};_proto.rawValue=function rawValue(node,prop){var value=node[prop];var raw=node.raws[prop];if(raw&&raw.value===value){return raw.raw;}return value;};return Stringifier;}();var _default=Stringifier;exports[\"default\"]=_default;module.exports=exports[\"default\"];},{}],188:[function(require,module,exports){\"use strict\";exports.__esModule=true;exports[\"default\"]=void 0;var _stringifier=_interopRequireDefault(require(\"./stringifier\"));function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{\"default\":obj};}function stringify(node,builder){var str=new _stringifier[\"default\"](builder);str.stringify(node);}var _default=stringify;exports[\"default\"]=_default;module.exports=exports[\"default\"];},{\"./stringifier\":187}],189:[function(require,module,exports){\"use strict\";exports.__esModule=true;exports[\"default\"]=tokenizer;var SINGLE_QUOTE='\\''.charCodeAt(0);var DOUBLE_QUOTE='\"'.charCodeAt(0);var BACKSLASH='\\\\'.charCodeAt(0);var SLASH='/'.charCodeAt(0);var NEWLINE='\\n'.charCodeAt(0);var SPACE=' '.charCodeAt(0);var FEED='\\f'.charCodeAt(0);var TAB='\\t'.charCodeAt(0);var CR='\\r'.charCodeAt(0);var OPEN_SQUARE='['.charCodeAt(0);var CLOSE_SQUARE=']'.charCodeAt(0);var OPEN_PARENTHESES='('.charCodeAt(0);var CLOSE_PARENTHESES=')'.charCodeAt(0);var OPEN_CURLY='{'.charCodeAt(0);var CLOSE_CURLY='}'.charCodeAt(0);var SEMICOLON=';'.charCodeAt(0);var ASTERISK='*'.charCodeAt(0);var COLON=':'.charCodeAt(0);var AT='@'.charCodeAt(0);var RE_AT_END=/[ \\n\\t\\r\\f{}()'\"\\\\;/[\\]#]/g;var RE_WORD_END=/[ \\n\\t\\r\\f(){}:;@!'\"\\\\\\][#]|\\/(?=\\*)/g;var RE_BAD_BRACKET=/.[\\\\/(\"'\\n]/;var RE_HEX_ESCAPE=/[a-f0-9]/i;function tokenizer(input,options){if(options===void 0){options={};}var css=input.css.valueOf();var ignore=options.ignoreErrors;var code,next,quote,lines,last,content,escape;var nextLine,nextOffset,escaped,escapePos,prev,n,currentToken;var length=css.length;var offset=-1;var line=1;var pos=0;var buffer=[];var returned=[];function position(){return pos;}function unclosed(what){throw input.error('Unclosed '+what,line,pos-offset);}function endOfFile(){return returned.length===0&&pos>=length;}function nextToken(opts){if(returned.length)return returned.pop();if(pos>=length)return;var ignoreUnclosed=opts?opts.ignoreUnclosed:false;code=css.charCodeAt(pos);if(code===NEWLINE||code===FEED||code===CR&&css.charCodeAt(pos+1)!==NEWLINE){offset=pos;line+=1;}switch(code){case NEWLINE:case SPACE:case TAB:case CR:case FEED:next=pos;do{next+=1;code=css.charCodeAt(next);if(code===NEWLINE){offset=next;line+=1;}}while(code===SPACE||code===NEWLINE||code===TAB||code===CR||code===FEED);currentToken=['space',css.slice(pos,next)];pos=next-1;break;case OPEN_SQUARE:case CLOSE_SQUARE:case OPEN_CURLY:case CLOSE_CURLY:case COLON:case SEMICOLON:case CLOSE_PARENTHESES:var controlChar=String.fromCharCode(code);currentToken=[controlChar,controlChar,line,pos-offset];break;case OPEN_PARENTHESES:prev=buffer.length?buffer.pop()[1]:'';n=css.charCodeAt(pos+1);if(prev==='url'&&n!==SINGLE_QUOTE&&n!==DOUBLE_QUOTE&&n!==SPACE&&n!==NEWLINE&&n!==TAB&&n!==FEED&&n!==CR){next=pos;do{escaped=false;next=css.indexOf(')',next+1);if(next===-1){if(ignore||ignoreUnclosed){next=pos;break;}else{unclosed('bracket');}}escapePos=next;while(css.charCodeAt(escapePos-1)===BACKSLASH){escapePos-=1;escaped=!escaped;}}while(escaped);currentToken=['brackets',css.slice(pos,next+1),line,pos-offset,line,next-offset];pos=next;}else{next=css.indexOf(')',pos+1);content=css.slice(pos,next+1);if(next===-1||RE_BAD_BRACKET.test(content)){currentToken=['(','(',line,pos-offset];}else{currentToken=['brackets',content,line,pos-offset,line,next-offset];pos=next;}}break;case SINGLE_QUOTE:case DOUBLE_QUOTE:quote=code===SINGLE_QUOTE?'\\'':'\"';next=pos;do{escaped=false;next=css.indexOf(quote,next+1);if(next===-1){if(ignore||ignoreUnclosed){next=pos+1;break;}else{unclosed('string');}}escapePos=next;while(css.charCodeAt(escapePos-1)===BACKSLASH){escapePos-=1;escaped=!escaped;}}while(escaped);content=css.slice(pos,next+1);lines=content.split('\\n');last=lines.length-1;if(last>0){nextLine=line+last;nextOffset=next-lines[last].length;}else{nextLine=line;nextOffset=offset;}currentToken=['string',css.slice(pos,next+1),line,pos-offset,nextLine,next-nextOffset];offset=nextOffset;line=nextLine;pos=next;break;case AT:RE_AT_END.lastIndex=pos+1;RE_AT_END.test(css);if(RE_AT_END.lastIndex===0){next=css.length-1;}else{next=RE_AT_END.lastIndex-2;}currentToken=['at-word',css.slice(pos,next+1),line,pos-offset,line,next-offset];pos=next;break;case BACKSLASH:next=pos;escape=true;while(css.charCodeAt(next+1)===BACKSLASH){next+=1;escape=!escape;}code=css.charCodeAt(next+1);if(escape&&code!==SLASH&&code!==SPACE&&code!==NEWLINE&&code!==TAB&&code!==CR&&code!==FEED){next+=1;if(RE_HEX_ESCAPE.test(css.charAt(next))){while(RE_HEX_ESCAPE.test(css.charAt(next+1))){next+=1;}if(css.charCodeAt(next+1)===SPACE){next+=1;}}}currentToken=['word',css.slice(pos,next+1),line,pos-offset,line,next-offset];pos=next;break;default:if(code===SLASH&&css.charCodeAt(pos+1)===ASTERISK){next=css.indexOf('*/',pos+2)+1;if(next===0){if(ignore||ignoreUnclosed){next=css.length;}else{unclosed('comment');}}content=css.slice(pos,next+1);lines=content.split('\\n');last=lines.length-1;if(last>0){nextLine=line+last;nextOffset=next-lines[last].length;}else{nextLine=line;nextOffset=offset;}currentToken=['comment',content,line,pos-offset,nextLine,next-nextOffset];offset=nextOffset;line=nextLine;pos=next;}else{RE_WORD_END.lastIndex=pos+1;RE_WORD_END.test(css);if(RE_WORD_END.lastIndex===0){next=css.length-1;}else{next=RE_WORD_END.lastIndex-2;}currentToken=['word',css.slice(pos,next+1),line,pos-offset,line,next-offset];buffer.push(currentToken);pos=next;}break;}pos++;return currentToken;}function back(token){returned.push(token);}return{back:back,nextToken:nextToken,endOfFile:endOfFile,position:position};}module.exports=exports[\"default\"];},{}],190:[function(require,module,exports){\"use strict\";exports.__esModule=true;exports[\"default\"]=void 0;/**\n * Contains helpers for working with vendor prefixes.\n *\n * @example\n * const vendor = postcss.vendor\n *\n * @namespace vendor\n */var vendor={/**\n * Returns the vendor prefix extracted from an input string.\n *\n * @param {string} prop String with or without vendor prefix.\n *\n * @return {string} vendor prefix or empty string\n *\n * @example\n * postcss.vendor.prefix('-moz-tab-size') //=> '-moz-'\n * postcss.vendor.prefix('tab-size') //=> ''\n */prefix:function prefix(prop){var match=prop.match(/^(-\\w+-)/);if(match){return match[0];}return'';},/**\n * Returns the input string stripped of its vendor prefix.\n *\n * @param {string} prop String with or without vendor prefix.\n *\n * @return {string} String name without vendor prefixes.\n *\n * @example\n * postcss.vendor.unprefixed('-moz-tab-size') //=> 'tab-size'\n */unprefixed:function unprefixed(prop){return prop.replace(/^-\\w+-/,'');}};var _default=vendor;exports[\"default\"]=_default;module.exports=exports[\"default\"];},{}],191:[function(require,module,exports){\"use strict\";exports.__esModule=true;exports[\"default\"]=warnOnce;var printed={};function warnOnce(message){if(printed[message])return;printed[message]=true;if(typeof console!=='undefined'&&console.warn){console.warn(message);}}module.exports=exports[\"default\"];},{}],192:[function(require,module,exports){\"use strict\";exports.__esModule=true;exports[\"default\"]=void 0;/**\n * Represents a plugin’s warning. It can be created using {@link Node#warn}.\n *\n * @example\n * if (decl.important) {\n * decl.warn(result, 'Avoid !important', { word: '!important' })\n * }\n */var Warning=/*#__PURE__*/function(){/**\n * @param {string} text Warning message.\n * @param {Object} [opts] Warning options.\n * @param {Node} opts.node CSS node that caused the warning.\n * @param {string} opts.word Word in CSS source that caused the warning.\n * @param {number} opts.index Index in CSS node string that caused\n * the warning.\n * @param {string} opts.plugin Name of the plugin that created\n * this warning. {@link Result#warn} fills\n * this property automatically.\n */function Warning(text,opts){if(opts===void 0){opts={};}/**\n * Type to filter warnings from {@link Result#messages}.\n * Always equal to `\"warning\"`.\n *\n * @type {string}\n *\n * @example\n * const nonWarning = result.messages.filter(i => i.type !== 'warning')\n */this.type='warning';/**\n * The warning message.\n *\n * @type {string}\n *\n * @example\n * warning.text //=> 'Try to avoid !important'\n */this.text=text;if(opts.node&&opts.node.source){var pos=opts.node.positionBy(opts);/**\n * Line in the input file with this warning’s source.\n * @type {number}\n *\n * @example\n * warning.line //=> 5\n */this.line=pos.line;/**\n * Column in the input file with this warning’s source.\n *\n * @type {number}\n *\n * @example\n * warning.column //=> 6\n */this.column=pos.column;}for(var opt in opts){this[opt]=opts[opt];}}/**\n * Returns a warning position and message.\n *\n * @example\n * warning.toString() //=> 'postcss-lint:a.css:10:14: Avoid !important'\n *\n * @return {string} Warning position and message.\n */var _proto=Warning.prototype;_proto.toString=function toString(){if(this.node){return this.node.error(this.text,{plugin:this.plugin,index:this.index,word:this.word}).message;}if(this.plugin){return this.plugin+': '+this.text;}return this.text;}/**\n * @memberof Warning#\n * @member {string} plugin The name of the plugin that created\n * it will fill this property automatically.\n * this warning. When you call {@link Node#warn}\n *\n * @example\n * warning.plugin //=> 'postcss-important'\n */ /**\n * @memberof Warning#\n * @member {Node} node Contains the CSS node that caused the warning.\n *\n * @example\n * warning.node.toString() //=> 'color: white !important'\n */;return Warning;}();var _default=Warning;exports[\"default\"]=_default;module.exports=exports[\"default\"];},{}],193:[function(require,module,exports){// shim for using process in browser\nvar process=module.exports={};// cached from whatever global is present so that test runners that stub it\n// don't break things. But we need to wrap it in a try catch in case it is\n// wrapped in strict mode code which doesn't define any globals. It's inside a\n// function because try/catches deoptimize in certain engines.\nvar cachedSetTimeout;var cachedClearTimeout;function defaultSetTimout(){throw new Error('setTimeout has not been defined');}function defaultClearTimeout(){throw new Error('clearTimeout has not been defined');}(function(){try{if(typeof setTimeout==='function'){cachedSetTimeout=setTimeout;}else{cachedSetTimeout=defaultSetTimout;}}catch(e){cachedSetTimeout=defaultSetTimout;}try{if(typeof clearTimeout==='function'){cachedClearTimeout=clearTimeout;}else{cachedClearTimeout=defaultClearTimeout;}}catch(e){cachedClearTimeout=defaultClearTimeout;}})();function runTimeout(fun){if(cachedSetTimeout===setTimeout){//normal enviroments in sane situations\nreturn setTimeout(fun,0);}// if setTimeout wasn't available but was latter defined\nif((cachedSetTimeout===defaultSetTimout||!cachedSetTimeout)&&setTimeout){cachedSetTimeout=setTimeout;return setTimeout(fun,0);}try{// when when somebody has screwed with setTimeout but no I.E. maddness\nreturn cachedSetTimeout(fun,0);}catch(e){try{// When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\nreturn cachedSetTimeout.call(null,fun,0);}catch(e){// same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error\nreturn cachedSetTimeout.call(this,fun,0);}}}function runClearTimeout(marker){if(cachedClearTimeout===clearTimeout){//normal enviroments in sane situations\nreturn clearTimeout(marker);}// if clearTimeout wasn't available but was latter defined\nif((cachedClearTimeout===defaultClearTimeout||!cachedClearTimeout)&&clearTimeout){cachedClearTimeout=clearTimeout;return clearTimeout(marker);}try{// when when somebody has screwed with setTimeout but no I.E. maddness\nreturn cachedClearTimeout(marker);}catch(e){try{// When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\nreturn cachedClearTimeout.call(null,marker);}catch(e){// same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.\n// Some versions of I.E. have different rules for clearTimeout vs setTimeout\nreturn cachedClearTimeout.call(this,marker);}}}var queue=[];var draining=false;var currentQueue;var queueIndex=-1;function cleanUpNextTick(){if(!draining||!currentQueue){return;}draining=false;if(currentQueue.length){queue=currentQueue.concat(queue);}else{queueIndex=-1;}if(queue.length){drainQueue();}}function drainQueue(){if(draining){return;}var timeout=runTimeout(cleanUpNextTick);draining=true;var len=queue.length;while(len){currentQueue=queue;queue=[];while(++queueIndex<len){if(currentQueue){currentQueue[queueIndex].run();}}queueIndex=-1;len=queue.length;}currentQueue=null;draining=false;runClearTimeout(timeout);}process.nextTick=function(fun){var args=new Array(arguments.length-1);if(arguments.length>1){for(var i=1;i<arguments.length;i++){args[i-1]=arguments[i];}}queue.push(new Item(fun,args));if(queue.length===1&&!draining){runTimeout(drainQueue);}};// v8 likes predictible objects\nfunction Item(fun,array){this.fun=fun;this.array=array;}Item.prototype.run=function(){this.fun.apply(null,this.array);};process.title='browser';process.browser=true;process.env={};process.argv=[];process.version='';// empty string to avoid regexp issues\nprocess.versions={};function noop(){}process.on=noop;process.addListener=noop;process.once=noop;process.off=noop;process.removeListener=noop;process.removeAllListeners=noop;process.emit=noop;process.prependListener=noop;process.prependOnceListener=noop;process.listeners=function(name){return[];};process.binding=function(name){throw new Error('process.binding is not supported');};process.cwd=function(){return'/';};process.chdir=function(dir){throw new Error('process.chdir is not supported');};process.umask=function(){return 0;};},{}],194:[function(require,module,exports){(function(global){/*! https://mths.be/punycode v1.4.1 by @mathias */;(function(root){/** Detect free variables */var freeExports=_typeof(exports)=='object'&&exports&&!exports.nodeType&&exports;var freeModule=_typeof(module)=='object'&&module&&!module.nodeType&&module;var freeGlobal=_typeof(global)=='object'&&global;if(freeGlobal.global===freeGlobal||freeGlobal.window===freeGlobal||freeGlobal.self===freeGlobal){root=freeGlobal;}/**\n\t * The `punycode` object.\n\t * @name punycode\n\t * @type Object\n\t */var punycode,/** Highest positive signed 32-bit float value */maxInt=2147483647,// aka. 0x7FFFFFFF or 2^31-1\n/** Bootstring parameters */base=36,tMin=1,tMax=26,skew=38,damp=700,initialBias=72,initialN=128,// 0x80\ndelimiter='-',// '\\x2D'\n/** Regular expressions */regexPunycode=/^xn--/,regexNonASCII=/[^\\x20-\\x7E]/,// unprintable ASCII chars + non-ASCII chars\nregexSeparators=/[\\x2E\\u3002\\uFF0E\\uFF61]/g,// RFC 3490 separators\n/** Error messages */errors={'overflow':'Overflow: input needs wider integers to process','not-basic':'Illegal input >= 0x80 (not a basic code point)','invalid-input':'Invalid input'},/** Convenience shortcuts */baseMinusTMin=base-tMin,floor=Math.floor,stringFromCharCode=String.fromCharCode,/** Temporary variable */key;/*--------------------------------------------------------------------------*/ /**\n\t * A generic error utility function.\n\t * @private\n\t * @param {String} type The error type.\n\t * @returns {Error} Throws a `RangeError` with the applicable error message.\n\t */function error(type){throw new RangeError(errors[type]);}/**\n\t * A generic `Array#map` utility function.\n\t * @private\n\t * @param {Array} array The array to iterate over.\n\t * @param {Function} callback The function that gets called for every array\n\t * item.\n\t * @returns {Array} A new array of values returned by the callback function.\n\t */function map(array,fn){var length=array.length;var result=[];while(length--){result[length]=fn(array[length]);}return result;}/**\n\t * A simple `Array#map`-like wrapper to work with domain name strings or email\n\t * addresses.\n\t * @private\n\t * @param {String} domain The domain name or email address.\n\t * @param {Function} callback The function that gets called for every\n\t * character.\n\t * @returns {Array} A new string of characters returned by the callback\n\t * function.\n\t */function mapDomain(string,fn){var parts=string.split('@');var result='';if(parts.length>1){// In email addresses, only the domain name should be punycoded. Leave\n// the local part (i.e. everything up to `@`) intact.\nresult=parts[0]+'@';string=parts[1];}// Avoid `split(regex)` for IE8 compatibility. See #17.\nstring=string.replace(regexSeparators,'\\x2E');var labels=string.split('.');var encoded=map(labels,fn).join('.');return result+encoded;}/**\n\t * Creates an array containing the numeric code points of each Unicode\n\t * character in the string. While JavaScript uses UCS-2 internally,\n\t * this function will convert a pair of surrogate halves (each of which\n\t * UCS-2 exposes as separate characters) into a single code point,\n\t * matching UTF-16.\n\t * @see `punycode.ucs2.encode`\n\t * @see <https://mathiasbynens.be/notes/javascript-encoding>\n\t * @memberOf punycode.ucs2\n\t * @name decode\n\t * @param {String} string The Unicode input string (UCS-2).\n\t * @returns {Array} The new array of code points.\n\t */function ucs2decode(string){var output=[],counter=0,length=string.length,value,extra;while(counter<length){value=string.charCodeAt(counter++);if(value>=0xD800&&value<=0xDBFF&&counter<length){// high surrogate, and there is a next character\nextra=string.charCodeAt(counter++);if((extra&0xFC00)==0xDC00){// low surrogate\noutput.push(((value&0x3FF)<<10)+(extra&0x3FF)+0x10000);}else{// unmatched surrogate; only append this code unit, in case the next\n// code unit is the high surrogate of a surrogate pair\noutput.push(value);counter--;}}else{output.push(value);}}return output;}/**\n\t * Creates a string based on an array of numeric code points.\n\t * @see `punycode.ucs2.decode`\n\t * @memberOf punycode.ucs2\n\t * @name encode\n\t * @param {Array} codePoints The array of numeric code points.\n\t * @returns {String} The new Unicode string (UCS-2).\n\t */function ucs2encode(array){return map(array,function(value){var output='';if(value>0xFFFF){value-=0x10000;output+=stringFromCharCode(value>>>10&0x3FF|0xD800);value=0xDC00|value&0x3FF;}output+=stringFromCharCode(value);return output;}).join('');}/**\n\t * Converts a basic code point into a digit/integer.\n\t * @see `digitToBasic()`\n\t * @private\n\t * @param {Number} codePoint The basic numeric code point value.\n\t * @returns {Number} The numeric value of a basic code point (for use in\n\t * representing integers) in the range `0` to `base - 1`, or `base` if\n\t * the code point does not represent a value.\n\t */function basicToDigit(codePoint){if(codePoint-48<10){return codePoint-22;}if(codePoint-65<26){return codePoint-65;}if(codePoint-97<26){return codePoint-97;}return base;}/**\n\t * Converts a digit/integer into a basic code point.\n\t * @see `basicToDigit()`\n\t * @private\n\t * @param {Number} digit The numeric value of a basic code point.\n\t * @returns {Number} The basic code point whose value (when used for\n\t * representing integers) is `digit`, which needs to be in the range\n\t * `0` to `base - 1`. If `flag` is non-zero, the uppercase form is\n\t * used; else, the lowercase form is used. The behavior is undefined\n\t * if `flag` is non-zero and `digit` has no uppercase form.\n\t */function digitToBasic(digit,flag){// 0..25 map to ASCII a..z or A..Z\n// 26..35 map to ASCII 0..9\nreturn digit+22+75*(digit<26)-((flag!=0)<<5);}/**\n\t * Bias adaptation function as per section 3.4 of RFC 3492.\n\t * https://tools.ietf.org/html/rfc3492#section-3.4\n\t * @private\n\t */function adapt(delta,numPoints,firstTime){var k=0;delta=firstTime?floor(delta/damp):delta>>1;delta+=floor(delta/numPoints);for(;/* no initialization */delta>baseMinusTMin*tMax>>1;k+=base){delta=floor(delta/baseMinusTMin);}return floor(k+(baseMinusTMin+1)*delta/(delta+skew));}/**\n\t * Converts a Punycode string of ASCII-only symbols to a string of Unicode\n\t * symbols.\n\t * @memberOf punycode\n\t * @param {String} input The Punycode string of ASCII-only symbols.\n\t * @returns {String} The resulting string of Unicode symbols.\n\t */function decode(input){// Don't use UCS-2\nvar output=[],inputLength=input.length,out,i=0,n=initialN,bias=initialBias,basic,j,index,oldi,w,k,digit,t,/** Cached calculation results */baseMinusT;// Handle the basic code points: let `basic` be the number of input code\n// points before the last delimiter, or `0` if there is none, then copy\n// the first basic code points to the output.\nbasic=input.lastIndexOf(delimiter);if(basic<0){basic=0;}for(j=0;j<basic;++j){// if it's not a basic code point\nif(input.charCodeAt(j)>=0x80){error('not-basic');}output.push(input.charCodeAt(j));}// Main decoding loop: start just after the last delimiter if any basic code\n// points were copied; start at the beginning otherwise.\nfor(index=basic>0?basic+1:0;index<inputLength;)/* no final expression */{// `index` is the index of the next character to be consumed.\n// Decode a generalized variable-length integer into `delta`,\n// which gets added to `i`. The overflow checking is easier\n// if we increase `i` as we go, then subtract off its starting\n// value at the end to obtain `delta`.\nfor(oldi=i,w=1,k=base;;/* no condition */k+=base){if(index>=inputLength){error('invalid-input');}digit=basicToDigit(input.charCodeAt(index++));if(digit>=base||digit>floor((maxInt-i)/w)){error('overflow');}i+=digit*w;t=k<=bias?tMin:k>=bias+tMax?tMax:k-bias;if(digit<t){break;}baseMinusT=base-t;if(w>floor(maxInt/baseMinusT)){error('overflow');}w*=baseMinusT;}out=output.length+1;bias=adapt(i-oldi,out,oldi==0);// `i` was supposed to wrap around from `out` to `0`,\n// incrementing `n` each time, so we'll fix that now:\nif(floor(i/out)>maxInt-n){error('overflow');}n+=floor(i/out);i%=out;// Insert `n` at position `i` of the output\noutput.splice(i++,0,n);}return ucs2encode(output);}/**\n\t * Converts a string of Unicode symbols (e.g. a domain name label) to a\n\t * Punycode string of ASCII-only symbols.\n\t * @memberOf punycode\n\t * @param {String} input The string of Unicode symbols.\n\t * @returns {String} The resulting Punycode string of ASCII-only symbols.\n\t */function encode(input){var n,delta,handledCPCount,basicLength,bias,j,m,q,k,t,currentValue,output=[],/** `inputLength` will hold the number of code points in `input`. */inputLength,/** Cached calculation results */handledCPCountPlusOne,baseMinusT,qMinusT;// Convert the input in UCS-2 to Unicode\ninput=ucs2decode(input);// Cache the length\ninputLength=input.length;// Initialize the state\nn=initialN;delta=0;bias=initialBias;// Handle the basic code points\nfor(j=0;j<inputLength;++j){currentValue=input[j];if(currentValue<0x80){output.push(stringFromCharCode(currentValue));}}handledCPCount=basicLength=output.length;// `handledCPCount` is the number of code points that have been handled;\n// `basicLength` is the number of basic code points.\n// Finish the basic string - if it is not empty - with a delimiter\nif(basicLength){output.push(delimiter);}// Main encoding loop:\nwhile(handledCPCount<inputLength){// All non-basic code points < n have been handled already. Find the next\n// larger one:\nfor(m=maxInt,j=0;j<inputLength;++j){currentValue=input[j];if(currentValue>=n&&currentValue<m){m=currentValue;}}// Increase `delta` enough to advance the decoder's <n,i> state to <m,0>,\n// but guard against overflow\nhandledCPCountPlusOne=handledCPCount+1;if(m-n>floor((maxInt-delta)/handledCPCountPlusOne)){error('overflow');}delta+=(m-n)*handledCPCountPlusOne;n=m;for(j=0;j<inputLength;++j){currentValue=input[j];if(currentValue<n&&++delta>maxInt){error('overflow');}if(currentValue==n){// Represent delta as a generalized variable-length integer\nfor(q=delta,k=base;;/* no condition */k+=base){t=k<=bias?tMin:k>=bias+tMax?tMax:k-bias;if(q<t){break;}qMinusT=q-t;baseMinusT=base-t;output.push(stringFromCharCode(digitToBasic(t+qMinusT%baseMinusT,0)));q=floor(qMinusT/baseMinusT);}output.push(stringFromCharCode(digitToBasic(q,0)));bias=adapt(delta,handledCPCountPlusOne,handledCPCount==basicLength);delta=0;++handledCPCount;}}++delta;++n;}return output.join('');}/**\n\t * Converts a Punycode string representing a domain name or an email address\n\t * to Unicode. Only the Punycoded parts of the input will be converted, i.e.\n\t * it doesn't matter if you call it on a string that has already been\n\t * converted to Unicode.\n\t * @memberOf punycode\n\t * @param {String} input The Punycoded domain name or email address to\n\t * convert to Unicode.\n\t * @returns {String} The Unicode representation of the given Punycode\n\t * string.\n\t */function toUnicode(input){return mapDomain(input,function(string){return regexPunycode.test(string)?decode(string.slice(4).toLowerCase()):string;});}/**\n\t * Converts a Unicode string representing a domain name or an email address to\n\t * Punycode. Only the non-ASCII parts of the domain name will be converted,\n\t * i.e. it doesn't matter if you call it with a domain that's already in\n\t * ASCII.\n\t * @memberOf punycode\n\t * @param {String} input The domain name or email address to convert, as a\n\t * Unicode string.\n\t * @returns {String} The Punycode representation of the given domain name or\n\t * email address.\n\t */function toASCII(input){return mapDomain(input,function(string){return regexNonASCII.test(string)?'xn--'+encode(string):string;});}/*--------------------------------------------------------------------------*/ /** Define the public API */punycode={/**\n\t\t * A string representing the current Punycode.js version number.\n\t\t * @memberOf punycode\n\t\t * @type String\n\t\t */'version':'1.4.1',/**\n\t\t * An object of methods to convert from JavaScript's internal character\n\t\t * representation (UCS-2) to Unicode code points, and back.\n\t\t * @see <https://mathiasbynens.be/notes/javascript-encoding>\n\t\t * @memberOf punycode\n\t\t * @type Object\n\t\t */'ucs2':{'decode':ucs2decode,'encode':ucs2encode},'decode':decode,'encode':encode,'toASCII':toASCII,'toUnicode':toUnicode};/** Expose `punycode` */ // Some AMD build optimizers, like r.js, check for specific condition patterns\n// like the following:\nif(typeof define=='function'&&_typeof(define.amd)=='object'&&define.amd){define('punycode',function(){return punycode;});}else if(freeExports&&freeModule){if(module.exports==freeExports){// in Node.js, io.js, or RingoJS v0.8.0+\nfreeModule.exports=punycode;}else{// in Narwhal or RingoJS v0.7.0-\nfor(key in punycode){punycode.hasOwnProperty(key)&&(freeExports[key]=punycode[key]);}}}else{// in Rhino or a web browser\nroot.punycode=punycode;}})(this);}).call(this,typeof global!==\"undefined\"?global:typeof self!==\"undefined\"?self:typeof window!==\"undefined\"?window:{});},{}],195:[function(require,module,exports){// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n'use strict';// If obj.hasOwnProperty has been overridden, then calling\n// obj.hasOwnProperty(prop) will break.\n// See: https://github.com/joyent/node/issues/1707\nfunction hasOwnProperty(obj,prop){return Object.prototype.hasOwnProperty.call(obj,prop);}module.exports=function(qs,sep,eq,options){sep=sep||'&';eq=eq||'=';var obj={};if(typeof qs!=='string'||qs.length===0){return obj;}var regexp=/\\+/g;qs=qs.split(sep);var maxKeys=1000;if(options&&typeof options.maxKeys==='number'){maxKeys=options.maxKeys;}var len=qs.length;// maxKeys <= 0 means that we should not limit keys count\nif(maxKeys>0&&len>maxKeys){len=maxKeys;}for(var i=0;i<len;++i){var x=qs[i].replace(regexp,'%20'),idx=x.indexOf(eq),kstr,vstr,k,v;if(idx>=0){kstr=x.substr(0,idx);vstr=x.substr(idx+1);}else{kstr=x;vstr='';}k=decodeURIComponent(kstr);v=decodeURIComponent(vstr);if(!hasOwnProperty(obj,k)){obj[k]=v;}else if(isArray(obj[k])){obj[k].push(v);}else{obj[k]=[obj[k],v];}}return obj;};var isArray=Array.isArray||function(xs){return Object.prototype.toString.call(xs)==='[object Array]';};},{}],196:[function(require,module,exports){// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n'use strict';var stringifyPrimitive=function stringifyPrimitive(v){switch(_typeof(v)){case'string':return v;case'boolean':return v?'true':'false';case'number':return isFinite(v)?v:'';default:return'';}};module.exports=function(obj,sep,eq,name){sep=sep||'&';eq=eq||'=';if(obj===null){obj=undefined;}if(_typeof(obj)==='object'){return map(objectKeys(obj),function(k){var ks=encodeURIComponent(stringifyPrimitive(k))+eq;if(isArray(obj[k])){return map(obj[k],function(v){return ks+encodeURIComponent(stringifyPrimitive(v));}).join(sep);}else{return ks+encodeURIComponent(stringifyPrimitive(obj[k]));}}).join(sep);}if(!name)return'';return encodeURIComponent(stringifyPrimitive(name))+eq+encodeURIComponent(stringifyPrimitive(obj));};var isArray=Array.isArray||function(xs){return Object.prototype.toString.call(xs)==='[object Array]';};function map(xs,f){if(xs.map)return xs.map(f);var res=[];for(var i=0;i<xs.length;i++){res.push(f(xs[i],i));}return res;}var objectKeys=Object.keys||function(obj){var res=[];for(var key in obj){if(Object.prototype.hasOwnProperty.call(obj,key))res.push(key);}return res;};},{}],197:[function(require,module,exports){'use strict';exports.decode=exports.parse=require('./decode');exports.encode=exports.stringify=require('./encode');},{\"./decode\":195,\"./encode\":196}],198:[function(require,module,exports){/* -*- Mode: js; js-indent-level: 2; -*- */ /*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */var util=require('./util');var has=Object.prototype.hasOwnProperty;var hasNativeMap=typeof Map!==\"undefined\";/**\n * A data structure which is a combination of an array and a set. Adding a new\n * member is O(1), testing for membership is O(1), and finding the index of an\n * element is O(1). Removing elements from the set is not supported. Only\n * strings are supported for membership.\n */function ArraySet(){this._array=[];this._set=hasNativeMap?new Map():Object.create(null);}/**\n * Static method for creating ArraySet instances from an existing array.\n */ArraySet.fromArray=function ArraySet_fromArray(aArray,aAllowDuplicates){var set=new ArraySet();for(var i=0,len=aArray.length;i<len;i++){set.add(aArray[i],aAllowDuplicates);}return set;};/**\n * Return how many unique items are in this ArraySet. If duplicates have been\n * added, than those do not count towards the size.\n *\n * @returns Number\n */ArraySet.prototype.size=function ArraySet_size(){return hasNativeMap?this._set.size:Object.getOwnPropertyNames(this._set).length;};/**\n * Add the given string to this set.\n *\n * @param String aStr\n */ArraySet.prototype.add=function ArraySet_add(aStr,aAllowDuplicates){var sStr=hasNativeMap?aStr:util.toSetString(aStr);var isDuplicate=hasNativeMap?this.has(aStr):has.call(this._set,sStr);var idx=this._array.length;if(!isDuplicate||aAllowDuplicates){this._array.push(aStr);}if(!isDuplicate){if(hasNativeMap){this._set.set(aStr,idx);}else{this._set[sStr]=idx;}}};/**\n * Is the given string a member of this set?\n *\n * @param String aStr\n */ArraySet.prototype.has=function ArraySet_has(aStr){if(hasNativeMap){return this._set.has(aStr);}else{var sStr=util.toSetString(aStr);return has.call(this._set,sStr);}};/**\n * What is the index of the given string in the array?\n *\n * @param String aStr\n */ArraySet.prototype.indexOf=function ArraySet_indexOf(aStr){if(hasNativeMap){var idx=this._set.get(aStr);if(idx>=0){return idx;}}else{var sStr=util.toSetString(aStr);if(has.call(this._set,sStr)){return this._set[sStr];}}throw new Error('\"'+aStr+'\" is not in the set.');};/**\n * What is the element at the given index?\n *\n * @param Number aIdx\n */ArraySet.prototype.at=function ArraySet_at(aIdx){if(aIdx>=0&&aIdx<this._array.length){return this._array[aIdx];}throw new Error('No element indexed by '+aIdx);};/**\n * Returns the array representation of this set (which has the proper indices\n * indicated by indexOf). Note that this is a copy of the internal array used\n * for storing the members so that no one can mess with internal state.\n */ArraySet.prototype.toArray=function ArraySet_toArray(){return this._array.slice();};exports.ArraySet=ArraySet;},{\"./util\":207}],199:[function(require,module,exports){/* -*- Mode: js; js-indent-level: 2; -*- */ /*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n *\n * Based on the Base 64 VLQ implementation in Closure Compiler:\n * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/google/debugging/sourcemap/Base64VLQ.java\n *\n * Copyright 2011 The Closure Compiler Authors. All rights reserved.\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n *\n * * Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n * * Redistributions in binary form must reproduce the above\n * copyright notice, this list of conditions and the following\n * disclaimer in the documentation and/or other materials provided\n * with the distribution.\n * * Neither the name of Google Inc. nor the names of its\n * contributors may be used to endorse or promote products derived\n * from this software without specific prior written permission.\n *\n * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n * \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */var base64=require('./base64');// A single base 64 digit can contain 6 bits of data. For the base 64 variable\n// length quantities we use in the source map spec, the first bit is the sign,\n// the next four bits are the actual value, and the 6th bit is the\n// continuation bit. The continuation bit tells us whether there are more\n// digits in this value following this digit.\n//\n// Continuation\n// | Sign\n// | |\n// V V\n// 101011\nvar VLQ_BASE_SHIFT=5;// binary: 100000\nvar VLQ_BASE=1<<VLQ_BASE_SHIFT;// binary: 011111\nvar VLQ_BASE_MASK=VLQ_BASE-1;// binary: 100000\nvar VLQ_CONTINUATION_BIT=VLQ_BASE;/**\n * Converts from a two-complement value to a value where the sign bit is\n * placed in the least significant bit. For example, as decimals:\n * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary)\n * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary)\n */function toVLQSigned(aValue){return aValue<0?(-aValue<<1)+1:(aValue<<1)+0;}/**\n * Converts to a two-complement value from a value where the sign bit is\n * placed in the least significant bit. For example, as decimals:\n * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1\n * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2\n */function fromVLQSigned(aValue){var isNegative=(aValue&1)===1;var shifted=aValue>>1;return isNegative?-shifted:shifted;}/**\n * Returns the base 64 VLQ encoded value.\n */exports.encode=function base64VLQ_encode(aValue){var encoded=\"\";var digit;var vlq=toVLQSigned(aValue);do{digit=vlq&VLQ_BASE_MASK;vlq>>>=VLQ_BASE_SHIFT;if(vlq>0){// There are still more digits in this value, so we must make sure the\n// continuation bit is marked.\ndigit|=VLQ_CONTINUATION_BIT;}encoded+=base64.encode(digit);}while(vlq>0);return encoded;};/**\n * Decodes the next base 64 VLQ value from the given string and returns the\n * value and the rest of the string via the out parameter.\n */exports.decode=function base64VLQ_decode(aStr,aIndex,aOutParam){var strLen=aStr.length;var result=0;var shift=0;var continuation,digit;do{if(aIndex>=strLen){throw new Error(\"Expected more digits in base 64 VLQ value.\");}digit=base64.decode(aStr.charCodeAt(aIndex++));if(digit===-1){throw new Error(\"Invalid base64 digit: \"+aStr.charAt(aIndex-1));}continuation=!!(digit&VLQ_CONTINUATION_BIT);digit&=VLQ_BASE_MASK;result=result+(digit<<shift);shift+=VLQ_BASE_SHIFT;}while(continuation);aOutParam.value=fromVLQSigned(result);aOutParam.rest=aIndex;};},{\"./base64\":200}],200:[function(require,module,exports){/* -*- Mode: js; js-indent-level: 2; -*- */ /*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */var intToCharMap='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split('');/**\n * Encode an integer in the range of 0 to 63 to a single base 64 digit.\n */exports.encode=function(number){if(0<=number&&number<intToCharMap.length){return intToCharMap[number];}throw new TypeError(\"Must be between 0 and 63: \"+number);};/**\n * Decode a single base 64 character code digit to an integer. Returns -1 on\n * failure.\n */exports.decode=function(charCode){var bigA=65;// 'A'\nvar bigZ=90;// 'Z'\nvar littleA=97;// 'a'\nvar littleZ=122;// 'z'\nvar zero=48;// '0'\nvar nine=57;// '9'\nvar plus=43;// '+'\nvar slash=47;// '/'\nvar littleOffset=26;var numberOffset=52;// 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ\nif(bigA<=charCode&&charCode<=bigZ){return charCode-bigA;}// 26 - 51: abcdefghijklmnopqrstuvwxyz\nif(littleA<=charCode&&charCode<=littleZ){return charCode-littleA+littleOffset;}// 52 - 61: 0123456789\nif(zero<=charCode&&charCode<=nine){return charCode-zero+numberOffset;}// 62: +\nif(charCode==plus){return 62;}// 63: /\nif(charCode==slash){return 63;}// Invalid base64 digit.\nreturn-1;};},{}],201:[function(require,module,exports){/* -*- Mode: js; js-indent-level: 2; -*- */ /*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */exports.GREATEST_LOWER_BOUND=1;exports.LEAST_UPPER_BOUND=2;/**\n * Recursive implementation of binary search.\n *\n * @param aLow Indices here and lower do not contain the needle.\n * @param aHigh Indices here and higher do not contain the needle.\n * @param aNeedle The element being searched for.\n * @param aHaystack The non-empty array being searched.\n * @param aCompare Function which takes two elements and returns -1, 0, or 1.\n * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or\n * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the\n * closest element that is smaller than or greater than the one we are\n * searching for, respectively, if the exact element cannot be found.\n */function recursiveSearch(aLow,aHigh,aNeedle,aHaystack,aCompare,aBias){// This function terminates when one of the following is true:\n//\n// 1. We find the exact element we are looking for.\n//\n// 2. We did not find the exact element, but we can return the index of\n// the next-closest element.\n//\n// 3. We did not find the exact element, and there is no next-closest\n// element than the one we are searching for, so we return -1.\nvar mid=Math.floor((aHigh-aLow)/2)+aLow;var cmp=aCompare(aNeedle,aHaystack[mid],true);if(cmp===0){// Found the element we are looking for.\nreturn mid;}else if(cmp>0){// Our needle is greater than aHaystack[mid].\nif(aHigh-mid>1){// The element is in the upper half.\nreturn recursiveSearch(mid,aHigh,aNeedle,aHaystack,aCompare,aBias);}// The exact needle element was not found in this haystack. Determine if\n// we are in termination case (3) or (2) and return the appropriate thing.\nif(aBias==exports.LEAST_UPPER_BOUND){return aHigh<aHaystack.length?aHigh:-1;}else{return mid;}}else{// Our needle is less than aHaystack[mid].\nif(mid-aLow>1){// The element is in the lower half.\nreturn recursiveSearch(aLow,mid,aNeedle,aHaystack,aCompare,aBias);}// we are in termination case (3) or (2) and return the appropriate thing.\nif(aBias==exports.LEAST_UPPER_BOUND){return mid;}else{return aLow<0?-1:aLow;}}}/**\n * This is an implementation of binary search which will always try and return\n * the index of the closest element if there is no exact hit. This is because\n * mappings between original and generated line/col pairs are single points,\n * and there is an implicit region between each of them, so a miss just means\n * that you aren't on the very start of a region.\n *\n * @param aNeedle The element you are looking for.\n * @param aHaystack The array that is being searched.\n * @param aCompare A function which takes the needle and an element in the\n * array and returns -1, 0, or 1 depending on whether the needle is less\n * than, equal to, or greater than the element, respectively.\n * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or\n * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the\n * closest element that is smaller than or greater than the one we are\n * searching for, respectively, if the exact element cannot be found.\n * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'.\n */exports.search=function search(aNeedle,aHaystack,aCompare,aBias){if(aHaystack.length===0){return-1;}var index=recursiveSearch(-1,aHaystack.length,aNeedle,aHaystack,aCompare,aBias||exports.GREATEST_LOWER_BOUND);if(index<0){return-1;}// We have found either the exact element, or the next-closest element than\n// the one we are searching for. However, there may be more than one such\n// element. Make sure we always return the smallest of these.\nwhile(index-1>=0){if(aCompare(aHaystack[index],aHaystack[index-1],true)!==0){break;}--index;}return index;};},{}],202:[function(require,module,exports){/* -*- Mode: js; js-indent-level: 2; -*- */ /*\n * Copyright 2014 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */var util=require('./util');/**\n * Determine whether mappingB is after mappingA with respect to generated\n * position.\n */function generatedPositionAfter(mappingA,mappingB){// Optimized for most common case\nvar lineA=mappingA.generatedLine;var lineB=mappingB.generatedLine;var columnA=mappingA.generatedColumn;var columnB=mappingB.generatedColumn;return lineB>lineA||lineB==lineA&&columnB>=columnA||util.compareByGeneratedPositionsInflated(mappingA,mappingB)<=0;}/**\n * A data structure to provide a sorted view of accumulated mappings in a\n * performance conscious manner. It trades a neglibable overhead in general\n * case for a large speedup in case of mappings being added in order.\n */function MappingList(){this._array=[];this._sorted=true;// Serves as infimum\nthis._last={generatedLine:-1,generatedColumn:0};}/**\n * Iterate through internal items. This method takes the same arguments that\n * `Array.prototype.forEach` takes.\n *\n * NOTE: The order of the mappings is NOT guaranteed.\n */MappingList.prototype.unsortedForEach=function MappingList_forEach(aCallback,aThisArg){this._array.forEach(aCallback,aThisArg);};/**\n * Add the given source mapping.\n *\n * @param Object aMapping\n */MappingList.prototype.add=function MappingList_add(aMapping){if(generatedPositionAfter(this._last,aMapping)){this._last=aMapping;this._array.push(aMapping);}else{this._sorted=false;this._array.push(aMapping);}};/**\n * Returns the flat, sorted array of mappings. The mappings are sorted by\n * generated position.\n *\n * WARNING: This method returns internal data without copying, for\n * performance. The return value must NOT be mutated, and should be treated as\n * an immutable borrow. If you want to take ownership, you must make your own\n * copy.\n */MappingList.prototype.toArray=function MappingList_toArray(){if(!this._sorted){this._array.sort(util.compareByGeneratedPositionsInflated);this._sorted=true;}return this._array;};exports.MappingList=MappingList;},{\"./util\":207}],203:[function(require,module,exports){/* -*- Mode: js; js-indent-level: 2; -*- */ /*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */ // It turns out that some (most?) JavaScript engines don't self-host\n// `Array.prototype.sort`. This makes sense because C++ will likely remain\n// faster than JS when doing raw CPU-intensive sorting. However, when using a\n// custom comparator function, calling back and forth between the VM's C++ and\n// JIT'd JS is rather slow *and* loses JIT type information, resulting in\n// worse generated code for the comparator function than would be optimal. In\n// fact, when sorting with a comparator, these costs outweigh the benefits of\n// sorting in C++. By using our own JS-implemented Quick Sort (below), we get\n// a ~3500ms mean speed-up in `bench/bench.html`.\n/**\n * Swap the elements indexed by `x` and `y` in the array `ary`.\n *\n * @param {Array} ary\n * The array.\n * @param {Number} x\n * The index of the first item.\n * @param {Number} y\n * The index of the second item.\n */function swap(ary,x,y){var temp=ary[x];ary[x]=ary[y];ary[y]=temp;}/**\n * Returns a random integer within the range `low .. high` inclusive.\n *\n * @param {Number} low\n * The lower bound on the range.\n * @param {Number} high\n * The upper bound on the range.\n */function randomIntInRange(low,high){return Math.round(low+Math.random()*(high-low));}/**\n * The Quick Sort algorithm.\n *\n * @param {Array} ary\n * An array to sort.\n * @param {function} comparator\n * Function to use to compare two items.\n * @param {Number} p\n * Start index of the array\n * @param {Number} r\n * End index of the array\n */function doQuickSort(ary,comparator,p,r){// If our lower bound is less than our upper bound, we (1) partition the\n// array into two pieces and (2) recurse on each half. If it is not, this is\n// the empty array and our base case.\nif(p<r){// (1) Partitioning.\n//\n// The partitioning chooses a pivot between `p` and `r` and moves all\n// elements that are less than or equal to the pivot to the before it, and\n// all the elements that are greater than it after it. The effect is that\n// once partition is done, the pivot is in the exact place it will be when\n// the array is put in sorted order, and it will not need to be moved\n// again. This runs in O(n) time.\n// Always choose a random pivot so that an input array which is reverse\n// sorted does not cause O(n^2) running time.\nvar pivotIndex=randomIntInRange(p,r);var i=p-1;swap(ary,pivotIndex,r);var pivot=ary[r];// Immediately after `j` is incremented in this loop, the following hold\n// true:\n//\n// * Every element in `ary[p .. i]` is less than or equal to the pivot.\n//\n// * Every element in `ary[i+1 .. j-1]` is greater than the pivot.\nfor(var j=p;j<r;j++){if(comparator(ary[j],pivot)<=0){i+=1;swap(ary,i,j);}}swap(ary,i+1,j);var q=i+1;// (2) Recurse on each half.\ndoQuickSort(ary,comparator,p,q-1);doQuickSort(ary,comparator,q+1,r);}}/**\n * Sort the given array in-place with the given comparator function.\n *\n * @param {Array} ary\n * An array to sort.\n * @param {function} comparator\n * Function to use to compare two items.\n */exports.quickSort=function(ary,comparator){doQuickSort(ary,comparator,0,ary.length-1);};},{}],204:[function(require,module,exports){/* -*- Mode: js; js-indent-level: 2; -*- */ /*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */var util=require('./util');var binarySearch=require('./binary-search');var ArraySet=require('./array-set').ArraySet;var base64VLQ=require('./base64-vlq');var quickSort=require('./quick-sort').quickSort;function SourceMapConsumer(aSourceMap,aSourceMapURL){var sourceMap=aSourceMap;if(typeof aSourceMap==='string'){sourceMap=util.parseSourceMapInput(aSourceMap);}return sourceMap.sections!=null?new IndexedSourceMapConsumer(sourceMap,aSourceMapURL):new BasicSourceMapConsumer(sourceMap,aSourceMapURL);}SourceMapConsumer.fromSourceMap=function(aSourceMap,aSourceMapURL){return BasicSourceMapConsumer.fromSourceMap(aSourceMap,aSourceMapURL);};/**\n * The version of the source mapping spec that we are consuming.\n */SourceMapConsumer.prototype._version=3;// `__generatedMappings` and `__originalMappings` are arrays that hold the\n// parsed mapping coordinates from the source map's \"mappings\" attribute. They\n// are lazily instantiated, accessed via the `_generatedMappings` and\n// `_originalMappings` getters respectively, and we only parse the mappings\n// and create these arrays once queried for a source location. We jump through\n// these hoops because there can be many thousands of mappings, and parsing\n// them is expensive, so we only want to do it if we must.\n//\n// Each object in the arrays is of the form:\n//\n// {\n// generatedLine: The line number in the generated code,\n// generatedColumn: The column number in the generated code,\n// source: The path to the original source file that generated this\n// chunk of code,\n// originalLine: The line number in the original source that\n// corresponds to this chunk of generated code,\n// originalColumn: The column number in the original source that\n// corresponds to this chunk of generated code,\n// name: The name of the original symbol which generated this chunk of\n// code.\n// }\n//\n// All properties except for `generatedLine` and `generatedColumn` can be\n// `null`.\n//\n// `_generatedMappings` is ordered by the generated positions.\n//\n// `_originalMappings` is ordered by the original positions.\nSourceMapConsumer.prototype.__generatedMappings=null;Object.defineProperty(SourceMapConsumer.prototype,'_generatedMappings',{configurable:true,enumerable:true,get:function get(){if(!this.__generatedMappings){this._parseMappings(this._mappings,this.sourceRoot);}return this.__generatedMappings;}});SourceMapConsumer.prototype.__originalMappings=null;Object.defineProperty(SourceMapConsumer.prototype,'_originalMappings',{configurable:true,enumerable:true,get:function get(){if(!this.__originalMappings){this._parseMappings(this._mappings,this.sourceRoot);}return this.__originalMappings;}});SourceMapConsumer.prototype._charIsMappingSeparator=function SourceMapConsumer_charIsMappingSeparator(aStr,index){var c=aStr.charAt(index);return c===\";\"||c===\",\";};/**\n * Parse the mappings in a string in to a data structure which we can easily\n * query (the ordered arrays in the `this.__generatedMappings` and\n * `this.__originalMappings` properties).\n */SourceMapConsumer.prototype._parseMappings=function SourceMapConsumer_parseMappings(aStr,aSourceRoot){throw new Error(\"Subclasses must implement _parseMappings\");};SourceMapConsumer.GENERATED_ORDER=1;SourceMapConsumer.ORIGINAL_ORDER=2;SourceMapConsumer.GREATEST_LOWER_BOUND=1;SourceMapConsumer.LEAST_UPPER_BOUND=2;/**\n * Iterate over each mapping between an original source/line/column and a\n * generated line/column in this source map.\n *\n * @param Function aCallback\n * The function that is called with each mapping.\n * @param Object aContext\n * Optional. If specified, this object will be the value of `this` every\n * time that `aCallback` is called.\n * @param aOrder\n * Either `SourceMapConsumer.GENERATED_ORDER` or\n * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to\n * iterate over the mappings sorted by the generated file's line/column\n * order or the original's source/line/column order, respectively. Defaults to\n * `SourceMapConsumer.GENERATED_ORDER`.\n */SourceMapConsumer.prototype.eachMapping=function SourceMapConsumer_eachMapping(aCallback,aContext,aOrder){var context=aContext||null;var order=aOrder||SourceMapConsumer.GENERATED_ORDER;var mappings;switch(order){case SourceMapConsumer.GENERATED_ORDER:mappings=this._generatedMappings;break;case SourceMapConsumer.ORIGINAL_ORDER:mappings=this._originalMappings;break;default:throw new Error(\"Unknown order of iteration.\");}var sourceRoot=this.sourceRoot;mappings.map(function(mapping){var source=mapping.source===null?null:this._sources.at(mapping.source);source=util.computeSourceURL(sourceRoot,source,this._sourceMapURL);return{source:source,generatedLine:mapping.generatedLine,generatedColumn:mapping.generatedColumn,originalLine:mapping.originalLine,originalColumn:mapping.originalColumn,name:mapping.name===null?null:this._names.at(mapping.name)};},this).forEach(aCallback,context);};/**\n * Returns all generated line and column information for the original source,\n * line, and column provided. If no column is provided, returns all mappings\n * corresponding to a either the line we are searching for or the next\n * closest line that has any mappings. Otherwise, returns all mappings\n * corresponding to the given line and either the column we are searching for\n * or the next closest column that has any offsets.\n *\n * The only argument is an object with the following properties:\n *\n * - source: The filename of the original source.\n * - line: The line number in the original source. The line number is 1-based.\n * - column: Optional. the column number in the original source.\n * The column number is 0-based.\n *\n * and an array of objects is returned, each with the following properties:\n *\n * - line: The line number in the generated source, or null. The\n * line number is 1-based.\n * - column: The column number in the generated source, or null.\n * The column number is 0-based.\n */SourceMapConsumer.prototype.allGeneratedPositionsFor=function SourceMapConsumer_allGeneratedPositionsFor(aArgs){var line=util.getArg(aArgs,'line');// When there is no exact match, BasicSourceMapConsumer.prototype._findMapping\n// returns the index of the closest mapping less than the needle. By\n// setting needle.originalColumn to 0, we thus find the last mapping for\n// the given line, provided such a mapping exists.\nvar needle={source:util.getArg(aArgs,'source'),originalLine:line,originalColumn:util.getArg(aArgs,'column',0)};needle.source=this._findSourceIndex(needle.source);if(needle.source<0){return[];}var mappings=[];var index=this._findMapping(needle,this._originalMappings,\"originalLine\",\"originalColumn\",util.compareByOriginalPositions,binarySearch.LEAST_UPPER_BOUND);if(index>=0){var mapping=this._originalMappings[index];if(aArgs.column===undefined){var originalLine=mapping.originalLine;// Iterate until either we run out of mappings, or we run into\n// a mapping for a different line than the one we found. Since\n// mappings are sorted, this is guaranteed to find all mappings for\n// the line we found.\nwhile(mapping&&mapping.originalLine===originalLine){mappings.push({line:util.getArg(mapping,'generatedLine',null),column:util.getArg(mapping,'generatedColumn',null),lastColumn:util.getArg(mapping,'lastGeneratedColumn',null)});mapping=this._originalMappings[++index];}}else{var originalColumn=mapping.originalColumn;// Iterate until either we run out of mappings, or we run into\n// a mapping for a different line than the one we were searching for.\n// Since mappings are sorted, this is guaranteed to find all mappings for\n// the line we are searching for.\nwhile(mapping&&mapping.originalLine===line&&mapping.originalColumn==originalColumn){mappings.push({line:util.getArg(mapping,'generatedLine',null),column:util.getArg(mapping,'generatedColumn',null),lastColumn:util.getArg(mapping,'lastGeneratedColumn',null)});mapping=this._originalMappings[++index];}}}return mappings;};exports.SourceMapConsumer=SourceMapConsumer;/**\n * A BasicSourceMapConsumer instance represents a parsed source map which we can\n * query for information about the original file positions by giving it a file\n * position in the generated source.\n *\n * The first parameter is the raw source map (either as a JSON string, or\n * already parsed to an object). According to the spec, source maps have the\n * following attributes:\n *\n * - version: Which version of the source map spec this map is following.\n * - sources: An array of URLs to the original source files.\n * - names: An array of identifiers which can be referrenced by individual mappings.\n * - sourceRoot: Optional. The URL root from which all sources are relative.\n * - sourcesContent: Optional. An array of contents of the original source files.\n * - mappings: A string of base64 VLQs which contain the actual mappings.\n * - file: Optional. The generated file this source map is associated with.\n *\n * Here is an example source map, taken from the source map spec[0]:\n *\n * {\n * version : 3,\n * file: \"out.js\",\n * sourceRoot : \"\",\n * sources: [\"foo.js\", \"bar.js\"],\n * names: [\"src\", \"maps\", \"are\", \"fun\"],\n * mappings: \"AA,AB;;ABCDE;\"\n * }\n *\n * The second parameter, if given, is a string whose value is the URL\n * at which the source map was found. This URL is used to compute the\n * sources array.\n *\n * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1#\n */function BasicSourceMapConsumer(aSourceMap,aSourceMapURL){var sourceMap=aSourceMap;if(typeof aSourceMap==='string'){sourceMap=util.parseSourceMapInput(aSourceMap);}var version=util.getArg(sourceMap,'version');var sources=util.getArg(sourceMap,'sources');// Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which\n// requires the array) to play nice here.\nvar names=util.getArg(sourceMap,'names',[]);var sourceRoot=util.getArg(sourceMap,'sourceRoot',null);var sourcesContent=util.getArg(sourceMap,'sourcesContent',null);var mappings=util.getArg(sourceMap,'mappings');var file=util.getArg(sourceMap,'file',null);// Once again, Sass deviates from the spec and supplies the version as a\n// string rather than a number, so we use loose equality checking here.\nif(version!=this._version){throw new Error('Unsupported version: '+version);}if(sourceRoot){sourceRoot=util.normalize(sourceRoot);}sources=sources.map(String)// Some source maps produce relative source paths like \"./foo.js\" instead of\n// \"foo.js\". Normalize these first so that future comparisons will succeed.\n// See bugzil.la/1090768.\n.map(util.normalize)// Always ensure that absolute sources are internally stored relative to\n// the source root, if the source root is absolute. Not doing this would\n// be particularly problematic when the source root is a prefix of the\n// source (valid, but why??). See github issue #199 and bugzil.la/1188982.\n.map(function(source){return sourceRoot&&util.isAbsolute(sourceRoot)&&util.isAbsolute(source)?util.relative(sourceRoot,source):source;});// Pass `true` below to allow duplicate names and sources. While source maps\n// are intended to be compressed and deduplicated, the TypeScript compiler\n// sometimes generates source maps with duplicates in them. See Github issue\n// #72 and bugzil.la/889492.\nthis._names=ArraySet.fromArray(names.map(String),true);this._sources=ArraySet.fromArray(sources,true);this._absoluteSources=this._sources.toArray().map(function(s){return util.computeSourceURL(sourceRoot,s,aSourceMapURL);});this.sourceRoot=sourceRoot;this.sourcesContent=sourcesContent;this._mappings=mappings;this._sourceMapURL=aSourceMapURL;this.file=file;}BasicSourceMapConsumer.prototype=Object.create(SourceMapConsumer.prototype);BasicSourceMapConsumer.prototype.consumer=SourceMapConsumer;/**\n * Utility function to find the index of a source. Returns -1 if not\n * found.\n */BasicSourceMapConsumer.prototype._findSourceIndex=function(aSource){var relativeSource=aSource;if(this.sourceRoot!=null){relativeSource=util.relative(this.sourceRoot,relativeSource);}if(this._sources.has(relativeSource)){return this._sources.indexOf(relativeSource);}// Maybe aSource is an absolute URL as returned by |sources|. In\n// this case we can't simply undo the transform.\nvar i;for(i=0;i<this._absoluteSources.length;++i){if(this._absoluteSources[i]==aSource){return i;}}return-1;};/**\n * Create a BasicSourceMapConsumer from a SourceMapGenerator.\n *\n * @param SourceMapGenerator aSourceMap\n * The source map that will be consumed.\n * @param String aSourceMapURL\n * The URL at which the source map can be found (optional)\n * @returns BasicSourceMapConsumer\n */BasicSourceMapConsumer.fromSourceMap=function SourceMapConsumer_fromSourceMap(aSourceMap,aSourceMapURL){var smc=Object.create(BasicSourceMapConsumer.prototype);var names=smc._names=ArraySet.fromArray(aSourceMap._names.toArray(),true);var sources=smc._sources=ArraySet.fromArray(aSourceMap._sources.toArray(),true);smc.sourceRoot=aSourceMap._sourceRoot;smc.sourcesContent=aSourceMap._generateSourcesContent(smc._sources.toArray(),smc.sourceRoot);smc.file=aSourceMap._file;smc._sourceMapURL=aSourceMapURL;smc._absoluteSources=smc._sources.toArray().map(function(s){return util.computeSourceURL(smc.sourceRoot,s,aSourceMapURL);});// Because we are modifying the entries (by converting string sources and\n// names to indices into the sources and names ArraySets), we have to make\n// a copy of the entry or else bad things happen. Shared mutable state\n// strikes again! See github issue #191.\nvar generatedMappings=aSourceMap._mappings.toArray().slice();var destGeneratedMappings=smc.__generatedMappings=[];var destOriginalMappings=smc.__originalMappings=[];for(var i=0,length=generatedMappings.length;i<length;i++){var srcMapping=generatedMappings[i];var destMapping=new Mapping();destMapping.generatedLine=srcMapping.generatedLine;destMapping.generatedColumn=srcMapping.generatedColumn;if(srcMapping.source){destMapping.source=sources.indexOf(srcMapping.source);destMapping.originalLine=srcMapping.originalLine;destMapping.originalColumn=srcMapping.originalColumn;if(srcMapping.name){destMapping.name=names.indexOf(srcMapping.name);}destOriginalMappings.push(destMapping);}destGeneratedMappings.push(destMapping);}quickSort(smc.__originalMappings,util.compareByOriginalPositions);return smc;};/**\n * The version of the source mapping spec that we are consuming.\n */BasicSourceMapConsumer.prototype._version=3;/**\n * The list of original sources.\n */Object.defineProperty(BasicSourceMapConsumer.prototype,'sources',{get:function get(){return this._absoluteSources.slice();}});/**\n * Provide the JIT with a nice shape / hidden class.\n */function Mapping(){this.generatedLine=0;this.generatedColumn=0;this.source=null;this.originalLine=null;this.originalColumn=null;this.name=null;}/**\n * Parse the mappings in a string in to a data structure which we can easily\n * query (the ordered arrays in the `this.__generatedMappings` and\n * `this.__originalMappings` properties).\n */BasicSourceMapConsumer.prototype._parseMappings=function SourceMapConsumer_parseMappings(aStr,aSourceRoot){var generatedLine=1;var previousGeneratedColumn=0;var previousOriginalLine=0;var previousOriginalColumn=0;var previousSource=0;var previousName=0;var length=aStr.length;var index=0;var cachedSegments={};var temp={};var originalMappings=[];var generatedMappings=[];var mapping,str,segment,end,value;while(index<length){if(aStr.charAt(index)===';'){generatedLine++;index++;previousGeneratedColumn=0;}else if(aStr.charAt(index)===','){index++;}else{mapping=new Mapping();mapping.generatedLine=generatedLine;// Because each offset is encoded relative to the previous one,\n// many segments often have the same encoding. We can exploit this\n// fact by caching the parsed variable length fields of each segment,\n// allowing us to avoid a second parse if we encounter the same\n// segment again.\nfor(end=index;end<length;end++){if(this._charIsMappingSeparator(aStr,end)){break;}}str=aStr.slice(index,end);segment=cachedSegments[str];if(segment){index+=str.length;}else{segment=[];while(index<end){base64VLQ.decode(aStr,index,temp);value=temp.value;index=temp.rest;segment.push(value);}if(segment.length===2){throw new Error('Found a source, but no line and column');}if(segment.length===3){throw new Error('Found a source and line, but no column');}cachedSegments[str]=segment;}// Generated column.\nmapping.generatedColumn=previousGeneratedColumn+segment[0];previousGeneratedColumn=mapping.generatedColumn;if(segment.length>1){// Original source.\nmapping.source=previousSource+segment[1];previousSource+=segment[1];// Original line.\nmapping.originalLine=previousOriginalLine+segment[2];previousOriginalLine=mapping.originalLine;// Lines are stored 0-based\nmapping.originalLine+=1;// Original column.\nmapping.originalColumn=previousOriginalColumn+segment[3];previousOriginalColumn=mapping.originalColumn;if(segment.length>4){// Original name.\nmapping.name=previousName+segment[4];previousName+=segment[4];}}generatedMappings.push(mapping);if(typeof mapping.originalLine==='number'){originalMappings.push(mapping);}}}quickSort(generatedMappings,util.compareByGeneratedPositionsDeflated);this.__generatedMappings=generatedMappings;quickSort(originalMappings,util.compareByOriginalPositions);this.__originalMappings=originalMappings;};/**\n * Find the mapping that best matches the hypothetical \"needle\" mapping that\n * we are searching for in the given \"haystack\" of mappings.\n */BasicSourceMapConsumer.prototype._findMapping=function SourceMapConsumer_findMapping(aNeedle,aMappings,aLineName,aColumnName,aComparator,aBias){// To return the position we are searching for, we must first find the\n// mapping for the given position and then return the opposite position it\n// points to. Because the mappings are sorted, we can use binary search to\n// find the best mapping.\nif(aNeedle[aLineName]<=0){throw new TypeError('Line must be greater than or equal to 1, got '+aNeedle[aLineName]);}if(aNeedle[aColumnName]<0){throw new TypeError('Column must be greater than or equal to 0, got '+aNeedle[aColumnName]);}return binarySearch.search(aNeedle,aMappings,aComparator,aBias);};/**\n * Compute the last column for each generated mapping. The last column is\n * inclusive.\n */BasicSourceMapConsumer.prototype.computeColumnSpans=function SourceMapConsumer_computeColumnSpans(){for(var index=0;index<this._generatedMappings.length;++index){var mapping=this._generatedMappings[index];// Mappings do not contain a field for the last generated columnt. We\n// can come up with an optimistic estimate, however, by assuming that\n// mappings are contiguous (i.e. given two consecutive mappings, the\n// first mapping ends where the second one starts).\nif(index+1<this._generatedMappings.length){var nextMapping=this._generatedMappings[index+1];if(mapping.generatedLine===nextMapping.generatedLine){mapping.lastGeneratedColumn=nextMapping.generatedColumn-1;continue;}}// The last mapping for each line spans the entire line.\nmapping.lastGeneratedColumn=Infinity;}};/**\n * Returns the original source, line, and column information for the generated\n * source's line and column positions provided. The only argument is an object\n * with the following properties:\n *\n * - line: The line number in the generated source. The line number\n * is 1-based.\n * - column: The column number in the generated source. The column\n * number is 0-based.\n * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or\n * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the\n * closest element that is smaller than or greater than the one we are\n * searching for, respectively, if the exact element cannot be found.\n * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.\n *\n * and an object is returned with the following properties:\n *\n * - source: The original source file, or null.\n * - line: The line number in the original source, or null. The\n * line number is 1-based.\n * - column: The column number in the original source, or null. The\n * column number is 0-based.\n * - name: The original identifier, or null.\n */BasicSourceMapConsumer.prototype.originalPositionFor=function SourceMapConsumer_originalPositionFor(aArgs){var needle={generatedLine:util.getArg(aArgs,'line'),generatedColumn:util.getArg(aArgs,'column')};var index=this._findMapping(needle,this._generatedMappings,\"generatedLine\",\"generatedColumn\",util.compareByGeneratedPositionsDeflated,util.getArg(aArgs,'bias',SourceMapConsumer.GREATEST_LOWER_BOUND));if(index>=0){var mapping=this._generatedMappings[index];if(mapping.generatedLine===needle.generatedLine){var source=util.getArg(mapping,'source',null);if(source!==null){source=this._sources.at(source);source=util.computeSourceURL(this.sourceRoot,source,this._sourceMapURL);}var name=util.getArg(mapping,'name',null);if(name!==null){name=this._names.at(name);}return{source:source,line:util.getArg(mapping,'originalLine',null),column:util.getArg(mapping,'originalColumn',null),name:name};}}return{source:null,line:null,column:null,name:null};};/**\n * Return true if we have the source content for every source in the source\n * map, false otherwise.\n */BasicSourceMapConsumer.prototype.hasContentsOfAllSources=function BasicSourceMapConsumer_hasContentsOfAllSources(){if(!this.sourcesContent){return false;}return this.sourcesContent.length>=this._sources.size()&&!this.sourcesContent.some(function(sc){return sc==null;});};/**\n * Returns the original source content. The only argument is the url of the\n * original source file. Returns null if no original source content is\n * available.\n */BasicSourceMapConsumer.prototype.sourceContentFor=function SourceMapConsumer_sourceContentFor(aSource,nullOnMissing){if(!this.sourcesContent){return null;}var index=this._findSourceIndex(aSource);if(index>=0){return this.sourcesContent[index];}var relativeSource=aSource;if(this.sourceRoot!=null){relativeSource=util.relative(this.sourceRoot,relativeSource);}var url;if(this.sourceRoot!=null&&(url=util.urlParse(this.sourceRoot))){// XXX: file:// URIs and absolute paths lead to unexpected behavior for\n// many users. We can help them out when they expect file:// URIs to\n// behave like it would if they were running a local HTTP server. See\n// https://bugzilla.mozilla.org/show_bug.cgi?id=885597.\nvar fileUriAbsPath=relativeSource.replace(/^file:\\/\\//,\"\");if(url.scheme==\"file\"&&this._sources.has(fileUriAbsPath)){return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)];}if((!url.path||url.path==\"/\")&&this._sources.has(\"/\"+relativeSource)){return this.sourcesContent[this._sources.indexOf(\"/\"+relativeSource)];}}// This function is used recursively from\n// IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we\n// don't want to throw if we can't find the source - we just want to\n// return null, so we provide a flag to exit gracefully.\nif(nullOnMissing){return null;}else{throw new Error('\"'+relativeSource+'\" is not in the SourceMap.');}};/**\n * Returns the generated line and column information for the original source,\n * line, and column positions provided. The only argument is an object with\n * the following properties:\n *\n * - source: The filename of the original source.\n * - line: The line number in the original source. The line number\n * is 1-based.\n * - column: The column number in the original source. The column\n * number is 0-based.\n * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or\n * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the\n * closest element that is smaller than or greater than the one we are\n * searching for, respectively, if the exact element cannot be found.\n * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.\n *\n * and an object is returned with the following properties:\n *\n * - line: The line number in the generated source, or null. The\n * line number is 1-based.\n * - column: The column number in the generated source, or null.\n * The column number is 0-based.\n */BasicSourceMapConsumer.prototype.generatedPositionFor=function SourceMapConsumer_generatedPositionFor(aArgs){var source=util.getArg(aArgs,'source');source=this._findSourceIndex(source);if(source<0){return{line:null,column:null,lastColumn:null};}var needle={source:source,originalLine:util.getArg(aArgs,'line'),originalColumn:util.getArg(aArgs,'column')};var index=this._findMapping(needle,this._originalMappings,\"originalLine\",\"originalColumn\",util.compareByOriginalPositions,util.getArg(aArgs,'bias',SourceMapConsumer.GREATEST_LOWER_BOUND));if(index>=0){var mapping=this._originalMappings[index];if(mapping.source===needle.source){return{line:util.getArg(mapping,'generatedLine',null),column:util.getArg(mapping,'generatedColumn',null),lastColumn:util.getArg(mapping,'lastGeneratedColumn',null)};}}return{line:null,column:null,lastColumn:null};};exports.BasicSourceMapConsumer=BasicSourceMapConsumer;/**\n * An IndexedSourceMapConsumer instance represents a parsed source map which\n * we can query for information. It differs from BasicSourceMapConsumer in\n * that it takes \"indexed\" source maps (i.e. ones with a \"sections\" field) as\n * input.\n *\n * The first parameter is a raw source map (either as a JSON string, or already\n * parsed to an object). According to the spec for indexed source maps, they\n * have the following attributes:\n *\n * - version: Which version of the source map spec this map is following.\n * - file: Optional. The generated file this source map is associated with.\n * - sections: A list of section definitions.\n *\n * Each value under the \"sections\" field has two fields:\n * - offset: The offset into the original specified at which this section\n * begins to apply, defined as an object with a \"line\" and \"column\"\n * field.\n * - map: A source map definition. This source map could also be indexed,\n * but doesn't have to be.\n *\n * Instead of the \"map\" field, it's also possible to have a \"url\" field\n * specifying a URL to retrieve a source map from, but that's currently\n * unsupported.\n *\n * Here's an example source map, taken from the source map spec[0], but\n * modified to omit a section which uses the \"url\" field.\n *\n * {\n * version : 3,\n * file: \"app.js\",\n * sections: [{\n * offset: {line:100, column:10},\n * map: {\n * version : 3,\n * file: \"section.js\",\n * sources: [\"foo.js\", \"bar.js\"],\n * names: [\"src\", \"maps\", \"are\", \"fun\"],\n * mappings: \"AAAA,E;;ABCDE;\"\n * }\n * }],\n * }\n *\n * The second parameter, if given, is a string whose value is the URL\n * at which the source map was found. This URL is used to compute the\n * sources array.\n *\n * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt\n */function IndexedSourceMapConsumer(aSourceMap,aSourceMapURL){var sourceMap=aSourceMap;if(typeof aSourceMap==='string'){sourceMap=util.parseSourceMapInput(aSourceMap);}var version=util.getArg(sourceMap,'version');var sections=util.getArg(sourceMap,'sections');if(version!=this._version){throw new Error('Unsupported version: '+version);}this._sources=new ArraySet();this._names=new ArraySet();var lastOffset={line:-1,column:0};this._sections=sections.map(function(s){if(s.url){// The url field will require support for asynchronicity.\n// See https://github.com/mozilla/source-map/issues/16\nthrow new Error('Support for url field in sections not implemented.');}var offset=util.getArg(s,'offset');var offsetLine=util.getArg(offset,'line');var offsetColumn=util.getArg(offset,'column');if(offsetLine<lastOffset.line||offsetLine===lastOffset.line&&offsetColumn<lastOffset.column){throw new Error('Section offsets must be ordered and non-overlapping.');}lastOffset=offset;return{generatedOffset:{// The offset fields are 0-based, but we use 1-based indices when\n// encoding/decoding from VLQ.\ngeneratedLine:offsetLine+1,generatedColumn:offsetColumn+1},consumer:new SourceMapConsumer(util.getArg(s,'map'),aSourceMapURL)};});}IndexedSourceMapConsumer.prototype=Object.create(SourceMapConsumer.prototype);IndexedSourceMapConsumer.prototype.constructor=SourceMapConsumer;/**\n * The version of the source mapping spec that we are consuming.\n */IndexedSourceMapConsumer.prototype._version=3;/**\n * The list of original sources.\n */Object.defineProperty(IndexedSourceMapConsumer.prototype,'sources',{get:function get(){var sources=[];for(var i=0;i<this._sections.length;i++){for(var j=0;j<this._sections[i].consumer.sources.length;j++){sources.push(this._sections[i].consumer.sources[j]);}}return sources;}});/**\n * Returns the original source, line, and column information for the generated\n * source's line and column positions provided. The only argument is an object\n * with the following properties:\n *\n * - line: The line number in the generated source. The line number\n * is 1-based.\n * - column: The column number in the generated source. The column\n * number is 0-based.\n *\n * and an object is returned with the following properties:\n *\n * - source: The original source file, or null.\n * - line: The line number in the original source, or null. The\n * line number is 1-based.\n * - column: The column number in the original source, or null. The\n * column number is 0-based.\n * - name: The original identifier, or null.\n */IndexedSourceMapConsumer.prototype.originalPositionFor=function IndexedSourceMapConsumer_originalPositionFor(aArgs){var needle={generatedLine:util.getArg(aArgs,'line'),generatedColumn:util.getArg(aArgs,'column')};// Find the section containing the generated position we're trying to map\n// to an original position.\nvar sectionIndex=binarySearch.search(needle,this._sections,function(needle,section){var cmp=needle.generatedLine-section.generatedOffset.generatedLine;if(cmp){return cmp;}return needle.generatedColumn-section.generatedOffset.generatedColumn;});var section=this._sections[sectionIndex];if(!section){return{source:null,line:null,column:null,name:null};}return section.consumer.originalPositionFor({line:needle.generatedLine-(section.generatedOffset.generatedLine-1),column:needle.generatedColumn-(section.generatedOffset.generatedLine===needle.generatedLine?section.generatedOffset.generatedColumn-1:0),bias:aArgs.bias});};/**\n * Return true if we have the source content for every source in the source\n * map, false otherwise.\n */IndexedSourceMapConsumer.prototype.hasContentsOfAllSources=function IndexedSourceMapConsumer_hasContentsOfAllSources(){return this._sections.every(function(s){return s.consumer.hasContentsOfAllSources();});};/**\n * Returns the original source content. The only argument is the url of the\n * original source file. Returns null if no original source content is\n * available.\n */IndexedSourceMapConsumer.prototype.sourceContentFor=function IndexedSourceMapConsumer_sourceContentFor(aSource,nullOnMissing){for(var i=0;i<this._sections.length;i++){var section=this._sections[i];var content=section.consumer.sourceContentFor(aSource,true);if(content){return content;}}if(nullOnMissing){return null;}else{throw new Error('\"'+aSource+'\" is not in the SourceMap.');}};/**\n * Returns the generated line and column information for the original source,\n * line, and column positions provided. The only argument is an object with\n * the following properties:\n *\n * - source: The filename of the original source.\n * - line: The line number in the original source. The line number\n * is 1-based.\n * - column: The column number in the original source. The column\n * number is 0-based.\n *\n * and an object is returned with the following properties:\n *\n * - line: The line number in the generated source, or null. The\n * line number is 1-based. \n * - column: The column number in the generated source, or null.\n * The column number is 0-based.\n */IndexedSourceMapConsumer.prototype.generatedPositionFor=function IndexedSourceMapConsumer_generatedPositionFor(aArgs){for(var i=0;i<this._sections.length;i++){var section=this._sections[i];// Only consider this section if the requested source is in the list of\n// sources of the consumer.\nif(section.consumer._findSourceIndex(util.getArg(aArgs,'source'))===-1){continue;}var generatedPosition=section.consumer.generatedPositionFor(aArgs);if(generatedPosition){var ret={line:generatedPosition.line+(section.generatedOffset.generatedLine-1),column:generatedPosition.column+(section.generatedOffset.generatedLine===generatedPosition.line?section.generatedOffset.generatedColumn-1:0)};return ret;}}return{line:null,column:null};};/**\n * Parse the mappings in a string in to a data structure which we can easily\n * query (the ordered arrays in the `this.__generatedMappings` and\n * `this.__originalMappings` properties).\n */IndexedSourceMapConsumer.prototype._parseMappings=function IndexedSourceMapConsumer_parseMappings(aStr,aSourceRoot){this.__generatedMappings=[];this.__originalMappings=[];for(var i=0;i<this._sections.length;i++){var section=this._sections[i];var sectionMappings=section.consumer._generatedMappings;for(var j=0;j<sectionMappings.length;j++){var mapping=sectionMappings[j];var source=section.consumer._sources.at(mapping.source);source=util.computeSourceURL(section.consumer.sourceRoot,source,this._sourceMapURL);this._sources.add(source);source=this._sources.indexOf(source);var name=null;if(mapping.name){name=section.consumer._names.at(mapping.name);this._names.add(name);name=this._names.indexOf(name);}// The mappings coming from the consumer for the section have\n// generated positions relative to the start of the section, so we\n// need to offset them to be relative to the start of the concatenated\n// generated file.\nvar adjustedMapping={source:source,generatedLine:mapping.generatedLine+(section.generatedOffset.generatedLine-1),generatedColumn:mapping.generatedColumn+(section.generatedOffset.generatedLine===mapping.generatedLine?section.generatedOffset.generatedColumn-1:0),originalLine:mapping.originalLine,originalColumn:mapping.originalColumn,name:name};this.__generatedMappings.push(adjustedMapping);if(typeof adjustedMapping.originalLine==='number'){this.__originalMappings.push(adjustedMapping);}}}quickSort(this.__generatedMappings,util.compareByGeneratedPositionsDeflated);quickSort(this.__originalMappings,util.compareByOriginalPositions);};exports.IndexedSourceMapConsumer=IndexedSourceMapConsumer;},{\"./array-set\":198,\"./base64-vlq\":199,\"./binary-search\":201,\"./quick-sort\":203,\"./util\":207}],205:[function(require,module,exports){/* -*- Mode: js; js-indent-level: 2; -*- */ /*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */var base64VLQ=require('./base64-vlq');var util=require('./util');var ArraySet=require('./array-set').ArraySet;var MappingList=require('./mapping-list').MappingList;/**\n * An instance of the SourceMapGenerator represents a source map which is\n * being built incrementally. You may pass an object with the following\n * properties:\n *\n * - file: The filename of the generated source.\n * - sourceRoot: A root for all relative URLs in this source map.\n */function SourceMapGenerator(aArgs){if(!aArgs){aArgs={};}this._file=util.getArg(aArgs,'file',null);this._sourceRoot=util.getArg(aArgs,'sourceRoot',null);this._skipValidation=util.getArg(aArgs,'skipValidation',false);this._sources=new ArraySet();this._names=new ArraySet();this._mappings=new MappingList();this._sourcesContents=null;}SourceMapGenerator.prototype._version=3;/**\n * Creates a new SourceMapGenerator based on a SourceMapConsumer\n *\n * @param aSourceMapConsumer The SourceMap.\n */SourceMapGenerator.fromSourceMap=function SourceMapGenerator_fromSourceMap(aSourceMapConsumer){var sourceRoot=aSourceMapConsumer.sourceRoot;var generator=new SourceMapGenerator({file:aSourceMapConsumer.file,sourceRoot:sourceRoot});aSourceMapConsumer.eachMapping(function(mapping){var newMapping={generated:{line:mapping.generatedLine,column:mapping.generatedColumn}};if(mapping.source!=null){newMapping.source=mapping.source;if(sourceRoot!=null){newMapping.source=util.relative(sourceRoot,newMapping.source);}newMapping.original={line:mapping.originalLine,column:mapping.originalColumn};if(mapping.name!=null){newMapping.name=mapping.name;}}generator.addMapping(newMapping);});aSourceMapConsumer.sources.forEach(function(sourceFile){var sourceRelative=sourceFile;if(sourceRoot!==null){sourceRelative=util.relative(sourceRoot,sourceFile);}if(!generator._sources.has(sourceRelative)){generator._sources.add(sourceRelative);}var content=aSourceMapConsumer.sourceContentFor(sourceFile);if(content!=null){generator.setSourceContent(sourceFile,content);}});return generator;};/**\n * Add a single mapping from original source line and column to the generated\n * source's line and column for this source map being created. The mapping\n * object should have the following properties:\n *\n * - generated: An object with the generated line and column positions.\n * - original: An object with the original line and column positions.\n * - source: The original source file (relative to the sourceRoot).\n * - name: An optional original token name for this mapping.\n */SourceMapGenerator.prototype.addMapping=function SourceMapGenerator_addMapping(aArgs){var generated=util.getArg(aArgs,'generated');var original=util.getArg(aArgs,'original',null);var source=util.getArg(aArgs,'source',null);var name=util.getArg(aArgs,'name',null);if(!this._skipValidation){this._validateMapping(generated,original,source,name);}if(source!=null){source=String(source);if(!this._sources.has(source)){this._sources.add(source);}}if(name!=null){name=String(name);if(!this._names.has(name)){this._names.add(name);}}this._mappings.add({generatedLine:generated.line,generatedColumn:generated.column,originalLine:original!=null&&original.line,originalColumn:original!=null&&original.column,source:source,name:name});};/**\n * Set the source content for a source file.\n */SourceMapGenerator.prototype.setSourceContent=function SourceMapGenerator_setSourceContent(aSourceFile,aSourceContent){var source=aSourceFile;if(this._sourceRoot!=null){source=util.relative(this._sourceRoot,source);}if(aSourceContent!=null){// Add the source content to the _sourcesContents map.\n// Create a new _sourcesContents map if the property is null.\nif(!this._sourcesContents){this._sourcesContents=Object.create(null);}this._sourcesContents[util.toSetString(source)]=aSourceContent;}else if(this._sourcesContents){// Remove the source file from the _sourcesContents map.\n// If the _sourcesContents map is empty, set the property to null.\ndelete this._sourcesContents[util.toSetString(source)];if(Object.keys(this._sourcesContents).length===0){this._sourcesContents=null;}}};/**\n * Applies the mappings of a sub-source-map for a specific source file to the\n * source map being generated. Each mapping to the supplied source file is\n * rewritten using the supplied source map. Note: The resolution for the\n * resulting mappings is the minimium of this map and the supplied map.\n *\n * @param aSourceMapConsumer The source map to be applied.\n * @param aSourceFile Optional. The filename of the source file.\n * If omitted, SourceMapConsumer's file property will be used.\n * @param aSourceMapPath Optional. The dirname of the path to the source map\n * to be applied. If relative, it is relative to the SourceMapConsumer.\n * This parameter is needed when the two source maps aren't in the same\n * directory, and the source map to be applied contains relative source\n * paths. If so, those relative source paths need to be rewritten\n * relative to the SourceMapGenerator.\n */SourceMapGenerator.prototype.applySourceMap=function SourceMapGenerator_applySourceMap(aSourceMapConsumer,aSourceFile,aSourceMapPath){var sourceFile=aSourceFile;// If aSourceFile is omitted, we will use the file property of the SourceMap\nif(aSourceFile==null){if(aSourceMapConsumer.file==null){throw new Error('SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, '+'or the source map\\'s \"file\" property. Both were omitted.');}sourceFile=aSourceMapConsumer.file;}var sourceRoot=this._sourceRoot;// Make \"sourceFile\" relative if an absolute Url is passed.\nif(sourceRoot!=null){sourceFile=util.relative(sourceRoot,sourceFile);}// Applying the SourceMap can add and remove items from the sources and\n// the names array.\nvar newSources=new ArraySet();var newNames=new ArraySet();// Find mappings for the \"sourceFile\"\nthis._mappings.unsortedForEach(function(mapping){if(mapping.source===sourceFile&&mapping.originalLine!=null){// Check if it can be mapped by the source map, then update the mapping.\nvar original=aSourceMapConsumer.originalPositionFor({line:mapping.originalLine,column:mapping.originalColumn});if(original.source!=null){// Copy mapping\nmapping.source=original.source;if(aSourceMapPath!=null){mapping.source=util.join(aSourceMapPath,mapping.source);}if(sourceRoot!=null){mapping.source=util.relative(sourceRoot,mapping.source);}mapping.originalLine=original.line;mapping.originalColumn=original.column;if(original.name!=null){mapping.name=original.name;}}}var source=mapping.source;if(source!=null&&!newSources.has(source)){newSources.add(source);}var name=mapping.name;if(name!=null&&!newNames.has(name)){newNames.add(name);}},this);this._sources=newSources;this._names=newNames;// Copy sourcesContents of applied map.\naSourceMapConsumer.sources.forEach(function(sourceFile){var content=aSourceMapConsumer.sourceContentFor(sourceFile);if(content!=null){if(aSourceMapPath!=null){sourceFile=util.join(aSourceMapPath,sourceFile);}if(sourceRoot!=null){sourceFile=util.relative(sourceRoot,sourceFile);}this.setSourceContent(sourceFile,content);}},this);};/**\n * A mapping can have one of the three levels of data:\n *\n * 1. Just the generated position.\n * 2. The Generated position, original position, and original source.\n * 3. Generated and original position, original source, as well as a name\n * token.\n *\n * To maintain consistency, we validate that any new mapping being added falls\n * in to one of these categories.\n */SourceMapGenerator.prototype._validateMapping=function SourceMapGenerator_validateMapping(aGenerated,aOriginal,aSource,aName){// When aOriginal is truthy but has empty values for .line and .column,\n// it is most likely a programmer error. In this case we throw a very\n// specific error message to try to guide them the right way.\n// For example: https://github.com/Polymer/polymer-bundler/pull/519\nif(aOriginal&&typeof aOriginal.line!=='number'&&typeof aOriginal.column!=='number'){throw new Error('original.line and original.column are not numbers -- you probably meant to omit '+'the original mapping entirely and only map the generated position. If so, pass '+'null for the original mapping instead of an object with empty or null values.');}if(aGenerated&&'line'in aGenerated&&'column'in aGenerated&&aGenerated.line>0&&aGenerated.column>=0&&!aOriginal&&!aSource&&!aName){// Case 1.\nreturn;}else if(aGenerated&&'line'in aGenerated&&'column'in aGenerated&&aOriginal&&'line'in aOriginal&&'column'in aOriginal&&aGenerated.line>0&&aGenerated.column>=0&&aOriginal.line>0&&aOriginal.column>=0&&aSource){// Cases 2 and 3.\nreturn;}else{throw new Error('Invalid mapping: '+JSON.stringify({generated:aGenerated,source:aSource,original:aOriginal,name:aName}));}};/**\n * Serialize the accumulated mappings in to the stream of base 64 VLQs\n * specified by the source map format.\n */SourceMapGenerator.prototype._serializeMappings=function SourceMapGenerator_serializeMappings(){var previousGeneratedColumn=0;var previousGeneratedLine=1;var previousOriginalColumn=0;var previousOriginalLine=0;var previousName=0;var previousSource=0;var result='';var next;var mapping;var nameIdx;var sourceIdx;var mappings=this._mappings.toArray();for(var i=0,len=mappings.length;i<len;i++){mapping=mappings[i];next='';if(mapping.generatedLine!==previousGeneratedLine){previousGeneratedColumn=0;while(mapping.generatedLine!==previousGeneratedLine){next+=';';previousGeneratedLine++;}}else{if(i>0){if(!util.compareByGeneratedPositionsInflated(mapping,mappings[i-1])){continue;}next+=',';}}next+=base64VLQ.encode(mapping.generatedColumn-previousGeneratedColumn);previousGeneratedColumn=mapping.generatedColumn;if(mapping.source!=null){sourceIdx=this._sources.indexOf(mapping.source);next+=base64VLQ.encode(sourceIdx-previousSource);previousSource=sourceIdx;// lines are stored 0-based in SourceMap spec version 3\nnext+=base64VLQ.encode(mapping.originalLine-1-previousOriginalLine);previousOriginalLine=mapping.originalLine-1;next+=base64VLQ.encode(mapping.originalColumn-previousOriginalColumn);previousOriginalColumn=mapping.originalColumn;if(mapping.name!=null){nameIdx=this._names.indexOf(mapping.name);next+=base64VLQ.encode(nameIdx-previousName);previousName=nameIdx;}}result+=next;}return result;};SourceMapGenerator.prototype._generateSourcesContent=function SourceMapGenerator_generateSourcesContent(aSources,aSourceRoot){return aSources.map(function(source){if(!this._sourcesContents){return null;}if(aSourceRoot!=null){source=util.relative(aSourceRoot,source);}var key=util.toSetString(source);return Object.prototype.hasOwnProperty.call(this._sourcesContents,key)?this._sourcesContents[key]:null;},this);};/**\n * Externalize the source map.\n */SourceMapGenerator.prototype.toJSON=function SourceMapGenerator_toJSON(){var map={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};if(this._file!=null){map.file=this._file;}if(this._sourceRoot!=null){map.sourceRoot=this._sourceRoot;}if(this._sourcesContents){map.sourcesContent=this._generateSourcesContent(map.sources,map.sourceRoot);}return map;};/**\n * Render the source map being generated to a string.\n */SourceMapGenerator.prototype.toString=function SourceMapGenerator_toString(){return JSON.stringify(this.toJSON());};exports.SourceMapGenerator=SourceMapGenerator;},{\"./array-set\":198,\"./base64-vlq\":199,\"./mapping-list\":202,\"./util\":207}],206:[function(require,module,exports){/* -*- Mode: js; js-indent-level: 2; -*- */ /*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */var SourceMapGenerator=require('./source-map-generator').SourceMapGenerator;var util=require('./util');// Matches a Windows-style `\\r\\n` newline or a `\\n` newline used by all other\n// operating systems these days (capturing the result).\nvar REGEX_NEWLINE=/(\\r?\\n)/;// Newline character code for charCodeAt() comparisons\nvar NEWLINE_CODE=10;// Private symbol for identifying `SourceNode`s when multiple versions of\n// the source-map library are loaded. This MUST NOT CHANGE across\n// versions!\nvar isSourceNode=\"$$$isSourceNode$$$\";/**\n * SourceNodes provide a way to abstract over interpolating/concatenating\n * snippets of generated JavaScript source code while maintaining the line and\n * column information associated with the original source code.\n *\n * @param aLine The original line number.\n * @param aColumn The original column number.\n * @param aSource The original source's filename.\n * @param aChunks Optional. An array of strings which are snippets of\n * generated JS, or other SourceNodes.\n * @param aName The original identifier.\n */function SourceNode(aLine,aColumn,aSource,aChunks,aName){this.children=[];this.sourceContents={};this.line=aLine==null?null:aLine;this.column=aColumn==null?null:aColumn;this.source=aSource==null?null:aSource;this.name=aName==null?null:aName;this[isSourceNode]=true;if(aChunks!=null)this.add(aChunks);}/**\n * Creates a SourceNode from generated code and a SourceMapConsumer.\n *\n * @param aGeneratedCode The generated code\n * @param aSourceMapConsumer The SourceMap for the generated code\n * @param aRelativePath Optional. The path that relative sources in the\n * SourceMapConsumer should be relative to.\n */SourceNode.fromStringWithSourceMap=function SourceNode_fromStringWithSourceMap(aGeneratedCode,aSourceMapConsumer,aRelativePath){// The SourceNode we want to fill with the generated code\n// and the SourceMap\nvar node=new SourceNode();// All even indices of this array are one line of the generated code,\n// while all odd indices are the newlines between two adjacent lines\n// (since `REGEX_NEWLINE` captures its match).\n// Processed fragments are accessed by calling `shiftNextLine`.\nvar remainingLines=aGeneratedCode.split(REGEX_NEWLINE);var remainingLinesIndex=0;var shiftNextLine=function shiftNextLine(){var lineContents=getNextLine();// The last line of a file might not have a newline.\nvar newLine=getNextLine()||\"\";return lineContents+newLine;function getNextLine(){return remainingLinesIndex<remainingLines.length?remainingLines[remainingLinesIndex++]:undefined;}};// We need to remember the position of \"remainingLines\"\nvar lastGeneratedLine=1,lastGeneratedColumn=0;// The generate SourceNodes we need a code range.\n// To extract it current and last mapping is used.\n// Here we store the last mapping.\nvar lastMapping=null;aSourceMapConsumer.eachMapping(function(mapping){if(lastMapping!==null){// We add the code from \"lastMapping\" to \"mapping\":\n// First check if there is a new line in between.\nif(lastGeneratedLine<mapping.generatedLine){// Associate first line with \"lastMapping\"\naddMappingWithCode(lastMapping,shiftNextLine());lastGeneratedLine++;lastGeneratedColumn=0;// The remaining code is added without mapping\n}else{// There is no new line in between.\n// Associate the code between \"lastGeneratedColumn\" and\n// \"mapping.generatedColumn\" with \"lastMapping\"\nvar nextLine=remainingLines[remainingLinesIndex]||'';var code=nextLine.substr(0,mapping.generatedColumn-lastGeneratedColumn);remainingLines[remainingLinesIndex]=nextLine.substr(mapping.generatedColumn-lastGeneratedColumn);lastGeneratedColumn=mapping.generatedColumn;addMappingWithCode(lastMapping,code);// No more remaining code, continue\nlastMapping=mapping;return;}}// We add the generated code until the first mapping\n// to the SourceNode without any mapping.\n// Each line is added as separate string.\nwhile(lastGeneratedLine<mapping.generatedLine){node.add(shiftNextLine());lastGeneratedLine++;}if(lastGeneratedColumn<mapping.generatedColumn){var nextLine=remainingLines[remainingLinesIndex]||'';node.add(nextLine.substr(0,mapping.generatedColumn));remainingLines[remainingLinesIndex]=nextLine.substr(mapping.generatedColumn);lastGeneratedColumn=mapping.generatedColumn;}lastMapping=mapping;},this);// We have processed all mappings.\nif(remainingLinesIndex<remainingLines.length){if(lastMapping){// Associate the remaining code in the current line with \"lastMapping\"\naddMappingWithCode(lastMapping,shiftNextLine());}// and add the remaining lines without any mapping\nnode.add(remainingLines.splice(remainingLinesIndex).join(\"\"));}// Copy sourcesContent into SourceNode\naSourceMapConsumer.sources.forEach(function(sourceFile){var content=aSourceMapConsumer.sourceContentFor(sourceFile);if(content!=null){if(aRelativePath!=null){sourceFile=util.join(aRelativePath,sourceFile);}node.setSourceContent(sourceFile,content);}});return node;function addMappingWithCode(mapping,code){if(mapping===null||mapping.source===undefined){node.add(code);}else{var source=aRelativePath?util.join(aRelativePath,mapping.source):mapping.source;node.add(new SourceNode(mapping.originalLine,mapping.originalColumn,source,code,mapping.name));}}};/**\n * Add a chunk of generated JS to this source node.\n *\n * @param aChunk A string snippet of generated JS code, another instance of\n * SourceNode, or an array where each member is one of those things.\n */SourceNode.prototype.add=function SourceNode_add(aChunk){if(Array.isArray(aChunk)){aChunk.forEach(function(chunk){this.add(chunk);},this);}else if(aChunk[isSourceNode]||typeof aChunk===\"string\"){if(aChunk){this.children.push(aChunk);}}else{throw new TypeError(\"Expected a SourceNode, string, or an array of SourceNodes and strings. Got \"+aChunk);}return this;};/**\n * Add a chunk of generated JS to the beginning of this source node.\n *\n * @param aChunk A string snippet of generated JS code, another instance of\n * SourceNode, or an array where each member is one of those things.\n */SourceNode.prototype.prepend=function SourceNode_prepend(aChunk){if(Array.isArray(aChunk)){for(var i=aChunk.length-1;i>=0;i--){this.prepend(aChunk[i]);}}else if(aChunk[isSourceNode]||typeof aChunk===\"string\"){this.children.unshift(aChunk);}else{throw new TypeError(\"Expected a SourceNode, string, or an array of SourceNodes and strings. Got \"+aChunk);}return this;};/**\n * Walk over the tree of JS snippets in this node and its children. The\n * walking function is called once for each snippet of JS and is passed that\n * snippet and the its original associated source's line/column location.\n *\n * @param aFn The traversal function.\n */SourceNode.prototype.walk=function SourceNode_walk(aFn){var chunk;for(var i=0,len=this.children.length;i<len;i++){chunk=this.children[i];if(chunk[isSourceNode]){chunk.walk(aFn);}else{if(chunk!==''){aFn(chunk,{source:this.source,line:this.line,column:this.column,name:this.name});}}}};/**\n * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between\n * each of `this.children`.\n *\n * @param aSep The separator.\n */SourceNode.prototype.join=function SourceNode_join(aSep){var newChildren;var i;var len=this.children.length;if(len>0){newChildren=[];for(i=0;i<len-1;i++){newChildren.push(this.children[i]);newChildren.push(aSep);}newChildren.push(this.children[i]);this.children=newChildren;}return this;};/**\n * Call String.prototype.replace on the very right-most source snippet. Useful\n * for trimming whitespace from the end of a source node, etc.\n *\n * @param aPattern The pattern to replace.\n * @param aReplacement The thing to replace the pattern with.\n */SourceNode.prototype.replaceRight=function SourceNode_replaceRight(aPattern,aReplacement){var lastChild=this.children[this.children.length-1];if(lastChild[isSourceNode]){lastChild.replaceRight(aPattern,aReplacement);}else if(typeof lastChild==='string'){this.children[this.children.length-1]=lastChild.replace(aPattern,aReplacement);}else{this.children.push(''.replace(aPattern,aReplacement));}return this;};/**\n * Set the source content for a source file. This will be added to the SourceMapGenerator\n * in the sourcesContent field.\n *\n * @param aSourceFile The filename of the source file\n * @param aSourceContent The content of the source file\n */SourceNode.prototype.setSourceContent=function SourceNode_setSourceContent(aSourceFile,aSourceContent){this.sourceContents[util.toSetString(aSourceFile)]=aSourceContent;};/**\n * Walk over the tree of SourceNodes. The walking function is called for each\n * source file content and is passed the filename and source content.\n *\n * @param aFn The traversal function.\n */SourceNode.prototype.walkSourceContents=function SourceNode_walkSourceContents(aFn){for(var i=0,len=this.children.length;i<len;i++){if(this.children[i][isSourceNode]){this.children[i].walkSourceContents(aFn);}}var sources=Object.keys(this.sourceContents);for(var i=0,len=sources.length;i<len;i++){aFn(util.fromSetString(sources[i]),this.sourceContents[sources[i]]);}};/**\n * Return the string representation of this source node. Walks over the tree\n * and concatenates all the various snippets together to one string.\n */SourceNode.prototype.toString=function SourceNode_toString(){var str=\"\";this.walk(function(chunk){str+=chunk;});return str;};/**\n * Returns the string representation of this source node along with a source\n * map.\n */SourceNode.prototype.toStringWithSourceMap=function SourceNode_toStringWithSourceMap(aArgs){var generated={code:\"\",line:1,column:0};var map=new SourceMapGenerator(aArgs);var sourceMappingActive=false;var lastOriginalSource=null;var lastOriginalLine=null;var lastOriginalColumn=null;var lastOriginalName=null;this.walk(function(chunk,original){generated.code+=chunk;if(original.source!==null&&original.line!==null&&original.column!==null){if(lastOriginalSource!==original.source||lastOriginalLine!==original.line||lastOriginalColumn!==original.column||lastOriginalName!==original.name){map.addMapping({source:original.source,original:{line:original.line,column:original.column},generated:{line:generated.line,column:generated.column},name:original.name});}lastOriginalSource=original.source;lastOriginalLine=original.line;lastOriginalColumn=original.column;lastOriginalName=original.name;sourceMappingActive=true;}else if(sourceMappingActive){map.addMapping({generated:{line:generated.line,column:generated.column}});lastOriginalSource=null;sourceMappingActive=false;}for(var idx=0,length=chunk.length;idx<length;idx++){if(chunk.charCodeAt(idx)===NEWLINE_CODE){generated.line++;generated.column=0;// Mappings end at eol\nif(idx+1===length){lastOriginalSource=null;sourceMappingActive=false;}else if(sourceMappingActive){map.addMapping({source:original.source,original:{line:original.line,column:original.column},generated:{line:generated.line,column:generated.column},name:original.name});}}else{generated.column++;}}});this.walkSourceContents(function(sourceFile,sourceContent){map.setSourceContent(sourceFile,sourceContent);});return{code:generated.code,map:map};};exports.SourceNode=SourceNode;},{\"./source-map-generator\":205,\"./util\":207}],207:[function(require,module,exports){/* -*- Mode: js; js-indent-level: 2; -*- */ /*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */ /**\n * This is a helper function for getting values from parameter/options\n * objects.\n *\n * @param args The object we are extracting values from\n * @param name The name of the property we are getting.\n * @param defaultValue An optional value to return if the property is missing\n * from the object. If this is not specified and the property is missing, an\n * error will be thrown.\n */function getArg(aArgs,aName,aDefaultValue){if(aName in aArgs){return aArgs[aName];}else if(arguments.length===3){return aDefaultValue;}else{throw new Error('\"'+aName+'\" is a required argument.');}}exports.getArg=getArg;var urlRegexp=/^(?:([\\w+\\-.]+):)?\\/\\/(?:(\\w+:\\w+)@)?([\\w.-]*)(?::(\\d+))?(.*)$/;var dataUrlRegexp=/^data:.+\\,.+$/;function urlParse(aUrl){var match=aUrl.match(urlRegexp);if(!match){return null;}return{scheme:match[1],auth:match[2],host:match[3],port:match[4],path:match[5]};}exports.urlParse=urlParse;function urlGenerate(aParsedUrl){var url='';if(aParsedUrl.scheme){url+=aParsedUrl.scheme+':';}url+='//';if(aParsedUrl.auth){url+=aParsedUrl.auth+'@';}if(aParsedUrl.host){url+=aParsedUrl.host;}if(aParsedUrl.port){url+=\":\"+aParsedUrl.port;}if(aParsedUrl.path){url+=aParsedUrl.path;}return url;}exports.urlGenerate=urlGenerate;/**\n * Normalizes a path, or the path portion of a URL:\n *\n * - Replaces consecutive slashes with one slash.\n * - Removes unnecessary '.' parts.\n * - Removes unnecessary '<dir>/..' parts.\n *\n * Based on code in the Node.js 'path' core module.\n *\n * @param aPath The path or url to normalize.\n */function normalize(aPath){var path=aPath;var url=urlParse(aPath);if(url){if(!url.path){return aPath;}path=url.path;}var isAbsolute=exports.isAbsolute(path);var parts=path.split(/\\/+/);for(var part,up=0,i=parts.length-1;i>=0;i--){part=parts[i];if(part==='.'){parts.splice(i,1);}else if(part==='..'){up++;}else if(up>0){if(part===''){// The first part is blank if the path is absolute. Trying to go\n// above the root is a no-op. Therefore we can remove all '..' parts\n// directly after the root.\nparts.splice(i+1,up);up=0;}else{parts.splice(i,2);up--;}}}path=parts.join('/');if(path===''){path=isAbsolute?'/':'.';}if(url){url.path=path;return urlGenerate(url);}return path;}exports.normalize=normalize;/**\n * Joins two paths/URLs.\n *\n * @param aRoot The root path or URL.\n * @param aPath The path or URL to be joined with the root.\n *\n * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a\n * scheme-relative URL: Then the scheme of aRoot, if any, is prepended\n * first.\n * - Otherwise aPath is a path. If aRoot is a URL, then its path portion\n * is updated with the result and aRoot is returned. Otherwise the result\n * is returned.\n * - If aPath is absolute, the result is aPath.\n * - Otherwise the two paths are joined with a slash.\n * - Joining for example 'http://' and 'www.example.com' is also supported.\n */function join(aRoot,aPath){if(aRoot===\"\"){aRoot=\".\";}if(aPath===\"\"){aPath=\".\";}var aPathUrl=urlParse(aPath);var aRootUrl=urlParse(aRoot);if(aRootUrl){aRoot=aRootUrl.path||'/';}// `join(foo, '//www.example.org')`\nif(aPathUrl&&!aPathUrl.scheme){if(aRootUrl){aPathUrl.scheme=aRootUrl.scheme;}return urlGenerate(aPathUrl);}if(aPathUrl||aPath.match(dataUrlRegexp)){return aPath;}// `join('http://', 'www.example.com')`\nif(aRootUrl&&!aRootUrl.host&&!aRootUrl.path){aRootUrl.host=aPath;return urlGenerate(aRootUrl);}var joined=aPath.charAt(0)==='/'?aPath:normalize(aRoot.replace(/\\/+$/,'')+'/'+aPath);if(aRootUrl){aRootUrl.path=joined;return urlGenerate(aRootUrl);}return joined;}exports.join=join;exports.isAbsolute=function(aPath){return aPath.charAt(0)==='/'||urlRegexp.test(aPath);};/**\n * Make a path relative to a URL or another path.\n *\n * @param aRoot The root path or URL.\n * @param aPath The path or URL to be made relative to aRoot.\n */function relative(aRoot,aPath){if(aRoot===\"\"){aRoot=\".\";}aRoot=aRoot.replace(/\\/$/,'');// It is possible for the path to be above the root. In this case, simply\n// checking whether the root is a prefix of the path won't work. Instead, we\n// need to remove components from the root one by one, until either we find\n// a prefix that fits, or we run out of components to remove.\nvar level=0;while(aPath.indexOf(aRoot+'/')!==0){var index=aRoot.lastIndexOf(\"/\");if(index<0){return aPath;}// If the only part of the root that is left is the scheme (i.e. http://,\n// file:///, etc.), one or more slashes (/), or simply nothing at all, we\n// have exhausted all components, so the path is not relative to the root.\naRoot=aRoot.slice(0,index);if(aRoot.match(/^([^\\/]+:\\/)?\\/*$/)){return aPath;}++level;}// Make sure we add a \"../\" for each component we removed from the root.\nreturn Array(level+1).join(\"../\")+aPath.substr(aRoot.length+1);}exports.relative=relative;var supportsNullProto=function(){var obj=Object.create(null);return!('__proto__'in obj);}();function identity(s){return s;}/**\n * Because behavior goes wacky when you set `__proto__` on objects, we\n * have to prefix all the strings in our set with an arbitrary character.\n *\n * See https://github.com/mozilla/source-map/pull/31 and\n * https://github.com/mozilla/source-map/issues/30\n *\n * @param String aStr\n */function toSetString(aStr){if(isProtoString(aStr)){return'$'+aStr;}return aStr;}exports.toSetString=supportsNullProto?identity:toSetString;function fromSetString(aStr){if(isProtoString(aStr)){return aStr.slice(1);}return aStr;}exports.fromSetString=supportsNullProto?identity:fromSetString;function isProtoString(s){if(!s){return false;}var length=s.length;if(length<9/* \"__proto__\".length */){return false;}if(s.charCodeAt(length-1)!==95/* '_' */||s.charCodeAt(length-2)!==95/* '_' */||s.charCodeAt(length-3)!==111/* 'o' */||s.charCodeAt(length-4)!==116/* 't' */||s.charCodeAt(length-5)!==111/* 'o' */||s.charCodeAt(length-6)!==114/* 'r' */||s.charCodeAt(length-7)!==112/* 'p' */||s.charCodeAt(length-8)!==95/* '_' */||s.charCodeAt(length-9)!==95/* '_' */){return false;}for(var i=length-10;i>=0;i--){if(s.charCodeAt(i)!==36/* '$' */){return false;}}return true;}/**\n * Comparator between two mappings where the original positions are compared.\n *\n * Optionally pass in `true` as `onlyCompareGenerated` to consider two\n * mappings with the same original source/line/column, but different generated\n * line and column the same. Useful when searching for a mapping with a\n * stubbed out mapping.\n */function compareByOriginalPositions(mappingA,mappingB,onlyCompareOriginal){var cmp=strcmp(mappingA.source,mappingB.source);if(cmp!==0){return cmp;}cmp=mappingA.originalLine-mappingB.originalLine;if(cmp!==0){return cmp;}cmp=mappingA.originalColumn-mappingB.originalColumn;if(cmp!==0||onlyCompareOriginal){return cmp;}cmp=mappingA.generatedColumn-mappingB.generatedColumn;if(cmp!==0){return cmp;}cmp=mappingA.generatedLine-mappingB.generatedLine;if(cmp!==0){return cmp;}return strcmp(mappingA.name,mappingB.name);}exports.compareByOriginalPositions=compareByOriginalPositions;/**\n * Comparator between two mappings with deflated source and name indices where\n * the generated positions are compared.\n *\n * Optionally pass in `true` as `onlyCompareGenerated` to consider two\n * mappings with the same generated line and column, but different\n * source/name/original line and column the same. Useful when searching for a\n * mapping with a stubbed out mapping.\n */function compareByGeneratedPositionsDeflated(mappingA,mappingB,onlyCompareGenerated){var cmp=mappingA.generatedLine-mappingB.generatedLine;if(cmp!==0){return cmp;}cmp=mappingA.generatedColumn-mappingB.generatedColumn;if(cmp!==0||onlyCompareGenerated){return cmp;}cmp=strcmp(mappingA.source,mappingB.source);if(cmp!==0){return cmp;}cmp=mappingA.originalLine-mappingB.originalLine;if(cmp!==0){return cmp;}cmp=mappingA.originalColumn-mappingB.originalColumn;if(cmp!==0){return cmp;}return strcmp(mappingA.name,mappingB.name);}exports.compareByGeneratedPositionsDeflated=compareByGeneratedPositionsDeflated;function strcmp(aStr1,aStr2){if(aStr1===aStr2){return 0;}if(aStr1===null){return 1;// aStr2 !== null\n}if(aStr2===null){return-1;// aStr1 !== null\n}if(aStr1>aStr2){return 1;}return-1;}/**\n * Comparator between two mappings with inflated source and name strings where\n * the generated positions are compared.\n */function compareByGeneratedPositionsInflated(mappingA,mappingB){var cmp=mappingA.generatedLine-mappingB.generatedLine;if(cmp!==0){return cmp;}cmp=mappingA.generatedColumn-mappingB.generatedColumn;if(cmp!==0){return cmp;}cmp=strcmp(mappingA.source,mappingB.source);if(cmp!==0){return cmp;}cmp=mappingA.originalLine-mappingB.originalLine;if(cmp!==0){return cmp;}cmp=mappingA.originalColumn-mappingB.originalColumn;if(cmp!==0){return cmp;}return strcmp(mappingA.name,mappingB.name);}exports.compareByGeneratedPositionsInflated=compareByGeneratedPositionsInflated;/**\n * Strip any JSON XSSI avoidance prefix from the string (as documented\n * in the source maps specification), and then parse the string as\n * JSON.\n */function parseSourceMapInput(str){return JSON.parse(str.replace(/^\\)]}'[^\\n]*\\n/,''));}exports.parseSourceMapInput=parseSourceMapInput;/**\n * Compute the URL of a source given the the source root, the source's\n * URL, and the source map's URL.\n */function computeSourceURL(sourceRoot,sourceURL,sourceMapURL){sourceURL=sourceURL||'';if(sourceRoot){// This follows what Chrome does.\nif(sourceRoot[sourceRoot.length-1]!=='/'&&sourceURL[0]!=='/'){sourceRoot+='/';}// The spec says:\n// Line 4: An optional source root, useful for relocating source\n// files on a server or removing repeated values in the\n// “sources” entry. This value is prepended to the individual\n// entries in the “source” field.\nsourceURL=sourceRoot+sourceURL;}// Historically, SourceMapConsumer did not take the sourceMapURL as\n// a parameter. This mode is still somewhat supported, which is why\n// this code block is conditional. However, it's preferable to pass\n// the source map URL to SourceMapConsumer, so that this function\n// can implement the source URL resolution algorithm as outlined in\n// the spec. This block is basically the equivalent of:\n// new URL(sourceURL, sourceMapURL).toString()\n// ... except it avoids using URL, which wasn't available in the\n// older releases of node still supported by this library.\n//\n// The spec says:\n// If the sources are not absolute URLs after prepending of the\n// “sourceRoot”, the sources are resolved relative to the\n// SourceMap (like resolving script src in a html document).\nif(sourceMapURL){var parsed=urlParse(sourceMapURL);if(!parsed){throw new Error(\"sourceMapURL could not be parsed\");}if(parsed.path){// Strip the last path component, but keep the \"/\".\nvar index=parsed.path.lastIndexOf('/');if(index>=0){parsed.path=parsed.path.substring(0,index+1);}}sourceURL=join(urlGenerate(parsed),sourceURL);}return normalize(sourceURL);}exports.computeSourceURL=computeSourceURL;},{}],208:[function(require,module,exports){/*\n * Copyright 2009-2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE.txt or:\n * http://opensource.org/licenses/BSD-3-Clause\n */exports.SourceMapGenerator=require('./lib/source-map-generator').SourceMapGenerator;exports.SourceMapConsumer=require('./lib/source-map-consumer').SourceMapConsumer;exports.SourceNode=require('./lib/source-node').SourceNode;},{\"./lib/source-map-consumer\":204,\"./lib/source-map-generator\":205,\"./lib/source-node\":206}],209:[function(require,module,exports){// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n'use strict';var punycode=require('punycode');var util=require('./util');exports.parse=urlParse;exports.resolve=urlResolve;exports.resolveObject=urlResolveObject;exports.format=urlFormat;exports.Url=Url;function Url(){this.protocol=null;this.slashes=null;this.auth=null;this.host=null;this.port=null;this.hostname=null;this.hash=null;this.search=null;this.query=null;this.pathname=null;this.path=null;this.href=null;}// Reference: RFC 3986, RFC 1808, RFC 2396\n// define these here so at least they only have to be\n// compiled once on the first module load.\nvar protocolPattern=/^([a-z0-9.+-]+:)/i,portPattern=/:[0-9]*$/,// Special case for a simple path URL\nsimplePathPattern=/^(\\/\\/?(?!\\/)[^\\?\\s]*)(\\?[^\\s]*)?$/,// RFC 2396: characters reserved for delimiting URLs.\n// We actually just auto-escape these.\ndelims=['<','>','\"','`',' ','\\r','\\n','\\t'],// RFC 2396: characters not allowed for various reasons.\nunwise=['{','}','|','\\\\','^','`'].concat(delims),// Allowed by RFCs, but cause of XSS attacks. Always escape these.\nautoEscape=['\\''].concat(unwise),// Characters that are never ever allowed in a hostname.\n// Note that any invalid chars are also handled, but these\n// are the ones that are *expected* to be seen, so we fast-path\n// them.\nnonHostChars=['%','/','?',';','#'].concat(autoEscape),hostEndingChars=['/','?','#'],hostnameMaxLen=255,hostnamePartPattern=/^[+a-z0-9A-Z_-]{0,63}$/,hostnamePartStart=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,// protocols that can allow \"unsafe\" and \"unwise\" chars.\nunsafeProtocol={'javascript':true,'javascript:':true},// protocols that never have a hostname.\nhostlessProtocol={'javascript':true,'javascript:':true},// protocols that always contain a // bit.\nslashedProtocol={'http':true,'https':true,'ftp':true,'gopher':true,'file':true,'http:':true,'https:':true,'ftp:':true,'gopher:':true,'file:':true},querystring=require('querystring');function urlParse(url,parseQueryString,slashesDenoteHost){if(url&&util.isObject(url)&&url instanceof Url)return url;var u=new Url();u.parse(url,parseQueryString,slashesDenoteHost);return u;}Url.prototype.parse=function(url,parseQueryString,slashesDenoteHost){if(!util.isString(url)){throw new TypeError(\"Parameter 'url' must be a string, not \"+_typeof(url));}// Copy chrome, IE, opera backslash-handling behavior.\n// Back slashes before the query string get converted to forward slashes\n// See: https://code.google.com/p/chromium/issues/detail?id=25916\nvar queryIndex=url.indexOf('?'),splitter=queryIndex!==-1&&queryIndex<url.indexOf('#')?'?':'#',uSplit=url.split(splitter),slashRegex=/\\\\/g;uSplit[0]=uSplit[0].replace(slashRegex,'/');url=uSplit.join(splitter);var rest=url;// trim before proceeding.\n// This is to support parse stuff like \" http://foo.com \\n\"\nrest=rest.trim();if(!slashesDenoteHost&&url.split('#').length===1){// Try fast path regexp\nvar simplePath=simplePathPattern.exec(rest);if(simplePath){this.path=rest;this.href=rest;this.pathname=simplePath[1];if(simplePath[2]){this.search=simplePath[2];if(parseQueryString){this.query=querystring.parse(this.search.substr(1));}else{this.query=this.search.substr(1);}}else if(parseQueryString){this.search='';this.query={};}return this;}}var proto=protocolPattern.exec(rest);if(proto){proto=proto[0];var lowerProto=proto.toLowerCase();this.protocol=lowerProto;rest=rest.substr(proto.length);}// figure out if it's got a host\n// user@server is *always* interpreted as a hostname, and url\n// resolution will treat //foo/bar as host=foo,path=bar because that's\n// how the browser resolves relative URLs.\nif(slashesDenoteHost||proto||rest.match(/^\\/\\/[^@\\/]+@[^@\\/]+/)){var slashes=rest.substr(0,2)==='//';if(slashes&&!(proto&&hostlessProtocol[proto])){rest=rest.substr(2);this.slashes=true;}}if(!hostlessProtocol[proto]&&(slashes||proto&&!slashedProtocol[proto])){// there's a hostname.\n// the first instance of /, ?, ;, or # ends the host.\n//\n// If there is an @ in the hostname, then non-host chars *are* allowed\n// to the left of the last @ sign, unless some host-ending character\n// comes *before* the @-sign.\n// URLs are obnoxious.\n//\n// ex:\n// http://a@b@c/ => user:a@b host:c\n// http://a@b?@c => user:a host:c path:/?@c\n// v0.12 TODO(isaacs): This is not quite how Chrome does things.\n// Review our test case against browsers more comprehensively.\n// find the first instance of any hostEndingChars\nvar hostEnd=-1;for(var i=0;i<hostEndingChars.length;i++){var hec=rest.indexOf(hostEndingChars[i]);if(hec!==-1&&(hostEnd===-1||hec<hostEnd))hostEnd=hec;}// at this point, either we have an explicit point where the\n// auth portion cannot go past, or the last @ char is the decider.\nvar auth,atSign;if(hostEnd===-1){// atSign can be anywhere.\natSign=rest.lastIndexOf('@');}else{// atSign must be in auth portion.\n// http://a@b/c@d => host:b auth:a path:/c@d\natSign=rest.lastIndexOf('@',hostEnd);}// Now we have a portion which is definitely the auth.\n// Pull that off.\nif(atSign!==-1){auth=rest.slice(0,atSign);rest=rest.slice(atSign+1);this.auth=decodeURIComponent(auth);}// the host is the remaining to the left of the first non-host char\nhostEnd=-1;for(var i=0;i<nonHostChars.length;i++){var hec=rest.indexOf(nonHostChars[i]);if(hec!==-1&&(hostEnd===-1||hec<hostEnd))hostEnd=hec;}// if we still have not hit it, then the entire thing is a host.\nif(hostEnd===-1)hostEnd=rest.length;this.host=rest.slice(0,hostEnd);rest=rest.slice(hostEnd);// pull out port.\nthis.parseHost();// we've indicated that there is a hostname,\n// so even if it's empty, it has to be present.\nthis.hostname=this.hostname||'';// if hostname begins with [ and ends with ]\n// assume that it's an IPv6 address.\nvar ipv6Hostname=this.hostname[0]==='['&&this.hostname[this.hostname.length-1]===']';// validate a little.\nif(!ipv6Hostname){var hostparts=this.hostname.split(/\\./);for(var i=0,l=hostparts.length;i<l;i++){var part=hostparts[i];if(!part)continue;if(!part.match(hostnamePartPattern)){var newpart='';for(var j=0,k=part.length;j<k;j++){if(part.charCodeAt(j)>127){// we replace non-ASCII char with a temporary placeholder\n// we need this to make sure size of hostname is not\n// broken by replacing non-ASCII by nothing\nnewpart+='x';}else{newpart+=part[j];}}// we test again with ASCII char only\nif(!newpart.match(hostnamePartPattern)){var validParts=hostparts.slice(0,i);var notHost=hostparts.slice(i+1);var bit=part.match(hostnamePartStart);if(bit){validParts.push(bit[1]);notHost.unshift(bit[2]);}if(notHost.length){rest='/'+notHost.join('.')+rest;}this.hostname=validParts.join('.');break;}}}}if(this.hostname.length>hostnameMaxLen){this.hostname='';}else{// hostnames are always lower case.\nthis.hostname=this.hostname.toLowerCase();}if(!ipv6Hostname){// IDNA Support: Returns a punycoded representation of \"domain\".\n// It only converts parts of the domain name that\n// have non-ASCII characters, i.e. it doesn't matter if\n// you call it with a domain that already is ASCII-only.\nthis.hostname=punycode.toASCII(this.hostname);}var p=this.port?':'+this.port:'';var h=this.hostname||'';this.host=h+p;this.href+=this.host;// strip [ and ] from the hostname\n// the host field still retains them, though\nif(ipv6Hostname){this.hostname=this.hostname.substr(1,this.hostname.length-2);if(rest[0]!=='/'){rest='/'+rest;}}}// now rest is set to the post-host stuff.\n// chop off any delim chars.\nif(!unsafeProtocol[lowerProto]){// First, make 100% sure that any \"autoEscape\" chars get\n// escaped, even if encodeURIComponent doesn't think they\n// need to be.\nfor(var i=0,l=autoEscape.length;i<l;i++){var ae=autoEscape[i];if(rest.indexOf(ae)===-1)continue;var esc=encodeURIComponent(ae);if(esc===ae){esc=escape(ae);}rest=rest.split(ae).join(esc);}}// chop off from the tail first.\nvar hash=rest.indexOf('#');if(hash!==-1){// got a fragment string.\nthis.hash=rest.substr(hash);rest=rest.slice(0,hash);}var qm=rest.indexOf('?');if(qm!==-1){this.search=rest.substr(qm);this.query=rest.substr(qm+1);if(parseQueryString){this.query=querystring.parse(this.query);}rest=rest.slice(0,qm);}else if(parseQueryString){// no query string, but parseQueryString still requested\nthis.search='';this.query={};}if(rest)this.pathname=rest;if(slashedProtocol[lowerProto]&&this.hostname&&!this.pathname){this.pathname='/';}//to support http.request\nif(this.pathname||this.search){var p=this.pathname||'';var s=this.search||'';this.path=p+s;}// finally, reconstruct the href based on what has been validated.\nthis.href=this.format();return this;};// format a parsed object into a url string\nfunction urlFormat(obj){// ensure it's an object, and not a string url.\n// If it's an obj, this is a no-op.\n// this way, you can call url_format() on strings\n// to clean up potentially wonky urls.\nif(util.isString(obj))obj=urlParse(obj);if(!(obj instanceof Url))return Url.prototype.format.call(obj);return obj.format();}Url.prototype.format=function(){var auth=this.auth||'';if(auth){auth=encodeURIComponent(auth);auth=auth.replace(/%3A/i,':');auth+='@';}var protocol=this.protocol||'',pathname=this.pathname||'',hash=this.hash||'',host=false,query='';if(this.host){host=auth+this.host;}else if(this.hostname){host=auth+(this.hostname.indexOf(':')===-1?this.hostname:'['+this.hostname+']');if(this.port){host+=':'+this.port;}}if(this.query&&util.isObject(this.query)&&Object.keys(this.query).length){query=querystring.stringify(this.query);}var search=this.search||query&&'?'+query||'';if(protocol&&protocol.substr(-1)!==':')protocol+=':';// only the slashedProtocols get the //. Not mailto:, xmpp:, etc.\n// unless they had them to begin with.\nif(this.slashes||(!protocol||slashedProtocol[protocol])&&host!==false){host='//'+(host||'');if(pathname&&pathname.charAt(0)!=='/')pathname='/'+pathname;}else if(!host){host='';}if(hash&&hash.charAt(0)!=='#')hash='#'+hash;if(search&&search.charAt(0)!=='?')search='?'+search;pathname=pathname.replace(/[?#]/g,function(match){return encodeURIComponent(match);});search=search.replace('#','%23');return protocol+host+pathname+search+hash;};function urlResolve(source,relative){return urlParse(source,false,true).resolve(relative);}Url.prototype.resolve=function(relative){return this.resolveObject(urlParse(relative,false,true)).format();};function urlResolveObject(source,relative){if(!source)return relative;return urlParse(source,false,true).resolveObject(relative);}Url.prototype.resolveObject=function(relative){if(util.isString(relative)){var rel=new Url();rel.parse(relative,false,true);relative=rel;}var result=new Url();var tkeys=Object.keys(this);for(var tk=0;tk<tkeys.length;tk++){var tkey=tkeys[tk];result[tkey]=this[tkey];}// hash is always overridden, no matter what.\n// even href=\"\" will remove it.\nresult.hash=relative.hash;// if the relative url is empty, then there's nothing left to do here.\nif(relative.href===''){result.href=result.format();return result;}// hrefs like //foo/bar always cut to the protocol.\nif(relative.slashes&&!relative.protocol){// take everything except the protocol from relative\nvar rkeys=Object.keys(relative);for(var rk=0;rk<rkeys.length;rk++){var rkey=rkeys[rk];if(rkey!=='protocol')result[rkey]=relative[rkey];}//urlParse appends trailing / to urls like http://www.example.com\nif(slashedProtocol[result.protocol]&&result.hostname&&!result.pathname){result.path=result.pathname='/';}result.href=result.format();return result;}if(relative.protocol&&relative.protocol!==result.protocol){// if it's a known url protocol, then changing\n// the protocol does weird things\n// first, if it's not file:, then we MUST have a host,\n// and if there was a path\n// to begin with, then we MUST have a path.\n// if it is file:, then the host is dropped,\n// because that's known to be hostless.\n// anything else is assumed to be absolute.\nif(!slashedProtocol[relative.protocol]){var keys=Object.keys(relative);for(var v=0;v<keys.length;v++){var k=keys[v];result[k]=relative[k];}result.href=result.format();return result;}result.protocol=relative.protocol;if(!relative.host&&!hostlessProtocol[relative.protocol]){var relPath=(relative.pathname||'').split('/');while(relPath.length&&!(relative.host=relPath.shift())){;}if(!relative.host)relative.host='';if(!relative.hostname)relative.hostname='';if(relPath[0]!=='')relPath.unshift('');if(relPath.length<2)relPath.unshift('');result.pathname=relPath.join('/');}else{result.pathname=relative.pathname;}result.search=relative.search;result.query=relative.query;result.host=relative.host||'';result.auth=relative.auth;result.hostname=relative.hostname||relative.host;result.port=relative.port;// to support http.request\nif(result.pathname||result.search){var p=result.pathname||'';var s=result.search||'';result.path=p+s;}result.slashes=result.slashes||relative.slashes;result.href=result.format();return result;}var isSourceAbs=result.pathname&&result.pathname.charAt(0)==='/',isRelAbs=relative.host||relative.pathname&&relative.pathname.charAt(0)==='/',mustEndAbs=isRelAbs||isSourceAbs||result.host&&relative.pathname,removeAllDots=mustEndAbs,srcPath=result.pathname&&result.pathname.split('/')||[],relPath=relative.pathname&&relative.pathname.split('/')||[],psychotic=result.protocol&&!slashedProtocol[result.protocol];// if the url is a non-slashed url, then relative\n// links like ../.. should be able\n// to crawl up to the hostname, as well. This is strange.\n// result.protocol has already been set by now.\n// Later on, put the first path part into the host field.\nif(psychotic){result.hostname='';result.port=null;if(result.host){if(srcPath[0]==='')srcPath[0]=result.host;else srcPath.unshift(result.host);}result.host='';if(relative.protocol){relative.hostname=null;relative.port=null;if(relative.host){if(relPath[0]==='')relPath[0]=relative.host;else relPath.unshift(relative.host);}relative.host=null;}mustEndAbs=mustEndAbs&&(relPath[0]===''||srcPath[0]==='');}if(isRelAbs){// it's absolute.\nresult.host=relative.host||relative.host===''?relative.host:result.host;result.hostname=relative.hostname||relative.hostname===''?relative.hostname:result.hostname;result.search=relative.search;result.query=relative.query;srcPath=relPath;// fall through to the dot-handling below.\n}else if(relPath.length){// it's relative\n// throw away the existing file, and take the new path instead.\nif(!srcPath)srcPath=[];srcPath.pop();srcPath=srcPath.concat(relPath);result.search=relative.search;result.query=relative.query;}else if(!util.isNullOrUndefined(relative.search)){// just pull out the search.\n// like href='?foo'.\n// Put this after the other two cases because it simplifies the booleans\nif(psychotic){result.hostname=result.host=srcPath.shift();//occationaly the auth can get stuck only in host\n//this especially happens in cases like\n//url.resolveObject('mailto:local1@domain1', 'local2@domain2')\nvar authInHost=result.host&&result.host.indexOf('@')>0?result.host.split('@'):false;if(authInHost){result.auth=authInHost.shift();result.host=result.hostname=authInHost.shift();}}result.search=relative.search;result.query=relative.query;//to support http.request\nif(!util.isNull(result.pathname)||!util.isNull(result.search)){result.path=(result.pathname?result.pathname:'')+(result.search?result.search:'');}result.href=result.format();return result;}if(!srcPath.length){// no path at all. easy.\n// we've already handled the other stuff above.\nresult.pathname=null;//to support http.request\nif(result.search){result.path='/'+result.search;}else{result.path=null;}result.href=result.format();return result;}// if a url ENDs in . or .., then it must get a trailing slash.\n// however, if it ends in anything else non-slashy,\n// then it must NOT get a trailing slash.\nvar last=srcPath.slice(-1)[0];var hasTrailingSlash=(result.host||relative.host||srcPath.length>1)&&(last==='.'||last==='..')||last==='';// strip single dots, resolve double dots to parent dir\n// if the path tries to go above the root, `up` ends up > 0\nvar up=0;for(var i=srcPath.length;i>=0;i--){last=srcPath[i];if(last==='.'){srcPath.splice(i,1);}else if(last==='..'){srcPath.splice(i,1);up++;}else if(up){srcPath.splice(i,1);up--;}}// if the path is allowed to go above the root, restore leading ..s\nif(!mustEndAbs&&!removeAllDots){for(;up--;up){srcPath.unshift('..');}}if(mustEndAbs&&srcPath[0]!==''&&(!srcPath[0]||srcPath[0].charAt(0)!=='/')){srcPath.unshift('');}if(hasTrailingSlash&&srcPath.join('/').substr(-1)!=='/'){srcPath.push('');}var isAbsolute=srcPath[0]===''||srcPath[0]&&srcPath[0].charAt(0)==='/';// put the host back\nif(psychotic){result.hostname=result.host=isAbsolute?'':srcPath.length?srcPath.shift():'';//occationaly the auth can get stuck only in host\n//this especially happens in cases like\n//url.resolveObject('mailto:local1@domain1', 'local2@domain2')\nvar authInHost=result.host&&result.host.indexOf('@')>0?result.host.split('@'):false;if(authInHost){result.auth=authInHost.shift();result.host=result.hostname=authInHost.shift();}}mustEndAbs=mustEndAbs||result.host&&srcPath.length;if(mustEndAbs&&!isAbsolute){srcPath.unshift('');}if(!srcPath.length){result.pathname=null;result.path=null;}else{result.pathname=srcPath.join('/');}//to support request.http\nif(!util.isNull(result.pathname)||!util.isNull(result.search)){result.path=(result.pathname?result.pathname:'')+(result.search?result.search:'');}result.auth=relative.auth||result.auth;result.slashes=result.slashes||relative.slashes;result.href=result.format();return result;};Url.prototype.parseHost=function(){var host=this.host;var port=portPattern.exec(host);if(port){port=port[0];if(port!==':'){this.port=port.substr(1);}host=host.substr(0,host.length-port.length);}if(host)this.hostname=host;};},{\"./util\":210,\"punycode\":194,\"querystring\":197}],210:[function(require,module,exports){'use strict';module.exports={isString:function isString(arg){return typeof arg==='string';},isObject:function isObject(arg){return _typeof(arg)==='object'&&arg!==null;},isNull:function isNull(arg){return arg===null;},isNullOrUndefined:function isNullOrUndefined(arg){return arg==null;}};},{}],211:[function(require,module,exports){/* eslint-disable no-useless-escape */var htmlparser=require('htmlparser2');var quoteRegexp=require('lodash/escapeRegExp');var cloneDeep=require('lodash/cloneDeep');var mergeWith=require('lodash/mergeWith');var isString=require('lodash/isString');var isPlainObject=require('lodash/isPlainObject');var parseSrcset=require('parse-srcset');var postcss=require('postcss');var url=require('url');// Tags that can conceivably represent stand-alone media.\nvar mediaTags=['img','audio','video','picture','svg','object','map','iframe','embed'];// Tags that are inherently vulnerable to being used in XSS attacks.\nvar vulnerableTags=['script','style'];function each(obj,cb){if(obj){Object.keys(obj).forEach(function(key){cb(obj[key],key);});}}// Avoid false positives with .__proto__, .hasOwnProperty, etc.\nfunction has(obj,key){return{}.hasOwnProperty.call(obj,key);}// Returns those elements of `a` for which `cb(a)` returns truthy\nfunction filter(a,cb){var n=[];each(a,function(v){if(cb(v)){n.push(v);}});return n;}function isEmptyObject(obj){for(var key in obj){if(has(obj,key)){return false;}}return true;}function stringifySrcset(parsedSrcset){return parsedSrcset.map(function(part){if(!part.url){throw new Error('URL missing');}return part.url+(part.w?\" \".concat(part.w,\"w\"):'')+(part.h?\" \".concat(part.h,\"h\"):'')+(part.d?\" \".concat(part.d,\"x\"):'');}).join(', ');}module.exports=sanitizeHtml;// A valid attribute name.\n// We use a tolerant definition based on the set of strings defined by\n// html.spec.whatwg.org/multipage/parsing.html#before-attribute-name-state\n// and html.spec.whatwg.org/multipage/parsing.html#attribute-name-state .\n// The characters accepted are ones which can be appended to the attribute\n// name buffer without triggering a parse error:\n// * unexpected-equals-sign-before-attribute-name\n// * unexpected-null-character\n// * unexpected-character-in-attribute-name\n// We exclude the empty string because it's impossible to get to the after\n// attribute name state with an empty attribute name buffer.\nvar VALID_HTML_ATTRIBUTE_NAME=/^[^\\0\\t\\n\\f\\r /<=>]+$/;// Ignore the _recursing flag; it's there for recursive\n// invocation as a guard against this exploit:\n// https://github.com/fb55/htmlparser2/issues/105\nfunction sanitizeHtml(html,options,_recursing){var result='';// Used for hot swapping the result variable with an empty string in order to \"capture\" the text written to it.\nvar tempResult='';function Frame(tag,attribs){var that=this;this.tag=tag;this.attribs=attribs||{};this.tagPosition=result.length;this.text='';// Node inner text\nthis.mediaChildren=[];this.updateParentNodeText=function(){if(stack.length){var parentFrame=stack[stack.length-1];parentFrame.text+=that.text;}};this.updateParentNodeMediaChildren=function(){if(stack.length&&mediaTags.indexOf(this.tag)>-1){var parentFrame=stack[stack.length-1];parentFrame.mediaChildren.push(this.tag);}};}if(!options){options=sanitizeHtml.defaults;options.parser=htmlParserDefaults;}else{options=Object.assign({},sanitizeHtml.defaults,options);if(options.parser){options.parser=Object.assign({},htmlParserDefaults,options.parser);}else{options.parser=htmlParserDefaults;}}// vulnerableTags\nvulnerableTags.forEach(function(tag){if(options.allowedTags&&options.allowedTags.indexOf(tag)>-1&&!options.allowVulnerableTags){// eslint-disable-next-line no-console\nconsole.warn(\"\\n\\n\\u26A0\\uFE0F Your `allowedTags` option includes, `\".concat(tag,\"`, which is inherently\\nvulnerable to XSS attacks. Please remove it from `allowedTags`.\\nOr, to disable this warning, add the `allowVulnerableTags` option\\nand ensure you are accounting for this risk.\\n\\n\"));}});// Tags that contain something other than HTML, or where discarding\n// the text when the tag is disallowed makes sense for other reasons.\n// If we are not allowing these tags, we should drop their content too.\n// For other tags you would drop the tag but keep its content.\nvar nonTextTagsArray=options.nonTextTags||['script','style','textarea','option'];var allowedAttributesMap;var allowedAttributesGlobMap;if(options.allowedAttributes){allowedAttributesMap={};allowedAttributesGlobMap={};each(options.allowedAttributes,function(attributes,tag){allowedAttributesMap[tag]=[];var globRegex=[];attributes.forEach(function(obj){if(isString(obj)&&obj.indexOf('*')>=0){globRegex.push(quoteRegexp(obj).replace(/\\\\\\*/g,'.*'));}else{allowedAttributesMap[tag].push(obj);}});allowedAttributesGlobMap[tag]=new RegExp('^('+globRegex.join('|')+')$');});}var allowedClassesMap={};each(options.allowedClasses,function(classes,tag){// Implicitly allows the class attribute\nif(allowedAttributesMap){if(!has(allowedAttributesMap,tag)){allowedAttributesMap[tag]=[];}allowedAttributesMap[tag].push('class');}allowedClassesMap[tag]=classes;});var transformTagsMap={};var transformTagsAll;each(options.transformTags,function(transform,tag){var transFun;if(typeof transform==='function'){transFun=transform;}else if(typeof transform==='string'){transFun=sanitizeHtml.simpleTransform(transform);}if(tag==='*'){transformTagsAll=transFun;}else{transformTagsMap[tag]=transFun;}});var depth;var stack;var skipMap;var transformMap;var skipText;var skipTextDepth;var addedText=false;initializeState();var parser=new htmlparser.Parser({onopentag:function onopentag(name,attribs){// If `enforceHtmlBoundary` is `true` and this has found the opening\n// `html` tag, reset the state.\nif(options.enforceHtmlBoundary&&name==='html'){initializeState();}if(skipText){skipTextDepth++;return;}var frame=new Frame(name,attribs);stack.push(frame);var skip=false;var hasText=!!frame.text;var transformedTag;if(has(transformTagsMap,name)){transformedTag=transformTagsMap[name](name,attribs);frame.attribs=attribs=transformedTag.attribs;if(transformedTag.text!==undefined){frame.innerText=transformedTag.text;}if(name!==transformedTag.tagName){frame.name=name=transformedTag.tagName;transformMap[depth]=transformedTag.tagName;}}if(transformTagsAll){transformedTag=transformTagsAll(name,attribs);frame.attribs=attribs=transformedTag.attribs;if(name!==transformedTag.tagName){frame.name=name=transformedTag.tagName;transformMap[depth]=transformedTag.tagName;}}if(options.allowedTags&&options.allowedTags.indexOf(name)===-1||options.disallowedTagsMode==='recursiveEscape'&&!isEmptyObject(skipMap)){skip=true;skipMap[depth]=true;if(options.disallowedTagsMode==='discard'){if(nonTextTagsArray.indexOf(name)!==-1){skipText=true;skipTextDepth=1;}}skipMap[depth]=true;}depth++;if(skip){if(options.disallowedTagsMode==='discard'){// We want the contents but not this tag\nreturn;}tempResult=result;result='';}result+='<'+name;if(!allowedAttributesMap||has(allowedAttributesMap,name)||allowedAttributesMap['*']){each(attribs,function(value,a){if(!VALID_HTML_ATTRIBUTE_NAME.test(a)){// This prevents part of an attribute name in the output from being\n// interpreted as the end of an attribute, or end of a tag.\ndelete frame.attribs[a];return;}var parsed;// check allowedAttributesMap for the element and attribute and modify the value\n// as necessary if there are specific values defined.\nvar passedAllowedAttributesMapCheck=false;if(!allowedAttributesMap||has(allowedAttributesMap,name)&&allowedAttributesMap[name].indexOf(a)!==-1||allowedAttributesMap['*']&&allowedAttributesMap['*'].indexOf(a)!==-1||has(allowedAttributesGlobMap,name)&&allowedAttributesGlobMap[name].test(a)||allowedAttributesGlobMap['*']&&allowedAttributesGlobMap['*'].test(a)){passedAllowedAttributesMapCheck=true;}else if(allowedAttributesMap&&allowedAttributesMap[name]){var _iterator10=_createForOfIteratorHelper(allowedAttributesMap[name]),_step10;try{for(_iterator10.s();!(_step10=_iterator10.n()).done;){var o=_step10.value;if(isPlainObject(o)&&o.name&&o.name===a){passedAllowedAttributesMapCheck=true;var newValue='';if(o.multiple===true){// verify the values that are allowed\nvar splitStrArray=value.split(' ');var _iterator11=_createForOfIteratorHelper(splitStrArray),_step11;try{for(_iterator11.s();!(_step11=_iterator11.n()).done;){var s=_step11.value;if(o.values.indexOf(s)!==-1){if(newValue===''){newValue=s;}else{newValue+=' '+s;}}}}catch(err){_iterator11.e(err);}finally{_iterator11.f();}}else if(o.values.indexOf(value)>=0){// verified an allowed value matches the entire attribute value\nnewValue=value;}value=newValue;}}}catch(err){_iterator10.e(err);}finally{_iterator10.f();}}if(passedAllowedAttributesMapCheck){if(options.allowedSchemesAppliedToAttributes.indexOf(a)!==-1){if(naughtyHref(name,value)){delete frame.attribs[a];return;}}if(name==='iframe'&&a==='src'){var allowed=true;try{// naughtyHref is in charge of whether protocol relative URLs\n// are cool. We should just accept them.\n// eslint-disable-next-line node/no-deprecated-api\nparsed=url.parse(value,false,true);var isRelativeUrl=parsed&&parsed.host===null&&parsed.protocol===null;if(isRelativeUrl){// default value of allowIframeRelativeUrls is true\n// unless allowedIframeHostnames or allowedIframeDomains specified\nallowed=has(options,'allowIframeRelativeUrls')?options.allowIframeRelativeUrls:!options.allowedIframeHostnames&&!options.allowedIframeDomains;}else if(options.allowedIframeHostnames||options.allowedIframeDomains){var allowedHostname=(options.allowedIframeHostnames||[]).find(function(hostname){return hostname===parsed.hostname;});var allowedDomain=(options.allowedIframeDomains||[]).find(function(domain){return parsed.hostname===domain||parsed.hostname.endsWith(\".\".concat(domain));});allowed=allowedHostname||allowedDomain;}}catch(e){// Unparseable iframe src\nallowed=false;}if(!allowed){delete frame.attribs[a];return;}}if(a==='srcset'){try{parsed=parseSrcset(value);each(parsed,function(value){if(naughtyHref('srcset',value.url)){value.evil=true;}});parsed=filter(parsed,function(v){return!v.evil;});if(!parsed.length){delete frame.attribs[a];return;}else{value=stringifySrcset(filter(parsed,function(v){return!v.evil;}));frame.attribs[a]=value;}}catch(e){// Unparseable srcset\ndelete frame.attribs[a];return;}}if(a==='class'){value=filterClasses(value,allowedClassesMap[name]);if(!value.length){delete frame.attribs[a];return;}}if(a==='style'){try{var abstractSyntaxTree=postcss.parse(name+' {'+value+'}');var filteredAST=filterCss(abstractSyntaxTree,options.allowedStyles);value=stringifyStyleAttributes(filteredAST);if(value.length===0){delete frame.attribs[a];return;}}catch(e){delete frame.attribs[a];return;}}result+=' '+a;if(value&&value.length){result+='=\"'+escapeHtml(value,true)+'\"';}}else{delete frame.attribs[a];}});}if(options.selfClosing.indexOf(name)!==-1){result+=' />';}else{result+='>';if(frame.innerText&&!hasText&&!options.textFilter){result+=frame.innerText;addedText=true;}}if(skip){result=tempResult+escapeHtml(result);tempResult='';}},ontext:function ontext(text){if(skipText){return;}var lastFrame=stack[stack.length-1];var tag;if(lastFrame){tag=lastFrame.tag;// If inner text was set by transform function then let's use it\ntext=lastFrame.innerText!==undefined?lastFrame.innerText:text;}if(options.disallowedTagsMode==='discard'&&(tag==='script'||tag==='style')){// htmlparser2 gives us these as-is. Escaping them ruins the content. Allowing\n// script tags is, by definition, game over for XSS protection, so if that's\n// your concern, don't allow them. The same is essentially true for style tags\n// which have their own collection of XSS vectors.\nresult+=text;}else{var escaped=escapeHtml(text,false);if(options.textFilter&&!addedText){result+=options.textFilter(escaped,tag);}else if(!addedText){result+=escaped;}}if(stack.length){var frame=stack[stack.length-1];frame.text+=text;}},onclosetag:function onclosetag(name){if(skipText){skipTextDepth--;if(!skipTextDepth){skipText=false;}else{return;}}var frame=stack.pop();if(!frame){// Do not crash on bad markup\nreturn;}skipText=options.enforceHtmlBoundary?name==='html':false;depth--;var skip=skipMap[depth];if(skip){delete skipMap[depth];if(options.disallowedTagsMode==='discard'){frame.updateParentNodeText();return;}tempResult=result;result='';}if(transformMap[depth]){name=transformMap[depth];delete transformMap[depth];}if(options.exclusiveFilter&&options.exclusiveFilter(frame)){result=result.substr(0,frame.tagPosition);return;}frame.updateParentNodeMediaChildren();frame.updateParentNodeText();if(options.selfClosing.indexOf(name)!==-1){// Already output />\nif(skip){result=tempResult;tempResult='';}return;}result+='</'+name+'>';if(skip){result=tempResult+escapeHtml(result);tempResult='';}}},options.parser);parser.write(html);parser.end();return result;function initializeState(){result='';depth=0;stack=[];skipMap={};transformMap={};skipText=false;skipTextDepth=0;}function escapeHtml(s,quote){if(typeof s!=='string'){s=s+'';}if(options.parser.decodeEntities){s=s.replace(/&/g,'&amp;').replace(/</g,'&lt;').replace(/\\>/g,'&gt;');if(quote){s=s.replace(/\\\"/g,'&quot;');}}// TODO: this is inadequate because it will pass `&0;`. This approach\n// will not work, each & must be considered with regard to whether it\n// is followed by a 100% syntactically valid entity or not, and escaped\n// if it is not. If this bothers you, don't set parser.decodeEntities\n// to false. (The default is true.)\ns=s.replace(/&(?![a-zA-Z0-9#]{1,20};)/g,'&amp;')// Match ampersands not part of existing HTML entity\n.replace(/</g,'&lt;').replace(/\\>/g,'&gt;');if(quote){s=s.replace(/\\\"/g,'&quot;');}return s;}function naughtyHref(name,href){// Browsers ignore character codes of 32 (space) and below in a surprising\n// number of situations. Start reading here:\n// https://www.owasp.org/index.php/XSS_Filter_Evasion_Cheat_Sheet#Embedded_tab\n// eslint-disable-next-line no-control-regex\nhref=href.replace(/[\\x00-\\x20]+/g,'');// Clobber any comments in URLs, which the browser might\n// interpret inside an XML data island, allowing\n// a javascript: URL to be snuck through\nhref=href.replace(/<\\!\\-\\-.*?\\-\\-\\>/g,'');// Case insensitive so we don't get faked out by JAVASCRIPT #1\nvar matches=href.match(/^([a-zA-Z]+)\\:/);if(!matches){// Protocol-relative URL starting with any combination of '/' and '\\'\nif(href.match(/^[\\/\\\\]{2}/)){return!options.allowProtocolRelative;}// No scheme\nreturn false;}var scheme=matches[1].toLowerCase();if(has(options.allowedSchemesByTag,name)){return options.allowedSchemesByTag[name].indexOf(scheme)===-1;}return!options.allowedSchemes||options.allowedSchemes.indexOf(scheme)===-1;}/**\n * Filters user input css properties by whitelisted regex attributes.\n *\n * @param {object} abstractSyntaxTree - Object representation of CSS attributes.\n * @property {array[Declaration]} abstractSyntaxTree.nodes[0] - Each object cointains prop and value key, i.e { prop: 'color', value: 'red' }.\n * @param {object} allowedStyles - Keys are properties (i.e color), value is list of permitted regex rules (i.e /green/i).\n * @return {object} - Abstract Syntax Tree with filtered style attributes.\n */function filterCss(abstractSyntaxTree,allowedStyles){if(!allowedStyles){return abstractSyntaxTree;}var filteredAST=cloneDeep(abstractSyntaxTree);var astRules=abstractSyntaxTree.nodes[0];var selectedRule;// Merge global and tag-specific styles into new AST.\nif(allowedStyles[astRules.selector]&&allowedStyles['*']){selectedRule=mergeWith(cloneDeep(allowedStyles[astRules.selector]),allowedStyles['*'],function(objValue,srcValue){if(Array.isArray(objValue)){return objValue.concat(srcValue);}});}else{selectedRule=allowedStyles[astRules.selector]||allowedStyles['*'];}if(selectedRule){filteredAST.nodes[0].nodes=astRules.nodes.reduce(filterDeclarations(selectedRule),[]);}return filteredAST;}/**\n * Extracts the style attribues from an AbstractSyntaxTree and formats those\n * values in the inline style attribute format.\n *\n * @param {AbstractSyntaxTree} filteredAST\n * @return {string} - Example: \"color:yellow;text-align:center;font-family:helvetica;\"\n */function stringifyStyleAttributes(filteredAST){return filteredAST.nodes[0].nodes.reduce(function(extractedAttributes,attributeObject){extractedAttributes.push(attributeObject.prop+':'+attributeObject.value);return extractedAttributes;},[]).join(';');}/**\n * Filters the existing attributes for the given property. Discards any attributes\n * which don't match the whitelist.\n *\n * @param {object} selectedRule - Example: { color: red, font-family: helvetica }\n * @param {array} allowedDeclarationsList - List of declarations which pass whitelisting.\n * @param {object} attributeObject - Object representing the current css property.\n * @property {string} attributeObject.type - Typically 'declaration'.\n * @property {string} attributeObject.prop - The CSS property, i.e 'color'.\n * @property {string} attributeObject.value - The corresponding value to the css property, i.e 'red'.\n * @return {function} - When used in Array.reduce, will return an array of Declaration objects\n */function filterDeclarations(selectedRule){return function(allowedDeclarationsList,attributeObject){// If this property is whitelisted...\nif(has(selectedRule,attributeObject.prop)){var matchesRegex=selectedRule[attributeObject.prop].some(function(regularExpression){return regularExpression.test(attributeObject.value);});if(matchesRegex){allowedDeclarationsList.push(attributeObject);}}return allowedDeclarationsList;};}function filterClasses(classes,allowed){if(!allowed){// The class attribute is allowed without filtering on this tag\nreturn classes;}classes=classes.split(/\\s+/);return classes.filter(function(clss){return allowed.indexOf(clss)!==-1;}).join(' ');}}// Defaults are accessible to you so that you can use them as a starting point\n// programmatically if you wish\nvar htmlParserDefaults={decodeEntities:true};sanitizeHtml.defaults={allowedTags:['h3','h4','h5','h6','blockquote','p','a','ul','ol','nl','li','b','i','strong','em','strike','abbr','code','hr','br','div','table','thead','caption','tbody','tr','th','td','pre','iframe'],disallowedTagsMode:'discard',allowedAttributes:{a:['href','name','target'],// We don't currently allow img itself by default, but this\n// would make sense if we did. You could add srcset here,\n// and if you do the URL is checked for safety\nimg:['src']},// Lots of these won't come up by default because we don't allow them\nselfClosing:['img','br','hr','area','base','basefont','input','link','meta'],// URL schemes we permit\nallowedSchemes:['http','https','ftp','mailto'],allowedSchemesByTag:{},allowedSchemesAppliedToAttributes:['href','src','cite'],allowProtocolRelative:true,enforceHtmlBoundary:false};sanitizeHtml.simpleTransform=function(newTagName,newAttribs,merge){merge=merge===undefined?true:merge;newAttribs=newAttribs||{};return function(tagName,attribs){var attrib;if(merge){for(attrib in newAttribs){attribs[attrib]=newAttribs[attrib];}}else{attribs=newAttribs;}return{tagName:newTagName,attribs:attribs};};};},{\"htmlparser2\":31,\"lodash/cloneDeep\":140,\"lodash/escapeRegExp\":143,\"lodash/isPlainObject\":155,\"lodash/isString\":157,\"lodash/mergeWith\":162,\"parse-srcset\":167,\"postcss\":181,\"url\":209}]},{},[211])(211);});\n","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType } from './utils';\nvar propTypes = {\n tag: tagPropType,\n className: PropTypes.string,\n cssModule: PropTypes.object\n};\nvar defaultProps = {\n tag: 'span'\n};\n\nvar InputGroupText = function InputGroupText(props) {\n var className = props.className,\n cssModule = props.cssModule,\n Tag = props.tag,\n attributes = _objectWithoutPropertiesLoose(props, [\"className\", \"cssModule\", \"tag\"]);\n\n var classes = mapToCssModules(classNames(className, 'input-group-text'), cssModule);\n return /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n className: classes\n }));\n};\n\nInputGroupText.propTypes = propTypes;\nInputGroupText.defaultProps = defaultProps;\nexport default InputGroupText;","/**\r\n * A collection of shims that provide minimal functionality of the ES6 collections.\r\n *\r\n * These implementations are not meant to be used outside of the ResizeObserver\r\n * modules as they cover only a limited range of use cases.\r\n */\r\n/* eslint-disable require-jsdoc, valid-jsdoc */\r\nvar MapShim = (function () {\r\n if (typeof Map !== 'undefined') {\r\n return Map;\r\n }\r\n /**\r\n * Returns index in provided array that matches the specified key.\r\n *\r\n * @param {Array<Array>} arr\r\n * @param {*} key\r\n * @returns {number}\r\n */\r\n function getIndex(arr, key) {\r\n var result = -1;\r\n arr.some(function (entry, index) {\r\n if (entry[0] === key) {\r\n result = index;\r\n return true;\r\n }\r\n return false;\r\n });\r\n return result;\r\n }\r\n return /** @class */ (function () {\r\n function class_1() {\r\n this.__entries__ = [];\r\n }\r\n Object.defineProperty(class_1.prototype, \"size\", {\r\n /**\r\n * @returns {boolean}\r\n */\r\n get: function () {\r\n return this.__entries__.length;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n /**\r\n * @param {*} key\r\n * @returns {*}\r\n */\r\n class_1.prototype.get = function (key) {\r\n var index = getIndex(this.__entries__, key);\r\n var entry = this.__entries__[index];\r\n return entry && entry[1];\r\n };\r\n /**\r\n * @param {*} key\r\n * @param {*} value\r\n * @returns {void}\r\n */\r\n class_1.prototype.set = function (key, value) {\r\n var index = getIndex(this.__entries__, key);\r\n if (~index) {\r\n this.__entries__[index][1] = value;\r\n }\r\n else {\r\n this.__entries__.push([key, value]);\r\n }\r\n };\r\n /**\r\n * @param {*} key\r\n * @returns {void}\r\n */\r\n class_1.prototype.delete = function (key) {\r\n var entries = this.__entries__;\r\n var index = getIndex(entries, key);\r\n if (~index) {\r\n entries.splice(index, 1);\r\n }\r\n };\r\n /**\r\n * @param {*} key\r\n * @returns {void}\r\n */\r\n class_1.prototype.has = function (key) {\r\n return !!~getIndex(this.__entries__, key);\r\n };\r\n /**\r\n * @returns {void}\r\n */\r\n class_1.prototype.clear = function () {\r\n this.__entries__.splice(0);\r\n };\r\n /**\r\n * @param {Function} callback\r\n * @param {*} [ctx=null]\r\n * @returns {void}\r\n */\r\n class_1.prototype.forEach = function (callback, ctx) {\r\n if (ctx === void 0) { ctx = null; }\r\n for (var _i = 0, _a = this.__entries__; _i < _a.length; _i++) {\r\n var entry = _a[_i];\r\n callback.call(ctx, entry[1], entry[0]);\r\n }\r\n };\r\n return class_1;\r\n }());\r\n})();\n\n/**\r\n * Detects whether window and document objects are available in current environment.\r\n */\r\nvar isBrowser = typeof window !== 'undefined' && typeof document !== 'undefined' && window.document === document;\n\n// Returns global object of a current environment.\r\nvar global$1 = (function () {\r\n if (typeof global !== 'undefined' && global.Math === Math) {\r\n return global;\r\n }\r\n if (typeof self !== 'undefined' && self.Math === Math) {\r\n return self;\r\n }\r\n if (typeof window !== 'undefined' && window.Math === Math) {\r\n return window;\r\n }\r\n // eslint-disable-next-line no-new-func\r\n return Function('return this')();\r\n})();\n\n/**\r\n * A shim for the requestAnimationFrame which falls back to the setTimeout if\r\n * first one is not supported.\r\n *\r\n * @returns {number} Requests' identifier.\r\n */\r\nvar requestAnimationFrame$1 = (function () {\r\n if (typeof requestAnimationFrame === 'function') {\r\n // It's required to use a bounded function because IE sometimes throws\r\n // an \"Invalid calling object\" error if rAF is invoked without the global\r\n // object on the left hand side.\r\n return requestAnimationFrame.bind(global$1);\r\n }\r\n return function (callback) { return setTimeout(function () { return callback(Date.now()); }, 1000 / 60); };\r\n})();\n\n// Defines minimum timeout before adding a trailing call.\r\nvar trailingTimeout = 2;\r\n/**\r\n * Creates a wrapper function which ensures that provided callback will be\r\n * invoked only once during the specified delay period.\r\n *\r\n * @param {Function} callback - Function to be invoked after the delay period.\r\n * @param {number} delay - Delay after which to invoke callback.\r\n * @returns {Function}\r\n */\r\nfunction throttle (callback, delay) {\r\n var leadingCall = false, trailingCall = false, lastCallTime = 0;\r\n /**\r\n * Invokes the original callback function and schedules new invocation if\r\n * the \"proxy\" was called during current request.\r\n *\r\n * @returns {void}\r\n */\r\n function resolvePending() {\r\n if (leadingCall) {\r\n leadingCall = false;\r\n callback();\r\n }\r\n if (trailingCall) {\r\n proxy();\r\n }\r\n }\r\n /**\r\n * Callback invoked after the specified delay. It will further postpone\r\n * invocation of the original function delegating it to the\r\n * requestAnimationFrame.\r\n *\r\n * @returns {void}\r\n */\r\n function timeoutCallback() {\r\n requestAnimationFrame$1(resolvePending);\r\n }\r\n /**\r\n * Schedules invocation of the original function.\r\n *\r\n * @returns {void}\r\n */\r\n function proxy() {\r\n var timeStamp = Date.now();\r\n if (leadingCall) {\r\n // Reject immediately following calls.\r\n if (timeStamp - lastCallTime < trailingTimeout) {\r\n return;\r\n }\r\n // Schedule new call to be in invoked when the pending one is resolved.\r\n // This is important for \"transitions\" which never actually start\r\n // immediately so there is a chance that we might miss one if change\r\n // happens amids the pending invocation.\r\n trailingCall = true;\r\n }\r\n else {\r\n leadingCall = true;\r\n trailingCall = false;\r\n setTimeout(timeoutCallback, delay);\r\n }\r\n lastCallTime = timeStamp;\r\n }\r\n return proxy;\r\n}\n\n// Minimum delay before invoking the update of observers.\r\nvar REFRESH_DELAY = 20;\r\n// A list of substrings of CSS properties used to find transition events that\r\n// might affect dimensions of observed elements.\r\nvar transitionKeys = ['top', 'right', 'bottom', 'left', 'width', 'height', 'size', 'weight'];\r\n// Check if MutationObserver is available.\r\nvar mutationObserverSupported = typeof MutationObserver !== 'undefined';\r\n/**\r\n * Singleton controller class which handles updates of ResizeObserver instances.\r\n */\r\nvar ResizeObserverController = /** @class */ (function () {\r\n /**\r\n * Creates a new instance of ResizeObserverController.\r\n *\r\n * @private\r\n */\r\n function ResizeObserverController() {\r\n /**\r\n * Indicates whether DOM listeners have been added.\r\n *\r\n * @private {boolean}\r\n */\r\n this.connected_ = false;\r\n /**\r\n * Tells that controller has subscribed for Mutation Events.\r\n *\r\n * @private {boolean}\r\n */\r\n this.mutationEventsAdded_ = false;\r\n /**\r\n * Keeps reference to the instance of MutationObserver.\r\n *\r\n * @private {MutationObserver}\r\n */\r\n this.mutationsObserver_ = null;\r\n /**\r\n * A list of connected observers.\r\n *\r\n * @private {Array<ResizeObserverSPI>}\r\n */\r\n this.observers_ = [];\r\n this.onTransitionEnd_ = this.onTransitionEnd_.bind(this);\r\n this.refresh = throttle(this.refresh.bind(this), REFRESH_DELAY);\r\n }\r\n /**\r\n * Adds observer to observers list.\r\n *\r\n * @param {ResizeObserverSPI} observer - Observer to be added.\r\n * @returns {void}\r\n */\r\n ResizeObserverController.prototype.addObserver = function (observer) {\r\n if (!~this.observers_.indexOf(observer)) {\r\n this.observers_.push(observer);\r\n }\r\n // Add listeners if they haven't been added yet.\r\n if (!this.connected_) {\r\n this.connect_();\r\n }\r\n };\r\n /**\r\n * Removes observer from observers list.\r\n *\r\n * @param {ResizeObserverSPI} observer - Observer to be removed.\r\n * @returns {void}\r\n */\r\n ResizeObserverController.prototype.removeObserver = function (observer) {\r\n var observers = this.observers_;\r\n var index = observers.indexOf(observer);\r\n // Remove observer if it's present in registry.\r\n if (~index) {\r\n observers.splice(index, 1);\r\n }\r\n // Remove listeners if controller has no connected observers.\r\n if (!observers.length && this.connected_) {\r\n this.disconnect_();\r\n }\r\n };\r\n /**\r\n * Invokes the update of observers. It will continue running updates insofar\r\n * it detects changes.\r\n *\r\n * @returns {void}\r\n */\r\n ResizeObserverController.prototype.refresh = function () {\r\n var changesDetected = this.updateObservers_();\r\n // Continue running updates if changes have been detected as there might\r\n // be future ones caused by CSS transitions.\r\n if (changesDetected) {\r\n this.refresh();\r\n }\r\n };\r\n /**\r\n * Updates every observer from observers list and notifies them of queued\r\n * entries.\r\n *\r\n * @private\r\n * @returns {boolean} Returns \"true\" if any observer has detected changes in\r\n * dimensions of it's elements.\r\n */\r\n ResizeObserverController.prototype.updateObservers_ = function () {\r\n // Collect observers that have active observations.\r\n var activeObservers = this.observers_.filter(function (observer) {\r\n return observer.gatherActive(), observer.hasActive();\r\n });\r\n // Deliver notifications in a separate cycle in order to avoid any\r\n // collisions between observers, e.g. when multiple instances of\r\n // ResizeObserver are tracking the same element and the callback of one\r\n // of them changes content dimensions of the observed target. Sometimes\r\n // this may result in notifications being blocked for the rest of observers.\r\n activeObservers.forEach(function (observer) { return observer.broadcastActive(); });\r\n return activeObservers.length > 0;\r\n };\r\n /**\r\n * Initializes DOM listeners.\r\n *\r\n * @private\r\n * @returns {void}\r\n */\r\n ResizeObserverController.prototype.connect_ = function () {\r\n // Do nothing if running in a non-browser environment or if listeners\r\n // have been already added.\r\n if (!isBrowser || this.connected_) {\r\n return;\r\n }\r\n // Subscription to the \"Transitionend\" event is used as a workaround for\r\n // delayed transitions. This way it's possible to capture at least the\r\n // final state of an element.\r\n document.addEventListener('transitionend', this.onTransitionEnd_);\r\n window.addEventListener('resize', this.refresh);\r\n if (mutationObserverSupported) {\r\n this.mutationsObserver_ = new MutationObserver(this.refresh);\r\n this.mutationsObserver_.observe(document, {\r\n attributes: true,\r\n childList: true,\r\n characterData: true,\r\n subtree: true\r\n });\r\n }\r\n else {\r\n document.addEventListener('DOMSubtreeModified', this.refresh);\r\n this.mutationEventsAdded_ = true;\r\n }\r\n this.connected_ = true;\r\n };\r\n /**\r\n * Removes DOM listeners.\r\n *\r\n * @private\r\n * @returns {void}\r\n */\r\n ResizeObserverController.prototype.disconnect_ = function () {\r\n // Do nothing if running in a non-browser environment or if listeners\r\n // have been already removed.\r\n if (!isBrowser || !this.connected_) {\r\n return;\r\n }\r\n document.removeEventListener('transitionend', this.onTransitionEnd_);\r\n window.removeEventListener('resize', this.refresh);\r\n if (this.mutationsObserver_) {\r\n this.mutationsObserver_.disconnect();\r\n }\r\n if (this.mutationEventsAdded_) {\r\n document.removeEventListener('DOMSubtreeModified', this.refresh);\r\n }\r\n this.mutationsObserver_ = null;\r\n this.mutationEventsAdded_ = false;\r\n this.connected_ = false;\r\n };\r\n /**\r\n * \"Transitionend\" event handler.\r\n *\r\n * @private\r\n * @param {TransitionEvent} event\r\n * @returns {void}\r\n */\r\n ResizeObserverController.prototype.onTransitionEnd_ = function (_a) {\r\n var _b = _a.propertyName, propertyName = _b === void 0 ? '' : _b;\r\n // Detect whether transition may affect dimensions of an element.\r\n var isReflowProperty = transitionKeys.some(function (key) {\r\n return !!~propertyName.indexOf(key);\r\n });\r\n if (isReflowProperty) {\r\n this.refresh();\r\n }\r\n };\r\n /**\r\n * Returns instance of the ResizeObserverController.\r\n *\r\n * @returns {ResizeObserverController}\r\n */\r\n ResizeObserverController.getInstance = function () {\r\n if (!this.instance_) {\r\n this.instance_ = new ResizeObserverController();\r\n }\r\n return this.instance_;\r\n };\r\n /**\r\n * Holds reference to the controller's instance.\r\n *\r\n * @private {ResizeObserverController}\r\n */\r\n ResizeObserverController.instance_ = null;\r\n return ResizeObserverController;\r\n}());\n\n/**\r\n * Defines non-writable/enumerable properties of the provided target object.\r\n *\r\n * @param {Object} target - Object for which to define properties.\r\n * @param {Object} props - Properties to be defined.\r\n * @returns {Object} Target object.\r\n */\r\nvar defineConfigurable = (function (target, props) {\r\n for (var _i = 0, _a = Object.keys(props); _i < _a.length; _i++) {\r\n var key = _a[_i];\r\n Object.defineProperty(target, key, {\r\n value: props[key],\r\n enumerable: false,\r\n writable: false,\r\n configurable: true\r\n });\r\n }\r\n return target;\r\n});\n\n/**\r\n * Returns the global object associated with provided element.\r\n *\r\n * @param {Object} target\r\n * @returns {Object}\r\n */\r\nvar getWindowOf = (function (target) {\r\n // Assume that the element is an instance of Node, which means that it\r\n // has the \"ownerDocument\" property from which we can retrieve a\r\n // corresponding global object.\r\n var ownerGlobal = target && target.ownerDocument && target.ownerDocument.defaultView;\r\n // Return the local global object if it's not possible extract one from\r\n // provided element.\r\n return ownerGlobal || global$1;\r\n});\n\n// Placeholder of an empty content rectangle.\r\nvar emptyRect = createRectInit(0, 0, 0, 0);\r\n/**\r\n * Converts provided string to a number.\r\n *\r\n * @param {number|string} value\r\n * @returns {number}\r\n */\r\nfunction toFloat(value) {\r\n return parseFloat(value) || 0;\r\n}\r\n/**\r\n * Extracts borders size from provided styles.\r\n *\r\n * @param {CSSStyleDeclaration} styles\r\n * @param {...string} positions - Borders positions (top, right, ...)\r\n * @returns {number}\r\n */\r\nfunction getBordersSize(styles) {\r\n var positions = [];\r\n for (var _i = 1; _i < arguments.length; _i++) {\r\n positions[_i - 1] = arguments[_i];\r\n }\r\n return positions.reduce(function (size, position) {\r\n var value = styles['border-' + position + '-width'];\r\n return size + toFloat(value);\r\n }, 0);\r\n}\r\n/**\r\n * Extracts paddings sizes from provided styles.\r\n *\r\n * @param {CSSStyleDeclaration} styles\r\n * @returns {Object} Paddings box.\r\n */\r\nfunction getPaddings(styles) {\r\n var positions = ['top', 'right', 'bottom', 'left'];\r\n var paddings = {};\r\n for (var _i = 0, positions_1 = positions; _i < positions_1.length; _i++) {\r\n var position = positions_1[_i];\r\n var value = styles['padding-' + position];\r\n paddings[position] = toFloat(value);\r\n }\r\n return paddings;\r\n}\r\n/**\r\n * Calculates content rectangle of provided SVG element.\r\n *\r\n * @param {SVGGraphicsElement} target - Element content rectangle of which needs\r\n * to be calculated.\r\n * @returns {DOMRectInit}\r\n */\r\nfunction getSVGContentRect(target) {\r\n var bbox = target.getBBox();\r\n return createRectInit(0, 0, bbox.width, bbox.height);\r\n}\r\n/**\r\n * Calculates content rectangle of provided HTMLElement.\r\n *\r\n * @param {HTMLElement} target - Element for which to calculate the content rectangle.\r\n * @returns {DOMRectInit}\r\n */\r\nfunction getHTMLElementContentRect(target) {\r\n // Client width & height properties can't be\r\n // used exclusively as they provide rounded values.\r\n var clientWidth = target.clientWidth, clientHeight = target.clientHeight;\r\n // By this condition we can catch all non-replaced inline, hidden and\r\n // detached elements. Though elements with width & height properties less\r\n // than 0.5 will be discarded as well.\r\n //\r\n // Without it we would need to implement separate methods for each of\r\n // those cases and it's not possible to perform a precise and performance\r\n // effective test for hidden elements. E.g. even jQuery's ':visible' filter\r\n // gives wrong results for elements with width & height less than 0.5.\r\n if (!clientWidth && !clientHeight) {\r\n return emptyRect;\r\n }\r\n var styles = getWindowOf(target).getComputedStyle(target);\r\n var paddings = getPaddings(styles);\r\n var horizPad = paddings.left + paddings.right;\r\n var vertPad = paddings.top + paddings.bottom;\r\n // Computed styles of width & height are being used because they are the\r\n // only dimensions available to JS that contain non-rounded values. It could\r\n // be possible to utilize the getBoundingClientRect if only it's data wasn't\r\n // affected by CSS transformations let alone paddings, borders and scroll bars.\r\n var width = toFloat(styles.width), height = toFloat(styles.height);\r\n // Width & height include paddings and borders when the 'border-box' box\r\n // model is applied (except for IE).\r\n if (styles.boxSizing === 'border-box') {\r\n // Following conditions are required to handle Internet Explorer which\r\n // doesn't include paddings and borders to computed CSS dimensions.\r\n //\r\n // We can say that if CSS dimensions + paddings are equal to the \"client\"\r\n // properties then it's either IE, and thus we don't need to subtract\r\n // anything, or an element merely doesn't have paddings/borders styles.\r\n if (Math.round(width + horizPad) !== clientWidth) {\r\n width -= getBordersSize(styles, 'left', 'right') + horizPad;\r\n }\r\n if (Math.round(height + vertPad) !== clientHeight) {\r\n height -= getBordersSize(styles, 'top', 'bottom') + vertPad;\r\n }\r\n }\r\n // Following steps can't be applied to the document's root element as its\r\n // client[Width/Height] properties represent viewport area of the window.\r\n // Besides, it's as well not necessary as the <html> itself neither has\r\n // rendered scroll bars nor it can be clipped.\r\n if (!isDocumentElement(target)) {\r\n // In some browsers (only in Firefox, actually) CSS width & height\r\n // include scroll bars size which can be removed at this step as scroll\r\n // bars are the only difference between rounded dimensions + paddings\r\n // and \"client\" properties, though that is not always true in Chrome.\r\n var vertScrollbar = Math.round(width + horizPad) - clientWidth;\r\n var horizScrollbar = Math.round(height + vertPad) - clientHeight;\r\n // Chrome has a rather weird rounding of \"client\" properties.\r\n // E.g. for an element with content width of 314.2px it sometimes gives\r\n // the client width of 315px and for the width of 314.7px it may give\r\n // 314px. And it doesn't happen all the time. So just ignore this delta\r\n // as a non-relevant.\r\n if (Math.abs(vertScrollbar) !== 1) {\r\n width -= vertScrollbar;\r\n }\r\n if (Math.abs(horizScrollbar) !== 1) {\r\n height -= horizScrollbar;\r\n }\r\n }\r\n return createRectInit(paddings.left, paddings.top, width, height);\r\n}\r\n/**\r\n * Checks whether provided element is an instance of the SVGGraphicsElement.\r\n *\r\n * @param {Element} target - Element to be checked.\r\n * @returns {boolean}\r\n */\r\nvar isSVGGraphicsElement = (function () {\r\n // Some browsers, namely IE and Edge, don't have the SVGGraphicsElement\r\n // interface.\r\n if (typeof SVGGraphicsElement !== 'undefined') {\r\n return function (target) { return target instanceof getWindowOf(target).SVGGraphicsElement; };\r\n }\r\n // If it's so, then check that element is at least an instance of the\r\n // SVGElement and that it has the \"getBBox\" method.\r\n // eslint-disable-next-line no-extra-parens\r\n return function (target) { return (target instanceof getWindowOf(target).SVGElement &&\r\n typeof target.getBBox === 'function'); };\r\n})();\r\n/**\r\n * Checks whether provided element is a document element (<html>).\r\n *\r\n * @param {Element} target - Element to be checked.\r\n * @returns {boolean}\r\n */\r\nfunction isDocumentElement(target) {\r\n return target === getWindowOf(target).document.documentElement;\r\n}\r\n/**\r\n * Calculates an appropriate content rectangle for provided html or svg element.\r\n *\r\n * @param {Element} target - Element content rectangle of which needs to be calculated.\r\n * @returns {DOMRectInit}\r\n */\r\nfunction getContentRect(target) {\r\n if (!isBrowser) {\r\n return emptyRect;\r\n }\r\n if (isSVGGraphicsElement(target)) {\r\n return getSVGContentRect(target);\r\n }\r\n return getHTMLElementContentRect(target);\r\n}\r\n/**\r\n * Creates rectangle with an interface of the DOMRectReadOnly.\r\n * Spec: https://drafts.fxtf.org/geometry/#domrectreadonly\r\n *\r\n * @param {DOMRectInit} rectInit - Object with rectangle's x/y coordinates and dimensions.\r\n * @returns {DOMRectReadOnly}\r\n */\r\nfunction createReadOnlyRect(_a) {\r\n var x = _a.x, y = _a.y, width = _a.width, height = _a.height;\r\n // If DOMRectReadOnly is available use it as a prototype for the rectangle.\r\n var Constr = typeof DOMRectReadOnly !== 'undefined' ? DOMRectReadOnly : Object;\r\n var rect = Object.create(Constr.prototype);\r\n // Rectangle's properties are not writable and non-enumerable.\r\n defineConfigurable(rect, {\r\n x: x, y: y, width: width, height: height,\r\n top: y,\r\n right: x + width,\r\n bottom: height + y,\r\n left: x\r\n });\r\n return rect;\r\n}\r\n/**\r\n * Creates DOMRectInit object based on the provided dimensions and the x/y coordinates.\r\n * Spec: https://drafts.fxtf.org/geometry/#dictdef-domrectinit\r\n *\r\n * @param {number} x - X coordinate.\r\n * @param {number} y - Y coordinate.\r\n * @param {number} width - Rectangle's width.\r\n * @param {number} height - Rectangle's height.\r\n * @returns {DOMRectInit}\r\n */\r\nfunction createRectInit(x, y, width, height) {\r\n return { x: x, y: y, width: width, height: height };\r\n}\n\n/**\r\n * Class that is responsible for computations of the content rectangle of\r\n * provided DOM element and for keeping track of it's changes.\r\n */\r\nvar ResizeObservation = /** @class */ (function () {\r\n /**\r\n * Creates an instance of ResizeObservation.\r\n *\r\n * @param {Element} target - Element to be observed.\r\n */\r\n function ResizeObservation(target) {\r\n /**\r\n * Broadcasted width of content rectangle.\r\n *\r\n * @type {number}\r\n */\r\n this.broadcastWidth = 0;\r\n /**\r\n * Broadcasted height of content rectangle.\r\n *\r\n * @type {number}\r\n */\r\n this.broadcastHeight = 0;\r\n /**\r\n * Reference to the last observed content rectangle.\r\n *\r\n * @private {DOMRectInit}\r\n */\r\n this.contentRect_ = createRectInit(0, 0, 0, 0);\r\n this.target = target;\r\n }\r\n /**\r\n * Updates content rectangle and tells whether it's width or height properties\r\n * have changed since the last broadcast.\r\n *\r\n * @returns {boolean}\r\n */\r\n ResizeObservation.prototype.isActive = function () {\r\n var rect = getContentRect(this.target);\r\n this.contentRect_ = rect;\r\n return (rect.width !== this.broadcastWidth ||\r\n rect.height !== this.broadcastHeight);\r\n };\r\n /**\r\n * Updates 'broadcastWidth' and 'broadcastHeight' properties with a data\r\n * from the corresponding properties of the last observed content rectangle.\r\n *\r\n * @returns {DOMRectInit} Last observed content rectangle.\r\n */\r\n ResizeObservation.prototype.broadcastRect = function () {\r\n var rect = this.contentRect_;\r\n this.broadcastWidth = rect.width;\r\n this.broadcastHeight = rect.height;\r\n return rect;\r\n };\r\n return ResizeObservation;\r\n}());\n\nvar ResizeObserverEntry = /** @class */ (function () {\r\n /**\r\n * Creates an instance of ResizeObserverEntry.\r\n *\r\n * @param {Element} target - Element that is being observed.\r\n * @param {DOMRectInit} rectInit - Data of the element's content rectangle.\r\n */\r\n function ResizeObserverEntry(target, rectInit) {\r\n var contentRect = createReadOnlyRect(rectInit);\r\n // According to the specification following properties are not writable\r\n // and are also not enumerable in the native implementation.\r\n //\r\n // Property accessors are not being used as they'd require to define a\r\n // private WeakMap storage which may cause memory leaks in browsers that\r\n // don't support this type of collections.\r\n defineConfigurable(this, { target: target, contentRect: contentRect });\r\n }\r\n return ResizeObserverEntry;\r\n}());\n\nvar ResizeObserverSPI = /** @class */ (function () {\r\n /**\r\n * Creates a new instance of ResizeObserver.\r\n *\r\n * @param {ResizeObserverCallback} callback - Callback function that is invoked\r\n * when one of the observed elements changes it's content dimensions.\r\n * @param {ResizeObserverController} controller - Controller instance which\r\n * is responsible for the updates of observer.\r\n * @param {ResizeObserver} callbackCtx - Reference to the public\r\n * ResizeObserver instance which will be passed to callback function.\r\n */\r\n function ResizeObserverSPI(callback, controller, callbackCtx) {\r\n /**\r\n * Collection of resize observations that have detected changes in dimensions\r\n * of elements.\r\n *\r\n * @private {Array<ResizeObservation>}\r\n */\r\n this.activeObservations_ = [];\r\n /**\r\n * Registry of the ResizeObservation instances.\r\n *\r\n * @private {Map<Element, ResizeObservation>}\r\n */\r\n this.observations_ = new MapShim();\r\n if (typeof callback !== 'function') {\r\n throw new TypeError('The callback provided as parameter 1 is not a function.');\r\n }\r\n this.callback_ = callback;\r\n this.controller_ = controller;\r\n this.callbackCtx_ = callbackCtx;\r\n }\r\n /**\r\n * Starts observing provided element.\r\n *\r\n * @param {Element} target - Element to be observed.\r\n * @returns {void}\r\n */\r\n ResizeObserverSPI.prototype.observe = function (target) {\r\n if (!arguments.length) {\r\n throw new TypeError('1 argument required, but only 0 present.');\r\n }\r\n // Do nothing if current environment doesn't have the Element interface.\r\n if (typeof Element === 'undefined' || !(Element instanceof Object)) {\r\n return;\r\n }\r\n if (!(target instanceof getWindowOf(target).Element)) {\r\n throw new TypeError('parameter 1 is not of type \"Element\".');\r\n }\r\n var observations = this.observations_;\r\n // Do nothing if element is already being observed.\r\n if (observations.has(target)) {\r\n return;\r\n }\r\n observations.set(target, new ResizeObservation(target));\r\n this.controller_.addObserver(this);\r\n // Force the update of observations.\r\n this.controller_.refresh();\r\n };\r\n /**\r\n * Stops observing provided element.\r\n *\r\n * @param {Element} target - Element to stop observing.\r\n * @returns {void}\r\n */\r\n ResizeObserverSPI.prototype.unobserve = function (target) {\r\n if (!arguments.length) {\r\n throw new TypeError('1 argument required, but only 0 present.');\r\n }\r\n // Do nothing if current environment doesn't have the Element interface.\r\n if (typeof Element === 'undefined' || !(Element instanceof Object)) {\r\n return;\r\n }\r\n if (!(target instanceof getWindowOf(target).Element)) {\r\n throw new TypeError('parameter 1 is not of type \"Element\".');\r\n }\r\n var observations = this.observations_;\r\n // Do nothing if element is not being observed.\r\n if (!observations.has(target)) {\r\n return;\r\n }\r\n observations.delete(target);\r\n if (!observations.size) {\r\n this.controller_.removeObserver(this);\r\n }\r\n };\r\n /**\r\n * Stops observing all elements.\r\n *\r\n * @returns {void}\r\n */\r\n ResizeObserverSPI.prototype.disconnect = function () {\r\n this.clearActive();\r\n this.observations_.clear();\r\n this.controller_.removeObserver(this);\r\n };\r\n /**\r\n * Collects observation instances the associated element of which has changed\r\n * it's content rectangle.\r\n *\r\n * @returns {void}\r\n */\r\n ResizeObserverSPI.prototype.gatherActive = function () {\r\n var _this = this;\r\n this.clearActive();\r\n this.observations_.forEach(function (observation) {\r\n if (observation.isActive()) {\r\n _this.activeObservations_.push(observation);\r\n }\r\n });\r\n };\r\n /**\r\n * Invokes initial callback function with a list of ResizeObserverEntry\r\n * instances collected from active resize observations.\r\n *\r\n * @returns {void}\r\n */\r\n ResizeObserverSPI.prototype.broadcastActive = function () {\r\n // Do nothing if observer doesn't have active observations.\r\n if (!this.hasActive()) {\r\n return;\r\n }\r\n var ctx = this.callbackCtx_;\r\n // Create ResizeObserverEntry instance for every active observation.\r\n var entries = this.activeObservations_.map(function (observation) {\r\n return new ResizeObserverEntry(observation.target, observation.broadcastRect());\r\n });\r\n this.callback_.call(ctx, entries, ctx);\r\n this.clearActive();\r\n };\r\n /**\r\n * Clears the collection of active observations.\r\n *\r\n * @returns {void}\r\n */\r\n ResizeObserverSPI.prototype.clearActive = function () {\r\n this.activeObservations_.splice(0);\r\n };\r\n /**\r\n * Tells whether observer has active observations.\r\n *\r\n * @returns {boolean}\r\n */\r\n ResizeObserverSPI.prototype.hasActive = function () {\r\n return this.activeObservations_.length > 0;\r\n };\r\n return ResizeObserverSPI;\r\n}());\n\n// Registry of internal observers. If WeakMap is not available use current shim\r\n// for the Map collection as it has all required methods and because WeakMap\r\n// can't be fully polyfilled anyway.\r\nvar observers = typeof WeakMap !== 'undefined' ? new WeakMap() : new MapShim();\r\n/**\r\n * ResizeObserver API. Encapsulates the ResizeObserver SPI implementation\r\n * exposing only those methods and properties that are defined in the spec.\r\n */\r\nvar ResizeObserver = /** @class */ (function () {\r\n /**\r\n * Creates a new instance of ResizeObserver.\r\n *\r\n * @param {ResizeObserverCallback} callback - Callback that is invoked when\r\n * dimensions of the observed elements change.\r\n */\r\n function ResizeObserver(callback) {\r\n if (!(this instanceof ResizeObserver)) {\r\n throw new TypeError('Cannot call a class as a function.');\r\n }\r\n if (!arguments.length) {\r\n throw new TypeError('1 argument required, but only 0 present.');\r\n }\r\n var controller = ResizeObserverController.getInstance();\r\n var observer = new ResizeObserverSPI(callback, controller, this);\r\n observers.set(this, observer);\r\n }\r\n return ResizeObserver;\r\n}());\r\n// Expose public methods of ResizeObserver.\r\n[\r\n 'observe',\r\n 'unobserve',\r\n 'disconnect'\r\n].forEach(function (method) {\r\n ResizeObserver.prototype[method] = function () {\r\n var _a;\r\n return (_a = observers.get(this))[method].apply(_a, arguments);\r\n };\r\n});\n\nvar index = (function () {\r\n // Export existing implementation if available.\r\n if (typeof global$1.ResizeObserver !== 'undefined') {\r\n return global$1.ResizeObserver;\r\n }\r\n return ResizeObserver;\r\n})();\n\nexport default index;\n","var debounce = require('./debounce'),\n isObject = require('./isObject');\n\n/** Error message constants. */\nvar FUNC_ERROR_TEXT = 'Expected a function';\n\n/**\n * Creates a throttled function that only invokes `func` at most once per\n * every `wait` milliseconds. The throttled function comes with a `cancel`\n * method to cancel delayed `func` invocations and a `flush` method to\n * immediately invoke them. Provide `options` to indicate whether `func`\n * should be invoked on the leading and/or trailing edge of the `wait`\n * timeout. The `func` is invoked with the last arguments provided to the\n * throttled function. Subsequent calls to the throttled function return the\n * result of the last `func` invocation.\n *\n * **Note:** If `leading` and `trailing` options are `true`, `func` is\n * invoked on the trailing edge of the timeout only if the throttled function\n * is invoked more than once during the `wait` timeout.\n *\n * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred\n * until to the next tick, similar to `setTimeout` with a timeout of `0`.\n *\n * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/)\n * for details over the differences between `_.throttle` and `_.debounce`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Function\n * @param {Function} func The function to throttle.\n * @param {number} [wait=0] The number of milliseconds to throttle invocations to.\n * @param {Object} [options={}] The options object.\n * @param {boolean} [options.leading=true]\n * Specify invoking on the leading edge of the timeout.\n * @param {boolean} [options.trailing=true]\n * Specify invoking on the trailing edge of the timeout.\n * @returns {Function} Returns the new throttled function.\n * @example\n *\n * // Avoid excessively updating the position while scrolling.\n * jQuery(window).on('scroll', _.throttle(updatePosition, 100));\n *\n * // Invoke `renewToken` when the click event is fired, but not more than once every 5 minutes.\n * var throttled = _.throttle(renewToken, 300000, { 'trailing': false });\n * jQuery(element).on('click', throttled);\n *\n * // Cancel the trailing throttled invocation.\n * jQuery(window).on('popstate', throttled.cancel);\n */\nfunction throttle(func, wait, options) {\n var leading = true,\n trailing = true;\n\n if (typeof func != 'function') {\n throw new TypeError(FUNC_ERROR_TEXT);\n }\n if (isObject(options)) {\n leading = 'leading' in options ? !!options.leading : leading;\n trailing = 'trailing' in options ? !!options.trailing : trailing;\n }\n return debounce(func, wait, {\n 'leading': leading,\n 'maxWait': wait,\n 'trailing': trailing\n });\n}\n\nmodule.exports = throttle;\n","\"use strict\";\n\nvar _require = require('./Component'),\n CopyToClipboard = _require.CopyToClipboard;\n\nCopyToClipboard.CopyToClipboard = CopyToClipboard;\nmodule.exports = CopyToClipboard;","var rafSchd = function rafSchd(fn) {\n var lastArgs = [];\n var frameId = null;\n\n var wrapperFn = function wrapperFn() {\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n lastArgs = args;\n\n if (frameId) {\n return;\n }\n\n frameId = requestAnimationFrame(function () {\n frameId = null;\n fn.apply(void 0, lastArgs);\n });\n };\n\n wrapperFn.cancel = function () {\n if (!frameId) {\n return;\n }\n\n cancelAnimationFrame(frameId);\n frameId = null;\n };\n\n return wrapperFn;\n};\n\nexport default rafSchd;\n","import debounce from 'lodash/debounce';\nimport throttle from 'lodash/throttle';\nexport var listHandle = {\n debounce: debounce,\n throttle: throttle\n};\nexport var getHandle = function getHandle(type) {\n return listHandle[type];\n};\nexport var isFunction = function isFunction(fn) {\n return typeof fn === 'function';\n};\nexport var isSSR = function isSSR() {\n return typeof window === 'undefined';\n};\nexport var isDOMElement = function isDOMElement(element) {\n return element instanceof Element || element instanceof HTMLDocument;\n};","function _typeof(obj) { \"@babel/helpers - typeof\"; if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }; } return _typeof(obj); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\n\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\n\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \"object\" || typeof call === \"function\")) { return call; } return _assertThisInitialized(self); }\n\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return self; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } }\n\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nimport React, { PureComponent, isValidElement, cloneElement, createRef } from 'react';\nimport { findDOMNode } from 'react-dom';\nimport ResizeObserver from 'resize-observer-polyfill';\nimport rafSchd from 'raf-schd';\nimport { getHandle, isFunction, isSSR, isDOMElement } from \"../lib/utils\";\n\nvar ResizeDetector = /*#__PURE__*/function (_PureComponent) {\n _inherits(ResizeDetector, _PureComponent);\n\n var _super = _createSuper(ResizeDetector);\n\n function ResizeDetector(props) {\n var _this;\n\n _classCallCheck(this, ResizeDetector);\n\n _this = _super.call(this, props);\n\n _defineProperty(_assertThisInitialized(_this), \"cancelHandler\", function () {\n if (_this.resizeHandler && _this.resizeHandler.cancel) {\n // cancel debounced handler\n _this.resizeHandler.cancel();\n\n _this.resizeHandler = null;\n }\n });\n\n _defineProperty(_assertThisInitialized(_this), \"rafClean\", function () {\n if (_this.raf && _this.raf.cancel) {\n _this.raf.cancel();\n\n _this.raf = null;\n }\n });\n\n _defineProperty(_assertThisInitialized(_this), \"attachObserver\", function () {\n var targetRef = _this.props.targetRef;\n\n if (targetRef && targetRef.current) {\n _this.targetRef.current = targetRef.current;\n }\n\n var element = _this.getElement();\n\n if (!element) {\n // can't find element to observe\n return;\n }\n\n if (_this.observableElement && _this.observableElement === element) {\n // element is already observed\n return;\n }\n\n _this.observableElement = element;\n\n _this.resizeObserver.observe(element);\n });\n\n _defineProperty(_assertThisInitialized(_this), \"getElement\", function () {\n var _this$props = _this.props,\n querySelector = _this$props.querySelector,\n targetDomEl = _this$props.targetDomEl;\n if (isSSR()) return undefined; // in case we pass a querySelector\n\n if (querySelector) return document.querySelector(querySelector); // in case we pass a DOM element\n\n if (targetDomEl && isDOMElement(targetDomEl)) return targetDomEl; // in case we pass a React ref using React.createRef()\n\n if (_this.targetRef && isDOMElement(_this.targetRef.current)) return _this.targetRef.current; // the worse case when we don't receive any information from the parent and the library doesn't add any wrappers\n // we have to use a deprecated `findDOMNode` method in order to find a DOM element to attach to\n // eslint-disable-next-line react/no-find-dom-node\n\n var currentElement = findDOMNode(_assertThisInitialized(_this));\n if (!currentElement) return undefined;\n\n var renderType = _this.getRenderType();\n\n switch (renderType) {\n case 'renderProp':\n return currentElement;\n\n case 'childFunction':\n return currentElement;\n\n case 'child':\n return currentElement;\n\n case 'childArray':\n return currentElement;\n\n default:\n return currentElement.parentElement;\n }\n });\n\n _defineProperty(_assertThisInitialized(_this), \"createUpdater\", function () {\n _this.rafClean();\n\n _this.raf = rafSchd(function (_ref) {\n var width = _ref.width,\n height = _ref.height;\n var onResize = _this.props.onResize;\n\n if (isFunction(onResize)) {\n onResize(width, height);\n }\n\n _this.setState({\n width: width,\n height: height\n });\n });\n return _this.raf;\n });\n\n _defineProperty(_assertThisInitialized(_this), \"createResizeHandler\", function (entries) {\n var _this$state = _this.state,\n widthCurrent = _this$state.width,\n heightCurrent = _this$state.height;\n var _this$props2 = _this.props,\n handleWidth = _this$props2.handleWidth,\n handleHeight = _this$props2.handleHeight;\n if (!handleWidth && !handleHeight) return;\n\n var updater = _this.createUpdater();\n\n entries.forEach(function (entry) {\n var _ref2 = entry && entry.contentRect || {},\n width = _ref2.width,\n height = _ref2.height;\n\n var isWidthChanged = handleWidth && widthCurrent !== width;\n var isHeightChanged = handleHeight && heightCurrent !== height;\n var isSizeChanged = isWidthChanged || isHeightChanged;\n var shouldSetSize = !_this.skipOnMount && isSizeChanged && !isSSR();\n\n if (shouldSetSize) {\n updater({\n width: width,\n height: height\n });\n }\n\n _this.skipOnMount = false;\n });\n });\n\n _defineProperty(_assertThisInitialized(_this), \"getRenderType\", function () {\n var _this$props3 = _this.props,\n render = _this$props3.render,\n children = _this$props3.children;\n\n if (isFunction(render)) {\n // DEPRECATED. Use `Child Function Pattern` instead\n return 'renderProp';\n }\n\n if (isFunction(children)) {\n return 'childFunction';\n }\n\n if ( /*#__PURE__*/isValidElement(children)) {\n return 'child';\n }\n\n if (Array.isArray(children)) {\n // DEPRECATED. Wrap children with a single parent\n return 'childArray';\n } // DEPRECATED. Use `Child Function Pattern` instead\n\n\n return 'parent';\n });\n\n var skipOnMount = props.skipOnMount,\n refreshMode = props.refreshMode,\n refreshRate = props.refreshRate,\n refreshOptions = props.refreshOptions;\n _this.state = {\n width: undefined,\n height: undefined\n };\n _this.skipOnMount = skipOnMount;\n _this.raf = null;\n _this.unmounted = false;\n _this.targetRef = /*#__PURE__*/createRef();\n _this.observableElement = null;\n var handle = getHandle(refreshMode);\n _this.resizeHandler = handle ? handle(_this.createResizeHandler, refreshRate, refreshOptions) : _this.createResizeHandler;\n _this.resizeObserver = new ResizeObserver(_this.resizeHandler);\n return _this;\n }\n\n _createClass(ResizeDetector, [{\n key: \"componentDidMount\",\n value: function componentDidMount() {\n this.attachObserver();\n }\n }, {\n key: \"componentDidUpdate\",\n value: function componentDidUpdate() {\n this.attachObserver();\n }\n }, {\n key: \"componentWillUnmount\",\n value: function componentWillUnmount() {\n this.resizeObserver.disconnect();\n this.rafClean();\n this.cancelHandler();\n this.unmounted = true;\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this$props4 = this.props,\n render = _this$props4.render,\n children = _this$props4.children,\n WrapperTag = _this$props4.nodeType;\n var _this$state2 = this.state,\n width = _this$state2.width,\n height = _this$state2.height;\n var childProps = {\n width: width,\n height: height,\n targetRef: this.targetRef\n };\n var renderType = this.getRenderType();\n\n switch (renderType) {\n case 'renderProp':\n return render(childProps);\n\n case 'childFunction':\n return children(childProps);\n\n case 'child':\n // @TODO bug prone logic\n if (typeof children.type === 'string') {\n // child is a native DOM elements such as div, span etc\n var targetRef = childProps.targetRef,\n nativeProps = _objectWithoutProperties(childProps, [\"targetRef\"]);\n\n return /*#__PURE__*/cloneElement(children, nativeProps);\n } // class or functional component otherwise\n\n\n return /*#__PURE__*/cloneElement(children, childProps);\n\n case 'childArray':\n return children.map(function (el) {\n return !!el && /*#__PURE__*/cloneElement(el, childProps);\n });\n\n default:\n return /*#__PURE__*/React.createElement(WrapperTag, null);\n }\n }\n }]);\n\n return ResizeDetector;\n}(PureComponent);\n\nResizeDetector.defaultProps = {\n handleWidth: true,\n handleHeight: true,\n skipOnMount: false,\n refreshRate: 1000,\n refreshMode: undefined,\n refreshOptions: undefined,\n querySelector: null,\n targetDomEl: null,\n targetRef: null,\n onResize: null,\n render: undefined,\n children: null,\n nodeType: 'div'\n};\nexport default ResizeDetector;","import ResizeDetector from \"./components/ResizeDetector\";\nimport withResizeDetector from \"./hoc/withResizeDetector\";\nexport { withResizeDetector };\nexport default ResizeDetector;","// Compute what scrolling needs to be done on required scrolling boxes for target to be in view\n\n// The type names here are named after the spec to make it easier to find more information around what they mean:\n// To reduce churn and reduce things that need be maintained things from the official TS DOM library is used here\n// https://drafts.csswg.org/cssom-view/\n\n// For a definition on what is \"block flow direction\" exactly, check this: https://drafts.csswg.org/css-writing-modes-4/#block-flow-direction\n\n// add support for visualViewport object currently implemented in chrome\ninterface visualViewport {\n height: number\n width: number\n}\n\ntype ScrollLogicalPosition = 'start' | 'center' | 'end' | 'nearest'\n// This new option is tracked in this PR, which is the most likely candidate at the time: https://github.com/w3c/csswg-drafts/pull/1805\ntype ScrollMode = 'always' | 'if-needed'\n// New option that skips auto-scrolling all nodes with overflow: hidden set\n// See FF implementation: https://hg.mozilla.org/integration/fx-team/rev/c48c3ec05012#l7.18\ntype SkipOverflowHiddenElements = boolean\n\ninterface Options {\n block?: ScrollLogicalPosition\n inline?: ScrollLogicalPosition\n scrollMode?: ScrollMode\n boundary?: CustomScrollBoundary\n skipOverflowHiddenElements?: SkipOverflowHiddenElements\n}\n\n// Custom behavior, not in any spec\ntype CustomScrollBoundaryCallback = (parent: Element) => boolean\ntype CustomScrollBoundary = Element | CustomScrollBoundaryCallback | null\ninterface CustomScrollAction {\n el: Element\n top: number\n left: number\n}\n\n// @TODO better shadowdom test, 11 = document fragment\nfunction isElement(el: any) {\n return el != null && typeof el === 'object' && el.nodeType === 1\n}\n\nfunction canOverflow(\n overflow: string | null,\n skipOverflowHiddenElements?: boolean\n) {\n if (skipOverflowHiddenElements && overflow === 'hidden') {\n return false\n }\n\n return overflow !== 'visible' && overflow !== 'clip'\n}\n\nfunction getFrameElement(el: Element) {\n if (!el.ownerDocument || !el.ownerDocument.defaultView) {\n return null\n }\n\n try {\n return el.ownerDocument.defaultView.frameElement\n } catch (e) {\n return null\n }\n}\n\nfunction isHiddenByFrame(el: Element): boolean {\n const frame = getFrameElement(el)\n if (!frame) {\n return false\n }\n\n return (\n frame.clientHeight < el.scrollHeight || frame.clientWidth < el.scrollWidth\n )\n}\n\nfunction isScrollable(el: Element, skipOverflowHiddenElements?: boolean) {\n if (el.clientHeight < el.scrollHeight || el.clientWidth < el.scrollWidth) {\n const style = getComputedStyle(el, null)\n return (\n canOverflow(style.overflowY, skipOverflowHiddenElements) ||\n canOverflow(style.overflowX, skipOverflowHiddenElements) ||\n isHiddenByFrame(el)\n )\n }\n\n return false\n}\n/**\n * Find out which edge to align against when logical scroll position is \"nearest\"\n * Interesting fact: \"nearest\" works similarily to \"if-needed\", if the element is fully visible it will not scroll it\n *\n * Legends:\n * ┌────────┐ ┏ ━ ━ ━ ┓\n * │ target │ frame\n * └────────┘ ┗ ━ ━ ━ ┛\n */\nfunction alignNearest(\n scrollingEdgeStart: number,\n scrollingEdgeEnd: number,\n scrollingSize: number,\n scrollingBorderStart: number,\n scrollingBorderEnd: number,\n elementEdgeStart: number,\n elementEdgeEnd: number,\n elementSize: number\n) {\n /**\n * If element edge A and element edge B are both outside scrolling box edge A and scrolling box edge B\n *\n * ┌──┐\n * ┏━│━━│━┓\n * │ │\n * ┃ │ │ ┃ do nothing\n * │ │\n * ┗━│━━│━┛\n * └──┘\n *\n * If element edge C and element edge D are both outside scrolling box edge C and scrolling box edge D\n *\n * ┏ ━ ━ ━ ━ ┓\n * ┌───────────┐\n * │┃ ┃│ do nothing\n * └───────────┘\n * ┗ ━ ━ ━ ━ ┛\n */\n if (\n (elementEdgeStart < scrollingEdgeStart &&\n elementEdgeEnd > scrollingEdgeEnd) ||\n (elementEdgeStart > scrollingEdgeStart && elementEdgeEnd < scrollingEdgeEnd)\n ) {\n return 0\n }\n\n /**\n * If element edge A is outside scrolling box edge A and element height is less than scrolling box height\n *\n * ┌──┐\n * ┏━│━━│━┓ ┏━┌━━┐━┓\n * └──┘ │ │\n * from ┃ ┃ to ┃ └──┘ ┃\n *\n * ┗━ ━━ ━┛ ┗━ ━━ ━┛\n *\n * If element edge B is outside scrolling box edge B and element height is greater than scrolling box height\n *\n * ┏━ ━━ ━┓ ┏━┌━━┐━┓\n * │ │\n * from ┃ ┌──┐ ┃ to ┃ │ │ ┃\n * │ │ │ │\n * ┗━│━━│━┛ ┗━│━━│━┛\n * │ │ └──┘\n * │ │\n * └──┘\n *\n * If element edge C is outside scrolling box edge C and element width is less than scrolling box width\n *\n * from to\n * ┏ ━ ━ ━ ━ ┓ ┏ ━ ━ ━ ━ ┓\n * ┌───┐ ┌───┐\n * │ ┃ │ ┃ ┃ │ ┃\n * └───┘ └───┘\n * ┗ ━ ━ ━ ━ ┛ ┗ ━ ━ ━ ━ ┛\n *\n * If element edge D is outside scrolling box edge D and element width is greater than scrolling box width\n *\n * from to\n * ┏ ━ ━ ━ ━ ┓ ┏ ━ ━ ━ ━ ┓\n * ┌───────────┐ ┌───────────┐\n * ┃ │ ┃ │ ┃ ┃ │\n * └───────────┘ └───────────┘\n * ┗ ━ ━ ━ ━ ┛ ┗ ━ ━ ━ ━ ┛\n */\n if (\n (elementEdgeStart <= scrollingEdgeStart && elementSize <= scrollingSize) ||\n (elementEdgeEnd >= scrollingEdgeEnd && elementSize >= scrollingSize)\n ) {\n return elementEdgeStart - scrollingEdgeStart - scrollingBorderStart\n }\n\n /**\n * If element edge B is outside scrolling box edge B and element height is less than scrolling box height\n *\n * ┏━ ━━ ━┓ ┏━ ━━ ━┓\n *\n * from ┃ ┃ to ┃ ┌──┐ ┃\n * ┌──┐ │ │\n * ┗━│━━│━┛ ┗━└━━┘━┛\n * └──┘\n *\n * If element edge A is outside scrolling box edge A and element height is greater than scrolling box height\n *\n * ┌──┐\n * │ │\n * │ │ ┌──┐\n * ┏━│━━│━┓ ┏━│━━│━┓\n * │ │ │ │\n * from ┃ └──┘ ┃ to ┃ │ │ ┃\n * │ │\n * ┗━ ━━ ━┛ ┗━└━━┘━┛\n *\n * If element edge C is outside scrolling box edge C and element width is greater than scrolling box width\n *\n * from to\n * ┏ ━ ━ ━ ━ ┓ ┏ ━ ━ ━ ━ ┓\n * ┌───────────┐ ┌───────────┐\n * │ ┃ │ ┃ │ ┃ ┃\n * └───────────┘ └───────────┘\n * ┗ ━ ━ ━ ━ ┛ ┗ ━ ━ ━ ━ ┛\n *\n * If element edge D is outside scrolling box edge D and element width is less than scrolling box width\n *\n * from to\n * ┏ ━ ━ ━ ━ ┓ ┏ ━ ━ ━ ━ ┓\n * ┌───┐ ┌───┐\n * ┃ │ ┃ │ ┃ │ ┃\n * └───┘ └───┘\n * ┗ ━ ━ ━ ━ ┛ ┗ ━ ━ ━ ━ ┛\n *\n */\n if (\n (elementEdgeEnd > scrollingEdgeEnd && elementSize < scrollingSize) ||\n (elementEdgeStart < scrollingEdgeStart && elementSize > scrollingSize)\n ) {\n return elementEdgeEnd - scrollingEdgeEnd + scrollingBorderEnd\n }\n\n return 0\n}\n\nexport default (target: Element, options: Options): CustomScrollAction[] => {\n //TODO: remove this hack when microbundle will support typescript >= 4.0\n const windowWithViewport = (window as unknown) as Window & {\n visualViewport: visualViewport\n }\n\n const {\n scrollMode,\n block,\n inline,\n boundary,\n skipOverflowHiddenElements,\n } = options\n // Allow using a callback to check the boundary\n // The default behavior is to check if the current target matches the boundary element or not\n // If undefined it'll check that target is never undefined (can happen as we recurse up the tree)\n const checkBoundary =\n typeof boundary === 'function' ? boundary : (node: any) => node !== boundary\n\n if (!isElement(target)) {\n throw new TypeError('Invalid target')\n }\n\n // Used to handle the top most element that can be scrolled\n const scrollingElement = document.scrollingElement || document.documentElement\n\n // Collect all the scrolling boxes, as defined in the spec: https://drafts.csswg.org/cssom-view/#scrolling-box\n const frames: Element[] = []\n let cursor = target\n while (isElement(cursor) && checkBoundary(cursor)) {\n // Move cursor to parent\n cursor = cursor.parentNode as Element\n\n // Stop when we reach the viewport\n if (cursor === scrollingElement) {\n frames.push(cursor)\n break\n }\n\n // Skip document.body if it's not the scrollingElement and documentElement isn't independently scrollable\n if (\n cursor === document.body &&\n isScrollable(cursor) &&\n !isScrollable(document.documentElement as HTMLElement)\n ) {\n continue\n }\n\n // Now we check if the element is scrollable, this code only runs if the loop haven't already hit the viewport or a custom boundary\n if (isScrollable(cursor, skipOverflowHiddenElements)) {\n frames.push(cursor)\n }\n }\n\n // Support pinch-zooming properly, making sure elements scroll into the visual viewport\n // Browsers that don't support visualViewport will report the layout viewport dimensions on document.documentElement.clientWidth/Height\n // and viewport dimensions on window.innerWidth/Height\n // https://www.quirksmode.org/mobile/viewports2.html\n // https://bokand.github.io/viewport/index.html\n const viewportWidth = windowWithViewport.visualViewport\n ? windowWithViewport.visualViewport.width\n : innerWidth\n const viewportHeight = windowWithViewport.visualViewport\n ? windowWithViewport.visualViewport.height\n : innerHeight\n\n // Newer browsers supports scroll[X|Y], page[X|Y]Offset is\n const viewportX = window.scrollX || pageXOffset\n const viewportY = window.scrollY || pageYOffset\n\n const {\n height: targetHeight,\n width: targetWidth,\n top: targetTop,\n right: targetRight,\n bottom: targetBottom,\n left: targetLeft,\n } = target.getBoundingClientRect()\n\n // These values mutate as we loop through and generate scroll coordinates\n let targetBlock: number =\n block === 'start' || block === 'nearest'\n ? targetTop\n : block === 'end'\n ? targetBottom\n : targetTop + targetHeight / 2 // block === 'center\n let targetInline: number =\n inline === 'center'\n ? targetLeft + targetWidth / 2\n : inline === 'end'\n ? targetRight\n : targetLeft // inline === 'start || inline === 'nearest\n\n // Collect new scroll positions\n const computations: CustomScrollAction[] = []\n // In chrome there's no longer a difference between caching the `frames.length` to a var or not, so we don't in this case (size > speed anyways)\n for (let index = 0; index < frames.length; index++) {\n const frame = frames[index]\n\n // @TODO add a shouldScroll hook here that allows userland code to take control\n\n const {\n height,\n width,\n top,\n right,\n bottom,\n left,\n } = frame.getBoundingClientRect()\n\n // If the element is already visible we can end it here\n // @TODO targetBlock and targetInline should be taken into account to be compliant with https://github.com/w3c/csswg-drafts/pull/1805/files#diff-3c17f0e43c20f8ecf89419d49e7ef5e0R1333\n if (\n scrollMode === 'if-needed' &&\n targetTop >= 0 &&\n targetLeft >= 0 &&\n targetBottom <= viewportHeight &&\n targetRight <= viewportWidth &&\n targetTop >= top &&\n targetBottom <= bottom &&\n targetLeft >= left &&\n targetRight <= right\n ) {\n // Break the loop and return the computations for things that are not fully visible\n return computations\n }\n\n const frameStyle = getComputedStyle(frame)\n const borderLeft = parseInt(frameStyle.borderLeftWidth as string, 10)\n const borderTop = parseInt(frameStyle.borderTopWidth as string, 10)\n const borderRight = parseInt(frameStyle.borderRightWidth as string, 10)\n const borderBottom = parseInt(frameStyle.borderBottomWidth as string, 10)\n\n let blockScroll: number = 0\n let inlineScroll: number = 0\n\n // The property existance checks for offfset[Width|Height] is because only HTMLElement objects have them, but any Element might pass by here\n // @TODO find out if the \"as HTMLElement\" overrides can be dropped\n const scrollbarWidth =\n 'offsetWidth' in frame\n ? (frame as HTMLElement).offsetWidth -\n (frame as HTMLElement).clientWidth -\n borderLeft -\n borderRight\n : 0\n const scrollbarHeight =\n 'offsetHeight' in frame\n ? (frame as HTMLElement).offsetHeight -\n (frame as HTMLElement).clientHeight -\n borderTop -\n borderBottom\n : 0\n\n if (scrollingElement === frame) {\n // Handle viewport logic (document.documentElement or document.body)\n\n if (block === 'start') {\n blockScroll = targetBlock\n } else if (block === 'end') {\n blockScroll = targetBlock - viewportHeight\n } else if (block === 'nearest') {\n blockScroll = alignNearest(\n viewportY,\n viewportY + viewportHeight,\n viewportHeight,\n borderTop,\n borderBottom,\n viewportY + targetBlock,\n viewportY + targetBlock + targetHeight,\n targetHeight\n )\n } else {\n // block === 'center' is the default\n blockScroll = targetBlock - viewportHeight / 2\n }\n\n if (inline === 'start') {\n inlineScroll = targetInline\n } else if (inline === 'center') {\n inlineScroll = targetInline - viewportWidth / 2\n } else if (inline === 'end') {\n inlineScroll = targetInline - viewportWidth\n } else {\n // inline === 'nearest' is the default\n inlineScroll = alignNearest(\n viewportX,\n viewportX + viewportWidth,\n viewportWidth,\n borderLeft,\n borderRight,\n viewportX + targetInline,\n viewportX + targetInline + targetWidth,\n targetWidth\n )\n }\n\n // Apply scroll position offsets and ensure they are within bounds\n // @TODO add more test cases to cover this 100%\n blockScroll = Math.max(0, blockScroll + viewportY)\n inlineScroll = Math.max(0, inlineScroll + viewportX)\n } else {\n // Handle each scrolling frame that might exist between the target and the viewport\n\n if (block === 'start') {\n blockScroll = targetBlock - top - borderTop\n } else if (block === 'end') {\n blockScroll = targetBlock - bottom + borderBottom + scrollbarHeight\n } else if (block === 'nearest') {\n blockScroll = alignNearest(\n top,\n bottom,\n height,\n borderTop,\n borderBottom + scrollbarHeight,\n targetBlock,\n targetBlock + targetHeight,\n targetHeight\n )\n } else {\n // block === 'center' is the default\n blockScroll = targetBlock - (top + height / 2) + scrollbarHeight / 2\n }\n\n if (inline === 'start') {\n inlineScroll = targetInline - left - borderLeft\n } else if (inline === 'center') {\n inlineScroll = targetInline - (left + width / 2) + scrollbarWidth / 2\n } else if (inline === 'end') {\n inlineScroll = targetInline - right + borderRight + scrollbarWidth\n } else {\n // inline === 'nearest' is the default\n inlineScroll = alignNearest(\n left,\n right,\n width,\n borderLeft,\n borderRight + scrollbarWidth,\n targetInline,\n targetInline + targetWidth,\n targetWidth\n )\n }\n\n const { scrollLeft, scrollTop } = frame\n // Ensure scroll coordinates are not out of bounds while applying scroll offsets\n blockScroll = Math.max(\n 0,\n Math.min(\n scrollTop + blockScroll,\n frame.scrollHeight - height + scrollbarHeight\n )\n )\n inlineScroll = Math.max(\n 0,\n Math.min(\n scrollLeft + inlineScroll,\n frame.scrollWidth - width + scrollbarWidth\n )\n )\n\n // Cache the offset so that parent frames can scroll this into view correctly\n targetBlock += scrollTop - blockScroll\n targetInline += scrollLeft - inlineScroll\n }\n\n computations.push({ el: frame, top: blockScroll, left: inlineScroll })\n }\n\n return computations\n}\n","import _objectWithoutPropertiesLoose from '@babel/runtime/helpers/esm/objectWithoutPropertiesLoose';\nimport _extends from '@babel/runtime/helpers/esm/extends';\nimport _assertThisInitialized from '@babel/runtime/helpers/esm/assertThisInitialized';\nimport _inheritsLoose from '@babel/runtime/helpers/esm/inheritsLoose';\nimport PropTypes from 'prop-types';\nimport { cloneElement, Component, useCallback, useReducer, useState, useEffect, useRef } from 'react';\nimport { isForwardRef } from 'react-is';\nimport computeScrollIntoView from 'compute-scroll-into-view';\n\nvar idCounter = 0;\n/**\n * Accepts a parameter and returns it if it's a function\n * or a noop function if it's not. This allows us to\n * accept a callback, but not worry about it if it's not\n * passed.\n * @param {Function} cb the callback\n * @return {Function} a function\n */\n\nfunction cbToCb(cb) {\n return typeof cb === 'function' ? cb : noop;\n}\n\nfunction noop() {}\n/**\n * Scroll node into view if necessary\n * @param {HTMLElement} node the element that should scroll into view\n * @param {HTMLElement} menuNode the menu element of the component\n */\n\n\nfunction scrollIntoView(node, menuNode) {\n if (node === null) {\n return;\n }\n\n var actions = computeScrollIntoView(node, {\n boundary: menuNode,\n block: 'nearest',\n scrollMode: 'if-needed'\n });\n actions.forEach(function (_ref) {\n var el = _ref.el,\n top = _ref.top,\n left = _ref.left;\n el.scrollTop = top;\n el.scrollLeft = left;\n });\n}\n/**\n * @param {HTMLElement} parent the parent node\n * @param {HTMLElement} child the child node\n * @return {Boolean} whether the parent is the child or the child is in the parent\n */\n\n\nfunction isOrContainsNode(parent, child) {\n return parent === child || parent.contains && parent.contains(child);\n}\n/**\n * Simple debounce implementation. Will call the given\n * function once after the time given has passed since\n * it was last called.\n * @param {Function} fn the function to call after the time\n * @param {Number} time the time to wait\n * @return {Function} the debounced function\n */\n\n\nfunction debounce(fn, time) {\n var timeoutId;\n\n function cancel() {\n if (timeoutId) {\n clearTimeout(timeoutId);\n }\n }\n\n function wrapper() {\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n cancel();\n timeoutId = setTimeout(function () {\n timeoutId = null;\n fn.apply(void 0, args);\n }, time);\n }\n\n wrapper.cancel = cancel;\n return wrapper;\n}\n/**\n * This is intended to be used to compose event handlers.\n * They are executed in order until one of them sets\n * `event.preventDownshiftDefault = true`.\n * @param {...Function} fns the event handler functions\n * @return {Function} the event handler to add to an element\n */\n\n\nfunction callAllEventHandlers() {\n for (var _len2 = arguments.length, fns = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\n fns[_key2] = arguments[_key2];\n }\n\n return function (event) {\n for (var _len3 = arguments.length, args = new Array(_len3 > 1 ? _len3 - 1 : 0), _key3 = 1; _key3 < _len3; _key3++) {\n args[_key3 - 1] = arguments[_key3];\n }\n\n return fns.some(function (fn) {\n if (fn) {\n fn.apply(void 0, [event].concat(args));\n }\n\n return event.preventDownshiftDefault || event.hasOwnProperty('nativeEvent') && event.nativeEvent.preventDownshiftDefault;\n });\n };\n}\n\nfunction handleRefs() {\n for (var _len4 = arguments.length, refs = new Array(_len4), _key4 = 0; _key4 < _len4; _key4++) {\n refs[_key4] = arguments[_key4];\n }\n\n return function (node) {\n refs.forEach(function (ref) {\n if (typeof ref === 'function') {\n ref(node);\n } else if (ref) {\n ref.current = node;\n }\n });\n };\n}\n/**\n * This generates a unique ID for an instance of Downshift\n * @return {String} the unique ID\n */\n\n\nfunction generateId() {\n return String(idCounter++);\n}\n/**\n * Resets idCounter to 0. Used for SSR.\n */\n\n\nfunction resetIdCounter() {\n idCounter = 0;\n}\n/**\n * @param {Object} param the downshift state and other relevant properties\n * @return {String} the a11y status message\n */\n\n\nfunction getA11yStatusMessage(_ref2) {\n var isOpen = _ref2.isOpen,\n selectedItem = _ref2.selectedItem,\n resultCount = _ref2.resultCount,\n previousResultCount = _ref2.previousResultCount,\n itemToString = _ref2.itemToString;\n\n if (!isOpen) {\n return selectedItem ? itemToString(selectedItem) : '';\n }\n\n if (!resultCount) {\n return 'No results are available.';\n }\n\n if (resultCount !== previousResultCount) {\n return resultCount + \" result\" + (resultCount === 1 ? ' is' : 's are') + \" available, use up and down arrow keys to navigate. Press Enter key to select.\";\n }\n\n return '';\n}\n/**\n * Takes an argument and if it's an array, returns the first item in the array\n * otherwise returns the argument\n * @param {*} arg the maybe-array\n * @param {*} defaultValue the value if arg is falsey not defined\n * @return {*} the arg or it's first item\n */\n\n\nfunction unwrapArray(arg, defaultValue) {\n arg = Array.isArray(arg) ?\n /* istanbul ignore next (preact) */\n arg[0] : arg;\n\n if (!arg && defaultValue) {\n return defaultValue;\n } else {\n return arg;\n }\n}\n/**\n * @param {Object} element (P)react element\n * @return {Boolean} whether it's a DOM element\n */\n\n\nfunction isDOMElement(element) {\n // then we assume this is react\n return typeof element.type === 'string';\n}\n/**\n * @param {Object} element (P)react element\n * @return {Object} the props\n */\n\n\nfunction getElementProps(element) {\n return element.props;\n}\n/**\n * Throws a helpful error message for required properties. Useful\n * to be used as a default in destructuring or object params.\n * @param {String} fnName the function name\n * @param {String} propName the prop name\n */\n\n\nfunction requiredProp(fnName, propName) {\n // eslint-disable-next-line no-console\n console.error(\"The property \\\"\" + propName + \"\\\" is required in \\\"\" + fnName + \"\\\"\");\n}\n\nvar stateKeys = ['highlightedIndex', 'inputValue', 'isOpen', 'selectedItem', 'type'];\n/**\n * @param {Object} state the state object\n * @return {Object} state that is relevant to downshift\n */\n\nfunction pickState(state) {\n if (state === void 0) {\n state = {};\n }\n\n var result = {};\n stateKeys.forEach(function (k) {\n if (state.hasOwnProperty(k)) {\n result[k] = state[k];\n }\n });\n return result;\n}\n/**\n * Normalizes the 'key' property of a KeyboardEvent in IE/Edge\n * @param {Object} event a keyboardEvent object\n * @return {String} keyboard key\n */\n\n\nfunction normalizeArrowKey(event) {\n var key = event.key,\n keyCode = event.keyCode;\n /* istanbul ignore next (ie) */\n\n if (keyCode >= 37 && keyCode <= 40 && key.indexOf('Arrow') !== 0) {\n return \"Arrow\" + key;\n }\n\n return key;\n}\n/**\n * Simple check if the value passed is object literal\n * @param {*} obj any things\n * @return {Boolean} whether it's object literal\n */\n\n\nfunction isPlainObject(obj) {\n return Object.prototype.toString.call(obj) === '[object Object]';\n}\n/**\n * Returns the new index in the list, in a circular way. If next value is out of bonds from the total,\n * it will wrap to either 0 or itemCount - 1.\n *\n * @param {number} moveAmount Number of positions to move. Negative to move backwards, positive forwards.\n * @param {number} baseIndex The initial position to move from.\n * @param {number} itemCount The total number of items.\n * @returns {number} The new index after the move.\n */\n\n\nfunction getNextWrappingIndex(moveAmount, baseIndex, itemCount) {\n var itemsLastIndex = itemCount - 1;\n\n if (typeof baseIndex !== 'number' || baseIndex < 0 || baseIndex >= itemCount) {\n baseIndex = moveAmount > 0 ? -1 : itemsLastIndex + 1;\n }\n\n var newIndex = baseIndex + moveAmount;\n\n if (newIndex < 0) {\n newIndex = itemsLastIndex;\n } else if (newIndex > itemsLastIndex) {\n newIndex = 0;\n }\n\n return newIndex;\n}\n\nvar cleanupStatus = debounce(function () {\n getStatusDiv().textContent = '';\n}, 500);\n/**\n * @param {String} status the status message\n * @param {Object} documentProp document passed by the user.\n */\n\nfunction setStatus(status, documentProp) {\n var div = getStatusDiv(documentProp);\n\n if (!status) {\n return;\n }\n\n div.textContent = status;\n cleanupStatus();\n}\n/**\n * Get the status node or create it if it does not already exist.\n * @param {Object} documentProp document passed by the user.\n * @return {HTMLElement} the status node.\n */\n\n\nfunction getStatusDiv(documentProp) {\n if (documentProp === void 0) {\n documentProp = document;\n }\n\n var statusDiv = documentProp.getElementById('a11y-status-message');\n\n if (statusDiv) {\n return statusDiv;\n }\n\n statusDiv = documentProp.createElement('div');\n statusDiv.setAttribute('id', 'a11y-status-message');\n statusDiv.setAttribute('role', 'status');\n statusDiv.setAttribute('aria-live', 'polite');\n statusDiv.setAttribute('aria-relevant', 'additions text');\n Object.assign(statusDiv.style, {\n border: '0',\n clip: 'rect(0 0 0 0)',\n height: '1px',\n margin: '-1px',\n overflow: 'hidden',\n padding: '0',\n position: 'absolute',\n width: '1px'\n });\n documentProp.body.appendChild(statusDiv);\n return statusDiv;\n}\n\nvar unknown = process.env.NODE_ENV !== \"production\" ? '__autocomplete_unknown__' : 0;\nvar mouseUp = process.env.NODE_ENV !== \"production\" ? '__autocomplete_mouseup__' : 1;\nvar itemMouseEnter = process.env.NODE_ENV !== \"production\" ? '__autocomplete_item_mouseenter__' : 2;\nvar keyDownArrowUp = process.env.NODE_ENV !== \"production\" ? '__autocomplete_keydown_arrow_up__' : 3;\nvar keyDownArrowDown = process.env.NODE_ENV !== \"production\" ? '__autocomplete_keydown_arrow_down__' : 4;\nvar keyDownEscape = process.env.NODE_ENV !== \"production\" ? '__autocomplete_keydown_escape__' : 5;\nvar keyDownEnter = process.env.NODE_ENV !== \"production\" ? '__autocomplete_keydown_enter__' : 6;\nvar keyDownHome = process.env.NODE_ENV !== \"production\" ? '__autocomplete_keydown_home__' : 7;\nvar keyDownEnd = process.env.NODE_ENV !== \"production\" ? '__autocomplete_keydown_end__' : 8;\nvar clickItem = process.env.NODE_ENV !== \"production\" ? '__autocomplete_click_item__' : 9;\nvar blurInput = process.env.NODE_ENV !== \"production\" ? '__autocomplete_blur_input__' : 10;\nvar changeInput = process.env.NODE_ENV !== \"production\" ? '__autocomplete_change_input__' : 11;\nvar keyDownSpaceButton = process.env.NODE_ENV !== \"production\" ? '__autocomplete_keydown_space_button__' : 12;\nvar clickButton = process.env.NODE_ENV !== \"production\" ? '__autocomplete_click_button__' : 13;\nvar blurButton = process.env.NODE_ENV !== \"production\" ? '__autocomplete_blur_button__' : 14;\nvar controlledPropUpdatedSelectedItem = process.env.NODE_ENV !== \"production\" ? '__autocomplete_controlled_prop_updated_selected_item__' : 15;\nvar touchEnd = process.env.NODE_ENV !== \"production\" ? '__autocomplete_touchend__' : 16;\n\nvar stateChangeTypes = /*#__PURE__*/Object.freeze({\n __proto__: null,\n unknown: unknown,\n mouseUp: mouseUp,\n itemMouseEnter: itemMouseEnter,\n keyDownArrowUp: keyDownArrowUp,\n keyDownArrowDown: keyDownArrowDown,\n keyDownEscape: keyDownEscape,\n keyDownEnter: keyDownEnter,\n keyDownHome: keyDownHome,\n keyDownEnd: keyDownEnd,\n clickItem: clickItem,\n blurInput: blurInput,\n changeInput: changeInput,\n keyDownSpaceButton: keyDownSpaceButton,\n clickButton: clickButton,\n blurButton: blurButton,\n controlledPropUpdatedSelectedItem: controlledPropUpdatedSelectedItem,\n touchEnd: touchEnd\n});\n\nvar Downshift =\n/*#__PURE__*/\nfunction () {\n var Downshift =\n /*#__PURE__*/\n function (_Component) {\n _inheritsLoose(Downshift, _Component);\n\n function Downshift(_props) {\n var _this = _Component.call(this, _props) || this;\n\n _this.id = _this.props.id || \"downshift-\" + generateId();\n _this.menuId = _this.props.menuId || _this.id + \"-menu\";\n _this.labelId = _this.props.labelId || _this.id + \"-label\";\n _this.inputId = _this.props.inputId || _this.id + \"-input\";\n\n _this.getItemId = _this.props.getItemId || function (index) {\n return _this.id + \"-item-\" + index;\n };\n\n _this.input = null;\n _this.items = [];\n _this.itemCount = null;\n _this.previousResultCount = 0;\n _this.timeoutIds = [];\n\n _this.internalSetTimeout = function (fn, time) {\n var id = setTimeout(function () {\n _this.timeoutIds = _this.timeoutIds.filter(function (i) {\n return i !== id;\n });\n fn();\n }, time);\n\n _this.timeoutIds.push(id);\n };\n\n _this.setItemCount = function (count) {\n _this.itemCount = count;\n };\n\n _this.unsetItemCount = function () {\n _this.itemCount = null;\n };\n\n _this.setHighlightedIndex = function (highlightedIndex, otherStateToSet) {\n if (highlightedIndex === void 0) {\n highlightedIndex = _this.props.defaultHighlightedIndex;\n }\n\n if (otherStateToSet === void 0) {\n otherStateToSet = {};\n }\n\n otherStateToSet = pickState(otherStateToSet);\n\n _this.internalSetState(_extends({\n highlightedIndex: highlightedIndex\n }, otherStateToSet));\n };\n\n _this.clearSelection = function (cb) {\n _this.internalSetState({\n selectedItem: null,\n inputValue: '',\n highlightedIndex: _this.props.defaultHighlightedIndex,\n isOpen: _this.props.defaultIsOpen\n }, cb);\n };\n\n _this.selectItem = function (item, otherStateToSet, cb) {\n otherStateToSet = pickState(otherStateToSet);\n\n _this.internalSetState(_extends({\n isOpen: _this.props.defaultIsOpen,\n highlightedIndex: _this.props.defaultHighlightedIndex,\n selectedItem: item,\n inputValue: _this.props.itemToString(item)\n }, otherStateToSet), cb);\n };\n\n _this.selectItemAtIndex = function (itemIndex, otherStateToSet, cb) {\n var item = _this.items[itemIndex];\n\n if (item == null) {\n return;\n }\n\n _this.selectItem(item, otherStateToSet, cb);\n };\n\n _this.selectHighlightedItem = function (otherStateToSet, cb) {\n return _this.selectItemAtIndex(_this.getState().highlightedIndex, otherStateToSet, cb);\n };\n\n _this.internalSetState = function (stateToSet, cb) {\n var isItemSelected, onChangeArg;\n var onStateChangeArg = {};\n var isStateToSetFunction = typeof stateToSet === 'function'; // we want to call `onInputValueChange` before the `setState` call\n // so someone controlling the `inputValue` state gets notified of\n // the input change as soon as possible. This avoids issues with\n // preserving the cursor position.\n // See https://github.com/downshift-js/downshift/issues/217 for more info.\n\n if (!isStateToSetFunction && stateToSet.hasOwnProperty('inputValue')) {\n _this.props.onInputValueChange(stateToSet.inputValue, _extends({}, _this.getStateAndHelpers(), {}, stateToSet));\n }\n\n return _this.setState(function (state) {\n state = _this.getState(state);\n var newStateToSet = isStateToSetFunction ? stateToSet(state) : stateToSet; // Your own function that could modify the state that will be set.\n\n newStateToSet = _this.props.stateReducer(state, newStateToSet); // checks if an item is selected, regardless of if it's different from\n // what was selected before\n // used to determine if onSelect and onChange callbacks should be called\n\n isItemSelected = newStateToSet.hasOwnProperty('selectedItem'); // this keeps track of the object we want to call with setState\n\n var nextState = {}; // this is just used to tell whether the state changed\n\n var nextFullState = {}; // we need to call on change if the outside world is controlling any of our state\n // and we're trying to update that state. OR if the selection has changed and we're\n // trying to update the selection\n\n if (isItemSelected && newStateToSet.selectedItem !== state.selectedItem) {\n onChangeArg = newStateToSet.selectedItem;\n }\n\n newStateToSet.type = newStateToSet.type || unknown;\n Object.keys(newStateToSet).forEach(function (key) {\n // onStateChangeArg should only have the state that is\n // actually changing\n if (state[key] !== newStateToSet[key]) {\n onStateChangeArg[key] = newStateToSet[key];\n } // the type is useful for the onStateChangeArg\n // but we don't actually want to set it in internal state.\n // this is an undocumented feature for now... Not all internalSetState\n // calls support it and I'm not certain we want them to yet.\n // But it enables users controlling the isOpen state to know when\n // the isOpen state changes due to mouseup events which is quite handy.\n\n\n if (key === 'type') {\n return;\n }\n\n nextFullState[key] = newStateToSet[key]; // if it's coming from props, then we don't care to set it internally\n\n if (!_this.isControlledProp(key)) {\n nextState[key] = newStateToSet[key];\n }\n }); // if stateToSet is a function, then we weren't able to call onInputValueChange\n // earlier, so we'll call it now that we know what the inputValue state will be.\n\n if (isStateToSetFunction && newStateToSet.hasOwnProperty('inputValue')) {\n _this.props.onInputValueChange(newStateToSet.inputValue, _extends({}, _this.getStateAndHelpers(), {}, newStateToSet));\n }\n\n return nextState;\n }, function () {\n // call the provided callback if it's a function\n cbToCb(cb)(); // only call the onStateChange and onChange callbacks if\n // we have relevant information to pass them.\n\n var hasMoreStateThanType = Object.keys(onStateChangeArg).length > 1;\n\n if (hasMoreStateThanType) {\n _this.props.onStateChange(onStateChangeArg, _this.getStateAndHelpers());\n }\n\n if (isItemSelected) {\n _this.props.onSelect(stateToSet.selectedItem, _this.getStateAndHelpers());\n }\n\n if (onChangeArg !== undefined) {\n _this.props.onChange(onChangeArg, _this.getStateAndHelpers());\n } // this is currently undocumented and therefore subject to change\n // We'll try to not break it, but just be warned.\n\n\n _this.props.onUserAction(onStateChangeArg, _this.getStateAndHelpers());\n });\n };\n\n _this.rootRef = function (node) {\n return _this._rootNode = node;\n };\n\n _this.getRootProps = function (_temp, _temp2) {\n var _extends2;\n\n var _ref = _temp === void 0 ? {} : _temp,\n _ref$refKey = _ref.refKey,\n refKey = _ref$refKey === void 0 ? 'ref' : _ref$refKey,\n ref = _ref.ref,\n rest = _objectWithoutPropertiesLoose(_ref, [\"refKey\", \"ref\"]);\n\n var _ref2 = _temp2 === void 0 ? {} : _temp2,\n _ref2$suppressRefErro = _ref2.suppressRefError,\n suppressRefError = _ref2$suppressRefErro === void 0 ? false : _ref2$suppressRefErro;\n\n // this is used in the render to know whether the user has called getRootProps.\n // It uses that to know whether to apply the props automatically\n _this.getRootProps.called = true;\n _this.getRootProps.refKey = refKey;\n _this.getRootProps.suppressRefError = suppressRefError;\n\n var _this$getState = _this.getState(),\n isOpen = _this$getState.isOpen;\n\n return _extends((_extends2 = {}, _extends2[refKey] = handleRefs(ref, _this.rootRef), _extends2.role = 'combobox', _extends2['aria-expanded'] = isOpen, _extends2['aria-haspopup'] = 'listbox', _extends2['aria-owns'] = isOpen ? _this.menuId : null, _extends2['aria-labelledby'] = _this.labelId, _extends2), rest);\n };\n\n _this.keyDownHandlers = {\n ArrowDown: function ArrowDown(event) {\n var _this2 = this;\n\n event.preventDefault();\n\n if (this.getState().isOpen) {\n var amount = event.shiftKey ? 5 : 1;\n this.moveHighlightedIndex(amount, {\n type: keyDownArrowDown\n });\n } else {\n this.internalSetState({\n isOpen: true,\n type: keyDownArrowDown\n }, function () {\n var itemCount = _this2.getItemCount();\n\n if (itemCount > 0) {\n _this2.setHighlightedIndex(getNextWrappingIndex(1, _this2.getState().highlightedIndex, itemCount), {\n type: keyDownArrowDown\n });\n }\n });\n }\n },\n ArrowUp: function ArrowUp(event) {\n var _this3 = this;\n\n event.preventDefault();\n\n if (this.getState().isOpen) {\n var amount = event.shiftKey ? -5 : -1;\n this.moveHighlightedIndex(amount, {\n type: keyDownArrowUp\n });\n } else {\n this.internalSetState({\n isOpen: true,\n type: keyDownArrowUp\n }, function () {\n var itemCount = _this3.getItemCount();\n\n if (itemCount > 0) {\n _this3.setHighlightedIndex(getNextWrappingIndex(-1, _this3.getState().highlightedIndex, itemCount), {\n type: keyDownArrowDown\n });\n }\n });\n }\n },\n Enter: function Enter(event) {\n var _this$getState2 = this.getState(),\n isOpen = _this$getState2.isOpen,\n highlightedIndex = _this$getState2.highlightedIndex;\n\n if (isOpen && highlightedIndex != null) {\n event.preventDefault();\n var item = this.items[highlightedIndex];\n var itemNode = this.getItemNodeFromIndex(highlightedIndex);\n\n if (item == null || itemNode && itemNode.hasAttribute('disabled')) {\n return;\n }\n\n this.selectHighlightedItem({\n type: keyDownEnter\n });\n }\n },\n Escape: function Escape(event) {\n event.preventDefault();\n this.reset({\n type: keyDownEscape,\n selectedItem: null,\n inputValue: ''\n });\n }\n };\n _this.buttonKeyDownHandlers = _extends({}, _this.keyDownHandlers, {\n ' ': function _(event) {\n event.preventDefault();\n this.toggleMenu({\n type: keyDownSpaceButton\n });\n }\n });\n _this.inputKeyDownHandlers = _extends({}, _this.keyDownHandlers, {\n Home: function Home(event) {\n this.highlightFirstOrLastIndex(event, true, {\n type: keyDownHome\n });\n },\n End: function End(event) {\n this.highlightFirstOrLastIndex(event, false, {\n type: keyDownEnd\n });\n }\n });\n\n _this.getToggleButtonProps = function (_temp3) {\n var _ref3 = _temp3 === void 0 ? {} : _temp3,\n onClick = _ref3.onClick,\n onPress = _ref3.onPress,\n onKeyDown = _ref3.onKeyDown,\n onKeyUp = _ref3.onKeyUp,\n onBlur = _ref3.onBlur,\n rest = _objectWithoutPropertiesLoose(_ref3, [\"onClick\", \"onPress\", \"onKeyDown\", \"onKeyUp\", \"onBlur\"]);\n\n var _this$getState3 = _this.getState(),\n isOpen = _this$getState3.isOpen;\n\n var enabledEventHandlers = {\n onClick: callAllEventHandlers(onClick, _this.buttonHandleClick),\n onKeyDown: callAllEventHandlers(onKeyDown, _this.buttonHandleKeyDown),\n onKeyUp: callAllEventHandlers(onKeyUp, _this.buttonHandleKeyUp),\n onBlur: callAllEventHandlers(onBlur, _this.buttonHandleBlur)\n };\n var eventHandlers = rest.disabled ? {} : enabledEventHandlers;\n return _extends({\n type: 'button',\n role: 'button',\n 'aria-label': isOpen ? 'close menu' : 'open menu',\n 'aria-haspopup': true,\n 'data-toggle': true\n }, eventHandlers, {}, rest);\n };\n\n _this.buttonHandleKeyUp = function (event) {\n // Prevent click event from emitting in Firefox\n event.preventDefault();\n };\n\n _this.buttonHandleKeyDown = function (event) {\n var key = normalizeArrowKey(event);\n\n if (_this.buttonKeyDownHandlers[key]) {\n _this.buttonKeyDownHandlers[key].call(_assertThisInitialized(_this), event);\n }\n };\n\n _this.buttonHandleClick = function (event) {\n event.preventDefault(); // handle odd case for Safari and Firefox which\n // don't give the button the focus properly.\n\n /* istanbul ignore if (can't reasonably test this) */\n\n if ( _this.props.environment.document.activeElement === _this.props.environment.document.body) {\n event.target.focus();\n } // to simplify testing components that use downshift, we'll not wrap this in a setTimeout\n // if the NODE_ENV is test. With the proper build system, this should be dead code eliminated\n // when building for production and should therefore have no impact on production code.\n\n\n if (process.env.NODE_ENV === 'test') {\n _this.toggleMenu({\n type: clickButton\n });\n } else {\n // Ensure that toggle of menu occurs after the potential blur event in iOS\n _this.internalSetTimeout(function () {\n return _this.toggleMenu({\n type: clickButton\n });\n });\n }\n };\n\n _this.buttonHandleBlur = function (event) {\n var blurTarget = event.target; // Save blur target for comparison with activeElement later\n // Need setTimeout, so that when the user presses Tab, the activeElement is the next focused element, not body element\n\n _this.internalSetTimeout(function () {\n if (!_this.isMouseDown && (_this.props.environment.document.activeElement == null || _this.props.environment.document.activeElement.id !== _this.inputId) && _this.props.environment.document.activeElement !== blurTarget // Do nothing if we refocus the same element again (to solve issue in Safari on iOS)\n ) {\n _this.reset({\n type: blurButton\n });\n }\n });\n };\n\n _this.getLabelProps = function (props) {\n return _extends({\n htmlFor: _this.inputId,\n id: _this.labelId\n }, props);\n };\n\n _this.getInputProps = function (_temp4) {\n var _ref4 = _temp4 === void 0 ? {} : _temp4,\n onKeyDown = _ref4.onKeyDown,\n onBlur = _ref4.onBlur,\n onChange = _ref4.onChange,\n onInput = _ref4.onInput,\n onChangeText = _ref4.onChangeText,\n rest = _objectWithoutPropertiesLoose(_ref4, [\"onKeyDown\", \"onBlur\", \"onChange\", \"onInput\", \"onChangeText\"]);\n\n var onChangeKey;\n var eventHandlers = {};\n /* istanbul ignore next (preact) */\n\n onChangeKey = 'onChange';\n\n var _this$getState4 = _this.getState(),\n inputValue = _this$getState4.inputValue,\n isOpen = _this$getState4.isOpen,\n highlightedIndex = _this$getState4.highlightedIndex;\n\n if (!rest.disabled) {\n var _eventHandlers;\n\n eventHandlers = (_eventHandlers = {}, _eventHandlers[onChangeKey] = callAllEventHandlers(onChange, onInput, _this.inputHandleChange), _eventHandlers.onKeyDown = callAllEventHandlers(onKeyDown, _this.inputHandleKeyDown), _eventHandlers.onBlur = callAllEventHandlers(onBlur, _this.inputHandleBlur), _eventHandlers);\n }\n /* istanbul ignore if (react-native) */\n\n\n return _extends({\n 'aria-autocomplete': 'list',\n 'aria-activedescendant': isOpen && typeof highlightedIndex === 'number' && highlightedIndex >= 0 ? _this.getItemId(highlightedIndex) : null,\n 'aria-controls': isOpen ? _this.menuId : null,\n 'aria-labelledby': _this.labelId,\n // https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion\n // revert back since autocomplete=\"nope\" is ignored on latest Chrome and Opera\n autoComplete: 'off',\n value: inputValue,\n id: _this.inputId\n }, eventHandlers, {}, rest);\n };\n\n _this.inputHandleKeyDown = function (event) {\n var key = normalizeArrowKey(event);\n\n if (key && _this.inputKeyDownHandlers[key]) {\n _this.inputKeyDownHandlers[key].call(_assertThisInitialized(_this), event);\n }\n };\n\n _this.inputHandleChange = function (event) {\n _this.internalSetState({\n type: changeInput,\n isOpen: true,\n inputValue: event.target.value,\n highlightedIndex: _this.props.defaultHighlightedIndex\n });\n };\n\n _this.inputHandleBlur = function () {\n // Need setTimeout, so that when the user presses Tab, the activeElement is the next focused element, not the body element\n _this.internalSetTimeout(function () {\n var downshiftButtonIsActive = _this.props.environment.document && !!_this.props.environment.document.activeElement && !!_this.props.environment.document.activeElement.dataset && _this.props.environment.document.activeElement.dataset.toggle && _this._rootNode && _this._rootNode.contains(_this.props.environment.document.activeElement);\n\n if (!_this.isMouseDown && !downshiftButtonIsActive) {\n _this.reset({\n type: blurInput\n });\n }\n });\n };\n\n _this.menuRef = function (node) {\n _this._menuNode = node;\n };\n\n _this.getMenuProps = function (_temp5, _temp6) {\n var _extends3;\n\n var _ref5 = _temp5 === void 0 ? {} : _temp5,\n _ref5$refKey = _ref5.refKey,\n refKey = _ref5$refKey === void 0 ? 'ref' : _ref5$refKey,\n ref = _ref5.ref,\n props = _objectWithoutPropertiesLoose(_ref5, [\"refKey\", \"ref\"]);\n\n var _ref6 = _temp6 === void 0 ? {} : _temp6,\n _ref6$suppressRefErro = _ref6.suppressRefError,\n suppressRefError = _ref6$suppressRefErro === void 0 ? false : _ref6$suppressRefErro;\n\n _this.getMenuProps.called = true;\n _this.getMenuProps.refKey = refKey;\n _this.getMenuProps.suppressRefError = suppressRefError;\n return _extends((_extends3 = {}, _extends3[refKey] = handleRefs(ref, _this.menuRef), _extends3.role = 'listbox', _extends3['aria-labelledby'] = props && props['aria-label'] ? null : _this.labelId, _extends3.id = _this.menuId, _extends3), props);\n };\n\n _this.getItemProps = function (_temp7) {\n var _enabledEventHandlers;\n\n var _ref7 = _temp7 === void 0 ? {} : _temp7,\n onMouseMove = _ref7.onMouseMove,\n onMouseDown = _ref7.onMouseDown,\n onClick = _ref7.onClick,\n onPress = _ref7.onPress,\n index = _ref7.index,\n _ref7$item = _ref7.item,\n item = _ref7$item === void 0 ? process.env.NODE_ENV === 'production' ?\n /* istanbul ignore next */\n undefined : requiredProp('getItemProps', 'item') : _ref7$item,\n rest = _objectWithoutPropertiesLoose(_ref7, [\"onMouseMove\", \"onMouseDown\", \"onClick\", \"onPress\", \"index\", \"item\"]);\n\n if (index === undefined) {\n _this.items.push(item);\n\n index = _this.items.indexOf(item);\n } else {\n _this.items[index] = item;\n }\n\n var onSelectKey = 'onClick';\n var customClickHandler = onClick;\n var enabledEventHandlers = (_enabledEventHandlers = {\n // onMouseMove is used over onMouseEnter here. onMouseMove\n // is only triggered on actual mouse movement while onMouseEnter\n // can fire on DOM changes, interrupting keyboard navigation\n onMouseMove: callAllEventHandlers(onMouseMove, function () {\n if (index === _this.getState().highlightedIndex) {\n return;\n }\n\n _this.setHighlightedIndex(index, {\n type: itemMouseEnter\n }); // We never want to manually scroll when changing state based\n // on `onMouseMove` because we will be moving the element out\n // from under the user which is currently scrolling/moving the\n // cursor\n\n\n _this.avoidScrolling = true;\n\n _this.internalSetTimeout(function () {\n return _this.avoidScrolling = false;\n }, 250);\n }),\n onMouseDown: callAllEventHandlers(onMouseDown, function (event) {\n // This prevents the activeElement from being changed\n // to the item so it can remain with the current activeElement\n // which is a more common use case.\n event.preventDefault();\n })\n }, _enabledEventHandlers[onSelectKey] = callAllEventHandlers(customClickHandler, function () {\n _this.selectItemAtIndex(index, {\n type: clickItem\n });\n }), _enabledEventHandlers); // Passing down the onMouseDown handler to prevent redirect\n // of the activeElement if clicking on disabled items\n\n var eventHandlers = rest.disabled ? {\n onMouseDown: enabledEventHandlers.onMouseDown\n } : enabledEventHandlers;\n return _extends({\n id: _this.getItemId(index),\n role: 'option',\n 'aria-selected': _this.getState().highlightedIndex === index\n }, eventHandlers, {}, rest);\n };\n\n _this.clearItems = function () {\n _this.items = [];\n };\n\n _this.reset = function (otherStateToSet, cb) {\n if (otherStateToSet === void 0) {\n otherStateToSet = {};\n }\n\n otherStateToSet = pickState(otherStateToSet);\n\n _this.internalSetState(function (_ref8) {\n var selectedItem = _ref8.selectedItem;\n return _extends({\n isOpen: _this.props.defaultIsOpen,\n highlightedIndex: _this.props.defaultHighlightedIndex,\n inputValue: _this.props.itemToString(selectedItem)\n }, otherStateToSet);\n }, cb);\n };\n\n _this.toggleMenu = function (otherStateToSet, cb) {\n if (otherStateToSet === void 0) {\n otherStateToSet = {};\n }\n\n otherStateToSet = pickState(otherStateToSet);\n\n _this.internalSetState(function (_ref9) {\n var isOpen = _ref9.isOpen;\n return _extends({\n isOpen: !isOpen\n }, isOpen && {\n highlightedIndex: _this.props.defaultHighlightedIndex\n }, {}, otherStateToSet);\n }, function () {\n var _this$getState5 = _this.getState(),\n isOpen = _this$getState5.isOpen,\n highlightedIndex = _this$getState5.highlightedIndex;\n\n if (isOpen) {\n if (_this.getItemCount() > 0 && typeof highlightedIndex === 'number') {\n _this.setHighlightedIndex(highlightedIndex, otherStateToSet);\n }\n }\n\n cbToCb(cb)();\n });\n };\n\n _this.openMenu = function (cb) {\n _this.internalSetState({\n isOpen: true\n }, cb);\n };\n\n _this.closeMenu = function (cb) {\n _this.internalSetState({\n isOpen: false\n }, cb);\n };\n\n _this.updateStatus = debounce(function () {\n var state = _this.getState();\n\n var item = _this.items[state.highlightedIndex];\n\n var resultCount = _this.getItemCount();\n\n var status = _this.props.getA11yStatusMessage(_extends({\n itemToString: _this.props.itemToString,\n previousResultCount: _this.previousResultCount,\n resultCount: resultCount,\n highlightedItem: item\n }, state));\n\n _this.previousResultCount = resultCount;\n setStatus(status, _this.props.environment.document);\n }, 200);\n\n // fancy destructuring + defaults + aliases\n // this basically says each value of state should either be set to\n // the initial value or the default value if the initial value is not provided\n var _this$props = _this.props,\n defaultHighlightedIndex = _this$props.defaultHighlightedIndex,\n _this$props$initialHi = _this$props.initialHighlightedIndex,\n _highlightedIndex = _this$props$initialHi === void 0 ? defaultHighlightedIndex : _this$props$initialHi,\n defaultIsOpen = _this$props.defaultIsOpen,\n _this$props$initialIs = _this$props.initialIsOpen,\n _isOpen = _this$props$initialIs === void 0 ? defaultIsOpen : _this$props$initialIs,\n _this$props$initialIn = _this$props.initialInputValue,\n _inputValue = _this$props$initialIn === void 0 ? '' : _this$props$initialIn,\n _this$props$initialSe = _this$props.initialSelectedItem,\n _selectedItem = _this$props$initialSe === void 0 ? null : _this$props$initialSe;\n\n var _state = _this.getState({\n highlightedIndex: _highlightedIndex,\n isOpen: _isOpen,\n inputValue: _inputValue,\n selectedItem: _selectedItem\n });\n\n if (_state.selectedItem != null && _this.props.initialInputValue === undefined) {\n _state.inputValue = _this.props.itemToString(_state.selectedItem);\n }\n\n _this.state = _state;\n return _this;\n }\n\n var _proto = Downshift.prototype;\n\n /**\n * Clear all running timeouts\n */\n _proto.internalClearTimeouts = function internalClearTimeouts() {\n this.timeoutIds.forEach(function (id) {\n clearTimeout(id);\n });\n this.timeoutIds = [];\n }\n /**\n * Gets the state based on internal state or props\n * If a state value is passed via props, then that\n * is the value given, otherwise it's retrieved from\n * stateToMerge\n *\n * This will perform a shallow merge of the given state object\n * with the state coming from props\n * (for the controlled component scenario)\n * This is used in state updater functions so they're referencing\n * the right state regardless of where it comes from.\n *\n * @param {Object} stateToMerge defaults to this.state\n * @return {Object} the state\n */\n ;\n\n _proto.getState = function getState(stateToMerge) {\n var _this4 = this;\n\n if (stateToMerge === void 0) {\n stateToMerge = this.state;\n }\n\n return Object.keys(stateToMerge).reduce(function (state, key) {\n state[key] = _this4.isControlledProp(key) ? _this4.props[key] : stateToMerge[key];\n return state;\n }, {});\n }\n /**\n * This determines whether a prop is a \"controlled prop\" meaning it is\n * state which is controlled by the outside of this component rather\n * than within this component.\n * @param {String} key the key to check\n * @return {Boolean} whether it is a controlled controlled prop\n */\n ;\n\n _proto.isControlledProp = function isControlledProp(key) {\n return this.props[key] !== undefined;\n };\n\n _proto.getItemCount = function getItemCount() {\n // things read better this way. They're in priority order:\n // 1. `this.itemCount`\n // 2. `this.props.itemCount`\n // 3. `this.items.length`\n var itemCount = this.items.length;\n\n if (this.itemCount != null) {\n itemCount = this.itemCount;\n } else if (this.props.itemCount !== undefined) {\n itemCount = this.props.itemCount;\n }\n\n return itemCount;\n };\n\n _proto.getItemNodeFromIndex = function getItemNodeFromIndex(index) {\n return this.props.environment.document.getElementById(this.getItemId(index));\n };\n\n _proto.scrollHighlightedItemIntoView = function scrollHighlightedItemIntoView() {\n /* istanbul ignore else (react-native) */\n {\n var node = this.getItemNodeFromIndex(this.getState().highlightedIndex);\n this.props.scrollIntoView(node, this._menuNode);\n }\n };\n\n _proto.moveHighlightedIndex = function moveHighlightedIndex(amount, otherStateToSet) {\n var itemCount = this.getItemCount();\n\n if (itemCount > 0) {\n var nextHighlightedIndex = getNextWrappingIndex(amount, this.getState().highlightedIndex, itemCount);\n this.setHighlightedIndex(nextHighlightedIndex, otherStateToSet);\n }\n };\n\n _proto.highlightFirstOrLastIndex = function highlightFirstOrLastIndex(event, first, otherStateToSet) {\n var itemsLastIndex = this.getItemCount() - 1;\n\n if (itemsLastIndex < 0 || !this.getState().isOpen) {\n return;\n }\n\n event.preventDefault();\n this.setHighlightedIndex(first ? 0 : itemsLastIndex, otherStateToSet);\n };\n\n _proto.getStateAndHelpers = function getStateAndHelpers() {\n var _this$getState6 = this.getState(),\n highlightedIndex = _this$getState6.highlightedIndex,\n inputValue = _this$getState6.inputValue,\n selectedItem = _this$getState6.selectedItem,\n isOpen = _this$getState6.isOpen;\n\n var itemToString = this.props.itemToString;\n var id = this.id;\n var getRootProps = this.getRootProps,\n getToggleButtonProps = this.getToggleButtonProps,\n getLabelProps = this.getLabelProps,\n getMenuProps = this.getMenuProps,\n getInputProps = this.getInputProps,\n getItemProps = this.getItemProps,\n openMenu = this.openMenu,\n closeMenu = this.closeMenu,\n toggleMenu = this.toggleMenu,\n selectItem = this.selectItem,\n selectItemAtIndex = this.selectItemAtIndex,\n selectHighlightedItem = this.selectHighlightedItem,\n setHighlightedIndex = this.setHighlightedIndex,\n clearSelection = this.clearSelection,\n clearItems = this.clearItems,\n reset = this.reset,\n setItemCount = this.setItemCount,\n unsetItemCount = this.unsetItemCount,\n setState = this.internalSetState;\n return {\n // prop getters\n getRootProps: getRootProps,\n getToggleButtonProps: getToggleButtonProps,\n getLabelProps: getLabelProps,\n getMenuProps: getMenuProps,\n getInputProps: getInputProps,\n getItemProps: getItemProps,\n // actions\n reset: reset,\n openMenu: openMenu,\n closeMenu: closeMenu,\n toggleMenu: toggleMenu,\n selectItem: selectItem,\n selectItemAtIndex: selectItemAtIndex,\n selectHighlightedItem: selectHighlightedItem,\n setHighlightedIndex: setHighlightedIndex,\n clearSelection: clearSelection,\n clearItems: clearItems,\n setItemCount: setItemCount,\n unsetItemCount: unsetItemCount,\n setState: setState,\n // props\n itemToString: itemToString,\n // derived\n id: id,\n // state\n highlightedIndex: highlightedIndex,\n inputValue: inputValue,\n isOpen: isOpen,\n selectedItem: selectedItem\n };\n } //////////////////////////// ROOT\n ;\n\n _proto.componentDidMount = function componentDidMount() {\n var _this5 = this;\n\n /* istanbul ignore if (react-native) */\n if (process.env.NODE_ENV !== 'production' && !false && this.getMenuProps.called && !this.getMenuProps.suppressRefError) {\n validateGetMenuPropsCalledCorrectly(this._menuNode, this.getMenuProps);\n }\n /* istanbul ignore if (react-native) */\n\n\n {\n var targetWithinDownshift = function (target, checkActiveElement) {\n if (checkActiveElement === void 0) {\n checkActiveElement = true;\n }\n\n var document = _this5.props.environment.document;\n return [_this5._rootNode, _this5._menuNode].some(function (contextNode) {\n return contextNode && (isOrContainsNode(contextNode, target) || checkActiveElement && isOrContainsNode(contextNode, document.activeElement));\n });\n }; // this.isMouseDown helps us track whether the mouse is currently held down.\n // This is useful when the user clicks on an item in the list, but holds the mouse\n // down long enough for the list to disappear (because the blur event fires on the input)\n // this.isMouseDown is used in the blur handler on the input to determine whether the blur event should\n // trigger hiding the menu.\n\n\n var onMouseDown = function () {\n _this5.isMouseDown = true;\n };\n\n var onMouseUp = function (event) {\n _this5.isMouseDown = false; // if the target element or the activeElement is within a downshift node\n // then we don't want to reset downshift\n\n var contextWithinDownshift = targetWithinDownshift(event.target);\n\n if (!contextWithinDownshift && _this5.getState().isOpen) {\n _this5.reset({\n type: mouseUp\n }, function () {\n return _this5.props.onOuterClick(_this5.getStateAndHelpers());\n });\n }\n }; // Touching an element in iOS gives focus and hover states, but touching out of\n // the element will remove hover, and persist the focus state, resulting in the\n // blur event not being triggered.\n // this.isTouchMove helps us track whether the user is tapping or swiping on a touch screen.\n // If the user taps outside of Downshift, the component should be reset,\n // but not if the user is swiping\n\n\n var onTouchStart = function () {\n _this5.isTouchMove = false;\n };\n\n var onTouchMove = function () {\n _this5.isTouchMove = true;\n };\n\n var onTouchEnd = function (event) {\n var contextWithinDownshift = targetWithinDownshift(event.target, false);\n\n if (!_this5.isTouchMove && !contextWithinDownshift && _this5.getState().isOpen) {\n _this5.reset({\n type: touchEnd\n }, function () {\n return _this5.props.onOuterClick(_this5.getStateAndHelpers());\n });\n }\n };\n\n var environment = this.props.environment;\n environment.addEventListener('mousedown', onMouseDown);\n environment.addEventListener('mouseup', onMouseUp);\n environment.addEventListener('touchstart', onTouchStart);\n environment.addEventListener('touchmove', onTouchMove);\n environment.addEventListener('touchend', onTouchEnd);\n\n this.cleanup = function () {\n _this5.internalClearTimeouts();\n\n _this5.updateStatus.cancel();\n\n environment.removeEventListener('mousedown', onMouseDown);\n environment.removeEventListener('mouseup', onMouseUp);\n environment.removeEventListener('touchstart', onTouchStart);\n environment.removeEventListener('touchmove', onTouchMove);\n environment.removeEventListener('touchend', onTouchEnd);\n };\n }\n };\n\n _proto.shouldScroll = function shouldScroll(prevState, prevProps) {\n var _ref10 = this.props.highlightedIndex === undefined ? this.getState() : this.props,\n currentHighlightedIndex = _ref10.highlightedIndex;\n\n var _ref11 = prevProps.highlightedIndex === undefined ? prevState : prevProps,\n prevHighlightedIndex = _ref11.highlightedIndex;\n\n var scrollWhenOpen = currentHighlightedIndex && this.getState().isOpen && !prevState.isOpen;\n return scrollWhenOpen || currentHighlightedIndex !== prevHighlightedIndex;\n };\n\n _proto.componentDidUpdate = function componentDidUpdate(prevProps, prevState) {\n if (process.env.NODE_ENV !== 'production') {\n validateControlledUnchanged(prevProps, this.props);\n /* istanbul ignore if (react-native) */\n\n if ( this.getMenuProps.called && !this.getMenuProps.suppressRefError) {\n validateGetMenuPropsCalledCorrectly(this._menuNode, this.getMenuProps);\n }\n }\n\n if (this.isControlledProp('selectedItem') && this.props.selectedItemChanged(prevProps.selectedItem, this.props.selectedItem)) {\n this.internalSetState({\n type: controlledPropUpdatedSelectedItem,\n inputValue: this.props.itemToString(this.props.selectedItem)\n });\n }\n\n if (!this.avoidScrolling && this.shouldScroll(prevState, prevProps)) {\n this.scrollHighlightedItemIntoView();\n }\n /* istanbul ignore else (react-native) */\n\n\n this.updateStatus();\n };\n\n _proto.componentWillUnmount = function componentWillUnmount() {\n this.cleanup(); // avoids memory leak\n };\n\n _proto.render = function render() {\n var children = unwrapArray(this.props.children, noop); // because the items are rerendered every time we call the children\n // we clear this out each render and it will be populated again as\n // getItemProps is called.\n\n this.clearItems(); // we reset this so we know whether the user calls getRootProps during\n // this render. If they do then we don't need to do anything,\n // if they don't then we need to clone the element they return and\n // apply the props for them.\n\n this.getRootProps.called = false;\n this.getRootProps.refKey = undefined;\n this.getRootProps.suppressRefError = undefined; // we do something similar for getMenuProps\n\n this.getMenuProps.called = false;\n this.getMenuProps.refKey = undefined;\n this.getMenuProps.suppressRefError = undefined; // we do something similar for getLabelProps\n\n this.getLabelProps.called = false; // and something similar for getInputProps\n\n this.getInputProps.called = false;\n var element = unwrapArray(children(this.getStateAndHelpers()));\n\n if (!element) {\n return null;\n }\n\n if (this.getRootProps.called || this.props.suppressRefError) {\n if (process.env.NODE_ENV !== 'production' && !this.getRootProps.suppressRefError && !this.props.suppressRefError) {\n validateGetRootPropsCalledCorrectly(element, this.getRootProps);\n }\n\n return element;\n } else if (isDOMElement(element)) {\n // they didn't apply the root props, but we can clone\n // this and apply the props ourselves\n return cloneElement(element, this.getRootProps(getElementProps(element)));\n }\n /* istanbul ignore else */\n\n\n if (process.env.NODE_ENV !== 'production') {\n // they didn't apply the root props, but they need to\n // otherwise we can't query around the autocomplete\n throw new Error('downshift: If you return a non-DOM element, you must apply the getRootProps function');\n }\n /* istanbul ignore next */\n\n\n return undefined;\n };\n\n return Downshift;\n }(Component);\n\n Downshift.defaultProps = {\n defaultHighlightedIndex: null,\n defaultIsOpen: false,\n getA11yStatusMessage: getA11yStatusMessage,\n itemToString: function itemToString(i) {\n if (i == null) {\n return '';\n }\n\n if (process.env.NODE_ENV !== 'production' && isPlainObject(i) && !i.hasOwnProperty('toString')) {\n // eslint-disable-next-line no-console\n console.warn('downshift: An object was passed to the default implementation of `itemToString`. You should probably provide your own `itemToString` implementation. Please refer to the `itemToString` API documentation.', 'The object that was passed:', i);\n }\n\n return String(i);\n },\n onStateChange: noop,\n onInputValueChange: noop,\n onUserAction: noop,\n onChange: noop,\n onSelect: noop,\n onOuterClick: noop,\n selectedItemChanged: function selectedItemChanged(prevItem, item) {\n return prevItem !== item;\n },\n environment: typeof window === 'undefined'\n /* istanbul ignore next (ssr) */\n ? {} : window,\n stateReducer: function stateReducer(state, stateToSet) {\n return stateToSet;\n },\n suppressRefError: false,\n scrollIntoView: scrollIntoView\n };\n Downshift.stateChangeTypes = stateChangeTypes;\n return Downshift;\n}();\n\nprocess.env.NODE_ENV !== \"production\" ? Downshift.propTypes = {\n children: PropTypes.func,\n defaultHighlightedIndex: PropTypes.number,\n defaultIsOpen: PropTypes.bool,\n initialHighlightedIndex: PropTypes.number,\n initialSelectedItem: PropTypes.any,\n initialInputValue: PropTypes.string,\n initialIsOpen: PropTypes.bool,\n getA11yStatusMessage: PropTypes.func,\n itemToString: PropTypes.func,\n onChange: PropTypes.func,\n onSelect: PropTypes.func,\n onStateChange: PropTypes.func,\n onInputValueChange: PropTypes.func,\n onUserAction: PropTypes.func,\n onOuterClick: PropTypes.func,\n selectedItemChanged: PropTypes.func,\n stateReducer: PropTypes.func,\n itemCount: PropTypes.number,\n id: PropTypes.string,\n environment: PropTypes.shape({\n addEventListener: PropTypes.func,\n removeEventListener: PropTypes.func,\n document: PropTypes.shape({\n getElementById: PropTypes.func,\n activeElement: PropTypes.any,\n body: PropTypes.any\n })\n }),\n suppressRefError: PropTypes.bool,\n scrollIntoView: PropTypes.func,\n // things we keep in state for uncontrolled components\n // but can accept as props for controlled components\n\n /* eslint-disable react/no-unused-prop-types */\n selectedItem: PropTypes.any,\n isOpen: PropTypes.bool,\n inputValue: PropTypes.string,\n highlightedIndex: PropTypes.number,\n labelId: PropTypes.string,\n inputId: PropTypes.string,\n menuId: PropTypes.string,\n getItemId: PropTypes.func\n /* eslint-enable react/no-unused-prop-types */\n\n} : void 0;\n\nfunction validateGetMenuPropsCalledCorrectly(node, _ref12) {\n var refKey = _ref12.refKey;\n\n if (!node) {\n // eslint-disable-next-line no-console\n console.error(\"downshift: The ref prop \\\"\" + refKey + \"\\\" from getMenuProps was not applied correctly on your menu element.\");\n }\n}\n\nfunction validateGetRootPropsCalledCorrectly(element, _ref13) {\n var refKey = _ref13.refKey;\n var refKeySpecified = refKey !== 'ref';\n var isComposite = !isDOMElement(element);\n\n if (isComposite && !refKeySpecified && !isForwardRef(element)) {\n // eslint-disable-next-line no-console\n console.error('downshift: You returned a non-DOM element. You must specify a refKey in getRootProps');\n } else if (!isComposite && refKeySpecified) {\n // eslint-disable-next-line no-console\n console.error(\"downshift: You returned a DOM element. You should not specify a refKey in getRootProps. You specified \\\"\" + refKey + \"\\\"\");\n }\n\n if (!isForwardRef(element) && !getElementProps(element)[refKey]) {\n // eslint-disable-next-line no-console\n console.error(\"downshift: You must apply the ref prop \\\"\" + refKey + \"\\\" from getRootProps onto your root element.\");\n }\n}\n\nfunction validateControlledUnchanged(prevProps, nextProps) {\n var warningDescription = \"This prop should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled Downshift element for the lifetime of the component. More info: https://github.com/downshift-js/downshift#control-props\";\n ['selectedItem', 'isOpen', 'inputValue', 'highlightedIndex'].forEach(function (propKey) {\n if (prevProps[propKey] !== undefined && nextProps[propKey] === undefined) {\n // eslint-disable-next-line no-console\n console.error(\"downshift: A component has changed the controlled prop \\\"\" + propKey + \"\\\" to be uncontrolled. \" + warningDescription);\n } else if (prevProps[propKey] === undefined && nextProps[propKey] !== undefined) {\n // eslint-disable-next-line no-console\n console.error(\"downshift: A component has changed the uncontrolled prop \\\"\" + propKey + \"\\\" to be controlled. \" + warningDescription);\n }\n });\n}\n\nfunction getElementIds(generateDefaultId, _temp) {\n var _ref = _temp === void 0 ? {} : _temp,\n id = _ref.id,\n labelId = _ref.labelId,\n menuId = _ref.menuId,\n getItemId = _ref.getItemId,\n toggleButtonId = _ref.toggleButtonId;\n\n var uniqueId = id === undefined ? \"downshift-\" + generateDefaultId() : id;\n return {\n labelId: labelId || uniqueId + \"-label\",\n menuId: menuId || uniqueId + \"-menu\",\n getItemId: getItemId || function (index) {\n return uniqueId + \"-item-\" + index;\n },\n toggleButtonId: toggleButtonId || uniqueId + \"-toggle-button\"\n };\n}\n\nfunction getNextWrappingIndex$1(moveAmount, baseIndex, itemsLength, circular) {\n if (baseIndex === -1) {\n return moveAmount > 0 ? 0 : itemsLength - 1;\n }\n\n var nextIndex = baseIndex + moveAmount;\n\n if (nextIndex < 0) {\n return circular ? itemsLength - 1 : 0;\n }\n\n if (nextIndex >= itemsLength) {\n return circular ? 0 : itemsLength - 1;\n }\n\n return nextIndex;\n}\n\nfunction getItemIndexByCharacterKey(keysSoFar, highlightedIndex, items, itemToStringParam) {\n var newHighlightedIndex = -1;\n var itemStrings = items.map(function (item) {\n return itemToStringParam(item).toLowerCase();\n });\n var startPosition = highlightedIndex + 1;\n newHighlightedIndex = itemStrings.slice(startPosition).findIndex(function (itemString) {\n return itemString.startsWith(keysSoFar);\n });\n\n if (newHighlightedIndex > -1) {\n return newHighlightedIndex + startPosition;\n } else {\n return itemStrings.slice(0, startPosition).findIndex(function (itemString) {\n return itemString.startsWith(keysSoFar);\n });\n }\n}\n\nfunction getState(state, props) {\n return Object.keys(state).reduce(function (prevState, key) {\n // eslint-disable-next-line no-param-reassign\n prevState[key] = key in props ? props[key] : state[key];\n return prevState;\n }, {});\n}\n\nfunction getItemIndex(index, item, items) {\n if (index !== undefined) {\n return index;\n }\n\n if (items.length === 0) {\n return -1;\n }\n\n return items.indexOf(item);\n}\n\nfunction itemToString(item) {\n return item ? String(item) : '';\n}\n\nfunction getPropTypesValidator(caller, propTypes) {\n // istanbul ignore next\n return function (options) {\n if (options === void 0) {\n options = {};\n }\n\n Object.entries(propTypes).forEach(function (_ref2) {\n var key = _ref2[0];\n PropTypes.checkPropTypes(propTypes, options, key, caller.name);\n });\n };\n}\n\nfunction isAcceptedCharacterKey(key) {\n return /^\\S{1}$/.test(key);\n}\n\nfunction capitalizeString(string) {\n return \"\" + string.slice(0, 1).toUpperCase() + string.slice(1);\n}\n\nfunction invokeOnChangeHandler(propKey, props, state, changes) {\n var handler = \"on\" + capitalizeString(propKey) + \"Change\";\n\n if (props[handler] && changes[propKey] !== undefined && changes[propKey] !== state[propKey]) {\n props[handler](changes);\n }\n}\n\nfunction callOnChangeProps(props, state, changes) {\n Object.keys(state).forEach(function (stateKey) {\n invokeOnChangeHandler(stateKey, props, state, changes);\n });\n\n if (props.onStateChange && changes !== undefined) {\n props.onStateChange(changes);\n }\n}\n\nfunction useEnhancedReducer(reducer, initialState, props) {\n var enhancedReducer = useCallback(function (state, action) {\n state = getState(state, action.props);\n var stateReducer = action.props.stateReducer;\n var changes = reducer(state, action);\n var newState = stateReducer(state, _extends({}, action, {\n changes: changes\n }));\n callOnChangeProps(action.props, state, newState);\n return newState;\n }, [reducer]);\n\n var _useReducer = useReducer(enhancedReducer, initialState),\n state = _useReducer[0],\n dispatch = _useReducer[1];\n\n return [getState(state, props), dispatch];\n}\n\nvar lastId = 0; // istanbul ignore next\n\nvar genId = function () {\n return ++lastId;\n};\n/**\n * Autogenerate IDs to facilitate WAI-ARIA and server rendering.\n * Taken from @reach/auto-id\n * @see https://github.com/reach/reach-ui/blob/6e9dbcf716d5c9a3420e062e5bac1ac4671d01cb/packages/auto-id/src/index.js\n */\n// istanbul ignore next\n\n\nfunction useId() {\n var _useState = useState(null),\n id = _useState[0],\n setId = _useState[1];\n\n useEffect(function () {\n return setId(genId());\n }, []);\n return id;\n}\n/**\n * Checks if nextElement receives focus after the blur event.\n *\n * @param {FocusEvent} event The blur event.\n * @param {Element} nextElement The element to check that receive focus next.\n * @returns {boolean} If the focus lands on nextElement.\n */\n\n\nfunction focusLandsOnElement(event, nextElement) {\n return event.relatedTarget === nextElement || // https://github.com/downshift-js/downshift/issues/832 - workaround for Firefox.\n event.nativeEvent && (nextElement === event.nativeEvent.explicitOriginalTarget || nextElement.contains(event.nativeEvent.explicitOriginalTarget));\n}\n\nvar defaultStateValues = {\n highlightedIndex: -1,\n isOpen: false,\n selectedItem: null\n};\n\nfunction getA11yStatusMessage$1(_ref) {\n var isOpen = _ref.isOpen,\n items = _ref.items;\n\n if (!items) {\n return '';\n }\n\n var resultCount = items.length;\n\n if (isOpen) {\n if (resultCount === 0) {\n return 'No results are available';\n }\n\n return resultCount + \" result\" + (resultCount === 1 ? ' is' : 's are') + \" available, use up and down arrow keys to navigate. Press Enter key to select.\";\n }\n\n return '';\n}\n\nfunction getA11ySelectionMessage(_ref2) {\n var selectedItem = _ref2.selectedItem,\n itemToString = _ref2.itemToString;\n return itemToString(selectedItem) + \" has been selected.\";\n}\n\nfunction getHighlightedIndexOnOpen(props, state, offset) {\n var items = props.items,\n initialHighlightedIndex = props.initialHighlightedIndex,\n defaultHighlightedIndex = props.defaultHighlightedIndex;\n var selectedItem = state.selectedItem,\n highlightedIndex = state.highlightedIndex; // initialHighlightedIndex will give value to highlightedIndex on initial state only.\n\n if (initialHighlightedIndex !== undefined && highlightedIndex > -1) {\n return initialHighlightedIndex;\n }\n\n if (defaultHighlightedIndex !== undefined) {\n return defaultHighlightedIndex;\n }\n\n if (selectedItem) {\n if (offset === 0) {\n return items.indexOf(selectedItem);\n }\n\n return getNextWrappingIndex$1(offset, items.indexOf(selectedItem), items.length, false);\n }\n\n if (offset === 0) {\n return -1;\n }\n\n return offset < 0 ? items.length - 1 : 0;\n}\n\nfunction getDefaultValue(props, propKey) {\n var defaultPropKey = \"default\" + capitalizeString(propKey);\n\n if (defaultPropKey in props) {\n return props[defaultPropKey];\n }\n\n return defaultStateValues[propKey];\n}\n\nfunction getInitialValue(props, propKey) {\n if (propKey in props) {\n return props[propKey];\n }\n\n var initialPropKey = \"initial\" + capitalizeString(propKey);\n\n if (initialPropKey in props) {\n return props[initialPropKey];\n }\n\n return getDefaultValue(props, propKey);\n}\n\nfunction getInitialState(props) {\n var selectedItem = getInitialValue(props, 'selectedItem');\n var highlightedIndex = getInitialValue(props, 'highlightedIndex');\n var isOpen = getInitialValue(props, 'isOpen');\n return {\n highlightedIndex: highlightedIndex < 0 && selectedItem ? props.items.indexOf(selectedItem) : highlightedIndex,\n isOpen: isOpen,\n selectedItem: selectedItem,\n keysSoFar: ''\n };\n}\n\nvar propTypes = {\n items: PropTypes.array.isRequired,\n itemToString: PropTypes.func,\n getA11yStatusMessage: PropTypes.func,\n getA11ySelectionMessage: PropTypes.func,\n circularNavigation: PropTypes.bool,\n highlightedIndex: PropTypes.number,\n defaultHighlightedIndex: PropTypes.number,\n initialHighlightedIndex: PropTypes.number,\n isOpen: PropTypes.bool,\n defaultIsOpen: PropTypes.bool,\n initialIsOpen: PropTypes.bool,\n selectedItem: PropTypes.any,\n initialSelectedItem: PropTypes.any,\n defaultSelectedItem: PropTypes.any,\n id: PropTypes.string,\n labelId: PropTypes.string,\n menuId: PropTypes.string,\n getItemId: PropTypes.func,\n toggleButtonId: PropTypes.string,\n stateReducer: PropTypes.func,\n onSelectedItemChange: PropTypes.func,\n onHighlightedIndexChange: PropTypes.func,\n onStateChange: PropTypes.func,\n onIsOpenChange: PropTypes.func,\n environment: PropTypes.shape({\n addEventListener: PropTypes.func,\n removeEventListener: PropTypes.func,\n document: PropTypes.shape({\n getElementById: PropTypes.func,\n activeElement: PropTypes.any,\n body: PropTypes.any\n })\n })\n};\n\nvar MenuKeyDownArrowDown = process.env.NODE_ENV !== \"production\" ? '__menu_keydown_arrow_down__' : 0;\nvar MenuKeyDownArrowUp = process.env.NODE_ENV !== \"production\" ? '__menu_keydown_arrow_up__' : 1;\nvar MenuKeyDownEscape = process.env.NODE_ENV !== \"production\" ? '__menu_keydown_escape__' : 2;\nvar MenuKeyDownHome = process.env.NODE_ENV !== \"production\" ? '__menu_keydown_home__' : 3;\nvar MenuKeyDownEnd = process.env.NODE_ENV !== \"production\" ? '__menu_keydown_end__' : 4;\nvar MenuKeyDownEnter = process.env.NODE_ENV !== \"production\" ? '__menu_keydown_enter__' : 5;\nvar MenuKeyDownCharacter = process.env.NODE_ENV !== \"production\" ? '__menu_keydown_character__' : 6;\nvar MenuBlur = process.env.NODE_ENV !== \"production\" ? '__menu_blur__' : 7;\nvar MenuMouseLeave = process.env.NODE_ENV !== \"production\" ? '__menu_mouse_leave__' : 8;\nvar ItemMouseMove = process.env.NODE_ENV !== \"production\" ? '__item_mouse_move__' : 9;\nvar ItemClick = process.env.NODE_ENV !== \"production\" ? '__item_click__' : 10;\nvar ToggleButtonKeyDownCharacter = process.env.NODE_ENV !== \"production\" ? '__togglebutton_keydown_character__' : 11;\nvar ToggleButtonKeyDownArrowDown = process.env.NODE_ENV !== \"production\" ? '__togglebutton_keydown_arrow_down__' : 12;\nvar ToggleButtonKeyDownArrowUp = process.env.NODE_ENV !== \"production\" ? '__togglebutton_keydown_arrow_up__' : 13;\nvar ToggleButtonClick = process.env.NODE_ENV !== \"production\" ? '__togglebutton_click__' : 14;\nvar FunctionToggleMenu = process.env.NODE_ENV !== \"production\" ? '__function_toggle_menu__' : 15;\nvar FunctionOpenMenu = process.env.NODE_ENV !== \"production\" ? '__function_open_menu__' : 16;\nvar FunctionCloseMenu = process.env.NODE_ENV !== \"production\" ? '__function_close_menu__' : 17;\nvar FunctionSetHighlightedIndex = process.env.NODE_ENV !== \"production\" ? '__function_set_highlighted_index__' : 18;\nvar FunctionSelectItem = process.env.NODE_ENV !== \"production\" ? '__function_select_item__' : 19;\nvar FunctionClearKeysSoFar = process.env.NODE_ENV !== \"production\" ? '__function_clear_keys_so_far__' : 20;\nvar FunctionReset = process.env.NODE_ENV !== \"production\" ? '__function_reset__' : 21;\n\nvar stateChangeTypes$1 = /*#__PURE__*/Object.freeze({\n __proto__: null,\n MenuKeyDownArrowDown: MenuKeyDownArrowDown,\n MenuKeyDownArrowUp: MenuKeyDownArrowUp,\n MenuKeyDownEscape: MenuKeyDownEscape,\n MenuKeyDownHome: MenuKeyDownHome,\n MenuKeyDownEnd: MenuKeyDownEnd,\n MenuKeyDownEnter: MenuKeyDownEnter,\n MenuKeyDownCharacter: MenuKeyDownCharacter,\n MenuBlur: MenuBlur,\n MenuMouseLeave: MenuMouseLeave,\n ItemMouseMove: ItemMouseMove,\n ItemClick: ItemClick,\n ToggleButtonKeyDownCharacter: ToggleButtonKeyDownCharacter,\n ToggleButtonKeyDownArrowDown: ToggleButtonKeyDownArrowDown,\n ToggleButtonKeyDownArrowUp: ToggleButtonKeyDownArrowUp,\n ToggleButtonClick: ToggleButtonClick,\n FunctionToggleMenu: FunctionToggleMenu,\n FunctionOpenMenu: FunctionOpenMenu,\n FunctionCloseMenu: FunctionCloseMenu,\n FunctionSetHighlightedIndex: FunctionSetHighlightedIndex,\n FunctionSelectItem: FunctionSelectItem,\n FunctionClearKeysSoFar: FunctionClearKeysSoFar,\n FunctionReset: FunctionReset\n});\n\n/* eslint-disable complexity */\n\nfunction downshiftSelectReducer(state, action) {\n var type = action.type,\n props = action.props,\n shiftKey = action.shiftKey;\n var changes;\n\n switch (type) {\n case ItemMouseMove:\n changes = {\n highlightedIndex: action.index\n };\n break;\n\n case ItemClick:\n changes = {\n isOpen: getDefaultValue(props, 'isOpen'),\n highlightedIndex: getDefaultValue(props, 'highlightedIndex'),\n selectedItem: props.items[action.index]\n };\n break;\n\n case MenuBlur:\n changes = {\n isOpen: false,\n highlightedIndex: -1\n };\n break;\n\n case MenuKeyDownArrowDown:\n changes = {\n highlightedIndex: getNextWrappingIndex$1(shiftKey ? 5 : 1, state.highlightedIndex, props.items.length, props.circularNavigation)\n };\n break;\n\n case MenuKeyDownArrowUp:\n changes = {\n highlightedIndex: getNextWrappingIndex$1(shiftKey ? -5 : -1, state.highlightedIndex, props.items.length, props.circularNavigation)\n };\n break;\n\n case MenuKeyDownHome:\n changes = {\n highlightedIndex: 0\n };\n break;\n\n case MenuKeyDownEnd:\n changes = {\n highlightedIndex: props.items.length - 1\n };\n break;\n\n case MenuKeyDownEscape:\n changes = {\n isOpen: false,\n highlightedIndex: -1\n };\n break;\n\n case MenuKeyDownEnter:\n changes = _extends({\n isOpen: getDefaultValue(props, 'isOpen'),\n highlightedIndex: getDefaultValue(props, 'highlightedIndex')\n }, state.highlightedIndex >= 0 && {\n selectedItem: props.items[state.highlightedIndex]\n });\n break;\n\n case MenuKeyDownCharacter:\n {\n var lowercasedKey = action.key;\n var keysSoFar = \"\" + state.keysSoFar + lowercasedKey;\n var highlightedIndex = getItemIndexByCharacterKey(keysSoFar, state.highlightedIndex, props.items, props.itemToString);\n changes = _extends({\n keysSoFar: keysSoFar\n }, highlightedIndex >= 0 && {\n highlightedIndex: highlightedIndex\n });\n }\n break;\n\n case MenuMouseLeave:\n changes = {\n highlightedIndex: -1\n };\n break;\n\n case ToggleButtonKeyDownCharacter:\n {\n var _lowercasedKey = action.key;\n\n var _keysSoFar = \"\" + state.keysSoFar + _lowercasedKey;\n\n var itemIndex = getItemIndexByCharacterKey(_keysSoFar, state.selectedItem ? props.items.indexOf(state.selectedItem) : -1, props.items, props.itemToString);\n changes = _extends({\n keysSoFar: _keysSoFar\n }, itemIndex >= 0 && {\n selectedItem: props.items[itemIndex]\n });\n }\n break;\n\n case ToggleButtonKeyDownArrowDown:\n {\n changes = {\n isOpen: true,\n highlightedIndex: getHighlightedIndexOnOpen(props, state, 1)\n };\n break;\n }\n\n case ToggleButtonKeyDownArrowUp:\n changes = {\n isOpen: true,\n highlightedIndex: getHighlightedIndexOnOpen(props, state, -1)\n };\n break;\n\n case ToggleButtonClick:\n case FunctionToggleMenu:\n changes = {\n isOpen: !state.isOpen,\n highlightedIndex: state.isOpen ? -1 : getHighlightedIndexOnOpen(props, state, 0)\n };\n break;\n\n case FunctionOpenMenu:\n changes = {\n isOpen: true,\n highlightedIndex: getHighlightedIndexOnOpen(props, state, 0)\n };\n break;\n\n case FunctionCloseMenu:\n changes = {\n isOpen: false\n };\n break;\n\n case FunctionSetHighlightedIndex:\n changes = {\n highlightedIndex: action.highlightedIndex\n };\n break;\n\n case FunctionSelectItem:\n changes = {\n selectedItem: action.selectedItem\n };\n break;\n\n case FunctionClearKeysSoFar:\n changes = {\n keysSoFar: ''\n };\n break;\n\n case FunctionReset:\n changes = {\n highlightedIndex: getDefaultValue(props, 'highlightedIndex'),\n isOpen: getDefaultValue(props, 'isOpen'),\n selectedItem: getDefaultValue(props, 'selectedItem')\n };\n break;\n\n default:\n throw new Error('Reducer called without proper action type.');\n }\n\n return _extends({}, state, {}, changes);\n}\n/* eslint-enable complexity */\n\nvar validatePropTypes = process.env.NODE_ENV === 'production' ?\n/* istanbul ignore next */\nnull : getPropTypesValidator(useSelect, propTypes);\nvar defaultProps = {\n itemToString: itemToString,\n stateReducer: function stateReducer(s, a) {\n return a.changes;\n },\n getA11yStatusMessage: getA11yStatusMessage$1,\n getA11ySelectionMessage: getA11ySelectionMessage,\n scrollIntoView: scrollIntoView,\n environment: typeof window === 'undefined'\n /* istanbul ignore next (ssr) */\n ? {} : window\n};\nuseSelect.stateChangeTypes = stateChangeTypes$1;\n\nfunction useSelect(userProps) {\n if (userProps === void 0) {\n userProps = {};\n }\n\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production') {\n validatePropTypes(userProps);\n } // Props defaults and destructuring.\n\n\n var props = _extends({}, defaultProps, {}, userProps);\n\n var items = props.items,\n itemToString = props.itemToString,\n getA11yStatusMessage = props.getA11yStatusMessage,\n getA11ySelectionMessage = props.getA11ySelectionMessage,\n initialIsOpen = props.initialIsOpen,\n defaultIsOpen = props.defaultIsOpen,\n scrollIntoView = props.scrollIntoView,\n environment = props.environment; // Initial state depending on controlled props.\n\n var initialState = getInitialState(props); // Reducer init.\n\n var _useEnhancedReducer = useEnhancedReducer(downshiftSelectReducer, initialState, props),\n _useEnhancedReducer$ = _useEnhancedReducer[0],\n isOpen = _useEnhancedReducer$.isOpen,\n highlightedIndex = _useEnhancedReducer$.highlightedIndex,\n selectedItem = _useEnhancedReducer$.selectedItem,\n keysSoFar = _useEnhancedReducer$.keysSoFar,\n dispatchWithoutProps = _useEnhancedReducer[1];\n\n var dispatch = function (action) {\n return dispatchWithoutProps(_extends({\n props: props\n }, action));\n }; // IDs generation.\n\n\n var _getElementIds = getElementIds(useId, props),\n labelId = _getElementIds.labelId,\n getItemId = _getElementIds.getItemId,\n menuId = _getElementIds.menuId,\n toggleButtonId = _getElementIds.toggleButtonId;\n /* Refs */\n\n\n var toggleButtonRef = useRef(null);\n var menuRef = useRef(null);\n var itemRefs = useRef();\n itemRefs.current = [];\n var isInitialMount = useRef(true);\n var shouldScroll = useRef(true);\n var clearTimeout = useRef(null);\n /* Effects */\n\n /* Sets a11y status message on changes in isOpen. */\n\n useEffect(function () {\n if (isInitialMount.current) {\n return;\n }\n\n setStatus(getA11yStatusMessage({\n isOpen: isOpen,\n items: items,\n selectedItem: selectedItem,\n itemToString: itemToString\n }), environment.document); // eslint-disable-next-line react-hooks/exhaustive-deps\n }, [isOpen]);\n /* Sets a11y status message on changes in selectedItem. */\n\n useEffect(function () {\n if (isInitialMount.current) {\n return;\n }\n\n setStatus(getA11ySelectionMessage({\n isOpen: isOpen,\n items: items,\n selectedItem: selectedItem,\n itemToString: itemToString\n }), environment.document); // eslint-disable-next-line react-hooks/exhaustive-deps\n }, [selectedItem]);\n /* Sets cleanup for the keysSoFar after 500ms. */\n\n useEffect(function () {\n // init the clean function here as we need access to dispatch.\n if (isInitialMount.current) {\n clearTimeout.current = debounce(function () {\n dispatch({\n type: FunctionClearKeysSoFar\n });\n }, 500);\n }\n\n if (!keysSoFar) {\n return;\n }\n\n clearTimeout.current(); // eslint-disable-next-line react-hooks/exhaustive-deps\n }, [keysSoFar]);\n /* Controls the focus on the menu or the toggle button. */\n\n useEffect(function () {\n // Don't focus menu on first render.\n if (isInitialMount.current) {\n // Unless it was initialised as open.\n if (initialIsOpen || defaultIsOpen || isOpen) {\n menuRef.current.focus();\n }\n\n return;\n } // Focus menu on open.\n // istanbul ignore next\n\n\n if (isOpen) {\n menuRef.current.focus(); // Focus toggleButton on close.\n } else if (environment.document.activeElement === menuRef.current) {\n toggleButtonRef.current.focus();\n } // eslint-disable-next-line react-hooks/exhaustive-deps\n\n }, [isOpen]);\n /* Scroll on highlighted item if change comes from keyboard. */\n\n useEffect(function () {\n if (highlightedIndex < 0 || !isOpen || !itemRefs.current.length) {\n return;\n }\n\n if (shouldScroll.current === false) {\n shouldScroll.current = true;\n } else {\n scrollIntoView(itemRefs.current[highlightedIndex], menuRef.current);\n } // eslint-disable-next-line react-hooks/exhaustive-deps\n\n }, [highlightedIndex]);\n /* Make initial ref false. */\n\n useEffect(function () {\n isInitialMount.current = false;\n }, []);\n /* Event handler functions */\n\n var menuKeyDownHandlers = {\n ArrowDown: function ArrowDown(event) {\n event.preventDefault();\n dispatch({\n type: MenuKeyDownArrowDown,\n shiftKey: event.shiftKey\n });\n },\n ArrowUp: function ArrowUp(event) {\n event.preventDefault();\n dispatch({\n type: MenuKeyDownArrowUp,\n shiftKey: event.shiftKey\n });\n },\n Home: function Home(event) {\n event.preventDefault();\n dispatch({\n type: MenuKeyDownHome\n });\n },\n End: function End(event) {\n event.preventDefault();\n dispatch({\n type: MenuKeyDownEnd\n });\n },\n Escape: function Escape() {\n dispatch({\n type: MenuKeyDownEscape\n });\n },\n Enter: function Enter(event) {\n event.preventDefault();\n dispatch({\n type: MenuKeyDownEnter\n });\n },\n Tab: function Tab(event) {\n // The exception that calls MenuBlur.\n // istanbul ignore next\n if (event.shiftKey) {\n dispatch({\n type: MenuBlur\n });\n }\n }\n };\n var toggleButtonKeyDownHandlers = {\n ArrowDown: function ArrowDown(event) {\n event.preventDefault();\n dispatch({\n type: ToggleButtonKeyDownArrowDown\n });\n },\n ArrowUp: function ArrowUp(event) {\n event.preventDefault();\n dispatch({\n type: ToggleButtonKeyDownArrowUp\n });\n }\n }; // Event handlers.\n\n var menuHandleKeyDown = function (event) {\n var key = normalizeArrowKey(event);\n\n if (key && menuKeyDownHandlers[key]) {\n menuKeyDownHandlers[key](event);\n } else if (isAcceptedCharacterKey(key)) {\n dispatch({\n type: MenuKeyDownCharacter,\n key: key\n });\n }\n }; // Focus going back to the toggleButton is something we control (Escape, Enter, Click).\n // We are toggleing special actions for these cases in reducer, not MenuBlur.\n // Since Shift-Tab also lands focus on toggleButton, we will handle it as exception and call MenuBlur.\n\n\n var menuHandleBlur = function (event) {\n if (!focusLandsOnElement(event, toggleButtonRef.current)) {\n dispatch({\n type: MenuBlur\n });\n }\n };\n\n var menuHandleMouseLeave = function () {\n dispatch({\n type: MenuMouseLeave\n });\n };\n\n var toggleButtonHandleClick = function () {\n dispatch({\n type: ToggleButtonClick\n });\n };\n\n var toggleButtonHandleKeyDown = function (event) {\n var key = normalizeArrowKey(event);\n\n if (key && toggleButtonKeyDownHandlers[key]) {\n toggleButtonKeyDownHandlers[key](event);\n } else if (isAcceptedCharacterKey(key)) {\n dispatch({\n type: ToggleButtonKeyDownCharacter,\n key: key\n });\n }\n };\n\n var itemHandleMouseMove = function (index) {\n if (index === highlightedIndex) {\n return;\n }\n\n shouldScroll.current = false;\n dispatch({\n type: ItemMouseMove,\n index: index\n });\n };\n\n var itemHandleClick = function (index) {\n dispatch({\n type: ItemClick,\n index: index\n });\n }; // returns\n\n\n return {\n // prop getters.\n getToggleButtonProps: function getToggleButtonProps(_temp2) {\n var _extends3;\n\n var _ref2 = _temp2 === void 0 ? {} : _temp2,\n onClick = _ref2.onClick,\n onKeyDown = _ref2.onKeyDown,\n _ref2$refKey = _ref2.refKey,\n refKey = _ref2$refKey === void 0 ? 'ref' : _ref2$refKey,\n ref = _ref2.ref,\n rest = _objectWithoutPropertiesLoose(_ref2, [\"onClick\", \"onKeyDown\", \"refKey\", \"ref\"]);\n\n var toggleProps = _extends((_extends3 = {}, _extends3[refKey] = handleRefs(ref, function (toggleButtonNode) {\n toggleButtonRef.current = toggleButtonNode;\n }), _extends3.id = toggleButtonId, _extends3['aria-haspopup'] = 'listbox', _extends3['aria-expanded'] = isOpen, _extends3['aria-labelledby'] = labelId + \" \" + toggleButtonId, _extends3), rest);\n\n if (!rest.disabled) {\n toggleProps.onClick = callAllEventHandlers(onClick, toggleButtonHandleClick);\n toggleProps.onKeyDown = callAllEventHandlers(onKeyDown, toggleButtonHandleKeyDown);\n }\n\n return toggleProps;\n },\n getLabelProps: function getLabelProps(labelProps) {\n return _extends({\n id: labelId,\n htmlFor: toggleButtonId\n }, labelProps);\n },\n getMenuProps: function getMenuProps(_temp) {\n var _extends2;\n\n var _ref = _temp === void 0 ? {} : _temp,\n onKeyDown = _ref.onKeyDown,\n onBlur = _ref.onBlur,\n onMouseLeave = _ref.onMouseLeave,\n _ref$refKey = _ref.refKey,\n refKey = _ref$refKey === void 0 ? 'ref' : _ref$refKey,\n ref = _ref.ref,\n rest = _objectWithoutPropertiesLoose(_ref, [\"onKeyDown\", \"onBlur\", \"onMouseLeave\", \"refKey\", \"ref\"]);\n\n return _extends((_extends2 = {}, _extends2[refKey] = handleRefs(ref, function (menuNode) {\n menuRef.current = menuNode;\n }), _extends2.id = menuId, _extends2.role = 'listbox', _extends2['aria-labelledby'] = labelId, _extends2.tabIndex = -1, _extends2), highlightedIndex > -1 && {\n 'aria-activedescendant': getItemId(highlightedIndex)\n }, {\n onKeyDown: callAllEventHandlers(onKeyDown, menuHandleKeyDown),\n onBlur: callAllEventHandlers(onBlur, menuHandleBlur),\n onMouseLeave: callAllEventHandlers(onMouseLeave, menuHandleMouseLeave)\n }, rest);\n },\n getItemProps: function getItemProps(_temp3) {\n var _extends4;\n\n var _ref3 = _temp3 === void 0 ? {} : _temp3,\n item = _ref3.item,\n index = _ref3.index,\n _ref3$refKey = _ref3.refKey,\n refKey = _ref3$refKey === void 0 ? 'ref' : _ref3$refKey,\n ref = _ref3.ref,\n onMouseMove = _ref3.onMouseMove,\n onClick = _ref3.onClick,\n rest = _objectWithoutPropertiesLoose(_ref3, [\"item\", \"index\", \"refKey\", \"ref\", \"onMouseMove\", \"onClick\"]);\n\n var itemIndex = getItemIndex(index, item, items);\n\n if (itemIndex < 0) {\n throw new Error('Pass either item or item index in getItemProps!');\n }\n\n var itemProps = _extends((_extends4 = {}, _extends4[refKey] = handleRefs(ref, function (itemNode) {\n if (itemNode) {\n itemRefs.current.push(itemNode);\n }\n }), _extends4.role = 'option', _extends4), itemIndex === highlightedIndex && {\n 'aria-selected': true\n }, {\n id: getItemId(itemIndex)\n }, rest);\n\n if (!rest.disabled) {\n itemProps.onMouseMove = callAllEventHandlers(onMouseMove, function () {\n return itemHandleMouseMove(itemIndex);\n });\n itemProps.onClick = callAllEventHandlers(onClick, function () {\n return itemHandleClick(itemIndex);\n });\n }\n\n return itemProps;\n },\n // actions.\n toggleMenu: function toggleMenu() {\n dispatch({\n type: FunctionToggleMenu\n });\n },\n openMenu: function openMenu() {\n dispatch({\n type: FunctionOpenMenu\n });\n },\n closeMenu: function closeMenu() {\n dispatch({\n type: FunctionCloseMenu\n });\n },\n setHighlightedIndex: function setHighlightedIndex(newHighlightedIndex) {\n dispatch({\n type: FunctionSetHighlightedIndex,\n highlightedIndex: newHighlightedIndex\n });\n },\n selectItem: function selectItem(newSelectedItem) {\n dispatch({\n type: FunctionSelectItem,\n selectedItem: newSelectedItem\n });\n },\n reset: function reset() {\n dispatch({\n type: FunctionReset\n });\n },\n // state.\n highlightedIndex: highlightedIndex,\n isOpen: isOpen,\n selectedItem: selectedItem\n };\n}\n\nexport default Downshift;\nexport { resetIdCounter, useSelect };\n","module.exports = function(module) {\n\tif (!module.webpackPolyfill) {\n\t\tmodule.deprecate = function() {};\n\t\tmodule.paths = [];\n\t\t// module.parent = undefined by default\n\t\tif (!module.children) module.children = [];\n\t\tObject.defineProperty(module, \"loaded\", {\n\t\t\tenumerable: true,\n\t\t\tget: function() {\n\t\t\t\treturn module.l;\n\t\t\t}\n\t\t});\n\t\tObject.defineProperty(module, \"id\", {\n\t\t\tenumerable: true,\n\t\t\tget: function() {\n\t\t\t\treturn module.i;\n\t\t\t}\n\t\t});\n\t\tmodule.webpackPolyfill = 1;\n\t}\n\treturn module;\n};\n","/** @license React v16.14.0\n * react.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';var l=require(\"object-assign\"),n=\"function\"===typeof Symbol&&Symbol.for,p=n?Symbol.for(\"react.element\"):60103,q=n?Symbol.for(\"react.portal\"):60106,r=n?Symbol.for(\"react.fragment\"):60107,t=n?Symbol.for(\"react.strict_mode\"):60108,u=n?Symbol.for(\"react.profiler\"):60114,v=n?Symbol.for(\"react.provider\"):60109,w=n?Symbol.for(\"react.context\"):60110,x=n?Symbol.for(\"react.forward_ref\"):60112,y=n?Symbol.for(\"react.suspense\"):60113,z=n?Symbol.for(\"react.memo\"):60115,A=n?Symbol.for(\"react.lazy\"):\n60116,B=\"function\"===typeof Symbol&&Symbol.iterator;function C(a){for(var b=\"https://reactjs.org/docs/error-decoder.html?invariant=\"+a,c=1;c<arguments.length;c++)b+=\"&args[]=\"+encodeURIComponent(arguments[c]);return\"Minified React error #\"+a+\"; visit \"+b+\" for the full message or use the non-minified dev environment for full errors and additional helpful warnings.\"}\nvar D={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},E={};function F(a,b,c){this.props=a;this.context=b;this.refs=E;this.updater=c||D}F.prototype.isReactComponent={};F.prototype.setState=function(a,b){if(\"object\"!==typeof a&&\"function\"!==typeof a&&null!=a)throw Error(C(85));this.updater.enqueueSetState(this,a,b,\"setState\")};F.prototype.forceUpdate=function(a){this.updater.enqueueForceUpdate(this,a,\"forceUpdate\")};\nfunction G(){}G.prototype=F.prototype;function H(a,b,c){this.props=a;this.context=b;this.refs=E;this.updater=c||D}var I=H.prototype=new G;I.constructor=H;l(I,F.prototype);I.isPureReactComponent=!0;var J={current:null},K=Object.prototype.hasOwnProperty,L={key:!0,ref:!0,__self:!0,__source:!0};\nfunction M(a,b,c){var e,d={},g=null,k=null;if(null!=b)for(e in void 0!==b.ref&&(k=b.ref),void 0!==b.key&&(g=\"\"+b.key),b)K.call(b,e)&&!L.hasOwnProperty(e)&&(d[e]=b[e]);var f=arguments.length-2;if(1===f)d.children=c;else if(1<f){for(var h=Array(f),m=0;m<f;m++)h[m]=arguments[m+2];d.children=h}if(a&&a.defaultProps)for(e in f=a.defaultProps,f)void 0===d[e]&&(d[e]=f[e]);return{$$typeof:p,type:a,key:g,ref:k,props:d,_owner:J.current}}\nfunction N(a,b){return{$$typeof:p,type:a.type,key:b,ref:a.ref,props:a.props,_owner:a._owner}}function O(a){return\"object\"===typeof a&&null!==a&&a.$$typeof===p}function escape(a){var b={\"=\":\"=0\",\":\":\"=2\"};return\"$\"+(\"\"+a).replace(/[=:]/g,function(a){return b[a]})}var P=/\\/+/g,Q=[];function R(a,b,c,e){if(Q.length){var d=Q.pop();d.result=a;d.keyPrefix=b;d.func=c;d.context=e;d.count=0;return d}return{result:a,keyPrefix:b,func:c,context:e,count:0}}\nfunction S(a){a.result=null;a.keyPrefix=null;a.func=null;a.context=null;a.count=0;10>Q.length&&Q.push(a)}\nfunction T(a,b,c,e){var d=typeof a;if(\"undefined\"===d||\"boolean\"===d)a=null;var g=!1;if(null===a)g=!0;else switch(d){case \"string\":case \"number\":g=!0;break;case \"object\":switch(a.$$typeof){case p:case q:g=!0}}if(g)return c(e,a,\"\"===b?\".\"+U(a,0):b),1;g=0;b=\"\"===b?\".\":b+\":\";if(Array.isArray(a))for(var k=0;k<a.length;k++){d=a[k];var f=b+U(d,k);g+=T(d,f,c,e)}else if(null===a||\"object\"!==typeof a?f=null:(f=B&&a[B]||a[\"@@iterator\"],f=\"function\"===typeof f?f:null),\"function\"===typeof f)for(a=f.call(a),k=\n0;!(d=a.next()).done;)d=d.value,f=b+U(d,k++),g+=T(d,f,c,e);else if(\"object\"===d)throw c=\"\"+a,Error(C(31,\"[object Object]\"===c?\"object with keys {\"+Object.keys(a).join(\", \")+\"}\":c,\"\"));return g}function V(a,b,c){return null==a?0:T(a,\"\",b,c)}function U(a,b){return\"object\"===typeof a&&null!==a&&null!=a.key?escape(a.key):b.toString(36)}function W(a,b){a.func.call(a.context,b,a.count++)}\nfunction aa(a,b,c){var e=a.result,d=a.keyPrefix;a=a.func.call(a.context,b,a.count++);Array.isArray(a)?X(a,e,c,function(a){return a}):null!=a&&(O(a)&&(a=N(a,d+(!a.key||b&&b.key===a.key?\"\":(\"\"+a.key).replace(P,\"$&/\")+\"/\")+c)),e.push(a))}function X(a,b,c,e,d){var g=\"\";null!=c&&(g=(\"\"+c).replace(P,\"$&/\")+\"/\");b=R(b,g,e,d);V(a,aa,b);S(b)}var Y={current:null};function Z(){var a=Y.current;if(null===a)throw Error(C(321));return a}\nvar ba={ReactCurrentDispatcher:Y,ReactCurrentBatchConfig:{suspense:null},ReactCurrentOwner:J,IsSomeRendererActing:{current:!1},assign:l};exports.Children={map:function(a,b,c){if(null==a)return a;var e=[];X(a,e,null,b,c);return e},forEach:function(a,b,c){if(null==a)return a;b=R(null,null,b,c);V(a,W,b);S(b)},count:function(a){return V(a,function(){return null},null)},toArray:function(a){var b=[];X(a,b,null,function(a){return a});return b},only:function(a){if(!O(a))throw Error(C(143));return a}};\nexports.Component=F;exports.Fragment=r;exports.Profiler=u;exports.PureComponent=H;exports.StrictMode=t;exports.Suspense=y;exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=ba;\nexports.cloneElement=function(a,b,c){if(null===a||void 0===a)throw Error(C(267,a));var e=l({},a.props),d=a.key,g=a.ref,k=a._owner;if(null!=b){void 0!==b.ref&&(g=b.ref,k=J.current);void 0!==b.key&&(d=\"\"+b.key);if(a.type&&a.type.defaultProps)var f=a.type.defaultProps;for(h in b)K.call(b,h)&&!L.hasOwnProperty(h)&&(e[h]=void 0===b[h]&&void 0!==f?f[h]:b[h])}var h=arguments.length-2;if(1===h)e.children=c;else if(1<h){f=Array(h);for(var m=0;m<h;m++)f[m]=arguments[m+2];e.children=f}return{$$typeof:p,type:a.type,\nkey:d,ref:g,props:e,_owner:k}};exports.createContext=function(a,b){void 0===b&&(b=null);a={$$typeof:w,_calculateChangedBits:b,_currentValue:a,_currentValue2:a,_threadCount:0,Provider:null,Consumer:null};a.Provider={$$typeof:v,_context:a};return a.Consumer=a};exports.createElement=M;exports.createFactory=function(a){var b=M.bind(null,a);b.type=a;return b};exports.createRef=function(){return{current:null}};exports.forwardRef=function(a){return{$$typeof:x,render:a}};exports.isValidElement=O;\nexports.lazy=function(a){return{$$typeof:A,_ctor:a,_status:-1,_result:null}};exports.memo=function(a,b){return{$$typeof:z,type:a,compare:void 0===b?null:b}};exports.useCallback=function(a,b){return Z().useCallback(a,b)};exports.useContext=function(a,b){return Z().useContext(a,b)};exports.useDebugValue=function(){};exports.useEffect=function(a,b){return Z().useEffect(a,b)};exports.useImperativeHandle=function(a,b,c){return Z().useImperativeHandle(a,b,c)};\nexports.useLayoutEffect=function(a,b){return Z().useLayoutEffect(a,b)};exports.useMemo=function(a,b){return Z().useMemo(a,b)};exports.useReducer=function(a,b,c){return Z().useReducer(a,b,c)};exports.useRef=function(a){return Z().useRef(a)};exports.useState=function(a){return Z().useState(a)};exports.version=\"16.14.0\";\n","/** @license React v16.14.0\n * react-dom.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n/*\n Modernizr 3.0.0pre (Custom Build) | MIT\n*/\n'use strict';var aa=require(\"react\"),n=require(\"object-assign\"),r=require(\"scheduler\");function u(a){for(var b=\"https://reactjs.org/docs/error-decoder.html?invariant=\"+a,c=1;c<arguments.length;c++)b+=\"&args[]=\"+encodeURIComponent(arguments[c]);return\"Minified React error #\"+a+\"; visit \"+b+\" for the full message or use the non-minified dev environment for full errors and additional helpful warnings.\"}if(!aa)throw Error(u(227));\nfunction ba(a,b,c,d,e,f,g,h,k){var l=Array.prototype.slice.call(arguments,3);try{b.apply(c,l)}catch(m){this.onError(m)}}var da=!1,ea=null,fa=!1,ha=null,ia={onError:function(a){da=!0;ea=a}};function ja(a,b,c,d,e,f,g,h,k){da=!1;ea=null;ba.apply(ia,arguments)}function ka(a,b,c,d,e,f,g,h,k){ja.apply(this,arguments);if(da){if(da){var l=ea;da=!1;ea=null}else throw Error(u(198));fa||(fa=!0,ha=l)}}var la=null,ma=null,na=null;\nfunction oa(a,b,c){var d=a.type||\"unknown-event\";a.currentTarget=na(c);ka(d,b,void 0,a);a.currentTarget=null}var pa=null,qa={};\nfunction ra(){if(pa)for(var a in qa){var b=qa[a],c=pa.indexOf(a);if(!(-1<c))throw Error(u(96,a));if(!sa[c]){if(!b.extractEvents)throw Error(u(97,a));sa[c]=b;c=b.eventTypes;for(var d in c){var e=void 0;var f=c[d],g=b,h=d;if(ta.hasOwnProperty(h))throw Error(u(99,h));ta[h]=f;var k=f.phasedRegistrationNames;if(k){for(e in k)k.hasOwnProperty(e)&&ua(k[e],g,h);e=!0}else f.registrationName?(ua(f.registrationName,g,h),e=!0):e=!1;if(!e)throw Error(u(98,d,a));}}}}\nfunction ua(a,b,c){if(va[a])throw Error(u(100,a));va[a]=b;wa[a]=b.eventTypes[c].dependencies}var sa=[],ta={},va={},wa={};function xa(a){var b=!1,c;for(c in a)if(a.hasOwnProperty(c)){var d=a[c];if(!qa.hasOwnProperty(c)||qa[c]!==d){if(qa[c])throw Error(u(102,c));qa[c]=d;b=!0}}b&&ra()}var ya=!(\"undefined\"===typeof window||\"undefined\"===typeof window.document||\"undefined\"===typeof window.document.createElement),za=null,Aa=null,Ba=null;\nfunction Ca(a){if(a=ma(a)){if(\"function\"!==typeof za)throw Error(u(280));var b=a.stateNode;b&&(b=la(b),za(a.stateNode,a.type,b))}}function Da(a){Aa?Ba?Ba.push(a):Ba=[a]:Aa=a}function Ea(){if(Aa){var a=Aa,b=Ba;Ba=Aa=null;Ca(a);if(b)for(a=0;a<b.length;a++)Ca(b[a])}}function Fa(a,b){return a(b)}function Ga(a,b,c,d,e){return a(b,c,d,e)}function Ha(){}var Ia=Fa,Ja=!1,Ka=!1;function La(){if(null!==Aa||null!==Ba)Ha(),Ea()}\nfunction Ma(a,b,c){if(Ka)return a(b,c);Ka=!0;try{return Ia(a,b,c)}finally{Ka=!1,La()}}var Na=/^[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$/,Oa=Object.prototype.hasOwnProperty,Pa={},Qa={};\nfunction Ra(a){if(Oa.call(Qa,a))return!0;if(Oa.call(Pa,a))return!1;if(Na.test(a))return Qa[a]=!0;Pa[a]=!0;return!1}function Sa(a,b,c,d){if(null!==c&&0===c.type)return!1;switch(typeof b){case \"function\":case \"symbol\":return!0;case \"boolean\":if(d)return!1;if(null!==c)return!c.acceptsBooleans;a=a.toLowerCase().slice(0,5);return\"data-\"!==a&&\"aria-\"!==a;default:return!1}}\nfunction Ta(a,b,c,d){if(null===b||\"undefined\"===typeof b||Sa(a,b,c,d))return!0;if(d)return!1;if(null!==c)switch(c.type){case 3:return!b;case 4:return!1===b;case 5:return isNaN(b);case 6:return isNaN(b)||1>b}return!1}function v(a,b,c,d,e,f){this.acceptsBooleans=2===b||3===b||4===b;this.attributeName=d;this.attributeNamespace=e;this.mustUseProperty=c;this.propertyName=a;this.type=b;this.sanitizeURL=f}var C={};\n\"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style\".split(\" \").forEach(function(a){C[a]=new v(a,0,!1,a,null,!1)});[[\"acceptCharset\",\"accept-charset\"],[\"className\",\"class\"],[\"htmlFor\",\"for\"],[\"httpEquiv\",\"http-equiv\"]].forEach(function(a){var b=a[0];C[b]=new v(b,1,!1,a[1],null,!1)});[\"contentEditable\",\"draggable\",\"spellCheck\",\"value\"].forEach(function(a){C[a]=new v(a,2,!1,a.toLowerCase(),null,!1)});\n[\"autoReverse\",\"externalResourcesRequired\",\"focusable\",\"preserveAlpha\"].forEach(function(a){C[a]=new v(a,2,!1,a,null,!1)});\"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope\".split(\" \").forEach(function(a){C[a]=new v(a,3,!1,a.toLowerCase(),null,!1)});\n[\"checked\",\"multiple\",\"muted\",\"selected\"].forEach(function(a){C[a]=new v(a,3,!0,a,null,!1)});[\"capture\",\"download\"].forEach(function(a){C[a]=new v(a,4,!1,a,null,!1)});[\"cols\",\"rows\",\"size\",\"span\"].forEach(function(a){C[a]=new v(a,6,!1,a,null,!1)});[\"rowSpan\",\"start\"].forEach(function(a){C[a]=new v(a,5,!1,a.toLowerCase(),null,!1)});var Ua=/[\\-:]([a-z])/g;function Va(a){return a[1].toUpperCase()}\n\"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height\".split(\" \").forEach(function(a){var b=a.replace(Ua,\nVa);C[b]=new v(b,1,!1,a,null,!1)});\"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type\".split(\" \").forEach(function(a){var b=a.replace(Ua,Va);C[b]=new v(b,1,!1,a,\"http://www.w3.org/1999/xlink\",!1)});[\"xml:base\",\"xml:lang\",\"xml:space\"].forEach(function(a){var b=a.replace(Ua,Va);C[b]=new v(b,1,!1,a,\"http://www.w3.org/XML/1998/namespace\",!1)});[\"tabIndex\",\"crossOrigin\"].forEach(function(a){C[a]=new v(a,1,!1,a.toLowerCase(),null,!1)});\nC.xlinkHref=new v(\"xlinkHref\",1,!1,\"xlink:href\",\"http://www.w3.org/1999/xlink\",!0);[\"src\",\"href\",\"action\",\"formAction\"].forEach(function(a){C[a]=new v(a,1,!1,a.toLowerCase(),null,!0)});var Wa=aa.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;Wa.hasOwnProperty(\"ReactCurrentDispatcher\")||(Wa.ReactCurrentDispatcher={current:null});Wa.hasOwnProperty(\"ReactCurrentBatchConfig\")||(Wa.ReactCurrentBatchConfig={suspense:null});\nfunction Xa(a,b,c,d){var e=C.hasOwnProperty(b)?C[b]:null;var f=null!==e?0===e.type:d?!1:!(2<b.length)||\"o\"!==b[0]&&\"O\"!==b[0]||\"n\"!==b[1]&&\"N\"!==b[1]?!1:!0;f||(Ta(b,c,e,d)&&(c=null),d||null===e?Ra(b)&&(null===c?a.removeAttribute(b):a.setAttribute(b,\"\"+c)):e.mustUseProperty?a[e.propertyName]=null===c?3===e.type?!1:\"\":c:(b=e.attributeName,d=e.attributeNamespace,null===c?a.removeAttribute(b):(e=e.type,c=3===e||4===e&&!0===c?\"\":\"\"+c,d?a.setAttributeNS(d,b,c):a.setAttribute(b,c))))}\nvar Ya=/^(.*)[\\\\\\/]/,E=\"function\"===typeof Symbol&&Symbol.for,Za=E?Symbol.for(\"react.element\"):60103,$a=E?Symbol.for(\"react.portal\"):60106,ab=E?Symbol.for(\"react.fragment\"):60107,bb=E?Symbol.for(\"react.strict_mode\"):60108,cb=E?Symbol.for(\"react.profiler\"):60114,db=E?Symbol.for(\"react.provider\"):60109,eb=E?Symbol.for(\"react.context\"):60110,fb=E?Symbol.for(\"react.concurrent_mode\"):60111,gb=E?Symbol.for(\"react.forward_ref\"):60112,hb=E?Symbol.for(\"react.suspense\"):60113,ib=E?Symbol.for(\"react.suspense_list\"):\n60120,jb=E?Symbol.for(\"react.memo\"):60115,kb=E?Symbol.for(\"react.lazy\"):60116,lb=E?Symbol.for(\"react.block\"):60121,mb=\"function\"===typeof Symbol&&Symbol.iterator;function nb(a){if(null===a||\"object\"!==typeof a)return null;a=mb&&a[mb]||a[\"@@iterator\"];return\"function\"===typeof a?a:null}function ob(a){if(-1===a._status){a._status=0;var b=a._ctor;b=b();a._result=b;b.then(function(b){0===a._status&&(b=b.default,a._status=1,a._result=b)},function(b){0===a._status&&(a._status=2,a._result=b)})}}\nfunction pb(a){if(null==a)return null;if(\"function\"===typeof a)return a.displayName||a.name||null;if(\"string\"===typeof a)return a;switch(a){case ab:return\"Fragment\";case $a:return\"Portal\";case cb:return\"Profiler\";case bb:return\"StrictMode\";case hb:return\"Suspense\";case ib:return\"SuspenseList\"}if(\"object\"===typeof a)switch(a.$$typeof){case eb:return\"Context.Consumer\";case db:return\"Context.Provider\";case gb:var b=a.render;b=b.displayName||b.name||\"\";return a.displayName||(\"\"!==b?\"ForwardRef(\"+b+\")\":\n\"ForwardRef\");case jb:return pb(a.type);case lb:return pb(a.render);case kb:if(a=1===a._status?a._result:null)return pb(a)}return null}function qb(a){var b=\"\";do{a:switch(a.tag){case 3:case 4:case 6:case 7:case 10:case 9:var c=\"\";break a;default:var d=a._debugOwner,e=a._debugSource,f=pb(a.type);c=null;d&&(c=pb(d.type));d=f;f=\"\";e?f=\" (at \"+e.fileName.replace(Ya,\"\")+\":\"+e.lineNumber+\")\":c&&(f=\" (created by \"+c+\")\");c=\"\\n in \"+(d||\"Unknown\")+f}b+=c;a=a.return}while(a);return b}\nfunction rb(a){switch(typeof a){case \"boolean\":case \"number\":case \"object\":case \"string\":case \"undefined\":return a;default:return\"\"}}function sb(a){var b=a.type;return(a=a.nodeName)&&\"input\"===a.toLowerCase()&&(\"checkbox\"===b||\"radio\"===b)}\nfunction tb(a){var b=sb(a)?\"checked\":\"value\",c=Object.getOwnPropertyDescriptor(a.constructor.prototype,b),d=\"\"+a[b];if(!a.hasOwnProperty(b)&&\"undefined\"!==typeof c&&\"function\"===typeof c.get&&\"function\"===typeof c.set){var e=c.get,f=c.set;Object.defineProperty(a,b,{configurable:!0,get:function(){return e.call(this)},set:function(a){d=\"\"+a;f.call(this,a)}});Object.defineProperty(a,b,{enumerable:c.enumerable});return{getValue:function(){return d},setValue:function(a){d=\"\"+a},stopTracking:function(){a._valueTracker=\nnull;delete a[b]}}}}function xb(a){a._valueTracker||(a._valueTracker=tb(a))}function yb(a){if(!a)return!1;var b=a._valueTracker;if(!b)return!0;var c=b.getValue();var d=\"\";a&&(d=sb(a)?a.checked?\"true\":\"false\":a.value);a=d;return a!==c?(b.setValue(a),!0):!1}function zb(a,b){var c=b.checked;return n({},b,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=c?c:a._wrapperState.initialChecked})}\nfunction Ab(a,b){var c=null==b.defaultValue?\"\":b.defaultValue,d=null!=b.checked?b.checked:b.defaultChecked;c=rb(null!=b.value?b.value:c);a._wrapperState={initialChecked:d,initialValue:c,controlled:\"checkbox\"===b.type||\"radio\"===b.type?null!=b.checked:null!=b.value}}function Bb(a,b){b=b.checked;null!=b&&Xa(a,\"checked\",b,!1)}\nfunction Cb(a,b){Bb(a,b);var c=rb(b.value),d=b.type;if(null!=c)if(\"number\"===d){if(0===c&&\"\"===a.value||a.value!=c)a.value=\"\"+c}else a.value!==\"\"+c&&(a.value=\"\"+c);else if(\"submit\"===d||\"reset\"===d){a.removeAttribute(\"value\");return}b.hasOwnProperty(\"value\")?Db(a,b.type,c):b.hasOwnProperty(\"defaultValue\")&&Db(a,b.type,rb(b.defaultValue));null==b.checked&&null!=b.defaultChecked&&(a.defaultChecked=!!b.defaultChecked)}\nfunction Eb(a,b,c){if(b.hasOwnProperty(\"value\")||b.hasOwnProperty(\"defaultValue\")){var d=b.type;if(!(\"submit\"!==d&&\"reset\"!==d||void 0!==b.value&&null!==b.value))return;b=\"\"+a._wrapperState.initialValue;c||b===a.value||(a.value=b);a.defaultValue=b}c=a.name;\"\"!==c&&(a.name=\"\");a.defaultChecked=!!a._wrapperState.initialChecked;\"\"!==c&&(a.name=c)}\nfunction Db(a,b,c){if(\"number\"!==b||a.ownerDocument.activeElement!==a)null==c?a.defaultValue=\"\"+a._wrapperState.initialValue:a.defaultValue!==\"\"+c&&(a.defaultValue=\"\"+c)}function Fb(a){var b=\"\";aa.Children.forEach(a,function(a){null!=a&&(b+=a)});return b}function Gb(a,b){a=n({children:void 0},b);if(b=Fb(b.children))a.children=b;return a}\nfunction Hb(a,b,c,d){a=a.options;if(b){b={};for(var e=0;e<c.length;e++)b[\"$\"+c[e]]=!0;for(c=0;c<a.length;c++)e=b.hasOwnProperty(\"$\"+a[c].value),a[c].selected!==e&&(a[c].selected=e),e&&d&&(a[c].defaultSelected=!0)}else{c=\"\"+rb(c);b=null;for(e=0;e<a.length;e++){if(a[e].value===c){a[e].selected=!0;d&&(a[e].defaultSelected=!0);return}null!==b||a[e].disabled||(b=a[e])}null!==b&&(b.selected=!0)}}\nfunction Ib(a,b){if(null!=b.dangerouslySetInnerHTML)throw Error(u(91));return n({},b,{value:void 0,defaultValue:void 0,children:\"\"+a._wrapperState.initialValue})}function Jb(a,b){var c=b.value;if(null==c){c=b.children;b=b.defaultValue;if(null!=c){if(null!=b)throw Error(u(92));if(Array.isArray(c)){if(!(1>=c.length))throw Error(u(93));c=c[0]}b=c}null==b&&(b=\"\");c=b}a._wrapperState={initialValue:rb(c)}}\nfunction Kb(a,b){var c=rb(b.value),d=rb(b.defaultValue);null!=c&&(c=\"\"+c,c!==a.value&&(a.value=c),null==b.defaultValue&&a.defaultValue!==c&&(a.defaultValue=c));null!=d&&(a.defaultValue=\"\"+d)}function Lb(a){var b=a.textContent;b===a._wrapperState.initialValue&&\"\"!==b&&null!==b&&(a.value=b)}var Mb={html:\"http://www.w3.org/1999/xhtml\",mathml:\"http://www.w3.org/1998/Math/MathML\",svg:\"http://www.w3.org/2000/svg\"};\nfunction Nb(a){switch(a){case \"svg\":return\"http://www.w3.org/2000/svg\";case \"math\":return\"http://www.w3.org/1998/Math/MathML\";default:return\"http://www.w3.org/1999/xhtml\"}}function Ob(a,b){return null==a||\"http://www.w3.org/1999/xhtml\"===a?Nb(b):\"http://www.w3.org/2000/svg\"===a&&\"foreignObject\"===b?\"http://www.w3.org/1999/xhtml\":a}\nvar Pb,Qb=function(a){return\"undefined\"!==typeof MSApp&&MSApp.execUnsafeLocalFunction?function(b,c,d,e){MSApp.execUnsafeLocalFunction(function(){return a(b,c,d,e)})}:a}(function(a,b){if(a.namespaceURI!==Mb.svg||\"innerHTML\"in a)a.innerHTML=b;else{Pb=Pb||document.createElement(\"div\");Pb.innerHTML=\"<svg>\"+b.valueOf().toString()+\"</svg>\";for(b=Pb.firstChild;a.firstChild;)a.removeChild(a.firstChild);for(;b.firstChild;)a.appendChild(b.firstChild)}});\nfunction Rb(a,b){if(b){var c=a.firstChild;if(c&&c===a.lastChild&&3===c.nodeType){c.nodeValue=b;return}}a.textContent=b}function Sb(a,b){var c={};c[a.toLowerCase()]=b.toLowerCase();c[\"Webkit\"+a]=\"webkit\"+b;c[\"Moz\"+a]=\"moz\"+b;return c}var Tb={animationend:Sb(\"Animation\",\"AnimationEnd\"),animationiteration:Sb(\"Animation\",\"AnimationIteration\"),animationstart:Sb(\"Animation\",\"AnimationStart\"),transitionend:Sb(\"Transition\",\"TransitionEnd\")},Ub={},Vb={};\nya&&(Vb=document.createElement(\"div\").style,\"AnimationEvent\"in window||(delete Tb.animationend.animation,delete Tb.animationiteration.animation,delete Tb.animationstart.animation),\"TransitionEvent\"in window||delete Tb.transitionend.transition);function Wb(a){if(Ub[a])return Ub[a];if(!Tb[a])return a;var b=Tb[a],c;for(c in b)if(b.hasOwnProperty(c)&&c in Vb)return Ub[a]=b[c];return a}\nvar Xb=Wb(\"animationend\"),Yb=Wb(\"animationiteration\"),Zb=Wb(\"animationstart\"),$b=Wb(\"transitionend\"),ac=\"abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange seeked seeking stalled suspend timeupdate volumechange waiting\".split(\" \"),bc=new (\"function\"===typeof WeakMap?WeakMap:Map);function cc(a){var b=bc.get(a);void 0===b&&(b=new Map,bc.set(a,b));return b}\nfunction dc(a){var b=a,c=a;if(a.alternate)for(;b.return;)b=b.return;else{a=b;do b=a,0!==(b.effectTag&1026)&&(c=b.return),a=b.return;while(a)}return 3===b.tag?c:null}function ec(a){if(13===a.tag){var b=a.memoizedState;null===b&&(a=a.alternate,null!==a&&(b=a.memoizedState));if(null!==b)return b.dehydrated}return null}function fc(a){if(dc(a)!==a)throw Error(u(188));}\nfunction gc(a){var b=a.alternate;if(!b){b=dc(a);if(null===b)throw Error(u(188));return b!==a?null:a}for(var c=a,d=b;;){var e=c.return;if(null===e)break;var f=e.alternate;if(null===f){d=e.return;if(null!==d){c=d;continue}break}if(e.child===f.child){for(f=e.child;f;){if(f===c)return fc(e),a;if(f===d)return fc(e),b;f=f.sibling}throw Error(u(188));}if(c.return!==d.return)c=e,d=f;else{for(var g=!1,h=e.child;h;){if(h===c){g=!0;c=e;d=f;break}if(h===d){g=!0;d=e;c=f;break}h=h.sibling}if(!g){for(h=f.child;h;){if(h===\nc){g=!0;c=f;d=e;break}if(h===d){g=!0;d=f;c=e;break}h=h.sibling}if(!g)throw Error(u(189));}}if(c.alternate!==d)throw Error(u(190));}if(3!==c.tag)throw Error(u(188));return c.stateNode.current===c?a:b}function hc(a){a=gc(a);if(!a)return null;for(var b=a;;){if(5===b.tag||6===b.tag)return b;if(b.child)b.child.return=b,b=b.child;else{if(b===a)break;for(;!b.sibling;){if(!b.return||b.return===a)return null;b=b.return}b.sibling.return=b.return;b=b.sibling}}return null}\nfunction ic(a,b){if(null==b)throw Error(u(30));if(null==a)return b;if(Array.isArray(a)){if(Array.isArray(b))return a.push.apply(a,b),a;a.push(b);return a}return Array.isArray(b)?[a].concat(b):[a,b]}function jc(a,b,c){Array.isArray(a)?a.forEach(b,c):a&&b.call(c,a)}var kc=null;\nfunction lc(a){if(a){var b=a._dispatchListeners,c=a._dispatchInstances;if(Array.isArray(b))for(var d=0;d<b.length&&!a.isPropagationStopped();d++)oa(a,b[d],c[d]);else b&&oa(a,b,c);a._dispatchListeners=null;a._dispatchInstances=null;a.isPersistent()||a.constructor.release(a)}}function mc(a){null!==a&&(kc=ic(kc,a));a=kc;kc=null;if(a){jc(a,lc);if(kc)throw Error(u(95));if(fa)throw a=ha,fa=!1,ha=null,a;}}\nfunction nc(a){a=a.target||a.srcElement||window;a.correspondingUseElement&&(a=a.correspondingUseElement);return 3===a.nodeType?a.parentNode:a}function oc(a){if(!ya)return!1;a=\"on\"+a;var b=a in document;b||(b=document.createElement(\"div\"),b.setAttribute(a,\"return;\"),b=\"function\"===typeof b[a]);return b}var pc=[];function qc(a){a.topLevelType=null;a.nativeEvent=null;a.targetInst=null;a.ancestors.length=0;10>pc.length&&pc.push(a)}\nfunction rc(a,b,c,d){if(pc.length){var e=pc.pop();e.topLevelType=a;e.eventSystemFlags=d;e.nativeEvent=b;e.targetInst=c;return e}return{topLevelType:a,eventSystemFlags:d,nativeEvent:b,targetInst:c,ancestors:[]}}\nfunction sc(a){var b=a.targetInst,c=b;do{if(!c){a.ancestors.push(c);break}var d=c;if(3===d.tag)d=d.stateNode.containerInfo;else{for(;d.return;)d=d.return;d=3!==d.tag?null:d.stateNode.containerInfo}if(!d)break;b=c.tag;5!==b&&6!==b||a.ancestors.push(c);c=tc(d)}while(c);for(c=0;c<a.ancestors.length;c++){b=a.ancestors[c];var e=nc(a.nativeEvent);d=a.topLevelType;var f=a.nativeEvent,g=a.eventSystemFlags;0===c&&(g|=64);for(var h=null,k=0;k<sa.length;k++){var l=sa[k];l&&(l=l.extractEvents(d,b,f,e,g))&&(h=\nic(h,l))}mc(h)}}function uc(a,b,c){if(!c.has(a)){switch(a){case \"scroll\":vc(b,\"scroll\",!0);break;case \"focus\":case \"blur\":vc(b,\"focus\",!0);vc(b,\"blur\",!0);c.set(\"blur\",null);c.set(\"focus\",null);break;case \"cancel\":case \"close\":oc(a)&&vc(b,a,!0);break;case \"invalid\":case \"submit\":case \"reset\":break;default:-1===ac.indexOf(a)&&F(a,b)}c.set(a,null)}}\nvar wc,xc,yc,zc=!1,Ac=[],Bc=null,Cc=null,Dc=null,Ec=new Map,Fc=new Map,Gc=[],Hc=\"mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput close cancel copy cut paste click change contextmenu reset submit\".split(\" \"),Ic=\"focus blur dragenter dragleave mouseover mouseout pointerover pointerout gotpointercapture lostpointercapture\".split(\" \");\nfunction Jc(a,b){var c=cc(b);Hc.forEach(function(a){uc(a,b,c)});Ic.forEach(function(a){uc(a,b,c)})}function Kc(a,b,c,d,e){return{blockedOn:a,topLevelType:b,eventSystemFlags:c|32,nativeEvent:e,container:d}}\nfunction Lc(a,b){switch(a){case \"focus\":case \"blur\":Bc=null;break;case \"dragenter\":case \"dragleave\":Cc=null;break;case \"mouseover\":case \"mouseout\":Dc=null;break;case \"pointerover\":case \"pointerout\":Ec.delete(b.pointerId);break;case \"gotpointercapture\":case \"lostpointercapture\":Fc.delete(b.pointerId)}}function Mc(a,b,c,d,e,f){if(null===a||a.nativeEvent!==f)return a=Kc(b,c,d,e,f),null!==b&&(b=Nc(b),null!==b&&xc(b)),a;a.eventSystemFlags|=d;return a}\nfunction Oc(a,b,c,d,e){switch(b){case \"focus\":return Bc=Mc(Bc,a,b,c,d,e),!0;case \"dragenter\":return Cc=Mc(Cc,a,b,c,d,e),!0;case \"mouseover\":return Dc=Mc(Dc,a,b,c,d,e),!0;case \"pointerover\":var f=e.pointerId;Ec.set(f,Mc(Ec.get(f)||null,a,b,c,d,e));return!0;case \"gotpointercapture\":return f=e.pointerId,Fc.set(f,Mc(Fc.get(f)||null,a,b,c,d,e)),!0}return!1}\nfunction Pc(a){var b=tc(a.target);if(null!==b){var c=dc(b);if(null!==c)if(b=c.tag,13===b){if(b=ec(c),null!==b){a.blockedOn=b;r.unstable_runWithPriority(a.priority,function(){yc(c)});return}}else if(3===b&&c.stateNode.hydrate){a.blockedOn=3===c.tag?c.stateNode.containerInfo:null;return}}a.blockedOn=null}function Qc(a){if(null!==a.blockedOn)return!1;var b=Rc(a.topLevelType,a.eventSystemFlags,a.container,a.nativeEvent);if(null!==b){var c=Nc(b);null!==c&&xc(c);a.blockedOn=b;return!1}return!0}\nfunction Sc(a,b,c){Qc(a)&&c.delete(b)}function Tc(){for(zc=!1;0<Ac.length;){var a=Ac[0];if(null!==a.blockedOn){a=Nc(a.blockedOn);null!==a&&wc(a);break}var b=Rc(a.topLevelType,a.eventSystemFlags,a.container,a.nativeEvent);null!==b?a.blockedOn=b:Ac.shift()}null!==Bc&&Qc(Bc)&&(Bc=null);null!==Cc&&Qc(Cc)&&(Cc=null);null!==Dc&&Qc(Dc)&&(Dc=null);Ec.forEach(Sc);Fc.forEach(Sc)}function Uc(a,b){a.blockedOn===b&&(a.blockedOn=null,zc||(zc=!0,r.unstable_scheduleCallback(r.unstable_NormalPriority,Tc)))}\nfunction Vc(a){function b(b){return Uc(b,a)}if(0<Ac.length){Uc(Ac[0],a);for(var c=1;c<Ac.length;c++){var d=Ac[c];d.blockedOn===a&&(d.blockedOn=null)}}null!==Bc&&Uc(Bc,a);null!==Cc&&Uc(Cc,a);null!==Dc&&Uc(Dc,a);Ec.forEach(b);Fc.forEach(b);for(c=0;c<Gc.length;c++)d=Gc[c],d.blockedOn===a&&(d.blockedOn=null);for(;0<Gc.length&&(c=Gc[0],null===c.blockedOn);)Pc(c),null===c.blockedOn&&Gc.shift()}\nvar Wc={},Yc=new Map,Zc=new Map,$c=[\"abort\",\"abort\",Xb,\"animationEnd\",Yb,\"animationIteration\",Zb,\"animationStart\",\"canplay\",\"canPlay\",\"canplaythrough\",\"canPlayThrough\",\"durationchange\",\"durationChange\",\"emptied\",\"emptied\",\"encrypted\",\"encrypted\",\"ended\",\"ended\",\"error\",\"error\",\"gotpointercapture\",\"gotPointerCapture\",\"load\",\"load\",\"loadeddata\",\"loadedData\",\"loadedmetadata\",\"loadedMetadata\",\"loadstart\",\"loadStart\",\"lostpointercapture\",\"lostPointerCapture\",\"playing\",\"playing\",\"progress\",\"progress\",\"seeking\",\n\"seeking\",\"stalled\",\"stalled\",\"suspend\",\"suspend\",\"timeupdate\",\"timeUpdate\",$b,\"transitionEnd\",\"waiting\",\"waiting\"];function ad(a,b){for(var c=0;c<a.length;c+=2){var d=a[c],e=a[c+1],f=\"on\"+(e[0].toUpperCase()+e.slice(1));f={phasedRegistrationNames:{bubbled:f,captured:f+\"Capture\"},dependencies:[d],eventPriority:b};Zc.set(d,b);Yc.set(d,f);Wc[e]=f}}\nad(\"blur blur cancel cancel click click close close contextmenu contextMenu copy copy cut cut auxclick auxClick dblclick doubleClick dragend dragEnd dragstart dragStart drop drop focus focus input input invalid invalid keydown keyDown keypress keyPress keyup keyUp mousedown mouseDown mouseup mouseUp paste paste pause pause play play pointercancel pointerCancel pointerdown pointerDown pointerup pointerUp ratechange rateChange reset reset seeked seeked submit submit touchcancel touchCancel touchend touchEnd touchstart touchStart volumechange volumeChange\".split(\" \"),0);\nad(\"drag drag dragenter dragEnter dragexit dragExit dragleave dragLeave dragover dragOver mousemove mouseMove mouseout mouseOut mouseover mouseOver pointermove pointerMove pointerout pointerOut pointerover pointerOver scroll scroll toggle toggle touchmove touchMove wheel wheel\".split(\" \"),1);ad($c,2);for(var bd=\"change selectionchange textInput compositionstart compositionend compositionupdate\".split(\" \"),cd=0;cd<bd.length;cd++)Zc.set(bd[cd],0);\nvar dd=r.unstable_UserBlockingPriority,ed=r.unstable_runWithPriority,fd=!0;function F(a,b){vc(b,a,!1)}function vc(a,b,c){var d=Zc.get(b);switch(void 0===d?2:d){case 0:d=gd.bind(null,b,1,a);break;case 1:d=hd.bind(null,b,1,a);break;default:d=id.bind(null,b,1,a)}c?a.addEventListener(b,d,!0):a.addEventListener(b,d,!1)}function gd(a,b,c,d){Ja||Ha();var e=id,f=Ja;Ja=!0;try{Ga(e,a,b,c,d)}finally{(Ja=f)||La()}}function hd(a,b,c,d){ed(dd,id.bind(null,a,b,c,d))}\nfunction id(a,b,c,d){if(fd)if(0<Ac.length&&-1<Hc.indexOf(a))a=Kc(null,a,b,c,d),Ac.push(a);else{var e=Rc(a,b,c,d);if(null===e)Lc(a,d);else if(-1<Hc.indexOf(a))a=Kc(e,a,b,c,d),Ac.push(a);else if(!Oc(e,a,b,c,d)){Lc(a,d);a=rc(a,d,null,b);try{Ma(sc,a)}finally{qc(a)}}}}\nfunction Rc(a,b,c,d){c=nc(d);c=tc(c);if(null!==c){var e=dc(c);if(null===e)c=null;else{var f=e.tag;if(13===f){c=ec(e);if(null!==c)return c;c=null}else if(3===f){if(e.stateNode.hydrate)return 3===e.tag?e.stateNode.containerInfo:null;c=null}else e!==c&&(c=null)}}a=rc(a,d,c,b);try{Ma(sc,a)}finally{qc(a)}return null}\nvar jd={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,\nfloodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},kd=[\"Webkit\",\"ms\",\"Moz\",\"O\"];Object.keys(jd).forEach(function(a){kd.forEach(function(b){b=b+a.charAt(0).toUpperCase()+a.substring(1);jd[b]=jd[a]})});function ld(a,b,c){return null==b||\"boolean\"===typeof b||\"\"===b?\"\":c||\"number\"!==typeof b||0===b||jd.hasOwnProperty(a)&&jd[a]?(\"\"+b).trim():b+\"px\"}\nfunction md(a,b){a=a.style;for(var c in b)if(b.hasOwnProperty(c)){var d=0===c.indexOf(\"--\"),e=ld(c,b[c],d);\"float\"===c&&(c=\"cssFloat\");d?a.setProperty(c,e):a[c]=e}}var nd=n({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});\nfunction od(a,b){if(b){if(nd[a]&&(null!=b.children||null!=b.dangerouslySetInnerHTML))throw Error(u(137,a,\"\"));if(null!=b.dangerouslySetInnerHTML){if(null!=b.children)throw Error(u(60));if(!(\"object\"===typeof b.dangerouslySetInnerHTML&&\"__html\"in b.dangerouslySetInnerHTML))throw Error(u(61));}if(null!=b.style&&\"object\"!==typeof b.style)throw Error(u(62,\"\"));}}\nfunction pd(a,b){if(-1===a.indexOf(\"-\"))return\"string\"===typeof b.is;switch(a){case \"annotation-xml\":case \"color-profile\":case \"font-face\":case \"font-face-src\":case \"font-face-uri\":case \"font-face-format\":case \"font-face-name\":case \"missing-glyph\":return!1;default:return!0}}var qd=Mb.html;function rd(a,b){a=9===a.nodeType||11===a.nodeType?a:a.ownerDocument;var c=cc(a);b=wa[b];for(var d=0;d<b.length;d++)uc(b[d],a,c)}function sd(){}\nfunction td(a){a=a||(\"undefined\"!==typeof document?document:void 0);if(\"undefined\"===typeof a)return null;try{return a.activeElement||a.body}catch(b){return a.body}}function ud(a){for(;a&&a.firstChild;)a=a.firstChild;return a}function vd(a,b){var c=ud(a);a=0;for(var d;c;){if(3===c.nodeType){d=a+c.textContent.length;if(a<=b&&d>=b)return{node:c,offset:b-a};a=d}a:{for(;c;){if(c.nextSibling){c=c.nextSibling;break a}c=c.parentNode}c=void 0}c=ud(c)}}\nfunction wd(a,b){return a&&b?a===b?!0:a&&3===a.nodeType?!1:b&&3===b.nodeType?wd(a,b.parentNode):\"contains\"in a?a.contains(b):a.compareDocumentPosition?!!(a.compareDocumentPosition(b)&16):!1:!1}function xd(){for(var a=window,b=td();b instanceof a.HTMLIFrameElement;){try{var c=\"string\"===typeof b.contentWindow.location.href}catch(d){c=!1}if(c)a=b.contentWindow;else break;b=td(a.document)}return b}\nfunction yd(a){var b=a&&a.nodeName&&a.nodeName.toLowerCase();return b&&(\"input\"===b&&(\"text\"===a.type||\"search\"===a.type||\"tel\"===a.type||\"url\"===a.type||\"password\"===a.type)||\"textarea\"===b||\"true\"===a.contentEditable)}var zd=\"$\",Ad=\"/$\",Bd=\"$?\",Cd=\"$!\",Dd=null,Ed=null;function Fd(a,b){switch(a){case \"button\":case \"input\":case \"select\":case \"textarea\":return!!b.autoFocus}return!1}\nfunction Gd(a,b){return\"textarea\"===a||\"option\"===a||\"noscript\"===a||\"string\"===typeof b.children||\"number\"===typeof b.children||\"object\"===typeof b.dangerouslySetInnerHTML&&null!==b.dangerouslySetInnerHTML&&null!=b.dangerouslySetInnerHTML.__html}var Hd=\"function\"===typeof setTimeout?setTimeout:void 0,Id=\"function\"===typeof clearTimeout?clearTimeout:void 0;function Jd(a){for(;null!=a;a=a.nextSibling){var b=a.nodeType;if(1===b||3===b)break}return a}\nfunction Kd(a){a=a.previousSibling;for(var b=0;a;){if(8===a.nodeType){var c=a.data;if(c===zd||c===Cd||c===Bd){if(0===b)return a;b--}else c===Ad&&b++}a=a.previousSibling}return null}var Ld=Math.random().toString(36).slice(2),Md=\"__reactInternalInstance$\"+Ld,Nd=\"__reactEventHandlers$\"+Ld,Od=\"__reactContainere$\"+Ld;\nfunction tc(a){var b=a[Md];if(b)return b;for(var c=a.parentNode;c;){if(b=c[Od]||c[Md]){c=b.alternate;if(null!==b.child||null!==c&&null!==c.child)for(a=Kd(a);null!==a;){if(c=a[Md])return c;a=Kd(a)}return b}a=c;c=a.parentNode}return null}function Nc(a){a=a[Md]||a[Od];return!a||5!==a.tag&&6!==a.tag&&13!==a.tag&&3!==a.tag?null:a}function Pd(a){if(5===a.tag||6===a.tag)return a.stateNode;throw Error(u(33));}function Qd(a){return a[Nd]||null}\nfunction Rd(a){do a=a.return;while(a&&5!==a.tag);return a?a:null}\nfunction Sd(a,b){var c=a.stateNode;if(!c)return null;var d=la(c);if(!d)return null;c=d[b];a:switch(b){case \"onClick\":case \"onClickCapture\":case \"onDoubleClick\":case \"onDoubleClickCapture\":case \"onMouseDown\":case \"onMouseDownCapture\":case \"onMouseMove\":case \"onMouseMoveCapture\":case \"onMouseUp\":case \"onMouseUpCapture\":case \"onMouseEnter\":(d=!d.disabled)||(a=a.type,d=!(\"button\"===a||\"input\"===a||\"select\"===a||\"textarea\"===a));a=!d;break a;default:a=!1}if(a)return null;if(c&&\"function\"!==typeof c)throw Error(u(231,\nb,typeof c));return c}function Td(a,b,c){if(b=Sd(a,c.dispatchConfig.phasedRegistrationNames[b]))c._dispatchListeners=ic(c._dispatchListeners,b),c._dispatchInstances=ic(c._dispatchInstances,a)}function Ud(a){if(a&&a.dispatchConfig.phasedRegistrationNames){for(var b=a._targetInst,c=[];b;)c.push(b),b=Rd(b);for(b=c.length;0<b--;)Td(c[b],\"captured\",a);for(b=0;b<c.length;b++)Td(c[b],\"bubbled\",a)}}\nfunction Vd(a,b,c){a&&c&&c.dispatchConfig.registrationName&&(b=Sd(a,c.dispatchConfig.registrationName))&&(c._dispatchListeners=ic(c._dispatchListeners,b),c._dispatchInstances=ic(c._dispatchInstances,a))}function Wd(a){a&&a.dispatchConfig.registrationName&&Vd(a._targetInst,null,a)}function Xd(a){jc(a,Ud)}var Yd=null,Zd=null,$d=null;\nfunction ae(){if($d)return $d;var a,b=Zd,c=b.length,d,e=\"value\"in Yd?Yd.value:Yd.textContent,f=e.length;for(a=0;a<c&&b[a]===e[a];a++);var g=c-a;for(d=1;d<=g&&b[c-d]===e[f-d];d++);return $d=e.slice(a,1<d?1-d:void 0)}function be(){return!0}function ce(){return!1}\nfunction G(a,b,c,d){this.dispatchConfig=a;this._targetInst=b;this.nativeEvent=c;a=this.constructor.Interface;for(var e in a)a.hasOwnProperty(e)&&((b=a[e])?this[e]=b(c):\"target\"===e?this.target=d:this[e]=c[e]);this.isDefaultPrevented=(null!=c.defaultPrevented?c.defaultPrevented:!1===c.returnValue)?be:ce;this.isPropagationStopped=ce;return this}\nn(G.prototype,{preventDefault:function(){this.defaultPrevented=!0;var a=this.nativeEvent;a&&(a.preventDefault?a.preventDefault():\"unknown\"!==typeof a.returnValue&&(a.returnValue=!1),this.isDefaultPrevented=be)},stopPropagation:function(){var a=this.nativeEvent;a&&(a.stopPropagation?a.stopPropagation():\"unknown\"!==typeof a.cancelBubble&&(a.cancelBubble=!0),this.isPropagationStopped=be)},persist:function(){this.isPersistent=be},isPersistent:ce,destructor:function(){var a=this.constructor.Interface,\nb;for(b in a)this[b]=null;this.nativeEvent=this._targetInst=this.dispatchConfig=null;this.isPropagationStopped=this.isDefaultPrevented=ce;this._dispatchInstances=this._dispatchListeners=null}});G.Interface={type:null,target:null,currentTarget:function(){return null},eventPhase:null,bubbles:null,cancelable:null,timeStamp:function(a){return a.timeStamp||Date.now()},defaultPrevented:null,isTrusted:null};\nG.extend=function(a){function b(){}function c(){return d.apply(this,arguments)}var d=this;b.prototype=d.prototype;var e=new b;n(e,c.prototype);c.prototype=e;c.prototype.constructor=c;c.Interface=n({},d.Interface,a);c.extend=d.extend;de(c);return c};de(G);function ee(a,b,c,d){if(this.eventPool.length){var e=this.eventPool.pop();this.call(e,a,b,c,d);return e}return new this(a,b,c,d)}\nfunction fe(a){if(!(a instanceof this))throw Error(u(279));a.destructor();10>this.eventPool.length&&this.eventPool.push(a)}function de(a){a.eventPool=[];a.getPooled=ee;a.release=fe}var ge=G.extend({data:null}),he=G.extend({data:null}),ie=[9,13,27,32],je=ya&&\"CompositionEvent\"in window,ke=null;ya&&\"documentMode\"in document&&(ke=document.documentMode);\nvar le=ya&&\"TextEvent\"in window&&!ke,me=ya&&(!je||ke&&8<ke&&11>=ke),ne=String.fromCharCode(32),oe={beforeInput:{phasedRegistrationNames:{bubbled:\"onBeforeInput\",captured:\"onBeforeInputCapture\"},dependencies:[\"compositionend\",\"keypress\",\"textInput\",\"paste\"]},compositionEnd:{phasedRegistrationNames:{bubbled:\"onCompositionEnd\",captured:\"onCompositionEndCapture\"},dependencies:\"blur compositionend keydown keypress keyup mousedown\".split(\" \")},compositionStart:{phasedRegistrationNames:{bubbled:\"onCompositionStart\",\ncaptured:\"onCompositionStartCapture\"},dependencies:\"blur compositionstart keydown keypress keyup mousedown\".split(\" \")},compositionUpdate:{phasedRegistrationNames:{bubbled:\"onCompositionUpdate\",captured:\"onCompositionUpdateCapture\"},dependencies:\"blur compositionupdate keydown keypress keyup mousedown\".split(\" \")}},pe=!1;\nfunction qe(a,b){switch(a){case \"keyup\":return-1!==ie.indexOf(b.keyCode);case \"keydown\":return 229!==b.keyCode;case \"keypress\":case \"mousedown\":case \"blur\":return!0;default:return!1}}function re(a){a=a.detail;return\"object\"===typeof a&&\"data\"in a?a.data:null}var se=!1;function te(a,b){switch(a){case \"compositionend\":return re(b);case \"keypress\":if(32!==b.which)return null;pe=!0;return ne;case \"textInput\":return a=b.data,a===ne&&pe?null:a;default:return null}}\nfunction ue(a,b){if(se)return\"compositionend\"===a||!je&&qe(a,b)?(a=ae(),$d=Zd=Yd=null,se=!1,a):null;switch(a){case \"paste\":return null;case \"keypress\":if(!(b.ctrlKey||b.altKey||b.metaKey)||b.ctrlKey&&b.altKey){if(b.char&&1<b.char.length)return b.char;if(b.which)return String.fromCharCode(b.which)}return null;case \"compositionend\":return me&&\"ko\"!==b.locale?null:b.data;default:return null}}\nvar ve={eventTypes:oe,extractEvents:function(a,b,c,d){var e;if(je)b:{switch(a){case \"compositionstart\":var f=oe.compositionStart;break b;case \"compositionend\":f=oe.compositionEnd;break b;case \"compositionupdate\":f=oe.compositionUpdate;break b}f=void 0}else se?qe(a,c)&&(f=oe.compositionEnd):\"keydown\"===a&&229===c.keyCode&&(f=oe.compositionStart);f?(me&&\"ko\"!==c.locale&&(se||f!==oe.compositionStart?f===oe.compositionEnd&&se&&(e=ae()):(Yd=d,Zd=\"value\"in Yd?Yd.value:Yd.textContent,se=!0)),f=ge.getPooled(f,\nb,c,d),e?f.data=e:(e=re(c),null!==e&&(f.data=e)),Xd(f),e=f):e=null;(a=le?te(a,c):ue(a,c))?(b=he.getPooled(oe.beforeInput,b,c,d),b.data=a,Xd(b)):b=null;return null===e?b:null===b?e:[e,b]}},we={color:!0,date:!0,datetime:!0,\"datetime-local\":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function xe(a){var b=a&&a.nodeName&&a.nodeName.toLowerCase();return\"input\"===b?!!we[a.type]:\"textarea\"===b?!0:!1}\nvar ye={change:{phasedRegistrationNames:{bubbled:\"onChange\",captured:\"onChangeCapture\"},dependencies:\"blur change click focus input keydown keyup selectionchange\".split(\" \")}};function ze(a,b,c){a=G.getPooled(ye.change,a,b,c);a.type=\"change\";Da(c);Xd(a);return a}var Ae=null,Be=null;function Ce(a){mc(a)}function De(a){var b=Pd(a);if(yb(b))return a}function Ee(a,b){if(\"change\"===a)return b}var Fe=!1;ya&&(Fe=oc(\"input\")&&(!document.documentMode||9<document.documentMode));\nfunction Ge(){Ae&&(Ae.detachEvent(\"onpropertychange\",He),Be=Ae=null)}function He(a){if(\"value\"===a.propertyName&&De(Be))if(a=ze(Be,a,nc(a)),Ja)mc(a);else{Ja=!0;try{Fa(Ce,a)}finally{Ja=!1,La()}}}function Ie(a,b,c){\"focus\"===a?(Ge(),Ae=b,Be=c,Ae.attachEvent(\"onpropertychange\",He)):\"blur\"===a&&Ge()}function Je(a){if(\"selectionchange\"===a||\"keyup\"===a||\"keydown\"===a)return De(Be)}function Ke(a,b){if(\"click\"===a)return De(b)}function Le(a,b){if(\"input\"===a||\"change\"===a)return De(b)}\nvar Me={eventTypes:ye,_isInputEventSupported:Fe,extractEvents:function(a,b,c,d){var e=b?Pd(b):window,f=e.nodeName&&e.nodeName.toLowerCase();if(\"select\"===f||\"input\"===f&&\"file\"===e.type)var g=Ee;else if(xe(e))if(Fe)g=Le;else{g=Je;var h=Ie}else(f=e.nodeName)&&\"input\"===f.toLowerCase()&&(\"checkbox\"===e.type||\"radio\"===e.type)&&(g=Ke);if(g&&(g=g(a,b)))return ze(g,c,d);h&&h(a,e,b);\"blur\"===a&&(a=e._wrapperState)&&a.controlled&&\"number\"===e.type&&Db(e,\"number\",e.value)}},Ne=G.extend({view:null,detail:null}),\nOe={Alt:\"altKey\",Control:\"ctrlKey\",Meta:\"metaKey\",Shift:\"shiftKey\"};function Pe(a){var b=this.nativeEvent;return b.getModifierState?b.getModifierState(a):(a=Oe[a])?!!b[a]:!1}function Qe(){return Pe}\nvar Re=0,Se=0,Te=!1,Ue=!1,Ve=Ne.extend({screenX:null,screenY:null,clientX:null,clientY:null,pageX:null,pageY:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,getModifierState:Qe,button:null,buttons:null,relatedTarget:function(a){return a.relatedTarget||(a.fromElement===a.srcElement?a.toElement:a.fromElement)},movementX:function(a){if(\"movementX\"in a)return a.movementX;var b=Re;Re=a.screenX;return Te?\"mousemove\"===a.type?a.screenX-b:0:(Te=!0,0)},movementY:function(a){if(\"movementY\"in a)return a.movementY;\nvar b=Se;Se=a.screenY;return Ue?\"mousemove\"===a.type?a.screenY-b:0:(Ue=!0,0)}}),We=Ve.extend({pointerId:null,width:null,height:null,pressure:null,tangentialPressure:null,tiltX:null,tiltY:null,twist:null,pointerType:null,isPrimary:null}),Xe={mouseEnter:{registrationName:\"onMouseEnter\",dependencies:[\"mouseout\",\"mouseover\"]},mouseLeave:{registrationName:\"onMouseLeave\",dependencies:[\"mouseout\",\"mouseover\"]},pointerEnter:{registrationName:\"onPointerEnter\",dependencies:[\"pointerout\",\"pointerover\"]},pointerLeave:{registrationName:\"onPointerLeave\",\ndependencies:[\"pointerout\",\"pointerover\"]}},Ye={eventTypes:Xe,extractEvents:function(a,b,c,d,e){var f=\"mouseover\"===a||\"pointerover\"===a,g=\"mouseout\"===a||\"pointerout\"===a;if(f&&0===(e&32)&&(c.relatedTarget||c.fromElement)||!g&&!f)return null;f=d.window===d?d:(f=d.ownerDocument)?f.defaultView||f.parentWindow:window;if(g){if(g=b,b=(b=c.relatedTarget||c.toElement)?tc(b):null,null!==b){var h=dc(b);if(b!==h||5!==b.tag&&6!==b.tag)b=null}}else g=null;if(g===b)return null;if(\"mouseout\"===a||\"mouseover\"===\na){var k=Ve;var l=Xe.mouseLeave;var m=Xe.mouseEnter;var p=\"mouse\"}else if(\"pointerout\"===a||\"pointerover\"===a)k=We,l=Xe.pointerLeave,m=Xe.pointerEnter,p=\"pointer\";a=null==g?f:Pd(g);f=null==b?f:Pd(b);l=k.getPooled(l,g,c,d);l.type=p+\"leave\";l.target=a;l.relatedTarget=f;c=k.getPooled(m,b,c,d);c.type=p+\"enter\";c.target=f;c.relatedTarget=a;d=g;p=b;if(d&&p)a:{k=d;m=p;g=0;for(a=k;a;a=Rd(a))g++;a=0;for(b=m;b;b=Rd(b))a++;for(;0<g-a;)k=Rd(k),g--;for(;0<a-g;)m=Rd(m),a--;for(;g--;){if(k===m||k===m.alternate)break a;\nk=Rd(k);m=Rd(m)}k=null}else k=null;m=k;for(k=[];d&&d!==m;){g=d.alternate;if(null!==g&&g===m)break;k.push(d);d=Rd(d)}for(d=[];p&&p!==m;){g=p.alternate;if(null!==g&&g===m)break;d.push(p);p=Rd(p)}for(p=0;p<k.length;p++)Vd(k[p],\"bubbled\",l);for(p=d.length;0<p--;)Vd(d[p],\"captured\",c);return 0===(e&64)?[l]:[l,c]}};function Ze(a,b){return a===b&&(0!==a||1/a===1/b)||a!==a&&b!==b}var $e=\"function\"===typeof Object.is?Object.is:Ze,af=Object.prototype.hasOwnProperty;\nfunction bf(a,b){if($e(a,b))return!0;if(\"object\"!==typeof a||null===a||\"object\"!==typeof b||null===b)return!1;var c=Object.keys(a),d=Object.keys(b);if(c.length!==d.length)return!1;for(d=0;d<c.length;d++)if(!af.call(b,c[d])||!$e(a[c[d]],b[c[d]]))return!1;return!0}\nvar cf=ya&&\"documentMode\"in document&&11>=document.documentMode,df={select:{phasedRegistrationNames:{bubbled:\"onSelect\",captured:\"onSelectCapture\"},dependencies:\"blur contextmenu dragend focus keydown keyup mousedown mouseup selectionchange\".split(\" \")}},ef=null,ff=null,gf=null,hf=!1;\nfunction jf(a,b){var c=b.window===b?b.document:9===b.nodeType?b:b.ownerDocument;if(hf||null==ef||ef!==td(c))return null;c=ef;\"selectionStart\"in c&&yd(c)?c={start:c.selectionStart,end:c.selectionEnd}:(c=(c.ownerDocument&&c.ownerDocument.defaultView||window).getSelection(),c={anchorNode:c.anchorNode,anchorOffset:c.anchorOffset,focusNode:c.focusNode,focusOffset:c.focusOffset});return gf&&bf(gf,c)?null:(gf=c,a=G.getPooled(df.select,ff,a,b),a.type=\"select\",a.target=ef,Xd(a),a)}\nvar kf={eventTypes:df,extractEvents:function(a,b,c,d,e,f){e=f||(d.window===d?d.document:9===d.nodeType?d:d.ownerDocument);if(!(f=!e)){a:{e=cc(e);f=wa.onSelect;for(var g=0;g<f.length;g++)if(!e.has(f[g])){e=!1;break a}e=!0}f=!e}if(f)return null;e=b?Pd(b):window;switch(a){case \"focus\":if(xe(e)||\"true\"===e.contentEditable)ef=e,ff=b,gf=null;break;case \"blur\":gf=ff=ef=null;break;case \"mousedown\":hf=!0;break;case \"contextmenu\":case \"mouseup\":case \"dragend\":return hf=!1,jf(c,d);case \"selectionchange\":if(cf)break;\ncase \"keydown\":case \"keyup\":return jf(c,d)}return null}},lf=G.extend({animationName:null,elapsedTime:null,pseudoElement:null}),mf=G.extend({clipboardData:function(a){return\"clipboardData\"in a?a.clipboardData:window.clipboardData}}),nf=Ne.extend({relatedTarget:null});function of(a){var b=a.keyCode;\"charCode\"in a?(a=a.charCode,0===a&&13===b&&(a=13)):a=b;10===a&&(a=13);return 32<=a||13===a?a:0}\nvar pf={Esc:\"Escape\",Spacebar:\" \",Left:\"ArrowLeft\",Up:\"ArrowUp\",Right:\"ArrowRight\",Down:\"ArrowDown\",Del:\"Delete\",Win:\"OS\",Menu:\"ContextMenu\",Apps:\"ContextMenu\",Scroll:\"ScrollLock\",MozPrintableKey:\"Unidentified\"},qf={8:\"Backspace\",9:\"Tab\",12:\"Clear\",13:\"Enter\",16:\"Shift\",17:\"Control\",18:\"Alt\",19:\"Pause\",20:\"CapsLock\",27:\"Escape\",32:\" \",33:\"PageUp\",34:\"PageDown\",35:\"End\",36:\"Home\",37:\"ArrowLeft\",38:\"ArrowUp\",39:\"ArrowRight\",40:\"ArrowDown\",45:\"Insert\",46:\"Delete\",112:\"F1\",113:\"F2\",114:\"F3\",115:\"F4\",\n116:\"F5\",117:\"F6\",118:\"F7\",119:\"F8\",120:\"F9\",121:\"F10\",122:\"F11\",123:\"F12\",144:\"NumLock\",145:\"ScrollLock\",224:\"Meta\"},rf=Ne.extend({key:function(a){if(a.key){var b=pf[a.key]||a.key;if(\"Unidentified\"!==b)return b}return\"keypress\"===a.type?(a=of(a),13===a?\"Enter\":String.fromCharCode(a)):\"keydown\"===a.type||\"keyup\"===a.type?qf[a.keyCode]||\"Unidentified\":\"\"},location:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,repeat:null,locale:null,getModifierState:Qe,charCode:function(a){return\"keypress\"===\na.type?of(a):0},keyCode:function(a){return\"keydown\"===a.type||\"keyup\"===a.type?a.keyCode:0},which:function(a){return\"keypress\"===a.type?of(a):\"keydown\"===a.type||\"keyup\"===a.type?a.keyCode:0}}),sf=Ve.extend({dataTransfer:null}),tf=Ne.extend({touches:null,targetTouches:null,changedTouches:null,altKey:null,metaKey:null,ctrlKey:null,shiftKey:null,getModifierState:Qe}),uf=G.extend({propertyName:null,elapsedTime:null,pseudoElement:null}),vf=Ve.extend({deltaX:function(a){return\"deltaX\"in a?a.deltaX:\"wheelDeltaX\"in\na?-a.wheelDeltaX:0},deltaY:function(a){return\"deltaY\"in a?a.deltaY:\"wheelDeltaY\"in a?-a.wheelDeltaY:\"wheelDelta\"in a?-a.wheelDelta:0},deltaZ:null,deltaMode:null}),wf={eventTypes:Wc,extractEvents:function(a,b,c,d){var e=Yc.get(a);if(!e)return null;switch(a){case \"keypress\":if(0===of(c))return null;case \"keydown\":case \"keyup\":a=rf;break;case \"blur\":case \"focus\":a=nf;break;case \"click\":if(2===c.button)return null;case \"auxclick\":case \"dblclick\":case \"mousedown\":case \"mousemove\":case \"mouseup\":case \"mouseout\":case \"mouseover\":case \"contextmenu\":a=\nVe;break;case \"drag\":case \"dragend\":case \"dragenter\":case \"dragexit\":case \"dragleave\":case \"dragover\":case \"dragstart\":case \"drop\":a=sf;break;case \"touchcancel\":case \"touchend\":case \"touchmove\":case \"touchstart\":a=tf;break;case Xb:case Yb:case Zb:a=lf;break;case $b:a=uf;break;case \"scroll\":a=Ne;break;case \"wheel\":a=vf;break;case \"copy\":case \"cut\":case \"paste\":a=mf;break;case \"gotpointercapture\":case \"lostpointercapture\":case \"pointercancel\":case \"pointerdown\":case \"pointermove\":case \"pointerout\":case \"pointerover\":case \"pointerup\":a=\nWe;break;default:a=G}b=a.getPooled(e,b,c,d);Xd(b);return b}};if(pa)throw Error(u(101));pa=Array.prototype.slice.call(\"ResponderEventPlugin SimpleEventPlugin EnterLeaveEventPlugin ChangeEventPlugin SelectEventPlugin BeforeInputEventPlugin\".split(\" \"));ra();var xf=Nc;la=Qd;ma=xf;na=Pd;xa({SimpleEventPlugin:wf,EnterLeaveEventPlugin:Ye,ChangeEventPlugin:Me,SelectEventPlugin:kf,BeforeInputEventPlugin:ve});var yf=[],zf=-1;function H(a){0>zf||(a.current=yf[zf],yf[zf]=null,zf--)}\nfunction I(a,b){zf++;yf[zf]=a.current;a.current=b}var Af={},J={current:Af},K={current:!1},Bf=Af;function Cf(a,b){var c=a.type.contextTypes;if(!c)return Af;var d=a.stateNode;if(d&&d.__reactInternalMemoizedUnmaskedChildContext===b)return d.__reactInternalMemoizedMaskedChildContext;var e={},f;for(f in c)e[f]=b[f];d&&(a=a.stateNode,a.__reactInternalMemoizedUnmaskedChildContext=b,a.__reactInternalMemoizedMaskedChildContext=e);return e}function L(a){a=a.childContextTypes;return null!==a&&void 0!==a}\nfunction Df(){H(K);H(J)}function Ef(a,b,c){if(J.current!==Af)throw Error(u(168));I(J,b);I(K,c)}function Ff(a,b,c){var d=a.stateNode;a=b.childContextTypes;if(\"function\"!==typeof d.getChildContext)return c;d=d.getChildContext();for(var e in d)if(!(e in a))throw Error(u(108,pb(b)||\"Unknown\",e));return n({},c,{},d)}function Gf(a){a=(a=a.stateNode)&&a.__reactInternalMemoizedMergedChildContext||Af;Bf=J.current;I(J,a);I(K,K.current);return!0}\nfunction Hf(a,b,c){var d=a.stateNode;if(!d)throw Error(u(169));c?(a=Ff(a,b,Bf),d.__reactInternalMemoizedMergedChildContext=a,H(K),H(J),I(J,a)):H(K);I(K,c)}\nvar If=r.unstable_runWithPriority,Jf=r.unstable_scheduleCallback,Kf=r.unstable_cancelCallback,Lf=r.unstable_requestPaint,Mf=r.unstable_now,Nf=r.unstable_getCurrentPriorityLevel,Of=r.unstable_ImmediatePriority,Pf=r.unstable_UserBlockingPriority,Qf=r.unstable_NormalPriority,Rf=r.unstable_LowPriority,Sf=r.unstable_IdlePriority,Tf={},Uf=r.unstable_shouldYield,Vf=void 0!==Lf?Lf:function(){},Wf=null,Xf=null,Yf=!1,Zf=Mf(),$f=1E4>Zf?Mf:function(){return Mf()-Zf};\nfunction ag(){switch(Nf()){case Of:return 99;case Pf:return 98;case Qf:return 97;case Rf:return 96;case Sf:return 95;default:throw Error(u(332));}}function bg(a){switch(a){case 99:return Of;case 98:return Pf;case 97:return Qf;case 96:return Rf;case 95:return Sf;default:throw Error(u(332));}}function cg(a,b){a=bg(a);return If(a,b)}function dg(a,b,c){a=bg(a);return Jf(a,b,c)}function eg(a){null===Wf?(Wf=[a],Xf=Jf(Of,fg)):Wf.push(a);return Tf}function gg(){if(null!==Xf){var a=Xf;Xf=null;Kf(a)}fg()}\nfunction fg(){if(!Yf&&null!==Wf){Yf=!0;var a=0;try{var b=Wf;cg(99,function(){for(;a<b.length;a++){var c=b[a];do c=c(!0);while(null!==c)}});Wf=null}catch(c){throw null!==Wf&&(Wf=Wf.slice(a+1)),Jf(Of,gg),c;}finally{Yf=!1}}}function hg(a,b,c){c/=10;return 1073741821-(((1073741821-a+b/10)/c|0)+1)*c}function ig(a,b){if(a&&a.defaultProps){b=n({},b);a=a.defaultProps;for(var c in a)void 0===b[c]&&(b[c]=a[c])}return b}var jg={current:null},kg=null,lg=null,mg=null;function ng(){mg=lg=kg=null}\nfunction og(a){var b=jg.current;H(jg);a.type._context._currentValue=b}function pg(a,b){for(;null!==a;){var c=a.alternate;if(a.childExpirationTime<b)a.childExpirationTime=b,null!==c&&c.childExpirationTime<b&&(c.childExpirationTime=b);else if(null!==c&&c.childExpirationTime<b)c.childExpirationTime=b;else break;a=a.return}}function qg(a,b){kg=a;mg=lg=null;a=a.dependencies;null!==a&&null!==a.firstContext&&(a.expirationTime>=b&&(rg=!0),a.firstContext=null)}\nfunction sg(a,b){if(mg!==a&&!1!==b&&0!==b){if(\"number\"!==typeof b||1073741823===b)mg=a,b=1073741823;b={context:a,observedBits:b,next:null};if(null===lg){if(null===kg)throw Error(u(308));lg=b;kg.dependencies={expirationTime:0,firstContext:b,responders:null}}else lg=lg.next=b}return a._currentValue}var tg=!1;function ug(a){a.updateQueue={baseState:a.memoizedState,baseQueue:null,shared:{pending:null},effects:null}}\nfunction vg(a,b){a=a.updateQueue;b.updateQueue===a&&(b.updateQueue={baseState:a.baseState,baseQueue:a.baseQueue,shared:a.shared,effects:a.effects})}function wg(a,b){a={expirationTime:a,suspenseConfig:b,tag:0,payload:null,callback:null,next:null};return a.next=a}function xg(a,b){a=a.updateQueue;if(null!==a){a=a.shared;var c=a.pending;null===c?b.next=b:(b.next=c.next,c.next=b);a.pending=b}}\nfunction yg(a,b){var c=a.alternate;null!==c&&vg(c,a);a=a.updateQueue;c=a.baseQueue;null===c?(a.baseQueue=b.next=b,b.next=b):(b.next=c.next,c.next=b)}\nfunction zg(a,b,c,d){var e=a.updateQueue;tg=!1;var f=e.baseQueue,g=e.shared.pending;if(null!==g){if(null!==f){var h=f.next;f.next=g.next;g.next=h}f=g;e.shared.pending=null;h=a.alternate;null!==h&&(h=h.updateQueue,null!==h&&(h.baseQueue=g))}if(null!==f){h=f.next;var k=e.baseState,l=0,m=null,p=null,x=null;if(null!==h){var z=h;do{g=z.expirationTime;if(g<d){var ca={expirationTime:z.expirationTime,suspenseConfig:z.suspenseConfig,tag:z.tag,payload:z.payload,callback:z.callback,next:null};null===x?(p=x=\nca,m=k):x=x.next=ca;g>l&&(l=g)}else{null!==x&&(x=x.next={expirationTime:1073741823,suspenseConfig:z.suspenseConfig,tag:z.tag,payload:z.payload,callback:z.callback,next:null});Ag(g,z.suspenseConfig);a:{var D=a,t=z;g=b;ca=c;switch(t.tag){case 1:D=t.payload;if(\"function\"===typeof D){k=D.call(ca,k,g);break a}k=D;break a;case 3:D.effectTag=D.effectTag&-4097|64;case 0:D=t.payload;g=\"function\"===typeof D?D.call(ca,k,g):D;if(null===g||void 0===g)break a;k=n({},k,g);break a;case 2:tg=!0}}null!==z.callback&&\n(a.effectTag|=32,g=e.effects,null===g?e.effects=[z]:g.push(z))}z=z.next;if(null===z||z===h)if(g=e.shared.pending,null===g)break;else z=f.next=g.next,g.next=h,e.baseQueue=f=g,e.shared.pending=null}while(1)}null===x?m=k:x.next=p;e.baseState=m;e.baseQueue=x;Bg(l);a.expirationTime=l;a.memoizedState=k}}\nfunction Cg(a,b,c){a=b.effects;b.effects=null;if(null!==a)for(b=0;b<a.length;b++){var d=a[b],e=d.callback;if(null!==e){d.callback=null;d=e;e=c;if(\"function\"!==typeof d)throw Error(u(191,d));d.call(e)}}}var Dg=Wa.ReactCurrentBatchConfig,Eg=(new aa.Component).refs;function Fg(a,b,c,d){b=a.memoizedState;c=c(d,b);c=null===c||void 0===c?b:n({},b,c);a.memoizedState=c;0===a.expirationTime&&(a.updateQueue.baseState=c)}\nvar Jg={isMounted:function(a){return(a=a._reactInternalFiber)?dc(a)===a:!1},enqueueSetState:function(a,b,c){a=a._reactInternalFiber;var d=Gg(),e=Dg.suspense;d=Hg(d,a,e);e=wg(d,e);e.payload=b;void 0!==c&&null!==c&&(e.callback=c);xg(a,e);Ig(a,d)},enqueueReplaceState:function(a,b,c){a=a._reactInternalFiber;var d=Gg(),e=Dg.suspense;d=Hg(d,a,e);e=wg(d,e);e.tag=1;e.payload=b;void 0!==c&&null!==c&&(e.callback=c);xg(a,e);Ig(a,d)},enqueueForceUpdate:function(a,b){a=a._reactInternalFiber;var c=Gg(),d=Dg.suspense;\nc=Hg(c,a,d);d=wg(c,d);d.tag=2;void 0!==b&&null!==b&&(d.callback=b);xg(a,d);Ig(a,c)}};function Kg(a,b,c,d,e,f,g){a=a.stateNode;return\"function\"===typeof a.shouldComponentUpdate?a.shouldComponentUpdate(d,f,g):b.prototype&&b.prototype.isPureReactComponent?!bf(c,d)||!bf(e,f):!0}\nfunction Lg(a,b,c){var d=!1,e=Af;var f=b.contextType;\"object\"===typeof f&&null!==f?f=sg(f):(e=L(b)?Bf:J.current,d=b.contextTypes,f=(d=null!==d&&void 0!==d)?Cf(a,e):Af);b=new b(c,f);a.memoizedState=null!==b.state&&void 0!==b.state?b.state:null;b.updater=Jg;a.stateNode=b;b._reactInternalFiber=a;d&&(a=a.stateNode,a.__reactInternalMemoizedUnmaskedChildContext=e,a.__reactInternalMemoizedMaskedChildContext=f);return b}\nfunction Mg(a,b,c,d){a=b.state;\"function\"===typeof b.componentWillReceiveProps&&b.componentWillReceiveProps(c,d);\"function\"===typeof b.UNSAFE_componentWillReceiveProps&&b.UNSAFE_componentWillReceiveProps(c,d);b.state!==a&&Jg.enqueueReplaceState(b,b.state,null)}\nfunction Ng(a,b,c,d){var e=a.stateNode;e.props=c;e.state=a.memoizedState;e.refs=Eg;ug(a);var f=b.contextType;\"object\"===typeof f&&null!==f?e.context=sg(f):(f=L(b)?Bf:J.current,e.context=Cf(a,f));zg(a,c,e,d);e.state=a.memoizedState;f=b.getDerivedStateFromProps;\"function\"===typeof f&&(Fg(a,b,f,c),e.state=a.memoizedState);\"function\"===typeof b.getDerivedStateFromProps||\"function\"===typeof e.getSnapshotBeforeUpdate||\"function\"!==typeof e.UNSAFE_componentWillMount&&\"function\"!==typeof e.componentWillMount||\n(b=e.state,\"function\"===typeof e.componentWillMount&&e.componentWillMount(),\"function\"===typeof e.UNSAFE_componentWillMount&&e.UNSAFE_componentWillMount(),b!==e.state&&Jg.enqueueReplaceState(e,e.state,null),zg(a,c,e,d),e.state=a.memoizedState);\"function\"===typeof e.componentDidMount&&(a.effectTag|=4)}var Og=Array.isArray;\nfunction Pg(a,b,c){a=c.ref;if(null!==a&&\"function\"!==typeof a&&\"object\"!==typeof a){if(c._owner){c=c._owner;if(c){if(1!==c.tag)throw Error(u(309));var d=c.stateNode}if(!d)throw Error(u(147,a));var e=\"\"+a;if(null!==b&&null!==b.ref&&\"function\"===typeof b.ref&&b.ref._stringRef===e)return b.ref;b=function(a){var b=d.refs;b===Eg&&(b=d.refs={});null===a?delete b[e]:b[e]=a};b._stringRef=e;return b}if(\"string\"!==typeof a)throw Error(u(284));if(!c._owner)throw Error(u(290,a));}return a}\nfunction Qg(a,b){if(\"textarea\"!==a.type)throw Error(u(31,\"[object Object]\"===Object.prototype.toString.call(b)?\"object with keys {\"+Object.keys(b).join(\", \")+\"}\":b,\"\"));}\nfunction Rg(a){function b(b,c){if(a){var d=b.lastEffect;null!==d?(d.nextEffect=c,b.lastEffect=c):b.firstEffect=b.lastEffect=c;c.nextEffect=null;c.effectTag=8}}function c(c,d){if(!a)return null;for(;null!==d;)b(c,d),d=d.sibling;return null}function d(a,b){for(a=new Map;null!==b;)null!==b.key?a.set(b.key,b):a.set(b.index,b),b=b.sibling;return a}function e(a,b){a=Sg(a,b);a.index=0;a.sibling=null;return a}function f(b,c,d){b.index=d;if(!a)return c;d=b.alternate;if(null!==d)return d=d.index,d<c?(b.effectTag=\n2,c):d;b.effectTag=2;return c}function g(b){a&&null===b.alternate&&(b.effectTag=2);return b}function h(a,b,c,d){if(null===b||6!==b.tag)return b=Tg(c,a.mode,d),b.return=a,b;b=e(b,c);b.return=a;return b}function k(a,b,c,d){if(null!==b&&b.elementType===c.type)return d=e(b,c.props),d.ref=Pg(a,b,c),d.return=a,d;d=Ug(c.type,c.key,c.props,null,a.mode,d);d.ref=Pg(a,b,c);d.return=a;return d}function l(a,b,c,d){if(null===b||4!==b.tag||b.stateNode.containerInfo!==c.containerInfo||b.stateNode.implementation!==\nc.implementation)return b=Vg(c,a.mode,d),b.return=a,b;b=e(b,c.children||[]);b.return=a;return b}function m(a,b,c,d,f){if(null===b||7!==b.tag)return b=Wg(c,a.mode,d,f),b.return=a,b;b=e(b,c);b.return=a;return b}function p(a,b,c){if(\"string\"===typeof b||\"number\"===typeof b)return b=Tg(\"\"+b,a.mode,c),b.return=a,b;if(\"object\"===typeof b&&null!==b){switch(b.$$typeof){case Za:return c=Ug(b.type,b.key,b.props,null,a.mode,c),c.ref=Pg(a,null,b),c.return=a,c;case $a:return b=Vg(b,a.mode,c),b.return=a,b}if(Og(b)||\nnb(b))return b=Wg(b,a.mode,c,null),b.return=a,b;Qg(a,b)}return null}function x(a,b,c,d){var e=null!==b?b.key:null;if(\"string\"===typeof c||\"number\"===typeof c)return null!==e?null:h(a,b,\"\"+c,d);if(\"object\"===typeof c&&null!==c){switch(c.$$typeof){case Za:return c.key===e?c.type===ab?m(a,b,c.props.children,d,e):k(a,b,c,d):null;case $a:return c.key===e?l(a,b,c,d):null}if(Og(c)||nb(c))return null!==e?null:m(a,b,c,d,null);Qg(a,c)}return null}function z(a,b,c,d,e){if(\"string\"===typeof d||\"number\"===typeof d)return a=\na.get(c)||null,h(b,a,\"\"+d,e);if(\"object\"===typeof d&&null!==d){switch(d.$$typeof){case Za:return a=a.get(null===d.key?c:d.key)||null,d.type===ab?m(b,a,d.props.children,e,d.key):k(b,a,d,e);case $a:return a=a.get(null===d.key?c:d.key)||null,l(b,a,d,e)}if(Og(d)||nb(d))return a=a.get(c)||null,m(b,a,d,e,null);Qg(b,d)}return null}function ca(e,g,h,k){for(var l=null,t=null,m=g,y=g=0,A=null;null!==m&&y<h.length;y++){m.index>y?(A=m,m=null):A=m.sibling;var q=x(e,m,h[y],k);if(null===q){null===m&&(m=A);break}a&&\nm&&null===q.alternate&&b(e,m);g=f(q,g,y);null===t?l=q:t.sibling=q;t=q;m=A}if(y===h.length)return c(e,m),l;if(null===m){for(;y<h.length;y++)m=p(e,h[y],k),null!==m&&(g=f(m,g,y),null===t?l=m:t.sibling=m,t=m);return l}for(m=d(e,m);y<h.length;y++)A=z(m,e,y,h[y],k),null!==A&&(a&&null!==A.alternate&&m.delete(null===A.key?y:A.key),g=f(A,g,y),null===t?l=A:t.sibling=A,t=A);a&&m.forEach(function(a){return b(e,a)});return l}function D(e,g,h,l){var k=nb(h);if(\"function\"!==typeof k)throw Error(u(150));h=k.call(h);\nif(null==h)throw Error(u(151));for(var m=k=null,t=g,y=g=0,A=null,q=h.next();null!==t&&!q.done;y++,q=h.next()){t.index>y?(A=t,t=null):A=t.sibling;var D=x(e,t,q.value,l);if(null===D){null===t&&(t=A);break}a&&t&&null===D.alternate&&b(e,t);g=f(D,g,y);null===m?k=D:m.sibling=D;m=D;t=A}if(q.done)return c(e,t),k;if(null===t){for(;!q.done;y++,q=h.next())q=p(e,q.value,l),null!==q&&(g=f(q,g,y),null===m?k=q:m.sibling=q,m=q);return k}for(t=d(e,t);!q.done;y++,q=h.next())q=z(t,e,y,q.value,l),null!==q&&(a&&null!==\nq.alternate&&t.delete(null===q.key?y:q.key),g=f(q,g,y),null===m?k=q:m.sibling=q,m=q);a&&t.forEach(function(a){return b(e,a)});return k}return function(a,d,f,h){var k=\"object\"===typeof f&&null!==f&&f.type===ab&&null===f.key;k&&(f=f.props.children);var l=\"object\"===typeof f&&null!==f;if(l)switch(f.$$typeof){case Za:a:{l=f.key;for(k=d;null!==k;){if(k.key===l){switch(k.tag){case 7:if(f.type===ab){c(a,k.sibling);d=e(k,f.props.children);d.return=a;a=d;break a}break;default:if(k.elementType===f.type){c(a,\nk.sibling);d=e(k,f.props);d.ref=Pg(a,k,f);d.return=a;a=d;break a}}c(a,k);break}else b(a,k);k=k.sibling}f.type===ab?(d=Wg(f.props.children,a.mode,h,f.key),d.return=a,a=d):(h=Ug(f.type,f.key,f.props,null,a.mode,h),h.ref=Pg(a,d,f),h.return=a,a=h)}return g(a);case $a:a:{for(k=f.key;null!==d;){if(d.key===k)if(4===d.tag&&d.stateNode.containerInfo===f.containerInfo&&d.stateNode.implementation===f.implementation){c(a,d.sibling);d=e(d,f.children||[]);d.return=a;a=d;break a}else{c(a,d);break}else b(a,d);d=\nd.sibling}d=Vg(f,a.mode,h);d.return=a;a=d}return g(a)}if(\"string\"===typeof f||\"number\"===typeof f)return f=\"\"+f,null!==d&&6===d.tag?(c(a,d.sibling),d=e(d,f),d.return=a,a=d):(c(a,d),d=Tg(f,a.mode,h),d.return=a,a=d),g(a);if(Og(f))return ca(a,d,f,h);if(nb(f))return D(a,d,f,h);l&&Qg(a,f);if(\"undefined\"===typeof f&&!k)switch(a.tag){case 1:case 0:throw a=a.type,Error(u(152,a.displayName||a.name||\"Component\"));}return c(a,d)}}var Xg=Rg(!0),Yg=Rg(!1),Zg={},$g={current:Zg},ah={current:Zg},bh={current:Zg};\nfunction ch(a){if(a===Zg)throw Error(u(174));return a}function dh(a,b){I(bh,b);I(ah,a);I($g,Zg);a=b.nodeType;switch(a){case 9:case 11:b=(b=b.documentElement)?b.namespaceURI:Ob(null,\"\");break;default:a=8===a?b.parentNode:b,b=a.namespaceURI||null,a=a.tagName,b=Ob(b,a)}H($g);I($g,b)}function eh(){H($g);H(ah);H(bh)}function fh(a){ch(bh.current);var b=ch($g.current);var c=Ob(b,a.type);b!==c&&(I(ah,a),I($g,c))}function gh(a){ah.current===a&&(H($g),H(ah))}var M={current:0};\nfunction hh(a){for(var b=a;null!==b;){if(13===b.tag){var c=b.memoizedState;if(null!==c&&(c=c.dehydrated,null===c||c.data===Bd||c.data===Cd))return b}else if(19===b.tag&&void 0!==b.memoizedProps.revealOrder){if(0!==(b.effectTag&64))return b}else if(null!==b.child){b.child.return=b;b=b.child;continue}if(b===a)break;for(;null===b.sibling;){if(null===b.return||b.return===a)return null;b=b.return}b.sibling.return=b.return;b=b.sibling}return null}function ih(a,b){return{responder:a,props:b}}\nvar jh=Wa.ReactCurrentDispatcher,kh=Wa.ReactCurrentBatchConfig,lh=0,N=null,O=null,P=null,mh=!1;function Q(){throw Error(u(321));}function nh(a,b){if(null===b)return!1;for(var c=0;c<b.length&&c<a.length;c++)if(!$e(a[c],b[c]))return!1;return!0}\nfunction oh(a,b,c,d,e,f){lh=f;N=b;b.memoizedState=null;b.updateQueue=null;b.expirationTime=0;jh.current=null===a||null===a.memoizedState?ph:qh;a=c(d,e);if(b.expirationTime===lh){f=0;do{b.expirationTime=0;if(!(25>f))throw Error(u(301));f+=1;P=O=null;b.updateQueue=null;jh.current=rh;a=c(d,e)}while(b.expirationTime===lh)}jh.current=sh;b=null!==O&&null!==O.next;lh=0;P=O=N=null;mh=!1;if(b)throw Error(u(300));return a}\nfunction th(){var a={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};null===P?N.memoizedState=P=a:P=P.next=a;return P}function uh(){if(null===O){var a=N.alternate;a=null!==a?a.memoizedState:null}else a=O.next;var b=null===P?N.memoizedState:P.next;if(null!==b)P=b,O=a;else{if(null===a)throw Error(u(310));O=a;a={memoizedState:O.memoizedState,baseState:O.baseState,baseQueue:O.baseQueue,queue:O.queue,next:null};null===P?N.memoizedState=P=a:P=P.next=a}return P}\nfunction vh(a,b){return\"function\"===typeof b?b(a):b}\nfunction wh(a){var b=uh(),c=b.queue;if(null===c)throw Error(u(311));c.lastRenderedReducer=a;var d=O,e=d.baseQueue,f=c.pending;if(null!==f){if(null!==e){var g=e.next;e.next=f.next;f.next=g}d.baseQueue=e=f;c.pending=null}if(null!==e){e=e.next;d=d.baseState;var h=g=f=null,k=e;do{var l=k.expirationTime;if(l<lh){var m={expirationTime:k.expirationTime,suspenseConfig:k.suspenseConfig,action:k.action,eagerReducer:k.eagerReducer,eagerState:k.eagerState,next:null};null===h?(g=h=m,f=d):h=h.next=m;l>N.expirationTime&&\n(N.expirationTime=l,Bg(l))}else null!==h&&(h=h.next={expirationTime:1073741823,suspenseConfig:k.suspenseConfig,action:k.action,eagerReducer:k.eagerReducer,eagerState:k.eagerState,next:null}),Ag(l,k.suspenseConfig),d=k.eagerReducer===a?k.eagerState:a(d,k.action);k=k.next}while(null!==k&&k!==e);null===h?f=d:h.next=g;$e(d,b.memoizedState)||(rg=!0);b.memoizedState=d;b.baseState=f;b.baseQueue=h;c.lastRenderedState=d}return[b.memoizedState,c.dispatch]}\nfunction xh(a){var b=uh(),c=b.queue;if(null===c)throw Error(u(311));c.lastRenderedReducer=a;var d=c.dispatch,e=c.pending,f=b.memoizedState;if(null!==e){c.pending=null;var g=e=e.next;do f=a(f,g.action),g=g.next;while(g!==e);$e(f,b.memoizedState)||(rg=!0);b.memoizedState=f;null===b.baseQueue&&(b.baseState=f);c.lastRenderedState=f}return[f,d]}\nfunction yh(a){var b=th();\"function\"===typeof a&&(a=a());b.memoizedState=b.baseState=a;a=b.queue={pending:null,dispatch:null,lastRenderedReducer:vh,lastRenderedState:a};a=a.dispatch=zh.bind(null,N,a);return[b.memoizedState,a]}function Ah(a,b,c,d){a={tag:a,create:b,destroy:c,deps:d,next:null};b=N.updateQueue;null===b?(b={lastEffect:null},N.updateQueue=b,b.lastEffect=a.next=a):(c=b.lastEffect,null===c?b.lastEffect=a.next=a:(d=c.next,c.next=a,a.next=d,b.lastEffect=a));return a}\nfunction Bh(){return uh().memoizedState}function Ch(a,b,c,d){var e=th();N.effectTag|=a;e.memoizedState=Ah(1|b,c,void 0,void 0===d?null:d)}function Dh(a,b,c,d){var e=uh();d=void 0===d?null:d;var f=void 0;if(null!==O){var g=O.memoizedState;f=g.destroy;if(null!==d&&nh(d,g.deps)){Ah(b,c,f,d);return}}N.effectTag|=a;e.memoizedState=Ah(1|b,c,f,d)}function Eh(a,b){return Ch(516,4,a,b)}function Fh(a,b){return Dh(516,4,a,b)}function Gh(a,b){return Dh(4,2,a,b)}\nfunction Hh(a,b){if(\"function\"===typeof b)return a=a(),b(a),function(){b(null)};if(null!==b&&void 0!==b)return a=a(),b.current=a,function(){b.current=null}}function Ih(a,b,c){c=null!==c&&void 0!==c?c.concat([a]):null;return Dh(4,2,Hh.bind(null,b,a),c)}function Jh(){}function Kh(a,b){th().memoizedState=[a,void 0===b?null:b];return a}function Lh(a,b){var c=uh();b=void 0===b?null:b;var d=c.memoizedState;if(null!==d&&null!==b&&nh(b,d[1]))return d[0];c.memoizedState=[a,b];return a}\nfunction Mh(a,b){var c=uh();b=void 0===b?null:b;var d=c.memoizedState;if(null!==d&&null!==b&&nh(b,d[1]))return d[0];a=a();c.memoizedState=[a,b];return a}function Nh(a,b,c){var d=ag();cg(98>d?98:d,function(){a(!0)});cg(97<d?97:d,function(){var d=kh.suspense;kh.suspense=void 0===b?null:b;try{a(!1),c()}finally{kh.suspense=d}})}\nfunction zh(a,b,c){var d=Gg(),e=Dg.suspense;d=Hg(d,a,e);e={expirationTime:d,suspenseConfig:e,action:c,eagerReducer:null,eagerState:null,next:null};var f=b.pending;null===f?e.next=e:(e.next=f.next,f.next=e);b.pending=e;f=a.alternate;if(a===N||null!==f&&f===N)mh=!0,e.expirationTime=lh,N.expirationTime=lh;else{if(0===a.expirationTime&&(null===f||0===f.expirationTime)&&(f=b.lastRenderedReducer,null!==f))try{var g=b.lastRenderedState,h=f(g,c);e.eagerReducer=f;e.eagerState=h;if($e(h,g))return}catch(k){}finally{}Ig(a,\nd)}}\nvar sh={readContext:sg,useCallback:Q,useContext:Q,useEffect:Q,useImperativeHandle:Q,useLayoutEffect:Q,useMemo:Q,useReducer:Q,useRef:Q,useState:Q,useDebugValue:Q,useResponder:Q,useDeferredValue:Q,useTransition:Q},ph={readContext:sg,useCallback:Kh,useContext:sg,useEffect:Eh,useImperativeHandle:function(a,b,c){c=null!==c&&void 0!==c?c.concat([a]):null;return Ch(4,2,Hh.bind(null,b,a),c)},useLayoutEffect:function(a,b){return Ch(4,2,a,b)},useMemo:function(a,b){var c=th();b=void 0===b?null:b;a=a();c.memoizedState=[a,\nb];return a},useReducer:function(a,b,c){var d=th();b=void 0!==c?c(b):b;d.memoizedState=d.baseState=b;a=d.queue={pending:null,dispatch:null,lastRenderedReducer:a,lastRenderedState:b};a=a.dispatch=zh.bind(null,N,a);return[d.memoizedState,a]},useRef:function(a){var b=th();a={current:a};return b.memoizedState=a},useState:yh,useDebugValue:Jh,useResponder:ih,useDeferredValue:function(a,b){var c=yh(a),d=c[0],e=c[1];Eh(function(){var c=kh.suspense;kh.suspense=void 0===b?null:b;try{e(a)}finally{kh.suspense=\nc}},[a,b]);return d},useTransition:function(a){var b=yh(!1),c=b[0];b=b[1];return[Kh(Nh.bind(null,b,a),[b,a]),c]}},qh={readContext:sg,useCallback:Lh,useContext:sg,useEffect:Fh,useImperativeHandle:Ih,useLayoutEffect:Gh,useMemo:Mh,useReducer:wh,useRef:Bh,useState:function(){return wh(vh)},useDebugValue:Jh,useResponder:ih,useDeferredValue:function(a,b){var c=wh(vh),d=c[0],e=c[1];Fh(function(){var c=kh.suspense;kh.suspense=void 0===b?null:b;try{e(a)}finally{kh.suspense=c}},[a,b]);return d},useTransition:function(a){var b=\nwh(vh),c=b[0];b=b[1];return[Lh(Nh.bind(null,b,a),[b,a]),c]}},rh={readContext:sg,useCallback:Lh,useContext:sg,useEffect:Fh,useImperativeHandle:Ih,useLayoutEffect:Gh,useMemo:Mh,useReducer:xh,useRef:Bh,useState:function(){return xh(vh)},useDebugValue:Jh,useResponder:ih,useDeferredValue:function(a,b){var c=xh(vh),d=c[0],e=c[1];Fh(function(){var c=kh.suspense;kh.suspense=void 0===b?null:b;try{e(a)}finally{kh.suspense=c}},[a,b]);return d},useTransition:function(a){var b=xh(vh),c=b[0];b=b[1];return[Lh(Nh.bind(null,\nb,a),[b,a]),c]}},Oh=null,Ph=null,Qh=!1;function Rh(a,b){var c=Sh(5,null,null,0);c.elementType=\"DELETED\";c.type=\"DELETED\";c.stateNode=b;c.return=a;c.effectTag=8;null!==a.lastEffect?(a.lastEffect.nextEffect=c,a.lastEffect=c):a.firstEffect=a.lastEffect=c}\nfunction Th(a,b){switch(a.tag){case 5:var c=a.type;b=1!==b.nodeType||c.toLowerCase()!==b.nodeName.toLowerCase()?null:b;return null!==b?(a.stateNode=b,!0):!1;case 6:return b=\"\"===a.pendingProps||3!==b.nodeType?null:b,null!==b?(a.stateNode=b,!0):!1;case 13:return!1;default:return!1}}\nfunction Uh(a){if(Qh){var b=Ph;if(b){var c=b;if(!Th(a,b)){b=Jd(c.nextSibling);if(!b||!Th(a,b)){a.effectTag=a.effectTag&-1025|2;Qh=!1;Oh=a;return}Rh(Oh,c)}Oh=a;Ph=Jd(b.firstChild)}else a.effectTag=a.effectTag&-1025|2,Qh=!1,Oh=a}}function Vh(a){for(a=a.return;null!==a&&5!==a.tag&&3!==a.tag&&13!==a.tag;)a=a.return;Oh=a}\nfunction Wh(a){if(a!==Oh)return!1;if(!Qh)return Vh(a),Qh=!0,!1;var b=a.type;if(5!==a.tag||\"head\"!==b&&\"body\"!==b&&!Gd(b,a.memoizedProps))for(b=Ph;b;)Rh(a,b),b=Jd(b.nextSibling);Vh(a);if(13===a.tag){a=a.memoizedState;a=null!==a?a.dehydrated:null;if(!a)throw Error(u(317));a:{a=a.nextSibling;for(b=0;a;){if(8===a.nodeType){var c=a.data;if(c===Ad){if(0===b){Ph=Jd(a.nextSibling);break a}b--}else c!==zd&&c!==Cd&&c!==Bd||b++}a=a.nextSibling}Ph=null}}else Ph=Oh?Jd(a.stateNode.nextSibling):null;return!0}\nfunction Xh(){Ph=Oh=null;Qh=!1}var Yh=Wa.ReactCurrentOwner,rg=!1;function R(a,b,c,d){b.child=null===a?Yg(b,null,c,d):Xg(b,a.child,c,d)}function Zh(a,b,c,d,e){c=c.render;var f=b.ref;qg(b,e);d=oh(a,b,c,d,f,e);if(null!==a&&!rg)return b.updateQueue=a.updateQueue,b.effectTag&=-517,a.expirationTime<=e&&(a.expirationTime=0),$h(a,b,e);b.effectTag|=1;R(a,b,d,e);return b.child}\nfunction ai(a,b,c,d,e,f){if(null===a){var g=c.type;if(\"function\"===typeof g&&!bi(g)&&void 0===g.defaultProps&&null===c.compare&&void 0===c.defaultProps)return b.tag=15,b.type=g,ci(a,b,g,d,e,f);a=Ug(c.type,null,d,null,b.mode,f);a.ref=b.ref;a.return=b;return b.child=a}g=a.child;if(e<f&&(e=g.memoizedProps,c=c.compare,c=null!==c?c:bf,c(e,d)&&a.ref===b.ref))return $h(a,b,f);b.effectTag|=1;a=Sg(g,d);a.ref=b.ref;a.return=b;return b.child=a}\nfunction ci(a,b,c,d,e,f){return null!==a&&bf(a.memoizedProps,d)&&a.ref===b.ref&&(rg=!1,e<f)?(b.expirationTime=a.expirationTime,$h(a,b,f)):di(a,b,c,d,f)}function ei(a,b){var c=b.ref;if(null===a&&null!==c||null!==a&&a.ref!==c)b.effectTag|=128}function di(a,b,c,d,e){var f=L(c)?Bf:J.current;f=Cf(b,f);qg(b,e);c=oh(a,b,c,d,f,e);if(null!==a&&!rg)return b.updateQueue=a.updateQueue,b.effectTag&=-517,a.expirationTime<=e&&(a.expirationTime=0),$h(a,b,e);b.effectTag|=1;R(a,b,c,e);return b.child}\nfunction fi(a,b,c,d,e){if(L(c)){var f=!0;Gf(b)}else f=!1;qg(b,e);if(null===b.stateNode)null!==a&&(a.alternate=null,b.alternate=null,b.effectTag|=2),Lg(b,c,d),Ng(b,c,d,e),d=!0;else if(null===a){var g=b.stateNode,h=b.memoizedProps;g.props=h;var k=g.context,l=c.contextType;\"object\"===typeof l&&null!==l?l=sg(l):(l=L(c)?Bf:J.current,l=Cf(b,l));var m=c.getDerivedStateFromProps,p=\"function\"===typeof m||\"function\"===typeof g.getSnapshotBeforeUpdate;p||\"function\"!==typeof g.UNSAFE_componentWillReceiveProps&&\n\"function\"!==typeof g.componentWillReceiveProps||(h!==d||k!==l)&&Mg(b,g,d,l);tg=!1;var x=b.memoizedState;g.state=x;zg(b,d,g,e);k=b.memoizedState;h!==d||x!==k||K.current||tg?(\"function\"===typeof m&&(Fg(b,c,m,d),k=b.memoizedState),(h=tg||Kg(b,c,h,d,x,k,l))?(p||\"function\"!==typeof g.UNSAFE_componentWillMount&&\"function\"!==typeof g.componentWillMount||(\"function\"===typeof g.componentWillMount&&g.componentWillMount(),\"function\"===typeof g.UNSAFE_componentWillMount&&g.UNSAFE_componentWillMount()),\"function\"===\ntypeof g.componentDidMount&&(b.effectTag|=4)):(\"function\"===typeof g.componentDidMount&&(b.effectTag|=4),b.memoizedProps=d,b.memoizedState=k),g.props=d,g.state=k,g.context=l,d=h):(\"function\"===typeof g.componentDidMount&&(b.effectTag|=4),d=!1)}else g=b.stateNode,vg(a,b),h=b.memoizedProps,g.props=b.type===b.elementType?h:ig(b.type,h),k=g.context,l=c.contextType,\"object\"===typeof l&&null!==l?l=sg(l):(l=L(c)?Bf:J.current,l=Cf(b,l)),m=c.getDerivedStateFromProps,(p=\"function\"===typeof m||\"function\"===\ntypeof g.getSnapshotBeforeUpdate)||\"function\"!==typeof g.UNSAFE_componentWillReceiveProps&&\"function\"!==typeof g.componentWillReceiveProps||(h!==d||k!==l)&&Mg(b,g,d,l),tg=!1,k=b.memoizedState,g.state=k,zg(b,d,g,e),x=b.memoizedState,h!==d||k!==x||K.current||tg?(\"function\"===typeof m&&(Fg(b,c,m,d),x=b.memoizedState),(m=tg||Kg(b,c,h,d,k,x,l))?(p||\"function\"!==typeof g.UNSAFE_componentWillUpdate&&\"function\"!==typeof g.componentWillUpdate||(\"function\"===typeof g.componentWillUpdate&&g.componentWillUpdate(d,\nx,l),\"function\"===typeof g.UNSAFE_componentWillUpdate&&g.UNSAFE_componentWillUpdate(d,x,l)),\"function\"===typeof g.componentDidUpdate&&(b.effectTag|=4),\"function\"===typeof g.getSnapshotBeforeUpdate&&(b.effectTag|=256)):(\"function\"!==typeof g.componentDidUpdate||h===a.memoizedProps&&k===a.memoizedState||(b.effectTag|=4),\"function\"!==typeof g.getSnapshotBeforeUpdate||h===a.memoizedProps&&k===a.memoizedState||(b.effectTag|=256),b.memoizedProps=d,b.memoizedState=x),g.props=d,g.state=x,g.context=l,d=m):\n(\"function\"!==typeof g.componentDidUpdate||h===a.memoizedProps&&k===a.memoizedState||(b.effectTag|=4),\"function\"!==typeof g.getSnapshotBeforeUpdate||h===a.memoizedProps&&k===a.memoizedState||(b.effectTag|=256),d=!1);return gi(a,b,c,d,f,e)}\nfunction gi(a,b,c,d,e,f){ei(a,b);var g=0!==(b.effectTag&64);if(!d&&!g)return e&&Hf(b,c,!1),$h(a,b,f);d=b.stateNode;Yh.current=b;var h=g&&\"function\"!==typeof c.getDerivedStateFromError?null:d.render();b.effectTag|=1;null!==a&&g?(b.child=Xg(b,a.child,null,f),b.child=Xg(b,null,h,f)):R(a,b,h,f);b.memoizedState=d.state;e&&Hf(b,c,!0);return b.child}function hi(a){var b=a.stateNode;b.pendingContext?Ef(a,b.pendingContext,b.pendingContext!==b.context):b.context&&Ef(a,b.context,!1);dh(a,b.containerInfo)}\nvar ii={dehydrated:null,retryTime:0};\nfunction ji(a,b,c){var d=b.mode,e=b.pendingProps,f=M.current,g=!1,h;(h=0!==(b.effectTag&64))||(h=0!==(f&2)&&(null===a||null!==a.memoizedState));h?(g=!0,b.effectTag&=-65):null!==a&&null===a.memoizedState||void 0===e.fallback||!0===e.unstable_avoidThisFallback||(f|=1);I(M,f&1);if(null===a){void 0!==e.fallback&&Uh(b);if(g){g=e.fallback;e=Wg(null,d,0,null);e.return=b;if(0===(b.mode&2))for(a=null!==b.memoizedState?b.child.child:b.child,e.child=a;null!==a;)a.return=e,a=a.sibling;c=Wg(g,d,c,null);c.return=\nb;e.sibling=c;b.memoizedState=ii;b.child=e;return c}d=e.children;b.memoizedState=null;return b.child=Yg(b,null,d,c)}if(null!==a.memoizedState){a=a.child;d=a.sibling;if(g){e=e.fallback;c=Sg(a,a.pendingProps);c.return=b;if(0===(b.mode&2)&&(g=null!==b.memoizedState?b.child.child:b.child,g!==a.child))for(c.child=g;null!==g;)g.return=c,g=g.sibling;d=Sg(d,e);d.return=b;c.sibling=d;c.childExpirationTime=0;b.memoizedState=ii;b.child=c;return d}c=Xg(b,a.child,e.children,c);b.memoizedState=null;return b.child=\nc}a=a.child;if(g){g=e.fallback;e=Wg(null,d,0,null);e.return=b;e.child=a;null!==a&&(a.return=e);if(0===(b.mode&2))for(a=null!==b.memoizedState?b.child.child:b.child,e.child=a;null!==a;)a.return=e,a=a.sibling;c=Wg(g,d,c,null);c.return=b;e.sibling=c;c.effectTag|=2;e.childExpirationTime=0;b.memoizedState=ii;b.child=e;return c}b.memoizedState=null;return b.child=Xg(b,a,e.children,c)}\nfunction ki(a,b){a.expirationTime<b&&(a.expirationTime=b);var c=a.alternate;null!==c&&c.expirationTime<b&&(c.expirationTime=b);pg(a.return,b)}function li(a,b,c,d,e,f){var g=a.memoizedState;null===g?a.memoizedState={isBackwards:b,rendering:null,renderingStartTime:0,last:d,tail:c,tailExpiration:0,tailMode:e,lastEffect:f}:(g.isBackwards=b,g.rendering=null,g.renderingStartTime=0,g.last=d,g.tail=c,g.tailExpiration=0,g.tailMode=e,g.lastEffect=f)}\nfunction mi(a,b,c){var d=b.pendingProps,e=d.revealOrder,f=d.tail;R(a,b,d.children,c);d=M.current;if(0!==(d&2))d=d&1|2,b.effectTag|=64;else{if(null!==a&&0!==(a.effectTag&64))a:for(a=b.child;null!==a;){if(13===a.tag)null!==a.memoizedState&&ki(a,c);else if(19===a.tag)ki(a,c);else if(null!==a.child){a.child.return=a;a=a.child;continue}if(a===b)break a;for(;null===a.sibling;){if(null===a.return||a.return===b)break a;a=a.return}a.sibling.return=a.return;a=a.sibling}d&=1}I(M,d);if(0===(b.mode&2))b.memoizedState=\nnull;else switch(e){case \"forwards\":c=b.child;for(e=null;null!==c;)a=c.alternate,null!==a&&null===hh(a)&&(e=c),c=c.sibling;c=e;null===c?(e=b.child,b.child=null):(e=c.sibling,c.sibling=null);li(b,!1,e,c,f,b.lastEffect);break;case \"backwards\":c=null;e=b.child;for(b.child=null;null!==e;){a=e.alternate;if(null!==a&&null===hh(a)){b.child=e;break}a=e.sibling;e.sibling=c;c=e;e=a}li(b,!0,c,null,f,b.lastEffect);break;case \"together\":li(b,!1,null,null,void 0,b.lastEffect);break;default:b.memoizedState=null}return b.child}\nfunction $h(a,b,c){null!==a&&(b.dependencies=a.dependencies);var d=b.expirationTime;0!==d&&Bg(d);if(b.childExpirationTime<c)return null;if(null!==a&&b.child!==a.child)throw Error(u(153));if(null!==b.child){a=b.child;c=Sg(a,a.pendingProps);b.child=c;for(c.return=b;null!==a.sibling;)a=a.sibling,c=c.sibling=Sg(a,a.pendingProps),c.return=b;c.sibling=null}return b.child}var ni,oi,pi,qi;\nni=function(a,b){for(var c=b.child;null!==c;){if(5===c.tag||6===c.tag)a.appendChild(c.stateNode);else if(4!==c.tag&&null!==c.child){c.child.return=c;c=c.child;continue}if(c===b)break;for(;null===c.sibling;){if(null===c.return||c.return===b)return;c=c.return}c.sibling.return=c.return;c=c.sibling}};oi=function(){};\npi=function(a,b,c,d,e){var f=a.memoizedProps;if(f!==d){var g=b.stateNode;ch($g.current);a=null;switch(c){case \"input\":f=zb(g,f);d=zb(g,d);a=[];break;case \"option\":f=Gb(g,f);d=Gb(g,d);a=[];break;case \"select\":f=n({},f,{value:void 0});d=n({},d,{value:void 0});a=[];break;case \"textarea\":f=Ib(g,f);d=Ib(g,d);a=[];break;default:\"function\"!==typeof f.onClick&&\"function\"===typeof d.onClick&&(g.onclick=sd)}od(c,d);var h,k;c=null;for(h in f)if(!d.hasOwnProperty(h)&&f.hasOwnProperty(h)&&null!=f[h])if(\"style\"===\nh)for(k in g=f[h],g)g.hasOwnProperty(k)&&(c||(c={}),c[k]=\"\");else\"dangerouslySetInnerHTML\"!==h&&\"children\"!==h&&\"suppressContentEditableWarning\"!==h&&\"suppressHydrationWarning\"!==h&&\"autoFocus\"!==h&&(va.hasOwnProperty(h)?a||(a=[]):(a=a||[]).push(h,null));for(h in d){var l=d[h];g=null!=f?f[h]:void 0;if(d.hasOwnProperty(h)&&l!==g&&(null!=l||null!=g))if(\"style\"===h)if(g){for(k in g)!g.hasOwnProperty(k)||l&&l.hasOwnProperty(k)||(c||(c={}),c[k]=\"\");for(k in l)l.hasOwnProperty(k)&&g[k]!==l[k]&&(c||(c={}),\nc[k]=l[k])}else c||(a||(a=[]),a.push(h,c)),c=l;else\"dangerouslySetInnerHTML\"===h?(l=l?l.__html:void 0,g=g?g.__html:void 0,null!=l&&g!==l&&(a=a||[]).push(h,l)):\"children\"===h?g===l||\"string\"!==typeof l&&\"number\"!==typeof l||(a=a||[]).push(h,\"\"+l):\"suppressContentEditableWarning\"!==h&&\"suppressHydrationWarning\"!==h&&(va.hasOwnProperty(h)?(null!=l&&rd(e,h),a||g===l||(a=[])):(a=a||[]).push(h,l))}c&&(a=a||[]).push(\"style\",c);e=a;if(b.updateQueue=e)b.effectTag|=4}};\nqi=function(a,b,c,d){c!==d&&(b.effectTag|=4)};function ri(a,b){switch(a.tailMode){case \"hidden\":b=a.tail;for(var c=null;null!==b;)null!==b.alternate&&(c=b),b=b.sibling;null===c?a.tail=null:c.sibling=null;break;case \"collapsed\":c=a.tail;for(var d=null;null!==c;)null!==c.alternate&&(d=c),c=c.sibling;null===d?b||null===a.tail?a.tail=null:a.tail.sibling=null:d.sibling=null}}\nfunction si(a,b,c){var d=b.pendingProps;switch(b.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return null;case 1:return L(b.type)&&Df(),null;case 3:return eh(),H(K),H(J),c=b.stateNode,c.pendingContext&&(c.context=c.pendingContext,c.pendingContext=null),null!==a&&null!==a.child||!Wh(b)||(b.effectTag|=4),oi(b),null;case 5:gh(b);c=ch(bh.current);var e=b.type;if(null!==a&&null!=b.stateNode)pi(a,b,e,d,c),a.ref!==b.ref&&(b.effectTag|=128);else{if(!d){if(null===b.stateNode)throw Error(u(166));\nreturn null}a=ch($g.current);if(Wh(b)){d=b.stateNode;e=b.type;var f=b.memoizedProps;d[Md]=b;d[Nd]=f;switch(e){case \"iframe\":case \"object\":case \"embed\":F(\"load\",d);break;case \"video\":case \"audio\":for(a=0;a<ac.length;a++)F(ac[a],d);break;case \"source\":F(\"error\",d);break;case \"img\":case \"image\":case \"link\":F(\"error\",d);F(\"load\",d);break;case \"form\":F(\"reset\",d);F(\"submit\",d);break;case \"details\":F(\"toggle\",d);break;case \"input\":Ab(d,f);F(\"invalid\",d);rd(c,\"onChange\");break;case \"select\":d._wrapperState=\n{wasMultiple:!!f.multiple};F(\"invalid\",d);rd(c,\"onChange\");break;case \"textarea\":Jb(d,f),F(\"invalid\",d),rd(c,\"onChange\")}od(e,f);a=null;for(var g in f)if(f.hasOwnProperty(g)){var h=f[g];\"children\"===g?\"string\"===typeof h?d.textContent!==h&&(a=[\"children\",h]):\"number\"===typeof h&&d.textContent!==\"\"+h&&(a=[\"children\",\"\"+h]):va.hasOwnProperty(g)&&null!=h&&rd(c,g)}switch(e){case \"input\":xb(d);Eb(d,f,!0);break;case \"textarea\":xb(d);Lb(d);break;case \"select\":case \"option\":break;default:\"function\"===typeof f.onClick&&\n(d.onclick=sd)}c=a;b.updateQueue=c;null!==c&&(b.effectTag|=4)}else{g=9===c.nodeType?c:c.ownerDocument;a===qd&&(a=Nb(e));a===qd?\"script\"===e?(a=g.createElement(\"div\"),a.innerHTML=\"<script>\\x3c/script>\",a=a.removeChild(a.firstChild)):\"string\"===typeof d.is?a=g.createElement(e,{is:d.is}):(a=g.createElement(e),\"select\"===e&&(g=a,d.multiple?g.multiple=!0:d.size&&(g.size=d.size))):a=g.createElementNS(a,e);a[Md]=b;a[Nd]=d;ni(a,b,!1,!1);b.stateNode=a;g=pd(e,d);switch(e){case \"iframe\":case \"object\":case \"embed\":F(\"load\",\na);h=d;break;case \"video\":case \"audio\":for(h=0;h<ac.length;h++)F(ac[h],a);h=d;break;case \"source\":F(\"error\",a);h=d;break;case \"img\":case \"image\":case \"link\":F(\"error\",a);F(\"load\",a);h=d;break;case \"form\":F(\"reset\",a);F(\"submit\",a);h=d;break;case \"details\":F(\"toggle\",a);h=d;break;case \"input\":Ab(a,d);h=zb(a,d);F(\"invalid\",a);rd(c,\"onChange\");break;case \"option\":h=Gb(a,d);break;case \"select\":a._wrapperState={wasMultiple:!!d.multiple};h=n({},d,{value:void 0});F(\"invalid\",a);rd(c,\"onChange\");break;case \"textarea\":Jb(a,\nd);h=Ib(a,d);F(\"invalid\",a);rd(c,\"onChange\");break;default:h=d}od(e,h);var k=h;for(f in k)if(k.hasOwnProperty(f)){var l=k[f];\"style\"===f?md(a,l):\"dangerouslySetInnerHTML\"===f?(l=l?l.__html:void 0,null!=l&&Qb(a,l)):\"children\"===f?\"string\"===typeof l?(\"textarea\"!==e||\"\"!==l)&&Rb(a,l):\"number\"===typeof l&&Rb(a,\"\"+l):\"suppressContentEditableWarning\"!==f&&\"suppressHydrationWarning\"!==f&&\"autoFocus\"!==f&&(va.hasOwnProperty(f)?null!=l&&rd(c,f):null!=l&&Xa(a,f,l,g))}switch(e){case \"input\":xb(a);Eb(a,d,!1);\nbreak;case \"textarea\":xb(a);Lb(a);break;case \"option\":null!=d.value&&a.setAttribute(\"value\",\"\"+rb(d.value));break;case \"select\":a.multiple=!!d.multiple;c=d.value;null!=c?Hb(a,!!d.multiple,c,!1):null!=d.defaultValue&&Hb(a,!!d.multiple,d.defaultValue,!0);break;default:\"function\"===typeof h.onClick&&(a.onclick=sd)}Fd(e,d)&&(b.effectTag|=4)}null!==b.ref&&(b.effectTag|=128)}return null;case 6:if(a&&null!=b.stateNode)qi(a,b,a.memoizedProps,d);else{if(\"string\"!==typeof d&&null===b.stateNode)throw Error(u(166));\nc=ch(bh.current);ch($g.current);Wh(b)?(c=b.stateNode,d=b.memoizedProps,c[Md]=b,c.nodeValue!==d&&(b.effectTag|=4)):(c=(9===c.nodeType?c:c.ownerDocument).createTextNode(d),c[Md]=b,b.stateNode=c)}return null;case 13:H(M);d=b.memoizedState;if(0!==(b.effectTag&64))return b.expirationTime=c,b;c=null!==d;d=!1;null===a?void 0!==b.memoizedProps.fallback&&Wh(b):(e=a.memoizedState,d=null!==e,c||null===e||(e=a.child.sibling,null!==e&&(f=b.firstEffect,null!==f?(b.firstEffect=e,e.nextEffect=f):(b.firstEffect=b.lastEffect=\ne,e.nextEffect=null),e.effectTag=8)));if(c&&!d&&0!==(b.mode&2))if(null===a&&!0!==b.memoizedProps.unstable_avoidThisFallback||0!==(M.current&1))S===ti&&(S=ui);else{if(S===ti||S===ui)S=vi;0!==wi&&null!==T&&(xi(T,U),yi(T,wi))}if(c||d)b.effectTag|=4;return null;case 4:return eh(),oi(b),null;case 10:return og(b),null;case 17:return L(b.type)&&Df(),null;case 19:H(M);d=b.memoizedState;if(null===d)return null;e=0!==(b.effectTag&64);f=d.rendering;if(null===f)if(e)ri(d,!1);else{if(S!==ti||null!==a&&0!==(a.effectTag&\n64))for(f=b.child;null!==f;){a=hh(f);if(null!==a){b.effectTag|=64;ri(d,!1);e=a.updateQueue;null!==e&&(b.updateQueue=e,b.effectTag|=4);null===d.lastEffect&&(b.firstEffect=null);b.lastEffect=d.lastEffect;for(d=b.child;null!==d;)e=d,f=c,e.effectTag&=2,e.nextEffect=null,e.firstEffect=null,e.lastEffect=null,a=e.alternate,null===a?(e.childExpirationTime=0,e.expirationTime=f,e.child=null,e.memoizedProps=null,e.memoizedState=null,e.updateQueue=null,e.dependencies=null):(e.childExpirationTime=a.childExpirationTime,\ne.expirationTime=a.expirationTime,e.child=a.child,e.memoizedProps=a.memoizedProps,e.memoizedState=a.memoizedState,e.updateQueue=a.updateQueue,f=a.dependencies,e.dependencies=null===f?null:{expirationTime:f.expirationTime,firstContext:f.firstContext,responders:f.responders}),d=d.sibling;I(M,M.current&1|2);return b.child}f=f.sibling}}else{if(!e)if(a=hh(f),null!==a){if(b.effectTag|=64,e=!0,c=a.updateQueue,null!==c&&(b.updateQueue=c,b.effectTag|=4),ri(d,!0),null===d.tail&&\"hidden\"===d.tailMode&&!f.alternate)return b=\nb.lastEffect=d.lastEffect,null!==b&&(b.nextEffect=null),null}else 2*$f()-d.renderingStartTime>d.tailExpiration&&1<c&&(b.effectTag|=64,e=!0,ri(d,!1),b.expirationTime=b.childExpirationTime=c-1);d.isBackwards?(f.sibling=b.child,b.child=f):(c=d.last,null!==c?c.sibling=f:b.child=f,d.last=f)}return null!==d.tail?(0===d.tailExpiration&&(d.tailExpiration=$f()+500),c=d.tail,d.rendering=c,d.tail=c.sibling,d.lastEffect=b.lastEffect,d.renderingStartTime=$f(),c.sibling=null,b=M.current,I(M,e?b&1|2:b&1),c):null}throw Error(u(156,\nb.tag));}function zi(a){switch(a.tag){case 1:L(a.type)&&Df();var b=a.effectTag;return b&4096?(a.effectTag=b&-4097|64,a):null;case 3:eh();H(K);H(J);b=a.effectTag;if(0!==(b&64))throw Error(u(285));a.effectTag=b&-4097|64;return a;case 5:return gh(a),null;case 13:return H(M),b=a.effectTag,b&4096?(a.effectTag=b&-4097|64,a):null;case 19:return H(M),null;case 4:return eh(),null;case 10:return og(a),null;default:return null}}function Ai(a,b){return{value:a,source:b,stack:qb(b)}}\nvar Bi=\"function\"===typeof WeakSet?WeakSet:Set;function Ci(a,b){var c=b.source,d=b.stack;null===d&&null!==c&&(d=qb(c));null!==c&&pb(c.type);b=b.value;null!==a&&1===a.tag&&pb(a.type);try{console.error(b)}catch(e){setTimeout(function(){throw e;})}}function Di(a,b){try{b.props=a.memoizedProps,b.state=a.memoizedState,b.componentWillUnmount()}catch(c){Ei(a,c)}}function Fi(a){var b=a.ref;if(null!==b)if(\"function\"===typeof b)try{b(null)}catch(c){Ei(a,c)}else b.current=null}\nfunction Gi(a,b){switch(b.tag){case 0:case 11:case 15:case 22:return;case 1:if(b.effectTag&256&&null!==a){var c=a.memoizedProps,d=a.memoizedState;a=b.stateNode;b=a.getSnapshotBeforeUpdate(b.elementType===b.type?c:ig(b.type,c),d);a.__reactInternalSnapshotBeforeUpdate=b}return;case 3:case 5:case 6:case 4:case 17:return}throw Error(u(163));}\nfunction Hi(a,b){b=b.updateQueue;b=null!==b?b.lastEffect:null;if(null!==b){var c=b=b.next;do{if((c.tag&a)===a){var d=c.destroy;c.destroy=void 0;void 0!==d&&d()}c=c.next}while(c!==b)}}function Ii(a,b){b=b.updateQueue;b=null!==b?b.lastEffect:null;if(null!==b){var c=b=b.next;do{if((c.tag&a)===a){var d=c.create;c.destroy=d()}c=c.next}while(c!==b)}}\nfunction Ji(a,b,c){switch(c.tag){case 0:case 11:case 15:case 22:Ii(3,c);return;case 1:a=c.stateNode;if(c.effectTag&4)if(null===b)a.componentDidMount();else{var d=c.elementType===c.type?b.memoizedProps:ig(c.type,b.memoizedProps);a.componentDidUpdate(d,b.memoizedState,a.__reactInternalSnapshotBeforeUpdate)}b=c.updateQueue;null!==b&&Cg(c,b,a);return;case 3:b=c.updateQueue;if(null!==b){a=null;if(null!==c.child)switch(c.child.tag){case 5:a=c.child.stateNode;break;case 1:a=c.child.stateNode}Cg(c,b,a)}return;\ncase 5:a=c.stateNode;null===b&&c.effectTag&4&&Fd(c.type,c.memoizedProps)&&a.focus();return;case 6:return;case 4:return;case 12:return;case 13:null===c.memoizedState&&(c=c.alternate,null!==c&&(c=c.memoizedState,null!==c&&(c=c.dehydrated,null!==c&&Vc(c))));return;case 19:case 17:case 20:case 21:return}throw Error(u(163));}\nfunction Ki(a,b,c){\"function\"===typeof Li&&Li(b);switch(b.tag){case 0:case 11:case 14:case 15:case 22:a=b.updateQueue;if(null!==a&&(a=a.lastEffect,null!==a)){var d=a.next;cg(97<c?97:c,function(){var a=d;do{var c=a.destroy;if(void 0!==c){var g=b;try{c()}catch(h){Ei(g,h)}}a=a.next}while(a!==d)})}break;case 1:Fi(b);c=b.stateNode;\"function\"===typeof c.componentWillUnmount&&Di(b,c);break;case 5:Fi(b);break;case 4:Mi(a,b,c)}}\nfunction Ni(a){var b=a.alternate;a.return=null;a.child=null;a.memoizedState=null;a.updateQueue=null;a.dependencies=null;a.alternate=null;a.firstEffect=null;a.lastEffect=null;a.pendingProps=null;a.memoizedProps=null;a.stateNode=null;null!==b&&Ni(b)}function Oi(a){return 5===a.tag||3===a.tag||4===a.tag}\nfunction Pi(a){a:{for(var b=a.return;null!==b;){if(Oi(b)){var c=b;break a}b=b.return}throw Error(u(160));}b=c.stateNode;switch(c.tag){case 5:var d=!1;break;case 3:b=b.containerInfo;d=!0;break;case 4:b=b.containerInfo;d=!0;break;default:throw Error(u(161));}c.effectTag&16&&(Rb(b,\"\"),c.effectTag&=-17);a:b:for(c=a;;){for(;null===c.sibling;){if(null===c.return||Oi(c.return)){c=null;break a}c=c.return}c.sibling.return=c.return;for(c=c.sibling;5!==c.tag&&6!==c.tag&&18!==c.tag;){if(c.effectTag&2)continue b;\nif(null===c.child||4===c.tag)continue b;else c.child.return=c,c=c.child}if(!(c.effectTag&2)){c=c.stateNode;break a}}d?Qi(a,c,b):Ri(a,c,b)}\nfunction Qi(a,b,c){var d=a.tag,e=5===d||6===d;if(e)a=e?a.stateNode:a.stateNode.instance,b?8===c.nodeType?c.parentNode.insertBefore(a,b):c.insertBefore(a,b):(8===c.nodeType?(b=c.parentNode,b.insertBefore(a,c)):(b=c,b.appendChild(a)),c=c._reactRootContainer,null!==c&&void 0!==c||null!==b.onclick||(b.onclick=sd));else if(4!==d&&(a=a.child,null!==a))for(Qi(a,b,c),a=a.sibling;null!==a;)Qi(a,b,c),a=a.sibling}\nfunction Ri(a,b,c){var d=a.tag,e=5===d||6===d;if(e)a=e?a.stateNode:a.stateNode.instance,b?c.insertBefore(a,b):c.appendChild(a);else if(4!==d&&(a=a.child,null!==a))for(Ri(a,b,c),a=a.sibling;null!==a;)Ri(a,b,c),a=a.sibling}\nfunction Mi(a,b,c){for(var d=b,e=!1,f,g;;){if(!e){e=d.return;a:for(;;){if(null===e)throw Error(u(160));f=e.stateNode;switch(e.tag){case 5:g=!1;break a;case 3:f=f.containerInfo;g=!0;break a;case 4:f=f.containerInfo;g=!0;break a}e=e.return}e=!0}if(5===d.tag||6===d.tag){a:for(var h=a,k=d,l=c,m=k;;)if(Ki(h,m,l),null!==m.child&&4!==m.tag)m.child.return=m,m=m.child;else{if(m===k)break a;for(;null===m.sibling;){if(null===m.return||m.return===k)break a;m=m.return}m.sibling.return=m.return;m=m.sibling}g?(h=\nf,k=d.stateNode,8===h.nodeType?h.parentNode.removeChild(k):h.removeChild(k)):f.removeChild(d.stateNode)}else if(4===d.tag){if(null!==d.child){f=d.stateNode.containerInfo;g=!0;d.child.return=d;d=d.child;continue}}else if(Ki(a,d,c),null!==d.child){d.child.return=d;d=d.child;continue}if(d===b)break;for(;null===d.sibling;){if(null===d.return||d.return===b)return;d=d.return;4===d.tag&&(e=!1)}d.sibling.return=d.return;d=d.sibling}}\nfunction Si(a,b){switch(b.tag){case 0:case 11:case 14:case 15:case 22:Hi(3,b);return;case 1:return;case 5:var c=b.stateNode;if(null!=c){var d=b.memoizedProps,e=null!==a?a.memoizedProps:d;a=b.type;var f=b.updateQueue;b.updateQueue=null;if(null!==f){c[Nd]=d;\"input\"===a&&\"radio\"===d.type&&null!=d.name&&Bb(c,d);pd(a,e);b=pd(a,d);for(e=0;e<f.length;e+=2){var g=f[e],h=f[e+1];\"style\"===g?md(c,h):\"dangerouslySetInnerHTML\"===g?Qb(c,h):\"children\"===g?Rb(c,h):Xa(c,g,h,b)}switch(a){case \"input\":Cb(c,d);break;\ncase \"textarea\":Kb(c,d);break;case \"select\":b=c._wrapperState.wasMultiple,c._wrapperState.wasMultiple=!!d.multiple,a=d.value,null!=a?Hb(c,!!d.multiple,a,!1):b!==!!d.multiple&&(null!=d.defaultValue?Hb(c,!!d.multiple,d.defaultValue,!0):Hb(c,!!d.multiple,d.multiple?[]:\"\",!1))}}}return;case 6:if(null===b.stateNode)throw Error(u(162));b.stateNode.nodeValue=b.memoizedProps;return;case 3:b=b.stateNode;b.hydrate&&(b.hydrate=!1,Vc(b.containerInfo));return;case 12:return;case 13:c=b;null===b.memoizedState?\nd=!1:(d=!0,c=b.child,Ti=$f());if(null!==c)a:for(a=c;;){if(5===a.tag)f=a.stateNode,d?(f=f.style,\"function\"===typeof f.setProperty?f.setProperty(\"display\",\"none\",\"important\"):f.display=\"none\"):(f=a.stateNode,e=a.memoizedProps.style,e=void 0!==e&&null!==e&&e.hasOwnProperty(\"display\")?e.display:null,f.style.display=ld(\"display\",e));else if(6===a.tag)a.stateNode.nodeValue=d?\"\":a.memoizedProps;else if(13===a.tag&&null!==a.memoizedState&&null===a.memoizedState.dehydrated){f=a.child.sibling;f.return=a;a=\nf;continue}else if(null!==a.child){a.child.return=a;a=a.child;continue}if(a===c)break;for(;null===a.sibling;){if(null===a.return||a.return===c)break a;a=a.return}a.sibling.return=a.return;a=a.sibling}Ui(b);return;case 19:Ui(b);return;case 17:return}throw Error(u(163));}function Ui(a){var b=a.updateQueue;if(null!==b){a.updateQueue=null;var c=a.stateNode;null===c&&(c=a.stateNode=new Bi);b.forEach(function(b){var d=Vi.bind(null,a,b);c.has(b)||(c.add(b),b.then(d,d))})}}\nvar Wi=\"function\"===typeof WeakMap?WeakMap:Map;function Xi(a,b,c){c=wg(c,null);c.tag=3;c.payload={element:null};var d=b.value;c.callback=function(){Yi||(Yi=!0,Zi=d);Ci(a,b)};return c}\nfunction $i(a,b,c){c=wg(c,null);c.tag=3;var d=a.type.getDerivedStateFromError;if(\"function\"===typeof d){var e=b.value;c.payload=function(){Ci(a,b);return d(e)}}var f=a.stateNode;null!==f&&\"function\"===typeof f.componentDidCatch&&(c.callback=function(){\"function\"!==typeof d&&(null===aj?aj=new Set([this]):aj.add(this),Ci(a,b));var c=b.stack;this.componentDidCatch(b.value,{componentStack:null!==c?c:\"\"})});return c}\nvar bj=Math.ceil,cj=Wa.ReactCurrentDispatcher,dj=Wa.ReactCurrentOwner,V=0,ej=8,fj=16,gj=32,ti=0,hj=1,ij=2,ui=3,vi=4,jj=5,W=V,T=null,X=null,U=0,S=ti,kj=null,lj=1073741823,mj=1073741823,nj=null,wi=0,oj=!1,Ti=0,pj=500,Y=null,Yi=!1,Zi=null,aj=null,qj=!1,rj=null,sj=90,tj=null,uj=0,vj=null,wj=0;function Gg(){return(W&(fj|gj))!==V?1073741821-($f()/10|0):0!==wj?wj:wj=1073741821-($f()/10|0)}\nfunction Hg(a,b,c){b=b.mode;if(0===(b&2))return 1073741823;var d=ag();if(0===(b&4))return 99===d?1073741823:1073741822;if((W&fj)!==V)return U;if(null!==c)a=hg(a,c.timeoutMs|0||5E3,250);else switch(d){case 99:a=1073741823;break;case 98:a=hg(a,150,100);break;case 97:case 96:a=hg(a,5E3,250);break;case 95:a=2;break;default:throw Error(u(326));}null!==T&&a===U&&--a;return a}\nfunction Ig(a,b){if(50<uj)throw uj=0,vj=null,Error(u(185));a=xj(a,b);if(null!==a){var c=ag();1073741823===b?(W&ej)!==V&&(W&(fj|gj))===V?yj(a):(Z(a),W===V&&gg()):Z(a);(W&4)===V||98!==c&&99!==c||(null===tj?tj=new Map([[a,b]]):(c=tj.get(a),(void 0===c||c>b)&&tj.set(a,b)))}}\nfunction xj(a,b){a.expirationTime<b&&(a.expirationTime=b);var c=a.alternate;null!==c&&c.expirationTime<b&&(c.expirationTime=b);var d=a.return,e=null;if(null===d&&3===a.tag)e=a.stateNode;else for(;null!==d;){c=d.alternate;d.childExpirationTime<b&&(d.childExpirationTime=b);null!==c&&c.childExpirationTime<b&&(c.childExpirationTime=b);if(null===d.return&&3===d.tag){e=d.stateNode;break}d=d.return}null!==e&&(T===e&&(Bg(b),S===vi&&xi(e,U)),yi(e,b));return e}\nfunction zj(a){var b=a.lastExpiredTime;if(0!==b)return b;b=a.firstPendingTime;if(!Aj(a,b))return b;var c=a.lastPingedTime;a=a.nextKnownPendingLevel;a=c>a?c:a;return 2>=a&&b!==a?0:a}\nfunction Z(a){if(0!==a.lastExpiredTime)a.callbackExpirationTime=1073741823,a.callbackPriority=99,a.callbackNode=eg(yj.bind(null,a));else{var b=zj(a),c=a.callbackNode;if(0===b)null!==c&&(a.callbackNode=null,a.callbackExpirationTime=0,a.callbackPriority=90);else{var d=Gg();1073741823===b?d=99:1===b||2===b?d=95:(d=10*(1073741821-b)-10*(1073741821-d),d=0>=d?99:250>=d?98:5250>=d?97:95);if(null!==c){var e=a.callbackPriority;if(a.callbackExpirationTime===b&&e>=d)return;c!==Tf&&Kf(c)}a.callbackExpirationTime=\nb;a.callbackPriority=d;b=1073741823===b?eg(yj.bind(null,a)):dg(d,Bj.bind(null,a),{timeout:10*(1073741821-b)-$f()});a.callbackNode=b}}}\nfunction Bj(a,b){wj=0;if(b)return b=Gg(),Cj(a,b),Z(a),null;var c=zj(a);if(0!==c){b=a.callbackNode;if((W&(fj|gj))!==V)throw Error(u(327));Dj();a===T&&c===U||Ej(a,c);if(null!==X){var d=W;W|=fj;var e=Fj();do try{Gj();break}catch(h){Hj(a,h)}while(1);ng();W=d;cj.current=e;if(S===hj)throw b=kj,Ej(a,c),xi(a,c),Z(a),b;if(null===X)switch(e=a.finishedWork=a.current.alternate,a.finishedExpirationTime=c,d=S,T=null,d){case ti:case hj:throw Error(u(345));case ij:Cj(a,2<c?2:c);break;case ui:xi(a,c);d=a.lastSuspendedTime;\nc===d&&(a.nextKnownPendingLevel=Ij(e));if(1073741823===lj&&(e=Ti+pj-$f(),10<e)){if(oj){var f=a.lastPingedTime;if(0===f||f>=c){a.lastPingedTime=c;Ej(a,c);break}}f=zj(a);if(0!==f&&f!==c)break;if(0!==d&&d!==c){a.lastPingedTime=d;break}a.timeoutHandle=Hd(Jj.bind(null,a),e);break}Jj(a);break;case vi:xi(a,c);d=a.lastSuspendedTime;c===d&&(a.nextKnownPendingLevel=Ij(e));if(oj&&(e=a.lastPingedTime,0===e||e>=c)){a.lastPingedTime=c;Ej(a,c);break}e=zj(a);if(0!==e&&e!==c)break;if(0!==d&&d!==c){a.lastPingedTime=\nd;break}1073741823!==mj?d=10*(1073741821-mj)-$f():1073741823===lj?d=0:(d=10*(1073741821-lj)-5E3,e=$f(),c=10*(1073741821-c)-e,d=e-d,0>d&&(d=0),d=(120>d?120:480>d?480:1080>d?1080:1920>d?1920:3E3>d?3E3:4320>d?4320:1960*bj(d/1960))-d,c<d&&(d=c));if(10<d){a.timeoutHandle=Hd(Jj.bind(null,a),d);break}Jj(a);break;case jj:if(1073741823!==lj&&null!==nj){f=lj;var g=nj;d=g.busyMinDurationMs|0;0>=d?d=0:(e=g.busyDelayMs|0,f=$f()-(10*(1073741821-f)-(g.timeoutMs|0||5E3)),d=f<=e?0:e+d-f);if(10<d){xi(a,c);a.timeoutHandle=\nHd(Jj.bind(null,a),d);break}}Jj(a);break;default:throw Error(u(329));}Z(a);if(a.callbackNode===b)return Bj.bind(null,a)}}return null}\nfunction yj(a){var b=a.lastExpiredTime;b=0!==b?b:1073741823;if((W&(fj|gj))!==V)throw Error(u(327));Dj();a===T&&b===U||Ej(a,b);if(null!==X){var c=W;W|=fj;var d=Fj();do try{Kj();break}catch(e){Hj(a,e)}while(1);ng();W=c;cj.current=d;if(S===hj)throw c=kj,Ej(a,b),xi(a,b),Z(a),c;if(null!==X)throw Error(u(261));a.finishedWork=a.current.alternate;a.finishedExpirationTime=b;T=null;Jj(a);Z(a)}return null}function Lj(){if(null!==tj){var a=tj;tj=null;a.forEach(function(a,c){Cj(c,a);Z(c)});gg()}}\nfunction Mj(a,b){var c=W;W|=1;try{return a(b)}finally{W=c,W===V&&gg()}}function Nj(a,b){var c=W;W&=-2;W|=ej;try{return a(b)}finally{W=c,W===V&&gg()}}\nfunction Ej(a,b){a.finishedWork=null;a.finishedExpirationTime=0;var c=a.timeoutHandle;-1!==c&&(a.timeoutHandle=-1,Id(c));if(null!==X)for(c=X.return;null!==c;){var d=c;switch(d.tag){case 1:d=d.type.childContextTypes;null!==d&&void 0!==d&&Df();break;case 3:eh();H(K);H(J);break;case 5:gh(d);break;case 4:eh();break;case 13:H(M);break;case 19:H(M);break;case 10:og(d)}c=c.return}T=a;X=Sg(a.current,null);U=b;S=ti;kj=null;mj=lj=1073741823;nj=null;wi=0;oj=!1}\nfunction Hj(a,b){do{try{ng();jh.current=sh;if(mh)for(var c=N.memoizedState;null!==c;){var d=c.queue;null!==d&&(d.pending=null);c=c.next}lh=0;P=O=N=null;mh=!1;if(null===X||null===X.return)return S=hj,kj=b,X=null;a:{var e=a,f=X.return,g=X,h=b;b=U;g.effectTag|=2048;g.firstEffect=g.lastEffect=null;if(null!==h&&\"object\"===typeof h&&\"function\"===typeof h.then){var k=h;if(0===(g.mode&2)){var l=g.alternate;l?(g.updateQueue=l.updateQueue,g.memoizedState=l.memoizedState,g.expirationTime=l.expirationTime):(g.updateQueue=\nnull,g.memoizedState=null)}var m=0!==(M.current&1),p=f;do{var x;if(x=13===p.tag){var z=p.memoizedState;if(null!==z)x=null!==z.dehydrated?!0:!1;else{var ca=p.memoizedProps;x=void 0===ca.fallback?!1:!0!==ca.unstable_avoidThisFallback?!0:m?!1:!0}}if(x){var D=p.updateQueue;if(null===D){var t=new Set;t.add(k);p.updateQueue=t}else D.add(k);if(0===(p.mode&2)){p.effectTag|=64;g.effectTag&=-2981;if(1===g.tag)if(null===g.alternate)g.tag=17;else{var y=wg(1073741823,null);y.tag=2;xg(g,y)}g.expirationTime=1073741823;\nbreak a}h=void 0;g=b;var A=e.pingCache;null===A?(A=e.pingCache=new Wi,h=new Set,A.set(k,h)):(h=A.get(k),void 0===h&&(h=new Set,A.set(k,h)));if(!h.has(g)){h.add(g);var q=Oj.bind(null,e,k,g);k.then(q,q)}p.effectTag|=4096;p.expirationTime=b;break a}p=p.return}while(null!==p);h=Error((pb(g.type)||\"A React component\")+\" suspended while rendering, but no fallback UI was specified.\\n\\nAdd a <Suspense fallback=...> component higher in the tree to provide a loading indicator or placeholder to display.\"+qb(g))}S!==\njj&&(S=ij);h=Ai(h,g);p=f;do{switch(p.tag){case 3:k=h;p.effectTag|=4096;p.expirationTime=b;var B=Xi(p,k,b);yg(p,B);break a;case 1:k=h;var w=p.type,ub=p.stateNode;if(0===(p.effectTag&64)&&(\"function\"===typeof w.getDerivedStateFromError||null!==ub&&\"function\"===typeof ub.componentDidCatch&&(null===aj||!aj.has(ub)))){p.effectTag|=4096;p.expirationTime=b;var vb=$i(p,k,b);yg(p,vb);break a}}p=p.return}while(null!==p)}X=Pj(X)}catch(Xc){b=Xc;continue}break}while(1)}\nfunction Fj(){var a=cj.current;cj.current=sh;return null===a?sh:a}function Ag(a,b){a<lj&&2<a&&(lj=a);null!==b&&a<mj&&2<a&&(mj=a,nj=b)}function Bg(a){a>wi&&(wi=a)}function Kj(){for(;null!==X;)X=Qj(X)}function Gj(){for(;null!==X&&!Uf();)X=Qj(X)}function Qj(a){var b=Rj(a.alternate,a,U);a.memoizedProps=a.pendingProps;null===b&&(b=Pj(a));dj.current=null;return b}\nfunction Pj(a){X=a;do{var b=X.alternate;a=X.return;if(0===(X.effectTag&2048)){b=si(b,X,U);if(1===U||1!==X.childExpirationTime){for(var c=0,d=X.child;null!==d;){var e=d.expirationTime,f=d.childExpirationTime;e>c&&(c=e);f>c&&(c=f);d=d.sibling}X.childExpirationTime=c}if(null!==b)return b;null!==a&&0===(a.effectTag&2048)&&(null===a.firstEffect&&(a.firstEffect=X.firstEffect),null!==X.lastEffect&&(null!==a.lastEffect&&(a.lastEffect.nextEffect=X.firstEffect),a.lastEffect=X.lastEffect),1<X.effectTag&&(null!==\na.lastEffect?a.lastEffect.nextEffect=X:a.firstEffect=X,a.lastEffect=X))}else{b=zi(X);if(null!==b)return b.effectTag&=2047,b;null!==a&&(a.firstEffect=a.lastEffect=null,a.effectTag|=2048)}b=X.sibling;if(null!==b)return b;X=a}while(null!==X);S===ti&&(S=jj);return null}function Ij(a){var b=a.expirationTime;a=a.childExpirationTime;return b>a?b:a}function Jj(a){var b=ag();cg(99,Sj.bind(null,a,b));return null}\nfunction Sj(a,b){do Dj();while(null!==rj);if((W&(fj|gj))!==V)throw Error(u(327));var c=a.finishedWork,d=a.finishedExpirationTime;if(null===c)return null;a.finishedWork=null;a.finishedExpirationTime=0;if(c===a.current)throw Error(u(177));a.callbackNode=null;a.callbackExpirationTime=0;a.callbackPriority=90;a.nextKnownPendingLevel=0;var e=Ij(c);a.firstPendingTime=e;d<=a.lastSuspendedTime?a.firstSuspendedTime=a.lastSuspendedTime=a.nextKnownPendingLevel=0:d<=a.firstSuspendedTime&&(a.firstSuspendedTime=\nd-1);d<=a.lastPingedTime&&(a.lastPingedTime=0);d<=a.lastExpiredTime&&(a.lastExpiredTime=0);a===T&&(X=T=null,U=0);1<c.effectTag?null!==c.lastEffect?(c.lastEffect.nextEffect=c,e=c.firstEffect):e=c:e=c.firstEffect;if(null!==e){var f=W;W|=gj;dj.current=null;Dd=fd;var g=xd();if(yd(g)){if(\"selectionStart\"in g)var h={start:g.selectionStart,end:g.selectionEnd};else a:{h=(h=g.ownerDocument)&&h.defaultView||window;var k=h.getSelection&&h.getSelection();if(k&&0!==k.rangeCount){h=k.anchorNode;var l=k.anchorOffset,\nm=k.focusNode;k=k.focusOffset;try{h.nodeType,m.nodeType}catch(wb){h=null;break a}var p=0,x=-1,z=-1,ca=0,D=0,t=g,y=null;b:for(;;){for(var A;;){t!==h||0!==l&&3!==t.nodeType||(x=p+l);t!==m||0!==k&&3!==t.nodeType||(z=p+k);3===t.nodeType&&(p+=t.nodeValue.length);if(null===(A=t.firstChild))break;y=t;t=A}for(;;){if(t===g)break b;y===h&&++ca===l&&(x=p);y===m&&++D===k&&(z=p);if(null!==(A=t.nextSibling))break;t=y;y=t.parentNode}t=A}h=-1===x||-1===z?null:{start:x,end:z}}else h=null}h=h||{start:0,end:0}}else h=\nnull;Ed={activeElementDetached:null,focusedElem:g,selectionRange:h};fd=!1;Y=e;do try{Tj()}catch(wb){if(null===Y)throw Error(u(330));Ei(Y,wb);Y=Y.nextEffect}while(null!==Y);Y=e;do try{for(g=a,h=b;null!==Y;){var q=Y.effectTag;q&16&&Rb(Y.stateNode,\"\");if(q&128){var B=Y.alternate;if(null!==B){var w=B.ref;null!==w&&(\"function\"===typeof w?w(null):w.current=null)}}switch(q&1038){case 2:Pi(Y);Y.effectTag&=-3;break;case 6:Pi(Y);Y.effectTag&=-3;Si(Y.alternate,Y);break;case 1024:Y.effectTag&=-1025;break;case 1028:Y.effectTag&=\n-1025;Si(Y.alternate,Y);break;case 4:Si(Y.alternate,Y);break;case 8:l=Y,Mi(g,l,h),Ni(l)}Y=Y.nextEffect}}catch(wb){if(null===Y)throw Error(u(330));Ei(Y,wb);Y=Y.nextEffect}while(null!==Y);w=Ed;B=xd();q=w.focusedElem;h=w.selectionRange;if(B!==q&&q&&q.ownerDocument&&wd(q.ownerDocument.documentElement,q)){null!==h&&yd(q)&&(B=h.start,w=h.end,void 0===w&&(w=B),\"selectionStart\"in q?(q.selectionStart=B,q.selectionEnd=Math.min(w,q.value.length)):(w=(B=q.ownerDocument||document)&&B.defaultView||window,w.getSelection&&\n(w=w.getSelection(),l=q.textContent.length,g=Math.min(h.start,l),h=void 0===h.end?g:Math.min(h.end,l),!w.extend&&g>h&&(l=h,h=g,g=l),l=vd(q,g),m=vd(q,h),l&&m&&(1!==w.rangeCount||w.anchorNode!==l.node||w.anchorOffset!==l.offset||w.focusNode!==m.node||w.focusOffset!==m.offset)&&(B=B.createRange(),B.setStart(l.node,l.offset),w.removeAllRanges(),g>h?(w.addRange(B),w.extend(m.node,m.offset)):(B.setEnd(m.node,m.offset),w.addRange(B))))));B=[];for(w=q;w=w.parentNode;)1===w.nodeType&&B.push({element:w,left:w.scrollLeft,\ntop:w.scrollTop});\"function\"===typeof q.focus&&q.focus();for(q=0;q<B.length;q++)w=B[q],w.element.scrollLeft=w.left,w.element.scrollTop=w.top}fd=!!Dd;Ed=Dd=null;a.current=c;Y=e;do try{for(q=a;null!==Y;){var ub=Y.effectTag;ub&36&&Ji(q,Y.alternate,Y);if(ub&128){B=void 0;var vb=Y.ref;if(null!==vb){var Xc=Y.stateNode;switch(Y.tag){case 5:B=Xc;break;default:B=Xc}\"function\"===typeof vb?vb(B):vb.current=B}}Y=Y.nextEffect}}catch(wb){if(null===Y)throw Error(u(330));Ei(Y,wb);Y=Y.nextEffect}while(null!==Y);Y=\nnull;Vf();W=f}else a.current=c;if(qj)qj=!1,rj=a,sj=b;else for(Y=e;null!==Y;)b=Y.nextEffect,Y.nextEffect=null,Y=b;b=a.firstPendingTime;0===b&&(aj=null);1073741823===b?a===vj?uj++:(uj=0,vj=a):uj=0;\"function\"===typeof Uj&&Uj(c.stateNode,d);Z(a);if(Yi)throw Yi=!1,a=Zi,Zi=null,a;if((W&ej)!==V)return null;gg();return null}function Tj(){for(;null!==Y;){var a=Y.effectTag;0!==(a&256)&&Gi(Y.alternate,Y);0===(a&512)||qj||(qj=!0,dg(97,function(){Dj();return null}));Y=Y.nextEffect}}\nfunction Dj(){if(90!==sj){var a=97<sj?97:sj;sj=90;return cg(a,Vj)}}function Vj(){if(null===rj)return!1;var a=rj;rj=null;if((W&(fj|gj))!==V)throw Error(u(331));var b=W;W|=gj;for(a=a.current.firstEffect;null!==a;){try{var c=a;if(0!==(c.effectTag&512))switch(c.tag){case 0:case 11:case 15:case 22:Hi(5,c),Ii(5,c)}}catch(d){if(null===a)throw Error(u(330));Ei(a,d)}c=a.nextEffect;a.nextEffect=null;a=c}W=b;gg();return!0}\nfunction Wj(a,b,c){b=Ai(c,b);b=Xi(a,b,1073741823);xg(a,b);a=xj(a,1073741823);null!==a&&Z(a)}function Ei(a,b){if(3===a.tag)Wj(a,a,b);else for(var c=a.return;null!==c;){if(3===c.tag){Wj(c,a,b);break}else if(1===c.tag){var d=c.stateNode;if(\"function\"===typeof c.type.getDerivedStateFromError||\"function\"===typeof d.componentDidCatch&&(null===aj||!aj.has(d))){a=Ai(b,a);a=$i(c,a,1073741823);xg(c,a);c=xj(c,1073741823);null!==c&&Z(c);break}}c=c.return}}\nfunction Oj(a,b,c){var d=a.pingCache;null!==d&&d.delete(b);T===a&&U===c?S===vi||S===ui&&1073741823===lj&&$f()-Ti<pj?Ej(a,U):oj=!0:Aj(a,c)&&(b=a.lastPingedTime,0!==b&&b<c||(a.lastPingedTime=c,Z(a)))}function Vi(a,b){var c=a.stateNode;null!==c&&c.delete(b);b=0;0===b&&(b=Gg(),b=Hg(b,a,null));a=xj(a,b);null!==a&&Z(a)}var Rj;\nRj=function(a,b,c){var d=b.expirationTime;if(null!==a){var e=b.pendingProps;if(a.memoizedProps!==e||K.current)rg=!0;else{if(d<c){rg=!1;switch(b.tag){case 3:hi(b);Xh();break;case 5:fh(b);if(b.mode&4&&1!==c&&e.hidden)return b.expirationTime=b.childExpirationTime=1,null;break;case 1:L(b.type)&&Gf(b);break;case 4:dh(b,b.stateNode.containerInfo);break;case 10:d=b.memoizedProps.value;e=b.type._context;I(jg,e._currentValue);e._currentValue=d;break;case 13:if(null!==b.memoizedState){d=b.child.childExpirationTime;\nif(0!==d&&d>=c)return ji(a,b,c);I(M,M.current&1);b=$h(a,b,c);return null!==b?b.sibling:null}I(M,M.current&1);break;case 19:d=b.childExpirationTime>=c;if(0!==(a.effectTag&64)){if(d)return mi(a,b,c);b.effectTag|=64}e=b.memoizedState;null!==e&&(e.rendering=null,e.tail=null);I(M,M.current);if(!d)return null}return $h(a,b,c)}rg=!1}}else rg=!1;b.expirationTime=0;switch(b.tag){case 2:d=b.type;null!==a&&(a.alternate=null,b.alternate=null,b.effectTag|=2);a=b.pendingProps;e=Cf(b,J.current);qg(b,c);e=oh(null,\nb,d,a,e,c);b.effectTag|=1;if(\"object\"===typeof e&&null!==e&&\"function\"===typeof e.render&&void 0===e.$$typeof){b.tag=1;b.memoizedState=null;b.updateQueue=null;if(L(d)){var f=!0;Gf(b)}else f=!1;b.memoizedState=null!==e.state&&void 0!==e.state?e.state:null;ug(b);var g=d.getDerivedStateFromProps;\"function\"===typeof g&&Fg(b,d,g,a);e.updater=Jg;b.stateNode=e;e._reactInternalFiber=b;Ng(b,d,a,c);b=gi(null,b,d,!0,f,c)}else b.tag=0,R(null,b,e,c),b=b.child;return b;case 16:a:{e=b.elementType;null!==a&&(a.alternate=\nnull,b.alternate=null,b.effectTag|=2);a=b.pendingProps;ob(e);if(1!==e._status)throw e._result;e=e._result;b.type=e;f=b.tag=Xj(e);a=ig(e,a);switch(f){case 0:b=di(null,b,e,a,c);break a;case 1:b=fi(null,b,e,a,c);break a;case 11:b=Zh(null,b,e,a,c);break a;case 14:b=ai(null,b,e,ig(e.type,a),d,c);break a}throw Error(u(306,e,\"\"));}return b;case 0:return d=b.type,e=b.pendingProps,e=b.elementType===d?e:ig(d,e),di(a,b,d,e,c);case 1:return d=b.type,e=b.pendingProps,e=b.elementType===d?e:ig(d,e),fi(a,b,d,e,c);\ncase 3:hi(b);d=b.updateQueue;if(null===a||null===d)throw Error(u(282));d=b.pendingProps;e=b.memoizedState;e=null!==e?e.element:null;vg(a,b);zg(b,d,null,c);d=b.memoizedState.element;if(d===e)Xh(),b=$h(a,b,c);else{if(e=b.stateNode.hydrate)Ph=Jd(b.stateNode.containerInfo.firstChild),Oh=b,e=Qh=!0;if(e)for(c=Yg(b,null,d,c),b.child=c;c;)c.effectTag=c.effectTag&-3|1024,c=c.sibling;else R(a,b,d,c),Xh();b=b.child}return b;case 5:return fh(b),null===a&&Uh(b),d=b.type,e=b.pendingProps,f=null!==a?a.memoizedProps:\nnull,g=e.children,Gd(d,e)?g=null:null!==f&&Gd(d,f)&&(b.effectTag|=16),ei(a,b),b.mode&4&&1!==c&&e.hidden?(b.expirationTime=b.childExpirationTime=1,b=null):(R(a,b,g,c),b=b.child),b;case 6:return null===a&&Uh(b),null;case 13:return ji(a,b,c);case 4:return dh(b,b.stateNode.containerInfo),d=b.pendingProps,null===a?b.child=Xg(b,null,d,c):R(a,b,d,c),b.child;case 11:return d=b.type,e=b.pendingProps,e=b.elementType===d?e:ig(d,e),Zh(a,b,d,e,c);case 7:return R(a,b,b.pendingProps,c),b.child;case 8:return R(a,\nb,b.pendingProps.children,c),b.child;case 12:return R(a,b,b.pendingProps.children,c),b.child;case 10:a:{d=b.type._context;e=b.pendingProps;g=b.memoizedProps;f=e.value;var h=b.type._context;I(jg,h._currentValue);h._currentValue=f;if(null!==g)if(h=g.value,f=$e(h,f)?0:(\"function\"===typeof d._calculateChangedBits?d._calculateChangedBits(h,f):1073741823)|0,0===f){if(g.children===e.children&&!K.current){b=$h(a,b,c);break a}}else for(h=b.child,null!==h&&(h.return=b);null!==h;){var k=h.dependencies;if(null!==\nk){g=h.child;for(var l=k.firstContext;null!==l;){if(l.context===d&&0!==(l.observedBits&f)){1===h.tag&&(l=wg(c,null),l.tag=2,xg(h,l));h.expirationTime<c&&(h.expirationTime=c);l=h.alternate;null!==l&&l.expirationTime<c&&(l.expirationTime=c);pg(h.return,c);k.expirationTime<c&&(k.expirationTime=c);break}l=l.next}}else g=10===h.tag?h.type===b.type?null:h.child:h.child;if(null!==g)g.return=h;else for(g=h;null!==g;){if(g===b){g=null;break}h=g.sibling;if(null!==h){h.return=g.return;g=h;break}g=g.return}h=\ng}R(a,b,e.children,c);b=b.child}return b;case 9:return e=b.type,f=b.pendingProps,d=f.children,qg(b,c),e=sg(e,f.unstable_observedBits),d=d(e),b.effectTag|=1,R(a,b,d,c),b.child;case 14:return e=b.type,f=ig(e,b.pendingProps),f=ig(e.type,f),ai(a,b,e,f,d,c);case 15:return ci(a,b,b.type,b.pendingProps,d,c);case 17:return d=b.type,e=b.pendingProps,e=b.elementType===d?e:ig(d,e),null!==a&&(a.alternate=null,b.alternate=null,b.effectTag|=2),b.tag=1,L(d)?(a=!0,Gf(b)):a=!1,qg(b,c),Lg(b,d,e),Ng(b,d,e,c),gi(null,\nb,d,!0,a,c);case 19:return mi(a,b,c)}throw Error(u(156,b.tag));};var Uj=null,Li=null;function Yj(a){if(\"undefined\"===typeof __REACT_DEVTOOLS_GLOBAL_HOOK__)return!1;var b=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(b.isDisabled||!b.supportsFiber)return!0;try{var c=b.inject(a);Uj=function(a){try{b.onCommitFiberRoot(c,a,void 0,64===(a.current.effectTag&64))}catch(e){}};Li=function(a){try{b.onCommitFiberUnmount(c,a)}catch(e){}}}catch(d){}return!0}\nfunction Zj(a,b,c,d){this.tag=a;this.key=c;this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null;this.index=0;this.ref=null;this.pendingProps=b;this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null;this.mode=d;this.effectTag=0;this.lastEffect=this.firstEffect=this.nextEffect=null;this.childExpirationTime=this.expirationTime=0;this.alternate=null}function Sh(a,b,c,d){return new Zj(a,b,c,d)}\nfunction bi(a){a=a.prototype;return!(!a||!a.isReactComponent)}function Xj(a){if(\"function\"===typeof a)return bi(a)?1:0;if(void 0!==a&&null!==a){a=a.$$typeof;if(a===gb)return 11;if(a===jb)return 14}return 2}\nfunction Sg(a,b){var c=a.alternate;null===c?(c=Sh(a.tag,b,a.key,a.mode),c.elementType=a.elementType,c.type=a.type,c.stateNode=a.stateNode,c.alternate=a,a.alternate=c):(c.pendingProps=b,c.effectTag=0,c.nextEffect=null,c.firstEffect=null,c.lastEffect=null);c.childExpirationTime=a.childExpirationTime;c.expirationTime=a.expirationTime;c.child=a.child;c.memoizedProps=a.memoizedProps;c.memoizedState=a.memoizedState;c.updateQueue=a.updateQueue;b=a.dependencies;c.dependencies=null===b?null:{expirationTime:b.expirationTime,\nfirstContext:b.firstContext,responders:b.responders};c.sibling=a.sibling;c.index=a.index;c.ref=a.ref;return c}\nfunction Ug(a,b,c,d,e,f){var g=2;d=a;if(\"function\"===typeof a)bi(a)&&(g=1);else if(\"string\"===typeof a)g=5;else a:switch(a){case ab:return Wg(c.children,e,f,b);case fb:g=8;e|=7;break;case bb:g=8;e|=1;break;case cb:return a=Sh(12,c,b,e|8),a.elementType=cb,a.type=cb,a.expirationTime=f,a;case hb:return a=Sh(13,c,b,e),a.type=hb,a.elementType=hb,a.expirationTime=f,a;case ib:return a=Sh(19,c,b,e),a.elementType=ib,a.expirationTime=f,a;default:if(\"object\"===typeof a&&null!==a)switch(a.$$typeof){case db:g=\n10;break a;case eb:g=9;break a;case gb:g=11;break a;case jb:g=14;break a;case kb:g=16;d=null;break a;case lb:g=22;break a}throw Error(u(130,null==a?a:typeof a,\"\"));}b=Sh(g,c,b,e);b.elementType=a;b.type=d;b.expirationTime=f;return b}function Wg(a,b,c,d){a=Sh(7,a,d,b);a.expirationTime=c;return a}function Tg(a,b,c){a=Sh(6,a,null,b);a.expirationTime=c;return a}\nfunction Vg(a,b,c){b=Sh(4,null!==a.children?a.children:[],a.key,b);b.expirationTime=c;b.stateNode={containerInfo:a.containerInfo,pendingChildren:null,implementation:a.implementation};return b}\nfunction ak(a,b,c){this.tag=b;this.current=null;this.containerInfo=a;this.pingCache=this.pendingChildren=null;this.finishedExpirationTime=0;this.finishedWork=null;this.timeoutHandle=-1;this.pendingContext=this.context=null;this.hydrate=c;this.callbackNode=null;this.callbackPriority=90;this.lastExpiredTime=this.lastPingedTime=this.nextKnownPendingLevel=this.lastSuspendedTime=this.firstSuspendedTime=this.firstPendingTime=0}\nfunction Aj(a,b){var c=a.firstSuspendedTime;a=a.lastSuspendedTime;return 0!==c&&c>=b&&a<=b}function xi(a,b){var c=a.firstSuspendedTime,d=a.lastSuspendedTime;c<b&&(a.firstSuspendedTime=b);if(d>b||0===c)a.lastSuspendedTime=b;b<=a.lastPingedTime&&(a.lastPingedTime=0);b<=a.lastExpiredTime&&(a.lastExpiredTime=0)}\nfunction yi(a,b){b>a.firstPendingTime&&(a.firstPendingTime=b);var c=a.firstSuspendedTime;0!==c&&(b>=c?a.firstSuspendedTime=a.lastSuspendedTime=a.nextKnownPendingLevel=0:b>=a.lastSuspendedTime&&(a.lastSuspendedTime=b+1),b>a.nextKnownPendingLevel&&(a.nextKnownPendingLevel=b))}function Cj(a,b){var c=a.lastExpiredTime;if(0===c||c>b)a.lastExpiredTime=b}\nfunction bk(a,b,c,d){var e=b.current,f=Gg(),g=Dg.suspense;f=Hg(f,e,g);a:if(c){c=c._reactInternalFiber;b:{if(dc(c)!==c||1!==c.tag)throw Error(u(170));var h=c;do{switch(h.tag){case 3:h=h.stateNode.context;break b;case 1:if(L(h.type)){h=h.stateNode.__reactInternalMemoizedMergedChildContext;break b}}h=h.return}while(null!==h);throw Error(u(171));}if(1===c.tag){var k=c.type;if(L(k)){c=Ff(c,k,h);break a}}c=h}else c=Af;null===b.context?b.context=c:b.pendingContext=c;b=wg(f,g);b.payload={element:a};d=void 0===\nd?null:d;null!==d&&(b.callback=d);xg(e,b);Ig(e,f);return f}function ck(a){a=a.current;if(!a.child)return null;switch(a.child.tag){case 5:return a.child.stateNode;default:return a.child.stateNode}}function dk(a,b){a=a.memoizedState;null!==a&&null!==a.dehydrated&&a.retryTime<b&&(a.retryTime=b)}function ek(a,b){dk(a,b);(a=a.alternate)&&dk(a,b)}\nfunction fk(a,b,c){c=null!=c&&!0===c.hydrate;var d=new ak(a,b,c),e=Sh(3,null,null,2===b?7:1===b?3:0);d.current=e;e.stateNode=d;ug(e);a[Od]=d.current;c&&0!==b&&Jc(a,9===a.nodeType?a:a.ownerDocument);this._internalRoot=d}fk.prototype.render=function(a){bk(a,this._internalRoot,null,null)};fk.prototype.unmount=function(){var a=this._internalRoot,b=a.containerInfo;bk(null,a,null,function(){b[Od]=null})};\nfunction gk(a){return!(!a||1!==a.nodeType&&9!==a.nodeType&&11!==a.nodeType&&(8!==a.nodeType||\" react-mount-point-unstable \"!==a.nodeValue))}function hk(a,b){b||(b=a?9===a.nodeType?a.documentElement:a.firstChild:null,b=!(!b||1!==b.nodeType||!b.hasAttribute(\"data-reactroot\")));if(!b)for(var c;c=a.lastChild;)a.removeChild(c);return new fk(a,0,b?{hydrate:!0}:void 0)}\nfunction ik(a,b,c,d,e){var f=c._reactRootContainer;if(f){var g=f._internalRoot;if(\"function\"===typeof e){var h=e;e=function(){var a=ck(g);h.call(a)}}bk(b,g,a,e)}else{f=c._reactRootContainer=hk(c,d);g=f._internalRoot;if(\"function\"===typeof e){var k=e;e=function(){var a=ck(g);k.call(a)}}Nj(function(){bk(b,g,a,e)})}return ck(g)}function jk(a,b,c){var d=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:$a,key:null==d?null:\"\"+d,children:a,containerInfo:b,implementation:c}}\nwc=function(a){if(13===a.tag){var b=hg(Gg(),150,100);Ig(a,b);ek(a,b)}};xc=function(a){13===a.tag&&(Ig(a,3),ek(a,3))};yc=function(a){if(13===a.tag){var b=Gg();b=Hg(b,a,null);Ig(a,b);ek(a,b)}};\nza=function(a,b,c){switch(b){case \"input\":Cb(a,c);b=c.name;if(\"radio\"===c.type&&null!=b){for(c=a;c.parentNode;)c=c.parentNode;c=c.querySelectorAll(\"input[name=\"+JSON.stringify(\"\"+b)+'][type=\"radio\"]');for(b=0;b<c.length;b++){var d=c[b];if(d!==a&&d.form===a.form){var e=Qd(d);if(!e)throw Error(u(90));yb(d);Cb(d,e)}}}break;case \"textarea\":Kb(a,c);break;case \"select\":b=c.value,null!=b&&Hb(a,!!c.multiple,b,!1)}};Fa=Mj;\nGa=function(a,b,c,d,e){var f=W;W|=4;try{return cg(98,a.bind(null,b,c,d,e))}finally{W=f,W===V&&gg()}};Ha=function(){(W&(1|fj|gj))===V&&(Lj(),Dj())};Ia=function(a,b){var c=W;W|=2;try{return a(b)}finally{W=c,W===V&&gg()}};function kk(a,b){var c=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;if(!gk(b))throw Error(u(200));return jk(a,b,null,c)}var lk={Events:[Nc,Pd,Qd,xa,ta,Xd,function(a){jc(a,Wd)},Da,Ea,id,mc,Dj,{current:!1}]};\n(function(a){var b=a.findFiberByHostInstance;return Yj(n({},a,{overrideHookState:null,overrideProps:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:Wa.ReactCurrentDispatcher,findHostInstanceByFiber:function(a){a=hc(a);return null===a?null:a.stateNode},findFiberByHostInstance:function(a){return b?b(a):null},findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null}))})({findFiberByHostInstance:tc,bundleType:0,version:\"16.14.0\",\nrendererPackageName:\"react-dom\"});exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=lk;exports.createPortal=kk;exports.findDOMNode=function(a){if(null==a)return null;if(1===a.nodeType)return a;var b=a._reactInternalFiber;if(void 0===b){if(\"function\"===typeof a.render)throw Error(u(188));throw Error(u(268,Object.keys(a)));}a=hc(b);a=null===a?null:a.stateNode;return a};\nexports.flushSync=function(a,b){if((W&(fj|gj))!==V)throw Error(u(187));var c=W;W|=1;try{return cg(99,a.bind(null,b))}finally{W=c,gg()}};exports.hydrate=function(a,b,c){if(!gk(b))throw Error(u(200));return ik(null,a,b,!0,c)};exports.render=function(a,b,c){if(!gk(b))throw Error(u(200));return ik(null,a,b,!1,c)};\nexports.unmountComponentAtNode=function(a){if(!gk(a))throw Error(u(40));return a._reactRootContainer?(Nj(function(){ik(null,null,a,!1,function(){a._reactRootContainer=null;a[Od]=null})}),!0):!1};exports.unstable_batchedUpdates=Mj;exports.unstable_createPortal=function(a,b){return kk(a,b,2<arguments.length&&void 0!==arguments[2]?arguments[2]:null)};\nexports.unstable_renderSubtreeIntoContainer=function(a,b,c,d){if(!gk(c))throw Error(u(200));if(null==a||void 0===a._reactInternalFiber)throw Error(u(38));return ik(a,b,c,!1,d)};exports.version=\"16.14.0\";\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/scheduler.production.min.js');\n} else {\n module.exports = require('./cjs/scheduler.development.js');\n}\n","/** @license React v0.19.1\n * scheduler.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';var f,g,h,k,l;\nif(\"undefined\"===typeof window||\"function\"!==typeof MessageChannel){var p=null,q=null,t=function(){if(null!==p)try{var a=exports.unstable_now();p(!0,a);p=null}catch(b){throw setTimeout(t,0),b;}},u=Date.now();exports.unstable_now=function(){return Date.now()-u};f=function(a){null!==p?setTimeout(f,0,a):(p=a,setTimeout(t,0))};g=function(a,b){q=setTimeout(a,b)};h=function(){clearTimeout(q)};k=function(){return!1};l=exports.unstable_forceFrameRate=function(){}}else{var w=window.performance,x=window.Date,\ny=window.setTimeout,z=window.clearTimeout;if(\"undefined\"!==typeof console){var A=window.cancelAnimationFrame;\"function\"!==typeof window.requestAnimationFrame&&console.error(\"This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills\");\"function\"!==typeof A&&console.error(\"This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills\")}if(\"object\"===\ntypeof w&&\"function\"===typeof w.now)exports.unstable_now=function(){return w.now()};else{var B=x.now();exports.unstable_now=function(){return x.now()-B}}var C=!1,D=null,E=-1,F=5,G=0;k=function(){return exports.unstable_now()>=G};l=function(){};exports.unstable_forceFrameRate=function(a){0>a||125<a?console.error(\"forceFrameRate takes a positive int between 0 and 125, forcing framerates higher than 125 fps is not unsupported\"):F=0<a?Math.floor(1E3/a):5};var H=new MessageChannel,I=H.port2;H.port1.onmessage=\nfunction(){if(null!==D){var a=exports.unstable_now();G=a+F;try{D(!0,a)?I.postMessage(null):(C=!1,D=null)}catch(b){throw I.postMessage(null),b;}}else C=!1};f=function(a){D=a;C||(C=!0,I.postMessage(null))};g=function(a,b){E=y(function(){a(exports.unstable_now())},b)};h=function(){z(E);E=-1}}function J(a,b){var c=a.length;a.push(b);a:for(;;){var d=c-1>>>1,e=a[d];if(void 0!==e&&0<K(e,b))a[d]=b,a[c]=e,c=d;else break a}}function L(a){a=a[0];return void 0===a?null:a}\nfunction M(a){var b=a[0];if(void 0!==b){var c=a.pop();if(c!==b){a[0]=c;a:for(var d=0,e=a.length;d<e;){var m=2*(d+1)-1,n=a[m],v=m+1,r=a[v];if(void 0!==n&&0>K(n,c))void 0!==r&&0>K(r,n)?(a[d]=r,a[v]=c,d=v):(a[d]=n,a[m]=c,d=m);else if(void 0!==r&&0>K(r,c))a[d]=r,a[v]=c,d=v;else break a}}return b}return null}function K(a,b){var c=a.sortIndex-b.sortIndex;return 0!==c?c:a.id-b.id}var N=[],O=[],P=1,Q=null,R=3,S=!1,T=!1,U=!1;\nfunction V(a){for(var b=L(O);null!==b;){if(null===b.callback)M(O);else if(b.startTime<=a)M(O),b.sortIndex=b.expirationTime,J(N,b);else break;b=L(O)}}function W(a){U=!1;V(a);if(!T)if(null!==L(N))T=!0,f(X);else{var b=L(O);null!==b&&g(W,b.startTime-a)}}\nfunction X(a,b){T=!1;U&&(U=!1,h());S=!0;var c=R;try{V(b);for(Q=L(N);null!==Q&&(!(Q.expirationTime>b)||a&&!k());){var d=Q.callback;if(null!==d){Q.callback=null;R=Q.priorityLevel;var e=d(Q.expirationTime<=b);b=exports.unstable_now();\"function\"===typeof e?Q.callback=e:Q===L(N)&&M(N);V(b)}else M(N);Q=L(N)}if(null!==Q)var m=!0;else{var n=L(O);null!==n&&g(W,n.startTime-b);m=!1}return m}finally{Q=null,R=c,S=!1}}\nfunction Y(a){switch(a){case 1:return-1;case 2:return 250;case 5:return 1073741823;case 4:return 1E4;default:return 5E3}}var Z=l;exports.unstable_IdlePriority=5;exports.unstable_ImmediatePriority=1;exports.unstable_LowPriority=4;exports.unstable_NormalPriority=3;exports.unstable_Profiling=null;exports.unstable_UserBlockingPriority=2;exports.unstable_cancelCallback=function(a){a.callback=null};exports.unstable_continueExecution=function(){T||S||(T=!0,f(X))};\nexports.unstable_getCurrentPriorityLevel=function(){return R};exports.unstable_getFirstCallbackNode=function(){return L(N)};exports.unstable_next=function(a){switch(R){case 1:case 2:case 3:var b=3;break;default:b=R}var c=R;R=b;try{return a()}finally{R=c}};exports.unstable_pauseExecution=function(){};exports.unstable_requestPaint=Z;exports.unstable_runWithPriority=function(a,b){switch(a){case 1:case 2:case 3:case 4:case 5:break;default:a=3}var c=R;R=a;try{return b()}finally{R=c}};\nexports.unstable_scheduleCallback=function(a,b,c){var d=exports.unstable_now();if(\"object\"===typeof c&&null!==c){var e=c.delay;e=\"number\"===typeof e&&0<e?d+e:d;c=\"number\"===typeof c.timeout?c.timeout:Y(a)}else c=Y(a),e=d;c=e+c;a={id:P++,callback:b,priorityLevel:a,startTime:e,expirationTime:c,sortIndex:-1};e>d?(a.sortIndex=e,J(O,a),null===L(N)&&a===L(O)&&(U?h():U=!0,g(W,e-d))):(a.sortIndex=c,J(N,a),T||S||(T=!0,f(X)));return a};\nexports.unstable_shouldYield=function(){var a=exports.unstable_now();V(a);var b=L(N);return b!==Q&&null!==Q&&null!==b&&null!==b.callback&&b.startTime<=a&&b.expirationTime<Q.expirationTime||k()};exports.unstable_wrapCallback=function(a){var b=R;return function(){var c=R;R=b;try{return a.apply(this,arguments)}finally{R=c}}};\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar ReactPropTypesSecret = require('./lib/ReactPropTypesSecret');\n\nfunction emptyFunction() {}\nfunction emptyFunctionWithReset() {}\nemptyFunctionWithReset.resetWarningCache = emptyFunction;\n\nmodule.exports = function() {\n function shim(props, propName, componentName, location, propFullName, secret) {\n if (secret === ReactPropTypesSecret) {\n // It is still safe when called from React.\n return;\n }\n var err = new Error(\n 'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +\n 'Use PropTypes.checkPropTypes() to call them. ' +\n 'Read more at http://fb.me/use-check-prop-types'\n );\n err.name = 'Invariant Violation';\n throw err;\n };\n shim.isRequired = shim;\n function getShim() {\n return shim;\n };\n // Important!\n // Keep this list in sync with production version in `./factoryWithTypeCheckers.js`.\n var ReactPropTypes = {\n array: shim,\n bool: shim,\n func: shim,\n number: shim,\n object: shim,\n string: shim,\n symbol: shim,\n\n any: shim,\n arrayOf: getShim,\n element: shim,\n elementType: shim,\n instanceOf: getShim,\n node: shim,\n objectOf: getShim,\n oneOf: getShim,\n oneOfType: getShim,\n shape: getShim,\n exact: getShim,\n\n checkPropTypes: emptyFunctionWithReset,\n resetWarningCache: emptyFunction\n };\n\n ReactPropTypes.PropTypes = ReactPropTypes;\n\n return ReactPropTypes;\n};\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';\n\nmodule.exports = ReactPropTypesSecret;\n","'use strict';\n\nexports.__esModule = true;\n\nvar _react = require('react');\n\nvar _react2 = _interopRequireDefault(_react);\n\nvar _propTypes = require('prop-types');\n\nvar _propTypes2 = _interopRequireDefault(_propTypes);\n\nvar _gud = require('gud');\n\nvar _gud2 = _interopRequireDefault(_gud);\n\nvar _warning = require('warning');\n\nvar _warning2 = _interopRequireDefault(_warning);\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return call && (typeof call === \"object\" || typeof call === \"function\") ? call : self; }\n\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function, not \" + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }\n\nvar MAX_SIGNED_31_BIT_INT = 1073741823;\n\n// Inlined Object.is polyfill.\n// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is\nfunction objectIs(x, y) {\n if (x === y) {\n return x !== 0 || 1 / x === 1 / y;\n } else {\n return x !== x && y !== y;\n }\n}\n\nfunction createEventEmitter(value) {\n var handlers = [];\n return {\n on: function on(handler) {\n handlers.push(handler);\n },\n off: function off(handler) {\n handlers = handlers.filter(function (h) {\n return h !== handler;\n });\n },\n get: function get() {\n return value;\n },\n set: function set(newValue, changedBits) {\n value = newValue;\n handlers.forEach(function (handler) {\n return handler(value, changedBits);\n });\n }\n };\n}\n\nfunction onlyChild(children) {\n return Array.isArray(children) ? children[0] : children;\n}\n\nfunction createReactContext(defaultValue, calculateChangedBits) {\n var _Provider$childContex, _Consumer$contextType;\n\n var contextProp = '__create-react-context-' + (0, _gud2.default)() + '__';\n\n var Provider = function (_Component) {\n _inherits(Provider, _Component);\n\n function Provider() {\n var _temp, _this, _ret;\n\n _classCallCheck(this, Provider);\n\n for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n return _ret = (_temp = (_this = _possibleConstructorReturn(this, _Component.call.apply(_Component, [this].concat(args))), _this), _this.emitter = createEventEmitter(_this.props.value), _temp), _possibleConstructorReturn(_this, _ret);\n }\n\n Provider.prototype.getChildContext = function getChildContext() {\n var _ref;\n\n return _ref = {}, _ref[contextProp] = this.emitter, _ref;\n };\n\n Provider.prototype.componentWillReceiveProps = function componentWillReceiveProps(nextProps) {\n if (this.props.value !== nextProps.value) {\n var oldValue = this.props.value;\n var newValue = nextProps.value;\n var changedBits = void 0;\n\n if (objectIs(oldValue, newValue)) {\n changedBits = 0; // No change\n } else {\n changedBits = typeof calculateChangedBits === 'function' ? calculateChangedBits(oldValue, newValue) : MAX_SIGNED_31_BIT_INT;\n if (process.env.NODE_ENV !== 'production') {\n (0, _warning2.default)((changedBits & MAX_SIGNED_31_BIT_INT) === changedBits, 'calculateChangedBits: Expected the return value to be a ' + '31-bit integer. Instead received: %s', changedBits);\n }\n\n changedBits |= 0;\n\n if (changedBits !== 0) {\n this.emitter.set(nextProps.value, changedBits);\n }\n }\n }\n };\n\n Provider.prototype.render = function render() {\n return this.props.children;\n };\n\n return Provider;\n }(_react.Component);\n\n Provider.childContextTypes = (_Provider$childContex = {}, _Provider$childContex[contextProp] = _propTypes2.default.object.isRequired, _Provider$childContex);\n\n var Consumer = function (_Component2) {\n _inherits(Consumer, _Component2);\n\n function Consumer() {\n var _temp2, _this2, _ret2;\n\n _classCallCheck(this, Consumer);\n\n for (var _len2 = arguments.length, args = Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\n args[_key2] = arguments[_key2];\n }\n\n return _ret2 = (_temp2 = (_this2 = _possibleConstructorReturn(this, _Component2.call.apply(_Component2, [this].concat(args))), _this2), _this2.state = {\n value: _this2.getValue()\n }, _this2.onUpdate = function (newValue, changedBits) {\n var observedBits = _this2.observedBits | 0;\n if ((observedBits & changedBits) !== 0) {\n _this2.setState({ value: _this2.getValue() });\n }\n }, _temp2), _possibleConstructorReturn(_this2, _ret2);\n }\n\n Consumer.prototype.componentWillReceiveProps = function componentWillReceiveProps(nextProps) {\n var observedBits = nextProps.observedBits;\n\n this.observedBits = observedBits === undefined || observedBits === null ? MAX_SIGNED_31_BIT_INT // Subscribe to all changes by default\n : observedBits;\n };\n\n Consumer.prototype.componentDidMount = function componentDidMount() {\n if (this.context[contextProp]) {\n this.context[contextProp].on(this.onUpdate);\n }\n var observedBits = this.props.observedBits;\n\n this.observedBits = observedBits === undefined || observedBits === null ? MAX_SIGNED_31_BIT_INT // Subscribe to all changes by default\n : observedBits;\n };\n\n Consumer.prototype.componentWillUnmount = function componentWillUnmount() {\n if (this.context[contextProp]) {\n this.context[contextProp].off(this.onUpdate);\n }\n };\n\n Consumer.prototype.getValue = function getValue() {\n if (this.context[contextProp]) {\n return this.context[contextProp].get();\n } else {\n return defaultValue;\n }\n };\n\n Consumer.prototype.render = function render() {\n return onlyChild(this.props.children)(this.state.value);\n };\n\n return Consumer;\n }(_react.Component);\n\n Consumer.contextTypes = (_Consumer$contextType = {}, _Consumer$contextType[contextProp] = _propTypes2.default.object, _Consumer$contextType);\n\n\n return {\n Provider: Provider,\n Consumer: Consumer\n };\n}\n\nexports.default = createReactContext;\nmodule.exports = exports['default'];","// @flow\n'use strict';\n\nvar key = '__global_unique_id__';\n\nmodule.exports = function() {\n return global[key] = (global[key] || 0) + 1;\n};\n","\"use strict\";\n\nexports.__esModule = true;\nexports.default = void 0;\n\nvar PropTypes = _interopRequireWildcard(require(\"prop-types\"));\n\nvar _addClass = _interopRequireDefault(require(\"dom-helpers/class/addClass\"));\n\nvar _removeClass = _interopRequireDefault(require(\"dom-helpers/class/removeClass\"));\n\nvar _react = _interopRequireDefault(require(\"react\"));\n\nvar _Transition = _interopRequireDefault(require(\"./Transition\"));\n\nvar _PropTypes = require(\"./utils/PropTypes\");\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nfunction _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = Object.defineProperty && Object.getOwnPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : {}; if (desc.get || desc.set) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } } newObj.default = obj; return newObj; } }\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }\n\nvar addClass = function addClass(node, classes) {\n return node && classes && classes.split(' ').forEach(function (c) {\n return (0, _addClass.default)(node, c);\n });\n};\n\nvar removeClass = function removeClass(node, classes) {\n return node && classes && classes.split(' ').forEach(function (c) {\n return (0, _removeClass.default)(node, c);\n });\n};\n/**\n * A transition component inspired by the excellent\n * [ng-animate](http://www.nganimate.org/) library, you should use it if you're\n * using CSS transitions or animations. It's built upon the\n * [`Transition`](https://reactcommunity.org/react-transition-group/transition)\n * component, so it inherits all of its props.\n *\n * `CSSTransition` applies a pair of class names during the `appear`, `enter`,\n * and `exit` states of the transition. The first class is applied and then a\n * second `*-active` class in order to activate the CSSS transition. After the\n * transition, matching `*-done` class names are applied to persist the\n * transition state.\n *\n * ```jsx\n * function App() {\n * const [inProp, setInProp] = useState(false);\n * return (\n * <div>\n * <CSSTransition in={inProp} timeout={200} classNames=\"my-node\">\n * <div>\n * {\"I'll receive my-node-* classes\"}\n * </div>\n * </CSSTransition>\n * <button type=\"button\" onClick={() => setInProp(true)}>\n * Click to Enter\n * </button>\n * </div>\n * );\n * }\n * ```\n *\n * When the `in` prop is set to `true`, the child component will first receive\n * the class `example-enter`, then the `example-enter-active` will be added in\n * the next tick. `CSSTransition` [forces a\n * reflow](https://github.com/reactjs/react-transition-group/blob/5007303e729a74be66a21c3e2205e4916821524b/src/CSSTransition.js#L208-L215)\n * between before adding the `example-enter-active`. This is an important trick\n * because it allows us to transition between `example-enter` and\n * `example-enter-active` even though they were added immediately one after\n * another. Most notably, this is what makes it possible for us to animate\n * _appearance_.\n *\n * ```css\n * .my-node-enter {\n * opacity: 0;\n * }\n * .my-node-enter-active {\n * opacity: 1;\n * transition: opacity 200ms;\n * }\n * .my-node-exit {\n * opacity: 1;\n * }\n * .my-node-exit-active {\n * opacity: 0;\n * transition: opacity: 200ms;\n * }\n * ```\n *\n * `*-active` classes represent which styles you want to animate **to**.\n */\n\n\nvar CSSTransition =\n/*#__PURE__*/\nfunction (_React$Component) {\n _inheritsLoose(CSSTransition, _React$Component);\n\n function CSSTransition() {\n var _this;\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n _this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this;\n\n _this.onEnter = function (node, appearing) {\n var _this$getClassNames = _this.getClassNames(appearing ? 'appear' : 'enter'),\n className = _this$getClassNames.className;\n\n _this.removeClasses(node, 'exit');\n\n addClass(node, className);\n\n if (_this.props.onEnter) {\n _this.props.onEnter(node, appearing);\n }\n };\n\n _this.onEntering = function (node, appearing) {\n var _this$getClassNames2 = _this.getClassNames(appearing ? 'appear' : 'enter'),\n activeClassName = _this$getClassNames2.activeClassName;\n\n _this.reflowAndAddClass(node, activeClassName);\n\n if (_this.props.onEntering) {\n _this.props.onEntering(node, appearing);\n }\n };\n\n _this.onEntered = function (node, appearing) {\n var appearClassName = _this.getClassNames('appear').doneClassName;\n\n var enterClassName = _this.getClassNames('enter').doneClassName;\n\n var doneClassName = appearing ? appearClassName + \" \" + enterClassName : enterClassName;\n\n _this.removeClasses(node, appearing ? 'appear' : 'enter');\n\n addClass(node, doneClassName);\n\n if (_this.props.onEntered) {\n _this.props.onEntered(node, appearing);\n }\n };\n\n _this.onExit = function (node) {\n var _this$getClassNames3 = _this.getClassNames('exit'),\n className = _this$getClassNames3.className;\n\n _this.removeClasses(node, 'appear');\n\n _this.removeClasses(node, 'enter');\n\n addClass(node, className);\n\n if (_this.props.onExit) {\n _this.props.onExit(node);\n }\n };\n\n _this.onExiting = function (node) {\n var _this$getClassNames4 = _this.getClassNames('exit'),\n activeClassName = _this$getClassNames4.activeClassName;\n\n _this.reflowAndAddClass(node, activeClassName);\n\n if (_this.props.onExiting) {\n _this.props.onExiting(node);\n }\n };\n\n _this.onExited = function (node) {\n var _this$getClassNames5 = _this.getClassNames('exit'),\n doneClassName = _this$getClassNames5.doneClassName;\n\n _this.removeClasses(node, 'exit');\n\n addClass(node, doneClassName);\n\n if (_this.props.onExited) {\n _this.props.onExited(node);\n }\n };\n\n _this.getClassNames = function (type) {\n var classNames = _this.props.classNames;\n var isStringClassNames = typeof classNames === 'string';\n var prefix = isStringClassNames && classNames ? classNames + '-' : '';\n var className = isStringClassNames ? prefix + type : classNames[type];\n var activeClassName = isStringClassNames ? className + '-active' : classNames[type + 'Active'];\n var doneClassName = isStringClassNames ? className + '-done' : classNames[type + 'Done'];\n return {\n className: className,\n activeClassName: activeClassName,\n doneClassName: doneClassName\n };\n };\n\n return _this;\n }\n\n var _proto = CSSTransition.prototype;\n\n _proto.removeClasses = function removeClasses(node, type) {\n var _this$getClassNames6 = this.getClassNames(type),\n className = _this$getClassNames6.className,\n activeClassName = _this$getClassNames6.activeClassName,\n doneClassName = _this$getClassNames6.doneClassName;\n\n className && removeClass(node, className);\n activeClassName && removeClass(node, activeClassName);\n doneClassName && removeClass(node, doneClassName);\n };\n\n _proto.reflowAndAddClass = function reflowAndAddClass(node, className) {\n // This is for to force a repaint,\n // which is necessary in order to transition styles when adding a class name.\n if (className) {\n /* eslint-disable no-unused-expressions */\n node && node.scrollTop;\n /* eslint-enable no-unused-expressions */\n\n addClass(node, className);\n }\n };\n\n _proto.render = function render() {\n var props = _extends({}, this.props);\n\n delete props.classNames;\n return _react.default.createElement(_Transition.default, _extends({}, props, {\n onEnter: this.onEnter,\n onEntered: this.onEntered,\n onEntering: this.onEntering,\n onExit: this.onExit,\n onExiting: this.onExiting,\n onExited: this.onExited\n }));\n };\n\n return CSSTransition;\n}(_react.default.Component);\n\nCSSTransition.defaultProps = {\n classNames: ''\n};\nCSSTransition.propTypes = process.env.NODE_ENV !== \"production\" ? _extends({}, _Transition.default.propTypes, {\n /**\n * The animation classNames applied to the component as it enters, exits or\n * has finished the transition. A single name can be provided and it will be\n * suffixed for each stage: e.g.\n *\n * `classNames=\"fade\"` applies `fade-enter`, `fade-enter-active`,\n * `fade-enter-done`, `fade-exit`, `fade-exit-active`, `fade-exit-done`,\n * `fade-appear`, `fade-appear-active`, and `fade-appear-done`.\n *\n * **Note**: `fade-appear-done` and `fade-enter-done` will _both_ be applied.\n * This allows you to define different behavior for when appearing is done and\n * when regular entering is done, using selectors like\n * `.fade-enter-done:not(.fade-appear-done)`. For example, you could apply an\n * epic entrance animation when element first appears in the DOM using\n * [Animate.css](https://daneden.github.io/animate.css/). Otherwise you can\n * simply use `fade-enter-done` for defining both cases.\n *\n * Each individual classNames can also be specified independently like:\n *\n * ```js\n * classNames={{\n * appear: 'my-appear',\n * appearActive: 'my-active-appear',\n * appearDone: 'my-done-appear',\n * enter: 'my-enter',\n * enterActive: 'my-active-enter',\n * enterDone: 'my-done-enter',\n * exit: 'my-exit',\n * exitActive: 'my-active-exit',\n * exitDone: 'my-done-exit',\n * }}\n * ```\n *\n * If you want to set these classes using CSS Modules:\n *\n * ```js\n * import styles from './styles.css';\n * ```\n *\n * you might want to use camelCase in your CSS file, that way could simply\n * spread them instead of listing them one by one:\n *\n * ```js\n * classNames={{ ...styles }}\n * ```\n *\n * @type {string | {\n * appear?: string,\n * appearActive?: string,\n * appearDone?: string,\n * enter?: string,\n * enterActive?: string,\n * enterDone?: string,\n * exit?: string,\n * exitActive?: string,\n * exitDone?: string,\n * }}\n */\n classNames: _PropTypes.classNamesShape,\n\n /**\n * A `<Transition>` callback fired immediately after the 'enter' or 'appear' class is\n * applied.\n *\n * @type Function(node: HtmlElement, isAppearing: bool)\n */\n onEnter: PropTypes.func,\n\n /**\n * A `<Transition>` callback fired immediately after the 'enter-active' or\n * 'appear-active' class is applied.\n *\n * @type Function(node: HtmlElement, isAppearing: bool)\n */\n onEntering: PropTypes.func,\n\n /**\n * A `<Transition>` callback fired immediately after the 'enter' or\n * 'appear' classes are **removed** and the `done` class is added to the DOM node.\n *\n * @type Function(node: HtmlElement, isAppearing: bool)\n */\n onEntered: PropTypes.func,\n\n /**\n * A `<Transition>` callback fired immediately after the 'exit' class is\n * applied.\n *\n * @type Function(node: HtmlElement)\n */\n onExit: PropTypes.func,\n\n /**\n * A `<Transition>` callback fired immediately after the 'exit-active' is applied.\n *\n * @type Function(node: HtmlElement)\n */\n onExiting: PropTypes.func,\n\n /**\n * A `<Transition>` callback fired immediately after the 'exit' classes\n * are **removed** and the `exit-done` class is added to the DOM node.\n *\n * @type Function(node: HtmlElement)\n */\n onExited: PropTypes.func\n}) : {};\nvar _default = CSSTransition;\nexports.default = _default;\nmodule.exports = exports[\"default\"];","\"use strict\";\n\nvar _interopRequireDefault = require(\"@babel/runtime/helpers/interopRequireDefault\");\n\nexports.__esModule = true;\nexports.default = addClass;\n\nvar _hasClass = _interopRequireDefault(require(\"./hasClass\"));\n\nfunction addClass(element, className) {\n if (element.classList) element.classList.add(className);else if (!(0, _hasClass.default)(element, className)) if (typeof element.className === 'string') element.className = element.className + ' ' + className;else element.setAttribute('class', (element.className && element.className.baseVal || '') + ' ' + className);\n}\n\nmodule.exports = exports[\"default\"];","function _interopRequireDefault(obj) {\n return obj && obj.__esModule ? obj : {\n \"default\": obj\n };\n}\n\nmodule.exports = _interopRequireDefault;","\"use strict\";\n\nexports.__esModule = true;\nexports.default = hasClass;\n\nfunction hasClass(element, className) {\n if (element.classList) return !!className && element.classList.contains(className);else return (\" \" + (element.className.baseVal || element.className) + \" \").indexOf(\" \" + className + \" \") !== -1;\n}\n\nmodule.exports = exports[\"default\"];","'use strict';\n\nfunction replaceClassName(origClass, classToRemove) {\n return origClass.replace(new RegExp('(^|\\\\s)' + classToRemove + '(?:\\\\s|$)', 'g'), '$1').replace(/\\s+/g, ' ').replace(/^\\s*|\\s*$/g, '');\n}\n\nmodule.exports = function removeClass(element, className) {\n if (element.classList) element.classList.remove(className);else if (typeof element.className === 'string') element.className = replaceClassName(element.className, className);else element.setAttribute('class', replaceClassName(element.className && element.className.baseVal || '', className));\n};","\"use strict\";\n\nexports.__esModule = true;\nexports.default = void 0;\n\nvar _propTypes = _interopRequireDefault(require(\"prop-types\"));\n\nvar _react = _interopRequireDefault(require(\"react\"));\n\nvar _reactDom = require(\"react-dom\");\n\nvar _TransitionGroup = _interopRequireDefault(require(\"./TransitionGroup\"));\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nfunction _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }\n\n/**\n * The `<ReplaceTransition>` component is a specialized `Transition` component\n * that animates between two children.\n *\n * ```jsx\n * <ReplaceTransition in>\n * <Fade><div>I appear first</div></Fade>\n * <Fade><div>I replace the above</div></Fade>\n * </ReplaceTransition>\n * ```\n */\nvar ReplaceTransition =\n/*#__PURE__*/\nfunction (_React$Component) {\n _inheritsLoose(ReplaceTransition, _React$Component);\n\n function ReplaceTransition() {\n var _this;\n\n for (var _len = arguments.length, _args = new Array(_len), _key = 0; _key < _len; _key++) {\n _args[_key] = arguments[_key];\n }\n\n _this = _React$Component.call.apply(_React$Component, [this].concat(_args)) || this;\n\n _this.handleEnter = function () {\n for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\n args[_key2] = arguments[_key2];\n }\n\n return _this.handleLifecycle('onEnter', 0, args);\n };\n\n _this.handleEntering = function () {\n for (var _len3 = arguments.length, args = new Array(_len3), _key3 = 0; _key3 < _len3; _key3++) {\n args[_key3] = arguments[_key3];\n }\n\n return _this.handleLifecycle('onEntering', 0, args);\n };\n\n _this.handleEntered = function () {\n for (var _len4 = arguments.length, args = new Array(_len4), _key4 = 0; _key4 < _len4; _key4++) {\n args[_key4] = arguments[_key4];\n }\n\n return _this.handleLifecycle('onEntered', 0, args);\n };\n\n _this.handleExit = function () {\n for (var _len5 = arguments.length, args = new Array(_len5), _key5 = 0; _key5 < _len5; _key5++) {\n args[_key5] = arguments[_key5];\n }\n\n return _this.handleLifecycle('onExit', 1, args);\n };\n\n _this.handleExiting = function () {\n for (var _len6 = arguments.length, args = new Array(_len6), _key6 = 0; _key6 < _len6; _key6++) {\n args[_key6] = arguments[_key6];\n }\n\n return _this.handleLifecycle('onExiting', 1, args);\n };\n\n _this.handleExited = function () {\n for (var _len7 = arguments.length, args = new Array(_len7), _key7 = 0; _key7 < _len7; _key7++) {\n args[_key7] = arguments[_key7];\n }\n\n return _this.handleLifecycle('onExited', 1, args);\n };\n\n return _this;\n }\n\n var _proto = ReplaceTransition.prototype;\n\n _proto.handleLifecycle = function handleLifecycle(handler, idx, originalArgs) {\n var _child$props;\n\n var children = this.props.children;\n\n var child = _react.default.Children.toArray(children)[idx];\n\n if (child.props[handler]) (_child$props = child.props)[handler].apply(_child$props, originalArgs);\n if (this.props[handler]) this.props[handler]((0, _reactDom.findDOMNode)(this));\n };\n\n _proto.render = function render() {\n var _this$props = this.props,\n children = _this$props.children,\n inProp = _this$props.in,\n props = _objectWithoutPropertiesLoose(_this$props, [\"children\", \"in\"]);\n\n var _React$Children$toArr = _react.default.Children.toArray(children),\n first = _React$Children$toArr[0],\n second = _React$Children$toArr[1];\n\n delete props.onEnter;\n delete props.onEntering;\n delete props.onEntered;\n delete props.onExit;\n delete props.onExiting;\n delete props.onExited;\n return _react.default.createElement(_TransitionGroup.default, props, inProp ? _react.default.cloneElement(first, {\n key: 'first',\n onEnter: this.handleEnter,\n onEntering: this.handleEntering,\n onEntered: this.handleEntered\n }) : _react.default.cloneElement(second, {\n key: 'second',\n onEnter: this.handleExit,\n onEntering: this.handleExiting,\n onEntered: this.handleExited\n }));\n };\n\n return ReplaceTransition;\n}(_react.default.Component);\n\nReplaceTransition.propTypes = process.env.NODE_ENV !== \"production\" ? {\n in: _propTypes.default.bool.isRequired,\n children: function children(props, propName) {\n if (_react.default.Children.count(props[propName]) !== 2) return new Error(\"\\\"\" + propName + \"\\\" must be exactly two transition components.\");\n return null;\n }\n} : {};\nvar _default = ReplaceTransition;\nexports.default = _default;\nmodule.exports = exports[\"default\"];","\"use strict\";\n\nexports.__esModule = true;\nexports.getChildMapping = getChildMapping;\nexports.mergeChildMappings = mergeChildMappings;\nexports.getInitialChildMapping = getInitialChildMapping;\nexports.getNextChildMapping = getNextChildMapping;\n\nvar _react = require(\"react\");\n\n/**\n * Given `this.props.children`, return an object mapping key to child.\n *\n * @param {*} children `this.props.children`\n * @return {object} Mapping of key to child\n */\nfunction getChildMapping(children, mapFn) {\n var mapper = function mapper(child) {\n return mapFn && (0, _react.isValidElement)(child) ? mapFn(child) : child;\n };\n\n var result = Object.create(null);\n if (children) _react.Children.map(children, function (c) {\n return c;\n }).forEach(function (child) {\n // run the map function here instead so that the key is the computed one\n result[child.key] = mapper(child);\n });\n return result;\n}\n/**\n * When you're adding or removing children some may be added or removed in the\n * same render pass. We want to show *both* since we want to simultaneously\n * animate elements in and out. This function takes a previous set of keys\n * and a new set of keys and merges them with its best guess of the correct\n * ordering. In the future we may expose some of the utilities in\n * ReactMultiChild to make this easy, but for now React itself does not\n * directly have this concept of the union of prevChildren and nextChildren\n * so we implement it here.\n *\n * @param {object} prev prev children as returned from\n * `ReactTransitionChildMapping.getChildMapping()`.\n * @param {object} next next children as returned from\n * `ReactTransitionChildMapping.getChildMapping()`.\n * @return {object} a key set that contains all keys in `prev` and all keys\n * in `next` in a reasonable order.\n */\n\n\nfunction mergeChildMappings(prev, next) {\n prev = prev || {};\n next = next || {};\n\n function getValueForKey(key) {\n return key in next ? next[key] : prev[key];\n } // For each key of `next`, the list of keys to insert before that key in\n // the combined list\n\n\n var nextKeysPending = Object.create(null);\n var pendingKeys = [];\n\n for (var prevKey in prev) {\n if (prevKey in next) {\n if (pendingKeys.length) {\n nextKeysPending[prevKey] = pendingKeys;\n pendingKeys = [];\n }\n } else {\n pendingKeys.push(prevKey);\n }\n }\n\n var i;\n var childMapping = {};\n\n for (var nextKey in next) {\n if (nextKeysPending[nextKey]) {\n for (i = 0; i < nextKeysPending[nextKey].length; i++) {\n var pendingNextKey = nextKeysPending[nextKey][i];\n childMapping[nextKeysPending[nextKey][i]] = getValueForKey(pendingNextKey);\n }\n }\n\n childMapping[nextKey] = getValueForKey(nextKey);\n } // Finally, add the keys which didn't appear before any key in `next`\n\n\n for (i = 0; i < pendingKeys.length; i++) {\n childMapping[pendingKeys[i]] = getValueForKey(pendingKeys[i]);\n }\n\n return childMapping;\n}\n\nfunction getProp(child, prop, props) {\n return props[prop] != null ? props[prop] : child.props[prop];\n}\n\nfunction getInitialChildMapping(props, onExited) {\n return getChildMapping(props.children, function (child) {\n return (0, _react.cloneElement)(child, {\n onExited: onExited.bind(null, child),\n in: true,\n appear: getProp(child, 'appear', props),\n enter: getProp(child, 'enter', props),\n exit: getProp(child, 'exit', props)\n });\n });\n}\n\nfunction getNextChildMapping(nextProps, prevChildMapping, onExited) {\n var nextChildMapping = getChildMapping(nextProps.children);\n var children = mergeChildMappings(prevChildMapping, nextChildMapping);\n Object.keys(children).forEach(function (key) {\n var child = children[key];\n if (!(0, _react.isValidElement)(child)) return;\n var hasPrev = key in prevChildMapping;\n var hasNext = key in nextChildMapping;\n var prevChild = prevChildMapping[key];\n var isLeaving = (0, _react.isValidElement)(prevChild) && !prevChild.props.in; // item is new (entering)\n\n if (hasNext && (!hasPrev || isLeaving)) {\n // console.log('entering', key)\n children[key] = (0, _react.cloneElement)(child, {\n onExited: onExited.bind(null, child),\n in: true,\n exit: getProp(child, 'exit', nextProps),\n enter: getProp(child, 'enter', nextProps)\n });\n } else if (!hasNext && hasPrev && !isLeaving) {\n // item is old (exiting)\n // console.log('leaving', key)\n children[key] = (0, _react.cloneElement)(child, {\n in: false\n });\n } else if (hasNext && hasPrev && (0, _react.isValidElement)(prevChild)) {\n // item hasn't changed transition states\n // copy over the last transition props;\n // console.log('unchanged', key)\n children[key] = (0, _react.cloneElement)(child, {\n onExited: onExited.bind(null, child),\n in: prevChild.props.in,\n exit: getProp(child, 'exit', nextProps),\n enter: getProp(child, 'enter', nextProps)\n });\n }\n });\n return children;\n}","'use strict';\n\nvar keysShim;\nif (!Object.keys) {\n\t// modified from https://github.com/es-shims/es5-shim\n\tvar has = Object.prototype.hasOwnProperty;\n\tvar toStr = Object.prototype.toString;\n\tvar isArgs = require('./isArguments'); // eslint-disable-line global-require\n\tvar isEnumerable = Object.prototype.propertyIsEnumerable;\n\tvar hasDontEnumBug = !isEnumerable.call({ toString: null }, 'toString');\n\tvar hasProtoEnumBug = isEnumerable.call(function () {}, 'prototype');\n\tvar dontEnums = [\n\t\t'toString',\n\t\t'toLocaleString',\n\t\t'valueOf',\n\t\t'hasOwnProperty',\n\t\t'isPrototypeOf',\n\t\t'propertyIsEnumerable',\n\t\t'constructor'\n\t];\n\tvar equalsConstructorPrototype = function (o) {\n\t\tvar ctor = o.constructor;\n\t\treturn ctor && ctor.prototype === o;\n\t};\n\tvar excludedKeys = {\n\t\t$applicationCache: true,\n\t\t$console: true,\n\t\t$external: true,\n\t\t$frame: true,\n\t\t$frameElement: true,\n\t\t$frames: true,\n\t\t$innerHeight: true,\n\t\t$innerWidth: true,\n\t\t$onmozfullscreenchange: true,\n\t\t$onmozfullscreenerror: true,\n\t\t$outerHeight: true,\n\t\t$outerWidth: true,\n\t\t$pageXOffset: true,\n\t\t$pageYOffset: true,\n\t\t$parent: true,\n\t\t$scrollLeft: true,\n\t\t$scrollTop: true,\n\t\t$scrollX: true,\n\t\t$scrollY: true,\n\t\t$self: true,\n\t\t$webkitIndexedDB: true,\n\t\t$webkitStorageInfo: true,\n\t\t$window: true\n\t};\n\tvar hasAutomationEqualityBug = (function () {\n\t\t/* global window */\n\t\tif (typeof window === 'undefined') { return false; }\n\t\tfor (var k in window) {\n\t\t\ttry {\n\t\t\t\tif (!excludedKeys['$' + k] && has.call(window, k) && window[k] !== null && typeof window[k] === 'object') {\n\t\t\t\t\ttry {\n\t\t\t\t\t\tequalsConstructorPrototype(window[k]);\n\t\t\t\t\t} catch (e) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} catch (e) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\t\treturn false;\n\t}());\n\tvar equalsConstructorPrototypeIfNotBuggy = function (o) {\n\t\t/* global window */\n\t\tif (typeof window === 'undefined' || !hasAutomationEqualityBug) {\n\t\t\treturn equalsConstructorPrototype(o);\n\t\t}\n\t\ttry {\n\t\t\treturn equalsConstructorPrototype(o);\n\t\t} catch (e) {\n\t\t\treturn false;\n\t\t}\n\t};\n\n\tkeysShim = function keys(object) {\n\t\tvar isObject = object !== null && typeof object === 'object';\n\t\tvar isFunction = toStr.call(object) === '[object Function]';\n\t\tvar isArguments = isArgs(object);\n\t\tvar isString = isObject && toStr.call(object) === '[object String]';\n\t\tvar theKeys = [];\n\n\t\tif (!isObject && !isFunction && !isArguments) {\n\t\t\tthrow new TypeError('Object.keys called on a non-object');\n\t\t}\n\n\t\tvar skipProto = hasProtoEnumBug && isFunction;\n\t\tif (isString && object.length > 0 && !has.call(object, 0)) {\n\t\t\tfor (var i = 0; i < object.length; ++i) {\n\t\t\t\ttheKeys.push(String(i));\n\t\t\t}\n\t\t}\n\n\t\tif (isArguments && object.length > 0) {\n\t\t\tfor (var j = 0; j < object.length; ++j) {\n\t\t\t\ttheKeys.push(String(j));\n\t\t\t}\n\t\t} else {\n\t\t\tfor (var name in object) {\n\t\t\t\tif (!(skipProto && name === 'prototype') && has.call(object, name)) {\n\t\t\t\t\ttheKeys.push(String(name));\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif (hasDontEnumBug) {\n\t\t\tvar skipConstructor = equalsConstructorPrototypeIfNotBuggy(object);\n\n\t\t\tfor (var k = 0; k < dontEnums.length; ++k) {\n\t\t\t\tif (!(skipConstructor && dontEnums[k] === 'constructor') && has.call(object, dontEnums[k])) {\n\t\t\t\t\ttheKeys.push(dontEnums[k]);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn theKeys;\n\t};\n}\nmodule.exports = keysShim;\n","'use strict';\n\nvar hasToStringTag = typeof Symbol === 'function' && typeof Symbol.toStringTag === 'symbol';\nvar toStr = Object.prototype.toString;\n\nvar isStandardArguments = function isArguments(value) {\n\tif (hasToStringTag && value && typeof value === 'object' && Symbol.toStringTag in value) {\n\t\treturn false;\n\t}\n\treturn toStr.call(value) === '[object Arguments]';\n};\n\nvar isLegacyArguments = function isArguments(value) {\n\tif (isStandardArguments(value)) {\n\t\treturn true;\n\t}\n\treturn value !== null &&\n\t\ttypeof value === 'object' &&\n\t\ttypeof value.length === 'number' &&\n\t\tvalue.length >= 0 &&\n\t\ttoStr.call(value) !== '[object Array]' &&\n\t\ttoStr.call(value.callee) === '[object Function]';\n};\n\nvar supportsStandardArguments = (function () {\n\treturn isStandardArguments(arguments);\n}());\n\nisStandardArguments.isLegacyArguments = isLegacyArguments; // for tests\n\nmodule.exports = supportsStandardArguments ? isStandardArguments : isLegacyArguments;\n","'use strict';\n\nvar define = require('define-properties');\nvar callBind = require('es-abstract/helpers/callBind');\n\nvar implementation = require('./implementation');\nvar getPolyfill = require('./polyfill');\nvar shim = require('./shim');\n\nvar polyfill = callBind(getPolyfill(), Object);\n\ndefine(polyfill, {\n\tgetPolyfill: getPolyfill,\n\timplementation: implementation,\n\tshim: shim\n});\n\nmodule.exports = polyfill;\n","'use strict';\n\nvar bind = require('function-bind');\n\nvar GetIntrinsic = require('../GetIntrinsic');\n\nvar $apply = GetIntrinsic('%Function.prototype.apply%');\nvar $call = GetIntrinsic('%Function.prototype.call%');\nvar $reflectApply = GetIntrinsic('%Reflect.apply%', true) || bind.call($call, $apply);\n\nvar $defineProperty = GetIntrinsic('%Object.defineProperty%', true);\n\nif ($defineProperty) {\n\ttry {\n\t\t$defineProperty({}, 'a', { value: 1 });\n\t} catch (e) {\n\t\t// IE 8 has a broken defineProperty\n\t\t$defineProperty = null;\n\t}\n}\n\nmodule.exports = function callBind() {\n\treturn $reflectApply(bind, $call, arguments);\n};\n\nvar applyBind = function applyBind() {\n\treturn $reflectApply(bind, $apply, arguments);\n};\n\nif ($defineProperty) {\n\t$defineProperty(module.exports, 'apply', { value: applyBind });\n} else {\n\tmodule.exports.apply = applyBind;\n}\n","'use strict';\n\n/* eslint no-invalid-this: 1 */\n\nvar ERROR_MESSAGE = 'Function.prototype.bind called on incompatible ';\nvar slice = Array.prototype.slice;\nvar toStr = Object.prototype.toString;\nvar funcType = '[object Function]';\n\nmodule.exports = function bind(that) {\n var target = this;\n if (typeof target !== 'function' || toStr.call(target) !== funcType) {\n throw new TypeError(ERROR_MESSAGE + target);\n }\n var args = slice.call(arguments, 1);\n\n var bound;\n var binder = function () {\n if (this instanceof bound) {\n var result = target.apply(\n this,\n args.concat(slice.call(arguments))\n );\n if (Object(result) === result) {\n return result;\n }\n return this;\n } else {\n return target.apply(\n that,\n args.concat(slice.call(arguments))\n );\n }\n };\n\n var boundLength = Math.max(0, target.length - args.length);\n var boundArgs = [];\n for (var i = 0; i < boundLength; i++) {\n boundArgs.push('$' + i);\n }\n\n bound = Function('binder', 'return function (' + boundArgs.join(',') + '){ return binder.apply(this,arguments); }')(binder);\n\n if (target.prototype) {\n var Empty = function Empty() {};\n Empty.prototype = target.prototype;\n bound.prototype = new Empty();\n Empty.prototype = null;\n }\n\n return bound;\n};\n","'use strict';\n\n/* globals\n\tAggregateError,\n\tAtomics,\n\tFinalizationRegistry,\n\tSharedArrayBuffer,\n\tWeakRef,\n*/\n\nvar undefined;\n\nvar $SyntaxError = SyntaxError;\nvar $Function = Function;\nvar $TypeError = TypeError;\n\n// eslint-disable-next-line consistent-return\nvar getEvalledConstructor = function (expressionSyntax) {\n\ttry {\n\t\t// eslint-disable-next-line no-new-func\n\t\treturn Function('\"use strict\"; return (' + expressionSyntax + ').constructor;')();\n\t} catch (e) {}\n};\n\nvar $gOPD = Object.getOwnPropertyDescriptor;\nif ($gOPD) {\n\ttry {\n\t\t$gOPD({}, '');\n\t} catch (e) {\n\t\t$gOPD = null; // this is IE 8, which has a broken gOPD\n\t}\n}\n\nvar throwTypeError = function () { throw new $TypeError(); };\nvar ThrowTypeError = $gOPD\n\t? (function () {\n\t\ttry {\n\t\t\t// eslint-disable-next-line no-unused-expressions, no-caller, no-restricted-properties\n\t\t\targuments.callee; // IE 8 does not throw here\n\t\t\treturn throwTypeError;\n\t\t} catch (calleeThrows) {\n\t\t\ttry {\n\t\t\t\t// IE 8 throws on Object.getOwnPropertyDescriptor(arguments, '')\n\t\t\t\treturn $gOPD(arguments, 'callee').get;\n\t\t\t} catch (gOPDthrows) {\n\t\t\t\treturn throwTypeError;\n\t\t\t}\n\t\t}\n\t}())\n\t: throwTypeError;\n\nvar hasSymbols = require('has-symbols')();\n\nvar getProto = Object.getPrototypeOf || function (x) { return x.__proto__; }; // eslint-disable-line no-proto\n\nvar asyncGenFunction = getEvalledConstructor('async function* () {}');\nvar asyncGenFunctionPrototype = asyncGenFunction ? asyncGenFunction.prototype : undefined;\nvar asyncGenPrototype = asyncGenFunctionPrototype ? asyncGenFunctionPrototype.prototype : undefined;\n\nvar TypedArray = typeof Uint8Array === 'undefined' ? undefined : getProto(Uint8Array);\n\nvar INTRINSICS = {\n\t'%AggregateError%': typeof AggregateError === 'undefined' ? undefined : AggregateError,\n\t'%Array%': Array,\n\t'%ArrayBuffer%': typeof ArrayBuffer === 'undefined' ? undefined : ArrayBuffer,\n\t'%ArrayIteratorPrototype%': hasSymbols ? getProto([][Symbol.iterator]()) : undefined,\n\t'%AsyncFromSyncIteratorPrototype%': undefined,\n\t'%AsyncFunction%': getEvalledConstructor('async function () {}'),\n\t'%AsyncGenerator%': asyncGenFunctionPrototype,\n\t'%AsyncGeneratorFunction%': asyncGenFunction,\n\t'%AsyncIteratorPrototype%': asyncGenPrototype ? getProto(asyncGenPrototype) : undefined,\n\t'%Atomics%': typeof Atomics === 'undefined' ? undefined : Atomics,\n\t'%BigInt%': typeof BigInt === 'undefined' ? undefined : BigInt,\n\t'%Boolean%': Boolean,\n\t'%DataView%': typeof DataView === 'undefined' ? undefined : DataView,\n\t'%Date%': Date,\n\t'%decodeURI%': decodeURI,\n\t'%decodeURIComponent%': decodeURIComponent,\n\t'%encodeURI%': encodeURI,\n\t'%encodeURIComponent%': encodeURIComponent,\n\t'%Error%': Error,\n\t'%eval%': eval, // eslint-disable-line no-eval\n\t'%EvalError%': EvalError,\n\t'%Float32Array%': typeof Float32Array === 'undefined' ? undefined : Float32Array,\n\t'%Float64Array%': typeof Float64Array === 'undefined' ? undefined : Float64Array,\n\t'%FinalizationRegistry%': typeof FinalizationRegistry === 'undefined' ? undefined : FinalizationRegistry,\n\t'%Function%': $Function,\n\t'%GeneratorFunction%': getEvalledConstructor('function* () {}'),\n\t'%Int8Array%': typeof Int8Array === 'undefined' ? undefined : Int8Array,\n\t'%Int16Array%': typeof Int16Array === 'undefined' ? undefined : Int16Array,\n\t'%Int32Array%': typeof Int32Array === 'undefined' ? undefined : Int32Array,\n\t'%isFinite%': isFinite,\n\t'%isNaN%': isNaN,\n\t'%IteratorPrototype%': hasSymbols ? getProto(getProto([][Symbol.iterator]())) : undefined,\n\t'%JSON%': typeof JSON === 'object' ? JSON : undefined,\n\t'%Map%': typeof Map === 'undefined' ? undefined : Map,\n\t'%MapIteratorPrototype%': typeof Map === 'undefined' || !hasSymbols ? undefined : getProto(new Map()[Symbol.iterator]()),\n\t'%Math%': Math,\n\t'%Number%': Number,\n\t'%Object%': Object,\n\t'%parseFloat%': parseFloat,\n\t'%parseInt%': parseInt,\n\t'%Promise%': typeof Promise === 'undefined' ? undefined : Promise,\n\t'%Proxy%': typeof Proxy === 'undefined' ? undefined : Proxy,\n\t'%RangeError%': RangeError,\n\t'%ReferenceError%': ReferenceError,\n\t'%Reflect%': typeof Reflect === 'undefined' ? undefined : Reflect,\n\t'%RegExp%': RegExp,\n\t'%Set%': typeof Set === 'undefined' ? undefined : Set,\n\t'%SetIteratorPrototype%': typeof Set === 'undefined' || !hasSymbols ? undefined : getProto(new Set()[Symbol.iterator]()),\n\t'%SharedArrayBuffer%': typeof SharedArrayBuffer === 'undefined' ? undefined : SharedArrayBuffer,\n\t'%String%': String,\n\t'%StringIteratorPrototype%': hasSymbols ? getProto(''[Symbol.iterator]()) : undefined,\n\t'%Symbol%': hasSymbols ? Symbol : undefined,\n\t'%SyntaxError%': $SyntaxError,\n\t'%ThrowTypeError%': ThrowTypeError,\n\t'%TypedArray%': TypedArray,\n\t'%TypeError%': $TypeError,\n\t'%Uint8Array%': typeof Uint8Array === 'undefined' ? undefined : Uint8Array,\n\t'%Uint8ClampedArray%': typeof Uint8ClampedArray === 'undefined' ? undefined : Uint8ClampedArray,\n\t'%Uint16Array%': typeof Uint16Array === 'undefined' ? undefined : Uint16Array,\n\t'%Uint32Array%': typeof Uint32Array === 'undefined' ? undefined : Uint32Array,\n\t'%URIError%': URIError,\n\t'%WeakMap%': typeof WeakMap === 'undefined' ? undefined : WeakMap,\n\t'%WeakRef%': typeof WeakRef === 'undefined' ? undefined : WeakRef,\n\t'%WeakSet%': typeof WeakSet === 'undefined' ? undefined : WeakSet\n};\n\nvar LEGACY_ALIASES = {\n\t'%ArrayBufferPrototype%': ['ArrayBuffer', 'prototype'],\n\t'%ArrayPrototype%': ['Array', 'prototype'],\n\t'%ArrayProto_entries%': ['Array', 'prototype', 'entries'],\n\t'%ArrayProto_forEach%': ['Array', 'prototype', 'forEach'],\n\t'%ArrayProto_keys%': ['Array', 'prototype', 'keys'],\n\t'%ArrayProto_values%': ['Array', 'prototype', 'values'],\n\t'%AsyncFunctionPrototype%': ['AsyncFunction', 'prototype'],\n\t'%AsyncGenerator%': ['AsyncGeneratorFunction', 'prototype'],\n\t'%AsyncGeneratorPrototype%': ['AsyncGeneratorFunction', 'prototype', 'prototype'],\n\t'%BooleanPrototype%': ['Boolean', 'prototype'],\n\t'%DataViewPrototype%': ['DataView', 'prototype'],\n\t'%DatePrototype%': ['Date', 'prototype'],\n\t'%ErrorPrototype%': ['Error', 'prototype'],\n\t'%EvalErrorPrototype%': ['EvalError', 'prototype'],\n\t'%Float32ArrayPrototype%': ['Float32Array', 'prototype'],\n\t'%Float64ArrayPrototype%': ['Float64Array', 'prototype'],\n\t'%FunctionPrototype%': ['Function', 'prototype'],\n\t'%Generator%': ['GeneratorFunction', 'prototype'],\n\t'%GeneratorPrototype%': ['GeneratorFunction', 'prototype', 'prototype'],\n\t'%Int8ArrayPrototype%': ['Int8Array', 'prototype'],\n\t'%Int16ArrayPrototype%': ['Int16Array', 'prototype'],\n\t'%Int32ArrayPrototype%': ['Int32Array', 'prototype'],\n\t'%JSONParse%': ['JSON', 'parse'],\n\t'%JSONStringify%': ['JSON', 'stringify'],\n\t'%MapPrototype%': ['Map', 'prototype'],\n\t'%NumberPrototype%': ['Number', 'prototype'],\n\t'%ObjectPrototype%': ['Object', 'prototype'],\n\t'%ObjProto_toString%': ['Object', 'prototype', 'toString'],\n\t'%ObjProto_valueOf%': ['Object', 'prototype', 'valueOf'],\n\t'%PromisePrototype%': ['Promise', 'prototype'],\n\t'%PromiseProto_then%': ['Promise', 'prototype', 'then'],\n\t'%Promise_all%': ['Promise', 'all'],\n\t'%Promise_reject%': ['Promise', 'reject'],\n\t'%Promise_resolve%': ['Promise', 'resolve'],\n\t'%RangeErrorPrototype%': ['RangeError', 'prototype'],\n\t'%ReferenceErrorPrototype%': ['ReferenceError', 'prototype'],\n\t'%RegExpPrototype%': ['RegExp', 'prototype'],\n\t'%SetPrototype%': ['Set', 'prototype'],\n\t'%SharedArrayBufferPrototype%': ['SharedArrayBuffer', 'prototype'],\n\t'%StringPrototype%': ['String', 'prototype'],\n\t'%SymbolPrototype%': ['Symbol', 'prototype'],\n\t'%SyntaxErrorPrototype%': ['SyntaxError', 'prototype'],\n\t'%TypedArrayPrototype%': ['TypedArray', 'prototype'],\n\t'%TypeErrorPrototype%': ['TypeError', 'prototype'],\n\t'%Uint8ArrayPrototype%': ['Uint8Array', 'prototype'],\n\t'%Uint8ClampedArrayPrototype%': ['Uint8ClampedArray', 'prototype'],\n\t'%Uint16ArrayPrototype%': ['Uint16Array', 'prototype'],\n\t'%Uint32ArrayPrototype%': ['Uint32Array', 'prototype'],\n\t'%URIErrorPrototype%': ['URIError', 'prototype'],\n\t'%WeakMapPrototype%': ['WeakMap', 'prototype'],\n\t'%WeakSetPrototype%': ['WeakSet', 'prototype']\n};\n\nvar bind = require('function-bind');\nvar hasOwn = require('has');\nvar $concat = bind.call(Function.call, Array.prototype.concat);\nvar $spliceApply = bind.call(Function.apply, Array.prototype.splice);\nvar $replace = bind.call(Function.call, String.prototype.replace);\n\n/* adapted from https://github.com/lodash/lodash/blob/4.17.15/dist/lodash.js#L6735-L6744 */\nvar rePropName = /[^%.[\\]]+|\\[(?:(-?\\d+(?:\\.\\d+)?)|([\"'])((?:(?!\\2)[^\\\\]|\\\\.)*?)\\2)\\]|(?=(?:\\.|\\[\\])(?:\\.|\\[\\]|%$))/g;\nvar reEscapeChar = /\\\\(\\\\)?/g; /** Used to match backslashes in property paths. */\nvar stringToPath = function stringToPath(string) {\n\tvar result = [];\n\t$replace(string, rePropName, function (match, number, quote, subString) {\n\t\tresult[result.length] = quote ? $replace(subString, reEscapeChar, '$1') : number || match;\n\t});\n\treturn result;\n};\n/* end adaptation */\n\nvar getBaseIntrinsic = function getBaseIntrinsic(name, allowMissing) {\n\tvar intrinsicName = name;\n\tvar alias;\n\tif (hasOwn(LEGACY_ALIASES, intrinsicName)) {\n\t\talias = LEGACY_ALIASES[intrinsicName];\n\t\tintrinsicName = '%' + alias[0] + '%';\n\t}\n\n\tif (hasOwn(INTRINSICS, intrinsicName)) {\n\t\tvar value = INTRINSICS[intrinsicName];\n\t\tif (typeof value === 'undefined' && !allowMissing) {\n\t\t\tthrow new $TypeError('intrinsic ' + name + ' exists, but is not available. Please file an issue!');\n\t\t}\n\n\t\treturn {\n\t\t\talias: alias,\n\t\t\tname: intrinsicName,\n\t\t\tvalue: value\n\t\t};\n\t}\n\n\tthrow new $SyntaxError('intrinsic ' + name + ' does not exist!');\n};\n\nmodule.exports = function GetIntrinsic(name, allowMissing) {\n\tif (typeof name !== 'string' || name.length === 0) {\n\t\tthrow new $TypeError('intrinsic name must be a non-empty string');\n\t}\n\tif (arguments.length > 1 && typeof allowMissing !== 'boolean') {\n\t\tthrow new $TypeError('\"allowMissing\" argument must be a boolean');\n\t}\n\n\tvar parts = stringToPath(name);\n\tvar intrinsicBaseName = parts.length > 0 ? parts[0] : '';\n\n\tvar intrinsic = getBaseIntrinsic('%' + intrinsicBaseName + '%', allowMissing);\n\tvar intrinsicRealName = intrinsic.name;\n\tvar value = intrinsic.value;\n\tvar skipFurtherCaching = false;\n\n\tvar alias = intrinsic.alias;\n\tif (alias) {\n\t\tintrinsicBaseName = alias[0];\n\t\t$spliceApply(parts, $concat([0, 1], alias));\n\t}\n\n\tfor (var i = 1, isOwn = true; i < parts.length; i += 1) {\n\t\tvar part = parts[i];\n\t\tif (part === 'constructor' || !isOwn) {\n\t\t\tskipFurtherCaching = true;\n\t\t}\n\n\t\tintrinsicBaseName += '.' + part;\n\t\tintrinsicRealName = '%' + intrinsicBaseName + '%';\n\n\t\tif (hasOwn(INTRINSICS, intrinsicRealName)) {\n\t\t\tvalue = INTRINSICS[intrinsicRealName];\n\t\t} else if (value != null) {\n\t\t\tif ($gOPD && (i + 1) >= parts.length) {\n\t\t\t\tvar desc = $gOPD(value, part);\n\t\t\t\tisOwn = !!desc;\n\n\t\t\t\tif (!allowMissing && !(part in value)) {\n\t\t\t\t\tthrow new $TypeError('base intrinsic for ' + name + ' exists, but the property is not available.');\n\t\t\t\t}\n\t\t\t\t// By convention, when a data property is converted to an accessor\n\t\t\t\t// property to emulate a data property that does not suffer from\n\t\t\t\t// the override mistake, that accessor's getter is marked with\n\t\t\t\t// an `originalValue` property. Here, when we detect this, we\n\t\t\t\t// uphold the illusion by pretending to see that original data\n\t\t\t\t// property, i.e., returning the value rather than the getter\n\t\t\t\t// itself.\n\t\t\t\tif (isOwn && 'get' in desc && !('originalValue' in desc.get)) {\n\t\t\t\t\tvalue = desc.get;\n\t\t\t\t} else {\n\t\t\t\t\tvalue = value[part];\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tisOwn = hasOwn(value, part);\n\t\t\t\tvalue = value[part];\n\t\t\t}\n\n\t\t\tif (isOwn && !skipFurtherCaching) {\n\t\t\t\tINTRINSICS[intrinsicRealName] = value;\n\t\t\t}\n\t\t}\n\t}\n\treturn value;\n};\n","'use strict';\n\n/* eslint complexity: [2, 18], max-statements: [2, 33] */\nmodule.exports = function hasSymbols() {\n\tif (typeof Symbol !== 'function' || typeof Object.getOwnPropertySymbols !== 'function') { return false; }\n\tif (typeof Symbol.iterator === 'symbol') { return true; }\n\n\tvar obj = {};\n\tvar sym = Symbol('test');\n\tvar symObj = Object(sym);\n\tif (typeof sym === 'string') { return false; }\n\n\tif (Object.prototype.toString.call(sym) !== '[object Symbol]') { return false; }\n\tif (Object.prototype.toString.call(symObj) !== '[object Symbol]') { return false; }\n\n\t// temp disabled per https://github.com/ljharb/object.assign/issues/17\n\t// if (sym instanceof Symbol) { return false; }\n\t// temp disabled per https://github.com/WebReflection/get-own-property-symbols/issues/4\n\t// if (!(symObj instanceof Symbol)) { return false; }\n\n\t// if (typeof Symbol.prototype.toString !== 'function') { return false; }\n\t// if (String(sym) !== Symbol.prototype.toString.call(sym)) { return false; }\n\n\tvar symVal = 42;\n\tobj[sym] = symVal;\n\tfor (sym in obj) { return false; } // eslint-disable-line no-restricted-syntax\n\tif (typeof Object.keys === 'function' && Object.keys(obj).length !== 0) { return false; }\n\n\tif (typeof Object.getOwnPropertyNames === 'function' && Object.getOwnPropertyNames(obj).length !== 0) { return false; }\n\n\tvar syms = Object.getOwnPropertySymbols(obj);\n\tif (syms.length !== 1 || syms[0] !== sym) { return false; }\n\n\tif (!Object.prototype.propertyIsEnumerable.call(obj, sym)) { return false; }\n\n\tif (typeof Object.getOwnPropertyDescriptor === 'function') {\n\t\tvar descriptor = Object.getOwnPropertyDescriptor(obj, sym);\n\t\tif (descriptor.value !== symVal || descriptor.enumerable !== true) { return false; }\n\t}\n\n\treturn true;\n};\n","'use strict';\n\nvar bind = require('function-bind');\n\nmodule.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);\n","'use strict';\n\nvar getPolyfill = require('./polyfill');\nvar define = require('define-properties');\n\nmodule.exports = function shimObjectIs() {\n\tvar polyfill = getPolyfill();\n\tdefine(Object, { is: polyfill }, {\n\t\tis: function testObjectIs() {\n\t\t\treturn Object.is !== polyfill;\n\t\t}\n\t});\n\treturn polyfill;\n};\n","'use strict';\n\nvar hasSymbols = require('has-symbols')();\nvar hasToStringTag = hasSymbols && typeof Symbol.toStringTag === 'symbol';\nvar hasOwnProperty;\nvar regexExec;\nvar isRegexMarker;\nvar badStringifier;\n\nif (hasToStringTag) {\n\thasOwnProperty = Function.call.bind(Object.prototype.hasOwnProperty);\n\tregexExec = Function.call.bind(RegExp.prototype.exec);\n\tisRegexMarker = {};\n\n\tvar throwRegexMarker = function () {\n\t\tthrow isRegexMarker;\n\t};\n\tbadStringifier = {\n\t\ttoString: throwRegexMarker,\n\t\tvalueOf: throwRegexMarker\n\t};\n\n\tif (typeof Symbol.toPrimitive === 'symbol') {\n\t\tbadStringifier[Symbol.toPrimitive] = throwRegexMarker;\n\t}\n}\n\nvar toStr = Object.prototype.toString;\nvar gOPD = Object.getOwnPropertyDescriptor;\nvar regexClass = '[object RegExp]';\n\nmodule.exports = hasToStringTag\n\t// eslint-disable-next-line consistent-return\n\t? function isRegex(value) {\n\t\tif (!value || typeof value !== 'object') {\n\t\t\treturn false;\n\t\t}\n\n\t\tvar descriptor = gOPD(value, 'lastIndex');\n\t\tvar hasLastIndexDataProperty = descriptor && hasOwnProperty(descriptor, 'value');\n\t\tif (!hasLastIndexDataProperty) {\n\t\t\treturn false;\n\t\t}\n\n\t\ttry {\n\t\t\tregexExec(value, badStringifier);\n\t\t} catch (e) {\n\t\t\treturn e === isRegexMarker;\n\t\t}\n\t}\n\t: function isRegex(value) {\n\t\t// In older browsers, typeof regex incorrectly returns 'function'\n\t\tif (!value || (typeof value !== 'object' && typeof value !== 'function')) {\n\t\t\treturn false;\n\t\t}\n\n\t\treturn toStr.call(value) === regexClass;\n\t};\n","'use strict';\n\nvar define = require('define-properties');\nvar callBind = require('es-abstract/helpers/callBind');\n\nvar implementation = require('./implementation');\nvar getPolyfill = require('./polyfill');\nvar shim = require('./shim');\n\nvar flagsBound = callBind(implementation);\n\ndefine(flagsBound, {\n\tgetPolyfill: getPolyfill,\n\timplementation: implementation,\n\tshim: shim\n});\n\nmodule.exports = flagsBound;\n","'use strict';\n\nvar bind = require('function-bind');\n\nvar GetIntrinsic = require('../GetIntrinsic');\n\nvar $apply = GetIntrinsic('%Function.prototype.apply%');\nvar $call = GetIntrinsic('%Function.prototype.call%');\nvar $reflectApply = GetIntrinsic('%Reflect.apply%', true) || bind.call($call, $apply);\n\nvar $defineProperty = GetIntrinsic('%Object.defineProperty%', true);\n\nif ($defineProperty) {\n\ttry {\n\t\t$defineProperty({}, 'a', { value: 1 });\n\t} catch (e) {\n\t\t// IE 8 has a broken defineProperty\n\t\t$defineProperty = null;\n\t}\n}\n\nmodule.exports = function callBind() {\n\treturn $reflectApply(bind, $call, arguments);\n};\n\nvar applyBind = function applyBind() {\n\treturn $reflectApply(bind, $apply, arguments);\n};\n\nif ($defineProperty) {\n\t$defineProperty(module.exports, 'apply', { value: applyBind });\n} else {\n\tmodule.exports.apply = applyBind;\n}\n","'use strict';\n\n/* globals\n\tAtomics,\n\tSharedArrayBuffer,\n*/\n\nvar undefined;\n\nvar $TypeError = TypeError;\n\nvar $gOPD = Object.getOwnPropertyDescriptor;\nif ($gOPD) {\n\ttry {\n\t\t$gOPD({}, '');\n\t} catch (e) {\n\t\t$gOPD = null; // this is IE 8, which has a broken gOPD\n\t}\n}\n\nvar throwTypeError = function () { throw new $TypeError(); };\nvar ThrowTypeError = $gOPD\n\t? (function () {\n\t\ttry {\n\t\t\t// eslint-disable-next-line no-unused-expressions, no-caller, no-restricted-properties\n\t\t\targuments.callee; // IE 8 does not throw here\n\t\t\treturn throwTypeError;\n\t\t} catch (calleeThrows) {\n\t\t\ttry {\n\t\t\t\t// IE 8 throws on Object.getOwnPropertyDescriptor(arguments, '')\n\t\t\t\treturn $gOPD(arguments, 'callee').get;\n\t\t\t} catch (gOPDthrows) {\n\t\t\t\treturn throwTypeError;\n\t\t\t}\n\t\t}\n\t}())\n\t: throwTypeError;\n\nvar hasSymbols = require('has-symbols')();\n\nvar getProto = Object.getPrototypeOf || function (x) { return x.__proto__; }; // eslint-disable-line no-proto\n\nvar generator; // = function * () {};\nvar generatorFunction = generator ? getProto(generator) : undefined;\nvar asyncFn; // async function() {};\nvar asyncFunction = asyncFn ? asyncFn.constructor : undefined;\nvar asyncGen; // async function * () {};\nvar asyncGenFunction = asyncGen ? getProto(asyncGen) : undefined;\nvar asyncGenIterator = asyncGen ? asyncGen() : undefined;\n\nvar TypedArray = typeof Uint8Array === 'undefined' ? undefined : getProto(Uint8Array);\n\nvar INTRINSICS = {\n\t'%Array%': Array,\n\t'%ArrayBuffer%': typeof ArrayBuffer === 'undefined' ? undefined : ArrayBuffer,\n\t'%ArrayBufferPrototype%': typeof ArrayBuffer === 'undefined' ? undefined : ArrayBuffer.prototype,\n\t'%ArrayIteratorPrototype%': hasSymbols ? getProto([][Symbol.iterator]()) : undefined,\n\t'%ArrayPrototype%': Array.prototype,\n\t'%ArrayProto_entries%': Array.prototype.entries,\n\t'%ArrayProto_forEach%': Array.prototype.forEach,\n\t'%ArrayProto_keys%': Array.prototype.keys,\n\t'%ArrayProto_values%': Array.prototype.values,\n\t'%AsyncFromSyncIteratorPrototype%': undefined,\n\t'%AsyncFunction%': asyncFunction,\n\t'%AsyncFunctionPrototype%': asyncFunction ? asyncFunction.prototype : undefined,\n\t'%AsyncGenerator%': asyncGen ? getProto(asyncGenIterator) : undefined,\n\t'%AsyncGeneratorFunction%': asyncGenFunction,\n\t'%AsyncGeneratorPrototype%': asyncGenFunction ? asyncGenFunction.prototype : undefined,\n\t'%AsyncIteratorPrototype%': asyncGenIterator && hasSymbols && Symbol.asyncIterator ? asyncGenIterator[Symbol.asyncIterator]() : undefined,\n\t'%Atomics%': typeof Atomics === 'undefined' ? undefined : Atomics,\n\t'%Boolean%': Boolean,\n\t'%BooleanPrototype%': Boolean.prototype,\n\t'%DataView%': typeof DataView === 'undefined' ? undefined : DataView,\n\t'%DataViewPrototype%': typeof DataView === 'undefined' ? undefined : DataView.prototype,\n\t'%Date%': Date,\n\t'%DatePrototype%': Date.prototype,\n\t'%decodeURI%': decodeURI,\n\t'%decodeURIComponent%': decodeURIComponent,\n\t'%encodeURI%': encodeURI,\n\t'%encodeURIComponent%': encodeURIComponent,\n\t'%Error%': Error,\n\t'%ErrorPrototype%': Error.prototype,\n\t'%eval%': eval, // eslint-disable-line no-eval\n\t'%EvalError%': EvalError,\n\t'%EvalErrorPrototype%': EvalError.prototype,\n\t'%Float32Array%': typeof Float32Array === 'undefined' ? undefined : Float32Array,\n\t'%Float32ArrayPrototype%': typeof Float32Array === 'undefined' ? undefined : Float32Array.prototype,\n\t'%Float64Array%': typeof Float64Array === 'undefined' ? undefined : Float64Array,\n\t'%Float64ArrayPrototype%': typeof Float64Array === 'undefined' ? undefined : Float64Array.prototype,\n\t'%Function%': Function,\n\t'%FunctionPrototype%': Function.prototype,\n\t'%Generator%': generator ? getProto(generator()) : undefined,\n\t'%GeneratorFunction%': generatorFunction,\n\t'%GeneratorPrototype%': generatorFunction ? generatorFunction.prototype : undefined,\n\t'%Int8Array%': typeof Int8Array === 'undefined' ? undefined : Int8Array,\n\t'%Int8ArrayPrototype%': typeof Int8Array === 'undefined' ? undefined : Int8Array.prototype,\n\t'%Int16Array%': typeof Int16Array === 'undefined' ? undefined : Int16Array,\n\t'%Int16ArrayPrototype%': typeof Int16Array === 'undefined' ? undefined : Int8Array.prototype,\n\t'%Int32Array%': typeof Int32Array === 'undefined' ? undefined : Int32Array,\n\t'%Int32ArrayPrototype%': typeof Int32Array === 'undefined' ? undefined : Int32Array.prototype,\n\t'%isFinite%': isFinite,\n\t'%isNaN%': isNaN,\n\t'%IteratorPrototype%': hasSymbols ? getProto(getProto([][Symbol.iterator]())) : undefined,\n\t'%JSON%': typeof JSON === 'object' ? JSON : undefined,\n\t'%JSONParse%': typeof JSON === 'object' ? JSON.parse : undefined,\n\t'%Map%': typeof Map === 'undefined' ? undefined : Map,\n\t'%MapIteratorPrototype%': typeof Map === 'undefined' || !hasSymbols ? undefined : getProto(new Map()[Symbol.iterator]()),\n\t'%MapPrototype%': typeof Map === 'undefined' ? undefined : Map.prototype,\n\t'%Math%': Math,\n\t'%Number%': Number,\n\t'%NumberPrototype%': Number.prototype,\n\t'%Object%': Object,\n\t'%ObjectPrototype%': Object.prototype,\n\t'%ObjProto_toString%': Object.prototype.toString,\n\t'%ObjProto_valueOf%': Object.prototype.valueOf,\n\t'%parseFloat%': parseFloat,\n\t'%parseInt%': parseInt,\n\t'%Promise%': typeof Promise === 'undefined' ? undefined : Promise,\n\t'%PromisePrototype%': typeof Promise === 'undefined' ? undefined : Promise.prototype,\n\t'%PromiseProto_then%': typeof Promise === 'undefined' ? undefined : Promise.prototype.then,\n\t'%Promise_all%': typeof Promise === 'undefined' ? undefined : Promise.all,\n\t'%Promise_reject%': typeof Promise === 'undefined' ? undefined : Promise.reject,\n\t'%Promise_resolve%': typeof Promise === 'undefined' ? undefined : Promise.resolve,\n\t'%Proxy%': typeof Proxy === 'undefined' ? undefined : Proxy,\n\t'%RangeError%': RangeError,\n\t'%RangeErrorPrototype%': RangeError.prototype,\n\t'%ReferenceError%': ReferenceError,\n\t'%ReferenceErrorPrototype%': ReferenceError.prototype,\n\t'%Reflect%': typeof Reflect === 'undefined' ? undefined : Reflect,\n\t'%RegExp%': RegExp,\n\t'%RegExpPrototype%': RegExp.prototype,\n\t'%Set%': typeof Set === 'undefined' ? undefined : Set,\n\t'%SetIteratorPrototype%': typeof Set === 'undefined' || !hasSymbols ? undefined : getProto(new Set()[Symbol.iterator]()),\n\t'%SetPrototype%': typeof Set === 'undefined' ? undefined : Set.prototype,\n\t'%SharedArrayBuffer%': typeof SharedArrayBuffer === 'undefined' ? undefined : SharedArrayBuffer,\n\t'%SharedArrayBufferPrototype%': typeof SharedArrayBuffer === 'undefined' ? undefined : SharedArrayBuffer.prototype,\n\t'%String%': String,\n\t'%StringIteratorPrototype%': hasSymbols ? getProto(''[Symbol.iterator]()) : undefined,\n\t'%StringPrototype%': String.prototype,\n\t'%Symbol%': hasSymbols ? Symbol : undefined,\n\t'%SymbolPrototype%': hasSymbols ? Symbol.prototype : undefined,\n\t'%SyntaxError%': SyntaxError,\n\t'%SyntaxErrorPrototype%': SyntaxError.prototype,\n\t'%ThrowTypeError%': ThrowTypeError,\n\t'%TypedArray%': TypedArray,\n\t'%TypedArrayPrototype%': TypedArray ? TypedArray.prototype : undefined,\n\t'%TypeError%': $TypeError,\n\t'%TypeErrorPrototype%': $TypeError.prototype,\n\t'%Uint8Array%': typeof Uint8Array === 'undefined' ? undefined : Uint8Array,\n\t'%Uint8ArrayPrototype%': typeof Uint8Array === 'undefined' ? undefined : Uint8Array.prototype,\n\t'%Uint8ClampedArray%': typeof Uint8ClampedArray === 'undefined' ? undefined : Uint8ClampedArray,\n\t'%Uint8ClampedArrayPrototype%': typeof Uint8ClampedArray === 'undefined' ? undefined : Uint8ClampedArray.prototype,\n\t'%Uint16Array%': typeof Uint16Array === 'undefined' ? undefined : Uint16Array,\n\t'%Uint16ArrayPrototype%': typeof Uint16Array === 'undefined' ? undefined : Uint16Array.prototype,\n\t'%Uint32Array%': typeof Uint32Array === 'undefined' ? undefined : Uint32Array,\n\t'%Uint32ArrayPrototype%': typeof Uint32Array === 'undefined' ? undefined : Uint32Array.prototype,\n\t'%URIError%': URIError,\n\t'%URIErrorPrototype%': URIError.prototype,\n\t'%WeakMap%': typeof WeakMap === 'undefined' ? undefined : WeakMap,\n\t'%WeakMapPrototype%': typeof WeakMap === 'undefined' ? undefined : WeakMap.prototype,\n\t'%WeakSet%': typeof WeakSet === 'undefined' ? undefined : WeakSet,\n\t'%WeakSetPrototype%': typeof WeakSet === 'undefined' ? undefined : WeakSet.prototype\n};\n\nvar bind = require('function-bind');\nvar $replace = bind.call(Function.call, String.prototype.replace);\n\n/* adapted from https://github.com/lodash/lodash/blob/4.17.15/dist/lodash.js#L6735-L6744 */\nvar rePropName = /[^%.[\\]]+|\\[(?:(-?\\d+(?:\\.\\d+)?)|([\"'])((?:(?!\\2)[^\\\\]|\\\\.)*?)\\2)\\]|(?=(?:\\.|\\[\\])(?:\\.|\\[\\]|%$))/g;\nvar reEscapeChar = /\\\\(\\\\)?/g; /** Used to match backslashes in property paths. */\nvar stringToPath = function stringToPath(string) {\n\tvar result = [];\n\t$replace(string, rePropName, function (match, number, quote, subString) {\n\t\tresult[result.length] = quote ? $replace(subString, reEscapeChar, '$1') : (number || match);\n\t});\n\treturn result;\n};\n/* end adaptation */\n\nvar getBaseIntrinsic = function getBaseIntrinsic(name, allowMissing) {\n\tif (!(name in INTRINSICS)) {\n\t\tthrow new SyntaxError('intrinsic ' + name + ' does not exist!');\n\t}\n\n\t// istanbul ignore if // hopefully this is impossible to test :-)\n\tif (typeof INTRINSICS[name] === 'undefined' && !allowMissing) {\n\t\tthrow new $TypeError('intrinsic ' + name + ' exists, but is not available. Please file an issue!');\n\t}\n\n\treturn INTRINSICS[name];\n};\n\nmodule.exports = function GetIntrinsic(name, allowMissing) {\n\tif (typeof name !== 'string' || name.length === 0) {\n\t\tthrow new TypeError('intrinsic name must be a non-empty string');\n\t}\n\tif (arguments.length > 1 && typeof allowMissing !== 'boolean') {\n\t\tthrow new TypeError('\"allowMissing\" argument must be a boolean');\n\t}\n\n\tvar parts = stringToPath(name);\n\n\tvar value = getBaseIntrinsic('%' + (parts.length > 0 ? parts[0] : '') + '%', allowMissing);\n\tfor (var i = 1; i < parts.length; i += 1) {\n\t\tif (value != null) {\n\t\t\tif ($gOPD && (i + 1) >= parts.length) {\n\t\t\t\tvar desc = $gOPD(value, parts[i]);\n\t\t\t\tif (!allowMissing && !(parts[i] in value)) {\n\t\t\t\t\tthrow new $TypeError('base intrinsic for ' + name + ' exists, but the property is not available.');\n\t\t\t\t}\n\t\t\t\t// By convention, when a data property is converted to an accessor\n\t\t\t\t// property to emulate a data property that does not suffer from\n\t\t\t\t// the override mistake, that accessor's getter is marked with\n\t\t\t\t// an `originalValue` property. Here, when we detect this, we\n\t\t\t\t// uphold the illusion by pretending to see that original data\n\t\t\t\t// property, i.e., returning the value rather than the getter\n\t\t\t\t// itself.\n\t\t\t\tvalue = desc && 'get' in desc && !('originalValue' in desc.get) ? desc.get : value[parts[i]];\n\t\t\t} else {\n\t\t\t\tvalue = value[parts[i]];\n\t\t\t}\n\t\t}\n\t}\n\treturn value;\n};\n","'use strict';\n\nvar supportsDescriptors = require('define-properties').supportsDescriptors;\nvar getPolyfill = require('./polyfill');\nvar gOPD = Object.getOwnPropertyDescriptor;\nvar defineProperty = Object.defineProperty;\nvar TypeErr = TypeError;\nvar getProto = Object.getPrototypeOf;\nvar regex = /a/;\n\nmodule.exports = function shimFlags() {\n\tif (!supportsDescriptors || !getProto) {\n\t\tthrow new TypeErr('RegExp.prototype.flags requires a true ES5 environment that supports property descriptors');\n\t}\n\tvar polyfill = getPolyfill();\n\tvar proto = getProto(regex);\n\tvar descriptor = gOPD(proto, 'flags');\n\tif (!descriptor || descriptor.get !== polyfill) {\n\t\tdefineProperty(proto, 'flags', {\n\t\t\tconfigurable: true,\n\t\t\tenumerable: false,\n\t\t\tget: polyfill\n\t\t});\n\t}\n\treturn polyfill;\n};\n","'use strict';\n\nvar getDay = Date.prototype.getDay;\nvar tryDateObject = function tryDateGetDayCall(value) {\n\ttry {\n\t\tgetDay.call(value);\n\t\treturn true;\n\t} catch (e) {\n\t\treturn false;\n\t}\n};\n\nvar toStr = Object.prototype.toString;\nvar dateClass = '[object Date]';\nvar hasToStringTag = typeof Symbol === 'function' && typeof Symbol.toStringTag === 'symbol';\n\nmodule.exports = function isDateObject(value) {\n\tif (typeof value !== 'object' || value === null) {\n\t\treturn false;\n\t}\n\treturn hasToStringTag ? tryDateObject(value) : toStr.call(value) === dateClass;\n};\n","/**\n * Copyright (c) 2014-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nvar runtime = (function (exports) {\n \"use strict\";\n\n var Op = Object.prototype;\n var hasOwn = Op.hasOwnProperty;\n var undefined; // More compressible than void 0.\n var $Symbol = typeof Symbol === \"function\" ? Symbol : {};\n var iteratorSymbol = $Symbol.iterator || \"@@iterator\";\n var asyncIteratorSymbol = $Symbol.asyncIterator || \"@@asyncIterator\";\n var toStringTagSymbol = $Symbol.toStringTag || \"@@toStringTag\";\n\n function define(obj, key, value) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n return obj[key];\n }\n try {\n // IE 8 has a broken Object.defineProperty that only works on DOM objects.\n define({}, \"\");\n } catch (err) {\n define = function(obj, key, value) {\n return obj[key] = value;\n };\n }\n\n function wrap(innerFn, outerFn, self, tryLocsList) {\n // If outerFn provided and outerFn.prototype is a Generator, then outerFn.prototype instanceof Generator.\n var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator;\n var generator = Object.create(protoGenerator.prototype);\n var context = new Context(tryLocsList || []);\n\n // The ._invoke method unifies the implementations of the .next,\n // .throw, and .return methods.\n generator._invoke = makeInvokeMethod(innerFn, self, context);\n\n return generator;\n }\n exports.wrap = wrap;\n\n // Try/catch helper to minimize deoptimizations. Returns a completion\n // record like context.tryEntries[i].completion. This interface could\n // have been (and was previously) designed to take a closure to be\n // invoked without arguments, but in all the cases we care about we\n // already have an existing method we want to call, so there's no need\n // to create a new function object. We can even get away with assuming\n // the method takes exactly one argument, since that happens to be true\n // in every case, so we don't have to touch the arguments object. The\n // only additional allocation required is the completion record, which\n // has a stable shape and so hopefully should be cheap to allocate.\n function tryCatch(fn, obj, arg) {\n try {\n return { type: \"normal\", arg: fn.call(obj, arg) };\n } catch (err) {\n return { type: \"throw\", arg: err };\n }\n }\n\n var GenStateSuspendedStart = \"suspendedStart\";\n var GenStateSuspendedYield = \"suspendedYield\";\n var GenStateExecuting = \"executing\";\n var GenStateCompleted = \"completed\";\n\n // Returning this object from the innerFn has the same effect as\n // breaking out of the dispatch switch statement.\n var ContinueSentinel = {};\n\n // Dummy constructor functions that we use as the .constructor and\n // .constructor.prototype properties for functions that return Generator\n // objects. For full spec compliance, you may wish to configure your\n // minifier not to mangle the names of these two functions.\n function Generator() {}\n function GeneratorFunction() {}\n function GeneratorFunctionPrototype() {}\n\n // This is a polyfill for %IteratorPrototype% for environments that\n // don't natively support it.\n var IteratorPrototype = {};\n IteratorPrototype[iteratorSymbol] = function () {\n return this;\n };\n\n var getProto = Object.getPrototypeOf;\n var NativeIteratorPrototype = getProto && getProto(getProto(values([])));\n if (NativeIteratorPrototype &&\n NativeIteratorPrototype !== Op &&\n hasOwn.call(NativeIteratorPrototype, iteratorSymbol)) {\n // This environment has a native %IteratorPrototype%; use it instead\n // of the polyfill.\n IteratorPrototype = NativeIteratorPrototype;\n }\n\n var Gp = GeneratorFunctionPrototype.prototype =\n Generator.prototype = Object.create(IteratorPrototype);\n GeneratorFunction.prototype = Gp.constructor = GeneratorFunctionPrototype;\n GeneratorFunctionPrototype.constructor = GeneratorFunction;\n GeneratorFunction.displayName = define(\n GeneratorFunctionPrototype,\n toStringTagSymbol,\n \"GeneratorFunction\"\n );\n\n // Helper for defining the .next, .throw, and .return methods of the\n // Iterator interface in terms of a single ._invoke method.\n function defineIteratorMethods(prototype) {\n [\"next\", \"throw\", \"return\"].forEach(function(method) {\n define(prototype, method, function(arg) {\n return this._invoke(method, arg);\n });\n });\n }\n\n exports.isGeneratorFunction = function(genFun) {\n var ctor = typeof genFun === \"function\" && genFun.constructor;\n return ctor\n ? ctor === GeneratorFunction ||\n // For the native GeneratorFunction constructor, the best we can\n // do is to check its .name property.\n (ctor.displayName || ctor.name) === \"GeneratorFunction\"\n : false;\n };\n\n exports.mark = function(genFun) {\n if (Object.setPrototypeOf) {\n Object.setPrototypeOf(genFun, GeneratorFunctionPrototype);\n } else {\n genFun.__proto__ = GeneratorFunctionPrototype;\n define(genFun, toStringTagSymbol, \"GeneratorFunction\");\n }\n genFun.prototype = Object.create(Gp);\n return genFun;\n };\n\n // Within the body of any async function, `await x` is transformed to\n // `yield regeneratorRuntime.awrap(x)`, so that the runtime can test\n // `hasOwn.call(value, \"__await\")` to determine if the yielded value is\n // meant to be awaited.\n exports.awrap = function(arg) {\n return { __await: arg };\n };\n\n function AsyncIterator(generator, PromiseImpl) {\n function invoke(method, arg, resolve, reject) {\n var record = tryCatch(generator[method], generator, arg);\n if (record.type === \"throw\") {\n reject(record.arg);\n } else {\n var result = record.arg;\n var value = result.value;\n if (value &&\n typeof value === \"object\" &&\n hasOwn.call(value, \"__await\")) {\n return PromiseImpl.resolve(value.__await).then(function(value) {\n invoke(\"next\", value, resolve, reject);\n }, function(err) {\n invoke(\"throw\", err, resolve, reject);\n });\n }\n\n return PromiseImpl.resolve(value).then(function(unwrapped) {\n // When a yielded Promise is resolved, its final value becomes\n // the .value of the Promise<{value,done}> result for the\n // current iteration.\n result.value = unwrapped;\n resolve(result);\n }, function(error) {\n // If a rejected Promise was yielded, throw the rejection back\n // into the async generator function so it can be handled there.\n return invoke(\"throw\", error, resolve, reject);\n });\n }\n }\n\n var previousPromise;\n\n function enqueue(method, arg) {\n function callInvokeWithMethodAndArg() {\n return new PromiseImpl(function(resolve, reject) {\n invoke(method, arg, resolve, reject);\n });\n }\n\n return previousPromise =\n // If enqueue has been called before, then we want to wait until\n // all previous Promises have been resolved before calling invoke,\n // so that results are always delivered in the correct order. If\n // enqueue has not been called before, then it is important to\n // call invoke immediately, without waiting on a callback to fire,\n // so that the async generator function has the opportunity to do\n // any necessary setup in a predictable way. This predictability\n // is why the Promise constructor synchronously invokes its\n // executor callback, and why async functions synchronously\n // execute code before the first await. Since we implement simple\n // async functions in terms of async generators, it is especially\n // important to get this right, even though it requires care.\n previousPromise ? previousPromise.then(\n callInvokeWithMethodAndArg,\n // Avoid propagating failures to Promises returned by later\n // invocations of the iterator.\n callInvokeWithMethodAndArg\n ) : callInvokeWithMethodAndArg();\n }\n\n // Define the unified helper method that is used to implement .next,\n // .throw, and .return (see defineIteratorMethods).\n this._invoke = enqueue;\n }\n\n defineIteratorMethods(AsyncIterator.prototype);\n AsyncIterator.prototype[asyncIteratorSymbol] = function () {\n return this;\n };\n exports.AsyncIterator = AsyncIterator;\n\n // Note that simple async functions are implemented on top of\n // AsyncIterator objects; they just return a Promise for the value of\n // the final result produced by the iterator.\n exports.async = function(innerFn, outerFn, self, tryLocsList, PromiseImpl) {\n if (PromiseImpl === void 0) PromiseImpl = Promise;\n\n var iter = new AsyncIterator(\n wrap(innerFn, outerFn, self, tryLocsList),\n PromiseImpl\n );\n\n return exports.isGeneratorFunction(outerFn)\n ? iter // If outerFn is a generator, return the full iterator.\n : iter.next().then(function(result) {\n return result.done ? result.value : iter.next();\n });\n };\n\n function makeInvokeMethod(innerFn, self, context) {\n var state = GenStateSuspendedStart;\n\n return function invoke(method, arg) {\n if (state === GenStateExecuting) {\n throw new Error(\"Generator is already running\");\n }\n\n if (state === GenStateCompleted) {\n if (method === \"throw\") {\n throw arg;\n }\n\n // Be forgiving, per 25.3.3.3.3 of the spec:\n // https://people.mozilla.org/~jorendorff/es6-draft.html#sec-generatorresume\n return doneResult();\n }\n\n context.method = method;\n context.arg = arg;\n\n while (true) {\n var delegate = context.delegate;\n if (delegate) {\n var delegateResult = maybeInvokeDelegate(delegate, context);\n if (delegateResult) {\n if (delegateResult === ContinueSentinel) continue;\n return delegateResult;\n }\n }\n\n if (context.method === \"next\") {\n // Setting context._sent for legacy support of Babel's\n // function.sent implementation.\n context.sent = context._sent = context.arg;\n\n } else if (context.method === \"throw\") {\n if (state === GenStateSuspendedStart) {\n state = GenStateCompleted;\n throw context.arg;\n }\n\n context.dispatchException(context.arg);\n\n } else if (context.method === \"return\") {\n context.abrupt(\"return\", context.arg);\n }\n\n state = GenStateExecuting;\n\n var record = tryCatch(innerFn, self, context);\n if (record.type === \"normal\") {\n // If an exception is thrown from innerFn, we leave state ===\n // GenStateExecuting and loop back for another invocation.\n state = context.done\n ? GenStateCompleted\n : GenStateSuspendedYield;\n\n if (record.arg === ContinueSentinel) {\n continue;\n }\n\n return {\n value: record.arg,\n done: context.done\n };\n\n } else if (record.type === \"throw\") {\n state = GenStateCompleted;\n // Dispatch the exception by looping back around to the\n // context.dispatchException(context.arg) call above.\n context.method = \"throw\";\n context.arg = record.arg;\n }\n }\n };\n }\n\n // Call delegate.iterator[context.method](context.arg) and handle the\n // result, either by returning a { value, done } result from the\n // delegate iterator, or by modifying context.method and context.arg,\n // setting context.delegate to null, and returning the ContinueSentinel.\n function maybeInvokeDelegate(delegate, context) {\n var method = delegate.iterator[context.method];\n if (method === undefined) {\n // A .throw or .return when the delegate iterator has no .throw\n // method always terminates the yield* loop.\n context.delegate = null;\n\n if (context.method === \"throw\") {\n // Note: [\"return\"] must be used for ES3 parsing compatibility.\n if (delegate.iterator[\"return\"]) {\n // If the delegate iterator has a return method, give it a\n // chance to clean up.\n context.method = \"return\";\n context.arg = undefined;\n maybeInvokeDelegate(delegate, context);\n\n if (context.method === \"throw\") {\n // If maybeInvokeDelegate(context) changed context.method from\n // \"return\" to \"throw\", let that override the TypeError below.\n return ContinueSentinel;\n }\n }\n\n context.method = \"throw\";\n context.arg = new TypeError(\n \"The iterator does not provide a 'throw' method\");\n }\n\n return ContinueSentinel;\n }\n\n var record = tryCatch(method, delegate.iterator, context.arg);\n\n if (record.type === \"throw\") {\n context.method = \"throw\";\n context.arg = record.arg;\n context.delegate = null;\n return ContinueSentinel;\n }\n\n var info = record.arg;\n\n if (! info) {\n context.method = \"throw\";\n context.arg = new TypeError(\"iterator result is not an object\");\n context.delegate = null;\n return ContinueSentinel;\n }\n\n if (info.done) {\n // Assign the result of the finished delegate to the temporary\n // variable specified by delegate.resultName (see delegateYield).\n context[delegate.resultName] = info.value;\n\n // Resume execution at the desired location (see delegateYield).\n context.next = delegate.nextLoc;\n\n // If context.method was \"throw\" but the delegate handled the\n // exception, let the outer generator proceed normally. If\n // context.method was \"next\", forget context.arg since it has been\n // \"consumed\" by the delegate iterator. If context.method was\n // \"return\", allow the original .return call to continue in the\n // outer generator.\n if (context.method !== \"return\") {\n context.method = \"next\";\n context.arg = undefined;\n }\n\n } else {\n // Re-yield the result returned by the delegate method.\n return info;\n }\n\n // The delegate iterator is finished, so forget it and continue with\n // the outer generator.\n context.delegate = null;\n return ContinueSentinel;\n }\n\n // Define Generator.prototype.{next,throw,return} in terms of the\n // unified ._invoke helper method.\n defineIteratorMethods(Gp);\n\n define(Gp, toStringTagSymbol, \"Generator\");\n\n // A Generator should always return itself as the iterator object when the\n // @@iterator function is called on it. Some browsers' implementations of the\n // iterator prototype chain incorrectly implement this, causing the Generator\n // object to not be returned from this call. This ensures that doesn't happen.\n // See https://github.com/facebook/regenerator/issues/274 for more details.\n Gp[iteratorSymbol] = function() {\n return this;\n };\n\n Gp.toString = function() {\n return \"[object Generator]\";\n };\n\n function pushTryEntry(locs) {\n var entry = { tryLoc: locs[0] };\n\n if (1 in locs) {\n entry.catchLoc = locs[1];\n }\n\n if (2 in locs) {\n entry.finallyLoc = locs[2];\n entry.afterLoc = locs[3];\n }\n\n this.tryEntries.push(entry);\n }\n\n function resetTryEntry(entry) {\n var record = entry.completion || {};\n record.type = \"normal\";\n delete record.arg;\n entry.completion = record;\n }\n\n function Context(tryLocsList) {\n // The root entry object (effectively a try statement without a catch\n // or a finally block) gives us a place to store values thrown from\n // locations where there is no enclosing try statement.\n this.tryEntries = [{ tryLoc: \"root\" }];\n tryLocsList.forEach(pushTryEntry, this);\n this.reset(true);\n }\n\n exports.keys = function(object) {\n var keys = [];\n for (var key in object) {\n keys.push(key);\n }\n keys.reverse();\n\n // Rather than returning an object with a next method, we keep\n // things simple and return the next function itself.\n return function next() {\n while (keys.length) {\n var key = keys.pop();\n if (key in object) {\n next.value = key;\n next.done = false;\n return next;\n }\n }\n\n // To avoid creating an additional object, we just hang the .value\n // and .done properties off the next function object itself. This\n // also ensures that the minifier will not anonymize the function.\n next.done = true;\n return next;\n };\n };\n\n function values(iterable) {\n if (iterable) {\n var iteratorMethod = iterable[iteratorSymbol];\n if (iteratorMethod) {\n return iteratorMethod.call(iterable);\n }\n\n if (typeof iterable.next === \"function\") {\n return iterable;\n }\n\n if (!isNaN(iterable.length)) {\n var i = -1, next = function next() {\n while (++i < iterable.length) {\n if (hasOwn.call(iterable, i)) {\n next.value = iterable[i];\n next.done = false;\n return next;\n }\n }\n\n next.value = undefined;\n next.done = true;\n\n return next;\n };\n\n return next.next = next;\n }\n }\n\n // Return an iterator with no values.\n return { next: doneResult };\n }\n exports.values = values;\n\n function doneResult() {\n return { value: undefined, done: true };\n }\n\n Context.prototype = {\n constructor: Context,\n\n reset: function(skipTempReset) {\n this.prev = 0;\n this.next = 0;\n // Resetting context._sent for legacy support of Babel's\n // function.sent implementation.\n this.sent = this._sent = undefined;\n this.done = false;\n this.delegate = null;\n\n this.method = \"next\";\n this.arg = undefined;\n\n this.tryEntries.forEach(resetTryEntry);\n\n if (!skipTempReset) {\n for (var name in this) {\n // Not sure about the optimal order of these conditions:\n if (name.charAt(0) === \"t\" &&\n hasOwn.call(this, name) &&\n !isNaN(+name.slice(1))) {\n this[name] = undefined;\n }\n }\n }\n },\n\n stop: function() {\n this.done = true;\n\n var rootEntry = this.tryEntries[0];\n var rootRecord = rootEntry.completion;\n if (rootRecord.type === \"throw\") {\n throw rootRecord.arg;\n }\n\n return this.rval;\n },\n\n dispatchException: function(exception) {\n if (this.done) {\n throw exception;\n }\n\n var context = this;\n function handle(loc, caught) {\n record.type = \"throw\";\n record.arg = exception;\n context.next = loc;\n\n if (caught) {\n // If the dispatched exception was caught by a catch block,\n // then let that catch block handle the exception normally.\n context.method = \"next\";\n context.arg = undefined;\n }\n\n return !! caught;\n }\n\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n var record = entry.completion;\n\n if (entry.tryLoc === \"root\") {\n // Exception thrown outside of any try block that could handle\n // it, so set the completion value of the entire function to\n // throw the exception.\n return handle(\"end\");\n }\n\n if (entry.tryLoc <= this.prev) {\n var hasCatch = hasOwn.call(entry, \"catchLoc\");\n var hasFinally = hasOwn.call(entry, \"finallyLoc\");\n\n if (hasCatch && hasFinally) {\n if (this.prev < entry.catchLoc) {\n return handle(entry.catchLoc, true);\n } else if (this.prev < entry.finallyLoc) {\n return handle(entry.finallyLoc);\n }\n\n } else if (hasCatch) {\n if (this.prev < entry.catchLoc) {\n return handle(entry.catchLoc, true);\n }\n\n } else if (hasFinally) {\n if (this.prev < entry.finallyLoc) {\n return handle(entry.finallyLoc);\n }\n\n } else {\n throw new Error(\"try statement without catch or finally\");\n }\n }\n }\n },\n\n abrupt: function(type, arg) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.tryLoc <= this.prev &&\n hasOwn.call(entry, \"finallyLoc\") &&\n this.prev < entry.finallyLoc) {\n var finallyEntry = entry;\n break;\n }\n }\n\n if (finallyEntry &&\n (type === \"break\" ||\n type === \"continue\") &&\n finallyEntry.tryLoc <= arg &&\n arg <= finallyEntry.finallyLoc) {\n // Ignore the finally entry if control is not jumping to a\n // location outside the try/catch block.\n finallyEntry = null;\n }\n\n var record = finallyEntry ? finallyEntry.completion : {};\n record.type = type;\n record.arg = arg;\n\n if (finallyEntry) {\n this.method = \"next\";\n this.next = finallyEntry.finallyLoc;\n return ContinueSentinel;\n }\n\n return this.complete(record);\n },\n\n complete: function(record, afterLoc) {\n if (record.type === \"throw\") {\n throw record.arg;\n }\n\n if (record.type === \"break\" ||\n record.type === \"continue\") {\n this.next = record.arg;\n } else if (record.type === \"return\") {\n this.rval = this.arg = record.arg;\n this.method = \"return\";\n this.next = \"end\";\n } else if (record.type === \"normal\" && afterLoc) {\n this.next = afterLoc;\n }\n\n return ContinueSentinel;\n },\n\n finish: function(finallyLoc) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.finallyLoc === finallyLoc) {\n this.complete(entry.completion, entry.afterLoc);\n resetTryEntry(entry);\n return ContinueSentinel;\n }\n }\n },\n\n \"catch\": function(tryLoc) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.tryLoc === tryLoc) {\n var record = entry.completion;\n if (record.type === \"throw\") {\n var thrown = record.arg;\n resetTryEntry(entry);\n }\n return thrown;\n }\n }\n\n // The context.catch method must only be called with a location\n // argument that corresponds to a known catch block.\n throw new Error(\"illegal catch attempt\");\n },\n\n delegateYield: function(iterable, resultName, nextLoc) {\n this.delegate = {\n iterator: values(iterable),\n resultName: resultName,\n nextLoc: nextLoc\n };\n\n if (this.method === \"next\") {\n // Deliberately forget the last sent value so that we don't\n // accidentally pass it on to the delegate.\n this.arg = undefined;\n }\n\n return ContinueSentinel;\n }\n };\n\n // Regardless of whether this script is executing as a CommonJS module\n // or not, return the runtime object so that we can declare the variable\n // regeneratorRuntime in the outer scope, which allows this module to be\n // injected easily by `bin/regenerator --include-runtime script.js`.\n return exports;\n\n}(\n // If this script is executing as a CommonJS module, use module.exports\n // as the regeneratorRuntime namespace. Otherwise create a new empty\n // object. Either way, the resulting object will be used to initialize\n // the regeneratorRuntime variable at the top of this file.\n typeof module === \"object\" ? module.exports : {}\n));\n\ntry {\n regeneratorRuntime = runtime;\n} catch (accidentalStrictMode) {\n // This module should not be running in strict mode, so the above\n // assignment should always work unless something is misconfigured. Just\n // in case runtime.js accidentally runs in strict mode, we can escape\n // strict mode using a global Function call. This could conceivably fail\n // if a Content Security Policy forbids using Function, but in that case\n // the proper solution is to fix the accidental strict mode problem. If\n // you've misconfigured your bundler to force strict mode and applied a\n // CSP to forbid Function, and you're not willing to fix either of those\n // problems, please detail your unique predicament in a GitHub issue.\n Function(\"r\", \"regeneratorRuntime = r\")(runtime);\n}\n","var scope = (typeof global !== \"undefined\" && global) ||\n (typeof self !== \"undefined\" && self) ||\n window;\nvar apply = Function.prototype.apply;\n\n// DOM APIs, for completeness\n\nexports.setTimeout = function() {\n return new Timeout(apply.call(setTimeout, scope, arguments), clearTimeout);\n};\nexports.setInterval = function() {\n return new Timeout(apply.call(setInterval, scope, arguments), clearInterval);\n};\nexports.clearTimeout =\nexports.clearInterval = function(timeout) {\n if (timeout) {\n timeout.close();\n }\n};\n\nfunction Timeout(id, clearFn) {\n this._id = id;\n this._clearFn = clearFn;\n}\nTimeout.prototype.unref = Timeout.prototype.ref = function() {};\nTimeout.prototype.close = function() {\n this._clearFn.call(scope, this._id);\n};\n\n// Does not start the time, just sets up the members needed.\nexports.enroll = function(item, msecs) {\n clearTimeout(item._idleTimeoutId);\n item._idleTimeout = msecs;\n};\n\nexports.unenroll = function(item) {\n clearTimeout(item._idleTimeoutId);\n item._idleTimeout = -1;\n};\n\nexports._unrefActive = exports.active = function(item) {\n clearTimeout(item._idleTimeoutId);\n\n var msecs = item._idleTimeout;\n if (msecs >= 0) {\n item._idleTimeoutId = setTimeout(function onTimeout() {\n if (item._onTimeout)\n item._onTimeout();\n }, msecs);\n }\n};\n\n// setimmediate attaches itself to the global object\nrequire(\"setimmediate\");\n// On some exotic environments, it's not clear which object `setimmediate` was\n// able to install onto. Search each possibility in the same order as the\n// `setimmediate` library.\nexports.setImmediate = (typeof self !== \"undefined\" && self.setImmediate) ||\n (typeof global !== \"undefined\" && global.setImmediate) ||\n (this && this.setImmediate);\nexports.clearImmediate = (typeof self !== \"undefined\" && self.clearImmediate) ||\n (typeof global !== \"undefined\" && global.clearImmediate) ||\n (this && this.clearImmediate);\n","(function (global, undefined) {\n \"use strict\";\n\n if (global.setImmediate) {\n return;\n }\n\n var nextHandle = 1; // Spec says greater than zero\n var tasksByHandle = {};\n var currentlyRunningATask = false;\n var doc = global.document;\n var registerImmediate;\n\n function setImmediate(callback) {\n // Callback can either be a function or a string\n if (typeof callback !== \"function\") {\n callback = new Function(\"\" + callback);\n }\n // Copy function arguments\n var args = new Array(arguments.length - 1);\n for (var i = 0; i < args.length; i++) {\n args[i] = arguments[i + 1];\n }\n // Store and register the task\n var task = { callback: callback, args: args };\n tasksByHandle[nextHandle] = task;\n registerImmediate(nextHandle);\n return nextHandle++;\n }\n\n function clearImmediate(handle) {\n delete tasksByHandle[handle];\n }\n\n function run(task) {\n var callback = task.callback;\n var args = task.args;\n switch (args.length) {\n case 0:\n callback();\n break;\n case 1:\n callback(args[0]);\n break;\n case 2:\n callback(args[0], args[1]);\n break;\n case 3:\n callback(args[0], args[1], args[2]);\n break;\n default:\n callback.apply(undefined, args);\n break;\n }\n }\n\n function runIfPresent(handle) {\n // From the spec: \"Wait until any invocations of this algorithm started before this one have completed.\"\n // So if we're currently running a task, we'll need to delay this invocation.\n if (currentlyRunningATask) {\n // Delay by doing a setTimeout. setImmediate was tried instead, but in Firefox 7 it generated a\n // \"too much recursion\" error.\n setTimeout(runIfPresent, 0, handle);\n } else {\n var task = tasksByHandle[handle];\n if (task) {\n currentlyRunningATask = true;\n try {\n run(task);\n } finally {\n clearImmediate(handle);\n currentlyRunningATask = false;\n }\n }\n }\n }\n\n function installNextTickImplementation() {\n registerImmediate = function(handle) {\n process.nextTick(function () { runIfPresent(handle); });\n };\n }\n\n function canUsePostMessage() {\n // The test against `importScripts` prevents this implementation from being installed inside a web worker,\n // where `global.postMessage` means something completely different and can't be used for this purpose.\n if (global.postMessage && !global.importScripts) {\n var postMessageIsAsynchronous = true;\n var oldOnMessage = global.onmessage;\n global.onmessage = function() {\n postMessageIsAsynchronous = false;\n };\n global.postMessage(\"\", \"*\");\n global.onmessage = oldOnMessage;\n return postMessageIsAsynchronous;\n }\n }\n\n function installPostMessageImplementation() {\n // Installs an event handler on `global` for the `message` event: see\n // * https://developer.mozilla.org/en/DOM/window.postMessage\n // * http://www.whatwg.org/specs/web-apps/current-work/multipage/comms.html#crossDocumentMessages\n\n var messagePrefix = \"setImmediate$\" + Math.random() + \"$\";\n var onGlobalMessage = function(event) {\n if (event.source === global &&\n typeof event.data === \"string\" &&\n event.data.indexOf(messagePrefix) === 0) {\n runIfPresent(+event.data.slice(messagePrefix.length));\n }\n };\n\n if (global.addEventListener) {\n global.addEventListener(\"message\", onGlobalMessage, false);\n } else {\n global.attachEvent(\"onmessage\", onGlobalMessage);\n }\n\n registerImmediate = function(handle) {\n global.postMessage(messagePrefix + handle, \"*\");\n };\n }\n\n function installMessageChannelImplementation() {\n var channel = new MessageChannel();\n channel.port1.onmessage = function(event) {\n var handle = event.data;\n runIfPresent(handle);\n };\n\n registerImmediate = function(handle) {\n channel.port2.postMessage(handle);\n };\n }\n\n function installReadyStateChangeImplementation() {\n var html = doc.documentElement;\n registerImmediate = function(handle) {\n // Create a <script> element; its readystatechange event will be fired asynchronously once it is inserted\n // into the document. Do so, thus queuing up the task. Remember to clean up once it's been called.\n var script = doc.createElement(\"script\");\n script.onreadystatechange = function () {\n runIfPresent(handle);\n script.onreadystatechange = null;\n html.removeChild(script);\n script = null;\n };\n html.appendChild(script);\n };\n }\n\n function installSetTimeoutImplementation() {\n registerImmediate = function(handle) {\n setTimeout(runIfPresent, 0, handle);\n };\n }\n\n // If supported, we should attach to the prototype of global, since that is where setTimeout et al. live.\n var attachTo = Object.getPrototypeOf && Object.getPrototypeOf(global);\n attachTo = attachTo && attachTo.setTimeout ? attachTo : global;\n\n // Don't get fooled by e.g. browserify environments.\n if ({}.toString.call(global.process) === \"[object process]\") {\n // For Node.js before 0.9\n installNextTickImplementation();\n\n } else if (canUsePostMessage()) {\n // For non-IE10 modern browsers\n installPostMessageImplementation();\n\n } else if (global.MessageChannel) {\n // For web workers, where supported\n installMessageChannelImplementation();\n\n } else if (doc && \"onreadystatechange\" in doc.createElement(\"script\")) {\n // For IE 6–8\n installReadyStateChangeImplementation();\n\n } else {\n // For older browsers\n installSetTimeoutImplementation();\n }\n\n attachTo.setImmediate = setImmediate;\n attachTo.clearImmediate = clearImmediate;\n}(typeof self === \"undefined\" ? typeof global === \"undefined\" ? this : global : self));\n","// shim for using process in browser\nvar process = module.exports = {};\n\n// cached from whatever global is present so that test runners that stub it\n// don't break things. But we need to wrap it in a try catch in case it is\n// wrapped in strict mode code which doesn't define any globals. It's inside a\n// function because try/catches deoptimize in certain engines.\n\nvar cachedSetTimeout;\nvar cachedClearTimeout;\n\nfunction defaultSetTimout() {\n throw new Error('setTimeout has not been defined');\n}\nfunction defaultClearTimeout () {\n throw new Error('clearTimeout has not been defined');\n}\n(function () {\n try {\n if (typeof setTimeout === 'function') {\n cachedSetTimeout = setTimeout;\n } else {\n cachedSetTimeout = defaultSetTimout;\n }\n } catch (e) {\n cachedSetTimeout = defaultSetTimout;\n }\n try {\n if (typeof clearTimeout === 'function') {\n cachedClearTimeout = clearTimeout;\n } else {\n cachedClearTimeout = defaultClearTimeout;\n }\n } catch (e) {\n cachedClearTimeout = defaultClearTimeout;\n }\n} ())\nfunction runTimeout(fun) {\n if (cachedSetTimeout === setTimeout) {\n //normal enviroments in sane situations\n return setTimeout(fun, 0);\n }\n // if setTimeout wasn't available but was latter defined\n if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {\n cachedSetTimeout = setTimeout;\n return setTimeout(fun, 0);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedSetTimeout(fun, 0);\n } catch(e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedSetTimeout.call(null, fun, 0);\n } catch(e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error\n return cachedSetTimeout.call(this, fun, 0);\n }\n }\n\n\n}\nfunction runClearTimeout(marker) {\n if (cachedClearTimeout === clearTimeout) {\n //normal enviroments in sane situations\n return clearTimeout(marker);\n }\n // if clearTimeout wasn't available but was latter defined\n if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {\n cachedClearTimeout = clearTimeout;\n return clearTimeout(marker);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedClearTimeout(marker);\n } catch (e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedClearTimeout.call(null, marker);\n } catch (e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.\n // Some versions of I.E. have different rules for clearTimeout vs setTimeout\n return cachedClearTimeout.call(this, marker);\n }\n }\n\n\n\n}\nvar queue = [];\nvar draining = false;\nvar currentQueue;\nvar queueIndex = -1;\n\nfunction cleanUpNextTick() {\n if (!draining || !currentQueue) {\n return;\n }\n draining = false;\n if (currentQueue.length) {\n queue = currentQueue.concat(queue);\n } else {\n queueIndex = -1;\n }\n if (queue.length) {\n drainQueue();\n }\n}\n\nfunction drainQueue() {\n if (draining) {\n return;\n }\n var timeout = runTimeout(cleanUpNextTick);\n draining = true;\n\n var len = queue.length;\n while(len) {\n currentQueue = queue;\n queue = [];\n while (++queueIndex < len) {\n if (currentQueue) {\n currentQueue[queueIndex].run();\n }\n }\n queueIndex = -1;\n len = queue.length;\n }\n currentQueue = null;\n draining = false;\n runClearTimeout(timeout);\n}\n\nprocess.nextTick = function (fun) {\n var args = new Array(arguments.length - 1);\n if (arguments.length > 1) {\n for (var i = 1; i < arguments.length; i++) {\n args[i - 1] = arguments[i];\n }\n }\n queue.push(new Item(fun, args));\n if (queue.length === 1 && !draining) {\n runTimeout(drainQueue);\n }\n};\n\n// v8 likes predictible objects\nfunction Item(fun, array) {\n this.fun = fun;\n this.array = array;\n}\nItem.prototype.run = function () {\n this.fun.apply(null, this.array);\n};\nprocess.title = 'browser';\nprocess.browser = true;\nprocess.env = {};\nprocess.argv = [];\nprocess.version = ''; // empty string to avoid regexp issues\nprocess.versions = {};\n\nfunction noop() {}\n\nprocess.on = noop;\nprocess.addListener = noop;\nprocess.once = noop;\nprocess.off = noop;\nprocess.removeListener = noop;\nprocess.removeAllListeners = noop;\nprocess.emit = noop;\nprocess.prependListener = noop;\nprocess.prependOnceListener = noop;\n\nprocess.listeners = function (name) { return [] }\n\nprocess.binding = function (name) {\n throw new Error('process.binding is not supported');\n};\n\nprocess.cwd = function () { return '/' };\nprocess.chdir = function (dir) {\n throw new Error('process.chdir is not supported');\n};\nprocess.umask = function() { return 0; };\n","//! moment-timezone.js\n//! version : 0.5.32\n//! Copyright (c) JS Foundation and other contributors\n//! license : MIT\n//! github.com/moment/moment-timezone\n\n(function (root, factory) {\n\t\"use strict\";\n\n\t/*global define*/\n\tif (typeof module === 'object' && module.exports) {\n\t\tmodule.exports = factory(require('moment')); // Node\n\t} else if (typeof define === 'function' && define.amd) {\n\t\tdefine(['moment'], factory); // AMD\n\t} else {\n\t\tfactory(root.moment); // Browser\n\t}\n}(this, function (moment) {\n\t\"use strict\";\n\n\t// Resolves es6 module loading issue\n\tif (moment.version === undefined && moment.default) {\n\t\tmoment = moment.default;\n\t}\n\n\t// Do not load moment-timezone a second time.\n\t// if (moment.tz !== undefined) {\n\t// \tlogError('Moment Timezone ' + moment.tz.version + ' was already loaded ' + (moment.tz.dataVersion ? 'with data from ' : 'without any data') + moment.tz.dataVersion);\n\t// \treturn moment;\n\t// }\n\n\tvar VERSION = \"0.5.32\",\n\t\tzones = {},\n\t\tlinks = {},\n\t\tcountries = {},\n\t\tnames = {},\n\t\tguesses = {},\n\t\tcachedGuess;\n\n\tif (!moment || typeof moment.version !== 'string') {\n\t\tlogError('Moment Timezone requires Moment.js. See https://momentjs.com/timezone/docs/#/use-it/browser/');\n\t}\n\n\tvar momentVersion = moment.version.split('.'),\n\t\tmajor = +momentVersion[0],\n\t\tminor = +momentVersion[1];\n\n\t// Moment.js version check\n\tif (major < 2 || (major === 2 && minor < 6)) {\n\t\tlogError('Moment Timezone requires Moment.js >= 2.6.0. You are using Moment.js ' + moment.version + '. See momentjs.com');\n\t}\n\n\t/************************************\n\t\tUnpacking\n\t************************************/\n\n\tfunction charCodeToInt(charCode) {\n\t\tif (charCode > 96) {\n\t\t\treturn charCode - 87;\n\t\t} else if (charCode > 64) {\n\t\t\treturn charCode - 29;\n\t\t}\n\t\treturn charCode - 48;\n\t}\n\n\tfunction unpackBase60(string) {\n\t\tvar i = 0,\n\t\t\tparts = string.split('.'),\n\t\t\twhole = parts[0],\n\t\t\tfractional = parts[1] || '',\n\t\t\tmultiplier = 1,\n\t\t\tnum,\n\t\t\tout = 0,\n\t\t\tsign = 1;\n\n\t\t// handle negative numbers\n\t\tif (string.charCodeAt(0) === 45) {\n\t\t\ti = 1;\n\t\t\tsign = -1;\n\t\t}\n\n\t\t// handle digits before the decimal\n\t\tfor (i; i < whole.length; i++) {\n\t\t\tnum = charCodeToInt(whole.charCodeAt(i));\n\t\t\tout = 60 * out + num;\n\t\t}\n\n\t\t// handle digits after the decimal\n\t\tfor (i = 0; i < fractional.length; i++) {\n\t\t\tmultiplier = multiplier / 60;\n\t\t\tnum = charCodeToInt(fractional.charCodeAt(i));\n\t\t\tout += num * multiplier;\n\t\t}\n\n\t\treturn out * sign;\n\t}\n\n\tfunction arrayToInt (array) {\n\t\tfor (var i = 0; i < array.length; i++) {\n\t\t\tarray[i] = unpackBase60(array[i]);\n\t\t}\n\t}\n\n\tfunction intToUntil (array, length) {\n\t\tfor (var i = 0; i < length; i++) {\n\t\t\tarray[i] = Math.round((array[i - 1] || 0) + (array[i] * 60000)); // minutes to milliseconds\n\t\t}\n\n\t\tarray[length - 1] = Infinity;\n\t}\n\n\tfunction mapIndices (source, indices) {\n\t\tvar out = [], i;\n\n\t\tfor (i = 0; i < indices.length; i++) {\n\t\t\tout[i] = source[indices[i]];\n\t\t}\n\n\t\treturn out;\n\t}\n\n\tfunction unpack (string) {\n\t\tvar data = string.split('|'),\n\t\t\toffsets = data[2].split(' '),\n\t\t\tindices = data[3].split(''),\n\t\t\tuntils = data[4].split(' ');\n\n\t\tarrayToInt(offsets);\n\t\tarrayToInt(indices);\n\t\tarrayToInt(untils);\n\n\t\tintToUntil(untils, indices.length);\n\n\t\treturn {\n\t\t\tname : data[0],\n\t\t\tabbrs : mapIndices(data[1].split(' '), indices),\n\t\t\toffsets : mapIndices(offsets, indices),\n\t\t\tuntils : untils,\n\t\t\tpopulation : data[5] | 0\n\t\t};\n\t}\n\n\t/************************************\n\t\tZone object\n\t************************************/\n\n\tfunction Zone (packedString) {\n\t\tif (packedString) {\n\t\t\tthis._set(unpack(packedString));\n\t\t}\n\t}\n\n\tZone.prototype = {\n\t\t_set : function (unpacked) {\n\t\t\tthis.name = unpacked.name;\n\t\t\tthis.abbrs = unpacked.abbrs;\n\t\t\tthis.untils = unpacked.untils;\n\t\t\tthis.offsets = unpacked.offsets;\n\t\t\tthis.population = unpacked.population;\n\t\t},\n\n\t\t_index : function (timestamp) {\n\t\t\tvar target = +timestamp,\n\t\t\t\tuntils = this.untils,\n\t\t\t\ti;\n\n\t\t\tfor (i = 0; i < untils.length; i++) {\n\t\t\t\tif (target < untils[i]) {\n\t\t\t\t\treturn i;\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\n\t\tcountries : function () {\n\t\t\tvar zone_name = this.name;\n\t\t\treturn Object.keys(countries).filter(function (country_code) {\n\t\t\t\treturn countries[country_code].zones.indexOf(zone_name) !== -1;\n\t\t\t});\n\t\t},\n\n\t\tparse : function (timestamp) {\n\t\t\tvar target = +timestamp,\n\t\t\t\toffsets = this.offsets,\n\t\t\t\tuntils = this.untils,\n\t\t\t\tmax = untils.length - 1,\n\t\t\t\toffset, offsetNext, offsetPrev, i;\n\n\t\t\tfor (i = 0; i < max; i++) {\n\t\t\t\toffset = offsets[i];\n\t\t\t\toffsetNext = offsets[i + 1];\n\t\t\t\toffsetPrev = offsets[i ? i - 1 : i];\n\n\t\t\t\tif (offset < offsetNext && tz.moveAmbiguousForward) {\n\t\t\t\t\toffset = offsetNext;\n\t\t\t\t} else if (offset > offsetPrev && tz.moveInvalidForward) {\n\t\t\t\t\toffset = offsetPrev;\n\t\t\t\t}\n\n\t\t\t\tif (target < untils[i] - (offset * 60000)) {\n\t\t\t\t\treturn offsets[i];\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn offsets[max];\n\t\t},\n\n\t\tabbr : function (mom) {\n\t\t\treturn this.abbrs[this._index(mom)];\n\t\t},\n\n\t\toffset : function (mom) {\n\t\t\tlogError(\"zone.offset has been deprecated in favor of zone.utcOffset\");\n\t\t\treturn this.offsets[this._index(mom)];\n\t\t},\n\n\t\tutcOffset : function (mom) {\n\t\t\treturn this.offsets[this._index(mom)];\n\t\t}\n\t};\n\n\t/************************************\n\t\tCountry object\n\t************************************/\n\n\tfunction Country (country_name, zone_names) {\n\t\tthis.name = country_name;\n\t\tthis.zones = zone_names;\n\t}\n\n\t/************************************\n\t\tCurrent Timezone\n\t************************************/\n\n\tfunction OffsetAt(at) {\n\t\tvar timeString = at.toTimeString();\n\t\tvar abbr = timeString.match(/\\([a-z ]+\\)/i);\n\t\tif (abbr && abbr[0]) {\n\t\t\t// 17:56:31 GMT-0600 (CST)\n\t\t\t// 17:56:31 GMT-0600 (Central Standard Time)\n\t\t\tabbr = abbr[0].match(/[A-Z]/g);\n\t\t\tabbr = abbr ? abbr.join('') : undefined;\n\t\t} else {\n\t\t\t// 17:56:31 CST\n\t\t\t// 17:56:31 GMT+0800 (台北標準時間)\n\t\t\tabbr = timeString.match(/[A-Z]{3,5}/g);\n\t\t\tabbr = abbr ? abbr[0] : undefined;\n\t\t}\n\n\t\tif (abbr === 'GMT') {\n\t\t\tabbr = undefined;\n\t\t}\n\n\t\tthis.at = +at;\n\t\tthis.abbr = abbr;\n\t\tthis.offset = at.getTimezoneOffset();\n\t}\n\n\tfunction ZoneScore(zone) {\n\t\tthis.zone = zone;\n\t\tthis.offsetScore = 0;\n\t\tthis.abbrScore = 0;\n\t}\n\n\tZoneScore.prototype.scoreOffsetAt = function (offsetAt) {\n\t\tthis.offsetScore += Math.abs(this.zone.utcOffset(offsetAt.at) - offsetAt.offset);\n\t\tif (this.zone.abbr(offsetAt.at).replace(/[^A-Z]/g, '') !== offsetAt.abbr) {\n\t\t\tthis.abbrScore++;\n\t\t}\n\t};\n\n\tfunction findChange(low, high) {\n\t\tvar mid, diff;\n\n\t\twhile ((diff = ((high.at - low.at) / 12e4 | 0) * 6e4)) {\n\t\t\tmid = new OffsetAt(new Date(low.at + diff));\n\t\t\tif (mid.offset === low.offset) {\n\t\t\t\tlow = mid;\n\t\t\t} else {\n\t\t\t\thigh = mid;\n\t\t\t}\n\t\t}\n\n\t\treturn low;\n\t}\n\n\tfunction userOffsets() {\n\t\tvar startYear = new Date().getFullYear() - 2,\n\t\t\tlast = new OffsetAt(new Date(startYear, 0, 1)),\n\t\t\toffsets = [last],\n\t\t\tchange, next, i;\n\n\t\tfor (i = 1; i < 48; i++) {\n\t\t\tnext = new OffsetAt(new Date(startYear, i, 1));\n\t\t\tif (next.offset !== last.offset) {\n\t\t\t\tchange = findChange(last, next);\n\t\t\t\toffsets.push(change);\n\t\t\t\toffsets.push(new OffsetAt(new Date(change.at + 6e4)));\n\t\t\t}\n\t\t\tlast = next;\n\t\t}\n\n\t\tfor (i = 0; i < 4; i++) {\n\t\t\toffsets.push(new OffsetAt(new Date(startYear + i, 0, 1)));\n\t\t\toffsets.push(new OffsetAt(new Date(startYear + i, 6, 1)));\n\t\t}\n\n\t\treturn offsets;\n\t}\n\n\tfunction sortZoneScores (a, b) {\n\t\tif (a.offsetScore !== b.offsetScore) {\n\t\t\treturn a.offsetScore - b.offsetScore;\n\t\t}\n\t\tif (a.abbrScore !== b.abbrScore) {\n\t\t\treturn a.abbrScore - b.abbrScore;\n\t\t}\n\t\tif (a.zone.population !== b.zone.population) {\n\t\t\treturn b.zone.population - a.zone.population;\n\t\t}\n\t\treturn b.zone.name.localeCompare(a.zone.name);\n\t}\n\n\tfunction addToGuesses (name, offsets) {\n\t\tvar i, offset;\n\t\tarrayToInt(offsets);\n\t\tfor (i = 0; i < offsets.length; i++) {\n\t\t\toffset = offsets[i];\n\t\t\tguesses[offset] = guesses[offset] || {};\n\t\t\tguesses[offset][name] = true;\n\t\t}\n\t}\n\n\tfunction guessesForUserOffsets (offsets) {\n\t\tvar offsetsLength = offsets.length,\n\t\t\tfilteredGuesses = {},\n\t\t\tout = [],\n\t\t\ti, j, guessesOffset;\n\n\t\tfor (i = 0; i < offsetsLength; i++) {\n\t\t\tguessesOffset = guesses[offsets[i].offset] || {};\n\t\t\tfor (j in guessesOffset) {\n\t\t\t\tif (guessesOffset.hasOwnProperty(j)) {\n\t\t\t\t\tfilteredGuesses[j] = true;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tfor (i in filteredGuesses) {\n\t\t\tif (filteredGuesses.hasOwnProperty(i)) {\n\t\t\t\tout.push(names[i]);\n\t\t\t}\n\t\t}\n\n\t\treturn out;\n\t}\n\n\tfunction rebuildGuess () {\n\n\t\t// use Intl API when available and returning valid time zone\n\t\ttry {\n\t\t\tvar intlName = Intl.DateTimeFormat().resolvedOptions().timeZone;\n\t\t\tif (intlName && intlName.length > 3) {\n\t\t\t\tvar name = names[normalizeName(intlName)];\n\t\t\t\tif (name) {\n\t\t\t\t\treturn name;\n\t\t\t\t}\n\t\t\t\tlogError(\"Moment Timezone found \" + intlName + \" from the Intl api, but did not have that data loaded.\");\n\t\t\t}\n\t\t} catch (e) {\n\t\t\t// Intl unavailable, fall back to manual guessing.\n\t\t}\n\n\t\tvar offsets = userOffsets(),\n\t\t\toffsetsLength = offsets.length,\n\t\t\tguesses = guessesForUserOffsets(offsets),\n\t\t\tzoneScores = [],\n\t\t\tzoneScore, i, j;\n\n\t\tfor (i = 0; i < guesses.length; i++) {\n\t\t\tzoneScore = new ZoneScore(getZone(guesses[i]), offsetsLength);\n\t\t\tfor (j = 0; j < offsetsLength; j++) {\n\t\t\t\tzoneScore.scoreOffsetAt(offsets[j]);\n\t\t\t}\n\t\t\tzoneScores.push(zoneScore);\n\t\t}\n\n\t\tzoneScores.sort(sortZoneScores);\n\n\t\treturn zoneScores.length > 0 ? zoneScores[0].zone.name : undefined;\n\t}\n\n\tfunction guess (ignoreCache) {\n\t\tif (!cachedGuess || ignoreCache) {\n\t\t\tcachedGuess = rebuildGuess();\n\t\t}\n\t\treturn cachedGuess;\n\t}\n\n\t/************************************\n\t\tGlobal Methods\n\t************************************/\n\n\tfunction normalizeName (name) {\n\t\treturn (name || '').toLowerCase().replace(/\\//g, '_');\n\t}\n\n\tfunction addZone (packed) {\n\t\tvar i, name, split, normalized;\n\n\t\tif (typeof packed === \"string\") {\n\t\t\tpacked = [packed];\n\t\t}\n\n\t\tfor (i = 0; i < packed.length; i++) {\n\t\t\tsplit = packed[i].split('|');\n\t\t\tname = split[0];\n\t\t\tnormalized = normalizeName(name);\n\t\t\tzones[normalized] = packed[i];\n\t\t\tnames[normalized] = name;\n\t\t\taddToGuesses(normalized, split[2].split(' '));\n\t\t}\n\t}\n\n\tfunction getZone (name, caller) {\n\n\t\tname = normalizeName(name);\n\n\t\tvar zone = zones[name];\n\t\tvar link;\n\n\t\tif (zone instanceof Zone) {\n\t\t\treturn zone;\n\t\t}\n\n\t\tif (typeof zone === 'string') {\n\t\t\tzone = new Zone(zone);\n\t\t\tzones[name] = zone;\n\t\t\treturn zone;\n\t\t}\n\n\t\t// Pass getZone to prevent recursion more than 1 level deep\n\t\tif (links[name] && caller !== getZone && (link = getZone(links[name], getZone))) {\n\t\t\tzone = zones[name] = new Zone();\n\t\t\tzone._set(link);\n\t\t\tzone.name = names[name];\n\t\t\treturn zone;\n\t\t}\n\n\t\treturn null;\n\t}\n\n\tfunction getNames () {\n\t\tvar i, out = [];\n\n\t\tfor (i in names) {\n\t\t\tif (names.hasOwnProperty(i) && (zones[i] || zones[links[i]]) && names[i]) {\n\t\t\t\tout.push(names[i]);\n\t\t\t}\n\t\t}\n\n\t\treturn out.sort();\n\t}\n\n\tfunction getCountryNames () {\n\t\treturn Object.keys(countries);\n\t}\n\n\tfunction addLink (aliases) {\n\t\tvar i, alias, normal0, normal1;\n\n\t\tif (typeof aliases === \"string\") {\n\t\t\taliases = [aliases];\n\t\t}\n\n\t\tfor (i = 0; i < aliases.length; i++) {\n\t\t\talias = aliases[i].split('|');\n\n\t\t\tnormal0 = normalizeName(alias[0]);\n\t\t\tnormal1 = normalizeName(alias[1]);\n\n\t\t\tlinks[normal0] = normal1;\n\t\t\tnames[normal0] = alias[0];\n\n\t\t\tlinks[normal1] = normal0;\n\t\t\tnames[normal1] = alias[1];\n\t\t}\n\t}\n\n\tfunction addCountries (data) {\n\t\tvar i, country_code, country_zones, split;\n\t\tif (!data || !data.length) return;\n\t\tfor (i = 0; i < data.length; i++) {\n\t\t\tsplit = data[i].split('|');\n\t\t\tcountry_code = split[0].toUpperCase();\n\t\t\tcountry_zones = split[1].split(' ');\n\t\t\tcountries[country_code] = new Country(\n\t\t\t\tcountry_code,\n\t\t\t\tcountry_zones\n\t\t\t);\n\t\t}\n\t}\n\n\tfunction getCountry (name) {\n\t\tname = name.toUpperCase();\n\t\treturn countries[name] || null;\n\t}\n\n\tfunction zonesForCountry(country, with_offset) {\n\t\tcountry = getCountry(country);\n\n\t\tif (!country) return null;\n\n\t\tvar zones = country.zones.sort();\n\n\t\tif (with_offset) {\n\t\t\treturn zones.map(function (zone_name) {\n\t\t\t\tvar zone = getZone(zone_name);\n\t\t\t\treturn {\n\t\t\t\t\tname: zone_name,\n\t\t\t\t\toffset: zone.utcOffset(new Date())\n\t\t\t\t};\n\t\t\t});\n\t\t}\n\n\t\treturn zones;\n\t}\n\n\tfunction loadData (data) {\n\t\taddZone(data.zones);\n\t\taddLink(data.links);\n\t\taddCountries(data.countries);\n\t\ttz.dataVersion = data.version;\n\t}\n\n\tfunction zoneExists (name) {\n\t\tif (!zoneExists.didShowError) {\n\t\t\tzoneExists.didShowError = true;\n\t\t\t\tlogError(\"moment.tz.zoneExists('\" + name + \"') has been deprecated in favor of !moment.tz.zone('\" + name + \"')\");\n\t\t}\n\t\treturn !!getZone(name);\n\t}\n\n\tfunction needsOffset (m) {\n\t\tvar isUnixTimestamp = (m._f === 'X' || m._f === 'x');\n\t\treturn !!(m._a && (m._tzm === undefined) && !isUnixTimestamp);\n\t}\n\n\tfunction logError (message) {\n\t\tif (typeof console !== 'undefined' && typeof console.error === 'function') {\n\t\t\tconsole.error(message);\n\t\t}\n\t}\n\n\t/************************************\n\t\tmoment.tz namespace\n\t************************************/\n\n\tfunction tz (input) {\n\t\tvar args = Array.prototype.slice.call(arguments, 0, -1),\n\t\t\tname = arguments[arguments.length - 1],\n\t\t\tzone = getZone(name),\n\t\t\tout = moment.utc.apply(null, args);\n\n\t\tif (zone && !moment.isMoment(input) && needsOffset(out)) {\n\t\t\tout.add(zone.parse(out), 'minutes');\n\t\t}\n\n\t\tout.tz(name);\n\n\t\treturn out;\n\t}\n\n\ttz.version = VERSION;\n\ttz.dataVersion = '';\n\ttz._zones = zones;\n\ttz._links = links;\n\ttz._names = names;\n\ttz._countries\t= countries;\n\ttz.add = addZone;\n\ttz.link = addLink;\n\ttz.load = loadData;\n\ttz.zone = getZone;\n\ttz.zoneExists = zoneExists; // deprecated in 0.1.0\n\ttz.guess = guess;\n\ttz.names = getNames;\n\ttz.Zone = Zone;\n\ttz.unpack = unpack;\n\ttz.unpackBase60 = unpackBase60;\n\ttz.needsOffset = needsOffset;\n\ttz.moveInvalidForward = true;\n\ttz.moveAmbiguousForward = false;\n\ttz.countries = getCountryNames;\n\ttz.zonesForCountry = zonesForCountry;\n\n\t/************************************\n\t\tInterface with Moment.js\n\t************************************/\n\n\tvar fn = moment.fn;\n\n\tmoment.tz = tz;\n\n\tmoment.defaultZone = null;\n\n\tmoment.updateOffset = function (mom, keepTime) {\n\t\tvar zone = moment.defaultZone,\n\t\t\toffset;\n\n\t\tif (mom._z === undefined) {\n\t\t\tif (zone && needsOffset(mom) && !mom._isUTC) {\n\t\t\t\tmom._d = moment.utc(mom._a)._d;\n\t\t\t\tmom.utc().add(zone.parse(mom), 'minutes');\n\t\t\t}\n\t\t\tmom._z = zone;\n\t\t}\n\t\tif (mom._z) {\n\t\t\toffset = mom._z.utcOffset(mom);\n\t\t\tif (Math.abs(offset) < 16) {\n\t\t\t\toffset = offset / 60;\n\t\t\t}\n\t\t\tif (mom.utcOffset !== undefined) {\n\t\t\t\tvar z = mom._z;\n\t\t\t\tmom.utcOffset(-offset, keepTime);\n\t\t\t\tmom._z = z;\n\t\t\t} else {\n\t\t\t\tmom.zone(offset, keepTime);\n\t\t\t}\n\t\t}\n\t};\n\n\tfn.tz = function (name, keepTime) {\n\t\tif (name) {\n\t\t\tif (typeof name !== 'string') {\n\t\t\t\tthrow new Error('Time zone name must be a string, got ' + name + ' [' + typeof name + ']');\n\t\t\t}\n\t\t\tthis._z = getZone(name);\n\t\t\tif (this._z) {\n\t\t\t\tmoment.updateOffset(this, keepTime);\n\t\t\t} else {\n\t\t\t\tlogError(\"Moment Timezone has no data for \" + name + \". See http://momentjs.com/timezone/docs/#/data-loading/.\");\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\t\tif (this._z) { return this._z.name; }\n\t};\n\n\tfunction abbrWrap (old) {\n\t\treturn function () {\n\t\t\tif (this._z) { return this._z.abbr(this); }\n\t\t\treturn old.call(this);\n\t\t};\n\t}\n\n\tfunction resetZoneWrap (old) {\n\t\treturn function () {\n\t\t\tthis._z = null;\n\t\t\treturn old.apply(this, arguments);\n\t\t};\n\t}\n\n\tfunction resetZoneWrap2 (old) {\n\t\treturn function () {\n\t\t\tif (arguments.length > 0) this._z = null;\n\t\t\treturn old.apply(this, arguments);\n\t\t};\n\t}\n\n\tfn.zoneName = abbrWrap(fn.zoneName);\n\tfn.zoneAbbr = abbrWrap(fn.zoneAbbr);\n\tfn.utc = resetZoneWrap(fn.utc);\n\tfn.local = resetZoneWrap(fn.local);\n\tfn.utcOffset = resetZoneWrap2(fn.utcOffset);\n\n\tmoment.tz.setDefault = function(name) {\n\t\tif (major < 2 || (major === 2 && minor < 9)) {\n\t\t\tlogError('Moment Timezone setDefault() requires Moment.js >= 2.9.0. You are using Moment.js ' + moment.version + '.');\n\t\t}\n\t\tmoment.defaultZone = name ? getZone(name) : null;\n\t\treturn moment;\n\t};\n\n\t// Cloning a moment should include the _z property.\n\tvar momentProperties = moment.momentProperties;\n\tif (Object.prototype.toString.call(momentProperties) === '[object Array]') {\n\t\t// moment 2.8.1+\n\t\tmomentProperties.push('_z');\n\t\tmomentProperties.push('_a');\n\t} else if (momentProperties) {\n\t\t// moment 2.7.0\n\t\tmomentProperties._z = null;\n\t}\n\n\t// INJECT DATA\n\n\treturn moment;\n}));\n","/** @license React v16.13.1\n * react-is.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';var b=\"function\"===typeof Symbol&&Symbol.for,c=b?Symbol.for(\"react.element\"):60103,d=b?Symbol.for(\"react.portal\"):60106,e=b?Symbol.for(\"react.fragment\"):60107,f=b?Symbol.for(\"react.strict_mode\"):60108,g=b?Symbol.for(\"react.profiler\"):60114,h=b?Symbol.for(\"react.provider\"):60109,k=b?Symbol.for(\"react.context\"):60110,l=b?Symbol.for(\"react.async_mode\"):60111,m=b?Symbol.for(\"react.concurrent_mode\"):60111,n=b?Symbol.for(\"react.forward_ref\"):60112,p=b?Symbol.for(\"react.suspense\"):60113,q=b?\nSymbol.for(\"react.suspense_list\"):60120,r=b?Symbol.for(\"react.memo\"):60115,t=b?Symbol.for(\"react.lazy\"):60116,v=b?Symbol.for(\"react.block\"):60121,w=b?Symbol.for(\"react.fundamental\"):60117,x=b?Symbol.for(\"react.responder\"):60118,y=b?Symbol.for(\"react.scope\"):60119;\nfunction z(a){if(\"object\"===typeof a&&null!==a){var u=a.$$typeof;switch(u){case c:switch(a=a.type,a){case l:case m:case e:case g:case f:case p:return a;default:switch(a=a&&a.$$typeof,a){case k:case n:case t:case r:case h:return a;default:return u}}case d:return u}}}function A(a){return z(a)===m}exports.AsyncMode=l;exports.ConcurrentMode=m;exports.ContextConsumer=k;exports.ContextProvider=h;exports.Element=c;exports.ForwardRef=n;exports.Fragment=e;exports.Lazy=t;exports.Memo=r;exports.Portal=d;\nexports.Profiler=g;exports.StrictMode=f;exports.Suspense=p;exports.isAsyncMode=function(a){return A(a)||z(a)===l};exports.isConcurrentMode=A;exports.isContextConsumer=function(a){return z(a)===k};exports.isContextProvider=function(a){return z(a)===h};exports.isElement=function(a){return\"object\"===typeof a&&null!==a&&a.$$typeof===c};exports.isForwardRef=function(a){return z(a)===n};exports.isFragment=function(a){return z(a)===e};exports.isLazy=function(a){return z(a)===t};\nexports.isMemo=function(a){return z(a)===r};exports.isPortal=function(a){return z(a)===d};exports.isProfiler=function(a){return z(a)===g};exports.isStrictMode=function(a){return z(a)===f};exports.isSuspense=function(a){return z(a)===p};\nexports.isValidElementType=function(a){return\"string\"===typeof a||\"function\"===typeof a||a===e||a===m||a===g||a===f||a===p||a===q||\"object\"===typeof a&&null!==a&&(a.$$typeof===t||a.$$typeof===r||a.$$typeof===h||a.$$typeof===k||a.$$typeof===n||a.$$typeof===w||a.$$typeof===x||a.$$typeof===y||a.$$typeof===v)};exports.typeOf=z;\n","import jQuery from 'jquery';\r\nimport moment from 'moment';\r\n\r\n// ReSharper disable once InconsistentNaming\r\nconst DateTimePicker = (($, moment) => {\r\n // ReSharper disable InconsistentNaming\r\n const NAME = 'datetimepicker',\r\n DATA_KEY = `${NAME}`,\r\n EVENT_KEY = `.${DATA_KEY}`,\r\n DATA_API_KEY = '.data-api',\r\n Selector = {\r\n DATA_TOGGLE: `[data-toggle=\"${DATA_KEY}\"]`\r\n },\r\n ClassName = {\r\n INPUT: `${NAME}-input`\r\n },\r\n Event = {\r\n CHANGE: `change${EVENT_KEY}`,\r\n BLUR: `blur${EVENT_KEY}`,\r\n KEYUP: `keyup${EVENT_KEY}`,\r\n KEYDOWN: `keydown${EVENT_KEY}`,\r\n FOCUS: `focus${EVENT_KEY}`,\r\n CLICK_DATA_API: `click${EVENT_KEY}${DATA_API_KEY}`,\r\n //emitted\r\n UPDATE: `update${EVENT_KEY}`,\r\n ERROR: `error${EVENT_KEY}`,\r\n HIDE: `hide${EVENT_KEY}`,\r\n SHOW: `show${EVENT_KEY}`\r\n },\r\n DatePickerModes = [{\r\n CLASS_NAME: 'days',\r\n NAV_FUNCTION: 'M',\r\n NAV_STEP: 1\r\n }, {\r\n CLASS_NAME: 'months',\r\n NAV_FUNCTION: 'y',\r\n NAV_STEP: 1\r\n }, {\r\n CLASS_NAME: 'years',\r\n NAV_FUNCTION: 'y',\r\n NAV_STEP: 10\r\n }, {\r\n CLASS_NAME: 'decades',\r\n NAV_FUNCTION: 'y',\r\n NAV_STEP: 100\r\n }],\r\n KeyMap = {\r\n 'up': 38,\r\n 38: 'up',\r\n 'down': 40,\r\n 40: 'down',\r\n 'left': 37,\r\n 37: 'left',\r\n 'right': 39,\r\n 39: 'right',\r\n 'tab': 9,\r\n 9: 'tab',\r\n 'escape': 27,\r\n 27: 'escape',\r\n 'enter': 13,\r\n 13: 'enter',\r\n 'pageUp': 33,\r\n 33: 'pageUp',\r\n 'pageDown': 34,\r\n 34: 'pageDown',\r\n 'shift': 16,\r\n 16: 'shift',\r\n 'control': 17,\r\n 17: 'control',\r\n 'space': 32,\r\n 32: 'space',\r\n 't': 84,\r\n 84: 't',\r\n 'delete': 46,\r\n 46: 'delete'\r\n },\r\n ViewModes = ['times', 'days', 'months', 'years', 'decades'],\r\n keyState = {},\r\n keyPressHandled = {};\r\n\r\n let Default = {\r\n timeZone: '',\r\n format: false,\r\n dayViewHeaderFormat: 'MMMM YYYY',\r\n extraFormats: false,\r\n stepping: 1,\r\n minDate: false,\r\n maxDate: false,\r\n useCurrent: true,\r\n collapse: true,\r\n locale: moment.locale(),\r\n defaultDate: false,\r\n disabledDates: false,\r\n enabledDates: false,\r\n icons: {\r\n time: 'fa fa-clock-o',\r\n date: 'fa fa-calendar',\r\n up: 'fa fa-arrow-up',\r\n down: 'fa fa-arrow-down',\r\n previous: 'fa fa-chevron-left',\r\n next: 'fa fa-chevron-right',\r\n today: 'fa fa-calendar-check-o',\r\n clear: 'fa fa-delete',\r\n close: 'fa fa-times'\r\n },\r\n tooltips: {\r\n today: 'Go to today',\r\n clear: 'Clear selection',\r\n close: 'Close the picker',\r\n selectMonth: 'Select Month',\r\n prevMonth: 'Previous Month',\r\n nextMonth: 'Next Month',\r\n selectYear: 'Select Year',\r\n prevYear: 'Previous Year',\r\n nextYear: 'Next Year',\r\n selectDecade: 'Select Decade',\r\n prevDecade: 'Previous Decade',\r\n nextDecade: 'Next Decade',\r\n prevCentury: 'Previous Century',\r\n nextCentury: 'Next Century',\r\n pickHour: 'Pick Hour',\r\n incrementHour: 'Increment Hour',\r\n decrementHour: 'Decrement Hour',\r\n pickMinute: 'Pick Minute',\r\n incrementMinute: 'Increment Minute',\r\n decrementMinute: 'Decrement Minute',\r\n pickSecond: 'Pick Second',\r\n incrementSecond: 'Increment Second',\r\n decrementSecond: 'Decrement Second',\r\n togglePeriod: 'Toggle Period',\r\n selectTime: 'Select Time',\r\n selectDate: 'Select Date'\r\n },\r\n useStrict: false,\r\n sideBySide: false,\r\n daysOfWeekDisabled: false,\r\n calendarWeeks: false,\r\n viewMode: 'days',\r\n toolbarPlacement: 'default',\r\n buttons: {\r\n showToday: false,\r\n showClear: false,\r\n showClose: false\r\n },\r\n widgetPositioning: {\r\n horizontal: 'auto',\r\n vertical: 'auto'\r\n },\r\n widgetParent: null,\r\n ignoreReadonly: false,\r\n keepOpen: false,\r\n focusOnShow: true,\r\n inline: false,\r\n keepInvalid: false,\r\n keyBinds: {\r\n up: function () {\r\n if (!this.widget) {\r\n return false;\r\n }\r\n const d = this._dates[0] || this.getMoment();\r\n if (this.widget.find('.datepicker').is(':visible')) {\r\n this.date(d.clone().subtract(7, 'd'));\r\n } else {\r\n this.date(d.clone().add(this.stepping(), 'm'));\r\n }\r\n return true;\r\n },\r\n down: function () {\r\n if (!this.widget) {\r\n this.show();\r\n return false;\r\n }\r\n const d = this._dates[0] || this.getMoment();\r\n if (this.widget.find('.datepicker').is(':visible')) {\r\n this.date(d.clone().add(7, 'd'));\r\n } else {\r\n this.date(d.clone().subtract(this.stepping(), 'm'));\r\n }\r\n return true;\r\n },\r\n 'control up': function () {\r\n if (!this.widget) {\r\n return false;\r\n }\r\n const d = this._dates[0] || this.getMoment();\r\n if (this.widget.find('.datepicker').is(':visible')) {\r\n this.date(d.clone().subtract(1, 'y'));\r\n } else {\r\n this.date(d.clone().add(1, 'h'));\r\n }\r\n return true;\r\n },\r\n 'control down': function () {\r\n if (!this.widget) {\r\n return false;\r\n }\r\n const d = this._dates[0] || this.getMoment();\r\n if (this.widget.find('.datepicker').is(':visible')) {\r\n this.date(d.clone().add(1, 'y'));\r\n } else {\r\n this.date(d.clone().subtract(1, 'h'));\r\n }\r\n return true;\r\n },\r\n left: function () {\r\n if (!this.widget) {\r\n return false;\r\n }\r\n const d = this._dates[0] || this.getMoment();\r\n if (this.widget.find('.datepicker').is(':visible')) {\r\n this.date(d.clone().subtract(1, 'd'));\r\n }\r\n return true;\r\n },\r\n right: function () {\r\n if (!this.widget) {\r\n return false;\r\n }\r\n const d = this._dates[0] || this.getMoment();\r\n if (this.widget.find('.datepicker').is(':visible')) {\r\n this.date(d.clone().add(1, 'd'));\r\n }\r\n return true;\r\n },\r\n pageUp: function () {\r\n if (!this.widget) {\r\n return false;\r\n }\r\n const d = this._dates[0] || this.getMoment();\r\n if (this.widget.find('.datepicker').is(':visible')) {\r\n this.date(d.clone().subtract(1, 'M'));\r\n }\r\n return true;\r\n },\r\n pageDown: function () {\r\n if (!this.widget) {\r\n return false;\r\n }\r\n const d = this._dates[0] || this.getMoment();\r\n if (this.widget.find('.datepicker').is(':visible')) {\r\n this.date(d.clone().add(1, 'M'));\r\n }\r\n return true;\r\n },\r\n enter: function () {\r\n if (!this.widget) {\r\n return false;\r\n }\r\n this.hide();\r\n return true;\r\n },\r\n escape: function () {\r\n if (!this.widget) {\r\n return false;\r\n }\r\n this.hide();\r\n return true;\r\n },\r\n 'control space': function () {\r\n if (!this.widget) {\r\n return false;\r\n }\r\n if (this.widget.find('.timepicker').is(':visible')) {\r\n this.widget.find('.btn[data-action=\"togglePeriod\"]').click();\r\n }\r\n return true;\r\n },\r\n t: function () {\r\n if (!this.widget) {\r\n return false;\r\n }\r\n this.date(this.getMoment());\r\n return true;\r\n },\r\n 'delete': function () {\r\n if (!this.widget) {\r\n return false;\r\n }\r\n this.clear();\r\n return true;\r\n }\r\n },\r\n debug: false,\r\n allowInputToggle: false,\r\n disabledTimeIntervals: false,\r\n disabledHours: false,\r\n enabledHours: false,\r\n viewDate: false,\r\n allowMultidate: false,\r\n multidateSeparator: ','\r\n };\r\n\r\n // ReSharper restore InconsistentNaming\r\n\r\n // ReSharper disable once DeclarationHides\r\n // ReSharper disable once InconsistentNaming\r\n class DateTimePicker {\r\n /** @namespace eData.dateOptions */\r\n /** @namespace moment.tz */\r\n\r\n constructor(element, options) {\r\n this._options = this._getOptions(options);\r\n this._element = element;\r\n this._dates = [];\r\n this._datesFormatted = [];\r\n this._viewDate = null;\r\n this.unset = true;\r\n this.component = false;\r\n this.widget = false;\r\n this.use24Hours = null;\r\n this.actualFormat = null;\r\n this.parseFormats = null;\r\n this.currentViewMode = null;\r\n this.MinViewModeNumber = 0;\r\n\r\n this._int();\r\n }\r\n\r\n /**\r\n * @return {string}\r\n */\r\n static get NAME() {\r\n return NAME;\r\n }\r\n\r\n /**\r\n * @return {string}\r\n */\r\n static get DATA_KEY() {\r\n return DATA_KEY;\r\n }\r\n\r\n /**\r\n * @return {string}\r\n */\r\n static get EVENT_KEY() {\r\n return EVENT_KEY;\r\n }\r\n\r\n /**\r\n * @return {string}\r\n */\r\n static get DATA_API_KEY() {\r\n return DATA_API_KEY;\r\n }\r\n\r\n static get DatePickerModes() {\r\n return DatePickerModes;\r\n }\r\n\r\n static get ViewModes() {\r\n return ViewModes;\r\n }\r\n\r\n static get Event() {\r\n return Event;\r\n }\r\n\r\n static get Selector() {\r\n return Selector;\r\n }\r\n\r\n static get Default() {\r\n return Default;\r\n }\r\n\r\n static set Default(value) {\r\n Default = value;\r\n }\r\n\r\n static get ClassName() {\r\n return ClassName;\r\n }\r\n\r\n //private\r\n\r\n _int() {\r\n const targetInput = this._element.data('target-input');\r\n if (this._element.is('input')) {\r\n this.input = this._element;\r\n } else if (targetInput !== undefined) {\r\n if (targetInput === 'nearest') {\r\n this.input = this._element.find('input');\r\n } else {\r\n this.input = $(targetInput);\r\n }\r\n }\r\n\r\n this._dates = [];\r\n this._dates[0] = this.getMoment();\r\n this._viewDate = this.getMoment().clone();\r\n\r\n $.extend(true, this._options, this._dataToOptions());\r\n\r\n this.options(this._options);\r\n\r\n this._initFormatting();\r\n\r\n if (this.input !== undefined && this.input.is('input') && this.input.val().trim().length !== 0) {\r\n this._setValue(this._parseInputDate(this.input.val().trim()), 0);\r\n } else if (this._options.defaultDate && this.input !== undefined && this.input.attr('placeholder') === undefined) {\r\n this._setValue(this._options.defaultDate, 0);\r\n }\r\n if (this._options.inline) {\r\n this.show();\r\n }\r\n }\r\n\r\n _update() {\r\n if (!this.widget) {\r\n return;\r\n }\r\n this._fillDate();\r\n this._fillTime();\r\n }\r\n\r\n _setValue(targetMoment, index) {\r\n const oldDate = this.unset ? null : this._dates[index];\r\n let outpValue = '';\r\n // case of calling setValue(null or false)\r\n if (!targetMoment) {\r\n if (!this._options.allowMultidate || this._dates.length === 1) {\r\n this.unset = true;\r\n this._dates = [];\r\n this._datesFormatted = [];\r\n } else {\r\n outpValue = `${this._element.data('date')},`;\r\n outpValue = outpValue.replace(`${oldDate.format(this.actualFormat)},`, '').replace(',,', '').replace(/,\\s*$/, '');\r\n this._dates.splice(index, 1);\r\n this._datesFormatted.splice(index, 1);\r\n }\r\n if (this.input !== undefined) {\r\n this.input.val(outpValue);\r\n this.input.trigger('input');\r\n }\r\n this._element.data('date', outpValue);\r\n this._notifyEvent({\r\n type: DateTimePicker.Event.CHANGE,\r\n date: false,\r\n oldDate: oldDate\r\n });\r\n this._update();\r\n return;\r\n }\r\n\r\n targetMoment = targetMoment.clone().locale(this._options.locale);\r\n\r\n if (this._hasTimeZone()) {\r\n targetMoment.tz(this._options.timeZone);\r\n }\r\n\r\n if (this._options.stepping !== 1) {\r\n targetMoment.minutes(Math.round(targetMoment.minutes() / this._options.stepping) * this._options.stepping).seconds(0);\r\n }\r\n\r\n if (this._isValid(targetMoment)) {\r\n this._dates[index] = targetMoment;\r\n this._datesFormatted[index] = targetMoment.format('YYYY-MM-DD');\r\n this._viewDate = targetMoment.clone();\r\n if (this._options.allowMultidate && this._dates.length > 1) {\r\n for (let i = 0; i < this._dates.length; i++) {\r\n outpValue += `${this._dates[i].format(this.actualFormat)}${this._options.multidateSeparator}`;\r\n }\r\n outpValue = outpValue.replace(/,\\s*$/, '');\r\n } else {\r\n outpValue = this._dates[index].format(this.actualFormat);\r\n }\r\n if (this.input !== undefined) {\r\n this.input.val(outpValue);\r\n this.input.trigger('input');\r\n }\r\n this._element.data('date', outpValue);\r\n\r\n this.unset = false;\r\n this._update();\r\n this._notifyEvent({\r\n type: DateTimePicker.Event.CHANGE,\r\n date: this._dates[index].clone(),\r\n oldDate: oldDate\r\n });\r\n } else {\r\n if (!this._options.keepInvalid) {\r\n if (this.input !== undefined) {\r\n this.input.val(`${this.unset ? '' : this._dates[index].format(this.actualFormat)}`);\r\n this.input.trigger('input');\r\n }\r\n } else {\r\n this._notifyEvent({\r\n type: DateTimePicker.Event.CHANGE,\r\n date: targetMoment,\r\n oldDate: oldDate\r\n });\r\n }\r\n this._notifyEvent({\r\n type: DateTimePicker.Event.ERROR,\r\n date: targetMoment,\r\n oldDate: oldDate\r\n });\r\n }\r\n }\r\n\r\n _change(e) {\r\n const val = $(e.target).val().trim(),\r\n parsedDate = val ? this._parseInputDate(val) : null;\r\n this._setValue(parsedDate);\r\n e.stopImmediatePropagation();\r\n return false;\r\n }\r\n\r\n //noinspection JSMethodCanBeStatic\r\n _getOptions(options) {\r\n options = $.extend(true, {}, Default, options);\r\n return options;\r\n }\r\n\r\n _hasTimeZone() {\r\n return moment.tz !== undefined && this._options.timeZone !== undefined && this._options.timeZone !== null && this._options.timeZone !== '';\r\n }\r\n\r\n _isEnabled(granularity) {\r\n if (typeof granularity !== 'string' || granularity.length > 1) {\r\n throw new TypeError('isEnabled expects a single character string parameter');\r\n }\r\n switch (granularity) {\r\n case 'y':\r\n return this.actualFormat.indexOf('Y') !== -1;\r\n case 'M':\r\n return this.actualFormat.indexOf('M') !== -1;\r\n case 'd':\r\n return this.actualFormat.toLowerCase().indexOf('d') !== -1;\r\n case 'h':\r\n case 'H':\r\n return this.actualFormat.toLowerCase().indexOf('h') !== -1;\r\n case 'm':\r\n return this.actualFormat.indexOf('m') !== -1;\r\n case 's':\r\n return this.actualFormat.indexOf('s') !== -1;\r\n case 'a':\r\n case 'A':\r\n return this.actualFormat.toLowerCase().indexOf('a') !== -1;\r\n default:\r\n return false;\r\n }\r\n }\r\n\r\n _hasTime() {\r\n return this._isEnabled('h') || this._isEnabled('m') || this._isEnabled('s');\r\n }\r\n\r\n _hasDate() {\r\n return this._isEnabled('y') || this._isEnabled('M') || this._isEnabled('d');\r\n }\r\n\r\n _dataToOptions() {\r\n const eData = this._element.data();\r\n let dataOptions = {};\r\n\r\n if (eData.dateOptions && eData.dateOptions instanceof Object) {\r\n dataOptions = $.extend(true, dataOptions, eData.dateOptions);\r\n }\r\n\r\n $.each(this._options, function (key) {\r\n const attributeName = `date${key.charAt(0).toUpperCase()}${key.slice(1)}`; //todo data api key\r\n if (eData[attributeName] !== undefined) {\r\n dataOptions[key] = eData[attributeName];\r\n } else {\r\n delete dataOptions[key];\r\n }\r\n });\r\n return dataOptions;\r\n }\r\n\r\n _notifyEvent(e) {\r\n if ((e.type === DateTimePicker.Event.CHANGE && (e.date && e.date.isSame(e.oldDate)) || !e.date && !e.oldDate)) {\r\n return;\r\n }\r\n this._element.trigger(e);\r\n }\r\n\r\n _viewUpdate(e) {\r\n if (e === 'y') {\r\n e = 'YYYY';\r\n }\r\n this._notifyEvent({\r\n type: DateTimePicker.Event.UPDATE,\r\n change: e,\r\n viewDate: this._viewDate.clone()\r\n });\r\n }\r\n\r\n _showMode(dir) {\r\n if (!this.widget) {\r\n return;\r\n }\r\n if (dir) {\r\n this.currentViewMode = Math.max(this.MinViewModeNumber, Math.min(3, this.currentViewMode + dir));\r\n }\r\n this.widget.find('.datepicker > div').hide().filter(`.datepicker-${DatePickerModes[this.currentViewMode].CLASS_NAME}`).show();\r\n }\r\n\r\n _isInDisabledDates(testDate) {\r\n return this._options.disabledDates[testDate.format('YYYY-MM-DD')] === true;\r\n }\r\n\r\n _isInEnabledDates(testDate) {\r\n return this._options.enabledDates[testDate.format('YYYY-MM-DD')] === true;\r\n }\r\n\r\n _isInDisabledHours(testDate) {\r\n return this._options.disabledHours[testDate.format('H')] === true;\r\n }\r\n\r\n _isInEnabledHours(testDate) {\r\n return this._options.enabledHours[testDate.format('H')] === true;\r\n }\r\n\r\n _isValid(targetMoment, granularity) {\r\n if (!targetMoment.isValid()) {\r\n return false;\r\n }\r\n if (this._options.disabledDates && granularity === 'd' && this._isInDisabledDates(targetMoment)) {\r\n return false;\r\n }\r\n if (this._options.enabledDates && granularity === 'd' && !this._isInEnabledDates(targetMoment)) {\r\n return false;\r\n }\r\n if (this._options.minDate && targetMoment.isBefore(this._options.minDate, granularity)) {\r\n return false;\r\n }\r\n if (this._options.maxDate && targetMoment.isAfter(this._options.maxDate, granularity)) {\r\n return false;\r\n }\r\n if (this._options.daysOfWeekDisabled && granularity === 'd' && this._options.daysOfWeekDisabled.indexOf(targetMoment.day()) !== -1) {\r\n return false;\r\n }\r\n if (this._options.disabledHours && (granularity === 'h' || granularity === 'm' || granularity === 's') && this._isInDisabledHours(targetMoment)) {\r\n return false;\r\n }\r\n if (this._options.enabledHours && (granularity === 'h' || granularity === 'm' || granularity === 's') && !this._isInEnabledHours(targetMoment)) {\r\n return false;\r\n }\r\n if (this._options.disabledTimeIntervals && (granularity === 'h' || granularity === 'm' || granularity === 's')) {\r\n let found = false;\r\n $.each(this._options.disabledTimeIntervals, function () {\r\n if (targetMoment.isBetween(this[0], this[1])) {\r\n found = true;\r\n return false;\r\n }\r\n });\r\n if (found) {\r\n return false;\r\n }\r\n }\r\n return true;\r\n }\r\n\r\n _parseInputDate(inputDate) {\r\n if (this._options.parseInputDate === undefined) {\r\n if (!moment.isMoment(inputDate)) {\r\n inputDate = this.getMoment(inputDate);\r\n }\r\n } else {\r\n inputDate = this._options.parseInputDate(inputDate);\r\n }\r\n //inputDate.locale(this.options.locale);\r\n return inputDate;\r\n }\r\n\r\n _keydown(e) {\r\n let handler = null,\r\n index,\r\n index2,\r\n keyBindKeys,\r\n allModifiersPressed;\r\n const pressedKeys = [],\r\n pressedModifiers = {},\r\n currentKey = e.which,\r\n pressed = 'p';\r\n\r\n keyState[currentKey] = pressed;\r\n\r\n for (index in keyState) {\r\n if (keyState.hasOwnProperty(index) && keyState[index] === pressed) {\r\n pressedKeys.push(index);\r\n if (parseInt(index, 10) !== currentKey) {\r\n pressedModifiers[index] = true;\r\n }\r\n }\r\n }\r\n\r\n for (index in this._options.keyBinds) {\r\n if (this._options.keyBinds.hasOwnProperty(index) && typeof this._options.keyBinds[index] === 'function') {\r\n keyBindKeys = index.split(' ');\r\n if (keyBindKeys.length === pressedKeys.length && KeyMap[currentKey] === keyBindKeys[keyBindKeys.length - 1]) {\r\n allModifiersPressed = true;\r\n for (index2 = keyBindKeys.length - 2; index2 >= 0; index2--) {\r\n if (!(KeyMap[keyBindKeys[index2]] in pressedModifiers)) {\r\n allModifiersPressed = false;\r\n break;\r\n }\r\n }\r\n if (allModifiersPressed) {\r\n handler = this._options.keyBinds[index];\r\n break;\r\n }\r\n }\r\n }\r\n }\r\n\r\n if (handler) {\r\n if (handler.call(this)) {\r\n e.stopPropagation();\r\n e.preventDefault();\r\n }\r\n }\r\n }\r\n\r\n //noinspection JSMethodCanBeStatic,SpellCheckingInspection\r\n _keyup(e) {\r\n keyState[e.which] = 'r';\r\n if (keyPressHandled[e.which]) {\r\n keyPressHandled[e.which] = false;\r\n e.stopPropagation();\r\n e.preventDefault();\r\n }\r\n }\r\n\r\n _indexGivenDates(givenDatesArray) {\r\n // Store given enabledDates and disabledDates as keys.\r\n // This way we can check their existence in O(1) time instead of looping through whole array.\r\n // (for example: options.enabledDates['2014-02-27'] === true)\r\n const givenDatesIndexed = {},\r\n self = this;\r\n $.each(givenDatesArray, function () {\r\n const dDate = self._parseInputDate(this);\r\n if (dDate.isValid()) {\r\n givenDatesIndexed[dDate.format('YYYY-MM-DD')] = true;\r\n }\r\n });\r\n return Object.keys(givenDatesIndexed).length ? givenDatesIndexed : false;\r\n }\r\n\r\n _indexGivenHours(givenHoursArray) {\r\n // Store given enabledHours and disabledHours as keys.\r\n // This way we can check their existence in O(1) time instead of looping through whole array.\r\n // (for example: options.enabledHours['2014-02-27'] === true)\r\n const givenHoursIndexed = {};\r\n $.each(givenHoursArray, function () {\r\n givenHoursIndexed[this] = true;\r\n });\r\n return Object.keys(givenHoursIndexed).length ? givenHoursIndexed : false;\r\n }\r\n\r\n _initFormatting() {\r\n const format = this._options.format || 'L LT', self = this;\r\n\r\n this.actualFormat = format.replace(/(\\[[^\\[]*])|(\\\\)?(LTS|LT|LL?L?L?|l{1,4})/g, function (formatInput) {\r\n return self._dates[0].localeData().longDateFormat(formatInput) || formatInput; //todo taking the first date should be ok\r\n });\r\n\r\n this.parseFormats = this._options.extraFormats ? this._options.extraFormats.slice() : [];\r\n if (this.parseFormats.indexOf(format) < 0 && this.parseFormats.indexOf(this.actualFormat) < 0) {\r\n this.parseFormats.push(this.actualFormat);\r\n }\r\n\r\n this.use24Hours = this.actualFormat.toLowerCase().indexOf('a') < 1 && this.actualFormat.replace(/\\[.*?]/g, '').indexOf('h') < 1;\r\n\r\n if (this._isEnabled('y')) {\r\n this.MinViewModeNumber = 2;\r\n }\r\n if (this._isEnabled('M')) {\r\n this.MinViewModeNumber = 1;\r\n }\r\n if (this._isEnabled('d')) {\r\n this.MinViewModeNumber = 0;\r\n }\r\n\r\n this.currentViewMode = Math.max(this.MinViewModeNumber, this.currentViewMode);\r\n\r\n if (!this.unset) {\r\n this._setValue(this._dates[0], 0);\r\n }\r\n }\r\n\r\n _getLastPickedDate() {\r\n return this._dates[this._getLastPickedDateIndex()];\r\n }\r\n\r\n _getLastPickedDateIndex() {\r\n return this._dates.length - 1;\r\n }\r\n\r\n //public\r\n getMoment(d) {\r\n let returnMoment;\r\n\r\n if (d === undefined || d === null) {\r\n returnMoment = moment(); //TODO should this use format? and locale?\r\n } else if (this._hasTimeZone()) {\r\n // There is a string to parse and a default time zone\r\n // parse with the tz function which takes a default time zone if it is not in the format string\r\n returnMoment = moment.tz(d, this.parseFormats, this._options.locale, this._options.useStrict, this._options.timeZone);\r\n } else {\r\n returnMoment = moment(d, this.parseFormats, this._options.locale, this._options.useStrict);\r\n }\r\n\r\n if (this._hasTimeZone()) {\r\n returnMoment.tz(this._options.timeZone);\r\n }\r\n\r\n return returnMoment;\r\n }\r\n\r\n toggle() {\r\n return this.widget ? this.hide() : this.show();\r\n }\r\n\r\n ignoreReadonly(ignoreReadonly) {\r\n if (arguments.length === 0) {\r\n return this._options.ignoreReadonly;\r\n }\r\n if (typeof ignoreReadonly !== 'boolean') {\r\n throw new TypeError('ignoreReadonly () expects a boolean parameter');\r\n }\r\n this._options.ignoreReadonly = ignoreReadonly;\r\n }\r\n\r\n options(newOptions) {\r\n if (arguments.length === 0) {\r\n return $.extend(true, {}, this._options);\r\n }\r\n\r\n if (!(newOptions instanceof Object)) {\r\n throw new TypeError('options() this.options parameter should be an object');\r\n }\r\n $.extend(true, this._options, newOptions);\r\n const self = this;\r\n $.each(this._options, function (key, value) {\r\n if (self[key] !== undefined) {\r\n self[key](value);\r\n }\r\n });\r\n }\r\n\r\n date(newDate, index) {\r\n index = index || 0;\r\n if (arguments.length === 0) {\r\n if (this.unset) {\r\n return null;\r\n }\r\n if (this._options.allowMultidate) {\r\n return this._dates.join(this._options.multidateSeparator);\r\n }\r\n else {\r\n return this._dates[index].clone();\r\n }\r\n }\r\n\r\n if (newDate !== null && typeof newDate !== 'string' && !moment.isMoment(newDate) && !(newDate instanceof Date)) {\r\n throw new TypeError('date() parameter must be one of [null, string, moment or Date]');\r\n }\r\n\r\n this._setValue(newDate === null ? null : this._parseInputDate(newDate), index);\r\n }\r\n\r\n format(newFormat) {\r\n if (arguments.length === 0) {\r\n return this._options.format;\r\n }\r\n\r\n if (typeof newFormat !== 'string' && (typeof newFormat !== 'boolean' || newFormat !== false)) {\r\n throw new TypeError(`format() expects a string or boolean:false parameter ${newFormat}`);\r\n }\r\n\r\n this._options.format = newFormat;\r\n if (this.actualFormat) {\r\n this._initFormatting(); // reinitialize formatting\r\n }\r\n }\r\n\r\n timeZone(newZone) {\r\n if (arguments.length === 0) {\r\n return this._options.timeZone;\r\n }\r\n\r\n if (typeof newZone !== 'string') {\r\n throw new TypeError('newZone() expects a string parameter');\r\n }\r\n\r\n this._options.timeZone = newZone;\r\n }\r\n\r\n dayViewHeaderFormat(newFormat) {\r\n if (arguments.length === 0) {\r\n return this._options.dayViewHeaderFormat;\r\n }\r\n\r\n if (typeof newFormat !== 'string') {\r\n throw new TypeError('dayViewHeaderFormat() expects a string parameter');\r\n }\r\n\r\n this._options.dayViewHeaderFormat = newFormat;\r\n }\r\n\r\n extraFormats(formats) {\r\n if (arguments.length === 0) {\r\n return this._options.extraFormats;\r\n }\r\n\r\n if (formats !== false && !(formats instanceof Array)) {\r\n throw new TypeError('extraFormats() expects an array or false parameter');\r\n }\r\n\r\n this._options.extraFormats = formats;\r\n if (this.parseFormats) {\r\n this._initFormatting(); // reinit formatting\r\n }\r\n }\r\n\r\n disabledDates(dates) {\r\n if (arguments.length === 0) {\r\n return this._options.disabledDates ? $.extend({}, this._options.disabledDates) : this._options.disabledDates;\r\n }\r\n\r\n if (!dates) {\r\n this._options.disabledDates = false;\r\n this._update();\r\n return true;\r\n }\r\n if (!(dates instanceof Array)) {\r\n throw new TypeError('disabledDates() expects an array parameter');\r\n }\r\n this._options.disabledDates = this._indexGivenDates(dates);\r\n this._options.enabledDates = false;\r\n this._update();\r\n }\r\n\r\n enabledDates(dates) {\r\n if (arguments.length === 0) {\r\n return this._options.enabledDates ? $.extend({}, this._options.enabledDates) : this._options.enabledDates;\r\n }\r\n\r\n if (!dates) {\r\n this._options.enabledDates = false;\r\n this._update();\r\n return true;\r\n }\r\n if (!(dates instanceof Array)) {\r\n throw new TypeError('enabledDates() expects an array parameter');\r\n }\r\n this._options.enabledDates = this._indexGivenDates(dates);\r\n this._options.disabledDates = false;\r\n this._update();\r\n }\r\n\r\n daysOfWeekDisabled(daysOfWeekDisabled) {\r\n if (arguments.length === 0) {\r\n return this._options.daysOfWeekDisabled.splice(0);\r\n }\r\n\r\n if (typeof daysOfWeekDisabled === 'boolean' && !daysOfWeekDisabled) {\r\n this._options.daysOfWeekDisabled = false;\r\n this._update();\r\n return true;\r\n }\r\n\r\n if (!(daysOfWeekDisabled instanceof Array)) {\r\n throw new TypeError('daysOfWeekDisabled() expects an array parameter');\r\n }\r\n this._options.daysOfWeekDisabled = daysOfWeekDisabled.reduce(function (previousValue, currentValue) {\r\n currentValue = parseInt(currentValue, 10);\r\n if (currentValue > 6 || currentValue < 0 || isNaN(currentValue)) {\r\n return previousValue;\r\n }\r\n if (previousValue.indexOf(currentValue) === -1) {\r\n previousValue.push(currentValue);\r\n }\r\n return previousValue;\r\n }, []).sort();\r\n if (this._options.useCurrent && !this._options.keepInvalid) {\r\n for (let i = 0; i < this._dates.length; i++) {\r\n let tries = 0;\r\n while (!this._isValid(this._dates[i], 'd')) {\r\n this._dates[i].add(1, 'd');\r\n if (tries === 31) {\r\n throw 'Tried 31 times to find a valid date';\r\n }\r\n tries++;\r\n }\r\n this._setValue(this._dates[i], i);\r\n }\r\n }\r\n this._update();\r\n }\r\n\r\n maxDate(maxDate) {\r\n if (arguments.length === 0) {\r\n return this._options.maxDate ? this._options.maxDate.clone() : this._options.maxDate;\r\n }\r\n\r\n if (typeof maxDate === 'boolean' && maxDate === false) {\r\n this._options.maxDate = false;\r\n this._update();\r\n return true;\r\n }\r\n\r\n if (typeof maxDate === 'string') {\r\n if (maxDate === 'now' || maxDate === 'moment') {\r\n maxDate = this.getMoment();\r\n }\r\n }\r\n\r\n const parsedDate = this._parseInputDate(maxDate);\r\n\r\n if (!parsedDate.isValid()) {\r\n throw new TypeError(`maxDate() Could not parse date parameter: ${maxDate}`);\r\n }\r\n if (this._options.minDate && parsedDate.isBefore(this._options.minDate)) {\r\n throw new TypeError(`maxDate() date parameter is before this.options.minDate: ${parsedDate.format(this.actualFormat)}`);\r\n }\r\n this._options.maxDate = parsedDate;\r\n for (let i = 0; i < this._dates.length; i++) {\r\n if (this._options.useCurrent && !this._options.keepInvalid && this._dates[i].isAfter(maxDate)) {\r\n this._setValue(this._options.maxDate, i);\r\n }\r\n }\r\n if (this._viewDate.isAfter(parsedDate)) {\r\n this._viewDate = parsedDate.clone().subtract(this._options.stepping, 'm');\r\n }\r\n this._update();\r\n }\r\n\r\n minDate(minDate) {\r\n if (arguments.length === 0) {\r\n return this._options.minDate ? this._options.minDate.clone() : this._options.minDate;\r\n }\r\n\r\n if (typeof minDate === 'boolean' && minDate === false) {\r\n this._options.minDate = false;\r\n this._update();\r\n return true;\r\n }\r\n\r\n if (typeof minDate === 'string') {\r\n if (minDate === 'now' || minDate === 'moment') {\r\n minDate = this.getMoment();\r\n }\r\n }\r\n\r\n const parsedDate = this._parseInputDate(minDate);\r\n\r\n if (!parsedDate.isValid()) {\r\n throw new TypeError(`minDate() Could not parse date parameter: ${minDate}`);\r\n }\r\n if (this._options.maxDate && parsedDate.isAfter(this._options.maxDate)) {\r\n throw new TypeError(`minDate() date parameter is after this.options.maxDate: ${parsedDate.format(this.actualFormat)}`);\r\n }\r\n this._options.minDate = parsedDate;\r\n for (let i = 0; i < this._dates.length; i++) {\r\n if (this._options.useCurrent && !this._options.keepInvalid && this._dates[i].isBefore(minDate)) {\r\n this._setValue(this._options.minDate, i);\r\n }\r\n }\r\n if (this._viewDate.isBefore(parsedDate)) {\r\n this._viewDate = parsedDate.clone().add(this._options.stepping, 'm');\r\n }\r\n this._update();\r\n }\r\n\r\n defaultDate(defaultDate) {\r\n if (arguments.length === 0) {\r\n return this._options.defaultDate ? this._options.defaultDate.clone() : this._options.defaultDate;\r\n }\r\n if (!defaultDate) {\r\n this._options.defaultDate = false;\r\n return true;\r\n }\r\n\r\n if (typeof defaultDate === 'string') {\r\n if (defaultDate === 'now' || defaultDate === 'moment') {\r\n defaultDate = this.getMoment();\r\n } else {\r\n defaultDate = this.getMoment(defaultDate);\r\n }\r\n }\r\n\r\n const parsedDate = this._parseInputDate(defaultDate);\r\n if (!parsedDate.isValid()) {\r\n throw new TypeError(`defaultDate() Could not parse date parameter: ${defaultDate}`);\r\n }\r\n if (!this._isValid(parsedDate)) {\r\n throw new TypeError('defaultDate() date passed is invalid according to component setup validations');\r\n }\r\n\r\n this._options.defaultDate = parsedDate;\r\n\r\n if (this._options.defaultDate && this._options.inline || this.input !== undefined && this.input.val().trim() === '') {\r\n this._setValue(this._options.defaultDate, 0);\r\n }\r\n }\r\n\r\n locale(locale) {\r\n if (arguments.length === 0) {\r\n return this._options.locale;\r\n }\r\n\r\n if (!moment.localeData(locale)) {\r\n throw new TypeError(`locale() locale ${locale} is not loaded from moment locales!`);\r\n }\r\n\r\n this._options.locale = locale;\r\n\r\n for (let i = 0; i < this._dates.length; i++) {\r\n this._dates[i].locale(this._options.locale);\r\n }\r\n this._viewDate.locale(this._options.locale);\r\n\r\n if (this.actualFormat) {\r\n this._initFormatting(); // reinitialize formatting\r\n }\r\n if (this.widget) {\r\n this.hide();\r\n this.show();\r\n }\r\n }\r\n\r\n stepping(stepping) {\r\n if (arguments.length === 0) {\r\n return this._options.stepping;\r\n }\r\n\r\n stepping = parseInt(stepping, 10);\r\n if (isNaN(stepping) || stepping < 1) {\r\n stepping = 1;\r\n }\r\n this._options.stepping = stepping;\r\n }\r\n\r\n useCurrent(useCurrent) {\r\n const useCurrentOptions = ['year', 'month', 'day', 'hour', 'minute'];\r\n if (arguments.length === 0) {\r\n return this._options.useCurrent;\r\n }\r\n\r\n if (typeof useCurrent !== 'boolean' && typeof useCurrent !== 'string') {\r\n throw new TypeError('useCurrent() expects a boolean or string parameter');\r\n }\r\n if (typeof useCurrent === 'string' && useCurrentOptions.indexOf(useCurrent.toLowerCase()) === -1) {\r\n throw new TypeError(`useCurrent() expects a string parameter of ${useCurrentOptions.join(', ')}`);\r\n }\r\n this._options.useCurrent = useCurrent;\r\n }\r\n\r\n collapse(collapse) {\r\n if (arguments.length === 0) {\r\n return this._options.collapse;\r\n }\r\n\r\n if (typeof collapse !== 'boolean') {\r\n throw new TypeError('collapse() expects a boolean parameter');\r\n }\r\n if (this._options.collapse === collapse) {\r\n return true;\r\n }\r\n this._options.collapse = collapse;\r\n if (this.widget) {\r\n this.hide();\r\n this.show();\r\n }\r\n }\r\n\r\n icons(icons) {\r\n if (arguments.length === 0) {\r\n return $.extend({}, this._options.icons);\r\n }\r\n\r\n if (!(icons instanceof Object)) {\r\n throw new TypeError('icons() expects parameter to be an Object');\r\n }\r\n\r\n $.extend(this._options.icons, icons);\r\n\r\n if (this.widget) {\r\n this.hide();\r\n this.show();\r\n }\r\n }\r\n\r\n tooltips(tooltips) {\r\n if (arguments.length === 0) {\r\n return $.extend({}, this._options.tooltips);\r\n }\r\n\r\n if (!(tooltips instanceof Object)) {\r\n throw new TypeError('tooltips() expects parameter to be an Object');\r\n }\r\n $.extend(this._options.tooltips, tooltips);\r\n if (this.widget) {\r\n this.hide();\r\n this.show();\r\n }\r\n }\r\n\r\n useStrict(useStrict) {\r\n if (arguments.length === 0) {\r\n return this._options.useStrict;\r\n }\r\n\r\n if (typeof useStrict !== 'boolean') {\r\n throw new TypeError('useStrict() expects a boolean parameter');\r\n }\r\n this._options.useStrict = useStrict;\r\n }\r\n\r\n sideBySide(sideBySide) {\r\n if (arguments.length === 0) {\r\n return this._options.sideBySide;\r\n }\r\n\r\n if (typeof sideBySide !== 'boolean') {\r\n throw new TypeError('sideBySide() expects a boolean parameter');\r\n }\r\n this._options.sideBySide = sideBySide;\r\n if (this.widget) {\r\n this.hide();\r\n this.show();\r\n }\r\n }\r\n\r\n viewMode(viewMode) {\r\n if (arguments.length === 0) {\r\n return this._options.viewMode;\r\n }\r\n\r\n if (typeof viewMode !== 'string') {\r\n throw new TypeError('viewMode() expects a string parameter');\r\n }\r\n\r\n if (DateTimePicker.ViewModes.indexOf(viewMode) === -1) {\r\n throw new TypeError(`viewMode() parameter must be one of (${DateTimePicker.ViewModes.join(', ')}) value`);\r\n }\r\n\r\n this._options.viewMode = viewMode;\r\n this.currentViewMode = Math.max(DateTimePicker.ViewModes.indexOf(viewMode) - 1, this.MinViewModeNumber);\r\n\r\n this._showMode();\r\n }\r\n\r\n calendarWeeks(calendarWeeks) {\r\n if (arguments.length === 0) {\r\n return this._options.calendarWeeks;\r\n }\r\n\r\n if (typeof calendarWeeks !== 'boolean') {\r\n throw new TypeError('calendarWeeks() expects parameter to be a boolean value');\r\n }\r\n\r\n this._options.calendarWeeks = calendarWeeks;\r\n this._update();\r\n }\r\n\r\n buttons(buttons) {\r\n if (arguments.length === 0) {\r\n return $.extend({}, this._options.buttons);\r\n }\r\n\r\n if (!(buttons instanceof Object)) {\r\n throw new TypeError('buttons() expects parameter to be an Object');\r\n }\r\n\r\n $.extend(this._options.buttons, buttons);\r\n\r\n if (typeof this._options.buttons.showToday !== 'boolean') {\r\n throw new TypeError('buttons.showToday expects a boolean parameter');\r\n }\r\n if (typeof this._options.buttons.showClear !== 'boolean') {\r\n throw new TypeError('buttons.showClear expects a boolean parameter');\r\n }\r\n if (typeof this._options.buttons.showClose !== 'boolean') {\r\n throw new TypeError('buttons.showClose expects a boolean parameter');\r\n }\r\n\r\n if (this.widget) {\r\n this.hide();\r\n this.show();\r\n }\r\n }\r\n\r\n keepOpen(keepOpen) {\r\n if (arguments.length === 0) {\r\n return this._options.keepOpen;\r\n }\r\n\r\n if (typeof keepOpen !== 'boolean') {\r\n throw new TypeError('keepOpen() expects a boolean parameter');\r\n }\r\n\r\n this._options.keepOpen = keepOpen;\r\n }\r\n\r\n focusOnShow(focusOnShow) {\r\n if (arguments.length === 0) {\r\n return this._options.focusOnShow;\r\n }\r\n\r\n if (typeof focusOnShow !== 'boolean') {\r\n throw new TypeError('focusOnShow() expects a boolean parameter');\r\n }\r\n\r\n this._options.focusOnShow = focusOnShow;\r\n }\r\n\r\n inline(inline) {\r\n if (arguments.length === 0) {\r\n return this._options.inline;\r\n }\r\n\r\n if (typeof inline !== 'boolean') {\r\n throw new TypeError('inline() expects a boolean parameter');\r\n }\r\n\r\n this._options.inline = inline;\r\n }\r\n\r\n clear() {\r\n this._setValue(null); //todo\r\n }\r\n\r\n keyBinds(keyBinds) {\r\n if (arguments.length === 0) {\r\n return this._options.keyBinds;\r\n }\r\n\r\n this._options.keyBinds = keyBinds;\r\n }\r\n\r\n debug(debug) {\r\n if (typeof debug !== 'boolean') {\r\n throw new TypeError('debug() expects a boolean parameter');\r\n }\r\n\r\n this._options.debug = debug;\r\n }\r\n\r\n allowInputToggle(allowInputToggle) {\r\n if (arguments.length === 0) {\r\n return this._options.allowInputToggle;\r\n }\r\n\r\n if (typeof allowInputToggle !== 'boolean') {\r\n throw new TypeError('allowInputToggle() expects a boolean parameter');\r\n }\r\n\r\n this._options.allowInputToggle = allowInputToggle;\r\n }\r\n\r\n keepInvalid(keepInvalid) {\r\n if (arguments.length === 0) {\r\n return this._options.keepInvalid;\r\n }\r\n\r\n if (typeof keepInvalid !== 'boolean') {\r\n throw new TypeError('keepInvalid() expects a boolean parameter');\r\n }\r\n this._options.keepInvalid = keepInvalid;\r\n }\r\n\r\n datepickerInput(datepickerInput) {\r\n if (arguments.length === 0) {\r\n return this._options.datepickerInput;\r\n }\r\n\r\n if (typeof datepickerInput !== 'string') {\r\n throw new TypeError('datepickerInput() expects a string parameter');\r\n }\r\n\r\n this._options.datepickerInput = datepickerInput;\r\n }\r\n\r\n parseInputDate(parseInputDate) {\r\n if (arguments.length === 0) {\r\n return this._options.parseInputDate;\r\n }\r\n\r\n if (typeof parseInputDate !== 'function') {\r\n throw new TypeError('parseInputDate() should be as function');\r\n }\r\n\r\n this._options.parseInputDate = parseInputDate;\r\n }\r\n\r\n disabledTimeIntervals(disabledTimeIntervals) {\r\n if (arguments.length === 0) {\r\n return this._options.disabledTimeIntervals ? $.extend({}, this._options.disabledTimeIntervals) : this._options.disabledTimeIntervals;\r\n }\r\n\r\n if (!disabledTimeIntervals) {\r\n this._options.disabledTimeIntervals = false;\r\n this._update();\r\n return true;\r\n }\r\n if (!(disabledTimeIntervals instanceof Array)) {\r\n throw new TypeError('disabledTimeIntervals() expects an array parameter');\r\n }\r\n this._options.disabledTimeIntervals = disabledTimeIntervals;\r\n this._update();\r\n }\r\n\r\n disabledHours(hours) {\r\n if (arguments.length === 0) {\r\n return this._options.disabledHours ? $.extend({}, this._options.disabledHours) : this._options.disabledHours;\r\n }\r\n\r\n if (!hours) {\r\n this._options.disabledHours = false;\r\n this._update();\r\n return true;\r\n }\r\n if (!(hours instanceof Array)) {\r\n throw new TypeError('disabledHours() expects an array parameter');\r\n }\r\n this._options.disabledHours = this._indexGivenHours(hours);\r\n this._options.enabledHours = false;\r\n if (this._options.useCurrent && !this._options.keepInvalid) {\r\n for (let i = 0; i < this._dates.length; i++) {\r\n let tries = 0;\r\n while (!this._isValid(this._dates[i], 'h')) {\r\n this._dates[i].add(1, 'h');\r\n if (tries === 24) {\r\n throw 'Tried 24 times to find a valid date';\r\n }\r\n tries++;\r\n }\r\n this._setValue(this._dates[i], i);\r\n }\r\n }\r\n this._update();\r\n }\r\n\r\n enabledHours(hours) {\r\n if (arguments.length === 0) {\r\n return this._options.enabledHours ? $.extend({}, this._options.enabledHours) : this._options.enabledHours;\r\n }\r\n\r\n if (!hours) {\r\n this._options.enabledHours = false;\r\n this._update();\r\n return true;\r\n }\r\n if (!(hours instanceof Array)) {\r\n throw new TypeError('enabledHours() expects an array parameter');\r\n }\r\n this._options.enabledHours = this._indexGivenHours(hours);\r\n this._options.disabledHours = false;\r\n if (this._options.useCurrent && !this._options.keepInvalid) {\r\n for (let i = 0; i < this._dates.length; i++) {\r\n let tries = 0;\r\n while (!this._isValid(this._dates[i], 'h')) {\r\n this._dates[i].add(1, 'h');\r\n if (tries === 24) {\r\n throw 'Tried 24 times to find a valid date';\r\n }\r\n tries++;\r\n }\r\n this._setValue(this._dates[i], i);\r\n }\r\n }\r\n this._update();\r\n }\r\n\r\n viewDate(newDate) {\r\n if (arguments.length === 0) {\r\n return this._viewDate.clone();\r\n }\r\n\r\n if (!newDate) {\r\n this._viewDate = (this._dates[0] || this.getMoment()).clone();\r\n return true;\r\n }\r\n\r\n if (typeof newDate !== 'string' && !moment.isMoment(newDate) && !(newDate instanceof Date)) {\r\n throw new TypeError('viewDate() parameter must be one of [string, moment or Date]');\r\n }\r\n\r\n this._viewDate = this._parseInputDate(newDate);\r\n this._viewUpdate();\r\n }\r\n\r\n allowMultidate(allowMultidate) {\r\n if (typeof allowMultidate !== 'boolean') {\r\n throw new TypeError('allowMultidate() expects a boolean parameter');\r\n }\r\n\r\n this._options.allowMultidate = allowMultidate;\r\n }\r\n\r\n multidateSeparator(multidateSeparator) {\r\n if (arguments.length === 0) {\r\n return this._options.multidateSeparator;\r\n }\r\n\r\n if (typeof multidateSeparator !== 'string' || multidateSeparator.length > 1) {\r\n throw new TypeError('multidateSeparator expects a single character string parameter');\r\n }\r\n\r\n this._options.multidateSeparator = multidateSeparator;\r\n }\r\n }\r\n\r\n return DateTimePicker;\r\n})(jQuery, moment);\r\n\r\nexport default DateTimePicker;\r\n","/*@preserve\r\n * Tempus Dominus Bootstrap4 v5.1.2 (https://tempusdominus.github.io/bootstrap-4/)\r\n * Copyright 2016-2018 Jonathan Peterson\r\n * Licensed under MIT (https://github.com/tempusdominus/bootstrap-3/blob/master/LICENSE)\r\n */\r\n\r\nif (typeof jQuery === 'undefined') {\r\n throw new Error('Tempus Dominus Bootstrap4\\'s requires jQuery. jQuery must be included before Tempus Dominus Bootstrap4\\'s JavaScript.');\r\n}\r\n\r\n+function ($) {\r\n var version = $.fn.jquery.split(' ')[0].split('.');\r\n if ((version[0] < 2 && version[1] < 9) || (version[0] === 1 && version[1] === 9 && version[2] < 1) || (version[0] >= 4)) {\r\n throw new Error('Tempus Dominus Bootstrap4\\'s requires at least jQuery v3.0.0 but less than v4.0.0');\r\n }\r\n}(jQuery);\r\n\r\n\r\nif (typeof moment === 'undefined') {\r\n throw new Error('Tempus Dominus Bootstrap4\\'s requires moment.js. Moment.js must be included before Tempus Dominus Bootstrap4\\'s JavaScript.');\r\n}\r\n\r\nvar version = moment.version.split('.')\r\nif ((version[0] <= 2 && version[1] < 17) || (version[0] >= 3)) {\r\n throw new Error('Tempus Dominus Bootstrap4\\'s requires at least moment.js v2.17.0 but less than v3.0.0');\r\n}\r\n\r\n+function () {\r\n\r\nvar _typeof = typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; };\n\nvar _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();\n\nfunction _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return call && (typeof call === \"object\" || typeof call === \"function\") ? call : self; }\n\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function, not \" + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\n// ReSharper disable once InconsistentNaming\nvar DateTimePicker = function ($, moment) {\n // ReSharper disable InconsistentNaming\n var NAME = 'datetimepicker',\n DATA_KEY = '' + NAME,\n EVENT_KEY = '.' + DATA_KEY,\n DATA_API_KEY = '.data-api',\n Selector = {\n DATA_TOGGLE: '[data-toggle=\"' + DATA_KEY + '\"]'\n },\n ClassName = {\n INPUT: NAME + '-input'\n },\n Event = {\n CHANGE: 'change' + EVENT_KEY,\n BLUR: 'blur' + EVENT_KEY,\n KEYUP: 'keyup' + EVENT_KEY,\n KEYDOWN: 'keydown' + EVENT_KEY,\n FOCUS: 'focus' + EVENT_KEY,\n CLICK_DATA_API: 'click' + EVENT_KEY + DATA_API_KEY,\n //emitted\n UPDATE: 'update' + EVENT_KEY,\n ERROR: 'error' + EVENT_KEY,\n HIDE: 'hide' + EVENT_KEY,\n SHOW: 'show' + EVENT_KEY\n },\n DatePickerModes = [{\n CLASS_NAME: 'days',\n NAV_FUNCTION: 'M',\n NAV_STEP: 1\n }, {\n CLASS_NAME: 'months',\n NAV_FUNCTION: 'y',\n NAV_STEP: 1\n }, {\n CLASS_NAME: 'years',\n NAV_FUNCTION: 'y',\n NAV_STEP: 10\n }, {\n CLASS_NAME: 'decades',\n NAV_FUNCTION: 'y',\n NAV_STEP: 100\n }],\n KeyMap = {\n 'up': 38,\n 38: 'up',\n 'down': 40,\n 40: 'down',\n 'left': 37,\n 37: 'left',\n 'right': 39,\n 39: 'right',\n 'tab': 9,\n 9: 'tab',\n 'escape': 27,\n 27: 'escape',\n 'enter': 13,\n 13: 'enter',\n 'pageUp': 33,\n 33: 'pageUp',\n 'pageDown': 34,\n 34: 'pageDown',\n 'shift': 16,\n 16: 'shift',\n 'control': 17,\n 17: 'control',\n 'space': 32,\n 32: 'space',\n 't': 84,\n 84: 't',\n 'delete': 46,\n 46: 'delete'\n },\n ViewModes = ['times', 'days', 'months', 'years', 'decades'],\n keyState = {},\n keyPressHandled = {};\n\n var Default = {\n timeZone: '',\n format: false,\n dayViewHeaderFormat: 'MMMM YYYY',\n extraFormats: false,\n stepping: 1,\n minDate: false,\n maxDate: false,\n useCurrent: true,\n collapse: true,\n locale: moment.locale(),\n defaultDate: false,\n disabledDates: false,\n enabledDates: false,\n icons: {\n time: 'fa fa-clock-o',\n date: 'fa fa-calendar',\n up: 'fa fa-arrow-up',\n down: 'fa fa-arrow-down',\n previous: 'fa fa-chevron-left',\n next: 'fa fa-chevron-right',\n today: 'fa fa-calendar-check-o',\n clear: 'fa fa-delete',\n close: 'fa fa-times'\n },\n tooltips: {\n today: 'Go to today',\n clear: 'Clear selection',\n close: 'Close the picker',\n selectMonth: 'Select Month',\n prevMonth: 'Previous Month',\n nextMonth: 'Next Month',\n selectYear: 'Select Year',\n prevYear: 'Previous Year',\n nextYear: 'Next Year',\n selectDecade: 'Select Decade',\n prevDecade: 'Previous Decade',\n nextDecade: 'Next Decade',\n prevCentury: 'Previous Century',\n nextCentury: 'Next Century',\n pickHour: 'Pick Hour',\n incrementHour: 'Increment Hour',\n decrementHour: 'Decrement Hour',\n pickMinute: 'Pick Minute',\n incrementMinute: 'Increment Minute',\n decrementMinute: 'Decrement Minute',\n pickSecond: 'Pick Second',\n incrementSecond: 'Increment Second',\n decrementSecond: 'Decrement Second',\n togglePeriod: 'Toggle Period',\n selectTime: 'Select Time',\n selectDate: 'Select Date'\n },\n useStrict: false,\n sideBySide: false,\n daysOfWeekDisabled: false,\n calendarWeeks: false,\n viewMode: 'days',\n toolbarPlacement: 'default',\n buttons: {\n showToday: false,\n showClear: false,\n showClose: false\n },\n widgetPositioning: {\n horizontal: 'auto',\n vertical: 'auto'\n },\n widgetParent: null,\n ignoreReadonly: false,\n keepOpen: false,\n focusOnShow: true,\n inline: false,\n keepInvalid: false,\n keyBinds: {\n up: function up() {\n if (!this.widget) {\n return false;\n }\n var d = this._dates[0] || this.getMoment();\n if (this.widget.find('.datepicker').is(':visible')) {\n this.date(d.clone().subtract(7, 'd'));\n } else {\n this.date(d.clone().add(this.stepping(), 'm'));\n }\n return true;\n },\n down: function down() {\n if (!this.widget) {\n this.show();\n return false;\n }\n var d = this._dates[0] || this.getMoment();\n if (this.widget.find('.datepicker').is(':visible')) {\n this.date(d.clone().add(7, 'd'));\n } else {\n this.date(d.clone().subtract(this.stepping(), 'm'));\n }\n return true;\n },\n 'control up': function controlUp() {\n if (!this.widget) {\n return false;\n }\n var d = this._dates[0] || this.getMoment();\n if (this.widget.find('.datepicker').is(':visible')) {\n this.date(d.clone().subtract(1, 'y'));\n } else {\n this.date(d.clone().add(1, 'h'));\n }\n return true;\n },\n 'control down': function controlDown() {\n if (!this.widget) {\n return false;\n }\n var d = this._dates[0] || this.getMoment();\n if (this.widget.find('.datepicker').is(':visible')) {\n this.date(d.clone().add(1, 'y'));\n } else {\n this.date(d.clone().subtract(1, 'h'));\n }\n return true;\n },\n left: function left() {\n if (!this.widget) {\n return false;\n }\n var d = this._dates[0] || this.getMoment();\n if (this.widget.find('.datepicker').is(':visible')) {\n this.date(d.clone().subtract(1, 'd'));\n }\n return true;\n },\n right: function right() {\n if (!this.widget) {\n return false;\n }\n var d = this._dates[0] || this.getMoment();\n if (this.widget.find('.datepicker').is(':visible')) {\n this.date(d.clone().add(1, 'd'));\n }\n return true;\n },\n pageUp: function pageUp() {\n if (!this.widget) {\n return false;\n }\n var d = this._dates[0] || this.getMoment();\n if (this.widget.find('.datepicker').is(':visible')) {\n this.date(d.clone().subtract(1, 'M'));\n }\n return true;\n },\n pageDown: function pageDown() {\n if (!this.widget) {\n return false;\n }\n var d = this._dates[0] || this.getMoment();\n if (this.widget.find('.datepicker').is(':visible')) {\n this.date(d.clone().add(1, 'M'));\n }\n return true;\n },\n enter: function enter() {\n if (!this.widget) {\n return false;\n }\n this.hide();\n return true;\n },\n escape: function escape() {\n if (!this.widget) {\n return false;\n }\n this.hide();\n return true;\n },\n 'control space': function controlSpace() {\n if (!this.widget) {\n return false;\n }\n if (this.widget.find('.timepicker').is(':visible')) {\n this.widget.find('.btn[data-action=\"togglePeriod\"]').click();\n }\n return true;\n },\n t: function t() {\n if (!this.widget) {\n return false;\n }\n this.date(this.getMoment());\n return true;\n },\n 'delete': function _delete() {\n if (!this.widget) {\n return false;\n }\n this.clear();\n return true;\n }\n },\n debug: false,\n allowInputToggle: false,\n disabledTimeIntervals: false,\n disabledHours: false,\n enabledHours: false,\n viewDate: false,\n allowMultidate: false,\n multidateSeparator: ','\n };\n\n // ReSharper restore InconsistentNaming\n\n // ReSharper disable once DeclarationHides\n // ReSharper disable once InconsistentNaming\n\n var DateTimePicker = function () {\n /** @namespace eData.dateOptions */\n /** @namespace moment.tz */\n\n function DateTimePicker(element, options) {\n _classCallCheck(this, DateTimePicker);\n\n this._options = this._getOptions(options);\n this._element = element;\n this._dates = [];\n this._datesFormatted = [];\n this._viewDate = null;\n this.unset = true;\n this.component = false;\n this.widget = false;\n this.use24Hours = null;\n this.actualFormat = null;\n this.parseFormats = null;\n this.currentViewMode = null;\n this.MinViewModeNumber = 0;\n\n this._int();\n }\n\n /**\r\n * @return {string}\r\n */\n\n\n //private\n\n DateTimePicker.prototype._int = function _int() {\n var targetInput = this._element.data('target-input');\n if (this._element.is('input')) {\n this.input = this._element;\n } else if (targetInput !== undefined) {\n if (targetInput === 'nearest') {\n this.input = this._element.find('input');\n } else {\n this.input = $(targetInput);\n }\n }\n\n this._dates = [];\n this._dates[0] = this.getMoment();\n this._viewDate = this.getMoment().clone();\n\n $.extend(true, this._options, this._dataToOptions());\n\n this.options(this._options);\n\n this._initFormatting();\n\n if (this.input !== undefined && this.input.is('input') && this.input.val().trim().length !== 0) {\n this._setValue(this._parseInputDate(this.input.val().trim()), 0);\n } else if (this._options.defaultDate && this.input !== undefined && this.input.attr('placeholder') === undefined) {\n this._setValue(this._options.defaultDate, 0);\n }\n if (this._options.inline) {\n this.show();\n }\n };\n\n DateTimePicker.prototype._update = function _update() {\n if (!this.widget) {\n return;\n }\n this._fillDate();\n this._fillTime();\n };\n\n DateTimePicker.prototype._setValue = function _setValue(targetMoment, index) {\n var oldDate = this.unset ? null : this._dates[index];\n var outpValue = '';\n // case of calling setValue(null or false)\n if (!targetMoment) {\n if (!this._options.allowMultidate || this._dates.length === 1) {\n this.unset = true;\n this._dates = [];\n this._datesFormatted = [];\n } else {\n outpValue = this._element.data('date') + ',';\n outpValue = outpValue.replace(oldDate.format(this.actualFormat) + ',', '').replace(',,', '').replace(/,\\s*$/, '');\n this._dates.splice(index, 1);\n this._datesFormatted.splice(index, 1);\n }\n if (this.input !== undefined) {\n this.input.val(outpValue);\n this.input.trigger('input');\n }\n this._element.data('date', outpValue);\n this._notifyEvent({\n type: DateTimePicker.Event.CHANGE,\n date: false,\n oldDate: oldDate\n });\n this._update();\n return;\n }\n\n targetMoment = targetMoment.clone().locale(this._options.locale);\n\n if (this._hasTimeZone()) {\n targetMoment.tz(this._options.timeZone);\n }\n\n if (this._options.stepping !== 1) {\n targetMoment.minutes(Math.round(targetMoment.minutes() / this._options.stepping) * this._options.stepping).seconds(0);\n }\n\n if (this._isValid(targetMoment)) {\n this._dates[index] = targetMoment;\n this._datesFormatted[index] = targetMoment.format('YYYY-MM-DD');\n this._viewDate = targetMoment.clone();\n if (this._options.allowMultidate && this._dates.length > 1) {\n for (var i = 0; i < this._dates.length; i++) {\n outpValue += '' + this._dates[i].format(this.actualFormat) + this._options.multidateSeparator;\n }\n outpValue = outpValue.replace(/,\\s*$/, '');\n } else {\n outpValue = this._dates[index].format(this.actualFormat);\n }\n if (this.input !== undefined) {\n this.input.val(outpValue);\n this.input.trigger('input');\n }\n this._element.data('date', outpValue);\n\n this.unset = false;\n this._update();\n this._notifyEvent({\n type: DateTimePicker.Event.CHANGE,\n date: this._dates[index].clone(),\n oldDate: oldDate\n });\n } else {\n if (!this._options.keepInvalid) {\n if (this.input !== undefined) {\n this.input.val('' + (this.unset ? '' : this._dates[index].format(this.actualFormat)));\n this.input.trigger('input');\n }\n } else {\n this._notifyEvent({\n type: DateTimePicker.Event.CHANGE,\n date: targetMoment,\n oldDate: oldDate\n });\n }\n this._notifyEvent({\n type: DateTimePicker.Event.ERROR,\n date: targetMoment,\n oldDate: oldDate\n });\n }\n };\n\n DateTimePicker.prototype._change = function _change(e) {\n var val = $(e.target).val().trim(),\n parsedDate = val ? this._parseInputDate(val) : null;\n this._setValue(parsedDate);\n e.stopImmediatePropagation();\n return false;\n };\n\n //noinspection JSMethodCanBeStatic\n\n\n DateTimePicker.prototype._getOptions = function _getOptions(options) {\n options = $.extend(true, {}, Default, options);\n return options;\n };\n\n DateTimePicker.prototype._hasTimeZone = function _hasTimeZone() {\n return moment.tz !== undefined && this._options.timeZone !== undefined && this._options.timeZone !== null && this._options.timeZone !== '';\n };\n\n DateTimePicker.prototype._isEnabled = function _isEnabled(granularity) {\n if (typeof granularity !== 'string' || granularity.length > 1) {\n throw new TypeError('isEnabled expects a single character string parameter');\n }\n switch (granularity) {\n case 'y':\n return this.actualFormat.indexOf('Y') !== -1;\n case 'M':\n return this.actualFormat.indexOf('M') !== -1;\n case 'd':\n return this.actualFormat.toLowerCase().indexOf('d') !== -1;\n case 'h':\n case 'H':\n return this.actualFormat.toLowerCase().indexOf('h') !== -1;\n case 'm':\n return this.actualFormat.indexOf('m') !== -1;\n case 's':\n return this.actualFormat.indexOf('s') !== -1;\n case 'a':\n case 'A':\n return this.actualFormat.toLowerCase().indexOf('a') !== -1;\n default:\n return false;\n }\n };\n\n DateTimePicker.prototype._hasTime = function _hasTime() {\n return this._isEnabled('h') || this._isEnabled('m') || this._isEnabled('s');\n };\n\n DateTimePicker.prototype._hasDate = function _hasDate() {\n return this._isEnabled('y') || this._isEnabled('M') || this._isEnabled('d');\n };\n\n DateTimePicker.prototype._dataToOptions = function _dataToOptions() {\n var eData = this._element.data();\n var dataOptions = {};\n\n if (eData.dateOptions && eData.dateOptions instanceof Object) {\n dataOptions = $.extend(true, dataOptions, eData.dateOptions);\n }\n\n $.each(this._options, function (key) {\n var attributeName = 'date' + key.charAt(0).toUpperCase() + key.slice(1); //todo data api key\n if (eData[attributeName] !== undefined) {\n dataOptions[key] = eData[attributeName];\n } else {\n delete dataOptions[key];\n }\n });\n return dataOptions;\n };\n\n DateTimePicker.prototype._notifyEvent = function _notifyEvent(e) {\n if (e.type === DateTimePicker.Event.CHANGE && (e.date && e.date.isSame(e.oldDate)) || !e.date && !e.oldDate) {\n return;\n }\n this._element.trigger(e);\n };\n\n DateTimePicker.prototype._viewUpdate = function _viewUpdate(e) {\n if (e === 'y') {\n e = 'YYYY';\n }\n this._notifyEvent({\n type: DateTimePicker.Event.UPDATE,\n change: e,\n viewDate: this._viewDate.clone()\n });\n };\n\n DateTimePicker.prototype._showMode = function _showMode(dir) {\n if (!this.widget) {\n return;\n }\n if (dir) {\n this.currentViewMode = Math.max(this.MinViewModeNumber, Math.min(3, this.currentViewMode + dir));\n }\n this.widget.find('.datepicker > div').hide().filter('.datepicker-' + DatePickerModes[this.currentViewMode].CLASS_NAME).show();\n };\n\n DateTimePicker.prototype._isInDisabledDates = function _isInDisabledDates(testDate) {\n return this._options.disabledDates[testDate.format('YYYY-MM-DD')] === true;\n };\n\n DateTimePicker.prototype._isInEnabledDates = function _isInEnabledDates(testDate) {\n return this._options.enabledDates[testDate.format('YYYY-MM-DD')] === true;\n };\n\n DateTimePicker.prototype._isInDisabledHours = function _isInDisabledHours(testDate) {\n return this._options.disabledHours[testDate.format('H')] === true;\n };\n\n DateTimePicker.prototype._isInEnabledHours = function _isInEnabledHours(testDate) {\n return this._options.enabledHours[testDate.format('H')] === true;\n };\n\n DateTimePicker.prototype._isValid = function _isValid(targetMoment, granularity) {\n if (!targetMoment.isValid()) {\n return false;\n }\n if (this._options.disabledDates && granularity === 'd' && this._isInDisabledDates(targetMoment)) {\n return false;\n }\n if (this._options.enabledDates && granularity === 'd' && !this._isInEnabledDates(targetMoment)) {\n return false;\n }\n if (this._options.minDate && targetMoment.isBefore(this._options.minDate, granularity)) {\n return false;\n }\n if (this._options.maxDate && targetMoment.isAfter(this._options.maxDate, granularity)) {\n return false;\n }\n if (this._options.daysOfWeekDisabled && granularity === 'd' && this._options.daysOfWeekDisabled.indexOf(targetMoment.day()) !== -1) {\n return false;\n }\n if (this._options.disabledHours && (granularity === 'h' || granularity === 'm' || granularity === 's') && this._isInDisabledHours(targetMoment)) {\n return false;\n }\n if (this._options.enabledHours && (granularity === 'h' || granularity === 'm' || granularity === 's') && !this._isInEnabledHours(targetMoment)) {\n return false;\n }\n if (this._options.disabledTimeIntervals && (granularity === 'h' || granularity === 'm' || granularity === 's')) {\n var found = false;\n $.each(this._options.disabledTimeIntervals, function () {\n if (targetMoment.isBetween(this[0], this[1])) {\n found = true;\n return false;\n }\n });\n if (found) {\n return false;\n }\n }\n return true;\n };\n\n DateTimePicker.prototype._parseInputDate = function _parseInputDate(inputDate) {\n if (this._options.parseInputDate === undefined) {\n if (!moment.isMoment(inputDate)) {\n inputDate = this.getMoment(inputDate);\n }\n } else {\n inputDate = this._options.parseInputDate(inputDate);\n }\n //inputDate.locale(this.options.locale);\n return inputDate;\n };\n\n DateTimePicker.prototype._keydown = function _keydown(e) {\n var handler = null,\n index = void 0,\n index2 = void 0,\n keyBindKeys = void 0,\n allModifiersPressed = void 0;\n var pressedKeys = [],\n pressedModifiers = {},\n currentKey = e.which,\n pressed = 'p';\n\n keyState[currentKey] = pressed;\n\n for (index in keyState) {\n if (keyState.hasOwnProperty(index) && keyState[index] === pressed) {\n pressedKeys.push(index);\n if (parseInt(index, 10) !== currentKey) {\n pressedModifiers[index] = true;\n }\n }\n }\n\n for (index in this._options.keyBinds) {\n if (this._options.keyBinds.hasOwnProperty(index) && typeof this._options.keyBinds[index] === 'function') {\n keyBindKeys = index.split(' ');\n if (keyBindKeys.length === pressedKeys.length && KeyMap[currentKey] === keyBindKeys[keyBindKeys.length - 1]) {\n allModifiersPressed = true;\n for (index2 = keyBindKeys.length - 2; index2 >= 0; index2--) {\n if (!(KeyMap[keyBindKeys[index2]] in pressedModifiers)) {\n allModifiersPressed = false;\n break;\n }\n }\n if (allModifiersPressed) {\n handler = this._options.keyBinds[index];\n break;\n }\n }\n }\n }\n\n if (handler) {\n if (handler.call(this)) {\n e.stopPropagation();\n e.preventDefault();\n }\n }\n };\n\n //noinspection JSMethodCanBeStatic,SpellCheckingInspection\n\n\n DateTimePicker.prototype._keyup = function _keyup(e) {\n keyState[e.which] = 'r';\n if (keyPressHandled[e.which]) {\n keyPressHandled[e.which] = false;\n e.stopPropagation();\n e.preventDefault();\n }\n };\n\n DateTimePicker.prototype._indexGivenDates = function _indexGivenDates(givenDatesArray) {\n // Store given enabledDates and disabledDates as keys.\n // This way we can check their existence in O(1) time instead of looping through whole array.\n // (for example: options.enabledDates['2014-02-27'] === true)\n var givenDatesIndexed = {},\n self = this;\n $.each(givenDatesArray, function () {\n var dDate = self._parseInputDate(this);\n if (dDate.isValid()) {\n givenDatesIndexed[dDate.format('YYYY-MM-DD')] = true;\n }\n });\n return Object.keys(givenDatesIndexed).length ? givenDatesIndexed : false;\n };\n\n DateTimePicker.prototype._indexGivenHours = function _indexGivenHours(givenHoursArray) {\n // Store given enabledHours and disabledHours as keys.\n // This way we can check their existence in O(1) time instead of looping through whole array.\n // (for example: options.enabledHours['2014-02-27'] === true)\n var givenHoursIndexed = {};\n $.each(givenHoursArray, function () {\n givenHoursIndexed[this] = true;\n });\n return Object.keys(givenHoursIndexed).length ? givenHoursIndexed : false;\n };\n\n DateTimePicker.prototype._initFormatting = function _initFormatting() {\n var format = this._options.format || 'L LT',\n self = this;\n\n this.actualFormat = format.replace(/(\\[[^\\[]*])|(\\\\)?(LTS|LT|LL?L?L?|l{1,4})/g, function (formatInput) {\n return self._dates[0].localeData().longDateFormat(formatInput) || formatInput; //todo taking the first date should be ok\n });\n\n this.parseFormats = this._options.extraFormats ? this._options.extraFormats.slice() : [];\n if (this.parseFormats.indexOf(format) < 0 && this.parseFormats.indexOf(this.actualFormat) < 0) {\n this.parseFormats.push(this.actualFormat);\n }\n\n this.use24Hours = this.actualFormat.toLowerCase().indexOf('a') < 1 && this.actualFormat.replace(/\\[.*?]/g, '').indexOf('h') < 1;\n\n if (this._isEnabled('y')) {\n this.MinViewModeNumber = 2;\n }\n if (this._isEnabled('M')) {\n this.MinViewModeNumber = 1;\n }\n if (this._isEnabled('d')) {\n this.MinViewModeNumber = 0;\n }\n\n this.currentViewMode = Math.max(this.MinViewModeNumber, this.currentViewMode);\n\n if (!this.unset) {\n this._setValue(this._dates[0], 0);\n }\n };\n\n DateTimePicker.prototype._getLastPickedDate = function _getLastPickedDate() {\n return this._dates[this._getLastPickedDateIndex()];\n };\n\n DateTimePicker.prototype._getLastPickedDateIndex = function _getLastPickedDateIndex() {\n return this._dates.length - 1;\n };\n\n //public\n\n\n DateTimePicker.prototype.getMoment = function getMoment(d) {\n var returnMoment = void 0;\n\n if (d === undefined || d === null) {\n returnMoment = moment(); //TODO should this use format? and locale?\n } else if (this._hasTimeZone()) {\n // There is a string to parse and a default time zone\n // parse with the tz function which takes a default time zone if it is not in the format string\n returnMoment = moment.tz(d, this.parseFormats, this._options.locale, this._options.useStrict, this._options.timeZone);\n } else {\n returnMoment = moment(d, this.parseFormats, this._options.locale, this._options.useStrict);\n }\n\n if (this._hasTimeZone()) {\n returnMoment.tz(this._options.timeZone);\n }\n\n return returnMoment;\n };\n\n DateTimePicker.prototype.toggle = function toggle() {\n return this.widget ? this.hide() : this.show();\n };\n\n DateTimePicker.prototype.ignoreReadonly = function ignoreReadonly(_ignoreReadonly) {\n if (arguments.length === 0) {\n return this._options.ignoreReadonly;\n }\n if (typeof _ignoreReadonly !== 'boolean') {\n throw new TypeError('ignoreReadonly () expects a boolean parameter');\n }\n this._options.ignoreReadonly = _ignoreReadonly;\n };\n\n DateTimePicker.prototype.options = function options(newOptions) {\n if (arguments.length === 0) {\n return $.extend(true, {}, this._options);\n }\n\n if (!(newOptions instanceof Object)) {\n throw new TypeError('options() this.options parameter should be an object');\n }\n $.extend(true, this._options, newOptions);\n var self = this;\n $.each(this._options, function (key, value) {\n if (self[key] !== undefined) {\n self[key](value);\n }\n });\n };\n\n DateTimePicker.prototype.date = function date(newDate, index) {\n index = index || 0;\n if (arguments.length === 0) {\n if (this.unset) {\n return null;\n }\n if (this._options.allowMultidate) {\n return this._dates.join(this._options.multidateSeparator);\n } else {\n return this._dates[index].clone();\n }\n }\n\n if (newDate !== null && typeof newDate !== 'string' && !moment.isMoment(newDate) && !(newDate instanceof Date)) {\n throw new TypeError('date() parameter must be one of [null, string, moment or Date]');\n }\n\n this._setValue(newDate === null ? null : this._parseInputDate(newDate), index);\n };\n\n DateTimePicker.prototype.format = function format(newFormat) {\n if (arguments.length === 0) {\n return this._options.format;\n }\n\n if (typeof newFormat !== 'string' && (typeof newFormat !== 'boolean' || newFormat !== false)) {\n throw new TypeError('format() expects a string or boolean:false parameter ' + newFormat);\n }\n\n this._options.format = newFormat;\n if (this.actualFormat) {\n this._initFormatting(); // reinitialize formatting\n }\n };\n\n DateTimePicker.prototype.timeZone = function timeZone(newZone) {\n if (arguments.length === 0) {\n return this._options.timeZone;\n }\n\n if (typeof newZone !== 'string') {\n throw new TypeError('newZone() expects a string parameter');\n }\n\n this._options.timeZone = newZone;\n };\n\n DateTimePicker.prototype.dayViewHeaderFormat = function dayViewHeaderFormat(newFormat) {\n if (arguments.length === 0) {\n return this._options.dayViewHeaderFormat;\n }\n\n if (typeof newFormat !== 'string') {\n throw new TypeError('dayViewHeaderFormat() expects a string parameter');\n }\n\n this._options.dayViewHeaderFormat = newFormat;\n };\n\n DateTimePicker.prototype.extraFormats = function extraFormats(formats) {\n if (arguments.length === 0) {\n return this._options.extraFormats;\n }\n\n if (formats !== false && !(formats instanceof Array)) {\n throw new TypeError('extraFormats() expects an array or false parameter');\n }\n\n this._options.extraFormats = formats;\n if (this.parseFormats) {\n this._initFormatting(); // reinit formatting\n }\n };\n\n DateTimePicker.prototype.disabledDates = function disabledDates(dates) {\n if (arguments.length === 0) {\n return this._options.disabledDates ? $.extend({}, this._options.disabledDates) : this._options.disabledDates;\n }\n\n if (!dates) {\n this._options.disabledDates = false;\n this._update();\n return true;\n }\n if (!(dates instanceof Array)) {\n throw new TypeError('disabledDates() expects an array parameter');\n }\n this._options.disabledDates = this._indexGivenDates(dates);\n this._options.enabledDates = false;\n this._update();\n };\n\n DateTimePicker.prototype.enabledDates = function enabledDates(dates) {\n if (arguments.length === 0) {\n return this._options.enabledDates ? $.extend({}, this._options.enabledDates) : this._options.enabledDates;\n }\n\n if (!dates) {\n this._options.enabledDates = false;\n this._update();\n return true;\n }\n if (!(dates instanceof Array)) {\n throw new TypeError('enabledDates() expects an array parameter');\n }\n this._options.enabledDates = this._indexGivenDates(dates);\n this._options.disabledDates = false;\n this._update();\n };\n\n DateTimePicker.prototype.daysOfWeekDisabled = function daysOfWeekDisabled(_daysOfWeekDisabled) {\n if (arguments.length === 0) {\n return this._options.daysOfWeekDisabled.splice(0);\n }\n\n if (typeof _daysOfWeekDisabled === 'boolean' && !_daysOfWeekDisabled) {\n this._options.daysOfWeekDisabled = false;\n this._update();\n return true;\n }\n\n if (!(_daysOfWeekDisabled instanceof Array)) {\n throw new TypeError('daysOfWeekDisabled() expects an array parameter');\n }\n this._options.daysOfWeekDisabled = _daysOfWeekDisabled.reduce(function (previousValue, currentValue) {\n currentValue = parseInt(currentValue, 10);\n if (currentValue > 6 || currentValue < 0 || isNaN(currentValue)) {\n return previousValue;\n }\n if (previousValue.indexOf(currentValue) === -1) {\n previousValue.push(currentValue);\n }\n return previousValue;\n }, []).sort();\n if (this._options.useCurrent && !this._options.keepInvalid) {\n for (var i = 0; i < this._dates.length; i++) {\n var tries = 0;\n while (!this._isValid(this._dates[i], 'd')) {\n this._dates[i].add(1, 'd');\n if (tries === 31) {\n throw 'Tried 31 times to find a valid date';\n }\n tries++;\n }\n this._setValue(this._dates[i], i);\n }\n }\n this._update();\n };\n\n DateTimePicker.prototype.maxDate = function maxDate(_maxDate) {\n if (arguments.length === 0) {\n return this._options.maxDate ? this._options.maxDate.clone() : this._options.maxDate;\n }\n\n if (typeof _maxDate === 'boolean' && _maxDate === false) {\n this._options.maxDate = false;\n this._update();\n return true;\n }\n\n if (typeof _maxDate === 'string') {\n if (_maxDate === 'now' || _maxDate === 'moment') {\n _maxDate = this.getMoment();\n }\n }\n\n var parsedDate = this._parseInputDate(_maxDate);\n\n if (!parsedDate.isValid()) {\n throw new TypeError('maxDate() Could not parse date parameter: ' + _maxDate);\n }\n if (this._options.minDate && parsedDate.isBefore(this._options.minDate)) {\n throw new TypeError('maxDate() date parameter is before this.options.minDate: ' + parsedDate.format(this.actualFormat));\n }\n this._options.maxDate = parsedDate;\n for (var i = 0; i < this._dates.length; i++) {\n if (this._options.useCurrent && !this._options.keepInvalid && this._dates[i].isAfter(_maxDate)) {\n this._setValue(this._options.maxDate, i);\n }\n }\n if (this._viewDate.isAfter(parsedDate)) {\n this._viewDate = parsedDate.clone().subtract(this._options.stepping, 'm');\n }\n this._update();\n };\n\n DateTimePicker.prototype.minDate = function minDate(_minDate) {\n if (arguments.length === 0) {\n return this._options.minDate ? this._options.minDate.clone() : this._options.minDate;\n }\n\n if (typeof _minDate === 'boolean' && _minDate === false) {\n this._options.minDate = false;\n this._update();\n return true;\n }\n\n if (typeof _minDate === 'string') {\n if (_minDate === 'now' || _minDate === 'moment') {\n _minDate = this.getMoment();\n }\n }\n\n var parsedDate = this._parseInputDate(_minDate);\n\n if (!parsedDate.isValid()) {\n throw new TypeError('minDate() Could not parse date parameter: ' + _minDate);\n }\n if (this._options.maxDate && parsedDate.isAfter(this._options.maxDate)) {\n throw new TypeError('minDate() date parameter is after this.options.maxDate: ' + parsedDate.format(this.actualFormat));\n }\n this._options.minDate = parsedDate;\n for (var i = 0; i < this._dates.length; i++) {\n if (this._options.useCurrent && !this._options.keepInvalid && this._dates[i].isBefore(_minDate)) {\n this._setValue(this._options.minDate, i);\n }\n }\n if (this._viewDate.isBefore(parsedDate)) {\n this._viewDate = parsedDate.clone().add(this._options.stepping, 'm');\n }\n this._update();\n };\n\n DateTimePicker.prototype.defaultDate = function defaultDate(_defaultDate) {\n if (arguments.length === 0) {\n return this._options.defaultDate ? this._options.defaultDate.clone() : this._options.defaultDate;\n }\n if (!_defaultDate) {\n this._options.defaultDate = false;\n return true;\n }\n\n if (typeof _defaultDate === 'string') {\n if (_defaultDate === 'now' || _defaultDate === 'moment') {\n _defaultDate = this.getMoment();\n } else {\n _defaultDate = this.getMoment(_defaultDate);\n }\n }\n\n var parsedDate = this._parseInputDate(_defaultDate);\n if (!parsedDate.isValid()) {\n throw new TypeError('defaultDate() Could not parse date parameter: ' + _defaultDate);\n }\n if (!this._isValid(parsedDate)) {\n throw new TypeError('defaultDate() date passed is invalid according to component setup validations');\n }\n\n this._options.defaultDate = parsedDate;\n\n if (this._options.defaultDate && this._options.inline || this.input !== undefined && this.input.val().trim() === '') {\n this._setValue(this._options.defaultDate, 0);\n }\n };\n\n DateTimePicker.prototype.locale = function locale(_locale) {\n if (arguments.length === 0) {\n return this._options.locale;\n }\n\n if (!moment.localeData(_locale)) {\n throw new TypeError('locale() locale ' + _locale + ' is not loaded from moment locales!');\n }\n\n this._options.locale = _locale;\n\n for (var i = 0; i < this._dates.length; i++) {\n this._dates[i].locale(this._options.locale);\n }\n this._viewDate.locale(this._options.locale);\n\n if (this.actualFormat) {\n this._initFormatting(); // reinitialize formatting\n }\n if (this.widget) {\n this.hide();\n this.show();\n }\n };\n\n DateTimePicker.prototype.stepping = function stepping(_stepping) {\n if (arguments.length === 0) {\n return this._options.stepping;\n }\n\n _stepping = parseInt(_stepping, 10);\n if (isNaN(_stepping) || _stepping < 1) {\n _stepping = 1;\n }\n this._options.stepping = _stepping;\n };\n\n DateTimePicker.prototype.useCurrent = function useCurrent(_useCurrent) {\n var useCurrentOptions = ['year', 'month', 'day', 'hour', 'minute'];\n if (arguments.length === 0) {\n return this._options.useCurrent;\n }\n\n if (typeof _useCurrent !== 'boolean' && typeof _useCurrent !== 'string') {\n throw new TypeError('useCurrent() expects a boolean or string parameter');\n }\n if (typeof _useCurrent === 'string' && useCurrentOptions.indexOf(_useCurrent.toLowerCase()) === -1) {\n throw new TypeError('useCurrent() expects a string parameter of ' + useCurrentOptions.join(', '));\n }\n this._options.useCurrent = _useCurrent;\n };\n\n DateTimePicker.prototype.collapse = function collapse(_collapse) {\n if (arguments.length === 0) {\n return this._options.collapse;\n }\n\n if (typeof _collapse !== 'boolean') {\n throw new TypeError('collapse() expects a boolean parameter');\n }\n if (this._options.collapse === _collapse) {\n return true;\n }\n this._options.collapse = _collapse;\n if (this.widget) {\n this.hide();\n this.show();\n }\n };\n\n DateTimePicker.prototype.icons = function icons(_icons) {\n if (arguments.length === 0) {\n return $.extend({}, this._options.icons);\n }\n\n if (!(_icons instanceof Object)) {\n throw new TypeError('icons() expects parameter to be an Object');\n }\n\n $.extend(this._options.icons, _icons);\n\n if (this.widget) {\n this.hide();\n this.show();\n }\n };\n\n DateTimePicker.prototype.tooltips = function tooltips(_tooltips) {\n if (arguments.length === 0) {\n return $.extend({}, this._options.tooltips);\n }\n\n if (!(_tooltips instanceof Object)) {\n throw new TypeError('tooltips() expects parameter to be an Object');\n }\n $.extend(this._options.tooltips, _tooltips);\n if (this.widget) {\n this.hide();\n this.show();\n }\n };\n\n DateTimePicker.prototype.useStrict = function useStrict(_useStrict) {\n if (arguments.length === 0) {\n return this._options.useStrict;\n }\n\n if (typeof _useStrict !== 'boolean') {\n throw new TypeError('useStrict() expects a boolean parameter');\n }\n this._options.useStrict = _useStrict;\n };\n\n DateTimePicker.prototype.sideBySide = function sideBySide(_sideBySide) {\n if (arguments.length === 0) {\n return this._options.sideBySide;\n }\n\n if (typeof _sideBySide !== 'boolean') {\n throw new TypeError('sideBySide() expects a boolean parameter');\n }\n this._options.sideBySide = _sideBySide;\n if (this.widget) {\n this.hide();\n this.show();\n }\n };\n\n DateTimePicker.prototype.viewMode = function viewMode(_viewMode) {\n if (arguments.length === 0) {\n return this._options.viewMode;\n }\n\n if (typeof _viewMode !== 'string') {\n throw new TypeError('viewMode() expects a string parameter');\n }\n\n if (DateTimePicker.ViewModes.indexOf(_viewMode) === -1) {\n throw new TypeError('viewMode() parameter must be one of (' + DateTimePicker.ViewModes.join(', ') + ') value');\n }\n\n this._options.viewMode = _viewMode;\n this.currentViewMode = Math.max(DateTimePicker.ViewModes.indexOf(_viewMode) - 1, this.MinViewModeNumber);\n\n this._showMode();\n };\n\n DateTimePicker.prototype.calendarWeeks = function calendarWeeks(_calendarWeeks) {\n if (arguments.length === 0) {\n return this._options.calendarWeeks;\n }\n\n if (typeof _calendarWeeks !== 'boolean') {\n throw new TypeError('calendarWeeks() expects parameter to be a boolean value');\n }\n\n this._options.calendarWeeks = _calendarWeeks;\n this._update();\n };\n\n DateTimePicker.prototype.buttons = function buttons(_buttons) {\n if (arguments.length === 0) {\n return $.extend({}, this._options.buttons);\n }\n\n if (!(_buttons instanceof Object)) {\n throw new TypeError('buttons() expects parameter to be an Object');\n }\n\n $.extend(this._options.buttons, _buttons);\n\n if (typeof this._options.buttons.showToday !== 'boolean') {\n throw new TypeError('buttons.showToday expects a boolean parameter');\n }\n if (typeof this._options.buttons.showClear !== 'boolean') {\n throw new TypeError('buttons.showClear expects a boolean parameter');\n }\n if (typeof this._options.buttons.showClose !== 'boolean') {\n throw new TypeError('buttons.showClose expects a boolean parameter');\n }\n\n if (this.widget) {\n this.hide();\n this.show();\n }\n };\n\n DateTimePicker.prototype.keepOpen = function keepOpen(_keepOpen) {\n if (arguments.length === 0) {\n return this._options.keepOpen;\n }\n\n if (typeof _keepOpen !== 'boolean') {\n throw new TypeError('keepOpen() expects a boolean parameter');\n }\n\n this._options.keepOpen = _keepOpen;\n };\n\n DateTimePicker.prototype.focusOnShow = function focusOnShow(_focusOnShow) {\n if (arguments.length === 0) {\n return this._options.focusOnShow;\n }\n\n if (typeof _focusOnShow !== 'boolean') {\n throw new TypeError('focusOnShow() expects a boolean parameter');\n }\n\n this._options.focusOnShow = _focusOnShow;\n };\n\n DateTimePicker.prototype.inline = function inline(_inline) {\n if (arguments.length === 0) {\n return this._options.inline;\n }\n\n if (typeof _inline !== 'boolean') {\n throw new TypeError('inline() expects a boolean parameter');\n }\n\n this._options.inline = _inline;\n };\n\n DateTimePicker.prototype.clear = function clear() {\n this._setValue(null); //todo\n };\n\n DateTimePicker.prototype.keyBinds = function keyBinds(_keyBinds) {\n if (arguments.length === 0) {\n return this._options.keyBinds;\n }\n\n this._options.keyBinds = _keyBinds;\n };\n\n DateTimePicker.prototype.debug = function debug(_debug) {\n if (typeof _debug !== 'boolean') {\n throw new TypeError('debug() expects a boolean parameter');\n }\n\n this._options.debug = _debug;\n };\n\n DateTimePicker.prototype.allowInputToggle = function allowInputToggle(_allowInputToggle) {\n if (arguments.length === 0) {\n return this._options.allowInputToggle;\n }\n\n if (typeof _allowInputToggle !== 'boolean') {\n throw new TypeError('allowInputToggle() expects a boolean parameter');\n }\n\n this._options.allowInputToggle = _allowInputToggle;\n };\n\n DateTimePicker.prototype.keepInvalid = function keepInvalid(_keepInvalid) {\n if (arguments.length === 0) {\n return this._options.keepInvalid;\n }\n\n if (typeof _keepInvalid !== 'boolean') {\n throw new TypeError('keepInvalid() expects a boolean parameter');\n }\n this._options.keepInvalid = _keepInvalid;\n };\n\n DateTimePicker.prototype.datepickerInput = function datepickerInput(_datepickerInput) {\n if (arguments.length === 0) {\n return this._options.datepickerInput;\n }\n\n if (typeof _datepickerInput !== 'string') {\n throw new TypeError('datepickerInput() expects a string parameter');\n }\n\n this._options.datepickerInput = _datepickerInput;\n };\n\n DateTimePicker.prototype.parseInputDate = function parseInputDate(_parseInputDate2) {\n if (arguments.length === 0) {\n return this._options.parseInputDate;\n }\n\n if (typeof _parseInputDate2 !== 'function') {\n throw new TypeError('parseInputDate() should be as function');\n }\n\n this._options.parseInputDate = _parseInputDate2;\n };\n\n DateTimePicker.prototype.disabledTimeIntervals = function disabledTimeIntervals(_disabledTimeIntervals) {\n if (arguments.length === 0) {\n return this._options.disabledTimeIntervals ? $.extend({}, this._options.disabledTimeIntervals) : this._options.disabledTimeIntervals;\n }\n\n if (!_disabledTimeIntervals) {\n this._options.disabledTimeIntervals = false;\n this._update();\n return true;\n }\n if (!(_disabledTimeIntervals instanceof Array)) {\n throw new TypeError('disabledTimeIntervals() expects an array parameter');\n }\n this._options.disabledTimeIntervals = _disabledTimeIntervals;\n this._update();\n };\n\n DateTimePicker.prototype.disabledHours = function disabledHours(hours) {\n if (arguments.length === 0) {\n return this._options.disabledHours ? $.extend({}, this._options.disabledHours) : this._options.disabledHours;\n }\n\n if (!hours) {\n this._options.disabledHours = false;\n this._update();\n return true;\n }\n if (!(hours instanceof Array)) {\n throw new TypeError('disabledHours() expects an array parameter');\n }\n this._options.disabledHours = this._indexGivenHours(hours);\n this._options.enabledHours = false;\n if (this._options.useCurrent && !this._options.keepInvalid) {\n for (var i = 0; i < this._dates.length; i++) {\n var tries = 0;\n while (!this._isValid(this._dates[i], 'h')) {\n this._dates[i].add(1, 'h');\n if (tries === 24) {\n throw 'Tried 24 times to find a valid date';\n }\n tries++;\n }\n this._setValue(this._dates[i], i);\n }\n }\n this._update();\n };\n\n DateTimePicker.prototype.enabledHours = function enabledHours(hours) {\n if (arguments.length === 0) {\n return this._options.enabledHours ? $.extend({}, this._options.enabledHours) : this._options.enabledHours;\n }\n\n if (!hours) {\n this._options.enabledHours = false;\n this._update();\n return true;\n }\n if (!(hours instanceof Array)) {\n throw new TypeError('enabledHours() expects an array parameter');\n }\n this._options.enabledHours = this._indexGivenHours(hours);\n this._options.disabledHours = false;\n if (this._options.useCurrent && !this._options.keepInvalid) {\n for (var i = 0; i < this._dates.length; i++) {\n var tries = 0;\n while (!this._isValid(this._dates[i], 'h')) {\n this._dates[i].add(1, 'h');\n if (tries === 24) {\n throw 'Tried 24 times to find a valid date';\n }\n tries++;\n }\n this._setValue(this._dates[i], i);\n }\n }\n this._update();\n };\n\n DateTimePicker.prototype.viewDate = function viewDate(newDate) {\n if (arguments.length === 0) {\n return this._viewDate.clone();\n }\n\n if (!newDate) {\n this._viewDate = (this._dates[0] || this.getMoment()).clone();\n return true;\n }\n\n if (typeof newDate !== 'string' && !moment.isMoment(newDate) && !(newDate instanceof Date)) {\n throw new TypeError('viewDate() parameter must be one of [string, moment or Date]');\n }\n\n this._viewDate = this._parseInputDate(newDate);\n this._viewUpdate();\n };\n\n DateTimePicker.prototype.allowMultidate = function allowMultidate(_allowMultidate) {\n if (typeof _allowMultidate !== 'boolean') {\n throw new TypeError('allowMultidate() expects a boolean parameter');\n }\n\n this._options.allowMultidate = _allowMultidate;\n };\n\n DateTimePicker.prototype.multidateSeparator = function multidateSeparator(_multidateSeparator) {\n if (arguments.length === 0) {\n return this._options.multidateSeparator;\n }\n\n if (typeof _multidateSeparator !== 'string' || _multidateSeparator.length > 1) {\n throw new TypeError('multidateSeparator expects a single character string parameter');\n }\n\n this._options.multidateSeparator = _multidateSeparator;\n };\n\n _createClass(DateTimePicker, null, [{\n key: 'NAME',\n get: function get() {\n return NAME;\n }\n\n /**\r\n * @return {string}\r\n */\n\n }, {\n key: 'DATA_KEY',\n get: function get() {\n return DATA_KEY;\n }\n\n /**\r\n * @return {string}\r\n */\n\n }, {\n key: 'EVENT_KEY',\n get: function get() {\n return EVENT_KEY;\n }\n\n /**\r\n * @return {string}\r\n */\n\n }, {\n key: 'DATA_API_KEY',\n get: function get() {\n return DATA_API_KEY;\n }\n }, {\n key: 'DatePickerModes',\n get: function get() {\n return DatePickerModes;\n }\n }, {\n key: 'ViewModes',\n get: function get() {\n return ViewModes;\n }\n }, {\n key: 'Event',\n get: function get() {\n return Event;\n }\n }, {\n key: 'Selector',\n get: function get() {\n return Selector;\n }\n }, {\n key: 'Default',\n get: function get() {\n return Default;\n },\n set: function set(value) {\n Default = value;\n }\n }, {\n key: 'ClassName',\n get: function get() {\n return ClassName;\n }\n }]);\n\n return DateTimePicker;\n }();\n\n return DateTimePicker;\n}(jQuery, moment);\n\n//noinspection JSUnusedGlobalSymbols\n/* global DateTimePicker */\nvar TempusDominusBootstrap4 = function ($) {\n // eslint-disable-line no-unused-vars\n // ReSharper disable once InconsistentNaming\n var JQUERY_NO_CONFLICT = $.fn[DateTimePicker.NAME],\n verticalModes = ['top', 'bottom', 'auto'],\n horizontalModes = ['left', 'right', 'auto'],\n toolbarPlacements = ['default', 'top', 'bottom'],\n getSelectorFromElement = function getSelectorFromElement($element) {\n var selector = $element.data('target'),\n $selector = void 0;\n\n if (!selector) {\n selector = $element.attr('href') || '';\n selector = /^#[a-z]/i.test(selector) ? selector : null;\n }\n $selector = $(selector);\n if ($selector.length === 0) {\n return $selector;\n }\n\n if (!$selector.data(DateTimePicker.DATA_KEY)) {\n $.extend({}, $selector.data(), $(this).data());\n }\n\n return $selector;\n };\n\n // ReSharper disable once InconsistentNaming\n\n var TempusDominusBootstrap4 = function (_DateTimePicker) {\n _inherits(TempusDominusBootstrap4, _DateTimePicker);\n\n function TempusDominusBootstrap4(element, options) {\n _classCallCheck(this, TempusDominusBootstrap4);\n\n var _this = _possibleConstructorReturn(this, _DateTimePicker.call(this, element, options));\n\n _this._init();\n return _this;\n }\n\n TempusDominusBootstrap4.prototype._init = function _init() {\n if (this._element.hasClass('input-group')) {\n var datepickerButton = this._element.find('.datepickerbutton');\n if (datepickerButton.length === 0) {\n this.component = this._element.find('[data-toggle=\"datetimepicker\"]');\n } else {\n this.component = datepickerButton;\n }\n }\n };\n\n TempusDominusBootstrap4.prototype._getDatePickerTemplate = function _getDatePickerTemplate() {\n var headTemplate = $('<thead>').append($('<tr>').append($('<th>').addClass('prev').attr('data-action', 'previous').append($('<span>').addClass(this._options.icons.previous))).append($('<th>').addClass('picker-switch').attr('data-action', 'pickerSwitch').attr('colspan', '' + (this._options.calendarWeeks ? '6' : '5'))).append($('<th>').addClass('next').attr('data-action', 'next').append($('<span>').addClass(this._options.icons.next)))),\n contTemplate = $('<tbody>').append($('<tr>').append($('<td>').attr('colspan', '' + (this._options.calendarWeeks ? '8' : '7'))));\n\n return [$('<div>').addClass('datepicker-days').append($('<table>').addClass('table table-sm').append(headTemplate).append($('<tbody>'))), $('<div>').addClass('datepicker-months').append($('<table>').addClass('table-condensed').append(headTemplate.clone()).append(contTemplate.clone())), $('<div>').addClass('datepicker-years').append($('<table>').addClass('table-condensed').append(headTemplate.clone()).append(contTemplate.clone())), $('<div>').addClass('datepicker-decades').append($('<table>').addClass('table-condensed').append(headTemplate.clone()).append(contTemplate.clone()))];\n };\n\n TempusDominusBootstrap4.prototype._getTimePickerMainTemplate = function _getTimePickerMainTemplate() {\n var topRow = $('<tr>'),\n middleRow = $('<tr>'),\n bottomRow = $('<tr>');\n\n if (this._isEnabled('h')) {\n topRow.append($('<td>').append($('<a>').attr({\n href: '#',\n tabindex: '-1',\n 'title': this._options.tooltips.incrementHour\n }).addClass('btn').attr('data-action', 'incrementHours').append($('<span>').addClass(this._options.icons.up))));\n middleRow.append($('<td>').append($('<span>').addClass('timepicker-hour').attr({\n 'data-time-component': 'hours',\n 'title': this._options.tooltips.pickHour\n }).attr('data-action', 'showHours')));\n bottomRow.append($('<td>').append($('<a>').attr({\n href: '#',\n tabindex: '-1',\n 'title': this._options.tooltips.decrementHour\n }).addClass('btn').attr('data-action', 'decrementHours').append($('<span>').addClass(this._options.icons.down))));\n }\n if (this._isEnabled('m')) {\n if (this._isEnabled('h')) {\n topRow.append($('<td>').addClass('separator'));\n middleRow.append($('<td>').addClass('separator').html(':'));\n bottomRow.append($('<td>').addClass('separator'));\n }\n topRow.append($('<td>').append($('<a>').attr({\n href: '#',\n tabindex: '-1',\n 'title': this._options.tooltips.incrementMinute\n }).addClass('btn').attr('data-action', 'incrementMinutes').append($('<span>').addClass(this._options.icons.up))));\n middleRow.append($('<td>').append($('<span>').addClass('timepicker-minute').attr({\n 'data-time-component': 'minutes',\n 'title': this._options.tooltips.pickMinute\n }).attr('data-action', 'showMinutes')));\n bottomRow.append($('<td>').append($('<a>').attr({\n href: '#',\n tabindex: '-1',\n 'title': this._options.tooltips.decrementMinute\n }).addClass('btn').attr('data-action', 'decrementMinutes').append($('<span>').addClass(this._options.icons.down))));\n }\n if (this._isEnabled('s')) {\n if (this._isEnabled('m')) {\n topRow.append($('<td>').addClass('separator'));\n middleRow.append($('<td>').addClass('separator').html(':'));\n bottomRow.append($('<td>').addClass('separator'));\n }\n topRow.append($('<td>').append($('<a>').attr({\n href: '#',\n tabindex: '-1',\n 'title': this._options.tooltips.incrementSecond\n }).addClass('btn').attr('data-action', 'incrementSeconds').append($('<span>').addClass(this._options.icons.up))));\n middleRow.append($('<td>').append($('<span>').addClass('timepicker-second').attr({\n 'data-time-component': 'seconds',\n 'title': this._options.tooltips.pickSecond\n }).attr('data-action', 'showSeconds')));\n bottomRow.append($('<td>').append($('<a>').attr({\n href: '#',\n tabindex: '-1',\n 'title': this._options.tooltips.decrementSecond\n }).addClass('btn').attr('data-action', 'decrementSeconds').append($('<span>').addClass(this._options.icons.down))));\n }\n\n if (!this.use24Hours) {\n topRow.append($('<td>').addClass('separator'));\n middleRow.append($('<td>').append($('<button>').addClass('btn btn-primary').attr({\n 'data-action': 'togglePeriod',\n tabindex: '-1',\n 'title': this._options.tooltips.togglePeriod\n })));\n bottomRow.append($('<td>').addClass('separator'));\n }\n\n return $('<div>').addClass('timepicker-picker').append($('<table>').addClass('table-condensed').append([topRow, middleRow, bottomRow]));\n };\n\n TempusDominusBootstrap4.prototype._getTimePickerTemplate = function _getTimePickerTemplate() {\n var hoursView = $('<div>').addClass('timepicker-hours').append($('<table>').addClass('table-condensed')),\n minutesView = $('<div>').addClass('timepicker-minutes').append($('<table>').addClass('table-condensed')),\n secondsView = $('<div>').addClass('timepicker-seconds').append($('<table>').addClass('table-condensed')),\n ret = [this._getTimePickerMainTemplate()];\n\n if (this._isEnabled('h')) {\n ret.push(hoursView);\n }\n if (this._isEnabled('m')) {\n ret.push(minutesView);\n }\n if (this._isEnabled('s')) {\n ret.push(secondsView);\n }\n\n return ret;\n };\n\n TempusDominusBootstrap4.prototype._getToolbar = function _getToolbar() {\n var row = [];\n if (this._options.buttons.showToday) {\n row.push($('<td>').append($('<a>').attr({\n href: '#',\n tabindex: '-1',\n 'data-action': 'today',\n 'title': this._options.tooltips.today\n }).append($('<span>').addClass(this._options.icons.today))));\n }\n if (!this._options.sideBySide && this._hasDate() && this._hasTime()) {\n var title = void 0,\n icon = void 0;\n if (this._options.viewMode === 'times') {\n title = this._options.tooltips.selectDate;\n icon = this._options.icons.date;\n } else {\n title = this._options.tooltips.selectTime;\n icon = this._options.icons.time;\n }\n row.push($('<td>').append($('<a>').attr({\n href: '#',\n tabindex: '-1',\n 'data-action': 'togglePicker',\n 'title': title\n }).append($('<span>').addClass(icon))));\n }\n if (this._options.buttons.showClear) {\n row.push($('<td>').append($('<a>').attr({\n href: '#',\n tabindex: '-1',\n 'data-action': 'clear',\n 'title': this._options.tooltips.clear\n }).append($('<span>').addClass(this._options.icons.clear))));\n }\n if (this._options.buttons.showClose) {\n row.push($('<td>').append($('<a>').attr({\n href: '#',\n tabindex: '-1',\n 'data-action': 'close',\n 'title': this._options.tooltips.close\n }).append($('<span>').addClass(this._options.icons.close))));\n }\n return row.length === 0 ? '' : $('<table>').addClass('table-condensed').append($('<tbody>').append($('<tr>').append(row)));\n };\n\n TempusDominusBootstrap4.prototype._getTemplate = function _getTemplate() {\n var template = $('<div>').addClass('bootstrap-datetimepicker-widget dropdown-menu'),\n dateView = $('<div>').addClass('datepicker').append(this._getDatePickerTemplate()),\n timeView = $('<div>').addClass('timepicker').append(this._getTimePickerTemplate()),\n content = $('<ul>').addClass('list-unstyled'),\n toolbar = $('<li>').addClass('picker-switch' + (this._options.collapse ? ' accordion-toggle' : '')).append(this._getToolbar());\n\n if (this._options.inline) {\n template.removeClass('dropdown-menu');\n }\n\n if (this.use24Hours) {\n template.addClass('usetwentyfour');\n }\n if (this._isEnabled('s') && !this.use24Hours) {\n template.addClass('wider');\n }\n\n if (this._options.sideBySide && this._hasDate() && this._hasTime()) {\n template.addClass('timepicker-sbs');\n if (this._options.toolbarPlacement === 'top') {\n template.append(toolbar);\n }\n template.append($('<div>').addClass('row').append(dateView.addClass('col-md-6')).append(timeView.addClass('col-md-6')));\n if (this._options.toolbarPlacement === 'bottom' || this._options.toolbarPlacement === 'default') {\n template.append(toolbar);\n }\n return template;\n }\n\n if (this._options.toolbarPlacement === 'top') {\n content.append(toolbar);\n }\n if (this._hasDate()) {\n content.append($('<li>').addClass(this._options.collapse && this._hasTime() ? 'collapse' : '').addClass(this._options.collapse && this._hasTime() && this._options.viewMode === 'times' ? '' : 'show').append(dateView));\n }\n if (this._options.toolbarPlacement === 'default') {\n content.append(toolbar);\n }\n if (this._hasTime()) {\n content.append($('<li>').addClass(this._options.collapse && this._hasDate() ? 'collapse' : '').addClass(this._options.collapse && this._hasDate() && this._options.viewMode === 'times' ? 'show' : '').append(timeView));\n }\n if (this._options.toolbarPlacement === 'bottom') {\n content.append(toolbar);\n }\n return template.append(content);\n };\n\n TempusDominusBootstrap4.prototype._place = function _place(e) {\n var self = e && e.data && e.data.picker || this,\n vertical = self._options.widgetPositioning.vertical,\n horizontal = self._options.widgetPositioning.horizontal,\n parent = void 0;\n var position = (self.component && self.component.length ? self.component : self._element).position(),\n offset = (self.component && self.component.length ? self.component : self._element).offset();\n if (self._options.widgetParent) {\n parent = self._options.widgetParent.append(self.widget);\n } else if (self._element.is('input')) {\n parent = self._element.after(self.widget).parent();\n } else if (self._options.inline) {\n parent = self._element.append(self.widget);\n return;\n } else {\n parent = self._element;\n self._element.children().first().after(self.widget);\n }\n\n // Top and bottom logic\n if (vertical === 'auto') {\n //noinspection JSValidateTypes\n if (offset.top + self.widget.height() * 1.5 >= $(window).height() + $(window).scrollTop() && self.widget.height() + self._element.outerHeight() < offset.top) {\n vertical = 'top';\n } else {\n vertical = 'bottom';\n }\n }\n\n // Left and right logic\n if (horizontal === 'auto') {\n if (parent.width() < offset.left + self.widget.outerWidth() / 2 && offset.left + self.widget.outerWidth() > $(window).width()) {\n horizontal = 'right';\n } else {\n horizontal = 'left';\n }\n }\n\n if (vertical === 'top') {\n self.widget.addClass('top').removeClass('bottom');\n } else {\n self.widget.addClass('bottom').removeClass('top');\n }\n\n if (horizontal === 'right') {\n self.widget.addClass('float-right');\n } else {\n self.widget.removeClass('float-right');\n }\n\n // find the first parent element that has a relative css positioning\n if (parent.css('position') !== 'relative') {\n parent = parent.parents().filter(function () {\n return $(this).css('position') === 'relative';\n }).first();\n }\n\n if (parent.length === 0) {\n throw new Error('datetimepicker component should be placed within a relative positioned container');\n }\n\n self.widget.css({\n top: vertical === 'top' ? 'auto' : position.top + self._element.outerHeight() + 'px',\n bottom: vertical === 'top' ? parent.outerHeight() - (parent === self._element ? 0 : position.top) + 'px' : 'auto',\n left: horizontal === 'left' ? (parent === self._element ? 0 : position.left) + 'px' : 'auto',\n right: horizontal === 'left' ? 'auto' : parent.outerWidth() - self._element.outerWidth() - (parent === self._element ? 0 : position.left) + 'px'\n });\n };\n\n TempusDominusBootstrap4.prototype._fillDow = function _fillDow() {\n var row = $('<tr>'),\n currentDate = this._viewDate.clone().startOf('w').startOf('d');\n\n if (this._options.calendarWeeks === true) {\n row.append($('<th>').addClass('cw').text('#'));\n }\n\n while (currentDate.isBefore(this._viewDate.clone().endOf('w'))) {\n row.append($('<th>').addClass('dow').text(currentDate.format('dd')));\n currentDate.add(1, 'd');\n }\n this.widget.find('.datepicker-days thead').append(row);\n };\n\n TempusDominusBootstrap4.prototype._fillMonths = function _fillMonths() {\n var spans = [],\n monthsShort = this._viewDate.clone().startOf('y').startOf('d');\n while (monthsShort.isSame(this._viewDate, 'y')) {\n spans.push($('<span>').attr('data-action', 'selectMonth').addClass('month').text(monthsShort.format('MMM')));\n monthsShort.add(1, 'M');\n }\n this.widget.find('.datepicker-months td').empty().append(spans);\n };\n\n TempusDominusBootstrap4.prototype._updateMonths = function _updateMonths() {\n var monthsView = this.widget.find('.datepicker-months'),\n monthsViewHeader = monthsView.find('th'),\n months = monthsView.find('tbody').find('span'),\n self = this;\n\n monthsViewHeader.eq(0).find('span').attr('title', this._options.tooltips.prevYear);\n monthsViewHeader.eq(1).attr('title', this._options.tooltips.selectYear);\n monthsViewHeader.eq(2).find('span').attr('title', this._options.tooltips.nextYear);\n\n monthsView.find('.disabled').removeClass('disabled');\n\n if (!this._isValid(this._viewDate.clone().subtract(1, 'y'), 'y')) {\n monthsViewHeader.eq(0).addClass('disabled');\n }\n\n monthsViewHeader.eq(1).text(this._viewDate.year());\n\n if (!this._isValid(this._viewDate.clone().add(1, 'y'), 'y')) {\n monthsViewHeader.eq(2).addClass('disabled');\n }\n\n months.removeClass('active');\n if (this._getLastPickedDate().isSame(this._viewDate, 'y') && !this.unset) {\n months.eq(this._getLastPickedDate().month()).addClass('active');\n }\n\n months.each(function (index) {\n if (!self._isValid(self._viewDate.clone().month(index), 'M')) {\n $(this).addClass('disabled');\n }\n });\n };\n\n TempusDominusBootstrap4.prototype._getStartEndYear = function _getStartEndYear(factor, year) {\n var step = factor / 10,\n startYear = Math.floor(year / factor) * factor,\n endYear = startYear + step * 9,\n focusValue = Math.floor(year / step) * step;\n return [startYear, endYear, focusValue];\n };\n\n TempusDominusBootstrap4.prototype._updateYears = function _updateYears() {\n var yearsView = this.widget.find('.datepicker-years'),\n yearsViewHeader = yearsView.find('th'),\n yearCaps = this._getStartEndYear(10, this._viewDate.year()),\n startYear = this._viewDate.clone().year(yearCaps[0]),\n endYear = this._viewDate.clone().year(yearCaps[1]);\n var html = '';\n\n yearsViewHeader.eq(0).find('span').attr('title', this._options.tooltips.prevDecade);\n yearsViewHeader.eq(1).attr('title', this._options.tooltips.selectDecade);\n yearsViewHeader.eq(2).find('span').attr('title', this._options.tooltips.nextDecade);\n\n yearsView.find('.disabled').removeClass('disabled');\n\n if (this._options.minDate && this._options.minDate.isAfter(startYear, 'y')) {\n yearsViewHeader.eq(0).addClass('disabled');\n }\n\n yearsViewHeader.eq(1).text(startYear.year() + '-' + endYear.year());\n\n if (this._options.maxDate && this._options.maxDate.isBefore(endYear, 'y')) {\n yearsViewHeader.eq(2).addClass('disabled');\n }\n\n html += '<span data-action=\"selectYear\" class=\"year old' + (!this._isValid(startYear, 'y') ? ' disabled' : '') + '\">' + (startYear.year() - 1) + '</span>';\n while (!startYear.isAfter(endYear, 'y')) {\n html += '<span data-action=\"selectYear\" class=\"year' + (startYear.isSame(this._getLastPickedDate(), 'y') && !this.unset ? ' active' : '') + (!this._isValid(startYear, 'y') ? ' disabled' : '') + '\">' + startYear.year() + '</span>';\n startYear.add(1, 'y');\n }\n html += '<span data-action=\"selectYear\" class=\"year old' + (!this._isValid(startYear, 'y') ? ' disabled' : '') + '\">' + startYear.year() + '</span>';\n\n yearsView.find('td').html(html);\n };\n\n TempusDominusBootstrap4.prototype._updateDecades = function _updateDecades() {\n var decadesView = this.widget.find('.datepicker-decades'),\n decadesViewHeader = decadesView.find('th'),\n yearCaps = this._getStartEndYear(100, this._viewDate.year()),\n startDecade = this._viewDate.clone().year(yearCaps[0]),\n endDecade = this._viewDate.clone().year(yearCaps[1]);\n var minDateDecade = false,\n maxDateDecade = false,\n endDecadeYear = void 0,\n html = '';\n\n decadesViewHeader.eq(0).find('span').attr('title', this._options.tooltips.prevCentury);\n decadesViewHeader.eq(2).find('span').attr('title', this._options.tooltips.nextCentury);\n\n decadesView.find('.disabled').removeClass('disabled');\n\n if (startDecade.year() === 0 || this._options.minDate && this._options.minDate.isAfter(startDecade, 'y')) {\n decadesViewHeader.eq(0).addClass('disabled');\n }\n\n decadesViewHeader.eq(1).text(startDecade.year() + '-' + endDecade.year());\n\n if (this._options.maxDate && this._options.maxDate.isBefore(endDecade, 'y')) {\n decadesViewHeader.eq(2).addClass('disabled');\n }\n\n if (startDecade.year() - 10 < 0) {\n html += '<span>&nbsp;</span>';\n } else {\n html += '<span data-action=\"selectDecade\" class=\"decade old\" data-selection=\"' + (startDecade.year() + 6) + '\">' + (startDecade.year() - 10) + '</span>';\n }\n\n while (!startDecade.isAfter(endDecade, 'y')) {\n endDecadeYear = startDecade.year() + 11;\n minDateDecade = this._options.minDate && this._options.minDate.isAfter(startDecade, 'y') && this._options.minDate.year() <= endDecadeYear;\n maxDateDecade = this._options.maxDate && this._options.maxDate.isAfter(startDecade, 'y') && this._options.maxDate.year() <= endDecadeYear;\n html += '<span data-action=\"selectDecade\" class=\"decade' + (this._getLastPickedDate().isAfter(startDecade) && this._getLastPickedDate().year() <= endDecadeYear ? ' active' : '') + (!this._isValid(startDecade, 'y') && !minDateDecade && !maxDateDecade ? ' disabled' : '') + '\" data-selection=\"' + (startDecade.year() + 6) + '\">' + startDecade.year() + '</span>';\n startDecade.add(10, 'y');\n }\n html += '<span data-action=\"selectDecade\" class=\"decade old\" data-selection=\"' + (startDecade.year() + 6) + '\">' + startDecade.year() + '</span>';\n\n decadesView.find('td').html(html);\n };\n\n TempusDominusBootstrap4.prototype._fillDate = function _fillDate() {\n var daysView = this.widget.find('.datepicker-days'),\n daysViewHeader = daysView.find('th'),\n html = [];\n var currentDate = void 0,\n row = void 0,\n clsName = void 0,\n i = void 0;\n\n if (!this._hasDate()) {\n return;\n }\n\n daysViewHeader.eq(0).find('span').attr('title', this._options.tooltips.prevMonth);\n daysViewHeader.eq(1).attr('title', this._options.tooltips.selectMonth);\n daysViewHeader.eq(2).find('span').attr('title', this._options.tooltips.nextMonth);\n\n daysView.find('.disabled').removeClass('disabled');\n daysViewHeader.eq(1).text(this._viewDate.format(this._options.dayViewHeaderFormat));\n\n if (!this._isValid(this._viewDate.clone().subtract(1, 'M'), 'M')) {\n daysViewHeader.eq(0).addClass('disabled');\n }\n if (!this._isValid(this._viewDate.clone().add(1, 'M'), 'M')) {\n daysViewHeader.eq(2).addClass('disabled');\n }\n\n currentDate = this._viewDate.clone().startOf('M').startOf('w').startOf('d');\n\n for (i = 0; i < 42; i++) {\n //always display 42 days (should show 6 weeks)\n if (currentDate.weekday() === 0) {\n row = $('<tr>');\n if (this._options.calendarWeeks) {\n row.append('<td class=\"cw\">' + currentDate.week() + '</td>');\n }\n html.push(row);\n }\n clsName = '';\n if (currentDate.isBefore(this._viewDate, 'M')) {\n clsName += ' old';\n }\n if (currentDate.isAfter(this._viewDate, 'M')) {\n clsName += ' new';\n }\n if (this._options.allowMultidate) {\n var index = this._datesFormatted.indexOf(currentDate.format('YYYY-MM-DD'));\n if (index !== -1) {\n if (currentDate.isSame(this._datesFormatted[index], 'd') && !this.unset) {\n clsName += ' active';\n }\n }\n } else {\n if (currentDate.isSame(this._getLastPickedDate(), 'd') && !this.unset) {\n clsName += ' active';\n }\n }\n if (!this._isValid(currentDate, 'd')) {\n clsName += ' disabled';\n }\n if (currentDate.isSame(this.getMoment(), 'd')) {\n clsName += ' today';\n }\n if (currentDate.day() === 0 || currentDate.day() === 6) {\n clsName += ' weekend';\n }\n row.append('<td data-action=\"selectDay\" data-day=\"' + currentDate.format('L') + '\" class=\"day' + clsName + '\">' + currentDate.date() + '</td>');\n currentDate.add(1, 'd');\n }\n\n daysView.find('tbody').empty().append(html);\n\n this._updateMonths();\n\n this._updateYears();\n\n this._updateDecades();\n };\n\n TempusDominusBootstrap4.prototype._fillHours = function _fillHours() {\n var table = this.widget.find('.timepicker-hours table'),\n currentHour = this._viewDate.clone().startOf('d'),\n html = [];\n var row = $('<tr>');\n\n if (this._viewDate.hour() > 11 && !this.use24Hours) {\n currentHour.hour(12);\n }\n while (currentHour.isSame(this._viewDate, 'd') && (this.use24Hours || this._viewDate.hour() < 12 && currentHour.hour() < 12 || this._viewDate.hour() > 11)) {\n if (currentHour.hour() % 4 === 0) {\n row = $('<tr>');\n html.push(row);\n }\n row.append('<td data-action=\"selectHour\" class=\"hour' + (!this._isValid(currentHour, 'h') ? ' disabled' : '') + '\">' + currentHour.format(this.use24Hours ? 'HH' : 'hh') + '</td>');\n currentHour.add(1, 'h');\n }\n table.empty().append(html);\n };\n\n TempusDominusBootstrap4.prototype._fillMinutes = function _fillMinutes() {\n var table = this.widget.find('.timepicker-minutes table'),\n currentMinute = this._viewDate.clone().startOf('h'),\n html = [],\n step = this._options.stepping === 1 ? 5 : this._options.stepping;\n var row = $('<tr>');\n\n while (this._viewDate.isSame(currentMinute, 'h')) {\n if (currentMinute.minute() % (step * 4) === 0) {\n row = $('<tr>');\n html.push(row);\n }\n row.append('<td data-action=\"selectMinute\" class=\"minute' + (!this._isValid(currentMinute, 'm') ? ' disabled' : '') + '\">' + currentMinute.format('mm') + '</td>');\n currentMinute.add(step, 'm');\n }\n table.empty().append(html);\n };\n\n TempusDominusBootstrap4.prototype._fillSeconds = function _fillSeconds() {\n var table = this.widget.find('.timepicker-seconds table'),\n currentSecond = this._viewDate.clone().startOf('m'),\n html = [];\n var row = $('<tr>');\n\n while (this._viewDate.isSame(currentSecond, 'm')) {\n if (currentSecond.second() % 20 === 0) {\n row = $('<tr>');\n html.push(row);\n }\n row.append('<td data-action=\"selectSecond\" class=\"second' + (!this._isValid(currentSecond, 's') ? ' disabled' : '') + '\">' + currentSecond.format('ss') + '</td>');\n currentSecond.add(5, 's');\n }\n\n table.empty().append(html);\n };\n\n TempusDominusBootstrap4.prototype._fillTime = function _fillTime() {\n var toggle = void 0,\n newDate = void 0;\n var timeComponents = this.widget.find('.timepicker span[data-time-component]');\n\n if (!this.use24Hours) {\n toggle = this.widget.find('.timepicker [data-action=togglePeriod]');\n newDate = this._getLastPickedDate().clone().add(this._getLastPickedDate().hours() >= 12 ? -12 : 12, 'h');\n\n toggle.text(this._getLastPickedDate().format('A'));\n\n if (this._isValid(newDate, 'h')) {\n toggle.removeClass('disabled');\n } else {\n toggle.addClass('disabled');\n }\n }\n timeComponents.filter('[data-time-component=hours]').text(this._getLastPickedDate().format('' + (this.use24Hours ? 'HH' : 'hh')));\n timeComponents.filter('[data-time-component=minutes]').text(this._getLastPickedDate().format('mm'));\n timeComponents.filter('[data-time-component=seconds]').text(this._getLastPickedDate().format('ss'));\n\n this._fillHours();\n this._fillMinutes();\n this._fillSeconds();\n };\n\n TempusDominusBootstrap4.prototype._doAction = function _doAction(e, action) {\n var lastPicked = this._getLastPickedDate();\n if ($(e.currentTarget).is('.disabled')) {\n return false;\n }\n action = action || $(e.currentTarget).data('action');\n switch (action) {\n case 'next':\n {\n var navFnc = DateTimePicker.DatePickerModes[this.currentViewMode].NAV_FUNCTION;\n this._viewDate.add(DateTimePicker.DatePickerModes[this.currentViewMode].NAV_STEP, navFnc);\n this._fillDate();\n this._viewUpdate(navFnc);\n break;\n }\n case 'previous':\n {\n var _navFnc = DateTimePicker.DatePickerModes[this.currentViewMode].NAV_FUNCTION;\n this._viewDate.subtract(DateTimePicker.DatePickerModes[this.currentViewMode].NAV_STEP, _navFnc);\n this._fillDate();\n this._viewUpdate(_navFnc);\n break;\n }\n case 'pickerSwitch':\n this._showMode(1);\n break;\n case 'selectMonth':\n {\n var month = $(e.target).closest('tbody').find('span').index($(e.target));\n this._viewDate.month(month);\n if (this.currentViewMode === this.MinViewModeNumber) {\n this._setValue(lastPicked.clone().year(this._viewDate.year()).month(this._viewDate.month()), this._getLastPickedDateIndex());\n if (!this._options.inline) {\n this.hide();\n }\n } else {\n this._showMode(-1);\n this._fillDate();\n }\n this._viewUpdate('M');\n break;\n }\n case 'selectYear':\n {\n var year = parseInt($(e.target).text(), 10) || 0;\n this._viewDate.year(year);\n if (this.currentViewMode === this.MinViewModeNumber) {\n this._setValue(lastPicked.clone().year(this._viewDate.year()), this._getLastPickedDateIndex());\n if (!this._options.inline) {\n this.hide();\n }\n } else {\n this._showMode(-1);\n this._fillDate();\n }\n this._viewUpdate('YYYY');\n break;\n }\n case 'selectDecade':\n {\n var _year = parseInt($(e.target).data('selection'), 10) || 0;\n this._viewDate.year(_year);\n if (this.currentViewMode === this.MinViewModeNumber) {\n this._setValue(lastPicked.clone().year(this._viewDate.year()), this._getLastPickedDateIndex());\n if (!this._options.inline) {\n this.hide();\n }\n } else {\n this._showMode(-1);\n this._fillDate();\n }\n this._viewUpdate('YYYY');\n break;\n }\n case 'selectDay':\n {\n var day = this._viewDate.clone();\n if ($(e.target).is('.old')) {\n day.subtract(1, 'M');\n }\n if ($(e.target).is('.new')) {\n day.add(1, 'M');\n }\n\n var selectDate = day.date(parseInt($(e.target).text(), 10)),\n index = 0;\n if (this._options.allowMultidate) {\n index = this._datesFormatted.indexOf(selectDate.format('YYYY-MM-DD'));\n if (index !== -1) {\n this._setValue(null, index); //deselect multidate\n } else {\n this._setValue(selectDate, this._getLastPickedDateIndex() + 1);\n }\n } else {\n this._setValue(selectDate, this._getLastPickedDateIndex());\n }\n\n if (!this._hasTime() && !this._options.keepOpen && !this._options.inline && !this._options.allowMultidate) {\n this.hide();\n }\n break;\n }\n case 'incrementHours':\n {\n var newDate = lastPicked.clone().add(1, 'h');\n if (this._isValid(newDate, 'h')) {\n this._setValue(newDate, this._getLastPickedDateIndex());\n }\n break;\n }\n case 'incrementMinutes':\n {\n var _newDate = lastPicked.clone().add(this._options.stepping, 'm');\n if (this._isValid(_newDate, 'm')) {\n this._setValue(_newDate, this._getLastPickedDateIndex());\n }\n break;\n }\n case 'incrementSeconds':\n {\n var _newDate2 = lastPicked.clone().add(1, 's');\n if (this._isValid(_newDate2, 's')) {\n this._setValue(_newDate2, this._getLastPickedDateIndex());\n }\n break;\n }\n case 'decrementHours':\n {\n var _newDate3 = lastPicked.clone().subtract(1, 'h');\n if (this._isValid(_newDate3, 'h')) {\n this._setValue(_newDate3, this._getLastPickedDateIndex());\n }\n break;\n }\n case 'decrementMinutes':\n {\n var _newDate4 = lastPicked.clone().subtract(this._options.stepping, 'm');\n if (this._isValid(_newDate4, 'm')) {\n this._setValue(_newDate4, this._getLastPickedDateIndex());\n }\n break;\n }\n case 'decrementSeconds':\n {\n var _newDate5 = lastPicked.clone().subtract(1, 's');\n if (this._isValid(_newDate5, 's')) {\n this._setValue(_newDate5, this._getLastPickedDateIndex());\n }\n break;\n }\n case 'togglePeriod':\n {\n this._setValue(lastPicked.clone().add(lastPicked.hours() >= 12 ? -12 : 12, 'h'), this._getLastPickedDateIndex());\n break;\n }\n case 'togglePicker':\n {\n var $this = $(e.target),\n $link = $this.closest('a'),\n $parent = $this.closest('ul'),\n expanded = $parent.find('.show'),\n closed = $parent.find('.collapse:not(.show)'),\n $span = $this.is('span') ? $this : $this.find('span');\n var collapseData = void 0;\n\n if (expanded && expanded.length) {\n collapseData = expanded.data('collapse');\n if (collapseData && collapseData.transitioning) {\n return true;\n }\n if (expanded.collapse) {\n // if collapse plugin is available through bootstrap.js then use it\n expanded.collapse('hide');\n closed.collapse('show');\n } else {\n // otherwise just toggle in class on the two views\n expanded.removeClass('show');\n closed.addClass('show');\n }\n $span.toggleClass(this._options.icons.time + ' ' + this._options.icons.date);\n\n if ($span.hasClass(this._options.icons.date)) {\n $link.attr('title', this._options.tooltips.selectDate);\n } else {\n $link.attr('title', this._options.tooltips.selectTime);\n }\n }\n }\n break;\n case 'showPicker':\n this.widget.find('.timepicker > div:not(.timepicker-picker)').hide();\n this.widget.find('.timepicker .timepicker-picker').show();\n break;\n case 'showHours':\n this.widget.find('.timepicker .timepicker-picker').hide();\n this.widget.find('.timepicker .timepicker-hours').show();\n break;\n case 'showMinutes':\n this.widget.find('.timepicker .timepicker-picker').hide();\n this.widget.find('.timepicker .timepicker-minutes').show();\n break;\n case 'showSeconds':\n this.widget.find('.timepicker .timepicker-picker').hide();\n this.widget.find('.timepicker .timepicker-seconds').show();\n break;\n case 'selectHour':\n {\n var hour = parseInt($(e.target).text(), 10);\n\n if (!this.use24Hours) {\n if (lastPicked.hours() >= 12) {\n if (hour !== 12) {\n hour += 12;\n }\n } else {\n if (hour === 12) {\n hour = 0;\n }\n }\n }\n this._setValue(lastPicked.clone().hours(hour), this._getLastPickedDateIndex());\n if (!this._isEnabled('a') && !this._isEnabled('m') && !this._options.keepOpen && !this._options.inline) {\n this.hide();\n } else {\n this._doAction(e, 'showPicker');\n }\n break;\n }\n case 'selectMinute':\n this._setValue(lastPicked.clone().minutes(parseInt($(e.target).text(), 10)), this._getLastPickedDateIndex());\n if (!this._isEnabled('a') && !this._isEnabled('s') && !this._options.keepOpen && !this._options.inline) {\n this.hide();\n } else {\n this._doAction(e, 'showPicker');\n }\n break;\n case 'selectSecond':\n this._setValue(lastPicked.clone().seconds(parseInt($(e.target).text(), 10)), this._getLastPickedDateIndex());\n if (!this._isEnabled('a') && !this._options.keepOpen && !this._options.inline) {\n this.hide();\n } else {\n this._doAction(e, 'showPicker');\n }\n break;\n case 'clear':\n this.clear();\n break;\n case 'close':\n this.hide();\n break;\n case 'today':\n {\n var todaysDate = this.getMoment();\n if (this._isValid(todaysDate, 'd')) {\n this._setValue(todaysDate, this._getLastPickedDateIndex());\n }\n break;\n }\n }\n return false;\n };\n\n //public\n\n\n TempusDominusBootstrap4.prototype.hide = function hide() {\n var transitioning = false;\n if (!this.widget) {\n return;\n }\n // Ignore event if in the middle of a picker transition\n this.widget.find('.collapse').each(function () {\n var collapseData = $(this).data('collapse');\n if (collapseData && collapseData.transitioning) {\n transitioning = true;\n return false;\n }\n return true;\n });\n if (transitioning) {\n return;\n }\n if (this.component && this.component.hasClass('btn')) {\n this.component.toggleClass('active');\n }\n this.widget.hide();\n\n $(window).off('resize', this._place());\n this.widget.off('click', '[data-action]');\n this.widget.off('mousedown', false);\n\n this.widget.remove();\n this.widget = false;\n\n this._notifyEvent({\n type: DateTimePicker.Event.HIDE,\n date: this._getLastPickedDate().clone()\n });\n\n if (this.input !== undefined) {\n this.input.blur();\n }\n\n this._viewDate = this._getLastPickedDate().clone();\n };\n\n TempusDominusBootstrap4.prototype.show = function show() {\n var currentMoment = void 0;\n var useCurrentGranularity = {\n 'year': function year(m) {\n return m.month(0).date(1).hours(0).seconds(0).minutes(0);\n },\n 'month': function month(m) {\n return m.date(1).hours(0).seconds(0).minutes(0);\n },\n 'day': function day(m) {\n return m.hours(0).seconds(0).minutes(0);\n },\n 'hour': function hour(m) {\n return m.seconds(0).minutes(0);\n },\n 'minute': function minute(m) {\n return m.seconds(0);\n }\n };\n\n if (this.input !== undefined) {\n if (this.input.prop('disabled') || !this._options.ignoreReadonly && this.input.prop('readonly') || this.widget) {\n return;\n }\n if (this.input.val() !== undefined && this.input.val().trim().length !== 0) {\n this._setValue(this._parseInputDate(this.input.val().trim()), 0);\n } else if (this.unset && this._options.useCurrent) {\n currentMoment = this.getMoment();\n if (typeof this._options.useCurrent === 'string') {\n currentMoment = useCurrentGranularity[this._options.useCurrent](currentMoment);\n }\n this._setValue(currentMoment, 0);\n }\n } else if (this.unset && this._options.useCurrent) {\n currentMoment = this.getMoment();\n if (typeof this._options.useCurrent === 'string') {\n currentMoment = useCurrentGranularity[this._options.useCurrent](currentMoment);\n }\n this._setValue(currentMoment, 0);\n }\n\n this.widget = this._getTemplate();\n\n this._fillDow();\n this._fillMonths();\n\n this.widget.find('.timepicker-hours').hide();\n this.widget.find('.timepicker-minutes').hide();\n this.widget.find('.timepicker-seconds').hide();\n\n this._update();\n this._showMode();\n\n $(window).on('resize', { picker: this }, this._place);\n this.widget.on('click', '[data-action]', $.proxy(this._doAction, this)); // this handles clicks on the widget\n this.widget.on('mousedown', false);\n\n if (this.component && this.component.hasClass('btn')) {\n this.component.toggleClass('active');\n }\n this._place();\n this.widget.show();\n if (this.input !== undefined && this._options.focusOnShow && !this.input.is(':focus')) {\n this.input.focus();\n }\n\n this._notifyEvent({\n type: DateTimePicker.Event.SHOW\n });\n };\n\n TempusDominusBootstrap4.prototype.destroy = function destroy() {\n this.hide();\n //todo doc off?\n this._element.removeData(DateTimePicker.DATA_KEY);\n this._element.removeData('date');\n };\n\n TempusDominusBootstrap4.prototype.disable = function disable() {\n this.hide();\n if (this.component && this.component.hasClass('btn')) {\n this.component.addClass('disabled');\n }\n if (this.input !== undefined) {\n this.input.prop('disabled', true); //todo disable this/comp if input is null\n }\n };\n\n TempusDominusBootstrap4.prototype.enable = function enable() {\n if (this.component && this.component.hasClass('btn')) {\n this.component.removeClass('disabled');\n }\n if (this.input !== undefined) {\n this.input.prop('disabled', false); //todo enable comp/this if input is null\n }\n };\n\n TempusDominusBootstrap4.prototype.toolbarPlacement = function toolbarPlacement(_toolbarPlacement) {\n if (arguments.length === 0) {\n return this._options.toolbarPlacement;\n }\n\n if (typeof _toolbarPlacement !== 'string') {\n throw new TypeError('toolbarPlacement() expects a string parameter');\n }\n if (toolbarPlacements.indexOf(_toolbarPlacement) === -1) {\n throw new TypeError('toolbarPlacement() parameter must be one of (' + toolbarPlacements.join(', ') + ') value');\n }\n this._options.toolbarPlacement = _toolbarPlacement;\n\n if (this.widget) {\n this.hide();\n this.show();\n }\n };\n\n TempusDominusBootstrap4.prototype.widgetPositioning = function widgetPositioning(_widgetPositioning) {\n if (arguments.length === 0) {\n return $.extend({}, this._options.widgetPositioning);\n }\n\n if ({}.toString.call(_widgetPositioning) !== '[object Object]') {\n throw new TypeError('widgetPositioning() expects an object variable');\n }\n if (_widgetPositioning.horizontal) {\n if (typeof _widgetPositioning.horizontal !== 'string') {\n throw new TypeError('widgetPositioning() horizontal variable must be a string');\n }\n _widgetPositioning.horizontal = _widgetPositioning.horizontal.toLowerCase();\n if (horizontalModes.indexOf(_widgetPositioning.horizontal) === -1) {\n throw new TypeError('widgetPositioning() expects horizontal parameter to be one of (' + horizontalModes.join(', ') + ')');\n }\n this._options.widgetPositioning.horizontal = _widgetPositioning.horizontal;\n }\n if (_widgetPositioning.vertical) {\n if (typeof _widgetPositioning.vertical !== 'string') {\n throw new TypeError('widgetPositioning() vertical variable must be a string');\n }\n _widgetPositioning.vertical = _widgetPositioning.vertical.toLowerCase();\n if (verticalModes.indexOf(_widgetPositioning.vertical) === -1) {\n throw new TypeError('widgetPositioning() expects vertical parameter to be one of (' + verticalModes.join(', ') + ')');\n }\n this._options.widgetPositioning.vertical = _widgetPositioning.vertical;\n }\n this._update();\n };\n\n TempusDominusBootstrap4.prototype.widgetParent = function widgetParent(_widgetParent) {\n if (arguments.length === 0) {\n return this._options.widgetParent;\n }\n\n if (typeof _widgetParent === 'string') {\n _widgetParent = $(_widgetParent);\n }\n\n if (_widgetParent !== null && typeof _widgetParent !== 'string' && !(_widgetParent instanceof $)) {\n throw new TypeError('widgetParent() expects a string or a jQuery object parameter');\n }\n\n this._options.widgetParent = _widgetParent;\n if (this.widget) {\n this.hide();\n this.show();\n }\n };\n\n //static\n\n\n TempusDominusBootstrap4._jQueryHandleThis = function _jQueryHandleThis(me, option, argument) {\n var data = $(me).data(DateTimePicker.DATA_KEY);\n if ((typeof option === 'undefined' ? 'undefined' : _typeof(option)) === 'object') {\n $.extend({}, DateTimePicker.Default, option);\n }\n\n if (!data) {\n data = new TempusDominusBootstrap4($(me), option);\n $(me).data(DateTimePicker.DATA_KEY, data);\n }\n\n if (typeof option === 'string') {\n if (data[option] === undefined) {\n throw new Error('No method named \"' + option + '\"');\n }\n if (argument === undefined) {\n return data[option]();\n } else {\n return data[option](argument);\n }\n }\n };\n\n TempusDominusBootstrap4._jQueryInterface = function _jQueryInterface(option, argument) {\n if (this.length === 1) {\n return TempusDominusBootstrap4._jQueryHandleThis(this[0], option, argument);\n }\n return this.each(function () {\n TempusDominusBootstrap4._jQueryHandleThis(this, option, argument);\n });\n };\n\n return TempusDominusBootstrap4;\n }(DateTimePicker);\n\n /**\r\n * ------------------------------------------------------------------------\r\n * jQuery\r\n * ------------------------------------------------------------------------\r\n */\n\n\n $(document).on(DateTimePicker.Event.CLICK_DATA_API, DateTimePicker.Selector.DATA_TOGGLE, function () {\n var $target = getSelectorFromElement($(this));\n if ($target.length === 0) {\n return;\n }\n TempusDominusBootstrap4._jQueryInterface.call($target, 'toggle');\n }).on(DateTimePicker.Event.CHANGE, '.' + DateTimePicker.ClassName.INPUT, function (event) {\n var $target = getSelectorFromElement($(this));\n if ($target.length === 0) {\n return;\n }\n TempusDominusBootstrap4._jQueryInterface.call($target, '_change', event);\n }).on(DateTimePicker.Event.BLUR, '.' + DateTimePicker.ClassName.INPUT, function (event) {\n var $target = getSelectorFromElement($(this)),\n config = $target.data(DateTimePicker.DATA_KEY);\n if ($target.length === 0) {\n return;\n }\n if (config._options.debug || window.debug) {\n return;\n }\n TempusDominusBootstrap4._jQueryInterface.call($target, 'hide', event);\n }).on(DateTimePicker.Event.KEYDOWN, '.' + DateTimePicker.ClassName.INPUT, function (event) {\n var $target = getSelectorFromElement($(this));\n if ($target.length === 0) {\n return;\n }\n TempusDominusBootstrap4._jQueryInterface.call($target, '_keydown', event);\n }).on(DateTimePicker.Event.KEYUP, '.' + DateTimePicker.ClassName.INPUT, function (event) {\n var $target = getSelectorFromElement($(this));\n if ($target.length === 0) {\n return;\n }\n TempusDominusBootstrap4._jQueryInterface.call($target, '_keyup', event);\n }).on(DateTimePicker.Event.FOCUS, '.' + DateTimePicker.ClassName.INPUT, function (event) {\n var $target = getSelectorFromElement($(this)),\n config = $target.data(DateTimePicker.DATA_KEY);\n if ($target.length === 0) {\n return;\n }\n if (!config._options.allowInputToggle) {\n return;\n }\n TempusDominusBootstrap4._jQueryInterface.call($target, 'show', event);\n });\n\n $.fn[DateTimePicker.NAME] = TempusDominusBootstrap4._jQueryInterface;\n $.fn[DateTimePicker.NAME].Constructor = TempusDominusBootstrap4;\n $.fn[DateTimePicker.NAME].noConflict = function () {\n $.fn[DateTimePicker.NAME] = JQUERY_NO_CONFLICT;\n return TempusDominusBootstrap4._jQueryInterface;\n };\n\n return TempusDominusBootstrap4;\n}(jQuery);\r\n\r\n}();\r\n","/*\r\n * jquery.flot.tooltip\r\n * \r\n * description: easy-to-use tooltips for Flot charts\r\n * version: 0.9.0\r\n * authors: Krzysztof Urbas @krzysu [myviews.pl],Evan Steinkerchner @Roundaround\r\n * website: https://github.com/krzysu/flot.tooltip\r\n * \r\n * build on 2016-07-26\r\n * released under MIT License, 2012\r\n*/ \r\n(function ($) {\r\n // plugin options, default values\r\n var defaultOptions = {\r\n tooltip: {\r\n show: false,\r\n cssClass: \"flotTip\",\r\n content: \"%s | X: %x | Y: %y\",\r\n // allowed templates are:\r\n // %s -> series label,\r\n // %c -> series color,\r\n // %lx -> x axis label (requires flot-axislabels plugin https://github.com/markrcote/flot-axislabels),\r\n // %ly -> y axis label (requires flot-axislabels plugin https://github.com/markrcote/flot-axislabels),\r\n // %x -> X value,\r\n // %y -> Y value,\r\n // %x.2 -> precision of X value,\r\n // %p -> percent\r\n // %n -> value (not percent) of pie chart\r\n xDateFormat: null,\r\n yDateFormat: null,\r\n monthNames: null,\r\n dayNames: null,\r\n shifts: {\r\n x: 10,\r\n y: 20\r\n },\r\n defaultTheme: true,\r\n snap: true,\r\n lines: false,\r\n clickTips: false,\r\n\r\n // callbacks\r\n onHover: function (flotItem, $tooltipEl) {},\r\n\r\n $compat: false\r\n }\r\n };\r\n\r\n // dummy default options object for legacy code (<0.8.5) - is deleted later\r\n defaultOptions.tooltipOpts = defaultOptions.tooltip;\r\n\r\n // object\r\n var FlotTooltip = function (plot) {\r\n // variables\r\n this.tipPosition = {x: 0, y: 0};\r\n\r\n this.init(plot);\r\n };\r\n\r\n // main plugin function\r\n FlotTooltip.prototype.init = function (plot) {\r\n var that = this;\r\n\r\n // detect other flot plugins\r\n var plotPluginsLength = $.plot.plugins.length;\r\n this.plotPlugins = [];\r\n\r\n if (plotPluginsLength) {\r\n for (var p = 0; p < plotPluginsLength; p++) {\r\n this.plotPlugins.push($.plot.plugins[p].name);\r\n }\r\n }\r\n\r\n plot.hooks.bindEvents.push(function (plot, eventHolder) {\r\n\r\n // get plot options\r\n that.plotOptions = plot.getOptions();\r\n\r\n // for legacy (<0.8.5) implementations\r\n if (typeof(that.plotOptions.tooltip) === 'boolean') {\r\n that.plotOptions.tooltipOpts.show = that.plotOptions.tooltip;\r\n that.plotOptions.tooltip = that.plotOptions.tooltipOpts;\r\n delete that.plotOptions.tooltipOpts;\r\n }\r\n\r\n // if not enabled return\r\n if (that.plotOptions.tooltip.show === false || typeof that.plotOptions.tooltip.show === 'undefined') return;\r\n\r\n // shortcut to access tooltip options\r\n that.tooltipOptions = that.plotOptions.tooltip;\r\n\r\n if (that.tooltipOptions.$compat) {\r\n that.wfunc = 'width';\r\n that.hfunc = 'height';\r\n } else {\r\n that.wfunc = 'innerWidth';\r\n that.hfunc = 'innerHeight';\r\n }\r\n\r\n // create tooltip DOM element\r\n var $tip = that.getDomElement();\r\n\r\n // bind event\r\n $( plot.getPlaceholder() ).bind(\"plothover\", plothover);\r\n if (that.tooltipOptions.clickTips) {\r\n $( plot.getPlaceholder() ).bind(\"plotclick\", plotclick);\r\n }\r\n that.clickmode = false;\r\n\r\n $(eventHolder).bind('mousemove', mouseMove);\r\n });\r\n\r\n plot.hooks.shutdown.push(function (plot, eventHolder){\r\n $(plot.getPlaceholder()).unbind(\"plothover\", plothover);\r\n $(plot.getPlaceholder()).unbind(\"plotclick\", plotclick);\r\n plot.removeTooltip();\r\n $(eventHolder).unbind(\"mousemove\", mouseMove);\r\n });\r\n\r\n function mouseMove(e){\r\n var pos = {};\r\n pos.x = e.pageX;\r\n pos.y = e.pageY;\r\n plot.setTooltipPosition(pos);\r\n }\r\n\r\n /**\r\n * open the tooltip (if not already open) and freeze it on the current position till the next click\r\n */\r\n function plotclick(event, pos, item) {\r\n if (! that.clickmode) {\r\n // it is the click activating the clicktip\r\n plothover(event, pos, item);\r\n if (that.getDomElement().is(\":visible\")) {\r\n $(plot.getPlaceholder()).unbind(\"plothover\", plothover);\r\n that.clickmode = true;\r\n }\r\n } else {\r\n // it is the click deactivating the clicktip\r\n $( plot.getPlaceholder() ).bind(\"plothover\", plothover);\r\n plot.hideTooltip();\r\n that.clickmode = false;\r\n }\r\n }\r\n\r\n function plothover(event, pos, item) {\r\n // Simple distance formula.\r\n var lineDistance = function (p1x, p1y, p2x, p2y) {\r\n return Math.sqrt((p2x - p1x) * (p2x - p1x) + (p2y - p1y) * (p2y - p1y));\r\n };\r\n\r\n // Here is some voodoo magic for determining the distance to a line form a given point {x, y}.\r\n var dotLineLength = function (x, y, x0, y0, x1, y1, o) {\r\n if (o && !(o =\r\n function (x, y, x0, y0, x1, y1) {\r\n if (typeof x0 !== 'undefined') return { x: x0, y: y };\r\n else if (typeof y0 !== 'undefined') return { x: x, y: y0 };\r\n\r\n var left,\r\n tg = -1 / ((y1 - y0) / (x1 - x0));\r\n\r\n return {\r\n x: left = (x1 * (x * tg - y + y0) + x0 * (x * -tg + y - y1)) / (tg * (x1 - x0) + y0 - y1),\r\n y: tg * left - tg * x + y\r\n };\r\n } (x, y, x0, y0, x1, y1),\r\n o.x >= Math.min(x0, x1) && o.x <= Math.max(x0, x1) && o.y >= Math.min(y0, y1) && o.y <= Math.max(y0, y1))\r\n ) {\r\n var l1 = lineDistance(x, y, x0, y0), l2 = lineDistance(x, y, x1, y1);\r\n return l1 > l2 ? l2 : l1;\r\n } else {\r\n var a = y0 - y1, b = x1 - x0, c = x0 * y1 - y0 * x1;\r\n return Math.abs(a * x + b * y + c) / Math.sqrt(a * a + b * b);\r\n }\r\n };\r\n\r\n if (item) {\r\n plot.showTooltip(item, that.tooltipOptions.snap ? item : pos);\r\n } else if (that.plotOptions.series.lines.show && that.tooltipOptions.lines === true) {\r\n var maxDistance = that.plotOptions.grid.mouseActiveRadius;\r\n\r\n var closestTrace = {\r\n distance: maxDistance + 1\r\n };\r\n\r\n var ttPos = pos;\r\n\r\n $.each(plot.getData(), function (i, series) {\r\n var xBeforeIndex = 0,\r\n xAfterIndex = -1;\r\n\r\n // Our search here assumes our data is sorted via the x-axis.\r\n // TODO: Improve efficiency somehow - search smaller sets of data.\r\n for (var j = 1; j < series.data.length; j++) {\r\n if (series.data[j - 1][0] <= pos.x && series.data[j][0] >= pos.x) {\r\n xBeforeIndex = j - 1;\r\n xAfterIndex = j;\r\n }\r\n }\r\n\r\n if (xAfterIndex === -1) {\r\n plot.hideTooltip();\r\n return;\r\n }\r\n\r\n var pointPrev = { x: series.data[xBeforeIndex][0], y: series.data[xBeforeIndex][1] },\r\n pointNext = { x: series.data[xAfterIndex][0], y: series.data[xAfterIndex][1] };\r\n\r\n var distToLine = dotLineLength(series.xaxis.p2c(pos.x), series.yaxis.p2c(pos.y), series.xaxis.p2c(pointPrev.x),\r\n series.yaxis.p2c(pointPrev.y), series.xaxis.p2c(pointNext.x), series.yaxis.p2c(pointNext.y), false);\r\n\r\n if (distToLine < closestTrace.distance) {\r\n\r\n var closestIndex = lineDistance(pointPrev.x, pointPrev.y, pos.x, pos.y) <\r\n lineDistance(pos.x, pos.y, pointNext.x, pointNext.y) ? xBeforeIndex : xAfterIndex;\r\n\r\n var pointSize = series.datapoints.pointsize;\r\n\r\n // Calculate the point on the line vertically closest to our cursor.\r\n var pointOnLine = [\r\n pos.x,\r\n pointPrev.y + ((pointNext.y - pointPrev.y) * ((pos.x - pointPrev.x) / (pointNext.x - pointPrev.x)))\r\n ];\r\n\r\n var item = {\r\n datapoint: pointOnLine,\r\n dataIndex: closestIndex,\r\n series: series,\r\n seriesIndex: i\r\n };\r\n\r\n closestTrace = {\r\n distance: distToLine,\r\n item: item\r\n };\r\n\r\n if (that.tooltipOptions.snap) {\r\n ttPos = {\r\n pageX: series.xaxis.p2c(pointOnLine[0]),\r\n pageY: series.yaxis.p2c(pointOnLine[1])\r\n };\r\n }\r\n }\r\n });\r\n\r\n if (closestTrace.distance < maxDistance + 1)\r\n plot.showTooltip(closestTrace.item, ttPos);\r\n else\r\n plot.hideTooltip();\r\n } else {\r\n plot.hideTooltip();\r\n }\r\n }\r\n\r\n // Quick little function for setting the tooltip position.\r\n plot.setTooltipPosition = function (pos) {\r\n var $tip = that.getDomElement();\r\n\r\n var totalTipWidth = $tip.outerWidth() + that.tooltipOptions.shifts.x;\r\n var totalTipHeight = $tip.outerHeight() + that.tooltipOptions.shifts.y;\r\n if ((pos.x - $(window).scrollLeft()) > ($(window)[that.wfunc]() - totalTipWidth)) {\r\n pos.x -= totalTipWidth;\r\n pos.x = Math.max(pos.x, 0);\r\n }\r\n if ((pos.y - $(window).scrollTop()) > ($(window)[that.hfunc]() - totalTipHeight)) {\r\n pos.y -= totalTipHeight;\r\n }\r\n\r\n\t /*\r\n\t The section applies the new positioning ONLY if pos.x and pos.y\r\n\t are numbers. If they are undefined or not a number, use the last\r\n\t known numerical position. This hack fixes a bug that kept pie\r\n\t charts from keeping their tooltip positioning.\r\n\t */\r\n\r\n if (isNaN(pos.x)) {\r\n\t\tthat.tipPosition.x = that.tipPosition.xPrev;\r\n\t }\r\n\t else {\r\n\t\tthat.tipPosition.x = pos.x;\r\n\t\tthat.tipPosition.xPrev = pos.x;\r\n\t }\r\n\t if (isNaN(pos.y)) {\r\n\t\tthat.tipPosition.y = that.tipPosition.yPrev;\r\n\t }\r\n\t else {\r\n\t\tthat.tipPosition.y = pos.y;\r\n\t\tthat.tipPosition.yPrev = pos.y;\r\n\t }\r\n\r\n };\r\n\r\n // Quick little function for showing the tooltip.\r\n plot.showTooltip = function (target, position, targetPosition) {\r\n var $tip = that.getDomElement();\r\n\r\n // convert tooltip content template to real tipText\r\n var tipText = that.stringFormat(that.tooltipOptions.content, target);\r\n if (tipText === '')\r\n return;\r\n\r\n $tip.html(tipText);\r\n plot.setTooltipPosition({ x: that.tipPosition.x, y: that.tipPosition.y });\r\n $tip.css({\r\n left: that.tipPosition.x + that.tooltipOptions.shifts.x,\r\n top: that.tipPosition.y + that.tooltipOptions.shifts.y\r\n }).show();\r\n\r\n // run callback\r\n if (typeof that.tooltipOptions.onHover === 'function') {\r\n that.tooltipOptions.onHover(target, $tip);\r\n }\r\n };\r\n\r\n // Quick little function for hiding the tooltip.\r\n plot.hideTooltip = function () {\r\n that.getDomElement().hide().html('');\r\n };\r\n\r\n plot.removeTooltip = function() {\r\n that.getDomElement().remove();\r\n };\r\n };\r\n\r\n /**\r\n * get or create tooltip DOM element\r\n * @return jQuery object\r\n */\r\n FlotTooltip.prototype.getDomElement = function () {\r\n var $tip = $('<div>');\r\n if (this.tooltipOptions && this.tooltipOptions.cssClass) {\r\n $tip = $('.' + this.tooltipOptions.cssClass);\r\n\r\n if( $tip.length === 0 ){\r\n $tip = $('<div />').addClass(this.tooltipOptions.cssClass);\r\n $tip.appendTo('body').hide().css({position: 'absolute'});\r\n\r\n if(this.tooltipOptions.defaultTheme) {\r\n $tip.css({\r\n 'background': '#fff',\r\n 'z-index': '1040',\r\n 'padding': '0.4em 0.6em',\r\n 'border-radius': '0.5em',\r\n 'font-size': '0.8em',\r\n 'border': '1px solid #111',\r\n 'display': 'none',\r\n 'white-space': 'nowrap'\r\n });\r\n }\r\n }\r\n }\r\n\r\n return $tip;\r\n };\r\n\r\n /**\r\n * core function, create tooltip content\r\n * @param {string} content - template with tooltip content\r\n * @param {object} item - Flot item\r\n * @return {string} real tooltip content for current item\r\n */\r\n FlotTooltip.prototype.stringFormat = function (content, item) {\r\n var percentPattern = /%p\\.{0,1}(\\d{0,})/;\r\n var seriesPattern = /%s/;\r\n var colorPattern = /%c/;\r\n var xLabelPattern = /%lx/; // requires flot-axislabels plugin https://github.com/markrcote/flot-axislabels, will be ignored if plugin isn't loaded\r\n var yLabelPattern = /%ly/; // requires flot-axislabels plugin https://github.com/markrcote/flot-axislabels, will be ignored if plugin isn't loaded\r\n var xPattern = /%x\\.{0,1}(\\d{0,})/;\r\n var yPattern = /%y\\.{0,1}(\\d{0,})/;\r\n var xPatternWithoutPrecision = \"%x\";\r\n var yPatternWithoutPrecision = \"%y\";\r\n var customTextPattern = \"%ct\";\r\n\tvar nPiePattern = \"%n\";\r\n\r\n var x, y, customText, p, n;\r\n\r\n // for threshold plugin we need to read data from different place\r\n if (typeof item.series.threshold !== \"undefined\") {\r\n x = item.datapoint[0];\r\n y = item.datapoint[1];\r\n customText = item.datapoint[2];\r\n\t}\r\n\r\n\t// for CurvedLines plugin we need to read data from different place\r\n\t else if (typeof item.series.curvedLines !== \"undefined\") {\r\n\t\tx = item.datapoint[0];\r\n\t\ty = item.datapoint[1];\r\n\t }\r\n\r\n else if (typeof item.series.lines !== \"undefined\" && item.series.lines.steps) {\r\n x = item.series.datapoints.points[item.dataIndex * 2];\r\n y = item.series.datapoints.points[item.dataIndex * 2 + 1];\r\n // TODO: where to find custom text in this variant?\r\n customText = \"\";\r\n } else {\r\n x = item.series.data[item.dataIndex][0];\r\n y = item.series.data[item.dataIndex][1];\r\n customText = item.series.data[item.dataIndex][2];\r\n }\r\n\r\n // I think this is only in case of threshold plugin\r\n if (item.series.label === null && item.series.originSeries) {\r\n item.series.label = item.series.originSeries.label;\r\n }\r\n\r\n // if it is a function callback get the content string\r\n if (typeof(content) === 'function') {\r\n content = content(item.series.label, x, y, item);\r\n }\r\n\r\n // the case where the passed content is equal to false\r\n if (typeof(content) === 'boolean' && !content) {\r\n return '';\r\n }\r\n\r\n /* replacement of %ct and other multi-character templates must\r\n precede the replacement of single-character templates\r\n to avoid conflict between '%c' and '%ct' and similar substrings\r\n */\r\n if (customText) {\r\n content = content.replace(customTextPattern, customText);\r\n }\r\n\r\n // percent match for pie charts and stacked percent\r\n if (typeof (item.series.percent) !== 'undefined') {\r\n p = item.series.percent;\r\n } else if (typeof (item.series.percents) !== 'undefined') {\r\n p = item.series.percents[item.dataIndex];\r\n }\r\n if (typeof p === 'number') {\r\n content = this.adjustValPrecision(percentPattern, content, p);\r\n }\r\n\r\n // replace %n with number of items represented by slice in pie charts\r\n if (item.series.hasOwnProperty('pie')) {\r\n if (typeof item.series.data[0][1] !== 'undefined') {\r\n n = item.series.data[0][1];\r\n }\r\n }\r\n if (typeof n === 'number') {\r\n content = content.replace(nPiePattern, n);\r\n }\r\n\r\n // series match\r\n if (typeof(item.series.label) !== 'undefined') {\r\n content = content.replace(seriesPattern, item.series.label);\r\n } else {\r\n //remove %s if label is undefined\r\n content = content.replace(seriesPattern, \"\");\r\n }\r\n\r\n // color match\r\n if (typeof(item.series.color) !== 'undefined') {\r\n content = content.replace(colorPattern, item.series.color);\r\n } else {\r\n //remove %s if color is undefined\r\n content = content.replace(colorPattern, \"\");\r\n }\r\n\r\n // x axis label match\r\n if (this.hasAxisLabel('xaxis', item)) {\r\n content = content.replace(xLabelPattern, item.series.xaxis.options.axisLabel);\r\n } else {\r\n //remove %lx if axis label is undefined or axislabels plugin not present\r\n content = content.replace(xLabelPattern, \"\");\r\n }\r\n\r\n // y axis label match\r\n if (this.hasAxisLabel('yaxis', item)) {\r\n content = content.replace(yLabelPattern, item.series.yaxis.options.axisLabel);\r\n } else {\r\n //remove %ly if axis label is undefined or axislabels plugin not present\r\n content = content.replace(yLabelPattern, \"\");\r\n }\r\n\r\n // time mode axes with custom dateFormat\r\n if (this.isTimeMode('xaxis', item) && this.isXDateFormat(item)) {\r\n content = content.replace(xPattern, this.timestampToDate(x, this.tooltipOptions.xDateFormat, item.series.xaxis.options));\r\n }\r\n if (this.isTimeMode('yaxis', item) && this.isYDateFormat(item)) {\r\n content = content.replace(yPattern, this.timestampToDate(y, this.tooltipOptions.yDateFormat, item.series.yaxis.options));\r\n }\r\n\r\n // set precision if defined\r\n if (typeof x === 'number') {\r\n content = this.adjustValPrecision(xPattern, content, x);\r\n }\r\n if (typeof y === 'number') {\r\n content = this.adjustValPrecision(yPattern, content, y);\r\n }\r\n\r\n // change x from number to given label, if given\r\n if (typeof item.series.xaxis.ticks !== 'undefined') {\r\n\r\n var ticks;\r\n if (this.hasRotatedXAxisTicks(item)) {\r\n // xaxis.ticks will be an empty array if tickRotor is being used, but the values are available in rotatedTicks\r\n ticks = 'rotatedTicks';\r\n } else {\r\n ticks = 'ticks';\r\n }\r\n\r\n // see https://github.com/krzysu/flot.tooltip/issues/65\r\n var tickIndex = item.dataIndex + item.seriesIndex;\r\n\r\n for (var xIndex in item.series.xaxis[ticks]) {\r\n if (item.series.xaxis[ticks].hasOwnProperty(tickIndex) && !this.isTimeMode('xaxis', item)) {\r\n var valueX = (this.isCategoriesMode('xaxis', item)) ? item.series.xaxis[ticks][tickIndex].label : item.series.xaxis[ticks][tickIndex].v;\r\n if (valueX === x) {\r\n content = content.replace(xPattern, item.series.xaxis[ticks][tickIndex].label.replace(/\\$/g, '$$$$'));\r\n }\r\n }\r\n }\r\n }\r\n\r\n // change y from number to given label, if given\r\n if (typeof item.series.yaxis.ticks !== 'undefined') {\r\n for (var yIndex in item.series.yaxis.ticks) {\r\n if (item.series.yaxis.ticks.hasOwnProperty(yIndex)) {\r\n var valueY = (this.isCategoriesMode('yaxis', item)) ? item.series.yaxis.ticks[yIndex].label : item.series.yaxis.ticks[yIndex].v;\r\n if (valueY === y) {\r\n content = content.replace(yPattern, item.series.yaxis.ticks[yIndex].label.replace(/\\$/g, '$$$$'));\r\n }\r\n }\r\n }\r\n }\r\n\r\n // if no value customization, use tickFormatter by default\r\n if (typeof item.series.xaxis.tickFormatter !== 'undefined') {\r\n //escape dollar\r\n content = content.replace(xPatternWithoutPrecision, item.series.xaxis.tickFormatter(x, item.series.xaxis).replace(/\\$/g, '$$'));\r\n }\r\n if (typeof item.series.yaxis.tickFormatter !== 'undefined') {\r\n //escape dollar\r\n content = content.replace(yPatternWithoutPrecision, item.series.yaxis.tickFormatter(y, item.series.yaxis).replace(/\\$/g, '$$'));\r\n }\r\n\r\n return content;\r\n };\r\n\r\n // helpers just for readability\r\n FlotTooltip.prototype.isTimeMode = function (axisName, item) {\r\n return (typeof item.series[axisName].options.mode !== 'undefined' && item.series[axisName].options.mode === 'time');\r\n };\r\n\r\n FlotTooltip.prototype.isXDateFormat = function (item) {\r\n return (typeof this.tooltipOptions.xDateFormat !== 'undefined' && this.tooltipOptions.xDateFormat !== null);\r\n };\r\n\r\n FlotTooltip.prototype.isYDateFormat = function (item) {\r\n return (typeof this.tooltipOptions.yDateFormat !== 'undefined' && this.tooltipOptions.yDateFormat !== null);\r\n };\r\n\r\n FlotTooltip.prototype.isCategoriesMode = function (axisName, item) {\r\n return (typeof item.series[axisName].options.mode !== 'undefined' && item.series[axisName].options.mode === 'categories');\r\n };\r\n\r\n //\r\n FlotTooltip.prototype.timestampToDate = function (tmst, dateFormat, options) {\r\n var theDate = $.plot.dateGenerator(tmst, options);\r\n return $.plot.formatDate(theDate, dateFormat, this.tooltipOptions.monthNames, this.tooltipOptions.dayNames);\r\n };\r\n\r\n //\r\n FlotTooltip.prototype.adjustValPrecision = function (pattern, content, value) {\r\n\r\n var precision;\r\n var matchResult = content.match(pattern);\r\n if( matchResult !== null ) {\r\n if(RegExp.$1 !== '') {\r\n precision = RegExp.$1;\r\n value = value.toFixed(precision);\r\n\r\n // only replace content if precision exists, in other case use thickformater\r\n content = content.replace(pattern, value);\r\n }\r\n }\r\n return content;\r\n };\r\n\r\n // other plugins detection below\r\n\r\n // check if flot-axislabels plugin (https://github.com/markrcote/flot-axislabels) is used and that an axis label is given\r\n FlotTooltip.prototype.hasAxisLabel = function (axisName, item) {\r\n return ($.inArray('axisLabels', this.plotPlugins) !== -1 && typeof item.series[axisName].options.axisLabel !== 'undefined' && item.series[axisName].options.axisLabel.length > 0);\r\n };\r\n\r\n // check whether flot-tickRotor, a plugin which allows rotation of X-axis ticks, is being used\r\n FlotTooltip.prototype.hasRotatedXAxisTicks = function (item) {\r\n return ($.inArray('tickRotor',this.plotPlugins) !== -1 && typeof item.series.xaxis.rotatedTicks !== 'undefined');\r\n };\r\n\r\n //\r\n var init = function (plot) {\r\n new FlotTooltip(plot);\r\n };\r\n\r\n // define Flot plugin\r\n $.plot.plugins.push({\r\n init: init,\r\n options: defaultOptions,\r\n name: 'tooltip',\r\n version: '0.8.5'\r\n });\r\n\r\n})(jQuery);\r\n","var root = require('./_root');\n\n/**\n * Gets the timestamp of the number of milliseconds that have elapsed since\n * the Unix epoch (1 January 1970 00:00:00 UTC).\n *\n * @static\n * @memberOf _\n * @since 2.4.0\n * @category Date\n * @returns {number} Returns the timestamp.\n * @example\n *\n * _.defer(function(stamp) {\n * console.log(_.now() - stamp);\n * }, _.now());\n * // => Logs the number of milliseconds it took for the deferred invocation.\n */\nvar now = function() {\n return root.Date.now();\n};\n\nmodule.exports = now;\n","/** Detect free variable `global` from Node.js. */\nvar freeGlobal = typeof global == 'object' && global && global.Object === Object && global;\n\nmodule.exports = freeGlobal;\n","var isObject = require('./isObject'),\n isSymbol = require('./isSymbol');\n\n/** Used as references for various `Number` constants. */\nvar NAN = 0 / 0;\n\n/** Used to match leading and trailing whitespace. */\nvar reTrim = /^\\s+|\\s+$/g;\n\n/** Used to detect bad signed hexadecimal string values. */\nvar reIsBadHex = /^[-+]0x[0-9a-f]+$/i;\n\n/** Used to detect binary string values. */\nvar reIsBinary = /^0b[01]+$/i;\n\n/** Used to detect octal string values. */\nvar reIsOctal = /^0o[0-7]+$/i;\n\n/** Built-in method references without a dependency on `root`. */\nvar freeParseInt = parseInt;\n\n/**\n * Converts `value` to a number.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to process.\n * @returns {number} Returns the number.\n * @example\n *\n * _.toNumber(3.2);\n * // => 3.2\n *\n * _.toNumber(Number.MIN_VALUE);\n * // => 5e-324\n *\n * _.toNumber(Infinity);\n * // => Infinity\n *\n * _.toNumber('3.2');\n * // => 3.2\n */\nfunction toNumber(value) {\n if (typeof value == 'number') {\n return value;\n }\n if (isSymbol(value)) {\n return NAN;\n }\n if (isObject(value)) {\n var other = typeof value.valueOf == 'function' ? value.valueOf() : value;\n value = isObject(other) ? (other + '') : other;\n }\n if (typeof value != 'string') {\n return value === 0 ? value : +value;\n }\n value = value.replace(reTrim, '');\n var isBinary = reIsBinary.test(value);\n return (isBinary || reIsOctal.test(value))\n ? freeParseInt(value.slice(2), isBinary ? 2 : 8)\n : (reIsBadHex.test(value) ? NAN : +value);\n}\n\nmodule.exports = toNumber;\n","var baseGetTag = require('./_baseGetTag'),\n isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar symbolTag = '[object Symbol]';\n\n/**\n * Checks if `value` is classified as a `Symbol` primitive or object.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a symbol, else `false`.\n * @example\n *\n * _.isSymbol(Symbol.iterator);\n * // => true\n *\n * _.isSymbol('abc');\n * // => false\n */\nfunction isSymbol(value) {\n return typeof value == 'symbol' ||\n (isObjectLike(value) && baseGetTag(value) == symbolTag);\n}\n\nmodule.exports = isSymbol;\n","var Symbol = require('./_Symbol'),\n getRawTag = require('./_getRawTag'),\n objectToString = require('./_objectToString');\n\n/** `Object#toString` result references. */\nvar nullTag = '[object Null]',\n undefinedTag = '[object Undefined]';\n\n/** Built-in value references. */\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\n\n/**\n * The base implementation of `getTag` without fallbacks for buggy environments.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the `toStringTag`.\n */\nfunction baseGetTag(value) {\n if (value == null) {\n return value === undefined ? undefinedTag : nullTag;\n }\n return (symToStringTag && symToStringTag in Object(value))\n ? getRawTag(value)\n : objectToString(value);\n}\n\nmodule.exports = baseGetTag;\n","var Symbol = require('./_Symbol');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar nativeObjectToString = objectProto.toString;\n\n/** Built-in value references. */\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\n\n/**\n * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the raw `toStringTag`.\n */\nfunction getRawTag(value) {\n var isOwn = hasOwnProperty.call(value, symToStringTag),\n tag = value[symToStringTag];\n\n try {\n value[symToStringTag] = undefined;\n var unmasked = true;\n } catch (e) {}\n\n var result = nativeObjectToString.call(value);\n if (unmasked) {\n if (isOwn) {\n value[symToStringTag] = tag;\n } else {\n delete value[symToStringTag];\n }\n }\n return result;\n}\n\nmodule.exports = getRawTag;\n","/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar nativeObjectToString = objectProto.toString;\n\n/**\n * Converts `value` to a string using `Object.prototype.toString`.\n *\n * @private\n * @param {*} value The value to convert.\n * @returns {string} Returns the converted string.\n */\nfunction objectToString(value) {\n return nativeObjectToString.call(value);\n}\n\nmodule.exports = objectToString;\n","/**\n * Checks if `value` is object-like. A value is object-like if it's not `null`\n * and has a `typeof` result of \"object\".\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is object-like, else `false`.\n * @example\n *\n * _.isObjectLike({});\n * // => true\n *\n * _.isObjectLike([1, 2, 3]);\n * // => true\n *\n * _.isObjectLike(_.noop);\n * // => false\n *\n * _.isObjectLike(null);\n * // => false\n */\nfunction isObjectLike(value) {\n return value != null && typeof value == 'object';\n}\n\nmodule.exports = isObjectLike;\n","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.CopyToClipboard = void 0;\n\nvar _react = _interopRequireDefault(require(\"react\"));\n\nvar _copyToClipboard = _interopRequireDefault(require(\"copy-to-clipboard\"));\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { \"default\": obj }; }\n\nfunction _typeof(obj) { if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }; } return _typeof(obj); }\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(source, true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(source).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \"object\" || typeof call === \"function\")) { return call; } return _assertThisInitialized(self); }\n\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\n\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return self; }\n\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\n\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nvar CopyToClipboard =\n/*#__PURE__*/\nfunction (_React$PureComponent) {\n _inherits(CopyToClipboard, _React$PureComponent);\n\n function CopyToClipboard() {\n var _getPrototypeOf2;\n\n var _this;\n\n _classCallCheck(this, CopyToClipboard);\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n _this = _possibleConstructorReturn(this, (_getPrototypeOf2 = _getPrototypeOf(CopyToClipboard)).call.apply(_getPrototypeOf2, [this].concat(args)));\n\n _defineProperty(_assertThisInitialized(_this), \"onClick\", function (event) {\n var _this$props = _this.props,\n text = _this$props.text,\n onCopy = _this$props.onCopy,\n children = _this$props.children,\n options = _this$props.options;\n\n var elem = _react[\"default\"].Children.only(children);\n\n var result = (0, _copyToClipboard[\"default\"])(text, options);\n\n if (onCopy) {\n onCopy(text, result);\n } // Bypass onClick if it was present\n\n\n if (elem && elem.props && typeof elem.props.onClick === 'function') {\n elem.props.onClick(event);\n }\n });\n\n return _this;\n }\n\n _createClass(CopyToClipboard, [{\n key: \"render\",\n value: function render() {\n var _this$props2 = this.props,\n _text = _this$props2.text,\n _onCopy = _this$props2.onCopy,\n _options = _this$props2.options,\n children = _this$props2.children,\n props = _objectWithoutProperties(_this$props2, [\"text\", \"onCopy\", \"options\", \"children\"]);\n\n var elem = _react[\"default\"].Children.only(children);\n\n return _react[\"default\"].cloneElement(elem, _objectSpread({}, props, {\n onClick: this.onClick\n }));\n }\n }]);\n\n return CopyToClipboard;\n}(_react[\"default\"].PureComponent);\n\nexports.CopyToClipboard = CopyToClipboard;\n\n_defineProperty(CopyToClipboard, \"defaultProps\", {\n onCopy: undefined,\n options: undefined\n});","\"use strict\";\n\nvar deselectCurrent = require(\"toggle-selection\");\n\nvar clipboardToIE11Formatting = {\n \"text/plain\": \"Text\",\n \"text/html\": \"Url\",\n \"default\": \"Text\"\n}\n\nvar defaultMessage = \"Copy to clipboard: #{key}, Enter\";\n\nfunction format(message) {\n var copyKey = (/mac os x/i.test(navigator.userAgent) ? \"⌘\" : \"Ctrl\") + \"+C\";\n return message.replace(/#{\\s*key\\s*}/g, copyKey);\n}\n\nfunction copy(text, options) {\n var debug,\n message,\n reselectPrevious,\n range,\n selection,\n mark,\n success = false;\n if (!options) {\n options = {};\n }\n debug = options.debug || false;\n try {\n reselectPrevious = deselectCurrent();\n\n range = document.createRange();\n selection = document.getSelection();\n\n mark = document.createElement(\"span\");\n mark.textContent = text;\n // reset user styles for span element\n mark.style.all = \"unset\";\n // prevents scrolling to the end of the page\n mark.style.position = \"fixed\";\n mark.style.top = 0;\n mark.style.clip = \"rect(0, 0, 0, 0)\";\n // used to preserve spaces and line breaks\n mark.style.whiteSpace = \"pre\";\n // do not inherit user-select (it may be `none`)\n mark.style.webkitUserSelect = \"text\";\n mark.style.MozUserSelect = \"text\";\n mark.style.msUserSelect = \"text\";\n mark.style.userSelect = \"text\";\n mark.addEventListener(\"copy\", function(e) {\n e.stopPropagation();\n if (options.format) {\n e.preventDefault();\n if (typeof e.clipboardData === \"undefined\") { // IE 11\n debug && console.warn(\"unable to use e.clipboardData\");\n debug && console.warn(\"trying IE specific stuff\");\n window.clipboardData.clearData();\n var format = clipboardToIE11Formatting[options.format] || clipboardToIE11Formatting[\"default\"]\n window.clipboardData.setData(format, text);\n } else { // all other browsers\n e.clipboardData.clearData();\n e.clipboardData.setData(options.format, text);\n }\n }\n if (options.onCopy) {\n e.preventDefault();\n options.onCopy(e.clipboardData);\n }\n });\n\n document.body.appendChild(mark);\n\n range.selectNodeContents(mark);\n selection.addRange(range);\n\n var successful = document.execCommand(\"copy\");\n if (!successful) {\n throw new Error(\"copy command was unsuccessful\");\n }\n success = true;\n } catch (err) {\n debug && console.error(\"unable to copy using execCommand: \", err);\n debug && console.warn(\"trying IE specific stuff\");\n try {\n window.clipboardData.setData(options.format || \"text\", text);\n options.onCopy && options.onCopy(window.clipboardData);\n success = true;\n } catch (err) {\n debug && console.error(\"unable to copy using clipboardData: \", err);\n debug && console.error(\"falling back to prompt\");\n message = format(\"message\" in options ? options.message : defaultMessage);\n window.prompt(message, text);\n }\n } finally {\n if (selection) {\n if (typeof selection.removeRange == \"function\") {\n selection.removeRange(range);\n } else {\n selection.removeAllRanges();\n }\n }\n\n if (mark) {\n document.body.removeChild(mark);\n }\n reselectPrevious();\n }\n\n return success;\n}\n\nmodule.exports = copy;\n","\nmodule.exports = function () {\n var selection = document.getSelection();\n if (!selection.rangeCount) {\n return function () {};\n }\n var active = document.activeElement;\n\n var ranges = [];\n for (var i = 0; i < selection.rangeCount; i++) {\n ranges.push(selection.getRangeAt(i));\n }\n\n switch (active.tagName.toUpperCase()) { // .toUpperCase handles XHTML\n case 'INPUT':\n case 'TEXTAREA':\n active.blur();\n break;\n\n default:\n active = null;\n break;\n }\n\n selection.removeAllRanges();\n return function () {\n selection.type === 'Caret' &&\n selection.removeAllRanges();\n\n if (!selection.rangeCount) {\n ranges.forEach(function(range) {\n selection.addRange(range);\n });\n }\n\n active &&\n active.focus();\n };\n};\n","/*! https://mths.be/cssescape v1.5.1 by @mathias | MIT license */\n;(function(root, factory) {\n\t// https://github.com/umdjs/umd/blob/master/returnExports.js\n\tif (typeof exports == 'object') {\n\t\t// For Node.js.\n\t\tmodule.exports = factory(root);\n\t} else if (typeof define == 'function' && define.amd) {\n\t\t// For AMD. Register as an anonymous module.\n\t\tdefine([], factory.bind(root, root));\n\t} else {\n\t\t// For browser globals (not exposing the function separately).\n\t\tfactory(root);\n\t}\n}(typeof global != 'undefined' ? global : this, function(root) {\n\n\tif (root.CSS && root.CSS.escape) {\n\t\treturn root.CSS.escape;\n\t}\n\n\t// https://drafts.csswg.org/cssom/#serialize-an-identifier\n\tvar cssEscape = function(value) {\n\t\tif (arguments.length == 0) {\n\t\t\tthrow new TypeError('`CSS.escape` requires an argument.');\n\t\t}\n\t\tvar string = String(value);\n\t\tvar length = string.length;\n\t\tvar index = -1;\n\t\tvar codeUnit;\n\t\tvar result = '';\n\t\tvar firstCodeUnit = string.charCodeAt(0);\n\t\twhile (++index < length) {\n\t\t\tcodeUnit = string.charCodeAt(index);\n\t\t\t// Note: there’s no need to special-case astral symbols, surrogate\n\t\t\t// pairs, or lone surrogates.\n\n\t\t\t// If the character is NULL (U+0000), then the REPLACEMENT CHARACTER\n\t\t\t// (U+FFFD).\n\t\t\tif (codeUnit == 0x0000) {\n\t\t\t\tresult += '\\uFFFD';\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tif (\n\t\t\t\t// If the character is in the range [\\1-\\1F] (U+0001 to U+001F) or is\n\t\t\t\t// U+007F, […]\n\t\t\t\t(codeUnit >= 0x0001 && codeUnit <= 0x001F) || codeUnit == 0x007F ||\n\t\t\t\t// If the character is the first character and is in the range [0-9]\n\t\t\t\t// (U+0030 to U+0039), […]\n\t\t\t\t(index == 0 && codeUnit >= 0x0030 && codeUnit <= 0x0039) ||\n\t\t\t\t// If the character is the second character and is in the range [0-9]\n\t\t\t\t// (U+0030 to U+0039) and the first character is a `-` (U+002D), […]\n\t\t\t\t(\n\t\t\t\t\tindex == 1 &&\n\t\t\t\t\tcodeUnit >= 0x0030 && codeUnit <= 0x0039 &&\n\t\t\t\t\tfirstCodeUnit == 0x002D\n\t\t\t\t)\n\t\t\t) {\n\t\t\t\t// https://drafts.csswg.org/cssom/#escape-a-character-as-code-point\n\t\t\t\tresult += '\\\\' + codeUnit.toString(16) + ' ';\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tif (\n\t\t\t\t// If the character is the first character and is a `-` (U+002D), and\n\t\t\t\t// there is no second character, […]\n\t\t\t\tindex == 0 &&\n\t\t\t\tlength == 1 &&\n\t\t\t\tcodeUnit == 0x002D\n\t\t\t) {\n\t\t\t\tresult += '\\\\' + string.charAt(index);\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// If the character is not handled by one of the above rules and is\n\t\t\t// greater than or equal to U+0080, is `-` (U+002D) or `_` (U+005F), or\n\t\t\t// is in one of the ranges [0-9] (U+0030 to U+0039), [A-Z] (U+0041 to\n\t\t\t// U+005A), or [a-z] (U+0061 to U+007A), […]\n\t\t\tif (\n\t\t\t\tcodeUnit >= 0x0080 ||\n\t\t\t\tcodeUnit == 0x002D ||\n\t\t\t\tcodeUnit == 0x005F ||\n\t\t\t\tcodeUnit >= 0x0030 && codeUnit <= 0x0039 ||\n\t\t\t\tcodeUnit >= 0x0041 && codeUnit <= 0x005A ||\n\t\t\t\tcodeUnit >= 0x0061 && codeUnit <= 0x007A\n\t\t\t) {\n\t\t\t\t// the character itself\n\t\t\t\tresult += string.charAt(index);\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// Otherwise, the escaped character.\n\t\t\t// https://drafts.csswg.org/cssom/#escape-a-character\n\t\t\tresult += '\\\\' + string.charAt(index);\n\n\t\t}\n\t\treturn result;\n\t};\n\n\tif (!root.CSS) {\n\t\troot.CSS = {};\n\t}\n\n\troot.CSS.escape = cssEscape;\n\treturn cssEscape;\n\n}));\n","import _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/objectWithoutPropertiesLoose\";\nimport _extends from \"@babel/runtime/helpers/extends\";\nimport _assertThisInitialized from \"@babel/runtime/helpers/assertThisInitialized\";\nimport _inheritsLoose from \"@babel/runtime/helpers/inheritsLoose\";\nimport _defineProperty from \"@babel/runtime/helpers/defineProperty\";\nimport deepEqual from \"deep-equal\";\nimport * as React from 'react';\nimport PopperJS from 'popper.js';\nimport { ManagerReferenceNodeContext } from './Manager';\nimport { unwrapArray, setRef, shallowEqual } from './utils';\nvar initialStyle = {\n position: 'absolute',\n top: 0,\n left: 0,\n opacity: 0,\n pointerEvents: 'none'\n};\nvar initialArrowStyle = {};\nexport var InnerPopper =\n/*#__PURE__*/\nfunction (_React$Component) {\n _inheritsLoose(InnerPopper, _React$Component);\n\n function InnerPopper() {\n var _this;\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n _this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this;\n\n _defineProperty(_assertThisInitialized(_this), \"state\", {\n data: undefined,\n placement: undefined\n });\n\n _defineProperty(_assertThisInitialized(_this), \"popperInstance\", void 0);\n\n _defineProperty(_assertThisInitialized(_this), \"popperNode\", null);\n\n _defineProperty(_assertThisInitialized(_this), \"arrowNode\", null);\n\n _defineProperty(_assertThisInitialized(_this), \"setPopperNode\", function (popperNode) {\n if (!popperNode || _this.popperNode === popperNode) return;\n setRef(_this.props.innerRef, popperNode);\n _this.popperNode = popperNode;\n\n _this.updatePopperInstance();\n });\n\n _defineProperty(_assertThisInitialized(_this), \"setArrowNode\", function (arrowNode) {\n _this.arrowNode = arrowNode;\n });\n\n _defineProperty(_assertThisInitialized(_this), \"updateStateModifier\", {\n enabled: true,\n order: 900,\n fn: function fn(data) {\n var placement = data.placement;\n\n _this.setState({\n data: data,\n placement: placement\n });\n\n return data;\n }\n });\n\n _defineProperty(_assertThisInitialized(_this), \"getOptions\", function () {\n return {\n placement: _this.props.placement,\n eventsEnabled: _this.props.eventsEnabled,\n positionFixed: _this.props.positionFixed,\n modifiers: _extends({}, _this.props.modifiers, {\n arrow: _extends({}, _this.props.modifiers && _this.props.modifiers.arrow, {\n enabled: !!_this.arrowNode,\n element: _this.arrowNode\n }),\n applyStyle: {\n enabled: false\n },\n updateStateModifier: _this.updateStateModifier\n })\n };\n });\n\n _defineProperty(_assertThisInitialized(_this), \"getPopperStyle\", function () {\n return !_this.popperNode || !_this.state.data ? initialStyle : _extends({\n position: _this.state.data.offsets.popper.position\n }, _this.state.data.styles);\n });\n\n _defineProperty(_assertThisInitialized(_this), \"getPopperPlacement\", function () {\n return !_this.state.data ? undefined : _this.state.placement;\n });\n\n _defineProperty(_assertThisInitialized(_this), \"getArrowStyle\", function () {\n return !_this.arrowNode || !_this.state.data ? initialArrowStyle : _this.state.data.arrowStyles;\n });\n\n _defineProperty(_assertThisInitialized(_this), \"getOutOfBoundariesState\", function () {\n return _this.state.data ? _this.state.data.hide : undefined;\n });\n\n _defineProperty(_assertThisInitialized(_this), \"destroyPopperInstance\", function () {\n if (!_this.popperInstance) return;\n\n _this.popperInstance.destroy();\n\n _this.popperInstance = null;\n });\n\n _defineProperty(_assertThisInitialized(_this), \"updatePopperInstance\", function () {\n _this.destroyPopperInstance();\n\n var _assertThisInitialize = _assertThisInitialized(_this),\n popperNode = _assertThisInitialize.popperNode;\n\n var referenceElement = _this.props.referenceElement;\n if (!referenceElement || !popperNode) return;\n _this.popperInstance = new PopperJS(referenceElement, popperNode, _this.getOptions());\n });\n\n _defineProperty(_assertThisInitialized(_this), \"scheduleUpdate\", function () {\n if (_this.popperInstance) {\n _this.popperInstance.scheduleUpdate();\n }\n });\n\n return _this;\n }\n\n var _proto = InnerPopper.prototype;\n\n _proto.componentDidUpdate = function componentDidUpdate(prevProps, prevState) {\n // If the Popper.js options have changed, update the instance (destroy + create)\n if (this.props.placement !== prevProps.placement || this.props.referenceElement !== prevProps.referenceElement || this.props.positionFixed !== prevProps.positionFixed || !deepEqual(this.props.modifiers, prevProps.modifiers, {\n strict: true\n })) {\n // develop only check that modifiers isn't being updated needlessly\n if (process.env.NODE_ENV === \"development\") {\n if (this.props.modifiers !== prevProps.modifiers && this.props.modifiers != null && prevProps.modifiers != null && shallowEqual(this.props.modifiers, prevProps.modifiers)) {\n console.warn(\"'modifiers' prop reference updated even though all values appear the same.\\nConsider memoizing the 'modifiers' object to avoid needless rendering.\");\n }\n }\n\n this.updatePopperInstance();\n } else if (this.props.eventsEnabled !== prevProps.eventsEnabled && this.popperInstance) {\n this.props.eventsEnabled ? this.popperInstance.enableEventListeners() : this.popperInstance.disableEventListeners();\n } // A placement difference in state means popper determined a new placement\n // apart from the props value. By the time the popper element is rendered with\n // the new position Popper has already measured it, if the place change triggers\n // a size change it will result in a misaligned popper. So we schedule an update to be sure.\n\n\n if (prevState.placement !== this.state.placement) {\n this.scheduleUpdate();\n }\n };\n\n _proto.componentWillUnmount = function componentWillUnmount() {\n setRef(this.props.innerRef, null);\n this.destroyPopperInstance();\n };\n\n _proto.render = function render() {\n return unwrapArray(this.props.children)({\n ref: this.setPopperNode,\n style: this.getPopperStyle(),\n placement: this.getPopperPlacement(),\n outOfBoundaries: this.getOutOfBoundariesState(),\n scheduleUpdate: this.scheduleUpdate,\n arrowProps: {\n ref: this.setArrowNode,\n style: this.getArrowStyle()\n }\n });\n };\n\n return InnerPopper;\n}(React.Component);\n\n_defineProperty(InnerPopper, \"defaultProps\", {\n placement: 'bottom',\n eventsEnabled: true,\n referenceElement: undefined,\n positionFixed: false\n});\n\nvar placements = PopperJS.placements;\nexport { placements };\nexport default function Popper(_ref) {\n var referenceElement = _ref.referenceElement,\n props = _objectWithoutPropertiesLoose(_ref, [\"referenceElement\"]);\n\n return React.createElement(ManagerReferenceNodeContext.Consumer, null, function (referenceNode) {\n return React.createElement(InnerPopper, _extends({\n referenceElement: referenceElement !== undefined ? referenceElement : referenceNode\n }, props));\n });\n}","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType } from './utils';\nvar propTypes = {\n light: PropTypes.bool,\n dark: PropTypes.bool,\n full: PropTypes.bool,\n fixed: PropTypes.string,\n sticky: PropTypes.string,\n color: PropTypes.string,\n role: PropTypes.string,\n tag: tagPropType,\n className: PropTypes.string,\n cssModule: PropTypes.object,\n expand: PropTypes.oneOfType([PropTypes.bool, PropTypes.string])\n};\nvar defaultProps = {\n tag: 'nav',\n expand: false\n};\n\nvar getExpandClass = function getExpandClass(expand) {\n if (expand === false) {\n return false;\n } else if (expand === true || expand === 'xs') {\n return 'navbar-expand';\n }\n\n return \"navbar-expand-\" + expand;\n};\n\nvar Navbar = function Navbar(props) {\n var _classNames;\n\n var expand = props.expand,\n className = props.className,\n cssModule = props.cssModule,\n light = props.light,\n dark = props.dark,\n fixed = props.fixed,\n sticky = props.sticky,\n color = props.color,\n Tag = props.tag,\n attributes = _objectWithoutPropertiesLoose(props, [\"expand\", \"className\", \"cssModule\", \"light\", \"dark\", \"fixed\", \"sticky\", \"color\", \"tag\"]);\n\n var classes = mapToCssModules(classNames(className, 'navbar', getExpandClass(expand), (_classNames = {\n 'navbar-light': light,\n 'navbar-dark': dark\n }, _classNames[\"bg-\" + color] = color, _classNames[\"fixed-\" + fixed] = fixed, _classNames[\"sticky-\" + sticky] = sticky, _classNames)), cssModule);\n return /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n className: classes\n }));\n};\n\nNavbar.propTypes = propTypes;\nNavbar.defaultProps = defaultProps;\nexport default Navbar;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType } from './utils';\nvar propTypes = {\n tag: tagPropType,\n type: PropTypes.string,\n className: PropTypes.string,\n cssModule: PropTypes.object,\n children: PropTypes.node\n};\nvar defaultProps = {\n tag: 'button',\n type: 'button'\n};\n\nvar NavbarToggler = function NavbarToggler(props) {\n var className = props.className,\n cssModule = props.cssModule,\n children = props.children,\n Tag = props.tag,\n attributes = _objectWithoutPropertiesLoose(props, [\"className\", \"cssModule\", \"children\", \"tag\"]);\n\n var classes = mapToCssModules(classNames(className, 'navbar-toggler'), cssModule);\n return /*#__PURE__*/React.createElement(Tag, _extends({\n \"aria-label\": \"Toggle navigation\"\n }, attributes, {\n className: classes\n }), children || /*#__PURE__*/React.createElement(\"span\", {\n className: mapToCssModules('navbar-toggler-icon', cssModule)\n }));\n};\n\nNavbarToggler.propTypes = propTypes;\nNavbarToggler.defaultProps = defaultProps;\nexport default NavbarToggler;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport _assertThisInitialized from \"@babel/runtime/helpers/esm/assertThisInitialized\";\nimport _inheritsLoose from \"@babel/runtime/helpers/esm/inheritsLoose\";\nimport _defineProperty from \"@babel/runtime/helpers/esm/defineProperty\";\n\nvar _transitionStatusToCl;\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nimport React, { Component } from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { Transition } from 'react-transition-group';\nimport { mapToCssModules, omit, pick, TransitionTimeouts, TransitionPropTypeKeys, TransitionStatuses, tagPropType } from './utils';\n\nvar propTypes = _objectSpread(_objectSpread({}, Transition.propTypes), {}, {\n isOpen: PropTypes.bool,\n children: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.node), PropTypes.node]),\n tag: tagPropType,\n className: PropTypes.node,\n navbar: PropTypes.bool,\n cssModule: PropTypes.object,\n innerRef: PropTypes.oneOfType([PropTypes.func, PropTypes.string, PropTypes.object])\n});\n\nvar defaultProps = _objectSpread(_objectSpread({}, Transition.defaultProps), {}, {\n isOpen: false,\n appear: false,\n enter: true,\n exit: true,\n tag: 'div',\n timeout: TransitionTimeouts.Collapse\n});\n\nvar transitionStatusToClassHash = (_transitionStatusToCl = {}, _transitionStatusToCl[TransitionStatuses.ENTERING] = 'collapsing', _transitionStatusToCl[TransitionStatuses.ENTERED] = 'collapse show', _transitionStatusToCl[TransitionStatuses.EXITING] = 'collapsing', _transitionStatusToCl[TransitionStatuses.EXITED] = 'collapse', _transitionStatusToCl);\n\nfunction getTransitionClass(status) {\n return transitionStatusToClassHash[status] || 'collapse';\n}\n\nfunction getHeight(node) {\n return node.scrollHeight;\n}\n\nvar Collapse = /*#__PURE__*/function (_Component) {\n _inheritsLoose(Collapse, _Component);\n\n function Collapse(props) {\n var _this;\n\n _this = _Component.call(this, props) || this;\n _this.state = {\n height: null\n };\n ['onEntering', 'onEntered', 'onExit', 'onExiting', 'onExited'].forEach(function (name) {\n _this[name] = _this[name].bind(_assertThisInitialized(_this));\n });\n return _this;\n }\n\n var _proto = Collapse.prototype;\n\n _proto.onEntering = function onEntering(node, isAppearing) {\n this.setState({\n height: getHeight(node)\n });\n this.props.onEntering(node, isAppearing);\n };\n\n _proto.onEntered = function onEntered(node, isAppearing) {\n this.setState({\n height: null\n });\n this.props.onEntered(node, isAppearing);\n };\n\n _proto.onExit = function onExit(node) {\n this.setState({\n height: getHeight(node)\n });\n this.props.onExit(node);\n };\n\n _proto.onExiting = function onExiting(node) {\n // getting this variable triggers a reflow\n var _unused = node.offsetHeight; // eslint-disable-line no-unused-vars\n\n this.setState({\n height: 0\n });\n this.props.onExiting(node);\n };\n\n _proto.onExited = function onExited(node) {\n this.setState({\n height: null\n });\n this.props.onExited(node);\n };\n\n _proto.render = function render() {\n var _this2 = this;\n\n var _this$props = this.props,\n Tag = _this$props.tag,\n isOpen = _this$props.isOpen,\n className = _this$props.className,\n navbar = _this$props.navbar,\n cssModule = _this$props.cssModule,\n children = _this$props.children,\n innerRef = _this$props.innerRef,\n otherProps = _objectWithoutPropertiesLoose(_this$props, [\"tag\", \"isOpen\", \"className\", \"navbar\", \"cssModule\", \"children\", \"innerRef\"]);\n\n var height = this.state.height;\n var transitionProps = pick(otherProps, TransitionPropTypeKeys);\n var childProps = omit(otherProps, TransitionPropTypeKeys);\n return /*#__PURE__*/React.createElement(Transition, _extends({}, transitionProps, {\n in: isOpen,\n onEntering: this.onEntering,\n onEntered: this.onEntered,\n onExit: this.onExit,\n onExiting: this.onExiting,\n onExited: this.onExited\n }), function (status) {\n var collapseClass = getTransitionClass(status);\n var classes = mapToCssModules(classNames(className, collapseClass, navbar && 'navbar-collapse'), cssModule);\n var style = height === null ? null : {\n height: height\n };\n return /*#__PURE__*/React.createElement(Tag, _extends({}, childProps, {\n style: _objectSpread(_objectSpread({}, childProps.style), style),\n className: classes,\n ref: _this2.props.innerRef\n }), children);\n });\n };\n\n return Collapse;\n}(Component);\n\nCollapse.propTypes = propTypes;\nCollapse.defaultProps = defaultProps;\nexport default Collapse;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType } from './utils';\nvar propTypes = {\n tabs: PropTypes.bool,\n pills: PropTypes.bool,\n vertical: PropTypes.oneOfType([PropTypes.bool, PropTypes.string]),\n horizontal: PropTypes.string,\n justified: PropTypes.bool,\n fill: PropTypes.bool,\n navbar: PropTypes.bool,\n card: PropTypes.bool,\n tag: tagPropType,\n className: PropTypes.string,\n cssModule: PropTypes.object\n};\nvar defaultProps = {\n tag: 'ul',\n vertical: false\n};\n\nvar getVerticalClass = function getVerticalClass(vertical) {\n if (vertical === false) {\n return false;\n } else if (vertical === true || vertical === 'xs') {\n return 'flex-column';\n }\n\n return \"flex-\" + vertical + \"-column\";\n};\n\nvar Nav = function Nav(props) {\n var className = props.className,\n cssModule = props.cssModule,\n tabs = props.tabs,\n pills = props.pills,\n vertical = props.vertical,\n horizontal = props.horizontal,\n justified = props.justified,\n fill = props.fill,\n navbar = props.navbar,\n card = props.card,\n Tag = props.tag,\n attributes = _objectWithoutPropertiesLoose(props, [\"className\", \"cssModule\", \"tabs\", \"pills\", \"vertical\", \"horizontal\", \"justified\", \"fill\", \"navbar\", \"card\", \"tag\"]);\n\n var classes = mapToCssModules(classNames(className, navbar ? 'navbar-nav' : 'nav', horizontal ? \"justify-content-\" + horizontal : false, getVerticalClass(vertical), {\n 'nav-tabs': tabs,\n 'card-header-tabs': card && tabs,\n 'nav-pills': pills,\n 'card-header-pills': card && pills,\n 'nav-justified': justified,\n 'nav-fill': fill\n }), cssModule);\n return /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n className: classes\n }));\n};\n\nNav.propTypes = propTypes;\nNav.defaultProps = defaultProps;\nexport default Nav;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType } from './utils';\nvar propTypes = {\n tag: tagPropType,\n active: PropTypes.bool,\n className: PropTypes.string,\n cssModule: PropTypes.object\n};\nvar defaultProps = {\n tag: 'li'\n};\n\nvar NavItem = function NavItem(props) {\n var className = props.className,\n cssModule = props.cssModule,\n active = props.active,\n Tag = props.tag,\n attributes = _objectWithoutPropertiesLoose(props, [\"className\", \"cssModule\", \"active\", \"tag\"]);\n\n var classes = mapToCssModules(classNames(className, 'nav-item', active ? 'active' : false), cssModule);\n return /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n className: classes\n }));\n};\n\nNavItem.propTypes = propTypes;\nNavItem.defaultProps = defaultProps;\nexport default NavItem;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport _assertThisInitialized from \"@babel/runtime/helpers/esm/assertThisInitialized\";\nimport _inheritsLoose from \"@babel/runtime/helpers/esm/inheritsLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType } from './utils';\nvar propTypes = {\n tag: tagPropType,\n innerRef: PropTypes.oneOfType([PropTypes.object, PropTypes.func, PropTypes.string]),\n disabled: PropTypes.bool,\n active: PropTypes.bool,\n className: PropTypes.string,\n cssModule: PropTypes.object,\n onClick: PropTypes.func,\n href: PropTypes.any\n};\nvar defaultProps = {\n tag: 'a'\n};\n\nvar NavLink = /*#__PURE__*/function (_React$Component) {\n _inheritsLoose(NavLink, _React$Component);\n\n function NavLink(props) {\n var _this;\n\n _this = _React$Component.call(this, props) || this;\n _this.onClick = _this.onClick.bind(_assertThisInitialized(_this));\n return _this;\n }\n\n var _proto = NavLink.prototype;\n\n _proto.onClick = function onClick(e) {\n if (this.props.disabled) {\n e.preventDefault();\n return;\n }\n\n if (this.props.href === '#') {\n e.preventDefault();\n }\n\n if (this.props.onClick) {\n this.props.onClick(e);\n }\n };\n\n _proto.render = function render() {\n var _this$props = this.props,\n className = _this$props.className,\n cssModule = _this$props.cssModule,\n active = _this$props.active,\n Tag = _this$props.tag,\n innerRef = _this$props.innerRef,\n attributes = _objectWithoutPropertiesLoose(_this$props, [\"className\", \"cssModule\", \"active\", \"tag\", \"innerRef\"]);\n\n var classes = mapToCssModules(classNames(className, 'nav-link', {\n disabled: attributes.disabled,\n active: active\n }), cssModule);\n return /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n ref: innerRef,\n onClick: this.onClick,\n className: classes\n }));\n };\n\n return NavLink;\n}(React.Component);\n\nNavLink.propTypes = propTypes;\nNavLink.defaultProps = defaultProps;\nexport default NavLink;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _defineProperty from \"@babel/runtime/helpers/esm/defineProperty\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport _inheritsLoose from \"@babel/runtime/helpers/esm/inheritsLoose\";\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { Popper } from 'react-popper';\nimport { DropdownContext } from './DropdownContext';\nimport { mapToCssModules, tagPropType } from './utils';\nvar propTypes = {\n tag: tagPropType,\n children: PropTypes.node.isRequired,\n right: PropTypes.bool,\n flip: PropTypes.bool,\n modifiers: PropTypes.object,\n className: PropTypes.string,\n cssModule: PropTypes.object,\n persist: PropTypes.bool,\n positionFixed: PropTypes.bool\n};\nvar defaultProps = {\n tag: 'div',\n flip: true\n};\nvar noFlipModifier = {\n flip: {\n enabled: false\n }\n};\nvar directionPositionMap = {\n up: 'top',\n left: 'left',\n right: 'right',\n down: 'bottom'\n};\n\nvar DropdownMenu = /*#__PURE__*/function (_React$Component) {\n _inheritsLoose(DropdownMenu, _React$Component);\n\n function DropdownMenu() {\n return _React$Component.apply(this, arguments) || this;\n }\n\n var _proto = DropdownMenu.prototype;\n\n _proto.render = function render() {\n var _this = this;\n\n var _this$props = this.props,\n className = _this$props.className,\n cssModule = _this$props.cssModule,\n right = _this$props.right,\n tag = _this$props.tag,\n flip = _this$props.flip,\n modifiers = _this$props.modifiers,\n persist = _this$props.persist,\n positionFixed = _this$props.positionFixed,\n attrs = _objectWithoutPropertiesLoose(_this$props, [\"className\", \"cssModule\", \"right\", \"tag\", \"flip\", \"modifiers\", \"persist\", \"positionFixed\"]);\n\n var classes = mapToCssModules(classNames(className, 'dropdown-menu', {\n 'dropdown-menu-right': right,\n show: this.context.isOpen\n }), cssModule);\n var Tag = tag;\n\n if (persist || this.context.isOpen && !this.context.inNavbar) {\n var position1 = directionPositionMap[this.context.direction] || 'bottom';\n var position2 = right ? 'end' : 'start';\n var poperPlacement = position1 + \"-\" + position2;\n var poperModifiers = !flip ? _objectSpread(_objectSpread({}, modifiers), noFlipModifier) : modifiers;\n var popperPositionFixed = !!positionFixed;\n return /*#__PURE__*/React.createElement(Popper, {\n placement: poperPlacement,\n modifiers: poperModifiers,\n positionFixed: popperPositionFixed\n }, function (_ref) {\n var ref = _ref.ref,\n style = _ref.style,\n placement = _ref.placement;\n\n var combinedStyle = _objectSpread(_objectSpread({}, _this.props.style), style);\n\n return /*#__PURE__*/React.createElement(Tag, _extends({\n tabIndex: \"-1\",\n role: \"menu\",\n ref: ref\n }, attrs, {\n style: combinedStyle,\n \"aria-hidden\": !_this.context.isOpen,\n className: classes,\n \"x-placement\": placement\n }));\n });\n }\n\n return /*#__PURE__*/React.createElement(Tag, _extends({\n tabIndex: \"-1\",\n role: \"menu\"\n }, attrs, {\n \"aria-hidden\": !this.context.isOpen,\n className: classes,\n \"x-placement\": attrs.placement\n }));\n };\n\n return DropdownMenu;\n}(React.Component);\n\n;\nDropdownMenu.propTypes = propTypes;\nDropdownMenu.defaultProps = defaultProps;\nDropdownMenu.contextType = DropdownContext;\nexport default DropdownMenu;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport _assertThisInitialized from \"@babel/runtime/helpers/esm/assertThisInitialized\";\nimport _inheritsLoose from \"@babel/runtime/helpers/esm/inheritsLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { DropdownContext } from './DropdownContext';\nimport { mapToCssModules, omit, tagPropType } from './utils';\nvar propTypes = {\n children: PropTypes.node,\n active: PropTypes.bool,\n disabled: PropTypes.bool,\n divider: PropTypes.bool,\n tag: tagPropType,\n header: PropTypes.bool,\n onClick: PropTypes.func,\n className: PropTypes.string,\n cssModule: PropTypes.object,\n toggle: PropTypes.bool,\n text: PropTypes.bool\n};\nvar defaultProps = {\n tag: 'button',\n toggle: true\n};\n\nvar DropdownItem = /*#__PURE__*/function (_React$Component) {\n _inheritsLoose(DropdownItem, _React$Component);\n\n function DropdownItem(props) {\n var _this;\n\n _this = _React$Component.call(this, props) || this;\n _this.onClick = _this.onClick.bind(_assertThisInitialized(_this));\n _this.getTabIndex = _this.getTabIndex.bind(_assertThisInitialized(_this));\n return _this;\n }\n\n var _proto = DropdownItem.prototype;\n\n _proto.onClick = function onClick(e) {\n var _this$props = this.props,\n disabled = _this$props.disabled,\n header = _this$props.header,\n divider = _this$props.divider,\n text = _this$props.text;\n\n if (disabled || header || divider || text) {\n e.preventDefault();\n return;\n }\n\n if (this.props.onClick) {\n this.props.onClick(e);\n }\n\n if (this.props.toggle) {\n this.context.toggle(e);\n }\n };\n\n _proto.getTabIndex = function getTabIndex() {\n var _this$props2 = this.props,\n disabled = _this$props2.disabled,\n header = _this$props2.header,\n divider = _this$props2.divider,\n text = _this$props2.text;\n\n if (disabled || header || divider || text) {\n return '-1';\n }\n\n return '0';\n };\n\n _proto.render = function render() {\n var tabIndex = this.getTabIndex();\n var role = tabIndex > -1 ? 'menuitem' : undefined;\n\n var _omit = omit(this.props, ['toggle']),\n className = _omit.className,\n cssModule = _omit.cssModule,\n divider = _omit.divider,\n Tag = _omit.tag,\n header = _omit.header,\n active = _omit.active,\n text = _omit.text,\n props = _objectWithoutPropertiesLoose(_omit, [\"className\", \"cssModule\", \"divider\", \"tag\", \"header\", \"active\", \"text\"]);\n\n var classes = mapToCssModules(classNames(className, {\n disabled: props.disabled,\n 'dropdown-item': !divider && !header && !text,\n active: active,\n 'dropdown-header': header,\n 'dropdown-divider': divider,\n 'dropdown-item-text': text\n }), cssModule);\n\n if (Tag === 'button') {\n if (header) {\n Tag = 'h6';\n } else if (divider) {\n Tag = 'div';\n } else if (props.href) {\n Tag = 'a';\n } else if (text) {\n Tag = 'span';\n }\n }\n\n return /*#__PURE__*/React.createElement(Tag, _extends({\n type: Tag === 'button' && (props.onClick || this.props.toggle) ? 'button' : undefined\n }, props, {\n tabIndex: tabIndex,\n role: role,\n className: classes,\n onClick: this.onClick\n }));\n };\n\n return DropdownItem;\n}(React.Component);\n\nDropdownItem.propTypes = propTypes;\nDropdownItem.defaultProps = defaultProps;\nDropdownItem.contextType = DropdownContext;\nexport default DropdownItem;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport _defineProperty from \"@babel/runtime/helpers/esm/defineProperty\";\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType } from './utils';\nimport Fade from './Fade';\nvar propTypes = {\n children: PropTypes.node,\n className: PropTypes.string,\n closeClassName: PropTypes.string,\n closeAriaLabel: PropTypes.string,\n cssModule: PropTypes.object,\n color: PropTypes.string,\n fade: PropTypes.bool,\n isOpen: PropTypes.bool,\n toggle: PropTypes.func,\n tag: tagPropType,\n transition: PropTypes.shape(Fade.propTypes),\n innerRef: PropTypes.oneOfType([PropTypes.object, PropTypes.string, PropTypes.func])\n};\nvar defaultProps = {\n color: 'success',\n isOpen: true,\n tag: 'div',\n closeAriaLabel: 'Close',\n fade: true,\n transition: _objectSpread(_objectSpread({}, Fade.defaultProps), {}, {\n unmountOnExit: true\n })\n};\n\nfunction Alert(props) {\n var className = props.className,\n closeClassName = props.closeClassName,\n closeAriaLabel = props.closeAriaLabel,\n cssModule = props.cssModule,\n Tag = props.tag,\n color = props.color,\n isOpen = props.isOpen,\n toggle = props.toggle,\n children = props.children,\n transition = props.transition,\n fade = props.fade,\n innerRef = props.innerRef,\n attributes = _objectWithoutPropertiesLoose(props, [\"className\", \"closeClassName\", \"closeAriaLabel\", \"cssModule\", \"tag\", \"color\", \"isOpen\", \"toggle\", \"children\", \"transition\", \"fade\", \"innerRef\"]);\n\n var classes = mapToCssModules(classNames(className, 'alert', \"alert-\" + color, {\n 'alert-dismissible': toggle\n }), cssModule);\n var closeClasses = mapToCssModules(classNames('close', closeClassName), cssModule);\n\n var alertTransition = _objectSpread(_objectSpread(_objectSpread({}, Fade.defaultProps), transition), {}, {\n baseClass: fade ? transition.baseClass : '',\n timeout: fade ? transition.timeout : 0\n });\n\n return /*#__PURE__*/React.createElement(Fade, _extends({}, attributes, alertTransition, {\n tag: Tag,\n className: classes,\n in: isOpen,\n role: \"alert\",\n innerRef: innerRef\n }), toggle ? /*#__PURE__*/React.createElement(\"button\", {\n type: \"button\",\n className: closeClasses,\n \"aria-label\": closeAriaLabel,\n onClick: toggle\n }, /*#__PURE__*/React.createElement(\"span\", {\n \"aria-hidden\": \"true\"\n }, \"\\xD7\")) : null, children);\n}\n\nAlert.propTypes = propTypes;\nAlert.defaultProps = defaultProps;\nexport default Alert;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType } from './utils';\nvar propTypes = {\n tag: tagPropType,\n size: PropTypes.string,\n className: PropTypes.string,\n cssModule: PropTypes.object\n};\nvar defaultProps = {\n tag: 'div'\n};\n\nvar InputGroup = function InputGroup(props) {\n var className = props.className,\n cssModule = props.cssModule,\n Tag = props.tag,\n size = props.size,\n attributes = _objectWithoutPropertiesLoose(props, [\"className\", \"cssModule\", \"tag\", \"size\"]);\n\n var classes = mapToCssModules(classNames(className, 'input-group', size ? \"input-group-\" + size : null), cssModule);\n return /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n className: classes\n }));\n};\n\nInputGroup.propTypes = propTypes;\nInputGroup.defaultProps = defaultProps;\nexport default InputGroup;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType } from './utils';\nimport InputGroupText from './InputGroupText';\nvar propTypes = {\n tag: tagPropType,\n addonType: PropTypes.oneOf(['prepend', 'append']).isRequired,\n children: PropTypes.node,\n className: PropTypes.string,\n cssModule: PropTypes.object\n};\nvar defaultProps = {\n tag: 'div'\n};\n\nvar InputGroupAddon = function InputGroupAddon(props) {\n var className = props.className,\n cssModule = props.cssModule,\n Tag = props.tag,\n addonType = props.addonType,\n children = props.children,\n attributes = _objectWithoutPropertiesLoose(props, [\"className\", \"cssModule\", \"tag\", \"addonType\", \"children\"]);\n\n var classes = mapToCssModules(classNames(className, 'input-group-' + addonType), cssModule); // Convenience to assist with transition\n\n if (typeof children === 'string') {\n return /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n className: classes\n }), /*#__PURE__*/React.createElement(InputGroupText, {\n children: children\n }));\n }\n\n return /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n className: classes,\n children: children\n }));\n};\n\nInputGroupAddon.propTypes = propTypes;\nInputGroupAddon.defaultProps = defaultProps;\nexport default InputGroupAddon;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport _assertThisInitialized from \"@babel/runtime/helpers/esm/assertThisInitialized\";\nimport _inheritsLoose from \"@babel/runtime/helpers/esm/inheritsLoose\";\n\n/* eslint react/prefer-stateless-function: 0 */\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, warnOnce, tagPropType } from './utils';\nvar propTypes = {\n children: PropTypes.node,\n type: PropTypes.string,\n size: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n bsSize: PropTypes.string,\n valid: PropTypes.bool,\n invalid: PropTypes.bool,\n tag: tagPropType,\n innerRef: PropTypes.oneOfType([PropTypes.object, PropTypes.func, PropTypes.string]),\n plaintext: PropTypes.bool,\n addon: PropTypes.bool,\n className: PropTypes.string,\n cssModule: PropTypes.object\n};\nvar defaultProps = {\n type: 'text'\n};\n\nvar Input = /*#__PURE__*/function (_React$Component) {\n _inheritsLoose(Input, _React$Component);\n\n function Input(props) {\n var _this;\n\n _this = _React$Component.call(this, props) || this;\n _this.getRef = _this.getRef.bind(_assertThisInitialized(_this));\n _this.focus = _this.focus.bind(_assertThisInitialized(_this));\n return _this;\n }\n\n var _proto = Input.prototype;\n\n _proto.getRef = function getRef(ref) {\n if (this.props.innerRef) {\n this.props.innerRef(ref);\n }\n\n this.ref = ref;\n };\n\n _proto.focus = function focus() {\n if (this.ref) {\n this.ref.focus();\n }\n };\n\n _proto.render = function render() {\n var _this$props = this.props,\n className = _this$props.className,\n cssModule = _this$props.cssModule,\n type = _this$props.type,\n bsSize = _this$props.bsSize,\n valid = _this$props.valid,\n invalid = _this$props.invalid,\n tag = _this$props.tag,\n addon = _this$props.addon,\n plaintext = _this$props.plaintext,\n innerRef = _this$props.innerRef,\n attributes = _objectWithoutPropertiesLoose(_this$props, [\"className\", \"cssModule\", \"type\", \"bsSize\", \"valid\", \"invalid\", \"tag\", \"addon\", \"plaintext\", \"innerRef\"]);\n\n var checkInput = ['radio', 'checkbox'].indexOf(type) > -1;\n var isNotaNumber = new RegExp('\\\\D', 'g');\n var fileInput = type === 'file';\n var textareaInput = type === 'textarea';\n var selectInput = type === 'select';\n var rangeInput = type === 'range';\n var Tag = tag || (selectInput || textareaInput ? type : 'input');\n var formControlClass = 'form-control';\n\n if (plaintext) {\n formControlClass = formControlClass + \"-plaintext\";\n Tag = tag || 'input';\n } else if (fileInput) {\n formControlClass = formControlClass + \"-file\";\n } else if (rangeInput) {\n formControlClass = formControlClass + \"-range\";\n } else if (checkInput) {\n if (addon) {\n formControlClass = null;\n } else {\n formControlClass = 'form-check-input';\n }\n }\n\n if (attributes.size && isNotaNumber.test(attributes.size)) {\n warnOnce('Please use the prop \"bsSize\" instead of the \"size\" to bootstrap\\'s input sizing.');\n bsSize = attributes.size;\n delete attributes.size;\n }\n\n var classes = mapToCssModules(classNames(className, invalid && 'is-invalid', valid && 'is-valid', bsSize ? \"form-control-\" + bsSize : false, formControlClass), cssModule);\n\n if (Tag === 'input' || tag && typeof tag === 'function') {\n attributes.type = type;\n }\n\n if (attributes.children && !(plaintext || type === 'select' || typeof Tag !== 'string' || Tag === 'select')) {\n warnOnce(\"Input with a type of \\\"\" + type + \"\\\" cannot have children. Please use \\\"value\\\"/\\\"defaultValue\\\" instead.\");\n delete attributes.children;\n }\n\n return /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n ref: innerRef,\n className: classes,\n \"aria-invalid\": invalid\n }));\n };\n\n return Input;\n}(React.Component);\n\nInput.propTypes = propTypes;\nInput.defaultProps = defaultProps;\nexport default Input;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport _assertThisInitialized from \"@babel/runtime/helpers/esm/assertThisInitialized\";\nimport _inheritsLoose from \"@babel/runtime/helpers/esm/inheritsLoose\";\nimport React, { Component } from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType } from './utils';\nvar propTypes = {\n children: PropTypes.node,\n inline: PropTypes.bool,\n tag: tagPropType,\n innerRef: PropTypes.oneOfType([PropTypes.object, PropTypes.func, PropTypes.string]),\n className: PropTypes.string,\n cssModule: PropTypes.object\n};\nvar defaultProps = {\n tag: 'form'\n};\n\nvar Form = /*#__PURE__*/function (_Component) {\n _inheritsLoose(Form, _Component);\n\n function Form(props) {\n var _this;\n\n _this = _Component.call(this, props) || this;\n _this.getRef = _this.getRef.bind(_assertThisInitialized(_this));\n _this.submit = _this.submit.bind(_assertThisInitialized(_this));\n return _this;\n }\n\n var _proto = Form.prototype;\n\n _proto.getRef = function getRef(ref) {\n if (this.props.innerRef) {\n this.props.innerRef(ref);\n }\n\n this.ref = ref;\n };\n\n _proto.submit = function submit() {\n if (this.ref) {\n this.ref.submit();\n }\n };\n\n _proto.render = function render() {\n var _this$props = this.props,\n className = _this$props.className,\n cssModule = _this$props.cssModule,\n inline = _this$props.inline,\n Tag = _this$props.tag,\n innerRef = _this$props.innerRef,\n attributes = _objectWithoutPropertiesLoose(_this$props, [\"className\", \"cssModule\", \"inline\", \"tag\", \"innerRef\"]);\n\n var classes = mapToCssModules(classNames(className, inline ? 'form-inline' : false), cssModule);\n return /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n ref: innerRef,\n className: classes\n }));\n };\n\n return Form;\n}(Component);\n\nForm.propTypes = propTypes;\nForm.defaultProps = defaultProps;\nexport default Form;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType } from './utils';\nvar propTypes = {\n tag: tagPropType,\n 'aria-label': PropTypes.string,\n className: PropTypes.string,\n cssModule: PropTypes.object,\n role: PropTypes.string,\n size: PropTypes.string,\n vertical: PropTypes.bool\n};\nvar defaultProps = {\n tag: 'div',\n role: 'group'\n};\n\nvar ButtonGroup = function ButtonGroup(props) {\n var className = props.className,\n cssModule = props.cssModule,\n size = props.size,\n vertical = props.vertical,\n Tag = props.tag,\n attributes = _objectWithoutPropertiesLoose(props, [\"className\", \"cssModule\", \"size\", \"vertical\", \"tag\"]);\n\n var classes = mapToCssModules(classNames(className, size ? 'btn-group-' + size : false, vertical ? 'btn-group-vertical' : 'btn-group'), cssModule);\n return /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n className: classes\n }));\n};\n\nButtonGroup.propTypes = propTypes;\nButtonGroup.defaultProps = defaultProps;\nexport default ButtonGroup;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType } from './utils';\nvar propTypes = {\n className: PropTypes.string,\n cssModule: PropTypes.object,\n size: PropTypes.string,\n bordered: PropTypes.bool,\n borderless: PropTypes.bool,\n striped: PropTypes.bool,\n dark: PropTypes.bool,\n hover: PropTypes.bool,\n responsive: PropTypes.oneOfType([PropTypes.bool, PropTypes.string]),\n tag: tagPropType,\n responsiveTag: tagPropType,\n innerRef: PropTypes.oneOfType([PropTypes.func, PropTypes.string, PropTypes.object])\n};\nvar defaultProps = {\n tag: 'table',\n responsiveTag: 'div'\n};\n\nvar Table = function Table(props) {\n var className = props.className,\n cssModule = props.cssModule,\n size = props.size,\n bordered = props.bordered,\n borderless = props.borderless,\n striped = props.striped,\n dark = props.dark,\n hover = props.hover,\n responsive = props.responsive,\n Tag = props.tag,\n ResponsiveTag = props.responsiveTag,\n innerRef = props.innerRef,\n attributes = _objectWithoutPropertiesLoose(props, [\"className\", \"cssModule\", \"size\", \"bordered\", \"borderless\", \"striped\", \"dark\", \"hover\", \"responsive\", \"tag\", \"responsiveTag\", \"innerRef\"]);\n\n var classes = mapToCssModules(classNames(className, 'table', size ? 'table-' + size : false, bordered ? 'table-bordered' : false, borderless ? 'table-borderless' : false, striped ? 'table-striped' : false, dark ? 'table-dark' : false, hover ? 'table-hover' : false), cssModule);\n var table = /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n ref: innerRef,\n className: classes\n }));\n\n if (responsive) {\n var responsiveClassName = mapToCssModules(responsive === true ? 'table-responsive' : \"table-responsive-\" + responsive, cssModule);\n return /*#__PURE__*/React.createElement(ResponsiveTag, {\n className: responsiveClassName\n }, table);\n }\n\n return table;\n};\n\nTable.propTypes = propTypes;\nTable.defaultProps = defaultProps;\nexport default Table;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType } from './utils';\nvar rowColWidths = ['xs', 'sm', 'md', 'lg', 'xl'];\nvar rowColsPropType = PropTypes.oneOfType([PropTypes.number, PropTypes.string]);\nvar propTypes = {\n tag: tagPropType,\n noGutters: PropTypes.bool,\n className: PropTypes.string,\n cssModule: PropTypes.object,\n form: PropTypes.bool,\n xs: rowColsPropType,\n sm: rowColsPropType,\n md: rowColsPropType,\n lg: rowColsPropType,\n xl: rowColsPropType\n};\nvar defaultProps = {\n tag: 'div',\n widths: rowColWidths\n};\n\nvar Row = function Row(props) {\n var className = props.className,\n cssModule = props.cssModule,\n noGutters = props.noGutters,\n Tag = props.tag,\n form = props.form,\n widths = props.widths,\n attributes = _objectWithoutPropertiesLoose(props, [\"className\", \"cssModule\", \"noGutters\", \"tag\", \"form\", \"widths\"]);\n\n var colClasses = [];\n widths.forEach(function (colWidth, i) {\n var colSize = props[colWidth];\n delete attributes[colWidth];\n\n if (!colSize) {\n return;\n }\n\n var isXs = !i;\n colClasses.push(isXs ? \"row-cols-\" + colSize : \"row-cols-\" + colWidth + \"-\" + colSize);\n });\n var classes = mapToCssModules(classNames(className, noGutters ? 'no-gutters' : null, form ? 'form-row' : 'row', colClasses), cssModule);\n return /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n className: classes\n }));\n};\n\nRow.propTypes = propTypes;\nRow.defaultProps = defaultProps;\nexport default Row;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType, isObject } from './utils';\nvar colWidths = ['xs', 'sm', 'md', 'lg', 'xl'];\nvar stringOrNumberProp = PropTypes.oneOfType([PropTypes.number, PropTypes.string]);\nvar columnProps = PropTypes.oneOfType([PropTypes.bool, PropTypes.number, PropTypes.string, PropTypes.shape({\n size: PropTypes.oneOfType([PropTypes.bool, PropTypes.number, PropTypes.string]),\n order: stringOrNumberProp,\n offset: stringOrNumberProp\n})]);\nvar propTypes = {\n tag: tagPropType,\n xs: columnProps,\n sm: columnProps,\n md: columnProps,\n lg: columnProps,\n xl: columnProps,\n className: PropTypes.string,\n cssModule: PropTypes.object,\n widths: PropTypes.array\n};\nvar defaultProps = {\n tag: 'div',\n widths: colWidths\n};\n\nvar getColumnSizeClass = function getColumnSizeClass(isXs, colWidth, colSize) {\n if (colSize === true || colSize === '') {\n return isXs ? 'col' : \"col-\" + colWidth;\n } else if (colSize === 'auto') {\n return isXs ? 'col-auto' : \"col-\" + colWidth + \"-auto\";\n }\n\n return isXs ? \"col-\" + colSize : \"col-\" + colWidth + \"-\" + colSize;\n};\n\nvar Col = function Col(props) {\n var className = props.className,\n cssModule = props.cssModule,\n widths = props.widths,\n Tag = props.tag,\n attributes = _objectWithoutPropertiesLoose(props, [\"className\", \"cssModule\", \"widths\", \"tag\"]);\n\n var colClasses = [];\n widths.forEach(function (colWidth, i) {\n var columnProp = props[colWidth];\n delete attributes[colWidth];\n\n if (!columnProp && columnProp !== '') {\n return;\n }\n\n var isXs = !i;\n\n if (isObject(columnProp)) {\n var _classNames;\n\n var colSizeInterfix = isXs ? '-' : \"-\" + colWidth + \"-\";\n var colClass = getColumnSizeClass(isXs, colWidth, columnProp.size);\n colClasses.push(mapToCssModules(classNames((_classNames = {}, _classNames[colClass] = columnProp.size || columnProp.size === '', _classNames[\"order\" + colSizeInterfix + columnProp.order] = columnProp.order || columnProp.order === 0, _classNames[\"offset\" + colSizeInterfix + columnProp.offset] = columnProp.offset || columnProp.offset === 0, _classNames)), cssModule));\n } else {\n var _colClass = getColumnSizeClass(isXs, colWidth, columnProp);\n\n colClasses.push(_colClass);\n }\n });\n\n if (!colClasses.length) {\n colClasses.push('col');\n }\n\n var classes = mapToCssModules(classNames(className, colClasses), cssModule);\n return /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n className: classes\n }));\n};\n\nCol.propTypes = propTypes;\nCol.defaultProps = defaultProps;\nexport default Col;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _inheritsLoose from \"@babel/runtime/helpers/esm/inheritsLoose\";\nimport React, { Component } from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { TabContext } from './TabContext';\nimport { mapToCssModules, omit, tagPropType } from './utils';\nvar propTypes = {\n tag: tagPropType,\n activeTab: PropTypes.any,\n className: PropTypes.string,\n cssModule: PropTypes.object\n};\nvar defaultProps = {\n tag: 'div'\n};\n\nvar TabContent = /*#__PURE__*/function (_Component) {\n _inheritsLoose(TabContent, _Component);\n\n TabContent.getDerivedStateFromProps = function getDerivedStateFromProps(nextProps, prevState) {\n if (prevState.activeTab !== nextProps.activeTab) {\n return {\n activeTab: nextProps.activeTab\n };\n }\n\n return null;\n };\n\n function TabContent(props) {\n var _this;\n\n _this = _Component.call(this, props) || this;\n _this.state = {\n activeTab: _this.props.activeTab\n };\n return _this;\n }\n\n var _proto = TabContent.prototype;\n\n _proto.render = function render() {\n var _this$props = this.props,\n className = _this$props.className,\n cssModule = _this$props.cssModule,\n Tag = _this$props.tag;\n var attributes = omit(this.props, Object.keys(propTypes));\n var classes = mapToCssModules(classNames('tab-content', className), cssModule);\n return /*#__PURE__*/React.createElement(TabContext.Provider, {\n value: {\n activeTabId: this.state.activeTab\n }\n }, /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n className: classes\n })));\n };\n\n return TabContent;\n}(Component);\n\nexport default TabContent;\nTabContent.propTypes = propTypes;\nTabContent.defaultProps = defaultProps;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { TabContext } from './TabContext';\nimport { mapToCssModules, tagPropType } from './utils';\nvar propTypes = {\n tag: tagPropType,\n className: PropTypes.string,\n cssModule: PropTypes.object,\n tabId: PropTypes.any\n};\nvar defaultProps = {\n tag: 'div'\n};\nexport default function TabPane(props) {\n var className = props.className,\n cssModule = props.cssModule,\n tabId = props.tabId,\n Tag = props.tag,\n attributes = _objectWithoutPropertiesLoose(props, [\"className\", \"cssModule\", \"tabId\", \"tag\"]);\n\n var getClasses = function getClasses(activeTabId) {\n return mapToCssModules(classNames('tab-pane', className, {\n active: tabId === activeTabId\n }), cssModule);\n };\n\n return /*#__PURE__*/React.createElement(TabContext.Consumer, null, function (_ref) {\n var activeTabId = _ref.activeTabId;\n return /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n className: getClasses(activeTabId)\n }));\n });\n}\nTabPane.propTypes = propTypes;\nTabPane.defaultProps = defaultProps;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType } from './utils';\nvar propTypes = {\n color: PropTypes.string,\n pill: PropTypes.bool,\n tag: tagPropType,\n innerRef: PropTypes.oneOfType([PropTypes.object, PropTypes.func, PropTypes.string]),\n children: PropTypes.node,\n className: PropTypes.string,\n cssModule: PropTypes.object\n};\nvar defaultProps = {\n color: 'secondary',\n pill: false,\n tag: 'span'\n};\n\nvar Badge = function Badge(props) {\n var className = props.className,\n cssModule = props.cssModule,\n color = props.color,\n innerRef = props.innerRef,\n pill = props.pill,\n Tag = props.tag,\n attributes = _objectWithoutPropertiesLoose(props, [\"className\", \"cssModule\", \"color\", \"innerRef\", \"pill\", \"tag\"]);\n\n var classes = mapToCssModules(classNames(className, 'badge', 'badge-' + color, pill ? 'badge-pill' : false), cssModule);\n\n if (attributes.href && Tag === 'span') {\n Tag = 'a';\n }\n\n return /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n className: classes,\n ref: innerRef\n }));\n};\n\nBadge.propTypes = propTypes;\nBadge.defaultProps = defaultProps;\nexport default Badge;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType } from './utils';\nvar propTypes = {\n children: PropTypes.node,\n row: PropTypes.bool,\n check: PropTypes.bool,\n inline: PropTypes.bool,\n disabled: PropTypes.bool,\n tag: tagPropType,\n className: PropTypes.string,\n cssModule: PropTypes.object\n};\nvar defaultProps = {\n tag: 'div'\n};\n\nvar FormGroup = function FormGroup(props) {\n var className = props.className,\n cssModule = props.cssModule,\n row = props.row,\n disabled = props.disabled,\n check = props.check,\n inline = props.inline,\n Tag = props.tag,\n attributes = _objectWithoutPropertiesLoose(props, [\"className\", \"cssModule\", \"row\", \"disabled\", \"check\", \"inline\", \"tag\"]);\n\n var classes = mapToCssModules(classNames(className, row ? 'row' : false, check ? 'form-check' : 'form-group', check && inline ? 'form-check-inline' : false, check && disabled ? 'disabled' : false), cssModule);\n\n if (Tag === 'fieldset') {\n attributes.disabled = disabled;\n }\n\n return /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n className: classes\n }));\n};\n\nFormGroup.propTypes = propTypes;\nFormGroup.defaultProps = defaultProps;\nexport default FormGroup;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType, isObject } from './utils';\nvar colWidths = ['xs', 'sm', 'md', 'lg', 'xl'];\nvar stringOrNumberProp = PropTypes.oneOfType([PropTypes.number, PropTypes.string]);\nvar columnProps = PropTypes.oneOfType([PropTypes.bool, PropTypes.string, PropTypes.number, PropTypes.shape({\n size: stringOrNumberProp,\n order: stringOrNumberProp,\n offset: stringOrNumberProp\n})]);\nvar propTypes = {\n children: PropTypes.node,\n hidden: PropTypes.bool,\n check: PropTypes.bool,\n size: PropTypes.string,\n for: PropTypes.string,\n tag: tagPropType,\n className: PropTypes.string,\n cssModule: PropTypes.object,\n xs: columnProps,\n sm: columnProps,\n md: columnProps,\n lg: columnProps,\n xl: columnProps,\n widths: PropTypes.array\n};\nvar defaultProps = {\n tag: 'label',\n widths: colWidths\n};\n\nvar getColumnSizeClass = function getColumnSizeClass(isXs, colWidth, colSize) {\n if (colSize === true || colSize === '') {\n return isXs ? 'col' : \"col-\" + colWidth;\n } else if (colSize === 'auto') {\n return isXs ? 'col-auto' : \"col-\" + colWidth + \"-auto\";\n }\n\n return isXs ? \"col-\" + colSize : \"col-\" + colWidth + \"-\" + colSize;\n};\n\nvar Label = function Label(props) {\n var className = props.className,\n cssModule = props.cssModule,\n hidden = props.hidden,\n widths = props.widths,\n Tag = props.tag,\n check = props.check,\n size = props.size,\n htmlFor = props.for,\n attributes = _objectWithoutPropertiesLoose(props, [\"className\", \"cssModule\", \"hidden\", \"widths\", \"tag\", \"check\", \"size\", \"for\"]);\n\n var colClasses = [];\n widths.forEach(function (colWidth, i) {\n var columnProp = props[colWidth];\n delete attributes[colWidth];\n\n if (!columnProp && columnProp !== '') {\n return;\n }\n\n var isXs = !i;\n var colClass;\n\n if (isObject(columnProp)) {\n var _classNames;\n\n var colSizeInterfix = isXs ? '-' : \"-\" + colWidth + \"-\";\n colClass = getColumnSizeClass(isXs, colWidth, columnProp.size);\n colClasses.push(mapToCssModules(classNames((_classNames = {}, _classNames[colClass] = columnProp.size || columnProp.size === '', _classNames[\"order\" + colSizeInterfix + columnProp.order] = columnProp.order || columnProp.order === 0, _classNames[\"offset\" + colSizeInterfix + columnProp.offset] = columnProp.offset || columnProp.offset === 0, _classNames))), cssModule);\n } else {\n colClass = getColumnSizeClass(isXs, colWidth, columnProp);\n colClasses.push(colClass);\n }\n });\n var classes = mapToCssModules(classNames(className, hidden ? 'sr-only' : false, check ? 'form-check-label' : false, size ? \"col-form-label-\" + size : false, colClasses, colClasses.length ? 'col-form-label' : false), cssModule);\n return /*#__PURE__*/React.createElement(Tag, _extends({\n htmlFor: htmlFor\n }, attributes, {\n className: classes\n }));\n};\n\nLabel.propTypes = propTypes;\nLabel.defaultProps = defaultProps;\nexport default Label;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { mapToCssModules, tagPropType } from './utils';\nvar propTypes = {\n tag: tagPropType,\n fluid: PropTypes.oneOfType([PropTypes.bool, PropTypes.string]),\n className: PropTypes.string,\n cssModule: PropTypes.object\n};\nvar defaultProps = {\n tag: 'div'\n};\n\nvar Container = function Container(props) {\n var className = props.className,\n cssModule = props.cssModule,\n fluid = props.fluid,\n Tag = props.tag,\n attributes = _objectWithoutPropertiesLoose(props, [\"className\", \"cssModule\", \"fluid\", \"tag\"]);\n\n var containerClass = 'container';\n\n if (fluid === true) {\n containerClass = 'container-fluid';\n } else if (fluid) {\n containerClass = \"container-\" + fluid;\n }\n\n var classes = mapToCssModules(classNames(className, containerClass), cssModule);\n return /*#__PURE__*/React.createElement(Tag, _extends({}, attributes, {\n className: classes\n }));\n};\n\nContainer.propTypes = propTypes;\nContainer.defaultProps = defaultProps;\nexport default Container;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport _assertThisInitialized from \"@babel/runtime/helpers/esm/assertThisInitialized\";\nimport _inheritsLoose from \"@babel/runtime/helpers/esm/inheritsLoose\";\nimport _defineProperty from \"@babel/runtime/helpers/esm/defineProperty\";\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport ReactDOM from 'react-dom';\nimport classNames from 'classnames';\nimport { Popper as ReactPopper } from 'react-popper';\nimport { getTarget, targetPropType, mapToCssModules, DOMElement, tagPropType } from './utils';\nimport Fade from './Fade';\n\nfunction noop() {}\n\nvar propTypes = {\n children: PropTypes.oneOfType([PropTypes.node, PropTypes.func]).isRequired,\n popperClassName: PropTypes.string,\n placement: PropTypes.string,\n placementPrefix: PropTypes.string,\n arrowClassName: PropTypes.string,\n hideArrow: PropTypes.bool,\n tag: tagPropType,\n isOpen: PropTypes.bool.isRequired,\n cssModule: PropTypes.object,\n offset: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n fallbackPlacement: PropTypes.oneOfType([PropTypes.string, PropTypes.array]),\n flip: PropTypes.bool,\n container: targetPropType,\n target: targetPropType.isRequired,\n modifiers: PropTypes.object,\n boundariesElement: PropTypes.oneOfType([PropTypes.string, DOMElement]),\n onClosed: PropTypes.func,\n fade: PropTypes.bool,\n transition: PropTypes.shape(Fade.propTypes)\n};\nvar defaultProps = {\n boundariesElement: 'scrollParent',\n placement: 'auto',\n hideArrow: false,\n isOpen: false,\n offset: 0,\n fallbackPlacement: 'flip',\n flip: true,\n container: 'body',\n modifiers: {},\n onClosed: noop,\n fade: true,\n transition: _objectSpread({}, Fade.defaultProps)\n};\n\nvar PopperContent = /*#__PURE__*/function (_React$Component) {\n _inheritsLoose(PopperContent, _React$Component);\n\n function PopperContent(props) {\n var _this;\n\n _this = _React$Component.call(this, props) || this;\n _this.setTargetNode = _this.setTargetNode.bind(_assertThisInitialized(_this));\n _this.getTargetNode = _this.getTargetNode.bind(_assertThisInitialized(_this));\n _this.getRef = _this.getRef.bind(_assertThisInitialized(_this));\n _this.onClosed = _this.onClosed.bind(_assertThisInitialized(_this));\n _this.state = {\n isOpen: props.isOpen\n };\n return _this;\n }\n\n PopperContent.getDerivedStateFromProps = function getDerivedStateFromProps(props, state) {\n if (props.isOpen && !state.isOpen) {\n return {\n isOpen: props.isOpen\n };\n } else return null;\n };\n\n var _proto = PopperContent.prototype;\n\n _proto.componentDidUpdate = function componentDidUpdate() {\n if (this._element && this._element.childNodes && this._element.childNodes[0] && this._element.childNodes[0].focus) {\n this._element.childNodes[0].focus();\n }\n };\n\n _proto.setTargetNode = function setTargetNode(node) {\n this.targetNode = typeof node === 'string' ? getTarget(node) : node;\n };\n\n _proto.getTargetNode = function getTargetNode() {\n return this.targetNode;\n };\n\n _proto.getContainerNode = function getContainerNode() {\n return getTarget(this.props.container);\n };\n\n _proto.getRef = function getRef(ref) {\n this._element = ref;\n };\n\n _proto.onClosed = function onClosed() {\n this.props.onClosed();\n this.setState({\n isOpen: false\n });\n };\n\n _proto.renderChildren = function renderChildren() {\n var _this$props = this.props,\n cssModule = _this$props.cssModule,\n children = _this$props.children,\n isOpen = _this$props.isOpen,\n flip = _this$props.flip,\n target = _this$props.target,\n offset = _this$props.offset,\n fallbackPlacement = _this$props.fallbackPlacement,\n placementPrefix = _this$props.placementPrefix,\n _arrowClassName = _this$props.arrowClassName,\n hideArrow = _this$props.hideArrow,\n _popperClassName = _this$props.popperClassName,\n tag = _this$props.tag,\n container = _this$props.container,\n modifiers = _this$props.modifiers,\n boundariesElement = _this$props.boundariesElement,\n onClosed = _this$props.onClosed,\n fade = _this$props.fade,\n transition = _this$props.transition,\n placement = _this$props.placement,\n attrs = _objectWithoutPropertiesLoose(_this$props, [\"cssModule\", \"children\", \"isOpen\", \"flip\", \"target\", \"offset\", \"fallbackPlacement\", \"placementPrefix\", \"arrowClassName\", \"hideArrow\", \"popperClassName\", \"tag\", \"container\", \"modifiers\", \"boundariesElement\", \"onClosed\", \"fade\", \"transition\", \"placement\"]);\n\n var arrowClassName = mapToCssModules(classNames('arrow', _arrowClassName), cssModule);\n var popperClassName = mapToCssModules(classNames(_popperClassName, placementPrefix ? placementPrefix + \"-auto\" : ''), this.props.cssModule);\n\n var extendedModifiers = _objectSpread({\n offset: {\n offset: offset\n },\n flip: {\n enabled: flip,\n behavior: fallbackPlacement\n },\n preventOverflow: {\n boundariesElement: boundariesElement\n }\n }, modifiers);\n\n var popperTransition = _objectSpread(_objectSpread(_objectSpread({}, Fade.defaultProps), transition), {}, {\n baseClass: fade ? transition.baseClass : '',\n timeout: fade ? transition.timeout : 0\n });\n\n return /*#__PURE__*/React.createElement(Fade, _extends({}, popperTransition, attrs, {\n in: isOpen,\n onExited: this.onClosed,\n tag: tag\n }), /*#__PURE__*/React.createElement(ReactPopper, {\n referenceElement: this.targetNode,\n modifiers: extendedModifiers,\n placement: placement\n }, function (_ref) {\n var ref = _ref.ref,\n style = _ref.style,\n placement = _ref.placement,\n outOfBoundaries = _ref.outOfBoundaries,\n arrowProps = _ref.arrowProps,\n scheduleUpdate = _ref.scheduleUpdate;\n return /*#__PURE__*/React.createElement(\"div\", {\n ref: ref,\n style: style,\n className: popperClassName,\n \"x-placement\": placement,\n \"x-out-of-boundaries\": outOfBoundaries ? 'true' : undefined\n }, typeof children === 'function' ? children({\n scheduleUpdate: scheduleUpdate\n }) : children, !hideArrow && /*#__PURE__*/React.createElement(\"span\", {\n ref: arrowProps.ref,\n className: arrowClassName,\n style: arrowProps.style\n }));\n }));\n };\n\n _proto.render = function render() {\n this.setTargetNode(this.props.target);\n\n if (this.state.isOpen) {\n return this.props.container === 'inline' ? this.renderChildren() : /*#__PURE__*/ReactDOM.createPortal( /*#__PURE__*/React.createElement(\"div\", {\n ref: this.getRef\n }, this.renderChildren()), this.getContainerNode());\n }\n\n return null;\n };\n\n return PopperContent;\n}(React.Component);\n\nPopperContent.propTypes = propTypes;\nPopperContent.defaultProps = defaultProps;\nexport default PopperContent;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _assertThisInitialized from \"@babel/runtime/helpers/esm/assertThisInitialized\";\nimport _inheritsLoose from \"@babel/runtime/helpers/esm/inheritsLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport PopperContent from './PopperContent';\nimport { getTarget, targetPropType, omit, PopperPlacements, mapToCssModules, DOMElement } from './utils';\nexport var propTypes = {\n children: PropTypes.oneOfType([PropTypes.node, PropTypes.func]),\n placement: PropTypes.oneOf(PopperPlacements),\n target: targetPropType.isRequired,\n container: targetPropType,\n isOpen: PropTypes.bool,\n disabled: PropTypes.bool,\n hideArrow: PropTypes.bool,\n boundariesElement: PropTypes.oneOfType([PropTypes.string, DOMElement]),\n className: PropTypes.string,\n innerClassName: PropTypes.string,\n arrowClassName: PropTypes.string,\n popperClassName: PropTypes.string,\n cssModule: PropTypes.object,\n toggle: PropTypes.func,\n autohide: PropTypes.bool,\n placementPrefix: PropTypes.string,\n delay: PropTypes.oneOfType([PropTypes.shape({\n show: PropTypes.number,\n hide: PropTypes.number\n }), PropTypes.number]),\n modifiers: PropTypes.object,\n offset: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n innerRef: PropTypes.oneOfType([PropTypes.func, PropTypes.string, PropTypes.object]),\n trigger: PropTypes.string,\n fade: PropTypes.bool,\n flip: PropTypes.bool\n};\nvar DEFAULT_DELAYS = {\n show: 0,\n hide: 50\n};\nvar defaultProps = {\n isOpen: false,\n hideArrow: false,\n autohide: false,\n delay: DEFAULT_DELAYS,\n toggle: function toggle() {},\n trigger: 'click',\n fade: true\n};\n\nfunction isInDOMSubtree(element, subtreeRoot) {\n return subtreeRoot && (element === subtreeRoot || subtreeRoot.contains(element));\n}\n\nfunction isInDOMSubtrees(element, subtreeRoots) {\n if (subtreeRoots === void 0) {\n subtreeRoots = [];\n }\n\n return subtreeRoots && subtreeRoots.length && subtreeRoots.filter(function (subTreeRoot) {\n return isInDOMSubtree(element, subTreeRoot);\n })[0];\n}\n\nvar TooltipPopoverWrapper = /*#__PURE__*/function (_React$Component) {\n _inheritsLoose(TooltipPopoverWrapper, _React$Component);\n\n function TooltipPopoverWrapper(props) {\n var _this;\n\n _this = _React$Component.call(this, props) || this;\n _this._targets = [];\n _this.currentTargetElement = null;\n _this.addTargetEvents = _this.addTargetEvents.bind(_assertThisInitialized(_this));\n _this.handleDocumentClick = _this.handleDocumentClick.bind(_assertThisInitialized(_this));\n _this.removeTargetEvents = _this.removeTargetEvents.bind(_assertThisInitialized(_this));\n _this.toggle = _this.toggle.bind(_assertThisInitialized(_this));\n _this.showWithDelay = _this.showWithDelay.bind(_assertThisInitialized(_this));\n _this.hideWithDelay = _this.hideWithDelay.bind(_assertThisInitialized(_this));\n _this.onMouseOverTooltipContent = _this.onMouseOverTooltipContent.bind(_assertThisInitialized(_this));\n _this.onMouseLeaveTooltipContent = _this.onMouseLeaveTooltipContent.bind(_assertThisInitialized(_this));\n _this.show = _this.show.bind(_assertThisInitialized(_this));\n _this.hide = _this.hide.bind(_assertThisInitialized(_this));\n _this.onEscKeyDown = _this.onEscKeyDown.bind(_assertThisInitialized(_this));\n _this.getRef = _this.getRef.bind(_assertThisInitialized(_this));\n _this.state = {\n isOpen: props.isOpen\n };\n _this._isMounted = false;\n return _this;\n }\n\n var _proto = TooltipPopoverWrapper.prototype;\n\n _proto.componentDidMount = function componentDidMount() {\n this._isMounted = true;\n this.updateTarget();\n };\n\n _proto.componentWillUnmount = function componentWillUnmount() {\n this._isMounted = false;\n this.removeTargetEvents();\n this._targets = null;\n this.clearShowTimeout();\n this.clearHideTimeout();\n };\n\n TooltipPopoverWrapper.getDerivedStateFromProps = function getDerivedStateFromProps(props, state) {\n if (props.isOpen && !state.isOpen) {\n return {\n isOpen: props.isOpen\n };\n } else return null;\n };\n\n _proto.onMouseOverTooltipContent = function onMouseOverTooltipContent() {\n if (this.props.trigger.indexOf('hover') > -1 && !this.props.autohide) {\n if (this._hideTimeout) {\n this.clearHideTimeout();\n }\n\n if (this.state.isOpen && !this.props.isOpen) {\n this.toggle();\n }\n }\n };\n\n _proto.onMouseLeaveTooltipContent = function onMouseLeaveTooltipContent(e) {\n if (this.props.trigger.indexOf('hover') > -1 && !this.props.autohide) {\n if (this._showTimeout) {\n this.clearShowTimeout();\n }\n\n e.persist();\n this._hideTimeout = setTimeout(this.hide.bind(this, e), this.getDelay('hide'));\n }\n };\n\n _proto.onEscKeyDown = function onEscKeyDown(e) {\n if (e.key === 'Escape') {\n this.hide(e);\n }\n };\n\n _proto.getRef = function getRef(ref) {\n var innerRef = this.props.innerRef;\n\n if (innerRef) {\n if (typeof innerRef === 'function') {\n innerRef(ref);\n } else if (typeof innerRef === 'object') {\n innerRef.current = ref;\n }\n }\n\n this._popover = ref;\n };\n\n _proto.getDelay = function getDelay(key) {\n var delay = this.props.delay;\n\n if (typeof delay === 'object') {\n return isNaN(delay[key]) ? DEFAULT_DELAYS[key] : delay[key];\n }\n\n return delay;\n };\n\n _proto.show = function show(e) {\n if (!this.props.isOpen) {\n this.clearShowTimeout();\n this.currentTargetElement = e ? e.currentTarget || e.target : null;\n\n if (e && e.composedPath && typeof e.composedPath === 'function') {\n var path = e.composedPath();\n this.currentTargetElement = path && path[0] || this.currentTargetElement;\n }\n\n this.toggle(e);\n }\n };\n\n _proto.showWithDelay = function showWithDelay(e) {\n if (this._hideTimeout) {\n this.clearHideTimeout();\n }\n\n this._showTimeout = setTimeout(this.show.bind(this, e), this.getDelay('show'));\n };\n\n _proto.hide = function hide(e) {\n if (this.props.isOpen) {\n this.clearHideTimeout();\n this.currentTargetElement = null;\n this.toggle(e);\n }\n };\n\n _proto.hideWithDelay = function hideWithDelay(e) {\n if (this._showTimeout) {\n this.clearShowTimeout();\n }\n\n this._hideTimeout = setTimeout(this.hide.bind(this, e), this.getDelay('hide'));\n };\n\n _proto.clearShowTimeout = function clearShowTimeout() {\n clearTimeout(this._showTimeout);\n this._showTimeout = undefined;\n };\n\n _proto.clearHideTimeout = function clearHideTimeout() {\n clearTimeout(this._hideTimeout);\n this._hideTimeout = undefined;\n };\n\n _proto.handleDocumentClick = function handleDocumentClick(e) {\n var triggers = this.props.trigger.split(' ');\n\n if (triggers.indexOf('legacy') > -1 && (this.props.isOpen || isInDOMSubtrees(e.target, this._targets))) {\n if (this._hideTimeout) {\n this.clearHideTimeout();\n }\n\n if (this.props.isOpen && !isInDOMSubtree(e.target, this._popover)) {\n this.hideWithDelay(e);\n } else if (!this.props.isOpen) {\n this.showWithDelay(e);\n }\n } else if (triggers.indexOf('click') > -1 && isInDOMSubtrees(e.target, this._targets)) {\n if (this._hideTimeout) {\n this.clearHideTimeout();\n }\n\n if (!this.props.isOpen) {\n this.showWithDelay(e);\n } else {\n this.hideWithDelay(e);\n }\n }\n };\n\n _proto.addEventOnTargets = function addEventOnTargets(type, handler, isBubble) {\n this._targets.forEach(function (target) {\n target.addEventListener(type, handler, isBubble);\n });\n };\n\n _proto.removeEventOnTargets = function removeEventOnTargets(type, handler, isBubble) {\n this._targets.forEach(function (target) {\n target.removeEventListener(type, handler, isBubble);\n });\n };\n\n _proto.addTargetEvents = function addTargetEvents() {\n if (this.props.trigger) {\n var triggers = this.props.trigger.split(' ');\n\n if (triggers.indexOf('manual') === -1) {\n if (triggers.indexOf('click') > -1 || triggers.indexOf('legacy') > -1) {\n document.addEventListener('click', this.handleDocumentClick, true);\n }\n\n if (this._targets && this._targets.length) {\n if (triggers.indexOf('hover') > -1) {\n this.addEventOnTargets('mouseover', this.showWithDelay, true);\n this.addEventOnTargets('mouseout', this.hideWithDelay, true);\n }\n\n if (triggers.indexOf('focus') > -1) {\n this.addEventOnTargets('focusin', this.show, true);\n this.addEventOnTargets('focusout', this.hide, true);\n }\n\n this.addEventOnTargets('keydown', this.onEscKeyDown, true);\n }\n }\n }\n };\n\n _proto.removeTargetEvents = function removeTargetEvents() {\n if (this._targets) {\n this.removeEventOnTargets('mouseover', this.showWithDelay, true);\n this.removeEventOnTargets('mouseout', this.hideWithDelay, true);\n this.removeEventOnTargets('keydown', this.onEscKeyDown, true);\n this.removeEventOnTargets('focusin', this.show, true);\n this.removeEventOnTargets('focusout', this.hide, true);\n }\n\n document.removeEventListener('click', this.handleDocumentClick, true);\n };\n\n _proto.updateTarget = function updateTarget() {\n var newTarget = getTarget(this.props.target, true);\n\n if (newTarget !== this._targets) {\n this.removeTargetEvents();\n this._targets = newTarget ? Array.from(newTarget) : [];\n this.currentTargetElement = this.currentTargetElement || this._targets[0];\n this.addTargetEvents();\n }\n };\n\n _proto.toggle = function toggle(e) {\n if (this.props.disabled || !this._isMounted) {\n return e && e.preventDefault();\n }\n\n return this.props.toggle(e);\n };\n\n _proto.render = function render() {\n var _this2 = this;\n\n if (!this.props.isOpen) {\n return null;\n }\n\n this.updateTarget();\n var _this$props = this.props,\n className = _this$props.className,\n cssModule = _this$props.cssModule,\n innerClassName = _this$props.innerClassName,\n isOpen = _this$props.isOpen,\n hideArrow = _this$props.hideArrow,\n boundariesElement = _this$props.boundariesElement,\n placement = _this$props.placement,\n placementPrefix = _this$props.placementPrefix,\n arrowClassName = _this$props.arrowClassName,\n popperClassName = _this$props.popperClassName,\n container = _this$props.container,\n modifiers = _this$props.modifiers,\n offset = _this$props.offset,\n fade = _this$props.fade,\n flip = _this$props.flip,\n children = _this$props.children;\n var attributes = omit(this.props, Object.keys(propTypes));\n var popperClasses = mapToCssModules(popperClassName, cssModule);\n var classes = mapToCssModules(innerClassName, cssModule);\n return /*#__PURE__*/React.createElement(PopperContent, {\n className: className,\n target: this.currentTargetElement || this._targets[0],\n isOpen: isOpen,\n hideArrow: hideArrow,\n boundariesElement: boundariesElement,\n placement: placement,\n placementPrefix: placementPrefix,\n arrowClassName: arrowClassName,\n popperClassName: popperClasses,\n container: container,\n modifiers: modifiers,\n offset: offset,\n cssModule: cssModule,\n fade: fade,\n flip: flip\n }, function (_ref) {\n var scheduleUpdate = _ref.scheduleUpdate;\n return /*#__PURE__*/React.createElement(\"div\", _extends({}, attributes, {\n ref: _this2.getRef,\n className: classes,\n role: \"tooltip\",\n onMouseOver: _this2.onMouseOverTooltipContent,\n onMouseLeave: _this2.onMouseLeaveTooltipContent,\n onKeyDown: _this2.onEscKeyDown\n }), typeof children === 'function' ? children({\n scheduleUpdate: scheduleUpdate\n }) : children);\n });\n };\n\n return TooltipPopoverWrapper;\n}(React.Component);\n\nTooltipPopoverWrapper.propTypes = propTypes;\nTooltipPopoverWrapper.defaultProps = defaultProps;\nexport default TooltipPopoverWrapper;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport React from 'react';\nimport classNames from 'classnames';\nimport TooltipPopoverWrapper, { propTypes } from './TooltipPopoverWrapper';\nvar defaultProps = {\n placement: 'top',\n autohide: true,\n placementPrefix: 'bs-tooltip',\n trigger: 'hover focus'\n};\n\nvar Tooltip = function Tooltip(props) {\n var popperClasses = classNames('tooltip', 'show', props.popperClassName);\n var classes = classNames('tooltip-inner', props.innerClassName);\n return /*#__PURE__*/React.createElement(TooltipPopoverWrapper, _extends({}, props, {\n popperClassName: popperClasses,\n innerClassName: classes\n }));\n};\n\nTooltip.propTypes = propTypes;\nTooltip.defaultProps = defaultProps;\nexport default Tooltip;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport _assertThisInitialized from \"@babel/runtime/helpers/esm/assertThisInitialized\";\nimport _inheritsLoose from \"@babel/runtime/helpers/esm/inheritsLoose\";\n\n/* eslint react/no-find-dom-node: 0 */\n// https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-find-dom-node.md\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport { Manager } from 'react-popper';\nimport classNames from 'classnames';\nimport { DropdownContext } from './DropdownContext';\nimport { mapToCssModules, omit, keyCodes, tagPropType } from './utils';\nvar propTypes = {\n a11y: PropTypes.bool,\n disabled: PropTypes.bool,\n direction: PropTypes.oneOf(['up', 'down', 'left', 'right']),\n group: PropTypes.bool,\n isOpen: PropTypes.bool,\n nav: PropTypes.bool,\n active: PropTypes.bool,\n addonType: PropTypes.oneOfType([PropTypes.bool, PropTypes.oneOf(['prepend', 'append'])]),\n size: PropTypes.string,\n tag: tagPropType,\n toggle: PropTypes.func,\n children: PropTypes.node,\n className: PropTypes.string,\n cssModule: PropTypes.object,\n inNavbar: PropTypes.bool,\n setActiveFromChild: PropTypes.bool\n};\nvar defaultProps = {\n a11y: true,\n isOpen: false,\n direction: 'down',\n nav: false,\n active: false,\n addonType: false,\n inNavbar: false,\n setActiveFromChild: false\n};\nvar preventDefaultKeys = [keyCodes.space, keyCodes.enter, keyCodes.up, keyCodes.down, keyCodes.end, keyCodes.home];\n\nvar Dropdown = /*#__PURE__*/function (_React$Component) {\n _inheritsLoose(Dropdown, _React$Component);\n\n function Dropdown(props) {\n var _this;\n\n _this = _React$Component.call(this, props) || this;\n _this.addEvents = _this.addEvents.bind(_assertThisInitialized(_this));\n _this.handleDocumentClick = _this.handleDocumentClick.bind(_assertThisInitialized(_this));\n _this.handleKeyDown = _this.handleKeyDown.bind(_assertThisInitialized(_this));\n _this.removeEvents = _this.removeEvents.bind(_assertThisInitialized(_this));\n _this.toggle = _this.toggle.bind(_assertThisInitialized(_this));\n _this.containerRef = /*#__PURE__*/React.createRef();\n return _this;\n }\n\n var _proto = Dropdown.prototype;\n\n _proto.getContextValue = function getContextValue() {\n return {\n toggle: this.toggle,\n isOpen: this.props.isOpen,\n direction: this.props.direction === 'down' && this.props.dropup ? 'up' : this.props.direction,\n inNavbar: this.props.inNavbar,\n disabled: this.props.disabled\n };\n };\n\n _proto.componentDidMount = function componentDidMount() {\n this.handleProps();\n };\n\n _proto.componentDidUpdate = function componentDidUpdate(prevProps) {\n if (this.props.isOpen !== prevProps.isOpen) {\n this.handleProps();\n }\n };\n\n _proto.componentWillUnmount = function componentWillUnmount() {\n this.removeEvents();\n };\n\n _proto.getContainer = function getContainer() {\n return this.containerRef.current;\n };\n\n _proto.getMenuCtrl = function getMenuCtrl() {\n if (this._$menuCtrl) return this._$menuCtrl;\n this._$menuCtrl = this.getContainer().querySelector('[aria-expanded]');\n return this._$menuCtrl;\n };\n\n _proto.getMenuItems = function getMenuItems() {\n return [].slice.call(this.getContainer().querySelectorAll('[role=\"menuitem\"]'));\n };\n\n _proto.addEvents = function addEvents() {\n var _this2 = this;\n\n ['click', 'touchstart', 'keyup'].forEach(function (event) {\n return document.addEventListener(event, _this2.handleDocumentClick, true);\n });\n };\n\n _proto.removeEvents = function removeEvents() {\n var _this3 = this;\n\n ['click', 'touchstart', 'keyup'].forEach(function (event) {\n return document.removeEventListener(event, _this3.handleDocumentClick, true);\n });\n };\n\n _proto.handleDocumentClick = function handleDocumentClick(e) {\n if (e && (e.which === 3 || e.type === 'keyup' && e.which !== keyCodes.tab)) return;\n var container = this.getContainer();\n\n if (container.contains(e.target) && container !== e.target && (e.type !== 'keyup' || e.which === keyCodes.tab)) {\n return;\n }\n\n this.toggle(e);\n };\n\n _proto.handleKeyDown = function handleKeyDown(e) {\n var _this4 = this;\n\n if (/input|textarea/i.test(e.target.tagName) || keyCodes.tab === e.which && (e.target.getAttribute('role') !== 'menuitem' || !this.props.a11y)) {\n return;\n }\n\n if (preventDefaultKeys.indexOf(e.which) !== -1 || e.which >= 48 && e.which <= 90) {\n e.preventDefault();\n }\n\n if (this.props.disabled) return;\n\n if (this.getMenuCtrl() === e.target) {\n if (!this.props.isOpen && [keyCodes.space, keyCodes.enter, keyCodes.up, keyCodes.down].indexOf(e.which) > -1) {\n this.toggle(e);\n setTimeout(function () {\n return _this4.getMenuItems()[0].focus();\n });\n } else if (this.props.isOpen && e.which === keyCodes.esc) {\n this.toggle(e);\n }\n }\n\n if (this.props.isOpen && e.target.getAttribute('role') === 'menuitem') {\n if ([keyCodes.tab, keyCodes.esc].indexOf(e.which) > -1) {\n this.toggle(e);\n this.getMenuCtrl().focus();\n } else if ([keyCodes.space, keyCodes.enter].indexOf(e.which) > -1) {\n e.target.click();\n this.getMenuCtrl().focus();\n } else if ([keyCodes.down, keyCodes.up].indexOf(e.which) > -1 || [keyCodes.n, keyCodes.p].indexOf(e.which) > -1 && e.ctrlKey) {\n var $menuitems = this.getMenuItems();\n var index = $menuitems.indexOf(e.target);\n\n if (keyCodes.up === e.which || keyCodes.p === e.which && e.ctrlKey) {\n index = index !== 0 ? index - 1 : $menuitems.length - 1;\n } else if (keyCodes.down === e.which || keyCodes.n === e.which && e.ctrlKey) {\n index = index === $menuitems.length - 1 ? 0 : index + 1;\n }\n\n $menuitems[index].focus();\n } else if (keyCodes.end === e.which) {\n var _$menuitems = this.getMenuItems();\n\n _$menuitems[_$menuitems.length - 1].focus();\n } else if (keyCodes.home === e.which) {\n var _$menuitems2 = this.getMenuItems();\n\n _$menuitems2[0].focus();\n } else if (e.which >= 48 && e.which <= 90) {\n var _$menuitems3 = this.getMenuItems();\n\n var charPressed = String.fromCharCode(e.which).toLowerCase();\n\n for (var i = 0; i < _$menuitems3.length; i += 1) {\n var firstLetter = _$menuitems3[i].textContent && _$menuitems3[i].textContent[0].toLowerCase();\n\n if (firstLetter === charPressed) {\n _$menuitems3[i].focus();\n\n break;\n }\n }\n }\n }\n };\n\n _proto.handleProps = function handleProps() {\n if (this.props.isOpen) {\n this.addEvents();\n } else {\n this.removeEvents();\n }\n };\n\n _proto.toggle = function toggle(e) {\n if (this.props.disabled) {\n return e && e.preventDefault();\n }\n\n return this.props.toggle(e);\n };\n\n _proto.render = function render() {\n var _classNames, _ref;\n\n var _omit = omit(this.props, ['toggle', 'disabled', 'inNavbar', 'a11y']),\n className = _omit.className,\n cssModule = _omit.cssModule,\n direction = _omit.direction,\n isOpen = _omit.isOpen,\n group = _omit.group,\n size = _omit.size,\n nav = _omit.nav,\n setActiveFromChild = _omit.setActiveFromChild,\n active = _omit.active,\n addonType = _omit.addonType,\n tag = _omit.tag,\n attrs = _objectWithoutPropertiesLoose(_omit, [\"className\", \"cssModule\", \"direction\", \"isOpen\", \"group\", \"size\", \"nav\", \"setActiveFromChild\", \"active\", \"addonType\", \"tag\"]);\n\n var Tag = tag || (nav ? 'li' : 'div');\n var subItemIsActive = false;\n\n if (setActiveFromChild) {\n React.Children.map(this.props.children[1].props.children, function (dropdownItem) {\n if (dropdownItem && dropdownItem.props.active) subItemIsActive = true;\n });\n }\n\n var classes = mapToCssModules(classNames(className, direction !== 'down' && \"drop\" + direction, nav && active ? 'active' : false, setActiveFromChild && subItemIsActive ? 'active' : false, (_classNames = {}, _classNames[\"input-group-\" + addonType] = addonType, _classNames['btn-group'] = group, _classNames[\"btn-group-\" + size] = !!size, _classNames.dropdown = !group && !addonType, _classNames.show = isOpen, _classNames['nav-item'] = nav, _classNames)), cssModule);\n return /*#__PURE__*/React.createElement(DropdownContext.Provider, {\n value: this.getContextValue()\n }, /*#__PURE__*/React.createElement(Manager, null, /*#__PURE__*/React.createElement(Tag, _extends({}, attrs, (_ref = {}, _ref[typeof Tag === 'string' ? 'ref' : 'innerRef'] = this.containerRef, _ref), {\n onKeyDown: this.handleKeyDown,\n className: classes\n }))));\n };\n\n return Dropdown;\n}(React.Component);\n\nDropdown.propTypes = propTypes;\nDropdown.defaultProps = defaultProps;\nexport default Dropdown;","import _defineProperty from \"@babel/runtime/helpers/esm/defineProperty\";\nimport _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _assertThisInitialized from \"@babel/runtime/helpers/esm/assertThisInitialized\";\nimport _inheritsLoose from \"@babel/runtime/helpers/esm/inheritsLoose\";\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nimport React, { Component } from 'react';\nimport PropTypes from 'prop-types';\nimport Dropdown from './Dropdown';\nimport { omit } from './utils';\nvar omitKeys = ['defaultOpen'];\n\nvar UncontrolledDropdown = /*#__PURE__*/function (_Component) {\n _inheritsLoose(UncontrolledDropdown, _Component);\n\n function UncontrolledDropdown(props) {\n var _this;\n\n _this = _Component.call(this, props) || this;\n _this.state = {\n isOpen: props.defaultOpen || false\n };\n _this.toggle = _this.toggle.bind(_assertThisInitialized(_this));\n return _this;\n }\n\n var _proto = UncontrolledDropdown.prototype;\n\n _proto.toggle = function toggle(e) {\n this.setState({\n isOpen: !this.state.isOpen\n });\n\n if (this.props.onToggle) {\n this.props.onToggle(e, !this.state.isOpen);\n }\n };\n\n _proto.render = function render() {\n return /*#__PURE__*/React.createElement(Dropdown, _extends({\n isOpen: this.state.isOpen,\n toggle: this.toggle\n }, omit(this.props, omitKeys)));\n };\n\n return UncontrolledDropdown;\n}(Component);\n\nexport { UncontrolledDropdown as default };\nUncontrolledDropdown.propTypes = _objectSpread({\n defaultOpen: PropTypes.bool,\n onToggle: PropTypes.func\n}, Dropdown.propTypes);","import _extends from \"@babel/runtime/helpers/extends\";\nimport _assertThisInitialized from \"@babel/runtime/helpers/assertThisInitialized\";\nimport _inheritsLoose from \"@babel/runtime/helpers/inheritsLoose\";\nimport _defineProperty from \"@babel/runtime/helpers/defineProperty\";\nimport * as React from 'react';\nimport warning from 'warning';\nimport { ManagerReferenceNodeSetterContext } from './Manager';\nimport { safeInvoke, unwrapArray, setRef } from './utils';\n\nvar InnerReference =\n/*#__PURE__*/\nfunction (_React$Component) {\n _inheritsLoose(InnerReference, _React$Component);\n\n function InnerReference() {\n var _this;\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n _this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this;\n\n _defineProperty(_assertThisInitialized(_this), \"refHandler\", function (node) {\n setRef(_this.props.innerRef, node);\n safeInvoke(_this.props.setReferenceNode, node);\n });\n\n return _this;\n }\n\n var _proto = InnerReference.prototype;\n\n _proto.componentWillUnmount = function componentWillUnmount() {\n setRef(this.props.innerRef, null);\n };\n\n _proto.render = function render() {\n warning(Boolean(this.props.setReferenceNode), '`Reference` should not be used outside of a `Manager` component.');\n return unwrapArray(this.props.children)({\n ref: this.refHandler\n });\n };\n\n return InnerReference;\n}(React.Component);\n\nexport default function Reference(props) {\n return React.createElement(ManagerReferenceNodeSetterContext.Consumer, null, function (setReferenceNode) {\n return React.createElement(InnerReference, _extends({\n setReferenceNode: setReferenceNode\n }, props));\n });\n}","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport _assertThisInitialized from \"@babel/runtime/helpers/esm/assertThisInitialized\";\nimport _inheritsLoose from \"@babel/runtime/helpers/esm/inheritsLoose\";\nimport React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { Reference } from 'react-popper';\nimport { DropdownContext } from './DropdownContext';\nimport { mapToCssModules, tagPropType } from './utils';\nimport Button from './Button';\nvar propTypes = {\n caret: PropTypes.bool,\n color: PropTypes.string,\n children: PropTypes.node,\n className: PropTypes.string,\n cssModule: PropTypes.object,\n disabled: PropTypes.bool,\n onClick: PropTypes.func,\n 'aria-haspopup': PropTypes.bool,\n split: PropTypes.bool,\n tag: tagPropType,\n nav: PropTypes.bool\n};\nvar defaultProps = {\n 'aria-haspopup': true,\n color: 'secondary'\n};\n\nvar DropdownToggle = /*#__PURE__*/function (_React$Component) {\n _inheritsLoose(DropdownToggle, _React$Component);\n\n function DropdownToggle(props) {\n var _this;\n\n _this = _React$Component.call(this, props) || this;\n _this.onClick = _this.onClick.bind(_assertThisInitialized(_this));\n return _this;\n }\n\n var _proto = DropdownToggle.prototype;\n\n _proto.onClick = function onClick(e) {\n if (this.props.disabled || this.context.disabled) {\n e.preventDefault();\n return;\n }\n\n if (this.props.nav && !this.props.tag) {\n e.preventDefault();\n }\n\n if (this.props.onClick) {\n this.props.onClick(e);\n }\n\n this.context.toggle(e);\n };\n\n _proto.render = function render() {\n var _this2 = this;\n\n var _this$props = this.props,\n className = _this$props.className,\n color = _this$props.color,\n cssModule = _this$props.cssModule,\n caret = _this$props.caret,\n split = _this$props.split,\n nav = _this$props.nav,\n tag = _this$props.tag,\n innerRef = _this$props.innerRef,\n props = _objectWithoutPropertiesLoose(_this$props, [\"className\", \"color\", \"cssModule\", \"caret\", \"split\", \"nav\", \"tag\", \"innerRef\"]);\n\n var ariaLabel = props['aria-label'] || 'Toggle Dropdown';\n var classes = mapToCssModules(classNames(className, {\n 'dropdown-toggle': caret || split,\n 'dropdown-toggle-split': split,\n 'nav-link': nav\n }), cssModule);\n var children = typeof props.children !== 'undefined' ? props.children : /*#__PURE__*/React.createElement(\"span\", {\n className: \"sr-only\"\n }, ariaLabel);\n var Tag;\n\n if (nav && !tag) {\n Tag = 'a';\n props.href = '#';\n } else if (!tag) {\n Tag = Button;\n props.color = color;\n props.cssModule = cssModule;\n } else {\n Tag = tag;\n }\n\n if (this.context.inNavbar) {\n return /*#__PURE__*/React.createElement(Tag, _extends({}, props, {\n className: classes,\n onClick: this.onClick,\n \"aria-expanded\": this.context.isOpen,\n children: children\n }));\n }\n\n return /*#__PURE__*/React.createElement(Reference, {\n innerRef: innerRef\n }, function (_ref) {\n var _ref2;\n\n var ref = _ref.ref;\n return /*#__PURE__*/React.createElement(Tag, _extends({}, props, (_ref2 = {}, _ref2[typeof Tag === 'string' ? 'ref' : 'innerRef'] = ref, _ref2), {\n className: classes,\n onClick: _this2.onClick,\n \"aria-expanded\": _this2.context.isOpen,\n children: children\n }));\n });\n };\n\n return DropdownToggle;\n}(React.Component);\n\nDropdownToggle.propTypes = propTypes;\nDropdownToggle.defaultProps = defaultProps;\nDropdownToggle.contextType = DropdownContext;\nexport default DropdownToggle;"],"sourceRoot":""} \ No newline at end of file
diff --git a/databases/prometheus/files/react/static/js/main.ca4ac742.chunk.js b/databases/prometheus/files/react/static/js/main.ca4ac742.chunk.js
new file mode 100644
index 00000000000..04ce3bb8aaf
--- /dev/null
+++ b/databases/prometheus/files/react/static/js/main.ca4ac742.chunk.js
@@ -0,0 +1,2 @@
+(this.webpackJsonpgraph=this.webpackJsonpgraph||[]).push([[0],{113:function(e,t,a){},124:function(e,t){!function(e){e.color={},e.color.make=function(t,a,n,r){var o={};return o.r=t||0,o.g=a||0,o.b=n||0,o.a=null!=r?r:1,o.add=function(e,t){for(var a=0;a<e.length;++a)o[e.charAt(a)]+=t;return o.normalize()},o.scale=function(e,t){for(var a=0;a<e.length;++a)o[e.charAt(a)]*=t;return o.normalize()},o.toString=function(){return o.a>=1?"rgb("+[o.r,o.g,o.b].join(",")+")":"rgba("+[o.r,o.g,o.b,o.a].join(",")+")"},o.normalize=function(){function e(e,t,a){return t<e?e:t>a?a:t}return o.r=e(0,parseInt(o.r),255),o.g=e(0,parseInt(o.g),255),o.b=e(0,parseInt(o.b),255),o.a=e(0,o.a,1),o},o.clone=function(){return e.color.make(o.r,o.b,o.g,o.a)},o.normalize()},e.color.extract=function(t,a){var n;do{if(""!=(n=t.css(a).toLowerCase())&&"transparent"!=n)break;t=t.parent()}while(t.length&&!e.nodeName(t.get(0),"body"));return"rgba(0, 0, 0, 0)"==n&&(n="transparent"),e.color.parse(n)},e.color.parse=function(a){var n,r=e.color.make;if(n=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(a))return r(parseInt(n[1],10),parseInt(n[2],10),parseInt(n[3],10));if(n=/rgba\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(a))return r(parseInt(n[1],10),parseInt(n[2],10),parseInt(n[3],10),parseFloat(n[4]));if(n=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(a))return r(2.55*parseFloat(n[1]),2.55*parseFloat(n[2]),2.55*parseFloat(n[3]));if(n=/rgba\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(a))return r(2.55*parseFloat(n[1]),2.55*parseFloat(n[2]),2.55*parseFloat(n[3]),parseFloat(n[4]));if(n=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(a))return r(parseInt(n[1],16),parseInt(n[2],16),parseInt(n[3],16));if(n=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(a))return r(parseInt(n[1]+n[1],16),parseInt(n[2]+n[2],16),parseInt(n[3]+n[3],16));var o=e.trim(a).toLowerCase();return"transparent"==o?r(255,255,255,0):r((n=t[o]||[0,0,0])[0],n[1],n[2])};var t={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0]}}(window.jQuery),function(e){var t=Object.prototype.hasOwnProperty;function a(t,a){var n=a.children("."+t)[0];if(null==n&&((n=document.createElement("canvas")).className=t,e(n).css({direction:"ltr",position:"absolute",left:0,top:0}).appendTo(a),!n.getContext)){if(!window.G_vmlCanvasManager)throw new Error("Canvas is not available. If you're using IE with a fall-back such as Excanvas, then there's either a mistake in your conditional include, or the page has no DOCTYPE and is rendering in Quirks Mode.");n=window.G_vmlCanvasManager.initElement(n)}this.element=n;var r=this.context=n.getContext("2d"),o=window.devicePixelRatio||1,i=r.webkitBackingStorePixelRatio||r.mozBackingStorePixelRatio||r.msBackingStorePixelRatio||r.oBackingStorePixelRatio||r.backingStorePixelRatio||1;this.pixelRatio=o/i,this.resize(a.width(),a.height()),this.textContainer=null,this.text={},this._textCache={},this._textSizeCache=window.flotTextSizeCache=window.flotTextSizeCache||{}}function n(t,n,r,o){var i=[],l={colors:["#edc240","#afd8f8","#cb4b4b","#4da74d","#9440ed"],legend:{show:!0,noColumns:1,labelFormatter:null,labelBoxBorderColor:"#ccc",container:null,position:"ne",margin:5,backgroundColor:null,backgroundOpacity:.85,sorted:null},xaxis:{show:null,position:"bottom",mode:null,font:null,color:null,tickColor:null,transform:null,inverseTransform:null,min:null,max:null,autoscaleMargin:null,ticks:null,tickFormatter:null,labelWidth:null,labelHeight:null,reserveSpace:null,tickLength:null,alignTicksWithAxis:null,tickDecimals:null,tickSize:null,minTickSize:null},yaxis:{autoscaleMargin:.02,position:"left"},xaxes:[],yaxes:[],series:{points:{show:!1,radius:3,lineWidth:2,fill:!0,fillColor:"#ffffff",symbol:"circle"},lines:{lineWidth:2,fill:!1,fillColor:null,steps:!1},bars:{show:!1,lineWidth:2,barWidth:1,fill:!0,fillColor:null,align:"left",horizontal:!1,zero:!0},shadowSize:3,highlightColor:null},grid:{show:!0,aboveData:!1,color:"#545454",backgroundColor:null,borderColor:null,tickColor:null,margin:0,labelMargin:5,eventSectionHeight:0,axisMargin:8,borderWidth:2,minBorderMargin:null,markings:null,markingsColor:"#f4f4f4",markingsLineWidth:2,clickable:!1,hoverable:!1,autoHighlight:!0,mouseActiveRadius:10},interaction:{redrawOverlayInterval:1e3/60},hooks:{}},s=null,c=null,u=null,m=null,h=null,d=[],p=[],f={left:0,right:0,top:0,bottom:0},g=0,v=0,b={processOptions:[],processRawData:[],processDatapoints:[],processOffset:[],processRange:[],drawBackground:[],drawSeries:[],draw:[],bindEvents:[],drawOverlay:[],shutdown:[]},x=this;function y(e,t){t=[x].concat(t);for(var a=0;a<e.length;++a)e[a].apply(this,t)}function E(t){i=function(t){for(var a=[],n=0;n<t.length;++n){var r=e.extend(!0,{},l.series);null!=t[n].data?(r.data=t[n].data,delete t[n].data,e.extend(!0,r,t[n]),t[n].data=r.data):r.data=t[n],a.push(r)}return a}(t),function(){var t,a=i.length,n=-1;for(t=0;t<i.length;++t){var r=i[t].color;null!=r&&(a--,"number"==typeof r&&r>n&&(n=r))}a<=n&&(a=n+1);var o,s=[],c=l.colors,u=c.length,m=0;for(t=0;t<a;t++)o=e.color.parse(c[t%u]||"#666"),t%u==0&&t&&(m=m>=0?m<.5?-m-.2:0:-m),s[t]=o.scale("rgb",1+m);var h,f=0;for(t=0;t<i.length;++t){if(null==(h=i[t]).color?(h.color=s[f].toString(),++f):"number"==typeof h.color&&(h.color=s[h.color].toString()),null==h.lines.show){var g,v=!0;for(g in h)if(h[g]&&h[g].show){v=!1;break}v&&(h.lines.show=!0)}null==h.lines.zero&&(h.lines.zero=!!h.lines.fill),h.xaxis=T(d,k(h,"x")),h.yaxis=T(p,k(h,"y"))}}(),function(){var t,a,n,r,o,l,s,c,u,m,h,d,p=Number.POSITIVE_INFINITY,f=Number.NEGATIVE_INFINITY,g=Number.MAX_VALUE;function v(e,t,a){t<e.datamin&&t!=-g&&(e.datamin=t),a>e.datamax&&a!=g&&(e.datamax=a)}for(e.each(w(),(function(e,t){t.datamin=p,t.datamax=f,t.used=!1})),t=0;t<i.length;++t)(o=i[t]).datapoints={points:[]},y(b.processRawData,[o,o.data,o.datapoints]);for(t=0;t<i.length;++t){if(o=i[t],h=o.data,!(d=o.datapoints.format)){if((d=[]).push({x:!0,number:!0,required:!0}),d.push({y:!0,number:!0,required:!0}),o.stack||o.bars.show||o.lines.show&&o.lines.fill){var x=!!(o.bars.show&&o.bars.zero||o.lines.show&&o.lines.zero);d.push({y:!0,number:!0,required:!1,defaultValue:0,autoscale:x}),o.bars.horizontal&&(delete d[d.length-1].y,d[d.length-1].x=!0)}o.datapoints.format=d}if(null==o.datapoints.pointsize){o.datapoints.pointsize=d.length,s=o.datapoints.pointsize,l=o.datapoints.points;var E=o.lines.show&&o.lines.steps;for(o.xaxis.used=o.yaxis.used=!0,a=n=0;a<h.length;++a,n+=s){var k=null==(m=h[a]);if(!k)for(r=0;r<s;++r)c=m[r],(u=d[r])&&(u.number&&null!=c&&(c=+c,isNaN(c)?c=null:c==1/0?c=g:c==-1/0&&(c=-g)),null==c&&(u.required&&(k=!0),null!=u.defaultValue&&(c=u.defaultValue))),l[n+r]=c;if(k)for(r=0;r<s;++r)null!=(c=l[n+r])&&!1!==(u=d[r]).autoscale&&(u.x&&v(o.xaxis,c,c),u.y&&v(o.yaxis,c,c)),l[n+r]=null;if(E&&n>0&&(!k||null!=l[n-s])){for(r=0;r<s;++r)l[n+s+r]=l[n+r];l[n+1]=l[n-s+1]||0,k&&(l[n]=m[0]),n+=s}}}}for(t=0;t<i.length;++t){if(o=i[t],l=o.datapoints.points,s=o.datapoints.pointsize,"negative-Y"===o.transform)for(a=0;a<l.length;a+=s)null!=l[a]&&(c=l[a+1],l[a+1]=-c);y(b.processDatapoints,[o,o.datapoints])}for(t=0;t<i.length;++t){o=i[t],l=o.datapoints.points,s=o.datapoints.pointsize,d=o.datapoints.format;var S=p,T=p,C=f,O=f;for(a=0;a<l.length;a+=s)if(null!=l[a])for(r=0;r<s;++r)c=l[a+r],(u=d[r])&&!1!==u.autoscale&&c!=g&&c!=-g&&(u.x&&(c<S&&(S=c),c>C&&(C=c)),u.y&&(c<T&&(T=c),c>O&&(O=c)));if(o.bars.show){var M;switch(o.bars.align){case"left":M=0;break;case"right":M=-o.bars.barWidth;break;default:M=-o.bars.barWidth/2}o.bars.horizontal?(T+=M,O+=M+o.bars.barWidth):(S+=M,C+=M+o.bars.barWidth)}v(o.xaxis,S,C),v(o.yaxis,T,O)}e.each(w(),(function(e,t){t.datamin==p&&(t.datamin=null),t.datamax==f&&(t.datamax=null)}))}()}function k(e,t){var a=e[t+"axis"];return"object"==typeof a&&(a=a.n),"number"!=typeof a&&(a=1),a}function w(){return e.grep(d.concat(p),(function(e){return e}))}function S(e){var t,a,n={};for(t=0;t<d.length;++t)(a=d[t])&&(n["x"+a.n]=a.c2p(e.left));for(t=0;t<p.length;++t)(a=p[t])&&(n["y"+a.n]=a.c2p(e.top));return void 0!==n.x1&&(n.x=n.x1),void 0!==n.y1&&(n.y=n.y1),n}function T(t,a){return t[a-1]||(t[a-1]={n:a,direction:t==d?"x":"y",options:e.extend(!0,{},t==d?l.xaxis:l.yaxis)}),t[a-1]}function C(){H&&clearTimeout(H),u.unbind("mousemove",q),u.unbind("mouseleave",B),u.unbind("click",U),y(b.shutdown,[u])}function O(e){for(var t=e.options,a=e.ticks||[],n=t.labelWidth||0,r=t.labelHeight||0,o=n||("x"==e.direction?Math.floor(s.width/(a.length||1)):null),i=e.direction+"Axis "+e.direction+e.n+"Axis",l="flot-"+e.direction+"-axis flot-"+e.direction+e.n+"-axis "+i,c=t.font||"flot-tick-label tickLabel",u=0;u<a.length;++u){var m=a[u];if(m.label){var h=s.getTextInfo(l,m.label,c,null,o);n=Math.max(n,h.width+1),r=Math.max(r,h.height)}}e.labelWidth=t.labelWidth||n,e.labelHeight=t.labelHeight||r}function M(t){var a=t.labelWidth,n=t.labelHeight,r=t.options.position,o="x"===t.direction,i=t.options.tickLength,c=l.grid.axisMargin,u=l.grid.labelMargin,m=l.grid.eventSectionHeight,h=!0,g=!0,v=!0,b=!1;e.each(o?d:p,(function(e,a){a&&(a.show||a.reserveSpace)&&(a===t?b=!0:a.options.position===r&&(b?g=!1:h=!1),b||(v=!1))})),g&&(c=0),null==i&&(i=v?"full":5),isNaN(+i)||(u+=+i),o?(n+=u,n+=m,"bottom"==r?(f.bottom+=n+c,t.box={top:s.height-f.bottom,height:n}):(t.box={top:f.top+c,height:n},f.top+=n+c)):(a+=u,"left"==r?(t.box={left:f.left+c,width:a},f.left+=a+c):(f.right+=a+c,t.box={left:s.width-f.right,width:a})),t.position=r,t.tickLength=i,t.box.padding=u,t.box.eventSectionPadding=m,t.innermost=h}function j(){var a,n,r=w(),o=l.grid.show;for(var c in f){var u=l.grid.margin||0;f[c]="number"==typeof u?u:u[c]||0}for(var c in y(b.processOffset,[f]),f)"object"==typeof l.grid.borderWidth?f[c]+=o?l.grid.borderWidth[c]:0:f[c]+=o?l.grid.borderWidth:0;(e.each(r,(function(e,t){var a=t.options;t.show=null==a.show?t.used:a.show,t.reserveSpace=null==a.reserveSpace?t.show:a.reserveSpace,function(e){var t=e.options,a=+(null!=t.min?t.min:e.datamin),n=+(null!=t.max?t.max:e.datamax),r=n-a;if(0==r){var o=Math.abs(0==n?1:.25*n);null==t.min&&(a-=o),null!=t.max&&null==t.min||(n+=o)}else{var i=t.autoscaleMargin;null!=i&&(null==t.min&&(a-=r*i)<0&&null!=e.datamin&&e.datamin>=0&&(a=0),null==t.max&&(n+=r*i)>0&&null!=e.datamax&&e.datamax<=0&&(n=0))}e.min=a,e.max=n}(t)})),y(b.processRange,[]),o)&&function(){a=e.grep(r,(function(e){return e.show||e.reserveSpace}));var t=!1;for(n=0;n<2&&(e.each(a,(function(e,a){N(a),_(a),t=L(a,a.ticks)||t,O(a)})),t&&b.processRange.length>0);n++)y(b.processRange,[]),t=!1;for(n=a.length-1;n>=0;--n)M(a[n]);!function(){var t,a=l.grid.minBorderMargin;if(null==a)for(a=0,t=0;t<i.length;++t)a=Math.max(a,2*(i[t].points.radius+i[t].points.lineWidth/2));var n={left:a,right:a,top:a,bottom:a};e.each(w(),(function(e,t){t.reserveSpace&&t.ticks&&t.ticks.length&&("x"===t.direction?(n.left=Math.max(n.left,t.labelWidth/2),n.right=Math.max(n.right,t.labelWidth/2)):(n.bottom=Math.max(n.bottom,t.labelHeight/2),n.top=Math.max(n.top,t.labelHeight/2)))})),f.left=Math.ceil(Math.max(n.left,f.left)),f.right=Math.ceil(Math.max(n.right,f.right)),f.top=Math.ceil(Math.max(n.top,f.top)),f.bottom=Math.ceil(Math.max(n.bottom,f.bottom))}(),e.each(a,(function(e,t){!function(e){"x"==e.direction?(e.box.left=f.left-e.labelWidth/2,e.box.width=s.width-f.left-f.right+e.labelWidth):(e.box.top=f.top-e.labelHeight/2,e.box.height=s.height-f.bottom-f.top+e.labelHeight)}(t)}))}();g=s.width-f.left-f.right,v=s.height-f.bottom-f.top,e.each(r,(function(e,t){!function(e){function t(e){return e}var a,n,r=e.options.transform||t,o=e.options.inverseTransform;"x"==e.direction?(a=e.scale=g/Math.abs(r(e.max)-r(e.min)),n=Math.min(r(e.max),r(e.min))):(a=-(a=e.scale=v/Math.abs(r(e.max)-r(e.min))),n=Math.max(r(e.max),r(e.min))),e.p2c=r==t?function(e){return(e-n)*a}:function(e){return(r(e)-n)*a},e.c2p=o?function(e){return o(n+e/a)}:function(e){return n+e/a}}(t)})),o&&e.each(w(),(function(e,t){var a,n,r,o,i,l=t.box,c=t.direction+"Axis "+t.direction+t.n+"Axis",u="flot-"+t.direction+"-axis flot-"+t.direction+t.n+"-axis "+c,m=t.options.font||"flot-tick-label tickLabel";if(s.removeText(u),t.show&&0!=t.ticks.length)for(var h=0;h<t.ticks.length;++h)!(a=t.ticks[h]).label||a.v<t.min||a.v>t.max||("x"==t.direction?(o="center",n=f.left+t.p2c(a.v),"bottom"==t.position?r=l.top+l.padding+l.eventSectionPadding:(r=l.top+l.height-l.padding,i="bottom")):(i="middle",r=f.top+t.p2c(a.v),"left"==t.position?(n=l.left+l.width-l.padding,o="right"):n=l.left+l.padding),s.addText(u,n,r,a.label,m,null,null,o,i))})),function(){null!=l.legend.container?e(l.legend.container).html(""):t.find(".legend").remove();if(!l.legend.show)return;for(var a,n,r=[],o=[],s=!1,c=l.legend.labelFormatter,u=0;u<i.length;++u)(a=i[u]).label&&(n=c?c(a.label,a):a.label)&&o.push({label:n,color:a.color});if(l.legend.sorted)if(e.isFunction(l.legend.sorted))o.sort(l.legend.sorted);else if("reverse"==l.legend.sorted)o.reverse();else{var m="descending"!=l.legend.sorted;o.sort((function(e,t){return e.label==t.label?0:e.label<t.label!=m?1:-1}))}for(u=0;u<o.length;++u){var h=o[u];u%l.legend.noColumns==0&&(s&&r.push("</tr>"),r.push("<tr>"),s=!0),r.push('<td class="legendColorBox"><div style="border:1px solid '+l.legend.labelBoxBorderColor+';padding:1px"><div style="width:4px;height:0;border:5px solid '+h.color+';overflow:hidden"></div></div></td><td class="legendLabel">'+h.label+"</td>")}s&&r.push("</tr>");if(0==r.length)return;var d='<table style="font-size:smaller;color:'+l.grid.color+'">'+r.join("")+"</table>";if(null!=l.legend.container)e(l.legend.container).html(d);else{var p="",g=l.legend.position,v=l.legend.margin;null==v[0]&&(v=[v,v]),"n"==g.charAt(0)?p+="top:"+(v[1]+f.top)+"px;":"s"==g.charAt(0)&&(p+="bottom:"+(v[1]+f.bottom)+"px;"),"e"==g.charAt(1)?p+="right:"+(v[0]+f.right)+"px;":"w"==g.charAt(1)&&(p+="left:"+(v[0]+f.left)+"px;");var b=e('<div class="legend">'+d.replace('style="','style="position:absolute;'+p+";")+"</div>").appendTo(t);if(0!=l.legend.backgroundOpacity){var x=l.legend.backgroundColor;null==x&&((x=(x=l.grid.backgroundColor)&&"string"==typeof x?e.color.parse(x):e.color.extract(b,"background-color")).a=1,x=x.toString());var y=b.children();e('<div style="position:absolute;width:'+y.width()+"px;height:"+y.height()+"px;"+p+"background-color:"+x+';"> </div>').prependTo(b).css("opacity",l.legend.backgroundOpacity)}}}()}function N(t){var a,n=t.options;a="number"==typeof n.ticks&&n.ticks>0?n.ticks:.3*Math.sqrt("x"==t.direction?s.width:s.height);var r=(t.max-t.min)/a,o=-Math.floor(Math.log(r)/Math.LN10),i=n.tickDecimals;null!=i&&o>i&&(o=i);var l,c=Math.pow(10,-o),u=r/c;if(u<1.5?l=1:u<3?(l=2,u>2.25&&(null==i||o+1<=i)&&(l=2.5,++o)):l=u<7.5?5:10,l*=c,null!=n.minTickSize&&l<n.minTickSize&&(l=n.minTickSize),t.delta=r,t.tickDecimals=Math.max(0,null!=i?i:o),t.tickSize=n.tickSize||l,null!==n.tickDecimals&&void 0!==n.tickDecimals||(t.scaledDecimals=t.tickDecimals+o),"time"==n.mode&&!t.tickGenerator)throw new Error("Time mode requires the flot.time plugin.");if(t.tickGenerator||(t.tickGenerator=function(e){var t,a,n,r=[],o=(a=e.min,(n=e.tickSize)*Math.floor(a/n)),i=0,l=Number.NaN;do{t=l,l=o+i*e.tickSize,r.push(l),++i}while(l<e.max&&l!=t);return r},t.tickFormatter=function(e,t){var a=t.tickDecimals?Math.pow(10,t.tickDecimals):1,n=""+Math.round(e*a)/a;if(null!=t.tickDecimals){var r=n.indexOf("."),o=-1==r?0:n.length-r-1;if(o<t.tickDecimals)return(o?n:n+".")+(""+a).substr(1,t.tickDecimals-o)}return n}),e.isFunction(n.tickFormatter)&&(t.tickFormatter=function(e,t){return""+n.tickFormatter(e,t)}),null!=n.alignTicksWithAxis){var m=("x"==t.direction?d:p)[n.alignTicksWithAxis-1];if(m&&m.used&&m!=t){var h=t.tickGenerator(t);if(h.length>0&&(null==n.min&&(t.min=Math.min(t.min,h[0])),null==n.max&&h.length>1&&(t.max=Math.max(t.max,h[h.length-1]))),t.tickGenerator=function(e){var t,a,n=[];for(a=0;a<m.ticks.length;++a)t=(m.ticks[a].v-m.min)/(m.max-m.min),t=e.min+t*(e.max-e.min),n.push(t);return n},!t.mode&&null==n.tickDecimals){var f=Math.max(0,1-Math.floor(Math.log(t.delta)/Math.LN10)),g=t.tickGenerator(t);g.length>1&&/\..*0$/.test((g[1]-g[0]).toFixed(f))||(t.tickDecimals=f)}}}}function _(t){var a,n,r=t.options.ticks,o=[];for(null==r||"number"==typeof r&&r>0?o=t.tickGenerator(t):r&&(o=e.isFunction(r)?r(t):r),t.ticks=[],a=0;a<o.length;++a){var i=null,l=o[a];"object"==typeof l?(n=+l[0],l.length>1&&(i=l[1])):n=+l,null==i&&(i=t.tickFormatter(n,t)),isNaN(n)||t.ticks.push({v:n,label:i})}}function L(e,t){var a=!1;return e.options.autoscaleMargin&&t.length>0&&(null==e.options.min&&(e.min=Math.min(e.min,t[0].v),a=!0),null==e.options.max&&t.length>1&&(e.max=Math.max(e.max,t[t.length-1].v),a=!0)),a}function z(){s.clear(),y(b.drawBackground,[m]);var e=l.grid;e.show&&e.backgroundColor&&(m.save(),m.translate(f.left,f.top),m.fillStyle=Z(l.grid.backgroundColor,v,0,"rgba(255, 255, 255, 0)"),m.fillRect(0,0,g,v),m.restore()),e.show&&!e.aboveData&&F();for(var t=0;t<i.length;++t)y(b.drawSeries,[m,i[t]]),D(i[t]);y(b.draw,[m]),e.show&&e.aboveData&&F(),s.render(),Y()}function I(e,t){for(var a,n,r,o,i=w(),l=0;l<i.length;++l)if((a=i[l]).direction==t&&(e[o=t+a.n+"axis"]||1!=a.n||(o=t+"axis"),e[o])){n=e[o].from,r=e[o].to;break}if(e[o]||(a="x"==t?d[0]:p[0],n=e[t+"1"],r=e[t+"2"]),null!=n&&null!=r&&n>r){var s=n;n=r,r=s}return{from:n,to:r,axis:a}}function F(){var t,a,n,r;m.save(),m.translate(f.left,f.top);var o=l.grid.markings;if(o)for(e.isFunction(o)&&((a=x.getAxes()).xmin=a.xaxis.min,a.xmax=a.xaxis.max,a.ymin=a.yaxis.min,a.ymax=a.yaxis.max,o=o(a)),t=0;t<o.length;++t){var i=o[t],s=I(i,"x"),c=I(i,"y");if(null==s.from&&(s.from=s.axis.min),null==s.to&&(s.to=s.axis.max),null==c.from&&(c.from=c.axis.min),null==c.to&&(c.to=c.axis.max),!(s.to<s.axis.min||s.from>s.axis.max||c.to<c.axis.min||c.from>c.axis.max)){s.from=Math.max(s.from,s.axis.min),s.to=Math.min(s.to,s.axis.max),c.from=Math.max(c.from,c.axis.min),c.to=Math.min(c.to,c.axis.max);var u=s.from===s.to,h=c.from===c.to;if(!u||!h)if(s.from=Math.floor(s.axis.p2c(s.from)),s.to=Math.floor(s.axis.p2c(s.to)),c.from=Math.floor(c.axis.p2c(c.from)),c.to=Math.floor(c.axis.p2c(c.to)),u||h){var d=i.lineWidth||l.grid.markingsLineWidth,p=d%2?.5:0;m.beginPath(),m.strokeStyle=i.color||l.grid.markingsColor,m.lineWidth=d,u?(m.moveTo(s.to+p,c.from),m.lineTo(s.to+p,c.to)):(m.moveTo(s.from,c.to+p),m.lineTo(s.to,c.to+p)),m.stroke()}else m.fillStyle=i.color||l.grid.markingsColor,m.fillRect(s.from,c.to,s.to-s.from,c.from-c.to)}}a=w(),n=l.grid.borderWidth;for(var b=0;b<a.length;++b){var y,E,k,S,T=a[b],C=T.box,O=T.tickLength;if(T.show&&0!=T.ticks.length){for(m.lineWidth=1,"x"==T.direction?(y=0,E="full"==O?"top"==T.position?0:v:C.top-f.top+("top"==T.position?C.height:0)):(E=0,y="full"==O?"left"==T.position?0:g:C.left-f.left+("left"==T.position?C.width:0)),T.innermost||(m.strokeStyle=T.options.color,m.beginPath(),k=S=0,"x"==T.direction?k=g+1:S=v+1,1==m.lineWidth&&("x"==T.direction?E=Math.floor(E)+.5:y=Math.floor(y)+.5),m.moveTo(y,E),m.lineTo(y+k,E+S),m.stroke()),m.strokeStyle=T.options.tickColor,m.beginPath(),t=0;t<T.ticks.length;++t){var M=T.ticks[t].v;k=S=0,isNaN(M)||M<T.min||M>T.max||"full"==O&&("object"==typeof n&&n[T.position]>0||n>0)&&(M==T.min||M==T.max)||("x"==T.direction?(y=T.p2c(M),S="full"==O?-v:O,"top"==T.position&&(S=-S)):(E=T.p2c(M),k="full"==O?-g:O,"left"==T.position&&(k=-k)),1==m.lineWidth&&("x"==T.direction?y=Math.floor(y)+.5:E=Math.floor(E)+.5),m.moveTo(y,E),m.lineTo(y+k,E+S))}m.stroke()}}n&&(r=l.grid.borderColor,"object"==typeof n||"object"==typeof r?("object"!==typeof n&&(n={top:n,right:n,bottom:n,left:n}),"object"!==typeof r&&(r={top:r,right:r,bottom:r,left:r}),n.top>0&&(m.strokeStyle=r.top,m.lineWidth=n.top,m.beginPath(),m.moveTo(0-n.left,0-n.top/2),m.lineTo(g,0-n.top/2),m.stroke()),n.right>0&&(m.strokeStyle=r.right,m.lineWidth=n.right,m.beginPath(),m.moveTo(g+n.right/2,0-n.top),m.lineTo(g+n.right/2,v),m.stroke()),n.bottom>0&&(m.strokeStyle=r.bottom,m.lineWidth=n.bottom,m.beginPath(),m.moveTo(g+n.right,v+n.bottom/2),m.lineTo(0,v+n.bottom/2),m.stroke()),n.left>0&&(m.strokeStyle=r.left,m.lineWidth=n.left,m.beginPath(),m.moveTo(0-n.left/2,v+n.bottom),m.lineTo(0-n.left/2,0),m.stroke())):(m.lineWidth=n,m.strokeStyle=l.grid.borderColor,m.strokeRect(-n/2,-n/2,g+n,v+n))),m.restore()}function D(e){e.lines.show&&(function(e){function t(e,t,a,n,r){var o=e.points,i=e.pointsize,l=null,s=null;m.beginPath();for(var c=i;c<o.length;c+=i){var u=o[c-i],h=o[c-i+1],d=o[c],p=o[c+1];if(null!=u&&null!=d){if(h<=p&&h<r.min){if(p<r.min)continue;u=(r.min-h)/(p-h)*(d-u)+u,h=r.min}else if(p<=h&&p<r.min){if(h<r.min)continue;d=(r.min-h)/(p-h)*(d-u)+u,p=r.min}if(h>=p&&h>r.max){if(p>r.max)continue;u=(r.max-h)/(p-h)*(d-u)+u,h=r.max}else if(p>=h&&p>r.max){if(h>r.max)continue;d=(r.max-h)/(p-h)*(d-u)+u,p=r.max}if(u<=d&&u<n.min){if(d<n.min)continue;h=(n.min-u)/(d-u)*(p-h)+h,u=n.min}else if(d<=u&&d<n.min){if(u<n.min)continue;p=(n.min-u)/(d-u)*(p-h)+h,d=n.min}if(u>=d&&u>n.max){if(d>n.max)continue;h=(n.max-u)/(d-u)*(p-h)+h,u=n.max}else if(d>=u&&d>n.max){if(u>n.max)continue;p=(n.max-u)/(d-u)*(p-h)+h,d=n.max}u==l&&h==s||m.moveTo(n.p2c(u)+t,r.p2c(h)+a),l=d,s=p,m.lineTo(n.p2c(d)+t,r.p2c(p)+a)}}m.stroke()}m.save(),m.translate(f.left,f.top),m.lineJoin="round";var a=e.lines.lineWidth,n=e.shadowSize;if(a>0&&n>0){m.lineWidth=n,m.strokeStyle="rgba(0,0,0,0.1)";var r=Math.PI/18;t(e.datapoints,Math.sin(r)*(a/2+n/2),Math.cos(r)*(a/2+n/2),e.xaxis,e.yaxis),m.lineWidth=n/2,t(e.datapoints,Math.sin(r)*(a/2+n/4),Math.cos(r)*(a/2+n/4),e.xaxis,e.yaxis)}m.lineWidth=a,m.strokeStyle=e.color;var o=A(e.lines,e.color,0,v);o&&(m.fillStyle=o,function(e,t,a){for(var n=e.points,r=e.pointsize,o=Math.min(Math.max(0,a.min),a.max),i=0,l=!1,s=1,c=0,u=0;!(r>0&&i>n.length+r);){var h=n[(i+=r)-r],d=n[i-r+s],p=n[i],f=n[i+s];if(l){if(r>0&&null!=h&&null==p){u=i,r=-r,s=2;continue}if(r<0&&i==c+r){m.fill(),l=!1,s=1,i=c=u+(r=-r);continue}}if(null!=h&&null!=p){if(h<=p&&h<t.min){if(p<t.min)continue;d=(t.min-h)/(p-h)*(f-d)+d,h=t.min}else if(p<=h&&p<t.min){if(h<t.min)continue;f=(t.min-h)/(p-h)*(f-d)+d,p=t.min}if(h>=p&&h>t.max){if(p>t.max)continue;d=(t.max-h)/(p-h)*(f-d)+d,h=t.max}else if(p>=h&&p>t.max){if(h>t.max)continue;f=(t.max-h)/(p-h)*(f-d)+d,p=t.max}if(l||(m.beginPath(),m.moveTo(t.p2c(h),a.p2c(o)),l=!0),d>=a.max&&f>=a.max)m.lineTo(t.p2c(h),a.p2c(a.max)),m.lineTo(t.p2c(p),a.p2c(a.max));else if(d<=a.min&&f<=a.min)m.lineTo(t.p2c(h),a.p2c(a.min)),m.lineTo(t.p2c(p),a.p2c(a.min));else{var g=h,v=p;d<=f&&d<a.min&&f>=a.min?(h=(a.min-d)/(f-d)*(p-h)+h,d=a.min):f<=d&&f<a.min&&d>=a.min&&(p=(a.min-d)/(f-d)*(p-h)+h,f=a.min),d>=f&&d>a.max&&f<=a.max?(h=(a.max-d)/(f-d)*(p-h)+h,d=a.max):f>=d&&f>a.max&&d<=a.max&&(p=(a.max-d)/(f-d)*(p-h)+h,f=a.max),h!=g&&m.lineTo(t.p2c(g),a.p2c(d)),m.lineTo(t.p2c(h),a.p2c(d)),m.lineTo(t.p2c(p),a.p2c(f)),p!=v&&(m.lineTo(t.p2c(p),a.p2c(f)),m.lineTo(t.p2c(v),a.p2c(f)))}}}}(e.datapoints,e.xaxis,e.yaxis));a>0&&t(e.datapoints,0,0,e.xaxis,e.yaxis);m.restore()}(e),e.points.show||e.bars.show||function(e){for(var t=[],a=null,n=null,r=e.datapoints,o=[],i=0;i<r.pointsize-2;i++)o.push(0);for(var l=0;l<r.points.length;l+=r.pointsize){var s=r.points[l],c=r.points[l+1];n=l===r.points.length-r.pointsize?null:r.points[l+r.pointsize],null!==s&&null!==c&&null===a&&null===n&&(t.push(s),t.push(c),t.push.apply(t,o)),a=s}var u=r.points;r.points=t,e.points.radius=e.lines.lineWidth/2,P(e),r.points=u}(e)),e.bars.show&&function(e){var t;switch(m.save(),m.translate(f.left,f.top),m.lineWidth=e.bars.lineWidth,m.strokeStyle=e.color,e.bars.align){case"left":t=0;break;case"right":t=-e.bars.barWidth;break;default:t=-e.bars.barWidth/2}var a=e.bars.fill?function(t,a){return A(e.bars,e.color,t,a)}:null;(function(t,a,n,r,o,i){for(var l=t.points,s=t.pointsize,c=0;c<l.length;c+=s)null!=l[c]&&R(l[c],l[c+1],l[c+2],a,n,r,o,i,m,e.bars.horizontal,e.bars.lineWidth)})(e.datapoints,t,t+e.bars.barWidth,a,e.xaxis,e.yaxis),m.restore()}(e),e.points.show&&P(e)}function P(e){function t(e,t,a,n,r,o,i,l){for(var s=e.points,c=e.pointsize,u=0;u<s.length;u+=c){var h=s[u],d=s[u+1];null==h||h<o.min||h>o.max||d<i.min||d>i.max||(m.beginPath(),h=o.p2c(h),d=i.p2c(d)+n,"circle"==l?m.arc(h,d,t,0,r?Math.PI:2*Math.PI,!1):l(m,h,d,t,r),m.closePath(),a&&(m.fillStyle=a,m.fill()),m.stroke())}}m.save(),m.translate(f.left,f.top);var a=e.points.lineWidth,n=e.shadowSize,r=e.points.radius,o=e.points.symbol;if(0==a&&(a=1e-4),a>0&&n>0){var i=n/2;m.lineWidth=i,m.strokeStyle="rgba(0,0,0,0.1)",t(e.datapoints,r,null,i+i/2,!0,e.xaxis,e.yaxis,o),m.strokeStyle="rgba(0,0,0,0.2)",t(e.datapoints,r,null,i/2,!0,e.xaxis,e.yaxis,o)}m.lineWidth=a,m.strokeStyle=e.color,t(e.datapoints,r,A(e.points,e.color),0,!1,e.xaxis,e.yaxis,o),m.restore()}function R(e,t,a,n,r,o,i,l,s,c,u){var m,h,d,p,f,g,v,b,x;c?(b=g=v=!0,f=!1,p=t+n,d=t+r,(h=e)<(m=a)&&(x=h,h=m,m=x,f=!0,g=!1)):(f=g=v=!0,b=!1,m=e+n,h=e+r,(p=t)<(d=a)&&(x=p,p=d,d=x,b=!0,v=!1)),h<i.min||m>i.max||p<l.min||d>l.max||(m<i.min&&(m=i.min,f=!1),h>i.max&&(h=i.max,g=!1),d<l.min&&(d=l.min,b=!1),p>l.max&&(p=l.max,v=!1),m=i.p2c(m),d=l.p2c(d),h=i.p2c(h),p=l.p2c(p),o&&(s.fillStyle=o(d,p),s.fillRect(m,p,h-m,d-p)),u>0&&(f||g||v||b)&&(s.beginPath(),s.moveTo(m,d),f?s.lineTo(m,p):s.moveTo(m,p),v?s.lineTo(h,p):s.moveTo(h,p),g?s.lineTo(h,d):s.moveTo(h,d),b?s.lineTo(m,d):s.moveTo(m,d),s.stroke()))}function A(t,a,n,r){var o=t.fill;if(!o)return null;if(t.fillColor)return Z(t.fillColor,n,r,a);var i=e.color.parse(a);return i.a="number"==typeof o?o:.4,i.normalize(),i.toString()}x.setData=E,x.setupGrid=j,x.draw=z,x.getPlaceholder=function(){return t},x.getCanvas=function(){return s.element},x.getPlotOffset=function(){return f},x.width=function(){return g},x.height=function(){return v},x.offset=function(){var e=u.offset();return e.left+=f.left,e.top+=f.top,e},x.getData=function(){return i},x.getAxes=function(){var t={};return e.each(d.concat(p),(function(e,a){a&&(t[a.direction+(1!=a.n?a.n:"")+"axis"]=a)})),t},x.getXAxes=function(){return d},x.getYAxes=function(){return p},x.c2p=S,x.p2c=function(e){var t,a,n,r={};for(t=0;t<d.length;++t)if((a=d[t])&&a.used&&(n="x"+a.n,null==e[n]&&1==a.n&&(n="x"),null!=e[n])){r.left=a.p2c(e[n]);break}for(t=0;t<p.length;++t)if((a=p[t])&&a.used&&(n="y"+a.n,null==e[n]&&1==a.n&&(n="y"),null!=e[n])){r.top=a.p2c(e[n]);break}return r},x.getOptions=function(){return l},x.highlight=Q,x.unhighlight=$,x.triggerRedrawOverlay=Y,x.pointOffset=function(e){return{left:parseInt(d[k(e,"x")-1].p2c(+e.x)+f.left,10),top:parseInt(p[k(e,"y")-1].p2c(+e.y)+f.top,10)}},x.shutdown=C,x.destroy=function(){C(),t.removeData("plot").empty(),i=[],l=null,s=null,c=null,u=null,m=null,h=null,d=[],p=[],b=null,W=[],x=null},x.resize=function(){var e=t.width(),a=t.height();s.resize(e,a),c.resize(e,a)},x.hooks=b,function(){for(var t={Canvas:a},n=0;n<o.length;++n){var r=o[n];r.init(x,t),r.options&&e.extend(!0,l,r.options)}}(),function(a){e.extend(!0,l,a),a&&a.colors&&(l.colors=a.colors);null==l.xaxis.color&&(l.xaxis.color=e.color.parse(l.grid.color).scale("a",.22).toString());null==l.yaxis.color&&(l.yaxis.color=e.color.parse(l.grid.color).scale("a",.22).toString());null==l.xaxis.tickColor&&(l.xaxis.tickColor=l.grid.tickColor||l.xaxis.color);null==l.yaxis.tickColor&&(l.yaxis.tickColor=l.grid.tickColor||l.yaxis.color);null==l.grid.borderColor&&(l.grid.borderColor=l.grid.color);null==l.grid.tickColor&&(l.grid.tickColor=e.color.parse(l.grid.color).scale("a",.22).toString());var n,r,o,i=t.css("font-size"),s=i?+i.replace("px",""):13,c={style:t.css("font-style"),size:Math.round(.8*s),variant:t.css("font-variant"),weight:t.css("font-weight"),family:t.css("font-family")};for(o=l.xaxes.length||1,n=0;n<o;++n)(r=l.xaxes[n])&&!r.tickColor&&(r.tickColor=r.color),r=e.extend(!0,{},l.xaxis,r),l.xaxes[n]=r,r.font&&(r.font=e.extend({},c,r.font),r.font.color||(r.font.color=r.color),r.font.lineHeight||(r.font.lineHeight=Math.round(1.15*r.font.size)));for(o=l.yaxes.length||1,n=0;n<o;++n)(r=l.yaxes[n])&&!r.tickColor&&(r.tickColor=r.color),r=e.extend(!0,{},l.yaxis,r),l.yaxes[n]=r,r.font&&(r.font=e.extend({},c,r.font),r.font.color||(r.font.color=r.color),r.font.lineHeight||(r.font.lineHeight=Math.round(1.15*r.font.size)));l.xaxis.noTicks&&null==l.xaxis.ticks&&(l.xaxis.ticks=l.xaxis.noTicks);l.yaxis.noTicks&&null==l.yaxis.ticks&&(l.yaxis.ticks=l.yaxis.noTicks);l.x2axis&&(l.xaxes[1]=e.extend(!0,{},l.xaxis,l.x2axis),l.xaxes[1].position="top",null==l.x2axis.min&&(l.xaxes[1].min=null),null==l.x2axis.max&&(l.xaxes[1].max=null));l.y2axis&&(l.yaxes[1]=e.extend(!0,{},l.yaxis,l.y2axis),l.yaxes[1].position="right",null==l.y2axis.min&&(l.yaxes[1].min=null),null==l.y2axis.max&&(l.yaxes[1].max=null));l.grid.coloredAreas&&(l.grid.markings=l.grid.coloredAreas);l.grid.coloredAreasColor&&(l.grid.markingsColor=l.grid.coloredAreasColor);l.lines&&e.extend(!0,l.series.lines,l.lines);l.points&&e.extend(!0,l.series.points,l.points);l.bars&&e.extend(!0,l.series.bars,l.bars);null!=l.shadowSize&&(l.series.shadowSize=l.shadowSize);null!=l.highlightColor&&(l.series.highlightColor=l.highlightColor);for(n=0;n<l.xaxes.length;++n)T(d,n+1).options=l.xaxes[n];for(n=0;n<l.yaxes.length;++n)T(p,n+1).options=l.yaxes[n];for(var u in b)l.hooks[u]&&l.hooks[u].length&&(b[u]=b[u].concat(l.hooks[u]));y(b.processOptions,[l])}(r),function(){t.find(".flot-temp-elem").remove(),"static"==t.css("position")&&t.css("position","relative");s=new a("flot-base",t),c=new a("flot-overlay",t),m=s.context,h=c.context,u=e(c.element).unbind();var n=t.data("plot");n&&(n.shutdown(),c.clear());t.data("plot",x)}(),E(n),j(),z(),function(){l.grid.hoverable&&(u.mousemove(q),u.bind("mouseleave",B));l.grid.clickable&&u.click(U);y(b.bindEvents,[u])}();var W=[],H=null;function q(e){l.grid.hoverable&&V("plothover",e,(function(e){return 0!=e.hoverable}))}function B(e){l.grid.hoverable&&V("plothover",e,(function(){return!1}))}function U(e){x.isSelecting||V("plotclick",e,(function(e){return 0!=e.clickable}))}function V(e,a,n){var r=u.offset(),o=a.pageX-r.left-f.left,s=a.pageY-r.top-f.top,c=S({left:o,top:s});c.pageX=a.pageX,c.pageY=a.pageY,c.ctrlKey=a.ctrlKey,c.metaKey=a.metaKey;var m=function(e,t,a){var n,r,o,s=l.grid.mouseActiveRadius,c=s*s+1,u=null;for(n=i.length-1;n>=0;--n)if(a(i[n])){var m=i[n],h=m.xaxis,d=m.yaxis,p=m.datapoints.points,f=h.c2p(e),g=d.c2p(t),v=s/h.scale,b=s/d.scale;if(o=m.datapoints.pointsize,h.options.inverseTransform&&(v=Number.MAX_VALUE),d.options.inverseTransform&&(b=Number.MAX_VALUE),m.lines.show||m.points.show)for(r=0;r<p.length;r+=o){var x=p[r],y=p[r+1];if(null!=x&&!(x-f>v||x-f<-v||y-g>b||y-g<-b)){var E=Math.abs(h.p2c(x)-e),k=Math.abs(d.p2c(y)-t),w=E*E+k*k;w<c&&(c=w,u=[n,r/o])}}if(m.bars.show&&!u){var S,T;switch(m.bars.align){case"left":S=0;break;case"right":S=-m.bars.barWidth;break;default:S=-m.bars.barWidth/2}for(T=S+m.bars.barWidth,r=0;r<p.length;r+=o){x=p[r],y=p[r+1];var C=p[r+2];null!=x&&((i[n].bars.horizontal?f<=Math.max(C,x)&&f>=Math.min(C,x)&&g>=y+S&&g<=y+T:f>=x+S&&f<=x+T&&g>=Math.min(C,y)&&g<=Math.max(C,y))&&(u=[n,r/o]))}}}return u?(n=u[0],r=u[1],o=i[n].datapoints.pointsize,{datapoint:i[n].datapoints.points.slice(r*o,(r+1)*o),dataIndex:r,series:i[n],seriesIndex:n}):null}(o,s,n);if(m&&(m.pageX=parseInt(m.series.xaxis.p2c(m.datapoint[0])+r.left+f.left,10),m.pageY=parseInt(m.series.yaxis.p2c(m.datapoint[1])+r.top+f.top,10)),l.grid.autoHighlight){for(var h=0;h<W.length;++h){var d=W[h];d.auto!=e||m&&d.series==m.series&&d.point[0]==m.datapoint[0]&&d.point[1]==m.datapoint[1]||$(d.series,d.point)}m&&Q(m.series,m.datapoint,e)}t.trigger(e,[c,m])}function Y(){var e=l.interaction.redrawOverlayInterval;-1!=e?H||(H=setTimeout(G,e)):G()}function G(){var e,t;for(H=null,h.save(),c.clear(),h.translate(f.left,f.top),e=0;e<W.length;++e)(t=W[e]).series.bars.show?X(t.series,t.point):J(t.series,t.point);h.restore(),y(b.drawOverlay,[h])}function Q(e,t,a){if("number"==typeof e&&(e=i[e]),"number"==typeof t){var n=e.datapoints.pointsize;t=e.datapoints.points.slice(n*t,n*(t+1))}var r=K(e,t);-1==r?(W.push({series:e,point:t,auto:a}),Y()):a||(W[r].auto=!1)}function $(e,t){if(null==e&&null==t)return W=[],void Y();if("number"==typeof e&&(e=i[e]),"number"==typeof t){var a=e.datapoints.pointsize;t=e.datapoints.points.slice(a*t,a*(t+1))}var n=K(e,t);-1!=n&&(W.splice(n,1),Y())}function K(e,t){for(var a=0;a<W.length;++a){var n=W[a];if(n.series==e&&n.point[0]==t[0]&&n.point[1]==t[1])return a}return-1}function J(t,a){var n=a[0],r=a[1],o=t.xaxis,i=t.yaxis,l="string"===typeof t.highlightColor?t.highlightColor:e.color.parse(t.color).scale("a",.5).toString();if(!(n<o.min||n>o.max||r<i.min||r>i.max)){var s=t.points.radius+t.points.lineWidth/2;h.lineWidth=s,h.strokeStyle=l;var c=1.5*s;n=o.p2c(n),r=i.p2c(r),h.beginPath(),"circle"==t.points.symbol?h.arc(n,r,c,0,2*Math.PI,!1):t.points.symbol(h,n,r,c,!1),h.closePath(),h.stroke()}}function X(t,a){var n,r="string"===typeof t.highlightColor?t.highlightColor:e.color.parse(t.color).scale("a",.5).toString(),o=r;switch(t.bars.align){case"left":n=0;break;case"right":n=-t.bars.barWidth;break;default:n=-t.bars.barWidth/2}h.lineWidth=t.bars.lineWidth,h.strokeStyle=r,R(a[0],a[1],a[2]||0,n,n+t.bars.barWidth,(function(){return o}),t.xaxis,t.yaxis,h,t.bars.horizontal,t.bars.lineWidth)}function Z(t,a,n,r){if("string"==typeof t)return t;for(var o=m.createLinearGradient(0,n,0,a),i=0,l=t.colors.length;i<l;++i){var s=t.colors[i];if("string"!=typeof s){var c=e.color.parse(r);null!=s.brightness&&(c=c.scale("rgb",s.brightness)),null!=s.opacity&&(c.a*=s.opacity),s=c.toString()}o.addColorStop(i/(l-1),s)}return o}}e.fn.detach||(e.fn.detach=function(){return this.each((function(){this.parentNode&&this.parentNode.removeChild(this)}))}),a.prototype.resize=function(e,t){if(e<=0||t<=0)throw new Error("Invalid dimensions for plot, width = "+e+", height = "+t);var a=this.element,n=this.context,r=this.pixelRatio;this.width!=e&&(a.width=e*r,a.style.width=e+"px",this.width=e),this.height!=t&&(a.height=t*r,a.style.height=t+"px",this.height=t),n.restore(),n.save(),n.scale(r,r)},a.prototype.clear=function(){this.context.clearRect(0,0,this.width,this.height)},a.prototype.render=function(){var e=this._textCache;for(var a in e)if(t.call(e,a)){var n=this.getTextLayer(a),r=e[a];for(var o in n.hide(),r)if(t.call(r,o)){var i=r[o];for(var l in i)if(t.call(i,l)){for(var s,c=i[l].positions,u=0;s=c[u];u++)s.active?s.rendered||(n.append(s.element),s.rendered=!0):(c.splice(u--,1),s.rendered&&s.element.detach());0==c.length&&delete i[l]}}n.show()}},a.prototype.getTextLayer=function(t){var a=this.text[t];return null==a&&(null==this.textContainer&&(this.textContainer=e("<div class='flot-text flot-temp-elem'></div>").css({position:"absolute",top:0,left:0,bottom:0,right:0,"font-size":"smaller",color:"#545454"}).insertAfter(this.element)),a=this.text[t]=e("<div></div>").addClass(t).css({position:"absolute",top:0,left:0,bottom:0,right:0}).appendTo(this.textContainer)),a},a.prototype.getTextInfo=function(t,a,n,r,o){var i,l,s,c;if(a=""+a,i="object"===typeof n?n.style+" "+n.variant+" "+n.weight+" "+n.size+"px/"+n.lineHeight+"px "+n.family:n,null==(l=this._textCache[t])&&(l=this._textCache[t]={}),null==(s=l[i])&&(s=l[i]={}),null==(c=s[a])){var u=e("<div></div>").html(a).css({position:"absolute","max-width":o,top:-9999}).appendTo(this.getTextLayer(t));"object"===typeof n?u.css({font:i,color:n.color}):"string"===typeof n&&u.addClass(n),c=s[a]={element:u,positions:[]};var m=this._textSizeCache[a];m?(c.width=m.width,c.height=m.height):(c.width=u.outerWidth(!0),c.height=u.outerHeight(!0),this._textSizeCache[a]={width:c.width,height:c.height}),u.detach()}return c},a.prototype.addText=function(e,t,a,n,r,o,i,l,s){var c=this.getTextInfo(e,n,r,o,i),u=c.positions;"center"==l?t-=c.width/2:"right"==l&&(t-=c.width),"middle"==s?a-=c.height/2:"bottom"==s&&(a-=c.height);for(var m,h=0;m=u[h];h++)if(m.x==t&&m.y==a)return void(m.active=!0);m={active:!0,rendered:!1,element:u.length?c.element.clone():c.element,x:t,y:a},u.push(m),m.element.css({top:Math.round(a),left:Math.round(t),"text-align":l})},a.prototype.removeText=function(e,a,n,r,o,i){if(null==r){var l=this._textCache[e];if(null!=l)for(var s in l)if(t.call(l,s)){var c=l[s];for(var u in c)if(t.call(c,u))for(var m=c[u].positions,h=0;d=m[h];h++)d.active=!1}}else{var d;for(m=this.getTextInfo(e,r,o,i).positions,h=0;d=m[h];h++)d.x==a&&d.y==n&&(d.active=!1)}},e.plot=function(t,a,r){return new n(e(t),a,r,e.plot.plugins)},e.plot.version="0.8.3",e.plot.plugins=[],e.fn.plot=function(t,a){return this.each((function(){e.plot(this,t,a)}))}}(window.jQuery)},125:function(e,t){window.jQuery.plot.plugins.push({init:function(e){e.hooks.processDatapoints.push((function(e,t,a){if(null!=t.stack&&!1!==t.stack){var n=function(e,t){for(var a=null,n=0;n<t.length&&e!=t[n];++n)t[n].stack==e.stack&&(a=t[n]);return a}(t,e.getData());if(n){for(var r,o,i,l,s,c,u,m,h=a.pointsize,d=a.points,p=n.datapoints.pointsize,f=n.datapoints.points,g=[],v=t.lines.show,b=t.bars.horizontal,x=h>2&&(b?a.format[2].x:a.format[2].y),y=v&&t.lines.steps,E=b?1:0,k=b?0:1,w=0,S=0;!(w>=d.length&&S>=f.length);){if(u=g.length,w<d.length&&null==d[w]){for(m=0;m<h;++m)g.push(f[w+m]);x&&(g[u+2]=f[w+k]),w+=h}else if(w>=d.length)S+=p;else if(S>=f.length){for(m=0;m<h;++m)g.push(d[w+m]);w+=h}else if(S<f.length&&null==f[S])S+=p;else{if(r=d[w+E],o=d[w+k],l=f[S+E],s=f[S+k],c=0,r==l){for(m=0;m<h;++m)g.push(d[w+m]);g[u+k]+=s,c=s,w+=h,S+=p}else if(r>l){if(0==w){for(m=0;m<h;++m)g.push(f[S+m]);c=s}if(w>0&&null!=d[w-h]){for(i=o+(d[w-h+k]-o)*(l-r)/(d[w-h+E]-r),g.push(l),g.push(i+s),m=2;m<h;++m)g.push(d[w+m]);c=s}S+=p}else{for(m=0;m<h;++m)g.push(d[w+m]);S>0&&null!=f[S-p]&&(c=s+(f[S-p+k]-s)*(r-l)/(f[S-p+E]-l)),g[u+k]+=c,w+=h}u!=g.length&&x&&(g[u+2]=c)}if(y&&u!=g.length&&u>0&&null!=g[u]&&g[u]!=g[u-h]&&g[u+1]!=g[u-h+1]){for(m=0;m<h;++m)g[u+h+m]=g[u+m];g[u+1]=g[u-h+1]}}a.points=g}}}))},options:{series:{stack:null}},name:"stack",version:"1.2"})},126:function(e,t){!function(e){function t(e,t){return t*Math.floor(e/t)}function a(e,t,a,n){if("function"==typeof e.strftime)return e.strftime(t);var r,o=function(e,t){return t=""+(null==t?"0":t),1==(e=""+e).length?t+e:e},i=[],l=!1,s=e.getHours(),c=s<12;null==a&&(a=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]),null==n&&(n=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]),r=s>12?s-12:0==s?12:s;for(var u=0;u<t.length;++u){var m=t.charAt(u);if(l){switch(m){case"a":m=""+n[e.getDay()];break;case"b":m=""+a[e.getMonth()];break;case"d":m=o(e.getDate(),"");break;case"e":m=o(e.getDate()," ");break;case"h":case"H":m=o(s);break;case"I":m=o(r);break;case"l":m=o(r," ");break;case"m":m=o(e.getMonth()+1,"");break;case"M":m=o(e.getMinutes());break;case"q":m=""+(Math.floor(e.getMonth()/3)+1);break;case"S":m=o(e.getSeconds());break;case"y":m=o(e.getFullYear()%100);break;case"Y":m=""+e.getFullYear();break;case"p":m=c?"am":"pm";break;case"P":m=c?"AM":"PM";break;case"w":m=""+e.getDay()}i.push(m),l=!1}else"%"==m?l=!0:i.push(m)}return i.join("")}function n(e){function t(e,t,a,n){e[t]=function(){return a[n].apply(a,arguments)}}var a={date:e};void 0!=e.strftime&&t(a,"strftime",e,"strftime"),t(a,"getTime",e,"getTime"),t(a,"setTime",e,"setTime");for(var n=["Date","Day","FullYear","Hours","Milliseconds","Minutes","Month","Seconds"],r=0;r<n.length;r++)t(a,"get"+n[r],e,"getUTC"+n[r]),t(a,"set"+n[r],e,"setUTC"+n[r]);return a}function r(e,t){return"browser"==t.timezone?new Date(e):(t.timezone&&t.timezone,n(new Date(e)))}var o={second:1e3,minute:6e4,hour:36e5,day:864e5,month:2592e6,quarter:7776e6,year:525949.2*60*1e3},i=[[1,"second"],[2,"second"],[5,"second"],[10,"second"],[30,"second"],[1,"minute"],[2,"minute"],[5,"minute"],[10,"minute"],[30,"minute"],[1,"hour"],[2,"hour"],[4,"hour"],[8,"hour"],[12,"hour"],[1,"day"],[2,"day"],[3,"day"],[.25,"month"],[.5,"month"],[1,"month"],[2,"month"]],l=i.concat([[3,"month"],[6,"month"],[1,"year"]]),s=i.concat([[1,"quarter"],[2,"quarter"],[1,"year"]]);e.plot.plugins.push({init:function(n){n.hooks.processOptions.push((function(n){e.each(n.getAxes(),(function(e,n){var i=n.options;"time"==i.mode&&(n.tickGenerator=function(e){var a=[],n=r(e.min,i),c=0,u=i.tickSize&&"quarter"===i.tickSize[1]||i.minTickSize&&"quarter"===i.minTickSize[1]?s:l;null!=i.minTickSize&&(c="number"==typeof i.tickSize?i.tickSize:i.minTickSize[0]*o[i.minTickSize[1]]);for(var m=0;m<u.length-1&&!(e.delta<(u[m][0]*o[u[m][1]]+u[m+1][0]*o[u[m+1][1]])/2&&u[m][0]*o[u[m][1]]>=c);++m);var h=u[m][0],d=u[m][1];if("year"==d){if(null!=i.minTickSize&&"year"==i.minTickSize[1])h=Math.floor(i.minTickSize[0]);else{var p=Math.pow(10,Math.floor(Math.log(e.delta/o.year)/Math.LN10)),f=e.delta/o.year/p;h=f<1.5?1:f<3?2:f<7.5?5:10,h*=p}h<1&&(h=1)}e.tickSize=i.tickSize||[h,d];var g=e.tickSize[0];d=e.tickSize[1];var v=g*o[d];"second"==d?n.setSeconds(t(n.getSeconds(),g)):"minute"==d?n.setMinutes(t(n.getMinutes(),g)):"hour"==d?n.setHours(t(n.getHours(),g)):"month"==d?n.setMonth(t(n.getMonth(),g)):"quarter"==d?n.setMonth(3*t(n.getMonth()/3,g)):"year"==d&&n.setFullYear(t(n.getFullYear(),g)),n.setMilliseconds(0),v>=o.minute&&n.setSeconds(0),v>=o.hour&&n.setMinutes(0),v>=o.day&&n.setHours(0),v>=4*o.day&&n.setDate(1),v>=2*o.month&&n.setMonth(t(n.getMonth(),3)),v>=2*o.quarter&&n.setMonth(t(n.getMonth(),6)),v>=o.year&&n.setMonth(0);var b,x=0,y=Number.NaN;do{if(b=y,y=n.getTime(),a.push(y),"month"==d||"quarter"==d)if(g<1){n.setDate(1);var E=n.getTime();n.setMonth(n.getMonth()+("quarter"==d?3:1));var k=n.getTime();n.setTime(y+x*o.hour+(k-E)*g),x=n.getHours(),n.setHours(0)}else n.setMonth(n.getMonth()+g*("quarter"==d?3:1));else"year"==d?n.setFullYear(n.getFullYear()+g):n.setTime(y+v)}while(y<e.max&&y!=b);return a},n.tickFormatter=function(e,t){var n=r(e,t.options);if(null!=i.timeformat)return a(n,i.timeformat,i.monthNames,i.dayNames);var l=t.options.tickSize&&"quarter"==t.options.tickSize[1]||t.options.minTickSize&&"quarter"==t.options.minTickSize[1],s=t.tickSize[0]*o[t.tickSize[1]],c=t.max-t.min,u=i.twelveHourClock?" %p":"",m=i.twelveHourClock?"%I":"%H";return a(n,s<o.minute?m+":%M:%S"+u:s<o.day?c<2*o.day?m+":%M"+u:"%b %d "+m+":%M"+u:s<o.month?"%b %d":l&&s<o.quarter||!l&&s<o.year?c<o.year?"%b":"%b %Y":l&&s<o.year?c<o.year?"Q%q":"Q%q %Y":"%Y",i.monthNames,i.dayNames)})}))}))},options:{xaxis:{timezone:null,timeformat:null,twelveHourClock:!1,monthNames:null}},name:"time",version:"1.0"}),e.plot.formatDate=a}(window.jQuery)},127:function(e,t){window.jQuery.plot.plugins.push({init:function(e){var t={x:-1,y:-1,locked:!1};function a(){t.locked||-1!=t.x&&(t.x=-1,e.triggerRedrawOverlay())}function n(a){if(!t.locked)if(e.getSelection&&e.getSelection())t.x=-1;else{var n=e.offset();t.x=Math.max(0,Math.min(a.pageX-n.left,e.width())),t.y=Math.max(0,Math.min(a.pageY-n.top,e.height())),e.triggerRedrawOverlay()}}e.setCrosshair=function(a){if(a){var n=e.p2c(a);t.x=Math.max(0,Math.min(n.left,e.width())),t.y=Math.max(0,Math.min(n.top,e.height()))}else t.x=-1;e.triggerRedrawOverlay()},e.clearCrosshair=e.setCrosshair,e.lockCrosshair=function(a){a&&e.setCrosshair(a),t.locked=!0},e.unlockCrosshair=function(){t.locked=!1},e.hooks.bindEvents.push((function(e,t){e.getOptions().crosshair.mode&&(t.mouseout(a),t.mousemove(n))})),e.hooks.drawOverlay.push((function(e,a){var n=e.getOptions().crosshair;if(n.mode){var r=e.getPlotOffset();if(a.save(),a.translate(r.left,r.top),-1!=t.x){var o=e.getOptions().crosshair.lineWidth%2?.5:0;if(a.strokeStyle=n.color,a.lineWidth=n.lineWidth,a.lineJoin="round",a.beginPath(),-1!=n.mode.indexOf("x")){var i=Math.floor(t.x)+o;a.moveTo(i,0),a.lineTo(i,e.height())}if(-1!=n.mode.indexOf("y")){var l=Math.floor(t.y)+o;a.moveTo(0,l),a.lineTo(e.width(),l)}a.stroke()}a.restore()}})),e.hooks.shutdown.push((function(e,t){t.unbind("mouseout",a),t.unbind("mousemove",n)}))},options:{crosshair:{mode:null,color:"rgba(170, 0, 0, 0.80)",lineWidth:1}},name:"crosshair",version:"1.0"})},137:function(e,t,a){},141:function(e,t,a){},144:function(e,t,a){"use strict";a.r(t);var n=a(23),r=a.n(n);window.jQuery=r.a,window.moment=a(25);var o=a(0),i=a.n(o),l=a(29),s=a.n(l),c=a(6),u=a(14),m=a(146),h=a(147),d=a(148),p=a(149),f=a(150),g=a(151),v=a(170),b=a(171),x=a(152),y=a(153),E=i.a.createContext("");function k(){return i.a.useContext(E)}var w=function(e){var t=e.consolesLink,a=Object(o.useState)(!1),n=Object(c.a)(a,2),r=n[0],l=n[1],s=k();return i.a.createElement(m.a,{className:"mb-3",dark:!0,color:"dark",expand:"md",fixed:"top"},i.a.createElement(h.a,{onClick:function(){return l(!r)}}),i.a.createElement(u.a,{className:"pt-0 navbar-brand",to:"".concat(s,"/graph")},"Prometheus"),i.a.createElement(d.a,{isOpen:r,navbar:!0,style:{justifyContent:"space-between"}},i.a.createElement(p.a,{className:"ml-0",navbar:!0},null!==t&&i.a.createElement(f.a,null,i.a.createElement(g.a,{href:t},"Consoles")),i.a.createElement(f.a,null,i.a.createElement(g.a,{tag:u.a,to:"".concat(s,"/alerts")},"Alerts")),i.a.createElement(f.a,null,i.a.createElement(g.a,{tag:u.a,to:"".concat(s,"/graph")},"Graph")),i.a.createElement(v.a,{nav:!0,inNavbar:!0},i.a.createElement(b.a,{nav:!0,caret:!0},"Status"),i.a.createElement(x.a,null,i.a.createElement(y.a,{tag:u.a,to:"".concat(s,"/status")},"Runtime & Build Information"),i.a.createElement(y.a,{tag:u.a,to:"".concat(s,"/tsdb-status")},"TSDB Status"),i.a.createElement(y.a,{tag:u.a,to:"".concat(s,"/flags")},"Command-Line Flags"),i.a.createElement(y.a,{tag:u.a,to:"".concat(s,"/config")},"Configuration"),i.a.createElement(y.a,{tag:u.a,to:"".concat(s,"/rules")},"Rules"),i.a.createElement(y.a,{tag:u.a,to:"".concat(s,"/targets")},"Targets"),i.a.createElement(y.a,{tag:u.a,to:"".concat(s,"/service-discovery")},"Service Discovery"))),i.a.createElement(f.a,null,i.a.createElement(g.a,{href:"https://prometheus.io/docs/prometheus/latest/getting_started/"},"Help")),i.a.createElement(f.a,null,i.a.createElement(g.a,{href:"".concat(s,"/classic/graph").concat(window.location.search)},"Classic UI")))))},S=a(168),T=(a(113),a(52)),C=a.n(T),O=a(9),M=a(70),j=function(e,t){var a=Object(o.useState)({status:"start fetching"}),n=Object(c.a)(a,2),r=n[0],i=n[1],l=Object(o.useState)(),s=Object(c.a)(l,2),u=s[0],m=s[1],h=Object(o.useState)(!0),d=Object(c.a)(h,2),p=d[0],f=d[1];return Object(o.useEffect)((function(){(function(){var a=Object(M.a)(C.a.mark((function a(){var n,r;return C.a.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:return f(!0),a.prev=1,a.next=4,fetch(e,Object(O.a)({cache:"no-store",credentials:"same-origin"},t));case 4:if((n=a.sent).ok){a.next=7;break}throw new Error(n.statusText);case 7:return a.next=9,n.json();case 9:r=a.sent,i(r),f(!1),a.next=17;break;case 14:a.prev=14,a.t0=a.catch(1),m(a.t0);case 17:case"end":return a.stop()}}),a,null,[[1,14]])})));return function(){return a.apply(this,arguments)}})()()}),[e,t]),{response:r,error:u,isLoading:p}},N=a(36),_=a(154),L=a(15),z=a(11),I=function(e){return function(t){var a=t.error,n=t.isLoading,r=t.customErrorMsg,o=t.componentTitle,l=Object(N.a)(t,["error","isLoading","customErrorMsg","componentTitle"]);return a?i.a.createElement(_.a,{color:"danger"},r||i.a.createElement(i.a.Fragment,null,i.a.createElement("strong",null,"Error:")," Error fetching ",o||e.displayName,": ",a.message)):n?i.a.createElement(L.a,{size:"3x",icon:z.l,spin:!0,className:"position-absolute",style:{transform:"translate(-50%, -50%)",top:"50%",left:"50%"}}):i.a.createElement(e,l)}},F=a(165),D=a(160),P=a(18),R=a(19),A=a.n(R),W=a(16),H=a(17),q=a(22),B=a(21),U=a(161),V=a(162),Y=a(163),G=a(164),Q=a(67),$=a(155),K=a(156),J=a(73),X=a(157),Z=a(79),ee=a(71),te=a.n(ee),ae=a(72),ne=a.n(ae),re=function(e){Object(q.a)(a,e);var t=Object(B.a)(a);function a(e){var n;return Object(W.a)(this,a),(n=t.call(this,e)).exprInputRef=i.a.createRef(),n.setHeight=function(){var e=n.exprInputRef.current,t=e.offsetHeight,a=e.clientHeight,r=e.scrollHeight,o=t-a;n.setState({height:r+o})},n.handleInput=function(){n.setValue(n.exprInputRef.current.value)},n.setValue=function(e){(0,n.props.onExpressionChange)(e),n.setState({height:"auto"},n.setHeight)},n.handleKeyPress=function(e){var t=n.props.executeQuery;"Enter"!==e.key||e.shiftKey||(t(),e.preventDefault())},n.getSearchMatches=function(e,t){return te.a.filter(e.replace(/ /g,""),t,{pre:"<strong>",post:"</strong>"})},n.createAutocompleteSection=function(e){var t=e.inputValue,a=void 0===t?"":t,r=e.closeMenu,o=e.highlightedIndex,l=n.props.autocompleteSections,s=0,u=a.length&&n.props.enableAutocomplete?Object.entries(l).reduce((function(t,r){var l=Object(c.a)(r,2),u=l[0],m=l[1],h=n.getSearchMatches(a,m);return h.length?[].concat(Object(P.a)(t),[i.a.createElement("ul",{className:"autosuggest-dropdown-list",key:u},i.a.createElement("li",{className:"autosuggest-dropdown-header"},u),h.slice(0,100).map((function(t){var a=t.original,n=t.string,r=e.getItemProps({key:a,index:s,item:a,style:{backgroundColor:o===s++?"lightgray":"white"}});return i.a.createElement("li",Object.assign({key:u},r,{dangerouslySetInnerHTML:{__html:ne()(n,{allowedTags:["strong"]})}}))})))]):t}),[]):[];return u.length?i.a.createElement("div",Object.assign({},e.getMenuProps(),{className:"autosuggest-dropdown"}),u):(setTimeout(r),null)},n.state={height:"auto"},n}return Object(H.a)(a,[{key:"componentDidMount",value:function(){this.setHeight()}},{key:"componentDidUpdate",value:function(e){var t=this.props.value;t!==e.value&&this.setValue(t)}},{key:"render",value:function(){var e=this,t=this.props,a=t.executeQuery,n=t.value,r=this.state.height;return i.a.createElement(Z.a,{onSelect:this.setValue},(function(t){return i.a.createElement("div",null,i.a.createElement($.a,{className:"expression-input"},i.a.createElement(K.a,{addonType:"prepend"},i.a.createElement(J.a,null,e.props.loading?i.a.createElement(L.a,{icon:z.l,spin:!0}):i.a.createElement(L.a,{icon:z.k}))),i.a.createElement(X.a,Object.assign({onInput:e.handleInput,style:{height:r},autoFocus:!0,type:"textarea",rows:"1",onKeyPress:e.handleKeyPress,placeholder:"Expression (press Shift+Enter for newlines)",innerRef:e.exprInputRef},t.getInputProps({onKeyDown:function(a){switch(a.key){case"Home":case"End":a.nativeEvent.preventDownshiftDefault=!0;break;case"ArrowUp":case"ArrowDown":t.isOpen||(a.nativeEvent.preventDownshiftDefault=!0);break;case"Enter":t.closeMenu();break;case"Escape":t.isOpen||e.exprInputRef.current.blur()}}}),{value:n})),i.a.createElement(K.a,{addonType:"append"},i.a.createElement(Q.a,{className:"execute-btn",color:"primary",onClick:a},"Execute"))),t.isOpen&&e.createAutocompleteSection(t))}))}}]),a}(o.Component),oe=a(32),ie=a(158),le=a(159),se=(a(121),a(122),a(123),a(38));se.c.add(z.g,z.h,z.c,z.b,z.a,z.m),se.a.watch();var ce=function(e){Object(q.a)(a,e);var t=Object(B.a)(a);function a(){var e;Object(W.a)(this,a);for(var n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return(e=t.call.apply(t,[this].concat(r))).timeInputRef=i.a.createRef(),e.$time=null,e.getBaseTime=function(){return e.props.time||A()().valueOf()},e.calcShiftRange=function(){return e.props.range/2},e.increaseTime=function(){var t=e.getBaseTime()+e.calcShiftRange();e.props.onChangeTime(t)},e.decreaseTime=function(){var t=e.getBaseTime()-e.calcShiftRange();e.props.onChangeTime(t)},e.clearTime=function(){e.props.onChangeTime(null)},e.timezone=function(){return e.props.useLocalTime?A.a.tz.guess():"UTC"},e}return Object(H.a)(a,[{key:"componentDidMount",value:function(){var e=this;this.$time=r()(this.timeInputRef.current),this.$time.datetimepicker({icons:{today:"fas fa-calendar-check"},buttons:{showClose:!0,showToday:!0},sideBySide:!0,format:"YYYY-MM-DD HH:mm:ss",locale:"en",timeZone:this.timezone(),defaultDate:this.props.time}),this.$time.on("change.datetimepicker",(function(t){t.date&&e.props.onChangeTime(t.date.valueOf())}))}},{key:"componentWillUnmount",value:function(){this.$time.datetimepicker("destroy")}},{key:"componentDidUpdate",value:function(e){var t=this.props,a=t.time,n=t.useLocalTime;e.time!==a&&this.$time.datetimepicker("date",a?A()(a):null),e.useLocalTime!==n&&this.$time.datetimepicker("options",{timeZone:this.timezone(),defaultDate:null})}},{key:"render",value:function(){var e=this;return i.a.createElement($.a,{className:"time-input",size:"sm"},i.a.createElement(K.a,{addonType:"prepend"},i.a.createElement(Q.a,{title:"Decrease time",onClick:this.decreaseTime},i.a.createElement(L.a,{icon:z.g,fixedWidth:!0}))),i.a.createElement(X.a,{placeholder:this.props.placeholder,innerRef:this.timeInputRef,onFocus:function(){return e.$time.datetimepicker("show")},onBlur:function(){return e.$time.datetimepicker("hide")},onKeyDown:function(t){return["Escape","Enter"].includes(t.key)&&e.$time.datetimepicker("hide")}}),this.props.time&&i.a.createElement(K.a,{addonType:"append"},i.a.createElement(Q.a,{className:"clear-time-btn",title:"Clear time",onClick:this.clearTime},i.a.createElement(L.a,{icon:z.m,fixedWidth:!0}))),i.a.createElement(K.a,{addonType:"append"},i.a.createElement(Q.a,{title:"Increase time",onClick:this.increaseTime},i.a.createElement(L.a,{icon:z.h,fixedWidth:!0}))))}}]),a}(o.Component),ue=function(e){Object(q.a)(a,e);var t=Object(B.a)(a);function a(){var e;Object(W.a)(this,a);for(var n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return(e=t.call.apply(t,[this].concat(r))).rangeRef=i.a.createRef(),e.resolutionRef=i.a.createRef(),e.rangeSteps=[1,10,60,300,900,1800,3600,7200,21600,43200,86400,172800,604800,1209600,2419200,4838400,31536e3,63072e3].map((function(e){return 1e3*e})),e.onChangeRangeInput=function(t){var a=ze(t);null===a?e.changeRangeInput(e.props.range):e.props.onChangeRange(a)},e.changeRangeInput=function(t){e.rangeRef.current.value=Ie(t)},e.increaseRange=function(){var t,a=Object(oe.a)(e.rangeSteps);try{for(a.s();!(t=a.n()).done;){var n=t.value;if(e.props.range<n)return e.changeRangeInput(n),void e.props.onChangeRange(n)}}catch(r){a.e(r)}finally{a.f()}},e.decreaseRange=function(){var t,a=Object(oe.a)(e.rangeSteps.slice().reverse());try{for(a.s();!(t=a.n()).done;){var n=t.value;if(e.props.range>n)return e.changeRangeInput(n),void e.props.onChangeRange(n)}}catch(r){a.e(r)}finally{a.f()}},e}return Object(H.a)(a,[{key:"componentDidUpdate",value:function(e){e.range!==this.props.range&&this.changeRangeInput(this.props.range),e.resolution!==this.props.resolution&&(this.resolutionRef.current.value=null!==this.props.resolution?this.props.resolution.toString():"")}},{key:"render",value:function(){var e=this;return i.a.createElement(ie.a,{inline:!0,className:"graph-controls",onSubmit:function(e){return e.preventDefault()}},i.a.createElement($.a,{className:"range-input",size:"sm"},i.a.createElement(K.a,{addonType:"prepend"},i.a.createElement(Q.a,{title:"Decrease range",onClick:this.decreaseRange},i.a.createElement(L.a,{icon:z.i,fixedWidth:!0}))),i.a.createElement(X.a,{defaultValue:Ie(this.props.range),innerRef:this.rangeRef,onBlur:function(){return e.onChangeRangeInput(e.rangeRef.current.value)}}),i.a.createElement(K.a,{addonType:"append"},i.a.createElement(Q.a,{title:"Increase range",onClick:this.increaseRange},i.a.createElement(L.a,{icon:z.j,fixedWidth:!0})))),i.a.createElement(ce,{time:this.props.endTime,useLocalTime:this.props.useLocalTime,range:this.props.range,placeholder:"End time",onChangeTime:this.props.onChangeEndTime}),i.a.createElement(X.a,{placeholder:"Res. (s)",className:"resolution-input",defaultValue:null!==this.props.resolution?this.props.resolution.toString():"",innerRef:this.resolutionRef,onBlur:function(){var t=parseInt(e.resolutionRef.current.value);e.props.onChangeResolution(t||null)},bsSize:"sm"}),i.a.createElement(le.a,{className:"stacked-input",size:"sm"},i.a.createElement(Q.a,{title:"Show unstacked line graph",onClick:function(){return e.props.onChangeStacking(!1)},active:!this.props.stacked},i.a.createElement(L.a,{icon:z.e,fixedWidth:!0})),i.a.createElement(Q.a,{title:"Show stacked graph",onClick:function(){return e.props.onChangeStacking(!0)},active:this.props.stacked},i.a.createElement(L.a,{icon:z.d,fixedWidth:!0}))))}}]),a}(o.Component),me=a(78),he=function(e){var t=e.labels,a=e.format;return null===t?i.a.createElement(i.a.Fragment,null,"scalar"):a?function(){var e=[],a=!0;for(var n in t)"__name__"!==n&&(e.push(i.a.createElement("span",{key:n},!a&&", ",i.a.createElement("span",{className:"legend-label-name"},n),"=",i.a.createElement("span",{className:"legend-label-value"},'"',t[n],'"'))),a&&(a=!1));return i.a.createElement("div",null,i.a.createElement("span",{className:"legend-metric-name"},t.__name__||""),i.a.createElement("span",{className:"legend-label-brace"},"{"),e,i.a.createElement("span",{className:"legend-label-brace"},"}"))}():i.a.createElement(i.a.Fragment,null,Le(t))},de=function(e){Object(q.a)(a,e);var t=Object(B.a)(a);function a(){var e;Object(W.a)(this,a);for(var n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return(e=t.call.apply(t,[this].concat(r))).state={selectedIndexes:[]},e.handleSeriesSelect=function(t){return function(a){var n=e.state.selectedIndexes,r=[t];if(a.ctrlKey||a.metaKey){var o=e.props.chartData;r=n.includes(t)?n.filter((function(e){return e!==t})):0===n.length?o.reduce((function(e,a,n){return n===t?e:[].concat(Object(P.a)(e),[n])}),[]):[].concat(Object(P.a)(n),[t])}else 1===n.length&&n.includes(t)&&(r=[]);e.setState({selectedIndexes:r}),e.props.onSeriesToggle(r,t)}},e}return Object(H.a)(a,[{key:"componentDidUpdate",value:function(e){this.props.shouldReset&&e.shouldReset!==this.props.shouldReset&&this.setState({selectedIndexes:[]})}},{key:"render",value:function(){var e=this,t=this.props,a=t.chartData,n=t.onLegendMouseOut,r=t.onHover,o=this.state.selectedIndexes,l=a.length>1&&0===o.length;return i.a.createElement("div",{className:"graph-legend",onMouseOut:l?n:void 0},a.map((function(t){var n=t.index,s=t.color,c=t.labels;return i.a.createElement("div",{style:{opacity:0===o.length||o.includes(n)?1:.5},onClick:a.length>1?e.handleSeriesSelect(n):void 0,onMouseOver:l?r(n):void 0,key:n,className:"legend-item"},i.a.createElement("span",{className:"legend-swatch",style:{backgroundColor:s}}),i.a.createElement(he,{labels:c,format:!0}))})),a.length>1&&i.a.createElement("div",{className:"pl-1 mt-1 text-muted",style:{fontSize:13}},"Click: select series, ",navigator.platform.includes("Mac")?"CMD":"CTRL"," + click: toggle multiple series"))}}]),a}(o.PureComponent),pe=function(e){if(null===e)return"null";var t=Math.abs(e);if(t>=1e24)return(e/1e24).toFixed(2)+"Y";if(t>=1e21)return(e/1e21).toFixed(2)+"Z";if(t>=1e18)return(e/1e18).toFixed(2)+"E";if(t>=1e15)return(e/1e15).toFixed(2)+"P";if(t>=1e12)return(e/1e12).toFixed(2)+"T";if(t>=1e9)return(e/1e9).toFixed(2)+"G";if(t>=1e6)return(e/1e6).toFixed(2)+"M";if(t>=1e3)return(e/1e3).toFixed(2)+"k";if(t>=1)return e.toFixed(2);if(0===t)return e.toFixed(2);if(t<1e-23)return(e/1e-24).toFixed(2)+"y";if(t<1e-20)return(e/1e-21).toFixed(2)+"z";if(t<1e-17)return(e/1e-18).toFixed(2)+"a";if(t<1e-14)return(e/1e-15).toFixed(2)+"f";if(t<1e-11)return(e/1e-12).toFixed(2)+"p";if(t<1e-8)return(e/1e-9).toFixed(2)+"n";if(t<1e-5)return(e/1e-6).toFixed(2)+"\xb5";if(t<.01)return(e/.001).toFixed(2)+"m";if(t<=1)return e.toFixed(2);throw Error("couldn't format a value, this is a bug")},fe=function(e,t,a){var n=r.a.color.parse(e),o=n.r,i=n.g,l=n.b;if(!a)return"rgba(".concat(o,", ").concat(i,", ").concat(l,", ").concat(t,")");var s=255*(1-t);return"rgb(".concat(Math.round(s+t*o),",").concat(Math.round(s+t*i),",").concat(Math.round(s+t*l),")")},ge=function(e,t){return function(a,n){return Object(O.a)(Object(O.a)({},a),{},{color:fe(a.color,n!==e?.3:1,t)})}},ve=function(e,t){return{grid:{hoverable:!0,clickable:!0,autoHighlight:!0,mouseActiveRadius:100},legend:{show:!1},xaxis:{mode:"time",showTicks:!0,showMinorTicks:!0,timeBase:"milliseconds",timezone:t?"browser":void 0},yaxis:{tickFormatter:pe},crosshair:{mode:"xy",color:"#bbb"},tooltip:{show:!0,cssClass:"graph-tooltip",content:function(e,a,n,r){var o=r.series,i=o.labels,l=o.color,s=A()(a);return t||(s=s.utc()),'\n <div class="date">'.concat(s.format("YYYY-MM-DD HH:mm:ss Z"),'</div>\n <div>\n <span class="detail-swatch" style="background-color: ').concat(l,'"></span>\n <span>').concat(i.__name__||"value",": <strong>").concat(n,'</strong></span>\n <div>\n <div class="labels mt-1">\n ').concat(Object.keys(i).map((function(e){return"__name__"!==e?'<div class="mb-1"><strong>'.concat(e,"</strong>: ").concat(_e(i[e]),"</div>"):""})).join(""),"\n </div>\n ")},defaultTheme:!1,lines:!0},series:{stack:e,lines:{lineWidth:e?1:2,steps:!1,fill:e},shadowSize:0}}},be=function(e){var t=e.queryParams,a=e.data,n=function(e){var t=["#edc240","#afd8f8","#cb4b4b","#4da74d","#9440ed"],a=t.length,n=0;return e.result.map((function(e,o){return o%a===0&&o&&(n=n>=0?n<.5?-n-.2:0:-n),r.a.color.parse(t[o%a]||"#666").scale("rgb",1+n)}))}(a),o=t,i=o.startTime,l=o.endTime,s=o.resolution;return a.result.map((function(e,t){for(var a=e.values,r=e.metric,o=[],c=0,u=i;u<=l;u+=s){var m=a[c];a.length>c&&m[0]<u+s/100?(o.push([1e3*m[0],xe(m[1])]),c++):o.push([1e3*u,null])}return{labels:null!==r?r:{},color:n[t].toString(),data:o,index:t}}))},xe=function(e){var t=parseFloat(e);return isNaN(t)?null:t};a(124),a(125),a(126),a(127),a(128);var ye,Ee=function(e){Object(q.a)(a,e);var t=Object(B.a)(a);function a(){var e;Object(W.a)(this,a);for(var n=arguments.length,o=new Array(n),l=0;l<n;l++)o[l]=arguments[l];return(e=t.call.apply(t,[this].concat(o))).chartRef=i.a.createRef(),e.$chart=void 0,e.rafID=0,e.selectedSeriesIndexes=[],e.state={chartData:be(e.props)},e.plot=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:e.state.chartData;e.chartRef.current&&(e.destroyPlot(),e.$chart=r.a.plot(r()(e.chartRef.current),t,ve(e.props.stacked,e.props.useLocalTime)))},e.destroyPlot=function(){Ne(e.$chart)&&e.$chart.destroy()},e.handleSeriesSelect=function(t,a){var n=e.state.chartData;e.plot(1===e.selectedSeriesIndexes.length&&e.selectedSeriesIndexes.includes(a)?n.map(ge(a,e.props.stacked)):n.filter((function(e,a){return t.includes(a)}))),e.selectedSeriesIndexes=t},e.handleSeriesHover=function(t){return function(){e.rafID&&cancelAnimationFrame(e.rafID),e.rafID=requestAnimationFrame((function(){e.plotSetAndDraw(e.state.chartData.map(ge(t,e.props.stacked)))}))}},e.handleLegendMouseOut=function(){cancelAnimationFrame(e.rafID),e.plotSetAndDraw()},e.handleResize=function(){Ne(e.$chart)&&e.plot(e.$chart.getData())},e}return Object(H.a)(a,[{key:"componentDidUpdate",value:function(e){var t=this,a=this.props,n=a.data,r=a.stacked,o=a.useLocalTime;e.data!==n?(this.selectedSeriesIndexes=[],this.setState({chartData:be(this.props)},this.plot)):e.stacked!==r&&this.setState({chartData:be(this.props)},(function(){0===t.selectedSeriesIndexes.length?t.plot():t.plot(t.state.chartData.filter((function(e,a){return t.selectedSeriesIndexes.includes(a)})))})),e.useLocalTime!==o&&this.plot()}},{key:"componentDidMount",value:function(){this.plot()}},{key:"componentWillUnmount",value:function(){this.destroyPlot()}},{key:"plotSetAndDraw",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.state.chartData;Ne(this.$chart)&&(this.$chart.setData(e),this.$chart.draw())}},{key:"render",value:function(){var e=this.state.chartData;return i.a.createElement("div",{className:"graph"},i.a.createElement(me.a,{handleWidth:!0,onResize:this.handleResize,skipOnMount:!0}),i.a.createElement("div",{className:"graph-chart",ref:this.chartRef}),i.a.createElement(de,{shouldReset:0===this.selectedSeriesIndexes.length,chartData:e,onHover:this.handleSeriesHover,onLegendMouseOut:this.handleLegendMouseOut,onSeriesToggle:this.handleSeriesSelect}))}}]),a}(o.PureComponent),ke=function(e){var t=e.data,a=e.stacked,n=e.useLocalTime,r=e.lastQueryParams;return Ne(t)?0===t.result.length?i.a.createElement(_.a,{color:"secondary"},"Empty query result"):"matrix"!==t.resultType?i.a.createElement(_.a,{color:"danger"},"Query result is of wrong type '",t.resultType,"', should be 'matrix' (range vector)."):i.a.createElement(Ee,{data:t,stacked:a,useLocalTime:n,queryParams:r}):i.a.createElement(_.a,{color:"light"},"No data queried yet")},we=function(e){return e.length>1e4?e.slice(0,1e4):e},Se=function(e){var t=e.data;if(null===t)return i.a.createElement(_.a,{color:"light"},"No data queried yet");if(null===t.result||0===t.result.length)return i.a.createElement(_.a,{color:"secondary"},"Empty query result");var a=[],n=!1,r=t.result.length<=1e3;switch(t.resultType){case"vector":n=(a=we(t.result).map((function(e,t){return i.a.createElement("tr",{key:t},i.a.createElement("td",null,i.a.createElement(he,{labels:e.metric,format:r})),i.a.createElement("td",null,e.value[1]))}))).length!==t.result.length;break;case"matrix":n=(a=we(t.result).map((function(e,t){var a=e.values.map((function(e){return e[1]+" @"+e[0]})).join("\n");return i.a.createElement("tr",{style:{whiteSpace:"pre"},key:t},i.a.createElement("td",null,i.a.createElement(he,{labels:e.metric,format:r})),i.a.createElement("td",null,a))}))).length!==t.result.length;break;case"scalar":a.push(i.a.createElement("tr",{key:"0"},i.a.createElement("td",null,"scalar"),i.a.createElement("td",null,t.result[1])));break;case"string":a.push(i.a.createElement("tr",{key:"0"},i.a.createElement("td",null,"string"),i.a.createElement("td",null,t.result[1])));break;default:return i.a.createElement(_.a,{color:"danger"},"Unsupported result value type")}return i.a.createElement(i.a.Fragment,null,n&&i.a.createElement(_.a,{color:"danger"},i.a.createElement("strong",null,"Warning:")," Fetched ",t.result.length," metrics, only displaying first ",a.length,"."),!r&&i.a.createElement(_.a,{color:"secondary"},i.a.createElement("strong",null,"Notice:")," Showing more than ",1e3," series, turning off label formatting for performance reasons."),i.a.createElement(D.a,{hover:!0,size:"sm",className:"data-table"},i.a.createElement("tbody",null,a)))},Te=(a(137),function(e){var t=e.loadTime,a=e.resolution,n=e.resultSeries;return i.a.createElement("div",{className:"query-stats"},i.a.createElement("span",{className:"float-right"},"Load time: ",t,"ms \u2002 Resolution: ",a,"s \u2002 Result series: ",n))});!function(e){e.Graph="graph",e.Table="table"}(ye||(ye={}));var Ce={type:ye.Table,expr:"",range:36e5,endTime:null,resolution:null,stacked:!1},Oe=function(e){Object(q.a)(a,e);var t=Object(B.a)(a);function a(e){var n;return Object(W.a)(this,a),(n=t.call(this,e)).abortInFlightFetch=null,n.executeQuery=function(){var e=n.state.exprInputValue,t=Date.now();if(n.props.onExecuteQuery(e),n.props.options.expr!==e&&n.setOptions({expr:e}),""!==e){n.abortInFlightFetch&&(n.abortInFlightFetch(),n.abortInFlightFetch=null);var a=new AbortController;n.abortInFlightFetch=function(){return a.abort()},n.setState({loading:!0});var r,o=n.getEndTime().valueOf()/1e3,i=o-n.props.options.range/1e3,l=n.props.options.resolution||Math.max(Math.floor(n.props.options.range/25e4),1),s=new URLSearchParams({query:e});switch(n.props.options.type){case"graph":r="query_range",s.append("start",i.toString()),s.append("end",o.toString()),s.append("step",l.toString());break;case"table":r="query",s.append("time",o.toString());break;default:throw new Error('Invalid panel type "'+n.props.options.type+'"')}fetch("".concat(n.props.pathPrefix,"/").concat("api/v1","/").concat(r,"?").concat(s),{cache:"no-store",credentials:"same-origin",signal:a.signal}).then((function(e){return e.json()})).then((function(e){if("success"!==e.status)throw new Error(e.error||"invalid response JSON");var a=0;if(e.data){var r=e.data,s=r.resultType,c=r.result;"scalar"===s?a=1:c&&c.length>0&&(a=c.length)}n.setState({error:null,data:e.data,lastQueryParams:{startTime:i,endTime:o,resolution:l},stats:{loadTime:Date.now()-t,resolution:l,resultSeries:a},loading:!1}),n.abortInFlightFetch=null})).catch((function(e){"AbortError"!==e.name&&n.setState({error:"Error executing query: "+e.message,loading:!1})}))}},n.handleExpressionChange=function(e){n.setState({exprInputValue:e})},n.handleChangeRange=function(e){n.setOptions({range:e})},n.getEndTime=function(){return null===n.props.options.endTime?A()():n.props.options.endTime},n.handleChangeEndTime=function(e){n.setOptions({endTime:e})},n.handleChangeResolution=function(e){n.setOptions({resolution:e})},n.handleChangeType=function(e){n.props.options.type!==e&&(n.setState({data:null}),n.setOptions({type:e}))},n.handleChangeStacking=function(e){n.setOptions({stacked:e})},n.state={data:null,lastQueryParams:null,loading:!1,error:null,stats:null,exprInputValue:e.options.expr},n}return Object(H.a)(a,[{key:"componentDidUpdate",value:function(e){var t=e.options,a=this.props.options,n=a.endTime,r=a.range,o=a.resolution,i=a.type;t.endTime===n&&t.range===r&&t.resolution===o&&t.type===i||this.executeQuery()}},{key:"componentDidMount",value:function(){this.executeQuery()}},{key:"setOptions",value:function(e){var t=Object(O.a)(Object(O.a)({},this.props.options),e);this.props.onOptionsChanged(t)}},{key:"render",value:function(){var e=this,t=this.props,a=t.pastQueries,n=t.metricNames,r=t.options;return i.a.createElement("div",{className:"panel"},i.a.createElement(U.a,null,i.a.createElement(V.a,null,i.a.createElement(re,{value:this.state.exprInputValue,onExpressionChange:this.handleExpressionChange,executeQuery:this.executeQuery,loading:this.state.loading,enableAutocomplete:this.props.enableAutocomplete,autocompleteSections:{"Query History":a,"Metric Names":n}}))),i.a.createElement(U.a,null,i.a.createElement(V.a,null,this.state.error&&i.a.createElement(_.a,{color:"danger"},this.state.error))),i.a.createElement(U.a,null,i.a.createElement(V.a,null,i.a.createElement(p.a,{tabs:!0},i.a.createElement(f.a,null,i.a.createElement(g.a,{className:"table"===r.type?"active":"",onClick:function(){return e.handleChangeType(ye.Table)}},"Table")),i.a.createElement(f.a,null,i.a.createElement(g.a,{className:"graph"===r.type?"active":"",onClick:function(){return e.handleChangeType(ye.Graph)}},"Graph")),!this.state.loading&&!this.state.error&&this.state.stats&&i.a.createElement(Te,this.state.stats)),i.a.createElement(Y.a,{activeTab:r.type},i.a.createElement(G.a,{tabId:"table"},"table"===r.type&&i.a.createElement(i.a.Fragment,null,i.a.createElement("div",{className:"table-controls"},i.a.createElement(ce,{time:r.endTime,useLocalTime:this.props.useLocalTime,range:r.range,placeholder:"Evaluation time",onChangeTime:this.handleChangeEndTime})),i.a.createElement(Se,{data:this.state.data}))),i.a.createElement(G.a,{tabId:"graph"},"graph"===this.props.options.type&&i.a.createElement(i.a.Fragment,null,i.a.createElement(ue,{range:r.range,endTime:r.endTime,useLocalTime:this.props.useLocalTime,resolution:r.resolution,stacked:r.stacked,onChangeRange:this.handleChangeRange,onChangeEndTime:this.handleChangeEndTime,onChangeResolution:this.handleChangeResolution,onChangeStacking:this.handleChangeStacking}),i.a.createElement(ke,{data:this.state.data,stacked:r.stacked,useLocalTime:this.props.useLocalTime,lastQueryParams:this.state.lastQueryParams})))))),i.a.createElement(U.a,null,i.a.createElement(V.a,null,i.a.createElement(Q.a,{className:"float-right",color:"link",onClick:this.props.removePanel,size:"sm"},"Remove Panel"))))}}]),a}(o.Component),Me=function(){return"_".concat(Math.random().toString(36).substr(2,9))},je=function(e){return e.length>0},Ne=function(e){return null!==e&&void 0!==e},_e=function(e){var t={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#x2F;"};return String(e).replace(/[&<>"'/]/g,(function(e){return t[e]}))},Le=function(e){if(null===e)return"scalar";var t=(e.__name__||"")+"{",a=[];for(var n in e)"__name__"!==n&&a.push(n+'="'+e[n]+'"');return t+=a.join(", ")+"}"},ze=function(e){if(""===e)return null;if("0"===e)return 0;var t=new RegExp("^(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?$"),a=e.match(t);if(!a)return null;var n=0,r=function(e,t){if(void 0!==a[e]){var r=parseInt(a[e]);n+=r*t}};return r(2,31536e6),r(4,6048e5),r(6,864e5),r(8,36e5),r(10,6e4),r(12,1e3),r(14,1),n},Ie=function(e){var t=e,a="";if(0===t)return"0s";var n=function(e,n,r){if(!r||t%n===0){var o=Math.floor(t/n);o>0&&(a+="".concat(o).concat(e),t-=o*n)}};return n("y",31536e6,!0),n("w",6048e5,!0),n("d",864e5,!1),n("h",36e5,!1),n("m",6e4,!1),n("s",1e3,!1),n("ms",1,!1),a};function Fe(e){return A.a.utc(e).valueOf()}var De=function(e){var t=e<0?"-":"",a=e<0?-1*e:e,n=A.a.duration(a,"ms"),r=Math.floor(n.milliseconds()),o=Math.floor(n.seconds()),i=Math.floor(n.minutes()),l=Math.floor(n.hours()),s=Math.floor(n.asDays());return 0!==s?"".concat(t).concat(s,"d ").concat(l,"h ").concat(i,"m ").concat(o,"s"):0!==l?"".concat(t).concat(l,"h ").concat(i,"m ").concat(o,"s"):0!==i?"".concat(t).concat(i,"m ").concat(o,"s"):0!==o?"".concat(t).concat(o,".").concat(r,"s"):a>0?"".concat(t).concat(a.toFixed(3),"ms"):"0s"},Pe=function(e,t){var a=Fe(e);return a<0?"Never":De(t-a)},Re=/^g\d+\..+=.+$/,Ae=function(e){if(""===e)return[];var t=e.substring(1).split("&");return t.reduce((function(e,a,n){var r=e.length,o="g".concat(r,".");if(a.startsWith("".concat(o,"expr="))){var i=o.length;return[].concat(Object(P.a)(e),[{id:Me(),key:"".concat(r),options:t.slice(n).reduce((function(e,t){return t.startsWith(o)&&Re.test(t)?Object(O.a)(Object(O.a)({},e),We(t.substring(i))):e}),Ce)}])}return e}),[])},We=function(e){var t=e.split("="),a=Object(c.a)(t,2),n=a[0],r=a[1],o=decodeURIComponent(r.replace(/\+/g," "));switch(n){case"expr":return{expr:o};case"tab":return{type:"0"===o?ye.Graph:ye.Table};case"stacked":return{stacked:"1"===o};case"range_input":var i=ze(o);return Ne(i)?{range:i}:{};case"end_input":case"moment_input":return{endTime:Fe(o)};case"step_input":var l=parseInt(o);return l>0?{resolution:l}:{}}return{}},He=function(e){var t=e.key,a=e.options,n=function(e){return function(t,a){return"g".concat(e,".").concat(t,"=").concat(encodeURIComponent(a))}}(t),r=a.expr,o=a.type,i=a.stacked,l=a.range,s=a.endTime,c=a.resolution,u=!!Ne(s)&&function(e){return A.a.utc(e).format("YYYY-MM-DD HH:mm:ss")}(s);return[n("expr",r),n("tab",o===ye.Graph?0:1),n("stacked",i?1:0),n("range_input",Ie(l)),u?"".concat(n("end_input",u),"&").concat(n("moment_input",u)):"",Ne(c)?n("step_input",c):""].filter(je).join("&")},qe=function(e){return"../graph?g0.expr=".concat(encodeURIComponent(e),"&g0.tab=1&g0.stacked=0&g0.range_input=1h")},Be=function(e,t){return Object.entries(e).map(t)},Ue=function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return function(){for(var e=arguments.length,a=new Array(e),n=0;n<e;n++)a[n]=arguments[n];t.filter(Boolean).forEach((function(e){return e.apply(null,a)}))}},Ve={firing:"danger",pending:"warning",inactive:"success"},Ye=function(e){var t=e.annotations;return i.a.createElement(o.Fragment,null,i.a.createElement("tr",null,i.a.createElement("td",{colSpan:4},i.a.createElement("h5",{className:"font-weight-bold"},"Annotations"))),i.a.createElement("tr",null,i.a.createElement("td",{colSpan:4},Object.entries(t).map((function(e,t){var a=Object(c.a)(e,2),n=a[0],r=a[1];return i.a.createElement("div",{key:t},i.a.createElement("strong",null,n),i.a.createElement("div",null,r))})))))},Ge=function(e){var t=e.rule,a=e.showAnnotations,n=Object(o.useState)(!1),r=Object(c.a)(n,2),l=r[0],s=r[1];return i.a.createElement(i.a.Fragment,null,i.a.createElement(_.a,{fade:!1,onClick:function(){return s(!l)},color:Ve[t.state],style:{cursor:"pointer"}},i.a.createElement(L.a,{icon:l?z.f:z.h,fixedWidth:!0}),i.a.createElement("strong",null,t.name)," (","".concat(t.alerts.length," active"),")"),i.a.createElement(d.a,{isOpen:l,className:"mb-2"},i.a.createElement("pre",{style:{background:"#f5f5f5",padding:15}},i.a.createElement("code",null,i.a.createElement("div",null,"name: ",i.a.createElement(u.a,{to:qe('ALERTS{alertname="'.concat(t.name,'"}'))},t.name)),i.a.createElement("div",null,"expr: ",i.a.createElement(u.a,{to:qe(t.query)},t.query)),t.duration>0&&i.a.createElement("div",null,i.a.createElement("div",null,"for: ",Ie(1e3*t.duration))),t.labels&&Object.keys(t.labels).length>0&&i.a.createElement("div",null,i.a.createElement("div",null,"labels:"),Object.entries(t.labels).map((function(e){var t=Object(c.a)(e,2),a=t[0],n=t[1];return i.a.createElement("div",{className:"ml-4",key:a},a,": ",n)}))),t.annotations&&Object.keys(t.annotations).length>0&&i.a.createElement("div",null,i.a.createElement("div",null,"annotations:"),Object.entries(t.annotations).map((function(e){var t=Object(c.a)(e,2),a=t[0],n=t[1];return i.a.createElement("div",{className:"ml-4",key:a},a,": ",n)}))))),t.alerts.length>0&&i.a.createElement(D.a,{bordered:!0,size:"sm"},i.a.createElement("thead",null,i.a.createElement("tr",null,i.a.createElement("th",null,"Labels"),i.a.createElement("th",null,"State"),i.a.createElement("th",null,"Active Since"),i.a.createElement("th",null,"Value"))),i.a.createElement("tbody",null,t.alerts.map((function(e,t){return i.a.createElement(o.Fragment,{key:t},i.a.createElement("tr",null,i.a.createElement("td",{style:{verticalAlign:"middle"}},Object.entries(e.labels).map((function(e,t){var a=Object(c.a)(e,2),n=a[0],r=a[1];return i.a.createElement(F.a,{key:t,color:"primary",className:"mr-1"},n,"=",r)}))),i.a.createElement("td",null,i.a.createElement("h5",{className:"m-0"},i.a.createElement(F.a,{color:Ve[e.state]+" text-uppercase",className:"px-3"},e.state))),i.a.createElement("td",null,e.activeAt),i.a.createElement("td",null,(n=e.value,isNaN(Number(n))?n:Number(n)))),a&&i.a.createElement(Ye,{annotations:e.annotations}));var n}))))))},Qe=a(166),$e=a(167),Ke=Object(o.memo)((function(e){var t=e.children,a=e.wrapperStyles,n=e.id,r=Object(N.a)(e,["children","wrapperStyles","id"]);return i.a.createElement(Qe.a,{className:"custom-control custom-checkbox",style:a},i.a.createElement(X.a,Object.assign({},r,{id:n,type:"checkbox",className:"custom-control-input"})),i.a.createElement($e.a,{style:{userSelect:"none"},className:"custom-control-label",for:n},t))}));function Je(e,t){var a=JSON.parse(localStorage.getItem(e)||JSON.stringify(t)),n=Object(o.useState)(a),r=Object(c.a)(n,2),i=r[0],l=r[1];return Object(o.useEffect)((function(){var t=JSON.stringify(i);localStorage.setItem(e,t)}),[e,i]),[i,l]}var Xe=[["inactive","success"],["pending","warning"],["firing","danger"]],Ze=function(e){var t=e.groups,a=void 0===t?[]:t,n=e.statsCount,r=Je("alerts-status-filter",{firing:!0,pending:!0,inactive:!0}),l=Object(c.a)(r,2),s=l[0],u=l[1],m=Je("alerts-annotations-status",{checked:!1}),h=Object(c.a)(m,2),d=h[0],p=h[1];return i.a.createElement(i.a.Fragment,null,i.a.createElement("div",{className:"d-flex togglers-wrapper"},Xe.map((function(e){var t,a=Object(c.a)(e,2),r=a[0],o=a[1];return i.a.createElement(Ke,{key:r,wrapperStyles:{marginRight:10},checked:s[r],id:"".concat(r,"-toggler"),onClick:(t=r,function(){u(Object(O.a)(Object(O.a)({},s),{},{[t]:!s[t]}))})},i.a.createElement(F.a,{color:o,className:"text-capitalize"},r," (",n[r],")"))})),i.a.createElement(Ke,{wrapperStyles:{marginLeft:"auto"},checked:d.checked,id:"show-annotations-toggler",onClick:function(){p({checked:!d.checked})}},i.a.createElement("span",{style:{fontSize:"0.9rem",lineHeight:1.9}},"Show annotations"))),a.map((function(e,t){return e.rules.some((function(e){return s[e.state]}))?i.a.createElement(o.Fragment,{key:t},i.a.createElement(et,{rules:e.rules},e.file," > ",e.name),e.rules.map((function(e,t){return s[e.state]&&i.a.createElement(Ge,{key:e.name+t,showAnnotations:d.checked,rule:e})}))):null})))},et=function(e){var t=e.rules,a=e.children,n=t.reduce((function(e,t){return Object(O.a)(Object(O.a)({},e),{},{[t.state]:e[t.state]+t.alerts.length})}),{firing:0,pending:0});return i.a.createElement("div",{className:"group-info border rounded-sm",style:{lineHeight:1.1}},a,i.a.createElement("div",{className:"badges-wrapper"},Ne(n.inactive)&&i.a.createElement(F.a,{color:"success"},"inactive"),n.pending>0&&i.a.createElement(F.a,{color:"warning"},"pending (",n.pending,")"),n.firing>0&&i.a.createElement(F.a,{color:"danger"},"firing (",n.firing,")")))};Ze.displayName="Alerts";var tt=I(Ze),at=function(){var e=k(),t=j("".concat(e,"/").concat("api/v1","/rules?type=alert")),a=t.response,n=t.error,r=t.isLoading,o={inactive:0,pending:0,firing:0};return a.data&&a.data.groups&&a.data.groups.forEach((function(e){return e.rules.forEach((function(e){return o[e.state]++}))})),i.a.createElement(tt,Object.assign({},a.data,{statsCount:o,error:n,isLoading:r}))},nt=a(76),rt=a.n(nt),ot=(a(141),function(e){var t=e.yaml;return i.a.createElement("pre",{className:"config-yaml"},t)});ot.displayName="Config";var it=I(ot),lt=function(e){var t=e.error,a=e.data,n=Object(o.useState)(!1),r=Object(c.a)(n,2),l=r[0],s=r[1],u=a&&a.yaml;return i.a.createElement(i.a.Fragment,null,i.a.createElement("h2",null,"Configuration\xa0",i.a.createElement(rt.a,{text:u,onCopy:function(e,t){s(t),setTimeout(s,1500)}},i.a.createElement(Q.a,{color:"light",disabled:!u},l?"Copied":"Copy to clipboard"))),i.a.createElement(it,{error:t,isLoading:!u,yaml:u}))},st=function(){var e=k(),t=j("".concat(e,"/").concat("api/v1","/status/config")),a=t.response,n=t.error;return i.a.createElement(lt,{error:n,data:a.data})},ct=function(e){var t=e.data,a=void 0===t?{}:t;return i.a.createElement(i.a.Fragment,null,i.a.createElement("h2",null,"Command-Line Flags"),i.a.createElement(D.a,{bordered:!0,size:"sm",striped:!0},i.a.createElement("tbody",null,Object.keys(a).map((function(e){return i.a.createElement("tr",{key:e},i.a.createElement("th",null,e),i.a.createElement("td",null,a[e]))})))))},ut=I(ct);ct.displayName="Flags";var mt=function(){var e=k(),t=j("".concat(e,"/").concat("api/v1","/status/flags")),a=t.response,n=t.error,r=t.isLoading;return i.a.createElement(ut,{data:a.data,error:n,isLoading:r})},ht=a(25),dt=function(e){return i.a.createElement(i.a.Fragment,null,i.a.createElement("strong",null,e.title,":"),i.a.createElement(u.a,{className:"ml-4",to:qe(e.expr)},e.text),i.a.createElement("br",null))},pt=I((function(e){var t=e.response,a=function(e){switch(e){case"ok":return"success";case"err":return"danger";case"unknown":return"warning"}};if(t.data){var n=t.data.groups;return i.a.createElement(i.a.Fragment,null,i.a.createElement("h2",null,"Rules"),n.map((function(e,t){return i.a.createElement(D.a,{bordered:!0,key:t},i.a.createElement("thead",null,i.a.createElement("tr",null,i.a.createElement("td",{colSpan:3},i.a.createElement("a",{href:"#"+e.name},i.a.createElement("h2",{id:e.name},e.name))),i.a.createElement("td",null,i.a.createElement("h2",null,Pe(e.lastEvaluation,Object(ht.now)())," ago")),i.a.createElement("td",null,i.a.createElement("h2",null,De(1e3*parseFloat(e.evaluationTime)))))),i.a.createElement("tbody",null,i.a.createElement("tr",{className:"font-weight-bold"},i.a.createElement("td",null,"Rule"),i.a.createElement("td",null,"State"),i.a.createElement("td",null,"Error"),i.a.createElement("td",null,"Last Evaluation"),i.a.createElement("td",null,"Evaluation Time")),e.rules.map((function(e,t){return i.a.createElement("tr",{key:t},i.a.createElement("td",{style:{backgroundColor:"#F5F5F5"},className:"rule_cell"},e.alerts?i.a.createElement(dt,{title:"alert",text:e.name,expr:'ALERTS{alertname="'.concat(e.name,'"}')}):i.a.createElement(dt,{title:"record",text:e.name,expr:e.name}),i.a.createElement(dt,{title:"expr",text:e.query,expr:e.query}),e.duration>0&&i.a.createElement("div",null,i.a.createElement("strong",null,"for:")," ",Ie(1e3*e.duration)),e.labels&&Object.keys(e.labels).length>0&&i.a.createElement("div",null,i.a.createElement("strong",null,"labels:"),Object.entries(e.labels).map((function(e){var t=Object(c.a)(e,2),a=t[0],n=t[1];return i.a.createElement("div",{className:"ml-4",key:a},a,": ",n)}))),e.alerts&&e.annotations&&Object.keys(e.annotations).length>0&&i.a.createElement("div",null,i.a.createElement("strong",null,"annotations:"),Object.entries(e.annotations).map((function(e){var t=Object(c.a)(e,2),a=t[0],n=t[1];return i.a.createElement("div",{className:"ml-4",key:a},a,": ",n)})))),i.a.createElement("td",null,i.a.createElement(F.a,{color:a(e.health)},e.health.toUpperCase())),i.a.createElement("td",null,e.lastError?i.a.createElement(_.a,{color:"danger"},e.lastError):null),i.a.createElement("td",null,Pe(e.lastEvaluation,Object(ht.now)())," ago"),i.a.createElement("td",null,De(1e3*parseFloat(e.evaluationTime))))}))))})))}return null})),ft=function(){var e=k(),t=j("".concat(e,"/").concat("api/v1","/rules")),a=t.response,n=t.error,r=t.isLoading;return i.a.createElement(pt,{response:a,error:n,isLoading:r})},gt=function(e){var t=e.children,a=e.event,n=e.showMore;return i.a.createElement("h3",null,t,i.a.createElement(Q.a,{size:"xs",onClick:a,style:{padding:"0.3em 0.3em 0.25em 0.3em",fontSize:"0.375em",marginLeft:"1em",verticalAlign:"baseline"},color:"primary"},"show ",n?"less":"more"))},vt=function(e){return Object.entries(e).map((function(e){var t=Object(c.a)(e,2),a=t[0],n=t[1];return i.a.createElement("div",{key:a},i.a.createElement(F.a,{color:"primary",className:"mr-1"},"".concat(a,'="').concat(n,'"')))}))},bt=function(e){var t=e.value,a=e.name,n=Object(o.useState)(!1),r=Object(c.a)(n,2),l=r[0],s=r[1];return i.a.createElement(i.a.Fragment,null,i.a.createElement("div",null,i.a.createElement(gt,{event:function(){s(!l)},showMore:l},i.a.createElement("span",{className:"target-head"},a))),l?i.a.createElement(D.a,{size:"sm",bordered:!0,hover:!0,striped:!0},i.a.createElement("thead",null,i.a.createElement("tr",null,i.a.createElement("th",null,"Discovered Labels"),i.a.createElement("th",null,"Target Labels"))),i.a.createElement("tbody",null,t.map((function(e,a){return i.a.createElement("tr",{key:a},i.a.createElement("td",null,vt(t[a].discoveredLabels)),t[a].isDropped?i.a.createElement("td",{style:{fontWeight:"bold"}},"Dropped"):i.a.createElement("td",null,vt(t[a].labels)))})))):null)},xt=function(e){var t=e.activeTargets,a=e.droppedTargets,n=function(e,t){var a,n={},r=Object(oe.a)(e);try{for(r.s();!(a=r.n()).done;){var o=a.value.scrapePool;n[o]||(n[o]={total:0,active:0}),n[o].total++,n[o].active++}}catch(c){r.e(c)}finally{r.f()}var i,l=Object(oe.a)(t);try{for(l.s();!(i=l.n()).done;){var s=i.value.discoveredLabels.job;n[s]||(n[s]={total:0,active:0}),n[s].total++}}catch(c){l.e(c)}finally{l.f()}return n}(t,a),r=function(e,t){var a,n={},r=Object(oe.a)(e);try{for(r.s();!(a=r.n()).done;){var o=a.value,i=o.scrapePool;n[i]||(n[i]=[]),n[i].push({discoveredLabels:o.discoveredLabels,labels:o.labels,isDropped:!1})}}catch(m){r.e(m)}finally{r.f()}var l,s=Object(oe.a)(t);try{for(s.s();!(l=s.n()).done;){var c=l.value,u=c.discoveredLabels.job;n[u]||(n[u]=[]),n[u].push({discoveredLabels:c.discoveredLabels,isDropped:!0,labels:{}})}}catch(m){s.e(m)}finally{s.f()}return n}(t,a);return i.a.createElement(i.a.Fragment,null,i.a.createElement("h2",null,"Service Discovery"),i.a.createElement("ul",null,Be(n,(function(e){var t=Object(c.a)(e,2),a=t[0],n=t[1];return i.a.createElement("li",{key:a},i.a.createElement("a",{href:"#"+a},a," (",n.active," / ",n.total," active targets)"))}))),i.a.createElement("hr",null),Be(r,(function(e){var t=Object(c.a)(e,2),a=t[0],n=t[1];return i.a.createElement(bt,{value:n,name:a,key:a})})))};xt.displayName="ServiceDiscoveryContent";var yt=I(xt),Et=function(){var e=k(),t=j("".concat(e,"/").concat("api/v1","/targets")),a=t.response,n=t.error,r=t.isLoading;return i.a.createElement(yt,Object.assign({},a.data,{error:n,isLoading:r,componentTitle:"Service Discovery information"}))},kt={startTime:{title:"Start time",customizeValue:function(e){return new Date(e).toUTCString()}},CWD:{title:"Working directory"},reloadConfigSuccess:{title:"Configuration reload",customizeValue:function(e){return e?"Successful":"Unsuccessful"}},lastConfigTime:{title:"Last successful configuration reload"},corruptionCount:{title:"WAL corruptions"},goroutineCount:{title:"Goroutines"},storageRetention:{title:"Storage retention"},activeAlertmanagers:{customRow:!0,customizeValue:function(e,t){return i.a.createElement(o.Fragment,{key:t},i.a.createElement("tr",null,i.a.createElement("th",null,"Endpoint")),e.map((function(e){var t=e.url,a=new URL(t),n=a.origin,r=a.pathname;return i.a.createElement("tr",{key:t},i.a.createElement("td",null,i.a.createElement("a",{href:t},n),r))})))}},droppedAlertmanagers:{skip:!0}},wt=function(e){var t=e.data,a=e.title;return i.a.createElement(i.a.Fragment,null,i.a.createElement("h2",null,a),i.a.createElement(D.a,{className:"h-auto",size:"sm",bordered:!0,striped:!0},i.a.createElement("tbody",null,Object.entries(t).map((function(e){var t=Object(c.a)(e,2),a=t[0],n=t[1],r=kt[a]||{},o=r.title,l=void 0===o?a:o,s=r.customizeValue,u=void 0===s?function(e){return e}:s,m=r.customRow;return r.skip?null:m?u(n,a):i.a.createElement("tr",{key:a},i.a.createElement("th",{className:"capitalize-title",style:{width:"35%"}},l),i.a.createElement("td",{className:"text-break"},u(n,l)))})))))},St=I(wt);wt.displayName="Status";var Tt=function(){var e=k(),t="".concat(e,"/").concat("api/v1");return i.a.createElement(i.a.Fragment,null,[{fetchResult:j("".concat(t,"/status/runtimeinfo")),title:"Runtime Information"},{fetchResult:j("".concat(t,"/status/buildinfo")),title:"Build Information"},{fetchResult:j("".concat(t,"/alertmanagers")),title:"Alertmanagers"}].map((function(e){var t=e.fetchResult,a=e.title,n=t.response,r=t.isLoading,o=t.error;return i.a.createElement(St,{key:a,data:n.data,title:a,isLoading:r,error:o,componentTitle:a})})))},Ct=a(54),Ot=a.n(Ct),Mt=function(e){var t=e.filter,a=e.setFilter,n=t.showHealthy,r={all:{active:n,className:"all ".concat(Ot.a.btn),color:"primary",onClick:function(){return a(Object(O.a)(Object(O.a)({},t),{},{showHealthy:!0}))}},unhealthy:{active:!n,className:"unhealthy ".concat(Ot.a.btn),color:"primary",onClick:function(){return a(Object(O.a)(Object(O.a)({},t),{},{showHealthy:!1}))}}};return i.a.createElement(le.a,null,i.a.createElement(Q.a,r.all,"All"),i.a.createElement(Q.a,r.unhealthy,"Unhealthy"))},jt=a(27),Nt=a.n(jt),_t=function(e){var t,a=e.endpoint,n=e.globalUrl;try{t=new URL(a)}catch(h){return i.a.createElement(_.a,{color:"danger"},i.a.createElement("strong",null,"Error:")," ",h.message)}var r=t,o=r.host,l=r.pathname,s=r.protocol,u=r.searchParams,m=Array.from(u.entries());return i.a.createElement(i.a.Fragment,null,i.a.createElement("a",{href:n},"".concat(s,"//").concat(o).concat(l)),m.length>0?i.a.createElement("br",null):null,m.map((function(e){var t=Object(c.a)(e,2),a=t[0],n=t[1];return i.a.createElement(F.a,{color:"primary",className:"mr-1 ".concat(a),key:a},"".concat(a,'="').concat(n,'"'))})))},Lt=a(169),zt=(a(142),a(77)),It=a.n(zt),Ft=function(e){var t=e.discoveredLabels,a=e.labels,n=e.idx,r=e.scrapePool,l=Object(o.useState)(!1),s=Object(c.a)(l,2),u=s[0],m=s[1],h="series-labels-".concat(r,"-").concat(n);return i.a.createElement(i.a.Fragment,null,i.a.createElement("div",{id:h,className:"series-labels-container"},Object.keys(a).map((function(e){return i.a.createElement(F.a,{color:"primary",className:"mr-1",key:e},"".concat(e,'="').concat(a[e],'"'))}))),i.a.createElement(Lt.a,{isOpen:u,target:CSS.escape(h),toggle:function(){return m(!u)},style:{maxWidth:"none",textAlign:"left"}},i.a.createElement("b",null,"Before relabeling:"),function(e){return Object.keys(e).map((function(t){return"".concat(t,'="').concat(e[t],'"')}))}(t).map((function(e,t){return i.a.createElement(o.Fragment,{key:t},i.a.createElement("br",null),i.a.createElement("span",{className:It.a.discovered},e))}))))},Dt=["Endpoint","State","Labels","Last Scrape","Scrape Duration","Error"],Pt=function(e){var t=e.scrapePool,a=e.targetGroup,n=Je("targets-".concat(t,"-expanded"),{expanded:!0}),r=Object(c.a)(n,2),o=r[0].expanded,l=r[1],s=a.upCount<a.targets.length?"danger":"normal",u="pool-".concat(t),m={href:"#".concat(u),id:u};return i.a.createElement("div",{className:Nt.a.container},i.a.createElement(gt,{event:function(){return l({expanded:!o})},showMore:o},i.a.createElement("a",Object.assign({className:Nt.a[s]},m),"".concat(t," (").concat(a.upCount,"/").concat(a.targets.length," up)"))),i.a.createElement(d.a,{isOpen:o},i.a.createElement(D.a,{className:Nt.a.table,size:"sm",bordered:!0,hover:!0,striped:!0},i.a.createElement("thead",null,i.a.createElement("tr",{key:"header"},Dt.map((function(e){return i.a.createElement("th",{key:e},e)})))),i.a.createElement("tbody",null,a.targets.map((function(e,t){var a=e.discoveredLabels,n=e.labels,r=e.scrapePool,o=e.scrapeUrl,l=e.globalUrl,s=e.lastError,c=e.lastScrape,u=e.lastScrapeDuration,m=e.health,h=function(e){switch(e.toLowerCase()){case"up":return"success";case"down":return"danger";default:return"warning"}}(m);return i.a.createElement("tr",{key:o},i.a.createElement("td",{className:Nt.a.endpoint},i.a.createElement(_t,{endpoint:o,globalUrl:l})),i.a.createElement("td",{className:Nt.a.state},i.a.createElement(F.a,{color:h},m.toUpperCase())),i.a.createElement("td",{className:Nt.a.labels},i.a.createElement(Ft,{discoveredLabels:a,labels:n,scrapePool:r,idx:t})),i.a.createElement("td",{className:Nt.a["last-scrape"]},Pe(c,Object(ht.now)())),i.a.createElement("td",{className:Nt.a["scrape-duration"]},De(1e3*u)),i.a.createElement("td",{className:Nt.a.errors},s?i.a.createElement(F.a,{color:h},s):null))}))))))},Rt=function(e){var t=e.filter,a=e.activeTargets,n=a.reduce((function(e,t){var a=t.health,n=t.scrapePool,r="up"===a.toLowerCase()?1:0;return e[n]||(e[n]={upCount:0,targets:[]}),e[n].targets.push(t),e[n].upCount+=r,e}),{}),r=t.showHealthy,o=t.showUnhealthy;return i.a.createElement(i.a.Fragment,null,Object.keys(n).reduce((function(e,t){var a=n[t],l=a.upCount===a.targets.length;return l&&r||!l&&o?[].concat(Object(P.a)(e),[i.a.createElement(Pt,{key:t,scrapePool:t,targetGroup:a})]):e}),[]))};Rt.displayName="ScrapePoolContent";var At=I(Rt),Wt=function(e){var t=e.filter,a=k(),n=j("".concat(a,"/").concat("api/v1","/targets?state=active")),r=n.response,o=n.error,l=n.isLoading,s=r.status,c="success"!==s&&"start fetching"!==s;return i.a.createElement(At,Object.assign({},r.data,{filter:t,error:c?new Error(s):o,isLoading:l,componentTitle:"Targets information"}))},Ht=function(){var e=k(),t=Je("targets-page-filter",{showHealthy:!0,showUnhealthy:!0}),a=Object(c.a)(t,2),n=a[0],r={filter:n,setFilter:a[1]},o={filter:n,pathPrefix:e,API_PATH:"api/v1"};return i.a.createElement(i.a.Fragment,null,i.a.createElement("h2",null,"Targets"),i.a.createElement(Mt,r),i.a.createElement(Wt,o))},qt=function(e){var t="?".concat(e.map(He).join("&"));window.history.pushState({},"",t)},Bt=function(e){var t=e.metrics,a=void 0===t?[]:t,n=e.useLocalTime,r=e.queryHistoryEnabled,l=e.enableAutocomplete,s=Object(N.a)(e,["metrics","useLocalTime","queryHistoryEnabled","enableAutocomplete"]),u=Object(o.useState)(s.panels),m=Object(c.a)(u,2),h=m[0],d=m[1],p=Je("history",[]),f=Object(c.a)(p,2),g=f[0],v=f[1];Object(o.useEffect)((function(){!h.length&&x(),window.onpopstate=function(){var e=Ae(window.location.search);e.length>0&&d(e)}}),[]);var b=function(e){if(!(-1!==a.indexOf(e))&&e.length){var t=g.reduce((function(t,a){return a===e?t:[].concat(Object(P.a)(t),[a])}),[e]);v(t.slice(0,50))}},x=function(){Ue(d,qt)([].concat(Object(P.a)(h),[{id:Me(),key:"".concat(h.length),options:Ce}]))},y=k();return i.a.createElement(i.a.Fragment,null,h.map((function(e){var t=e.id,o=e.options;return i.a.createElement(Oe,{pathPrefix:y,onExecuteQuery:b,key:t,options:o,onOptionsChanged:function(e){return Ue(d,qt)(h.map((function(a){return t===a.id?Object(O.a)(Object(O.a)({},a),{},{options:e}):a})))},removePanel:function(){return Ue(d,qt)(h.reduce((function(e,a){return a.id!==t?[].concat(Object(P.a)(e),[Object(O.a)(Object(O.a)({},a),{},{key:"".concat(e.length)})]):e}),[]))},useLocalTime:n,metricNames:a,pastQueries:r?g:[],enableAutocomplete:l})})),i.a.createElement(Q.a,{className:"d-block mb-3",color:"primary",onClick:x},"Add Panel"))},Ut=function(){var e=Object(o.useState)(0),t=Object(c.a)(e,2),a=t[0],n=t[1],r=Je("use-local-time",!1),l=Object(c.a)(r,2),s=l[0],u=l[1],m=Je("enable-query-history",!1),h=Object(c.a)(m,2),d=h[0],p=h[1],f=Je("enable-metric-autocomplete",!0),g=Object(c.a)(f,2),v=g[0],b=g[1],x=k(),y=j("".concat(x,"/").concat("api/v1","/label/__name__/values")),E=y.response,w=y.error,S=(new Date).getTime()/1e3,T=j("".concat(x,"/").concat("api/v1","/query?query=time()")),C=T.response,O=T.error;return Object(o.useEffect)((function(){if(C.data){var e=C.data.result[0];n(Math.abs(S-e))}}),[C.data]),i.a.createElement(i.a.Fragment,null,i.a.createElement(Ke,{wrapperStyles:{marginLeft:3,display:"inline-block"},id:"query-history-checkbox",onChange:function(e){var t=e.target;return p(t.checked)},defaultChecked:d},"Enable query history"),i.a.createElement(Ke,{wrapperStyles:{marginLeft:20,display:"inline-block"},id:"use-local-time-checkbox",onChange:function(e){var t=e.target;return u(t.checked)},defaultChecked:s},"Use local time"),i.a.createElement(Ke,{wrapperStyles:{marginLeft:20,display:"inline-block"},id:"autocomplete",onChange:function(e){var t=e.target;return b(t.checked)},defaultChecked:v},"Enable autocomplete"),(a>30||O)&&i.a.createElement(_.a,{color:"danger"},i.a.createElement("strong",null,"Warning: "),O&&"Unexpected response status when fetching server time: ".concat(O.message),a>=30&&"Error fetching server time: Detected ".concat(a," seconds time difference between your browser and the server. Prometheus relies on accurate time and time drift might cause unexpected query results.")),w&&i.a.createElement(_.a,{color:"danger"},i.a.createElement("strong",null,"Warning: "),"Error fetching metrics list: Unexpected response status when fetching metric names: ",w.message),i.a.createElement(Bt,{panels:Ae(window.location.search),useLocalTime:s,metrics:E.data,queryHistoryEnabled:d,enableAutocomplete:v}))},Vt=function(e){var t=e.headStats,a=e.labelValueCountByLabelName,n=e.seriesCountByMetricName,r=e.memoryInBytesByLabelName,o=e.seriesCountByLabelValuePair,l=function(e){return new Date(e).toISOString()},s=t.chunkCount,c=t.numSeries,u=t.minTime,m=t.maxTime,h=[{header:"Number of Series",value:c},{header:"Number of Chunks",value:s},{header:"Current Min Time",value:"".concat(l(u)," (").concat(u,")")},{header:"Current Max Time",value:"".concat(l(m)," (").concat(m,")")}];return i.a.createElement("div",null,i.a.createElement("h2",null,"TSDB Status"),i.a.createElement("h3",{className:"p-2"},"Head Stats"),i.a.createElement("div",{className:"p-2"},i.a.createElement(D.a,{bordered:!0,size:"sm",striped:!0},i.a.createElement("thead",null,i.a.createElement("tr",null,h.map((function(e){var t=e.header;return i.a.createElement("th",{key:t},t)})))),i.a.createElement("tbody",null,i.a.createElement("tr",null,h.map((function(e){var t=e.header,a=e.value;return i.a.createElement("td",{key:t},a)})))))),i.a.createElement("h3",{className:"p-2"},"Head Cardinality Stats"),[{title:"Top 10 label names with value count",stats:a},{title:"Top 10 series count by metric names",stats:n},{title:"Top 10 label names with high memory usage",unit:"Bytes",stats:r},{title:"Top 10 series count by label value pairs",stats:o}].map((function(e){var t=e.title,a=e.unit,n=void 0===a?"Count":a,r=e.stats;return i.a.createElement("div",{className:"p-2",key:t},i.a.createElement("h3",null,t),i.a.createElement(D.a,{bordered:!0,size:"sm",striped:!0},i.a.createElement("thead",null,i.a.createElement("tr",null,i.a.createElement("th",null,"Name"),i.a.createElement("th",null,n))),i.a.createElement("tbody",null,r.map((function(e){var t=e.name,a=e.value;return i.a.createElement("tr",{key:t},i.a.createElement("td",null,t),i.a.createElement("td",null,a))})))))})))};Vt.displayName="TSDBStatusContent";var Yt=I(Vt),Gt=function(){var e=k(),t=j("".concat(e,"/").concat("api/v1","/status/tsdb")),a=t.response,n=t.error,r=t.isLoading;return i.a.createElement(Yt,Object.assign({error:n,isLoading:r},a.data,{componentTitle:"TSDB Status information"}))},Qt=function(e){var t=e.consolesLink,a=window.location.pathname,n=["/graph","/alerts","/status","/tsdb-status","/flags","/config","/rules","/targets","/service-discovery"];if(a.endsWith("/")&&(a=a.slice(0,-1)),a.length>1)for(var r=0;r<n.length;r++)if(a.endsWith(n[r])){a=a.slice(0,a.length-n[r].length);break}return i.a.createElement(E.Provider,{value:a},i.a.createElement(w,{consolesLink:t}),i.a.createElement(S.a,{fluid:!0,style:{paddingTop:70}},i.a.createElement(u.c,{basepath:"".concat(a)},i.a.createElement(u.b,{from:"/",to:"graph",noThrow:!0}),i.a.createElement(Ut,{path:"/graph"}),i.a.createElement(at,{path:"/alerts"}),i.a.createElement(st,{path:"/config"}),i.a.createElement(mt,{path:"/flags"}),i.a.createElement(ft,{path:"/rules"}),i.a.createElement(Et,{path:"/service-discovery"}),i.a.createElement(Tt,{path:"/status"}),i.a.createElement(Gt,{path:"/tsdb-status"}),i.a.createElement(Ht,{path:"/targets"}))))},$t=(a(143),GLOBAL_CONSOLES_LINK);"CONSOLES_LINK_PLACEHOLDER"!==GLOBAL_CONSOLES_LINK&&""!==GLOBAL_CONSOLES_LINK&&Ne(GLOBAL_CONSOLES_LINK)||($t=null),s.a.render(i.a.createElement(Qt,{consolesLink:$t}),document.getElementById("root"))},27:function(e,t,a){e.exports={container:"ScrapePoolPanel_container__2macm",title:"ScrapePoolPanel_title__1ppGj",normal:"ScrapePoolPanel_normal__1AuiN ScrapePoolPanel_title__1ppGj",danger:"ScrapePoolPanel_danger__ZoHk6 ScrapePoolPanel_title__1ppGj",table:"ScrapePoolPanel_table__1Sdr1",cell:"ScrapePoolPanel_cell__3LVb_",endpoint:"ScrapePoolPanel_endpoint__1N4gx ScrapePoolPanel_cell__3LVb_",labels:"ScrapePoolPanel_labels__1VVxb ScrapePoolPanel_cell__3LVb_",state:"ScrapePoolPanel_state__2BqDx ScrapePoolPanel_cell__3LVb_","last-scrape":"ScrapePoolPanel_last-scrape__192VK ScrapePoolPanel_cell__3LVb_",errors:"ScrapePoolPanel_errors__2JBvY ScrapePoolPanel_cell__3LVb_"}},54:function(e,t,a){e.exports={btn:"Filter_btn__1yhdg"}},77:function(e,t,a){e.exports={discovered:"TargetLabels_discovered__2eSl4"}},81:function(e,t,a){e.exports=a(144)}},[[81,1,2]]]);
+//# sourceMappingURL=main.ca4ac742.chunk.js.map \ No newline at end of file
diff --git a/databases/prometheus/files/react/static/js/main.ca4ac742.chunk.js.map b/databases/prometheus/files/react/static/js/main.ca4ac742.chunk.js.map
new file mode 100644
index 00000000000..8fa5f100c90
--- /dev/null
+++ b/databases/prometheus/files/react/static/js/main.ca4ac742.chunk.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["vendor/flot/jquery.flot.js","vendor/flot/jquery.flot.stack.js","vendor/flot/jquery.flot.time.js","vendor/flot/jquery.flot.crosshair.js","globals.ts","contexts/PathPrefixContext.tsx","Navbar.tsx","hooks/useFetch.ts","components/withStatusIndicator.tsx","pages/graph/ExpressionInput.tsx","pages/graph/TimeInput.tsx","pages/graph/GraphControls.tsx","pages/graph/SeriesName.tsx","pages/graph/Legend.tsx","pages/graph/GraphHelpers.ts","pages/graph/Graph.tsx","pages/graph/Panel.tsx","pages/graph/GraphTabContent.tsx","pages/graph/DataTable.tsx","pages/graph/QueryStatsView.tsx","constants/constants.tsx","utils/index.ts","pages/alerts/CollapsibleAlertPanel.tsx","components/Checkbox.tsx","hooks/useLocalStorage.tsx","pages/alerts/AlertContents.tsx","pages/alerts/Alerts.tsx","pages/config/Config.tsx","pages/flags/Flags.tsx","pages/rules/RulesContent.tsx","pages/rules/Rules.tsx","components/ToggleMoreLess.tsx","pages/serviceDiscovery/LabelsTable.tsx","pages/serviceDiscovery/Services.tsx","pages/status/Status.tsx","pages/targets/Filter.tsx","pages/targets/EndpointLink.tsx","pages/targets/TargetLabels.tsx","pages/targets/ScrapePoolPanel.tsx","pages/targets/target.ts","pages/targets/ScrapePoolList.tsx","pages/targets/Targets.tsx","pages/graph/PanelList.tsx","pages/tsdbStatus/TSDBStatus.tsx","App.tsx","index.tsx","pages/targets/ScrapePoolPanel.module.css","pages/targets/Filter.module.css","pages/targets/TargetLabels.module.css"],"names":["$","color","make","r","g","b","a","o","add","c","d","i","length","charAt","normalize","scale","f","toString","join","clamp","min","value","max","parseInt","clone","extract","elem","css","toLowerCase","parent","nodeName","get","parse","str","res","m","exec","parseFloat","name","trim","lookupColors","aqua","azure","beige","black","blue","brown","cyan","darkblue","darkcyan","darkgrey","darkgreen","darkkhaki","darkmagenta","darkolivegreen","darkorange","darkorchid","darkred","darksalmon","darkviolet","fuchsia","gold","green","indigo","khaki","lightblue","lightcyan","lightgreen","lightgrey","lightpink","lightyellow","lime","magenta","maroon","navy","olive","orange","pink","purple","violet","red","silver","white","yellow","window","jQuery","hasOwnProperty","Object","prototype","Canvas","cls","container","element","children","document","createElement","className","direction","position","left","top","appendTo","getContext","G_vmlCanvasManager","Error","initElement","this","context","devicePixelRatio","backingStoreRatio","webkitBackingStorePixelRatio","mozBackingStorePixelRatio","msBackingStorePixelRatio","oBackingStorePixelRatio","backingStorePixelRatio","pixelRatio","resize","width","height","textContainer","text","_textCache","_textSizeCache","flotTextSizeCache","Plot","placeholder","data_","options_","plugins","series","options","colors","legend","show","noColumns","labelFormatter","labelBoxBorderColor","margin","backgroundColor","backgroundOpacity","sorted","xaxis","mode","font","tickColor","transform","inverseTransform","autoscaleMargin","ticks","tickFormatter","labelWidth","labelHeight","reserveSpace","tickLength","alignTicksWithAxis","tickDecimals","tickSize","minTickSize","yaxis","xaxes","yaxes","points","radius","lineWidth","fill","fillColor","symbol","lines","steps","bars","barWidth","align","horizontal","zero","shadowSize","highlightColor","grid","aboveData","borderColor","labelMargin","eventSectionHeight","axisMargin","borderWidth","minBorderMargin","markings","markingsColor","markingsLineWidth","clickable","hoverable","autoHighlight","mouseActiveRadius","interaction","redrawOverlayInterval","hooks","surface","overlay","eventHolder","ctx","octx","plotOffset","right","bottom","plotWidth","plotHeight","processOptions","processRawData","processDatapoints","processOffset","processRange","drawBackground","drawSeries","draw","bindEvents","drawOverlay","shutdown","plot","executeHooks","hook","args","concat","apply","setData","s","extend","data","push","parseData","neededColors","maxIndex","sc","colorPool","colorPoolSize","variation","colori","v","getOrCreateAxis","axisNumber","fillInSeriesOptions","j","k","ps","val","p","format","topSentry","Number","POSITIVE_INFINITY","bottomSentry","NEGATIVE_INFINITY","fakeInfinity","MAX_VALUE","updateAxis","axis","datamin","datamax","each","allAxes","_","used","datapoints","x","number","required","y","stack","autoscale","defaultValue","pointsize","insertSteps","nullify","isNaN","Infinity","xmin","ymin","xmax","ymax","delta","processData","obj","coord","n","grep","canvasToAxisCoords","pos","c2p","undefined","x1","y1","axes","redrawTimeout","clearTimeout","unbind","onMouseMove","onMouseLeave","onClick","measureTickLabels","opts","maxWidth","Math","floor","legacyStyles","layer","t","label","info","getTextInfo","allocateAxisBoxFirstPhase","lw","lh","isXAxis","padding","eventSectionPadding","innermost","outermost","first","found","box","setupGrid","allocatedAxes","showGrid","axisOpts","widen","abs","setRange","snaped","setupTickGeneration","setTicks","snapRangeToTicks","minMargin","margins","ceil","adjustLayoutForThingsStickingOut","allocateAxisBoxSecondPhase","identity","it","p2c","setTransformationHelpers","tick","halign","valign","removeText","addText","html","find","remove","fragments","entries","rowStarted","lf","isFunction","sort","reverse","ascending","entry","table","replace","div","prependTo","insertLegend","noTicks","sqrt","dec","log","LN10","maxDec","size","magn","pow","norm","scaledDecimals","tickGenerator","prev","base","start","NaN","factor","formatted","round","decimal","indexOf","precision","substr","otherAxis","niceTicks","extraDec","ts","test","toFixed","oticks","changed","clear","save","translate","fillStyle","getColorOrGradient","fillRect","restore","drawGrid","render","triggerRedrawOverlay","extractRange","ranges","from","to","key","tmp","bw","bc","getAxes","xrange","yrange","xequal","yequal","subPixel","beginPath","strokeStyle","moveTo","lineTo","stroke","xoff","yoff","strokeRect","plotLine","xoffset","yoffset","axisx","axisy","prevx","prevy","x2","y2","lineJoin","sw","angle","PI","sin","cos","getFillStyle","areaOpen","ypos","segmentStart","segmentEnd","x1old","x2old","plotLineArea","drawSeriesLines","abandonedPoints","beforeX","afterX","emptyPoints","olddatapoints","drawSeriesPoints","drawOrphanedPoints","barLeft","fillStyleCallback","barRight","drawBar","plotBars","drawSeriesBars","plotPoints","offset","shadow","arc","closePath","w","drawLeft","drawRight","drawTop","drawBottom","filloptions","seriesColor","getPlaceholder","getCanvas","getPlotOffset","getData","getXAxes","getYAxes","getOptions","highlight","unhighlight","pointOffset","point","destroy","removeData","empty","highlights","classes","init","initPlugins","axisOptions","axisCount","fontSize","fontSizeDefault","fontDefaults","style","variant","weight","family","lineHeight","x2axis","y2axis","coloredAreas","coloredAreasColor","parseOptions","existing","setupCanvases","mousemove","bind","click","e","triggerClickHoverEvent","isSelecting","eventname","event","seriesFilter","canvasX","pageX","canvasY","pageY","ctrlKey","metaKey","item","mouseX","mouseY","maxDistance","smallestDistance","mx","my","maxx","maxy","dx","dy","dist","datapoint","slice","dataIndex","seriesIndex","findNearbyItem","h","auto","trigger","setTimeout","hi","drawBarHighlight","drawPointHighlight","indexOfHighlight","splice","pointRadius","spec","defaultColor","gradient","createLinearGradient","l","co","brightness","opacity","addColorStop","fn","detach","parentNode","removeChild","clearRect","cache","layerKey","call","getTextLayer","layerCache","styleKey","hide","styleCache","positions","active","rendered","append","insertAfter","addClass","textStyle","outerWidth","outerHeight","version","other","allseries","findMatchingSeries","px","py","intery","qx","qy","otherps","otherpoints","newpoints","withlines","withbottom","withsteps","keyOffset","accumulateOffset","floorInBase","formatDate","fmt","monthNames","dayNames","strftime","hours12","leftPad","pad","escape","hours","getHours","isAM","getDay","getMonth","getDate","getMinutes","getSeconds","getFullYear","makeUtcWrapper","addProxyMethod","sourceObj","sourceMethod","targetObj","targetMethod","arguments","utc","date","props","dateGenerator","timezone","Date","timeUnitSize","second","minute","hour","day","month","quarter","year","baseSpec","specMonths","specQuarters","axisName","minSize","unit","step","setSeconds","setMinutes","setHours","setMonth","setFullYear","setMilliseconds","setDate","carry","getTime","end","setTime","timeformat","useQuarters","span","suffix","twelveHourClock","hourCode","crosshair","locked","onMouseOut","getSelection","setCrosshair","clearCrosshair","lockCrosshair","unlockCrosshair","mouseout","adj","drawX","drawY","jquery","moment","require","PathPrefixContext","React","createContext","usePathPrefix","useContext","Navigation","consolesLink","useState","isOpen","setIsOpen","pathPrefix","Navbar","dark","expand","fixed","NavbarToggler","Collapse","navbar","justifyContent","Nav","NavItem","NavLink","href","tag","Link","UncontrolledDropdown","nav","inNavbar","DropdownToggle","caret","DropdownMenu","DropdownItem","location","search","useFetch","url","status","response","setResponse","error","setError","isLoading","setIsLoading","useEffect","fetch","credentials","ok","statusText","json","fetchData","withStatusIndicator","Component","customErrorMsg","componentTitle","rest","Alert","displayName","message","icon","faSpinner","spin","ExpressionInput","exprInputRef","createRef","setHeight","current","offsetHeight","clientHeight","scrollHeight","setState","handleInput","setValue","onExpressionChange","handleKeyPress","executeQuery","shiftKey","preventDefault","getSearchMatches","input","expressions","fuzzy","filter","pre","post","createAutocompleteSection","downshift","inputValue","closeMenu","highlightedIndex","autocompleteSections","index","sections","enableAutocomplete","reduce","acc","title","items","matches","map","original","string","itemProps","getItemProps","dangerouslySetInnerHTML","__html","sanitizeHTML","allowedTags","getMenuProps","state","prevProps","onSelect","InputGroup","InputGroupAddon","addonType","InputGroupText","loading","faSearch","Input","onInput","autoFocus","type","rows","onKeyPress","innerRef","getInputProps","onKeyDown","nativeEvent","preventDownshiftDefault","blur","Button","library","faChevronLeft","faChevronRight","faCalendarCheck","faArrowUp","faArrowDown","faTimes","dom","watch","TimeInput","timeInputRef","$time","getBaseTime","time","valueOf","calcShiftRange","range","increaseTime","onChangeTime","decreaseTime","clearTime","useLocalTime","tz","guess","datetimepicker","icons","today","buttons","showClose","showToday","sideBySide","locale","timeZone","defaultDate","on","fixedWidth","onFocus","onBlur","includes","GraphControls","rangeRef","resolutionRef","rangeSteps","onChangeRangeInput","rangeText","parseDuration","changeRangeInput","onChangeRange","formatDuration","increaseRange","decreaseRange","resolution","Form","inline","onSubmit","faMinus","faPlus","endTime","onChangeEndTime","onChangeResolution","bsSize","ButtonGroup","onChangeStacking","stacked","faChartLine","faChartArea","SeriesName","labels","labelNodes","__name__","renderFormatted","metricToSeriesName","Legend","selectedIndexes","handleSeriesSelect","ev","selected","chartData","idx","onSeriesToggle","shouldReset","onLegendMouseOut","onHover","canUseHover","onMouseOver","navigator","platform","PureComponent","formatValue","absY","getHoverColor","toHoverColor","showTicks","showMinorTicks","timeBase","tooltip","cssClass","content","xval","yval","dateTime","keys","escapeHTML","defaultTheme","normalizeData","queryParams","result","getColors","startTime","values","metric","currentValue","parseValue","PanelType","Graph","chartRef","$chart","rafID","selectedSeriesIndexes","destroyPlot","isPresent","selectedIndex","handleSeriesHover","cancelAnimationFrame","requestAnimationFrame","plotSetAndDraw","handleLegendMouseOut","handleResize","handleWidth","onResize","skipOnMount","ref","GraphTabContent","lastQueryParams","resultType","limitSeries","DataTable","limited","doFormat","valueText","whiteSpace","Table","hover","QueryStatsView","loadTime","resultSeries","PanelDefaultOptions","expr","Panel","abortInFlightFetch","exprInputValue","queryStart","now","onExecuteQuery","setOptions","abortController","AbortController","abort","path","getEndTime","params","URLSearchParams","query","signal","then","resp","stats","catch","handleExpressionChange","handleChangeRange","handleChangeEndTime","handleChangeResolution","handleChangeType","handleChangeStacking","prevOpts","newOpts","onOptionsChanged","pastQueries","metricNames","Row","Col","tabs","TabContent","activeTab","TabPane","tabId","removePanel","generateID","random","byEmptyString","entityMap","String","tsName","labelStrings","durationStr","durationRE","RegExp","match","dur","mult","ms","exact","parseTime","timeText","humanizeDuration","milliseconds","sign","unsignedMillis","duration","seconds","minutes","asDays","formatRelative","startStr","paramFormat","decodePanelOptionsFromQueryString","urlParams","substring","split","panels","urlParam","panelsCount","prefix","startsWith","prefixLen","id","param","parseOption","opt","decodedValue","decodeURIComponent","toQueryString","formatWithKey","paramName","encodeURIComponent","formatParam","formatTime","createExpressionLink","mapObjEntries","cb","callAll","fns","Boolean","forEach","alertColors","firing","pending","inactive","Annotations","annotations","colSpan","CollapsibleAlertPanel","rule","showAnnotations","open","toggle","fade","cursor","faChevronDown","alerts","background","bordered","alert","verticalAlign","Badge","activeAt","memo","wrapperStyles","FormGroup","Label","userSelect","for","useLocalStorage","localStorageKey","initialState","localStorageState","JSON","localStorage","getItem","stringify","serializedState","setItem","stateColorTuples","AlertsContent","groups","statsCount","setFilter","checked","setShowAnnotations","ruleState","marginRight","marginLeft","group","rules","some","file","GroupInfo","statesCounter","AlertsWithStatusIndicator","Alerts","ruleStatsCount","el","YamlContent","yaml","ConfigWithStatusIndicator","ConfigContent","copied","setCopied","config","onCopy","disabled","Config","FlagsContent","striped","FlagsWithStatusIndicator","Flags","GraphExpressionLink","RulesWithStatusIndicator","getBadgeColor","lastEvaluation","evaluationTime","health","toUpperCase","lastError","Rules","ToggleMoreLess","showMore","formatLabels","LabelsTable","setShowMore","discoveredLabels","isDropped","fontWeight","ServiceDiscoveryContent","activeTargets","droppedTargets","targets","scrapePool","total","job","processSummary","target","processTargets","ServicesWithStatusIndicator","ServiceDiscovery","statusConfig","customizeValue","toUTCString","CWD","reloadConfigSuccess","lastConfigTime","corruptionCount","goroutineCount","storageRetention","activeAlertmanagers","customRow","alertMgrs","URL","origin","pathname","droppedAlertmanagers","skip","StatusContent","StatusWithStatusIndicator","Status","fetchResult","Filter","showHealthy","btnProps","all","styles","btn","unhealthy","EndpointLink","endpoint","globalUrl","host","protocol","searchParams","Array","labelName","labelValue","TargetLabels","tooltipOpen","setTooltipOpen","Tooltip","CSS","textAlign","discovered","columns","ScrapePoolPanel","targetGroup","expanded","modifier","upCount","anchorProps","column","scrapeUrl","lastScrape","lastScrapeDuration","getColor","errors","ScrapePoolContent","targetGroups","pools","up","showUnhealthy","isHealthy","ScrapePoolListWithStatusIndicator","ScrapePoolList","responseStatus","badResponse","Targets","filterProps","scrapePoolListProps","API_PATH","updateURL","nextPanels","history","pushState","PanelListContent","metrics","queryHistoryEnabled","setPanels","historyItems","setLocalStorageHistoryItems","addPanel","onpopstate","handleExecuteQuery","extendedItems","panel","PanelList","setDelta","setUseLocalTime","enableQueryHistory","setEnableQueryHistory","setEnableAutocomplete","metricsRes","metricsErr","browserTime","timeRes","timeErr","serverTime","display","onChange","defaultChecked","TSDBStatusContent","headStats","labelValueCountByLabelName","seriesCountByMetricName","memoryInBytesByLabelName","seriesCountByLabelValuePair","unixToTime","unix","toISOString","chunkCount","numSeries","minTime","maxTime","header","TSDBStatusContentWithStatusIndicator","TSDBStatus","App","basePath","paths","endsWith","Provider","Container","fluid","paddingTop","basepath","noThrow","GLOBAL_CONSOLES_LINK","ReactDOM","getElementById","module","exports"],"mappings":"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","file":"static/js/main.ca4ac742.chunk.js","sourcesContent":["/**\n *\n * THIS FILE WAS COPIED INTO PROMETHEUS FROM GRAFANA'S VENDORED FORK OF FLOT\n * (LIVING AT https://github.com/grafana/grafana/tree/master/public/vendor/flot),\n * WHICH CONTAINS FIXES FOR DISPLAYING NULL VALUES IN STACKED GRAPHS. THE ORIGINAL\n * FLOT CODE WAS LICENSED UNDER THE MIT LICENSE AS STATED BELOW. ADDITIONAL\n * CHANGES HAVE BEEN CONTRIBUTED TO THE GRAFANA FORK UNDER AN APACHE 2 LICENSE, SEE\n * https://github.com/grafana/grafana/blob/master/license.\n *\n */\n\n/* eslint-disable prefer-spread */\n/* eslint-disable no-loop-func */\n/* eslint-disable @typescript-eslint/no-this-alias */\n/* eslint-disable no-redeclare */\n/* eslint-disable no-useless-escape */\n/* eslint-disable prefer-const */\n/* eslint-disable @typescript-eslint/explicit-function-return-type */\n/* eslint-disable @typescript-eslint/no-use-before-define */\n/* eslint-disable eqeqeq */\n/* eslint-disable no-var */\n/* Javascript plotting library for jQuery, version 0.8.3.\n\nCopyright (c) 2007-2014 IOLA and Ole Laursen.\nLicensed under the MIT license.\n\n*/\n\n// first an inline dependency, jquery.colorhelpers.js, we inline it here\n// for convenience\n\n/* Plugin for jQuery for working with colors.\n *\n * Version 1.1.\n *\n * Inspiration from jQuery color animation plugin by John Resig.\n *\n * Released under the MIT license by Ole Laursen, October 2009.\n *\n * Examples:\n *\n * $.color.parse(\"#fff\").scale('rgb', 0.25).add('a', -0.5).toString()\n * var c = $.color.extract($(\"#mydiv\"), 'background-color');\n * console.log(c.r, c.g, c.b, c.a);\n * $.color.make(100, 50, 25, 0.4).toString() // returns \"rgba(100,50,25,0.4)\"\n *\n * Note that .scale() and .add() return the same modified object\n * instead of making a new one.\n *\n * V. 1.1: Fix error handling so e.g. parsing an empty string does\n * produce a color rather than just crashing.\n */\n\n(function($) {\n $.color = {};\n $.color.make = function(r, g, b, a) {\n var o = {};\n o.r = r || 0;\n o.g = g || 0;\n o.b = b || 0;\n o.a = a != null ? a : 1;\n o.add = function(c, d) {\n for (var i = 0; i < c.length; ++i) o[c.charAt(i)] += d;\n return o.normalize();\n };\n o.scale = function(c, f) {\n for (var i = 0; i < c.length; ++i) o[c.charAt(i)] *= f;\n return o.normalize();\n };\n o.toString = function() {\n if (o.a >= 1) {\n return 'rgb(' + [o.r, o.g, o.b].join(',') + ')';\n } else {\n return 'rgba(' + [o.r, o.g, o.b, o.a].join(',') + ')';\n }\n };\n o.normalize = function() {\n function clamp(min, value, max) {\n return value < min ? min : value > max ? max : value;\n }\n o.r = clamp(0, parseInt(o.r), 255);\n o.g = clamp(0, parseInt(o.g), 255);\n o.b = clamp(0, parseInt(o.b), 255);\n o.a = clamp(0, o.a, 1);\n return o;\n };\n o.clone = function() {\n return $.color.make(o.r, o.b, o.g, o.a);\n };\n return o.normalize();\n };\n $.color.extract = function(elem, css) {\n var c;\n do {\n c = elem.css(css).toLowerCase();\n if (c != '' && c != 'transparent') break;\n elem = elem.parent();\n } while (elem.length && !$.nodeName(elem.get(0), 'body'));\n if (c == 'rgba(0, 0, 0, 0)') c = 'transparent';\n return $.color.parse(c);\n };\n $.color.parse = function(str) {\n var res,\n m = $.color.make;\n if ((res = /rgb\\(\\s*([0-9]{1,3})\\s*,\\s*([0-9]{1,3})\\s*,\\s*([0-9]{1,3})\\s*\\)/.exec(str)))\n return m(parseInt(res[1], 10), parseInt(res[2], 10), parseInt(res[3], 10));\n if ((res = /rgba\\(\\s*([0-9]{1,3})\\s*,\\s*([0-9]{1,3})\\s*,\\s*([0-9]{1,3})\\s*,\\s*([0-9]+(?:\\.[0-9]+)?)\\s*\\)/.exec(str)))\n return m(parseInt(res[1], 10), parseInt(res[2], 10), parseInt(res[3], 10), parseFloat(res[4]));\n if ((res = /rgb\\(\\s*([0-9]+(?:\\.[0-9]+)?)\\%\\s*,\\s*([0-9]+(?:\\.[0-9]+)?)\\%\\s*,\\s*([0-9]+(?:\\.[0-9]+)?)\\%\\s*\\)/.exec(str)))\n return m(parseFloat(res[1]) * 2.55, parseFloat(res[2]) * 2.55, parseFloat(res[3]) * 2.55);\n if (\n (res = /rgba\\(\\s*([0-9]+(?:\\.[0-9]+)?)\\%\\s*,\\s*([0-9]+(?:\\.[0-9]+)?)\\%\\s*,\\s*([0-9]+(?:\\.[0-9]+)?)\\%\\s*,\\s*([0-9]+(?:\\.[0-9]+)?)\\s*\\)/.exec(\n str\n ))\n )\n return m(parseFloat(res[1]) * 2.55, parseFloat(res[2]) * 2.55, parseFloat(res[3]) * 2.55, parseFloat(res[4]));\n if ((res = /#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(str)))\n return m(parseInt(res[1], 16), parseInt(res[2], 16), parseInt(res[3], 16));\n if ((res = /#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(str)))\n return m(parseInt(res[1] + res[1], 16), parseInt(res[2] + res[2], 16), parseInt(res[3] + res[3], 16));\n var name = $.trim(str).toLowerCase();\n if (name == 'transparent') return m(255, 255, 255, 0);\n else {\n res = lookupColors[name] || [0, 0, 0];\n return m(res[0], res[1], res[2]);\n }\n };\n var lookupColors = {\n aqua: [0, 255, 255],\n azure: [240, 255, 255],\n beige: [245, 245, 220],\n black: [0, 0, 0],\n blue: [0, 0, 255],\n brown: [165, 42, 42],\n cyan: [0, 255, 255],\n darkblue: [0, 0, 139],\n darkcyan: [0, 139, 139],\n darkgrey: [169, 169, 169],\n darkgreen: [0, 100, 0],\n darkkhaki: [189, 183, 107],\n darkmagenta: [139, 0, 139],\n darkolivegreen: [85, 107, 47],\n darkorange: [255, 140, 0],\n darkorchid: [153, 50, 204],\n darkred: [139, 0, 0],\n darksalmon: [233, 150, 122],\n darkviolet: [148, 0, 211],\n fuchsia: [255, 0, 255],\n gold: [255, 215, 0],\n green: [0, 128, 0],\n indigo: [75, 0, 130],\n khaki: [240, 230, 140],\n lightblue: [173, 216, 230],\n lightcyan: [224, 255, 255],\n lightgreen: [144, 238, 144],\n lightgrey: [211, 211, 211],\n lightpink: [255, 182, 193],\n lightyellow: [255, 255, 224],\n lime: [0, 255, 0],\n magenta: [255, 0, 255],\n maroon: [128, 0, 0],\n navy: [0, 0, 128],\n olive: [128, 128, 0],\n orange: [255, 165, 0],\n pink: [255, 192, 203],\n purple: [128, 0, 128],\n violet: [128, 0, 128],\n red: [255, 0, 0],\n silver: [192, 192, 192],\n white: [255, 255, 255],\n yellow: [255, 255, 0],\n };\n})(window.jQuery);\n\n// the actual Flot code\n(function($) {\n // Cache the prototype hasOwnProperty for faster access\n\n let hasOwnProperty = Object.prototype.hasOwnProperty;\n\n // A shim to provide 'detach' to jQuery versions prior to 1.4. Using a DOM\n // operation produces the same effect as detach, i.e. removing the element\n // without touching its jQuery data.\n\n // Do not merge this into Flot 0.9, since it requires jQuery 1.4.4+.\n\n if (!$.fn.detach) {\n $.fn.detach = function() {\n return this.each(function() {\n if (this.parentNode) {\n this.parentNode.removeChild(this);\n }\n });\n };\n }\n\n ///////////////////////////////////////////////////////////////////////////\n // The Canvas object is a wrapper around an HTML5 <canvas> tag.\n //\n // @constructor\n // @param {string} cls List of classes to apply to the canvas.\n // @param {element} container Element onto which to append the canvas.\n //\n // Requiring a container is a little iffy, but unfortunately canvas\n // operations don't work unless the canvas is attached to the DOM.\n\n function Canvas(cls, container) {\n var element = container.children('.' + cls)[0];\n\n if (element == null) {\n element = document.createElement('canvas');\n element.className = cls;\n\n $(element)\n .css({ direction: 'ltr', position: 'absolute', left: 0, top: 0 })\n .appendTo(container);\n\n // If HTML5 Canvas isn't available, fall back to [Ex|Flash]canvas\n\n if (!element.getContext) {\n if (window.G_vmlCanvasManager) {\n element = window.G_vmlCanvasManager.initElement(element);\n } else {\n throw new Error(\n \"Canvas is not available. If you're using IE with a fall-back such as Excanvas, then there's either a mistake in your conditional include, or the page has no DOCTYPE and is rendering in Quirks Mode.\"\n );\n }\n }\n }\n\n this.element = element;\n\n var context = (this.context = element.getContext('2d'));\n\n // Determine the screen's ratio of physical to device-independent\n // pixels. This is the ratio between the canvas width that the browser\n // advertises and the number of pixels actually present in that space.\n\n // The iPhone 4, for example, has a device-independent width of 320px,\n // but its screen is actually 640px wide. It therefore has a pixel\n // ratio of 2, while most normal devices have a ratio of 1.\n\n let devicePixelRatio = window.devicePixelRatio || 1,\n backingStoreRatio =\n context.webkitBackingStorePixelRatio ||\n context.mozBackingStorePixelRatio ||\n context.msBackingStorePixelRatio ||\n context.oBackingStorePixelRatio ||\n context.backingStorePixelRatio ||\n 1;\n\n this.pixelRatio = devicePixelRatio / backingStoreRatio;\n\n // Size the canvas to match the internal dimensions of its container\n\n this.resize(container.width(), container.height());\n\n // Collection of HTML div layers for text overlaid onto the canvas\n\n this.textContainer = null;\n this.text = {};\n\n // Cache of text fragments and metrics, so we can avoid expensively\n // re-calculating them when the plot is re-rendered in a loop.\n\n this._textCache = {};\n this._textSizeCache = window.flotTextSizeCache = window.flotTextSizeCache || {};\n }\n\n // Resizes the canvas to the given dimensions.\n //\n // @param {number} width New width of the canvas, in pixels.\n // @param {number} width New height of the canvas, in pixels.\n\n Canvas.prototype.resize = function(width, height) {\n if (width <= 0 || height <= 0) {\n throw new Error('Invalid dimensions for plot, width = ' + width + ', height = ' + height);\n }\n\n let element = this.element,\n context = this.context,\n pixelRatio = this.pixelRatio;\n\n // Resize the canvas, increasing its density based on the display's\n // pixel ratio; basically giving it more pixels without increasing the\n // size of its element, to take advantage of the fact that retina\n // displays have that many more pixels in the same advertised space.\n\n // Resizing should reset the state (excanvas seems to be buggy though)\n\n if (this.width != width) {\n element.width = width * pixelRatio;\n element.style.width = width + 'px';\n this.width = width;\n }\n\n if (this.height != height) {\n element.height = height * pixelRatio;\n element.style.height = height + 'px';\n this.height = height;\n }\n\n // Save the context, so we can reset in case we get replotted. The\n // restore ensure that we're really back at the initial state, and\n // should be safe even if we haven't saved the initial state yet.\n\n context.restore();\n context.save();\n\n // Scale the coordinate space to match the display density; so even though we\n // may have twice as many pixels, we still want lines and other drawing to\n // appear at the same size; the extra pixels will just make them crisper.\n\n context.scale(pixelRatio, pixelRatio);\n };\n\n // Clears the entire canvas area, not including any overlaid HTML text\n\n Canvas.prototype.clear = function() {\n this.context.clearRect(0, 0, this.width, this.height);\n };\n\n // Finishes rendering the canvas, including managing the text overlay.\n\n Canvas.prototype.render = function() {\n let cache = this._textCache;\n\n // For each text layer, add elements marked as active that haven't\n // already been rendered, and remove those that are no longer active.\n\n for (let layerKey in cache) {\n if (hasOwnProperty.call(cache, layerKey)) {\n let layer = this.getTextLayer(layerKey),\n layerCache = cache[layerKey];\n\n layer.hide();\n\n for (let styleKey in layerCache) {\n if (hasOwnProperty.call(layerCache, styleKey)) {\n let styleCache = layerCache[styleKey];\n for (let key in styleCache) {\n if (hasOwnProperty.call(styleCache, key)) {\n let positions = styleCache[key].positions;\n\n for (var i = 0, position; (position = positions[i]); i++) {\n if (position.active) {\n if (!position.rendered) {\n layer.append(position.element);\n position.rendered = true;\n }\n } else {\n positions.splice(i--, 1);\n if (position.rendered) {\n position.element.detach();\n }\n }\n }\n\n if (positions.length == 0) {\n delete styleCache[key];\n }\n }\n }\n }\n }\n\n layer.show();\n }\n }\n };\n\n // Creates (if necessary) and returns the text overlay container.\n //\n // @param {string} classes String of space-separated CSS classes used to\n // uniquely identify the text layer.\n // @return {object} The jQuery-wrapped text-layer div.\n\n Canvas.prototype.getTextLayer = function(classes) {\n let layer = this.text[classes];\n\n // Create the text layer if it doesn't exist\n\n if (layer == null) {\n // Create the text layer container, if it doesn't exist\n\n if (this.textContainer == null) {\n this.textContainer = $(\"<div class='flot-text flot-temp-elem'></div>\")\n .css({\n position: 'absolute',\n top: 0,\n left: 0,\n bottom: 0,\n right: 0,\n 'font-size': 'smaller',\n color: '#545454',\n })\n .insertAfter(this.element);\n }\n\n layer = this.text[classes] = $('<div></div>')\n .addClass(classes)\n .css({\n position: 'absolute',\n top: 0,\n left: 0,\n bottom: 0,\n right: 0,\n })\n .appendTo(this.textContainer);\n }\n\n return layer;\n };\n\n // Creates (if necessary) and returns a text info object.\n //\n // The object looks like this:\n //\n // {\n // width: Width of the text's wrapper div.\n // height: Height of the text's wrapper div.\n // element: The jQuery-wrapped HTML div containing the text.\n // positions: Array of positions at which this text is drawn.\n // }\n //\n // The positions array contains objects that look like this:\n //\n // {\n // active: Flag indicating whether the text should be visible.\n // rendered: Flag indicating whether the text is currently visible.\n // element: The jQuery-wrapped HTML div containing the text.\n // x: X coordinate at which to draw the text.\n // y: Y coordinate at which to draw the text.\n // }\n //\n // Each position after the first receives a clone of the original element.\n //\n // The idea is that that the width, height, and general 'identity' of the\n // text is constant no matter where it is placed; the placements are a\n // secondary property.\n //\n // Canvas maintains a cache of recently-used text info objects; getTextInfo\n // either returns the cached element or creates a new entry.\n //\n // @param {string} layer A string of space-separated CSS classes uniquely\n // identifying the layer containing this text.\n // @param {string} text Text string to retrieve info for.\n // @param {(string|object)=} font Either a string of space-separated CSS\n // classes or a font-spec object, defining the text's font and style.\n // @param {number=} angle Angle at which to rotate the text, in degrees.\n // Angle is currently unused, it will be implemented in the future.\n // @param {number=} width Maximum width of the text before it wraps.\n // @return {object} a text info object.\n\n Canvas.prototype.getTextInfo = function(layer, text, font, angle, width) {\n let textStyle, layerCache, styleCache, info;\n\n // Cast the value to a string, in case we were given a number or such\n\n text = '' + text;\n\n // If the font is a font-spec object, generate a CSS font definition\n\n if (typeof font === 'object') {\n textStyle =\n font.style +\n ' ' +\n font.variant +\n ' ' +\n font.weight +\n ' ' +\n font.size +\n 'px/' +\n font.lineHeight +\n 'px ' +\n font.family;\n } else {\n textStyle = font;\n }\n\n // Retrieve (or create) the cache for the text's layer and styles\n\n layerCache = this._textCache[layer];\n\n if (layerCache == null) {\n layerCache = this._textCache[layer] = {};\n }\n\n styleCache = layerCache[textStyle];\n\n if (styleCache == null) {\n styleCache = layerCache[textStyle] = {};\n }\n\n info = styleCache[text];\n\n // If we can't find a matching element in our cache, create a new one\n\n if (info == null) {\n var element = $('<div></div>')\n .html(text)\n .css({\n position: 'absolute',\n 'max-width': width,\n top: -9999,\n })\n .appendTo(this.getTextLayer(layer));\n\n if (typeof font === 'object') {\n element.css({\n font: textStyle,\n color: font.color,\n });\n } else if (typeof font === 'string') {\n element.addClass(font);\n }\n\n info = styleCache[text] = { element: element, positions: [] };\n\n let size = this._textSizeCache[text];\n if (size) {\n info.width = size.width;\n info.height = size.height;\n } else {\n info.width = element.outerWidth(true);\n info.height = element.outerHeight(true);\n this._textSizeCache[text] = { width: info.width, height: info.height };\n }\n element.detach();\n }\n\n return info;\n };\n\n // Adds a text string to the canvas text overlay.\n //\n // The text isn't drawn immediately; it is marked as rendering, which will\n // result in its addition to the canvas on the next render pass.\n //\n // @param {string} layer A string of space-separated CSS classes uniquely\n // identifying the layer containing this text.\n // @param {number} x X coordinate at which to draw the text.\n // @param {number} y Y coordinate at which to draw the text.\n // @param {string} text Text string to draw.\n // @param {(string|object)=} font Either a string of space-separated CSS\n // classes or a font-spec object, defining the text's font and style.\n // @param {number=} angle Angle at which to rotate the text, in degrees.\n // Angle is currently unused, it will be implemented in the future.\n // @param {number=} width Maximum width of the text before it wraps.\n // @param {string=} halign Horizontal alignment of the text; either \"left\",\n // \"center\" or \"right\".\n // @param {string=} valign Vertical alignment of the text; either \"top\",\n // \"middle\" or \"bottom\".\n\n Canvas.prototype.addText = function(layer, x, y, text, font, angle, width, halign, valign) {\n let info = this.getTextInfo(layer, text, font, angle, width),\n positions = info.positions;\n\n // Tweak the div's position to match the text's alignment\n\n if (halign == 'center') {\n x -= info.width / 2;\n } else if (halign == 'right') {\n x -= info.width;\n }\n\n if (valign == 'middle') {\n y -= info.height / 2;\n } else if (valign == 'bottom') {\n y -= info.height;\n }\n\n // Determine whether this text already exists at this position.\n // If so, mark it for inclusion in the next render pass.\n\n for (var i = 0, position; (position = positions[i]); i++) {\n if (position.x == x && position.y == y) {\n position.active = true;\n return;\n }\n }\n\n // If the text doesn't exist at this position, create a new entry\n\n // For the very first position we'll re-use the original element,\n // while for subsequent ones we'll clone it.\n\n position = {\n active: true,\n rendered: false,\n element: positions.length ? info.element.clone() : info.element,\n x: x,\n y: y,\n };\n\n positions.push(position);\n\n // Move the element to its final position within the container\n\n position.element.css({\n top: Math.round(y),\n left: Math.round(x),\n 'text-align': halign, // In case the text wraps\n });\n };\n\n // Removes one or more text strings from the canvas text overlay.\n //\n // If no parameters are given, all text within the layer is removed.\n //\n // Note that the text is not immediately removed; it is simply marked as\n // inactive, which will result in its removal on the next render pass.\n // This avoids the performance penalty for 'clear and redraw' behavior,\n // where we potentially get rid of all text on a layer, but will likely\n // add back most or all of it later, as when redrawing axes, for example.\n //\n // @param {string} layer A string of space-separated CSS classes uniquely\n // identifying the layer containing this text.\n // @param {number=} x X coordinate of the text.\n // @param {number=} y Y coordinate of the text.\n // @param {string=} text Text string to remove.\n // @param {(string|object)=} font Either a string of space-separated CSS\n // classes or a font-spec object, defining the text's font and style.\n // @param {number=} angle Angle at which the text is rotated, in degrees.\n // Angle is currently unused, it will be implemented in the future.\n\n Canvas.prototype.removeText = function(layer, x, y, text, font, angle) {\n if (text == null) {\n let layerCache = this._textCache[layer];\n if (layerCache != null) {\n for (let styleKey in layerCache) {\n if (hasOwnProperty.call(layerCache, styleKey)) {\n let styleCache = layerCache[styleKey];\n for (let key in styleCache) {\n if (hasOwnProperty.call(styleCache, key)) {\n var positions = styleCache[key].positions;\n for (var i = 0, position; (position = positions[i]); i++) {\n position.active = false;\n }\n }\n }\n }\n }\n }\n } else {\n var positions = this.getTextInfo(layer, text, font, angle).positions;\n for (var i = 0, position; (position = positions[i]); i++) {\n if (position.x == x && position.y == y) {\n position.active = false;\n }\n }\n }\n };\n\n ///////////////////////////////////////////////////////////////////////////\n // The top-level container for the entire plot.\n\n function Plot(placeholder, data_, options_, plugins) {\n // data is on the form:\n // [ series1, series2 ... ]\n // where series is either just the data as [ [x1, y1], [x2, y2], ... ]\n // or { data: [ [x1, y1], [x2, y2], ... ], label: \"some label\", ... }\n\n let series = [],\n options = {\n // the color theme used for graphs\n colors: ['#edc240', '#afd8f8', '#cb4b4b', '#4da74d', '#9440ed'],\n legend: {\n show: true,\n noColumns: 1, // number of colums in legend table\n labelFormatter: null, // fn: string -> string\n labelBoxBorderColor: '#ccc', // border color for the little label boxes\n container: null, // container (as jQuery object) to put legend in, null means default on top of graph\n position: 'ne', // position of default legend container within plot\n margin: 5, // distance from grid edge to default legend container within plot\n backgroundColor: null, // null means auto-detect\n backgroundOpacity: 0.85, // set to 0 to avoid background\n sorted: null, // default to no legend sorting\n },\n xaxis: {\n show: null, // null = auto-detect, true = always, false = never\n position: 'bottom', // or \"top\"\n mode: null, // null or \"time\"\n font: null, // null (derived from CSS in placeholder) or object like { size: 11, lineHeight: 13, style: \"italic\", weight: \"bold\", family: \"sans-serif\", variant: \"small-caps\" }\n color: null, // base color, labels, ticks\n tickColor: null, // possibly different color of ticks, e.g. \"rgba(0,0,0,0.15)\"\n transform: null, // null or f: number -> number to transform axis\n inverseTransform: null, // if transform is set, this should be the inverse function\n min: null, // min. value to show, null means set automatically\n max: null, // max. value to show, null means set automatically\n autoscaleMargin: null, // margin in % to add if auto-setting min/max\n ticks: null, // either [1, 3] or [[1, \"a\"], 3] or (fn: axis info -> ticks) or app. number of ticks for auto-ticks\n tickFormatter: null, // fn: number -> string\n labelWidth: null, // size of tick labels in pixels\n labelHeight: null,\n reserveSpace: null, // whether to reserve space even if axis isn't shown\n tickLength: null, // size in pixels of ticks, or \"full\" for whole line\n alignTicksWithAxis: null, // axis number or null for no sync\n tickDecimals: null, // no. of decimals, null means auto\n tickSize: null, // number or [number, \"unit\"]\n minTickSize: null, // number or [number, \"unit\"]\n },\n yaxis: {\n autoscaleMargin: 0.02,\n position: 'left', // or \"right\"\n },\n xaxes: [],\n yaxes: [],\n series: {\n points: {\n show: false,\n radius: 3,\n lineWidth: 2, // in pixels\n fill: true,\n fillColor: '#ffffff',\n symbol: 'circle', // or callback\n },\n lines: {\n // we don't put in show: false so we can see\n // whether lines were actively disabled\n lineWidth: 2, // in pixels\n fill: false,\n fillColor: null,\n steps: false,\n // Omit 'zero', so we can later default its value to\n // match that of the 'fill' option.\n },\n bars: {\n show: false,\n lineWidth: 2, // in pixels\n barWidth: 1, // in units of the x axis\n fill: true,\n fillColor: null,\n align: 'left', // \"left\", \"right\", or \"center\"\n horizontal: false,\n zero: true,\n },\n shadowSize: 3,\n highlightColor: null,\n },\n grid: {\n show: true,\n aboveData: false,\n color: '#545454', // primary color used for outline and labels\n backgroundColor: null, // null for transparent, else color\n borderColor: null, // set if different from the grid color\n tickColor: null, // color for the ticks, e.g. \"rgba(0,0,0,0.15)\"\n margin: 0, // distance from the canvas edge to the grid\n labelMargin: 5, // in pixels\n eventSectionHeight: 0, // space for event section\n axisMargin: 8, // in pixels\n borderWidth: 2, // in pixels\n minBorderMargin: null, // in pixels, null means taken from points radius\n markings: null, // array of ranges or fn: axes -> array of ranges\n markingsColor: '#f4f4f4',\n markingsLineWidth: 2,\n // interactive stuff\n clickable: false,\n hoverable: false,\n autoHighlight: true, // highlight in case mouse is near\n mouseActiveRadius: 10, // how far the mouse can be away to activate an item\n },\n interaction: {\n redrawOverlayInterval: 1000 / 60, // time between updates, -1 means in same flow\n },\n hooks: {},\n },\n surface = null, // the canvas for the plot itself\n overlay = null, // canvas for interactive stuff on top of plot\n eventHolder = null, // jQuery object that events should be bound to\n ctx = null,\n octx = null,\n xaxes = [],\n yaxes = [],\n plotOffset = { left: 0, right: 0, top: 0, bottom: 0 },\n plotWidth = 0,\n plotHeight = 0,\n hooks = {\n processOptions: [],\n processRawData: [],\n processDatapoints: [],\n processOffset: [],\n processRange: [],\n drawBackground: [],\n drawSeries: [],\n draw: [],\n bindEvents: [],\n drawOverlay: [],\n shutdown: [],\n },\n plot = this;\n\n // public functions\n plot.setData = setData;\n plot.setupGrid = setupGrid;\n plot.draw = draw;\n plot.getPlaceholder = function() {\n return placeholder;\n };\n plot.getCanvas = function() {\n return surface.element;\n };\n plot.getPlotOffset = function() {\n return plotOffset;\n };\n plot.width = function() {\n return plotWidth;\n };\n plot.height = function() {\n return plotHeight;\n };\n plot.offset = function() {\n let o = eventHolder.offset();\n o.left += plotOffset.left;\n o.top += plotOffset.top;\n return o;\n };\n plot.getData = function() {\n return series;\n };\n plot.getAxes = function() {\n var res = {};\n $.each(xaxes.concat(yaxes), function(_, axis) {\n if (axis) res[axis.direction + (axis.n != 1 ? axis.n : '') + 'axis'] = axis;\n });\n return res;\n };\n plot.getXAxes = function() {\n return xaxes;\n };\n plot.getYAxes = function() {\n return yaxes;\n };\n plot.c2p = canvasToAxisCoords;\n plot.p2c = axisToCanvasCoords;\n plot.getOptions = function() {\n return options;\n };\n plot.highlight = highlight;\n plot.unhighlight = unhighlight;\n plot.triggerRedrawOverlay = triggerRedrawOverlay;\n plot.pointOffset = function(point) {\n return {\n left: parseInt(xaxes[axisNumber(point, 'x') - 1].p2c(+point.x) + plotOffset.left, 10),\n top: parseInt(yaxes[axisNumber(point, 'y') - 1].p2c(+point.y) + plotOffset.top, 10),\n };\n };\n plot.shutdown = shutdown;\n plot.destroy = function() {\n shutdown();\n placeholder.removeData('plot').empty();\n\n series = [];\n options = null;\n surface = null;\n overlay = null;\n eventHolder = null;\n ctx = null;\n octx = null;\n xaxes = [];\n yaxes = [];\n hooks = null;\n highlights = [];\n plot = null;\n };\n plot.resize = function() {\n let width = placeholder.width(),\n height = placeholder.height();\n surface.resize(width, height);\n overlay.resize(width, height);\n };\n\n // public attributes\n plot.hooks = hooks;\n\n // initialize\n initPlugins(plot);\n parseOptions(options_);\n setupCanvases();\n setData(data_);\n setupGrid();\n draw();\n bindEvents();\n\n function executeHooks(hook, args) {\n args = [plot].concat(args);\n for (var i = 0; i < hook.length; ++i) hook[i].apply(this, args);\n }\n\n function initPlugins() {\n // References to key classes, allowing plugins to modify them\n\n let classes = {\n Canvas: Canvas,\n };\n\n for (let i = 0; i < plugins.length; ++i) {\n let p = plugins[i];\n p.init(plot, classes);\n if (p.options) $.extend(true, options, p.options);\n }\n }\n\n function parseOptions(opts) {\n $.extend(true, options, opts);\n\n // $.extend merges arrays, rather than replacing them. When less\n // colors are provided than the size of the default palette, we\n // end up with those colors plus the remaining defaults, which is\n // not expected behavior; avoid it by replacing them here.\n\n if (opts && opts.colors) {\n options.colors = opts.colors;\n }\n\n if (options.xaxis.color == null)\n options.xaxis.color = $.color\n .parse(options.grid.color)\n .scale('a', 0.22)\n .toString();\n if (options.yaxis.color == null)\n options.yaxis.color = $.color\n .parse(options.grid.color)\n .scale('a', 0.22)\n .toString();\n\n if (options.xaxis.tickColor == null)\n // grid.tickColor for back-compatibility\n options.xaxis.tickColor = options.grid.tickColor || options.xaxis.color;\n if (options.yaxis.tickColor == null)\n // grid.tickColor for back-compatibility\n options.yaxis.tickColor = options.grid.tickColor || options.yaxis.color;\n\n if (options.grid.borderColor == null) options.grid.borderColor = options.grid.color;\n if (options.grid.tickColor == null)\n options.grid.tickColor = $.color\n .parse(options.grid.color)\n .scale('a', 0.22)\n .toString();\n\n // Fill in defaults for axis options, including any unspecified\n // font-spec fields, if a font-spec was provided.\n\n // If no x/y axis options were provided, create one of each anyway,\n // since the rest of the code assumes that they exist.\n\n var i,\n axisOptions,\n axisCount,\n fontSize = placeholder.css('font-size'),\n fontSizeDefault = fontSize ? +fontSize.replace('px', '') : 13,\n fontDefaults = {\n style: placeholder.css('font-style'),\n size: Math.round(0.8 * fontSizeDefault),\n variant: placeholder.css('font-variant'),\n weight: placeholder.css('font-weight'),\n family: placeholder.css('font-family'),\n };\n\n axisCount = options.xaxes.length || 1;\n for (i = 0; i < axisCount; ++i) {\n axisOptions = options.xaxes[i];\n if (axisOptions && !axisOptions.tickColor) {\n axisOptions.tickColor = axisOptions.color;\n }\n\n axisOptions = $.extend(true, {}, options.xaxis, axisOptions);\n options.xaxes[i] = axisOptions;\n\n if (axisOptions.font) {\n axisOptions.font = $.extend({}, fontDefaults, axisOptions.font);\n if (!axisOptions.font.color) {\n axisOptions.font.color = axisOptions.color;\n }\n if (!axisOptions.font.lineHeight) {\n axisOptions.font.lineHeight = Math.round(axisOptions.font.size * 1.15);\n }\n }\n }\n\n axisCount = options.yaxes.length || 1;\n for (i = 0; i < axisCount; ++i) {\n axisOptions = options.yaxes[i];\n if (axisOptions && !axisOptions.tickColor) {\n axisOptions.tickColor = axisOptions.color;\n }\n\n axisOptions = $.extend(true, {}, options.yaxis, axisOptions);\n options.yaxes[i] = axisOptions;\n\n if (axisOptions.font) {\n axisOptions.font = $.extend({}, fontDefaults, axisOptions.font);\n if (!axisOptions.font.color) {\n axisOptions.font.color = axisOptions.color;\n }\n if (!axisOptions.font.lineHeight) {\n axisOptions.font.lineHeight = Math.round(axisOptions.font.size * 1.15);\n }\n }\n }\n\n // backwards compatibility, to be removed in future\n if (options.xaxis.noTicks && options.xaxis.ticks == null) options.xaxis.ticks = options.xaxis.noTicks;\n if (options.yaxis.noTicks && options.yaxis.ticks == null) options.yaxis.ticks = options.yaxis.noTicks;\n if (options.x2axis) {\n options.xaxes[1] = $.extend(true, {}, options.xaxis, options.x2axis);\n options.xaxes[1].position = 'top';\n // Override the inherit to allow the axis to auto-scale\n if (options.x2axis.min == null) {\n options.xaxes[1].min = null;\n }\n if (options.x2axis.max == null) {\n options.xaxes[1].max = null;\n }\n }\n if (options.y2axis) {\n options.yaxes[1] = $.extend(true, {}, options.yaxis, options.y2axis);\n options.yaxes[1].position = 'right';\n // Override the inherit to allow the axis to auto-scale\n if (options.y2axis.min == null) {\n options.yaxes[1].min = null;\n }\n if (options.y2axis.max == null) {\n options.yaxes[1].max = null;\n }\n }\n if (options.grid.coloredAreas) options.grid.markings = options.grid.coloredAreas;\n if (options.grid.coloredAreasColor) options.grid.markingsColor = options.grid.coloredAreasColor;\n if (options.lines) $.extend(true, options.series.lines, options.lines);\n if (options.points) $.extend(true, options.series.points, options.points);\n if (options.bars) $.extend(true, options.series.bars, options.bars);\n if (options.shadowSize != null) options.series.shadowSize = options.shadowSize;\n if (options.highlightColor != null) options.series.highlightColor = options.highlightColor;\n\n // save options on axes for future reference\n for (i = 0; i < options.xaxes.length; ++i) getOrCreateAxis(xaxes, i + 1).options = options.xaxes[i];\n for (i = 0; i < options.yaxes.length; ++i) getOrCreateAxis(yaxes, i + 1).options = options.yaxes[i];\n\n // add hooks from options\n for (var n in hooks) if (options.hooks[n] && options.hooks[n].length) hooks[n] = hooks[n].concat(options.hooks[n]);\n\n executeHooks(hooks.processOptions, [options]);\n }\n\n function setData(d) {\n series = parseData(d);\n fillInSeriesOptions();\n processData();\n }\n\n function parseData(d) {\n let res = [];\n for (let i = 0; i < d.length; ++i) {\n let s = $.extend(true, {}, options.series);\n\n if (d[i].data != null) {\n s.data = d[i].data; // move the data instead of deep-copy\n delete d[i].data;\n\n $.extend(true, s, d[i]);\n\n d[i].data = s.data;\n } else s.data = d[i];\n res.push(s);\n }\n\n return res;\n }\n\n function axisNumber(obj, coord) {\n var a = obj[coord + 'axis'];\n if (typeof a == 'object')\n // if we got a real axis, extract number\n a = a.n;\n if (typeof a != 'number') a = 1; // default to first axis\n return a;\n }\n\n function allAxes() {\n // return flat array without annoying null entries\n return $.grep(xaxes.concat(yaxes), function(a) {\n return a;\n });\n }\n\n function canvasToAxisCoords(pos) {\n // return an object with x/y corresponding to all used axes\n var res = {},\n i,\n axis;\n for (i = 0; i < xaxes.length; ++i) {\n axis = xaxes[i];\n if (axis) res['x' + axis.n] = axis.c2p(pos.left);\n }\n\n for (i = 0; i < yaxes.length; ++i) {\n axis = yaxes[i];\n if (axis) res['y' + axis.n] = axis.c2p(pos.top);\n }\n\n if (res.x1 !== undefined) res.x = res.x1;\n if (res.y1 !== undefined) res.y = res.y1;\n\n return res;\n }\n\n function axisToCanvasCoords(pos) {\n // get canvas coords from the first pair of x/y found in pos\n var res = {},\n i,\n axis,\n key;\n\n for (i = 0; i < xaxes.length; ++i) {\n axis = xaxes[i];\n if (axis && axis.used) {\n key = 'x' + axis.n;\n if (pos[key] == null && axis.n == 1) key = 'x';\n\n if (pos[key] != null) {\n res.left = axis.p2c(pos[key]);\n break;\n }\n }\n }\n\n for (i = 0; i < yaxes.length; ++i) {\n axis = yaxes[i];\n if (axis && axis.used) {\n key = 'y' + axis.n;\n if (pos[key] == null && axis.n == 1) key = 'y';\n\n if (pos[key] != null) {\n res.top = axis.p2c(pos[key]);\n break;\n }\n }\n }\n\n return res;\n }\n\n function getOrCreateAxis(axes, number) {\n if (!axes[number - 1])\n axes[number - 1] = {\n n: number, // save the number for future reference\n direction: axes == xaxes ? 'x' : 'y',\n options: $.extend(true, {}, axes == xaxes ? options.xaxis : options.yaxis),\n };\n\n return axes[number - 1];\n }\n\n function fillInSeriesOptions() {\n var neededColors = series.length,\n maxIndex = -1,\n i;\n\n // Subtract the number of series that already have fixed colors or\n // color indexes from the number that we still need to generate.\n\n for (i = 0; i < series.length; ++i) {\n let sc = series[i].color;\n if (sc != null) {\n neededColors--;\n if (typeof sc == 'number' && sc > maxIndex) {\n maxIndex = sc;\n }\n }\n }\n\n // If any of the series have fixed color indexes, then we need to\n // generate at least as many colors as the highest index.\n\n if (neededColors <= maxIndex) {\n neededColors = maxIndex + 1;\n }\n\n // Generate all the colors, using first the option colors and then\n // variations on those colors once they're exhausted.\n\n var c,\n colors = [],\n colorPool = options.colors,\n colorPoolSize = colorPool.length,\n variation = 0;\n\n for (i = 0; i < neededColors; i++) {\n c = $.color.parse(colorPool[i % colorPoolSize] || '#666');\n\n // Each time we exhaust the colors in the pool we adjust\n // a scaling factor used to produce more variations on\n // those colors. The factor alternates negative/positive\n // to produce lighter/darker colors.\n\n // Reset the variation after every few cycles, or else\n // it will end up producing only white or black colors.\n\n if (i % colorPoolSize == 0 && i) {\n if (variation >= 0) {\n if (variation < 0.5) {\n variation = -variation - 0.2;\n } else variation = 0;\n } else variation = -variation;\n }\n\n colors[i] = c.scale('rgb', 1 + variation);\n }\n\n // Finalize the series options, filling in their colors\n\n var colori = 0,\n s;\n for (i = 0; i < series.length; ++i) {\n s = series[i];\n\n // assign colors\n if (s.color == null) {\n s.color = colors[colori].toString();\n ++colori;\n } else if (typeof s.color == 'number') s.color = colors[s.color].toString();\n\n // turn on lines automatically in case nothing is set\n if (s.lines.show == null) {\n var v,\n show = true;\n for (v in s)\n if (s[v] && s[v].show) {\n show = false;\n break;\n }\n if (show) s.lines.show = true;\n }\n\n // If nothing was provided for lines.zero, default it to match\n // lines.fill, since areas by default should extend to zero.\n\n if (s.lines.zero == null) {\n s.lines.zero = !!s.lines.fill;\n }\n\n // setup axes\n s.xaxis = getOrCreateAxis(xaxes, axisNumber(s, 'x'));\n s.yaxis = getOrCreateAxis(yaxes, axisNumber(s, 'y'));\n }\n }\n\n function processData() {\n let topSentry = Number.POSITIVE_INFINITY,\n bottomSentry = Number.NEGATIVE_INFINITY,\n fakeInfinity = Number.MAX_VALUE,\n i,\n j,\n k,\n m,\n s,\n points,\n ps,\n val,\n f,\n p,\n data,\n format;\n\n function updateAxis(axis, min, max) {\n if (min < axis.datamin && min != -fakeInfinity) axis.datamin = min;\n if (max > axis.datamax && max != fakeInfinity) axis.datamax = max;\n }\n\n $.each(allAxes(), function(_, axis) {\n // init axis\n axis.datamin = topSentry;\n axis.datamax = bottomSentry;\n axis.used = false;\n });\n\n for (i = 0; i < series.length; ++i) {\n s = series[i];\n s.datapoints = { points: [] };\n\n executeHooks(hooks.processRawData, [s, s.data, s.datapoints]);\n }\n\n // first pass: clean and copy data\n for (i = 0; i < series.length; ++i) {\n s = series[i];\n\n data = s.data;\n format = s.datapoints.format;\n\n if (!format) {\n format = [];\n // find out how to copy\n format.push({ x: true, number: true, required: true });\n format.push({ y: true, number: true, required: true });\n\n if (s.stack || s.bars.show || (s.lines.show && s.lines.fill)) {\n let autoscale = !!((s.bars.show && s.bars.zero) || (s.lines.show && s.lines.zero));\n format.push({ y: true, number: true, required: false, defaultValue: 0, autoscale: autoscale });\n if (s.bars.horizontal) {\n delete format[format.length - 1].y;\n format[format.length - 1].x = true;\n }\n }\n\n s.datapoints.format = format;\n }\n\n if (s.datapoints.pointsize != null) continue; // already filled in\n\n s.datapoints.pointsize = format.length;\n\n ps = s.datapoints.pointsize;\n points = s.datapoints.points;\n\n let insertSteps = s.lines.show && s.lines.steps;\n s.xaxis.used = s.yaxis.used = true;\n\n for (j = k = 0; j < data.length; ++j, k += ps) {\n p = data[j];\n\n let nullify = p == null;\n if (!nullify) {\n for (m = 0; m < ps; ++m) {\n val = p[m];\n f = format[m];\n\n if (f) {\n if (f.number && val != null) {\n val = +val; // convert to number\n if (isNaN(val)) val = null;\n else if (val == Infinity) val = fakeInfinity;\n else if (val == -Infinity) val = -fakeInfinity;\n }\n\n if (val == null) {\n if (f.required) nullify = true;\n\n if (f.defaultValue != null) val = f.defaultValue;\n }\n }\n\n points[k + m] = val;\n }\n }\n\n if (nullify) {\n for (m = 0; m < ps; ++m) {\n val = points[k + m];\n if (val != null) {\n f = format[m];\n // extract min/max info\n if (f.autoscale !== false) {\n if (f.x) {\n updateAxis(s.xaxis, val, val);\n }\n if (f.y) {\n updateAxis(s.yaxis, val, val);\n }\n }\n }\n points[k + m] = null;\n }\n }\n\n if (insertSteps && k > 0 && (!nullify || points[k - ps] != null)) {\n // copy the point to make room for a middle point\n for (m = 0; m < ps; ++m) points[k + ps + m] = points[k + m];\n\n // middle point has same y\n points[k + 1] = points[k - ps + 1] || 0;\n\n // if series has null values, let's give the last !null value a nice step\n if (nullify) points[k] = p[0];\n\n // we've added a point, better reflect that\n k += ps;\n }\n }\n }\n\n // give the hooks a chance to run\n for (i = 0; i < series.length; ++i) {\n s = series[i];\n points = s.datapoints.points;\n ps = s.datapoints.pointsize;\n\n // grafana\n if (s.transform === 'negative-Y') {\n for (j = 0; j < points.length; j += ps) {\n if (points[j] == null) continue;\n\n val = points[j + 1];\n points[j + 1] = -val;\n }\n }\n\n executeHooks(hooks.processDatapoints, [s, s.datapoints]);\n }\n\n // second pass: find datamax/datamin for auto-scaling\n for (i = 0; i < series.length; ++i) {\n s = series[i];\n points = s.datapoints.points;\n ps = s.datapoints.pointsize;\n format = s.datapoints.format;\n\n var xmin = topSentry,\n ymin = topSentry,\n xmax = bottomSentry,\n ymax = bottomSentry;\n\n for (j = 0; j < points.length; j += ps) {\n if (points[j] == null) continue;\n\n for (m = 0; m < ps; ++m) {\n val = points[j + m];\n f = format[m];\n if (!f || f.autoscale === false || val == fakeInfinity || val == -fakeInfinity) continue;\n\n if (f.x) {\n if (val < xmin) xmin = val;\n if (val > xmax) xmax = val;\n }\n if (f.y) {\n if (val < ymin) ymin = val;\n if (val > ymax) ymax = val;\n }\n }\n }\n\n if (s.bars.show) {\n // make sure we got room for the bar on the dancing floor\n var delta;\n\n switch (s.bars.align) {\n case 'left':\n delta = 0;\n break;\n case 'right':\n delta = -s.bars.barWidth;\n break;\n default:\n delta = -s.bars.barWidth / 2;\n }\n\n if (s.bars.horizontal) {\n ymin += delta;\n ymax += delta + s.bars.barWidth;\n } else {\n xmin += delta;\n xmax += delta + s.bars.barWidth;\n }\n }\n\n updateAxis(s.xaxis, xmin, xmax);\n updateAxis(s.yaxis, ymin, ymax);\n }\n\n $.each(allAxes(), function(_, axis) {\n if (axis.datamin == topSentry) axis.datamin = null;\n if (axis.datamax == bottomSentry) axis.datamax = null;\n });\n }\n\n function setupCanvases() {\n // Make sure the placeholder is clear of everything except canvases\n // from a previous plot in this container that we'll try to re-use.\n\n placeholder.find('.flot-temp-elem').remove();\n\n if (placeholder.css('position') == 'static') placeholder.css('position', 'relative'); // for positioning labels and overlay\n\n surface = new Canvas('flot-base', placeholder);\n overlay = new Canvas('flot-overlay', placeholder); // overlay canvas for interactive features\n\n ctx = surface.context;\n octx = overlay.context;\n\n // define which element we're listening for events on\n eventHolder = $(overlay.element).unbind();\n\n // If we're re-using a plot object, shut down the old one\n\n var existing = placeholder.data('plot');\n\n if (existing) {\n existing.shutdown();\n overlay.clear();\n }\n\n // save in case we get replotted\n placeholder.data('plot', plot);\n }\n\n function bindEvents() {\n // bind events\n if (options.grid.hoverable) {\n eventHolder.mousemove(onMouseMove);\n\n // Use bind, rather than .mouseleave, because we officially\n // still support jQuery 1.2.6, which doesn't define a shortcut\n // for mouseenter or mouseleave. This was a bug/oversight that\n // was fixed somewhere around 1.3.x. We can return to using\n // .mouseleave when we drop support for 1.2.6.\n\n eventHolder.bind('mouseleave', onMouseLeave);\n }\n\n if (options.grid.clickable) eventHolder.click(onClick);\n\n executeHooks(hooks.bindEvents, [eventHolder]);\n }\n\n function shutdown() {\n if (redrawTimeout) clearTimeout(redrawTimeout);\n\n eventHolder.unbind('mousemove', onMouseMove);\n eventHolder.unbind('mouseleave', onMouseLeave);\n eventHolder.unbind('click', onClick);\n\n executeHooks(hooks.shutdown, [eventHolder]);\n }\n\n function setTransformationHelpers(axis) {\n // set helper functions on the axis, assumes plot area\n // has been computed already\n\n function identity(x) {\n return x;\n }\n\n var s,\n m,\n t = axis.options.transform || identity,\n it = axis.options.inverseTransform;\n\n // precompute how much the axis is scaling a point\n // in canvas space\n if (axis.direction == 'x') {\n s = axis.scale = plotWidth / Math.abs(t(axis.max) - t(axis.min));\n m = Math.min(t(axis.max), t(axis.min));\n } else {\n s = axis.scale = plotHeight / Math.abs(t(axis.max) - t(axis.min));\n s = -s;\n m = Math.max(t(axis.max), t(axis.min));\n }\n\n // data point to canvas coordinate\n if (t == identity)\n // slight optimization\n axis.p2c = function(p) {\n return (p - m) * s;\n };\n else\n axis.p2c = function(p) {\n return (t(p) - m) * s;\n };\n // canvas coordinate to data point\n if (!it)\n axis.c2p = function(c) {\n return m + c / s;\n };\n else\n axis.c2p = function(c) {\n return it(m + c / s);\n };\n }\n\n function measureTickLabels(axis) {\n let opts = axis.options,\n ticks = axis.ticks || [],\n labelWidth = opts.labelWidth || 0,\n labelHeight = opts.labelHeight || 0,\n maxWidth = labelWidth || (axis.direction == 'x' ? Math.floor(surface.width / (ticks.length || 1)) : null),\n legacyStyles = axis.direction + 'Axis ' + axis.direction + axis.n + 'Axis',\n layer = 'flot-' + axis.direction + '-axis flot-' + axis.direction + axis.n + '-axis ' + legacyStyles,\n font = opts.font || 'flot-tick-label tickLabel';\n\n for (let i = 0; i < ticks.length; ++i) {\n let t = ticks[i];\n\n if (!t.label) continue;\n\n let info = surface.getTextInfo(layer, t.label, font, null, maxWidth);\n\n /// Grafana fix, add +1 to label width\n labelWidth = Math.max(labelWidth, info.width + 1);\n labelHeight = Math.max(labelHeight, info.height);\n }\n\n axis.labelWidth = opts.labelWidth || labelWidth;\n axis.labelHeight = opts.labelHeight || labelHeight;\n }\n\n function allocateAxisBoxFirstPhase(axis) {\n // find the bounding box of the axis by looking at label\n // widths/heights and ticks, make room by diminishing the\n // plotOffset; this first phase only looks at one\n // dimension per axis, the other dimension depends on the\n // other axes so will have to wait\n\n let lw = axis.labelWidth,\n lh = axis.labelHeight,\n pos = axis.options.position,\n isXAxis = axis.direction === 'x',\n tickLength = axis.options.tickLength,\n axisMargin = options.grid.axisMargin,\n padding = options.grid.labelMargin,\n eventSectionPadding = options.grid.eventSectionHeight,\n innermost = true,\n outermost = true,\n first = true,\n found = false;\n\n // Determine the axis's position in its direction and on its side\n\n $.each(isXAxis ? xaxes : yaxes, function(i, a) {\n if (a && (a.show || a.reserveSpace)) {\n if (a === axis) {\n found = true;\n } else if (a.options.position === pos) {\n if (found) {\n outermost = false;\n } else {\n innermost = false;\n }\n }\n if (!found) {\n first = false;\n }\n }\n });\n\n // The outermost axis on each side has no margin\n\n if (outermost) {\n axisMargin = 0;\n }\n\n // The ticks for the first axis in each direction stretch across\n\n if (tickLength == null) {\n tickLength = first ? 'full' : 5;\n }\n\n if (!isNaN(+tickLength)) padding += +tickLength;\n\n if (isXAxis) {\n // Add space for event section\n lh += padding;\n lh += eventSectionPadding;\n\n if (pos == 'bottom') {\n plotOffset.bottom += lh + axisMargin;\n axis.box = { top: surface.height - plotOffset.bottom, height: lh };\n } else {\n axis.box = { top: plotOffset.top + axisMargin, height: lh };\n plotOffset.top += lh + axisMargin;\n }\n } else {\n lw += padding;\n\n if (pos == 'left') {\n axis.box = { left: plotOffset.left + axisMargin, width: lw };\n plotOffset.left += lw + axisMargin;\n } else {\n plotOffset.right += lw + axisMargin;\n axis.box = { left: surface.width - plotOffset.right, width: lw };\n }\n }\n\n // save for future reference\n axis.position = pos;\n axis.tickLength = tickLength;\n axis.box.padding = padding;\n axis.box.eventSectionPadding = eventSectionPadding;\n axis.innermost = innermost;\n }\n\n function allocateAxisBoxSecondPhase(axis) {\n // now that all axis boxes have been placed in one\n // dimension, we can set the remaining dimension coordinates\n if (axis.direction == 'x') {\n axis.box.left = plotOffset.left - axis.labelWidth / 2;\n axis.box.width = surface.width - plotOffset.left - plotOffset.right + axis.labelWidth;\n } else {\n axis.box.top = plotOffset.top - axis.labelHeight / 2;\n axis.box.height = surface.height - plotOffset.bottom - plotOffset.top + axis.labelHeight;\n }\n }\n\n function adjustLayoutForThingsStickingOut() {\n // possibly adjust plot offset to ensure everything stays\n // inside the canvas and isn't clipped off\n\n let minMargin = options.grid.minBorderMargin,\n i;\n\n // check stuff from the plot (FIXME: this should just read\n // a value from the series, otherwise it's impossible to\n // customize)\n if (minMargin == null) {\n minMargin = 0;\n for (i = 0; i < series.length; ++i)\n minMargin = Math.max(minMargin, 2 * (series[i].points.radius + series[i].points.lineWidth / 2));\n }\n\n let margins = {\n left: minMargin,\n right: minMargin,\n top: minMargin,\n bottom: minMargin,\n };\n\n // check axis labels, note we don't check the actual\n // labels but instead use the overall width/height to not\n // jump as much around with replots\n $.each(allAxes(), function(_, axis) {\n if (axis.reserveSpace && axis.ticks && axis.ticks.length) {\n if (axis.direction === 'x') {\n margins.left = Math.max(margins.left, axis.labelWidth / 2);\n margins.right = Math.max(margins.right, axis.labelWidth / 2);\n } else {\n margins.bottom = Math.max(margins.bottom, axis.labelHeight / 2);\n margins.top = Math.max(margins.top, axis.labelHeight / 2);\n }\n }\n });\n\n plotOffset.left = Math.ceil(Math.max(margins.left, plotOffset.left));\n plotOffset.right = Math.ceil(Math.max(margins.right, plotOffset.right));\n plotOffset.top = Math.ceil(Math.max(margins.top, plotOffset.top));\n plotOffset.bottom = Math.ceil(Math.max(margins.bottom, plotOffset.bottom));\n }\n\n function setupGrid() {\n var i,\n axes = allAxes(),\n showGrid = options.grid.show;\n\n // Initialize the plot's offset from the edge of the canvas\n\n for (var a in plotOffset) {\n let margin = options.grid.margin || 0;\n plotOffset[a] = typeof margin == 'number' ? margin : margin[a] || 0;\n }\n\n executeHooks(hooks.processOffset, [plotOffset]);\n\n // If the grid is visible, add its border width to the offset\n\n for (var a in plotOffset) {\n if (typeof options.grid.borderWidth == 'object') {\n plotOffset[a] += showGrid ? options.grid.borderWidth[a] : 0;\n } else {\n plotOffset[a] += showGrid ? options.grid.borderWidth : 0;\n }\n }\n\n $.each(axes, function(_, axis) {\n let axisOpts = axis.options;\n axis.show = axisOpts.show == null ? axis.used : axisOpts.show;\n axis.reserveSpace = axisOpts.reserveSpace == null ? axis.show : axisOpts.reserveSpace;\n setRange(axis);\n });\n\n executeHooks(hooks.processRange, []);\n\n if (showGrid) {\n var allocatedAxes = $.grep(axes, function(axis) {\n return axis.show || axis.reserveSpace;\n });\n\n let snaped = false;\n for (var i = 0; i < 2; i++) {\n $.each(allocatedAxes, function(_, axis) {\n // make the ticks\n setupTickGeneration(axis);\n setTicks(axis);\n snaped = snapRangeToTicks(axis, axis.ticks) || snaped;\n // find labelWidth/Height for axis\n measureTickLabels(axis);\n });\n\n if (snaped && hooks.processRange.length > 0) {\n executeHooks(hooks.processRange, []);\n snaped = false;\n } else {\n break;\n }\n }\n\n // with all dimensions calculated, we can compute the\n // axis bounding boxes, start from the outside\n // (reverse order)\n for (i = allocatedAxes.length - 1; i >= 0; --i) allocateAxisBoxFirstPhase(allocatedAxes[i]);\n\n // make sure we've got enough space for things that\n // might stick out\n adjustLayoutForThingsStickingOut();\n\n $.each(allocatedAxes, function(_, axis) {\n allocateAxisBoxSecondPhase(axis);\n });\n }\n\n plotWidth = surface.width - plotOffset.left - plotOffset.right;\n plotHeight = surface.height - plotOffset.bottom - plotOffset.top;\n\n // now we got the proper plot dimensions, we can compute the scaling\n $.each(axes, function(_, axis) {\n setTransformationHelpers(axis);\n });\n\n if (showGrid) {\n drawAxisLabels();\n }\n\n insertLegend();\n }\n\n function setRange(axis) {\n let opts = axis.options,\n min = +(opts.min != null ? opts.min : axis.datamin),\n max = +(opts.max != null ? opts.max : axis.datamax),\n delta = max - min;\n\n if (delta == 0.0) {\n // Grafana fix: wide Y min and max using increased wideFactor\n // when all series values are the same\n let wideFactor = 0.25;\n let widen = Math.abs(max == 0 ? 1 : max * wideFactor);\n\n if (opts.min == null) {\n min -= widen;\n }\n // always widen max if we couldn't widen min to ensure we\n // don't fall into min == max which doesn't work\n if (opts.max == null || opts.min != null) {\n max += widen;\n }\n } else {\n // consider autoscaling\n let margin = opts.autoscaleMargin;\n if (margin != null) {\n if (opts.min == null) {\n min -= delta * margin;\n // make sure we don't go below zero if all values\n // are positive\n if (min < 0 && axis.datamin != null && axis.datamin >= 0) min = 0;\n }\n if (opts.max == null) {\n max += delta * margin;\n if (max > 0 && axis.datamax != null && axis.datamax <= 0) max = 0;\n }\n }\n }\n axis.min = min;\n axis.max = max;\n }\n\n function setupTickGeneration(axis) {\n let opts = axis.options;\n\n // estimate number of ticks\n let noTicks;\n if (typeof opts.ticks == 'number' && opts.ticks > 0) noTicks = opts.ticks;\n // heuristic based on the model a*sqrt(x) fitted to\n // some data points that seemed reasonable\n else noTicks = 0.3 * Math.sqrt(axis.direction == 'x' ? surface.width : surface.height);\n\n let delta = (axis.max - axis.min) / noTicks,\n dec = -Math.floor(Math.log(delta) / Math.LN10),\n maxDec = opts.tickDecimals;\n\n if (maxDec != null && dec > maxDec) {\n dec = maxDec;\n }\n\n let magn = Math.pow(10, -dec),\n norm = delta / magn, // norm is between 1.0 and 10.0\n size;\n\n if (norm < 1.5) {\n size = 1;\n } else if (norm < 3) {\n size = 2;\n // special case for 2.5, requires an extra decimal\n if (norm > 2.25 && (maxDec == null || dec + 1 <= maxDec)) {\n size = 2.5;\n ++dec;\n }\n } else if (norm < 7.5) {\n size = 5;\n } else {\n size = 10;\n }\n\n size *= magn;\n\n if (opts.minTickSize != null && size < opts.minTickSize) {\n size = opts.minTickSize;\n }\n\n axis.delta = delta;\n axis.tickDecimals = Math.max(0, maxDec != null ? maxDec : dec);\n axis.tickSize = opts.tickSize || size;\n\n // grafana addition\n if (opts.tickDecimals === null || opts.tickDecimals === undefined) {\n axis.scaledDecimals = axis.tickDecimals + dec;\n }\n\n // Time mode was moved to a plug-in in 0.8, and since so many people use it\n // we'll add an especially friendly reminder to make sure they included it.\n\n if (opts.mode == 'time' && !axis.tickGenerator) {\n throw new Error('Time mode requires the flot.time plugin.');\n }\n\n // Flot supports base-10 axes; any other mode else is handled by a plug-in,\n // like flot.time.js.\n\n if (!axis.tickGenerator) {\n axis.tickGenerator = function(axis) {\n let ticks = [],\n start = floorInBase(axis.min, axis.tickSize),\n i = 0,\n v = Number.NaN,\n prev;\n\n do {\n prev = v;\n v = start + i * axis.tickSize;\n ticks.push(v);\n ++i;\n } while (v < axis.max && v != prev);\n return ticks;\n };\n\n axis.tickFormatter = function(value, axis) {\n let factor = axis.tickDecimals ? Math.pow(10, axis.tickDecimals) : 1;\n var formatted = '' + Math.round(value * factor) / factor;\n\n // If tickDecimals was specified, ensure that we have exactly that\n // much precision; otherwise default to the value's own precision.\n\n if (axis.tickDecimals != null) {\n var decimal = formatted.indexOf('.');\n let precision = decimal == -1 ? 0 : formatted.length - decimal - 1;\n if (precision < axis.tickDecimals) {\n return (precision ? formatted : formatted + '.') + ('' + factor).substr(1, axis.tickDecimals - precision);\n }\n }\n\n return formatted;\n };\n }\n\n if ($.isFunction(opts.tickFormatter))\n axis.tickFormatter = function(v, axis) {\n return '' + opts.tickFormatter(v, axis);\n };\n\n if (opts.alignTicksWithAxis != null) {\n var otherAxis = (axis.direction == 'x' ? xaxes : yaxes)[opts.alignTicksWithAxis - 1];\n if (otherAxis && otherAxis.used && otherAxis != axis) {\n // consider snapping min/max to outermost nice ticks\n let niceTicks = axis.tickGenerator(axis);\n if (niceTicks.length > 0) {\n if (opts.min == null) axis.min = Math.min(axis.min, niceTicks[0]);\n if (opts.max == null && niceTicks.length > 1) axis.max = Math.max(axis.max, niceTicks[niceTicks.length - 1]);\n }\n\n axis.tickGenerator = function(axis) {\n // copy ticks, scaled to this axis\n var ticks = [],\n v,\n i;\n for (i = 0; i < otherAxis.ticks.length; ++i) {\n v = (otherAxis.ticks[i].v - otherAxis.min) / (otherAxis.max - otherAxis.min);\n v = axis.min + v * (axis.max - axis.min);\n ticks.push(v);\n }\n return ticks;\n };\n\n // we might need an extra decimal since forced\n // ticks don't necessarily fit naturally\n if (!axis.mode && opts.tickDecimals == null) {\n let extraDec = Math.max(0, -Math.floor(Math.log(axis.delta) / Math.LN10) + 1),\n ts = axis.tickGenerator(axis);\n\n // only proceed if the tick interval rounded\n // with an extra decimal doesn't give us a\n // zero at end\n if (!(ts.length > 1 && /\\..*0$/.test((ts[1] - ts[0]).toFixed(extraDec)))) axis.tickDecimals = extraDec;\n }\n }\n }\n }\n\n function setTicks(axis) {\n var oticks = axis.options.ticks,\n ticks = [];\n if (oticks == null || (typeof oticks == 'number' && oticks > 0)) ticks = axis.tickGenerator(axis);\n else if (oticks) {\n if ($.isFunction(oticks))\n // generate the ticks\n ticks = oticks(axis);\n else ticks = oticks;\n }\n\n // clean up/labelify the supplied ticks, copy them over\n let i, v;\n axis.ticks = [];\n for (i = 0; i < ticks.length; ++i) {\n let label = null;\n let t = ticks[i];\n if (typeof t == 'object') {\n v = +t[0];\n if (t.length > 1) label = t[1];\n } else v = +t;\n if (label == null) label = axis.tickFormatter(v, axis);\n if (!isNaN(v)) axis.ticks.push({ v: v, label: label });\n }\n }\n\n function snapRangeToTicks(axis, ticks) {\n let changed = false;\n if (axis.options.autoscaleMargin && ticks.length > 0) {\n // snap to ticks\n if (axis.options.min == null) {\n axis.min = Math.min(axis.min, ticks[0].v);\n changed = true;\n }\n if (axis.options.max == null && ticks.length > 1) {\n axis.max = Math.max(axis.max, ticks[ticks.length - 1].v);\n changed = true;\n }\n }\n return changed;\n }\n\n function draw() {\n surface.clear();\n\n executeHooks(hooks.drawBackground, [ctx]);\n\n let grid = options.grid;\n\n // draw background, if any\n if (grid.show && grid.backgroundColor) drawBackground();\n\n if (grid.show && !grid.aboveData) {\n drawGrid();\n }\n\n for (let i = 0; i < series.length; ++i) {\n executeHooks(hooks.drawSeries, [ctx, series[i]]);\n drawSeries(series[i]);\n }\n\n executeHooks(hooks.draw, [ctx]);\n\n if (grid.show && grid.aboveData) {\n drawGrid();\n }\n\n surface.render();\n\n // A draw implies that either the axes or data have changed, so we\n // should probably update the overlay highlights as well.\n\n triggerRedrawOverlay();\n }\n\n function extractRange(ranges, coord) {\n var axis,\n from,\n to,\n key,\n axes = allAxes();\n\n for (let i = 0; i < axes.length; ++i) {\n axis = axes[i];\n if (axis.direction == coord) {\n key = coord + axis.n + 'axis';\n if (!ranges[key] && axis.n == 1) key = coord + 'axis'; // support x1axis as xaxis\n if (ranges[key]) {\n from = ranges[key].from;\n to = ranges[key].to;\n break;\n }\n }\n }\n\n // backwards-compat stuff - to be removed in future\n if (!ranges[key]) {\n axis = coord == 'x' ? xaxes[0] : yaxes[0];\n from = ranges[coord + '1'];\n to = ranges[coord + '2'];\n }\n\n // auto-reverse as an added bonus\n if (from != null && to != null && from > to) {\n let tmp = from;\n from = to;\n to = tmp;\n }\n\n return { from: from, to: to, axis: axis };\n }\n\n function drawBackground() {\n ctx.save();\n ctx.translate(plotOffset.left, plotOffset.top);\n\n ctx.fillStyle = getColorOrGradient(options.grid.backgroundColor, plotHeight, 0, 'rgba(255, 255, 255, 0)');\n ctx.fillRect(0, 0, plotWidth, plotHeight);\n ctx.restore();\n }\n\n function drawGrid() {\n let i, axes, bw, bc;\n\n ctx.save();\n ctx.translate(plotOffset.left, plotOffset.top);\n\n // draw markings\n let markings = options.grid.markings;\n if (markings) {\n if ($.isFunction(markings)) {\n axes = plot.getAxes();\n // xmin etc. is backwards compatibility, to be\n // removed in the future\n axes.xmin = axes.xaxis.min;\n axes.xmax = axes.xaxis.max;\n axes.ymin = axes.yaxis.min;\n axes.ymax = axes.yaxis.max;\n\n markings = markings(axes);\n }\n\n for (i = 0; i < markings.length; ++i) {\n let m = markings[i],\n xrange = extractRange(m, 'x'),\n yrange = extractRange(m, 'y');\n\n // fill in missing\n if (xrange.from == null) xrange.from = xrange.axis.min;\n if (xrange.to == null) xrange.to = xrange.axis.max;\n if (yrange.from == null) yrange.from = yrange.axis.min;\n if (yrange.to == null) yrange.to = yrange.axis.max;\n\n // clip\n if (\n xrange.to < xrange.axis.min ||\n xrange.from > xrange.axis.max ||\n yrange.to < yrange.axis.min ||\n yrange.from > yrange.axis.max\n )\n continue;\n\n xrange.from = Math.max(xrange.from, xrange.axis.min);\n xrange.to = Math.min(xrange.to, xrange.axis.max);\n yrange.from = Math.max(yrange.from, yrange.axis.min);\n yrange.to = Math.min(yrange.to, yrange.axis.max);\n\n let xequal = xrange.from === xrange.to,\n yequal = yrange.from === yrange.to;\n\n if (xequal && yequal) {\n continue;\n }\n\n // then draw\n xrange.from = Math.floor(xrange.axis.p2c(xrange.from));\n xrange.to = Math.floor(xrange.axis.p2c(xrange.to));\n yrange.from = Math.floor(yrange.axis.p2c(yrange.from));\n yrange.to = Math.floor(yrange.axis.p2c(yrange.to));\n\n if (xequal || yequal) {\n let lineWidth = m.lineWidth || options.grid.markingsLineWidth,\n subPixel = lineWidth % 2 ? 0.5 : 0;\n ctx.beginPath();\n ctx.strokeStyle = m.color || options.grid.markingsColor;\n ctx.lineWidth = lineWidth;\n if (xequal) {\n ctx.moveTo(xrange.to + subPixel, yrange.from);\n ctx.lineTo(xrange.to + subPixel, yrange.to);\n } else {\n ctx.moveTo(xrange.from, yrange.to + subPixel);\n ctx.lineTo(xrange.to, yrange.to + subPixel);\n }\n ctx.stroke();\n } else {\n ctx.fillStyle = m.color || options.grid.markingsColor;\n ctx.fillRect(xrange.from, yrange.to, xrange.to - xrange.from, yrange.from - yrange.to);\n }\n }\n }\n\n // draw the ticks\n axes = allAxes();\n bw = options.grid.borderWidth;\n\n for (let j = 0; j < axes.length; ++j) {\n var axis = axes[j],\n box = axis.box,\n t = axis.tickLength,\n x,\n y,\n xoff,\n yoff;\n if (!axis.show || axis.ticks.length == 0) continue;\n\n ctx.lineWidth = 1;\n\n // find the edges\n if (axis.direction == 'x') {\n x = 0;\n if (t == 'full') y = axis.position == 'top' ? 0 : plotHeight;\n else y = box.top - plotOffset.top + (axis.position == 'top' ? box.height : 0);\n } else {\n y = 0;\n if (t == 'full') x = axis.position == 'left' ? 0 : plotWidth;\n else x = box.left - plotOffset.left + (axis.position == 'left' ? box.width : 0);\n }\n\n // draw tick bar\n if (!axis.innermost) {\n ctx.strokeStyle = axis.options.color;\n ctx.beginPath();\n xoff = yoff = 0;\n if (axis.direction == 'x') xoff = plotWidth + 1;\n else yoff = plotHeight + 1;\n\n if (ctx.lineWidth == 1) {\n if (axis.direction == 'x') {\n y = Math.floor(y) + 0.5;\n } else {\n x = Math.floor(x) + 0.5;\n }\n }\n\n ctx.moveTo(x, y);\n ctx.lineTo(x + xoff, y + yoff);\n ctx.stroke();\n }\n\n // draw ticks\n\n ctx.strokeStyle = axis.options.tickColor;\n\n ctx.beginPath();\n for (i = 0; i < axis.ticks.length; ++i) {\n let v = axis.ticks[i].v;\n\n xoff = yoff = 0;\n\n if (\n isNaN(v) ||\n v < axis.min ||\n v > axis.max ||\n // skip those lying on the axes if we got a border\n (t == 'full' && ((typeof bw == 'object' && bw[axis.position] > 0) || bw > 0) && (v == axis.min || v == axis.max))\n )\n continue;\n\n if (axis.direction == 'x') {\n x = axis.p2c(v);\n yoff = t == 'full' ? -plotHeight : t;\n\n if (axis.position == 'top') yoff = -yoff;\n } else {\n y = axis.p2c(v);\n xoff = t == 'full' ? -plotWidth : t;\n\n if (axis.position == 'left') xoff = -xoff;\n }\n\n if (ctx.lineWidth == 1) {\n if (axis.direction == 'x') x = Math.floor(x) + 0.5;\n else y = Math.floor(y) + 0.5;\n }\n\n ctx.moveTo(x, y);\n ctx.lineTo(x + xoff, y + yoff);\n }\n\n ctx.stroke();\n }\n\n // draw border\n if (bw) {\n // If either borderWidth or borderColor is an object, then draw the border\n // line by line instead of as one rectangle\n bc = options.grid.borderColor;\n if (typeof bw == 'object' || typeof bc == 'object') {\n if (typeof bw !== 'object') {\n bw = { top: bw, right: bw, bottom: bw, left: bw };\n }\n if (typeof bc !== 'object') {\n bc = { top: bc, right: bc, bottom: bc, left: bc };\n }\n\n if (bw.top > 0) {\n ctx.strokeStyle = bc.top;\n ctx.lineWidth = bw.top;\n ctx.beginPath();\n ctx.moveTo(0 - bw.left, 0 - bw.top / 2);\n ctx.lineTo(plotWidth, 0 - bw.top / 2);\n ctx.stroke();\n }\n\n if (bw.right > 0) {\n ctx.strokeStyle = bc.right;\n ctx.lineWidth = bw.right;\n ctx.beginPath();\n ctx.moveTo(plotWidth + bw.right / 2, 0 - bw.top);\n ctx.lineTo(plotWidth + bw.right / 2, plotHeight);\n ctx.stroke();\n }\n\n if (bw.bottom > 0) {\n ctx.strokeStyle = bc.bottom;\n ctx.lineWidth = bw.bottom;\n ctx.beginPath();\n ctx.moveTo(plotWidth + bw.right, plotHeight + bw.bottom / 2);\n ctx.lineTo(0, plotHeight + bw.bottom / 2);\n ctx.stroke();\n }\n\n if (bw.left > 0) {\n ctx.strokeStyle = bc.left;\n ctx.lineWidth = bw.left;\n ctx.beginPath();\n ctx.moveTo(0 - bw.left / 2, plotHeight + bw.bottom);\n ctx.lineTo(0 - bw.left / 2, 0);\n ctx.stroke();\n }\n } else {\n ctx.lineWidth = bw;\n ctx.strokeStyle = options.grid.borderColor;\n ctx.strokeRect(-bw / 2, -bw / 2, plotWidth + bw, plotHeight + bw);\n }\n }\n\n ctx.restore();\n }\n\n function drawAxisLabels() {\n $.each(allAxes(), function(_, axis) {\n let box = axis.box,\n legacyStyles = axis.direction + 'Axis ' + axis.direction + axis.n + 'Axis',\n layer = 'flot-' + axis.direction + '-axis flot-' + axis.direction + axis.n + '-axis ' + legacyStyles,\n font = axis.options.font || 'flot-tick-label tickLabel',\n tick,\n x,\n y,\n halign,\n valign;\n\n // Remove text before checking for axis.show and ticks.length;\n // otherwise plugins, like flot-tickrotor, that draw their own\n // tick labels will end up with both theirs and the defaults.\n\n surface.removeText(layer);\n\n if (!axis.show || axis.ticks.length == 0) return;\n\n for (let i = 0; i < axis.ticks.length; ++i) {\n tick = axis.ticks[i];\n if (!tick.label || tick.v < axis.min || tick.v > axis.max) continue;\n\n if (axis.direction == 'x') {\n halign = 'center';\n x = plotOffset.left + axis.p2c(tick.v);\n if (axis.position == 'bottom') {\n y = box.top + box.padding + box.eventSectionPadding;\n } else {\n y = box.top + box.height - box.padding;\n valign = 'bottom';\n }\n } else {\n valign = 'middle';\n y = plotOffset.top + axis.p2c(tick.v);\n if (axis.position == 'left') {\n x = box.left + box.width - box.padding;\n halign = 'right';\n } else {\n x = box.left + box.padding;\n }\n }\n\n surface.addText(layer, x, y, tick.label, font, null, null, halign, valign);\n }\n });\n }\n\n function drawOrphanedPoints(series) {\n /* Filters series data for points with no neighbors before or after\n * and plots single 0.5 radius points for them so that they are displayed.\n */\n let abandonedPoints = [];\n let beforeX = null;\n let afterX = null;\n let datapoints = series.datapoints;\n // find any points with no neighbors before or after\n let emptyPoints = [];\n for (let j = 0; j < datapoints.pointsize - 2; j++) {\n emptyPoints.push(0);\n }\n for (let i = 0; i < datapoints.points.length; i += datapoints.pointsize) {\n var x = datapoints.points[i],\n y = datapoints.points[i + 1];\n if (i === datapoints.points.length - datapoints.pointsize) {\n afterX = null;\n } else {\n afterX = datapoints.points[i + datapoints.pointsize];\n }\n if (x !== null && y !== null && beforeX === null && afterX === null) {\n abandonedPoints.push(x);\n abandonedPoints.push(y);\n abandonedPoints.push.apply(abandonedPoints, emptyPoints);\n }\n beforeX = x;\n }\n var olddatapoints = datapoints.points;\n datapoints.points = abandonedPoints;\n\n series.points.radius = series.lines.lineWidth / 2;\n // plot the orphan points with a radius of lineWidth/2\n drawSeriesPoints(series);\n // reset old info\n datapoints.points = olddatapoints;\n }\n\n function drawSeries(series) {\n if (series.lines.show) {\n drawSeriesLines(series);\n if (!series.points.show && !series.bars.show) {\n // not necessary if user wants points displayed for everything\n drawOrphanedPoints(series);\n }\n }\n if (series.bars.show) drawSeriesBars(series);\n if (series.points.show) drawSeriesPoints(series);\n }\n\n function drawSeriesLines(series) {\n function plotLine(datapoints, xoffset, yoffset, axisx, axisy) {\n let points = datapoints.points,\n ps = datapoints.pointsize,\n prevx = null,\n prevy = null;\n\n ctx.beginPath();\n for (let i = ps; i < points.length; i += ps) {\n var x1 = points[i - ps],\n y1 = points[i - ps + 1],\n x2 = points[i],\n y2 = points[i + 1];\n\n if (x1 == null || x2 == null) continue;\n\n // clip with ymin\n if (y1 <= y2 && y1 < axisy.min) {\n if (y2 < axisy.min) continue; // line segment is outside\n // compute new intersection point\n x1 = ((axisy.min - y1) / (y2 - y1)) * (x2 - x1) + x1;\n y1 = axisy.min;\n } else if (y2 <= y1 && y2 < axisy.min) {\n if (y1 < axisy.min) continue;\n x2 = ((axisy.min - y1) / (y2 - y1)) * (x2 - x1) + x1;\n y2 = axisy.min;\n }\n\n // clip with ymax\n if (y1 >= y2 && y1 > axisy.max) {\n if (y2 > axisy.max) continue;\n x1 = ((axisy.max - y1) / (y2 - y1)) * (x2 - x1) + x1;\n y1 = axisy.max;\n } else if (y2 >= y1 && y2 > axisy.max) {\n if (y1 > axisy.max) continue;\n x2 = ((axisy.max - y1) / (y2 - y1)) * (x2 - x1) + x1;\n y2 = axisy.max;\n }\n\n // clip with xmin\n if (x1 <= x2 && x1 < axisx.min) {\n if (x2 < axisx.min) continue;\n y1 = ((axisx.min - x1) / (x2 - x1)) * (y2 - y1) + y1;\n x1 = axisx.min;\n } else if (x2 <= x1 && x2 < axisx.min) {\n if (x1 < axisx.min) continue;\n y2 = ((axisx.min - x1) / (x2 - x1)) * (y2 - y1) + y1;\n x2 = axisx.min;\n }\n\n // clip with xmax\n if (x1 >= x2 && x1 > axisx.max) {\n if (x2 > axisx.max) continue;\n y1 = ((axisx.max - x1) / (x2 - x1)) * (y2 - y1) + y1;\n x1 = axisx.max;\n } else if (x2 >= x1 && x2 > axisx.max) {\n if (x1 > axisx.max) continue;\n y2 = ((axisx.max - x1) / (x2 - x1)) * (y2 - y1) + y1;\n x2 = axisx.max;\n }\n\n if (x1 != prevx || y1 != prevy) ctx.moveTo(axisx.p2c(x1) + xoffset, axisy.p2c(y1) + yoffset);\n\n prevx = x2;\n prevy = y2;\n ctx.lineTo(axisx.p2c(x2) + xoffset, axisy.p2c(y2) + yoffset);\n }\n ctx.stroke();\n }\n\n function plotLineArea(datapoints, axisx, axisy) {\n let points = datapoints.points,\n ps = datapoints.pointsize,\n bottom = Math.min(Math.max(0, axisy.min), axisy.max),\n i = 0,\n areaOpen = false,\n ypos = 1,\n segmentStart = 0,\n segmentEnd = 0;\n\n // we process each segment in two turns, first forward\n // direction to sketch out top, then once we hit the\n // end we go backwards to sketch the bottom\n while (true) {\n if (ps > 0 && i > points.length + ps) break;\n\n i += ps; // ps is negative if going backwards\n\n let x1 = points[i - ps],\n y1 = points[i - ps + ypos],\n x2 = points[i],\n y2 = points[i + ypos];\n\n if (areaOpen) {\n if (ps > 0 && x1 != null && x2 == null) {\n // at turning point\n segmentEnd = i;\n ps = -ps;\n ypos = 2;\n continue;\n }\n\n if (ps < 0 && i == segmentStart + ps) {\n // done with the reverse sweep\n ctx.fill();\n areaOpen = false;\n ps = -ps;\n ypos = 1;\n i = segmentStart = segmentEnd + ps;\n continue;\n }\n }\n\n if (x1 == null || x2 == null) continue;\n\n // clip x values\n\n // clip with xmin\n if (x1 <= x2 && x1 < axisx.min) {\n if (x2 < axisx.min) continue;\n y1 = ((axisx.min - x1) / (x2 - x1)) * (y2 - y1) + y1;\n x1 = axisx.min;\n } else if (x2 <= x1 && x2 < axisx.min) {\n if (x1 < axisx.min) continue;\n y2 = ((axisx.min - x1) / (x2 - x1)) * (y2 - y1) + y1;\n x2 = axisx.min;\n }\n\n // clip with xmax\n if (x1 >= x2 && x1 > axisx.max) {\n if (x2 > axisx.max) continue;\n y1 = ((axisx.max - x1) / (x2 - x1)) * (y2 - y1) + y1;\n x1 = axisx.max;\n } else if (x2 >= x1 && x2 > axisx.max) {\n if (x1 > axisx.max) continue;\n y2 = ((axisx.max - x1) / (x2 - x1)) * (y2 - y1) + y1;\n x2 = axisx.max;\n }\n\n if (!areaOpen) {\n // open area\n ctx.beginPath();\n ctx.moveTo(axisx.p2c(x1), axisy.p2c(bottom));\n areaOpen = true;\n }\n\n // now first check the case where both is outside\n if (y1 >= axisy.max && y2 >= axisy.max) {\n ctx.lineTo(axisx.p2c(x1), axisy.p2c(axisy.max));\n ctx.lineTo(axisx.p2c(x2), axisy.p2c(axisy.max));\n continue;\n } else if (y1 <= axisy.min && y2 <= axisy.min) {\n ctx.lineTo(axisx.p2c(x1), axisy.p2c(axisy.min));\n ctx.lineTo(axisx.p2c(x2), axisy.p2c(axisy.min));\n continue;\n }\n\n // else it's a bit more complicated, there might\n // be a flat maxed out rectangle first, then a\n // triangular cutout or reverse; to find these\n // keep track of the current x values\n var x1old = x1,\n x2old = x2;\n\n // clip the y values, without shortcutting, we\n // go through all cases in turn\n\n // clip with ymin\n if (y1 <= y2 && y1 < axisy.min && y2 >= axisy.min) {\n x1 = ((axisy.min - y1) / (y2 - y1)) * (x2 - x1) + x1;\n y1 = axisy.min;\n } else if (y2 <= y1 && y2 < axisy.min && y1 >= axisy.min) {\n x2 = ((axisy.min - y1) / (y2 - y1)) * (x2 - x1) + x1;\n y2 = axisy.min;\n }\n\n // clip with ymax\n if (y1 >= y2 && y1 > axisy.max && y2 <= axisy.max) {\n x1 = ((axisy.max - y1) / (y2 - y1)) * (x2 - x1) + x1;\n y1 = axisy.max;\n } else if (y2 >= y1 && y2 > axisy.max && y1 <= axisy.max) {\n x2 = ((axisy.max - y1) / (y2 - y1)) * (x2 - x1) + x1;\n y2 = axisy.max;\n }\n\n // if the x value was changed we got a rectangle\n // to fill\n if (x1 != x1old) {\n ctx.lineTo(axisx.p2c(x1old), axisy.p2c(y1));\n // it goes to (x1, y1), but we fill that below\n }\n\n // fill triangular section, this sometimes result\n // in redundant points if (x1, y1) hasn't changed\n // from previous line to, but we just ignore that\n ctx.lineTo(axisx.p2c(x1), axisy.p2c(y1));\n ctx.lineTo(axisx.p2c(x2), axisy.p2c(y2));\n\n // fill the other rectangle if it's there\n if (x2 != x2old) {\n ctx.lineTo(axisx.p2c(x2), axisy.p2c(y2));\n ctx.lineTo(axisx.p2c(x2old), axisy.p2c(y2));\n }\n }\n }\n\n ctx.save();\n ctx.translate(plotOffset.left, plotOffset.top);\n ctx.lineJoin = 'round';\n\n let lw = series.lines.lineWidth,\n sw = series.shadowSize;\n // FIXME: consider another form of shadow when filling is turned on\n if (lw > 0 && sw > 0) {\n // draw shadow as a thick and thin line with transparency\n ctx.lineWidth = sw;\n ctx.strokeStyle = 'rgba(0,0,0,0.1)';\n // position shadow at angle from the mid of line\n var angle = Math.PI / 18;\n plotLine(\n series.datapoints,\n Math.sin(angle) * (lw / 2 + sw / 2),\n Math.cos(angle) * (lw / 2 + sw / 2),\n series.xaxis,\n series.yaxis\n );\n ctx.lineWidth = sw / 2;\n plotLine(\n series.datapoints,\n Math.sin(angle) * (lw / 2 + sw / 4),\n Math.cos(angle) * (lw / 2 + sw / 4),\n series.xaxis,\n series.yaxis\n );\n }\n\n ctx.lineWidth = lw;\n ctx.strokeStyle = series.color;\n let fillStyle = getFillStyle(series.lines, series.color, 0, plotHeight);\n if (fillStyle) {\n ctx.fillStyle = fillStyle;\n plotLineArea(series.datapoints, series.xaxis, series.yaxis);\n }\n\n if (lw > 0) plotLine(series.datapoints, 0, 0, series.xaxis, series.yaxis);\n ctx.restore();\n }\n\n function drawSeriesPoints(series) {\n function plotPoints(datapoints, radius, fillStyle, offset, shadow, axisx, axisy, symbol) {\n var points = datapoints.points,\n ps = datapoints.pointsize;\n\n for (let i = 0; i < points.length; i += ps) {\n var x = points[i],\n y = points[i + 1];\n if (x == null || x < axisx.min || x > axisx.max || y < axisy.min || y > axisy.max) continue;\n\n ctx.beginPath();\n x = axisx.p2c(x);\n y = axisy.p2c(y) + offset;\n if (symbol == 'circle') ctx.arc(x, y, radius, 0, shadow ? Math.PI : Math.PI * 2, false);\n else symbol(ctx, x, y, radius, shadow);\n ctx.closePath();\n\n if (fillStyle) {\n ctx.fillStyle = fillStyle;\n ctx.fill();\n }\n ctx.stroke();\n }\n }\n\n ctx.save();\n ctx.translate(plotOffset.left, plotOffset.top);\n\n let lw = series.points.lineWidth,\n sw = series.shadowSize,\n radius = series.points.radius,\n symbol = series.points.symbol;\n\n // If the user sets the line width to 0, we change it to a very\n // small value. A line width of 0 seems to force the default of 1.\n // Doing the conditional here allows the shadow setting to still be\n // optional even with a lineWidth of 0.\n\n if (lw == 0) lw = 0.0001;\n\n if (lw > 0 && sw > 0) {\n // draw shadow in two steps\n let w = sw / 2;\n ctx.lineWidth = w;\n ctx.strokeStyle = 'rgba(0,0,0,0.1)';\n plotPoints(series.datapoints, radius, null, w + w / 2, true, series.xaxis, series.yaxis, symbol);\n\n ctx.strokeStyle = 'rgba(0,0,0,0.2)';\n plotPoints(series.datapoints, radius, null, w / 2, true, series.xaxis, series.yaxis, symbol);\n }\n\n ctx.lineWidth = lw;\n ctx.strokeStyle = series.color;\n plotPoints(\n series.datapoints,\n radius,\n getFillStyle(series.points, series.color),\n 0,\n false,\n series.xaxis,\n series.yaxis,\n symbol\n );\n ctx.restore();\n }\n\n function drawBar(x, y, b, barLeft, barRight, fillStyleCallback, axisx, axisy, c, horizontal, lineWidth) {\n var left, right, bottom, top, drawLeft, drawRight, drawTop, drawBottom, tmp;\n\n // in horizontal mode, we start the bar from the left\n // instead of from the bottom so it appears to be\n // horizontal rather than vertical\n if (horizontal) {\n drawBottom = drawRight = drawTop = true;\n drawLeft = false;\n left = b;\n right = x;\n top = y + barLeft;\n bottom = y + barRight;\n\n // account for negative bars\n if (right < left) {\n tmp = right;\n right = left;\n left = tmp;\n drawLeft = true;\n drawRight = false;\n }\n } else {\n drawLeft = drawRight = drawTop = true;\n drawBottom = false;\n left = x + barLeft;\n right = x + barRight;\n bottom = b;\n top = y;\n\n // account for negative bars\n if (top < bottom) {\n tmp = top;\n top = bottom;\n bottom = tmp;\n drawBottom = true;\n drawTop = false;\n }\n }\n\n // clip\n if (right < axisx.min || left > axisx.max || top < axisy.min || bottom > axisy.max) return;\n\n if (left < axisx.min) {\n left = axisx.min;\n drawLeft = false;\n }\n\n if (right > axisx.max) {\n right = axisx.max;\n drawRight = false;\n }\n\n if (bottom < axisy.min) {\n bottom = axisy.min;\n drawBottom = false;\n }\n\n if (top > axisy.max) {\n top = axisy.max;\n drawTop = false;\n }\n\n left = axisx.p2c(left);\n bottom = axisy.p2c(bottom);\n right = axisx.p2c(right);\n top = axisy.p2c(top);\n\n // fill the bar\n if (fillStyleCallback) {\n c.fillStyle = fillStyleCallback(bottom, top);\n c.fillRect(left, top, right - left, bottom - top);\n }\n\n // draw outline\n if (lineWidth > 0 && (drawLeft || drawRight || drawTop || drawBottom)) {\n c.beginPath();\n\n // FIXME: inline moveTo is buggy with excanvas\n c.moveTo(left, bottom);\n if (drawLeft) c.lineTo(left, top);\n else c.moveTo(left, top);\n if (drawTop) c.lineTo(right, top);\n else c.moveTo(right, top);\n if (drawRight) c.lineTo(right, bottom);\n else c.moveTo(right, bottom);\n if (drawBottom) c.lineTo(left, bottom);\n else c.moveTo(left, bottom);\n c.stroke();\n }\n }\n\n function drawSeriesBars(series) {\n function plotBars(datapoints, barLeft, barRight, fillStyleCallback, axisx, axisy) {\n var points = datapoints.points,\n ps = datapoints.pointsize;\n\n for (let i = 0; i < points.length; i += ps) {\n if (points[i] == null) continue;\n drawBar(\n points[i],\n points[i + 1],\n points[i + 2],\n barLeft,\n barRight,\n fillStyleCallback,\n axisx,\n axisy,\n ctx,\n series.bars.horizontal,\n series.bars.lineWidth\n );\n }\n }\n\n ctx.save();\n ctx.translate(plotOffset.left, plotOffset.top);\n\n // FIXME: figure out a way to add shadows (for instance along the right edge)\n ctx.lineWidth = series.bars.lineWidth;\n ctx.strokeStyle = series.color;\n\n let barLeft;\n\n switch (series.bars.align) {\n case 'left':\n barLeft = 0;\n break;\n case 'right':\n barLeft = -series.bars.barWidth;\n break;\n default:\n barLeft = -series.bars.barWidth / 2;\n }\n\n var fillStyleCallback = series.bars.fill\n ? function(bottom, top) {\n return getFillStyle(series.bars, series.color, bottom, top);\n }\n : null;\n plotBars(series.datapoints, barLeft, barLeft + series.bars.barWidth, fillStyleCallback, series.xaxis, series.yaxis);\n ctx.restore();\n }\n\n function getFillStyle(filloptions, seriesColor, bottom, top) {\n let fill = filloptions.fill;\n if (!fill) return null;\n\n if (filloptions.fillColor) return getColorOrGradient(filloptions.fillColor, bottom, top, seriesColor);\n\n let c = $.color.parse(seriesColor);\n c.a = typeof fill == 'number' ? fill : 0.4;\n c.normalize();\n return c.toString();\n }\n\n function insertLegend() {\n if (options.legend.container != null) {\n $(options.legend.container).html('');\n } else {\n placeholder.find('.legend').remove();\n }\n\n if (!options.legend.show) {\n return;\n }\n\n var fragments = [],\n entries = [],\n rowStarted = false,\n lf = options.legend.labelFormatter,\n s,\n label;\n\n // Build a list of legend entries, with each having a label and a color\n\n for (var i = 0; i < series.length; ++i) {\n s = series[i];\n if (s.label) {\n label = lf ? lf(s.label, s) : s.label;\n if (label) {\n entries.push({\n label: label,\n color: s.color,\n });\n }\n }\n }\n\n // Sort the legend using either the default or a custom comparator\n\n if (options.legend.sorted) {\n if ($.isFunction(options.legend.sorted)) {\n entries.sort(options.legend.sorted);\n } else if (options.legend.sorted == 'reverse') {\n entries.reverse();\n } else {\n var ascending = options.legend.sorted != 'descending';\n entries.sort(function(a, b) {\n // eslint-disable-next-line\n return a.label == b.label ? 0 : a.label < b.label != ascending ? 1 : -1; // Logical XOR\n });\n }\n }\n\n // Generate markup for the list of entries, in their final order\n\n for (var i = 0; i < entries.length; ++i) {\n let entry = entries[i];\n\n if (i % options.legend.noColumns == 0) {\n if (rowStarted) fragments.push('</tr>');\n fragments.push('<tr>');\n rowStarted = true;\n }\n\n fragments.push(\n '<td class=\"legendColorBox\"><div style=\"border:1px solid ' +\n options.legend.labelBoxBorderColor +\n ';padding:1px\"><div style=\"width:4px;height:0;border:5px solid ' +\n entry.color +\n ';overflow:hidden\"></div></div></td>' +\n '<td class=\"legendLabel\">' +\n entry.label +\n '</td>'\n );\n }\n\n if (rowStarted) fragments.push('</tr>');\n\n if (fragments.length == 0) return;\n\n var table = '<table style=\"font-size:smaller;color:' + options.grid.color + '\">' + fragments.join('') + '</table>';\n if (options.legend.container != null) $(options.legend.container).html(table);\n else {\n var pos = '',\n p = options.legend.position,\n m = options.legend.margin;\n if (m[0] == null) m = [m, m];\n if (p.charAt(0) == 'n') pos += 'top:' + (m[1] + plotOffset.top) + 'px;';\n else if (p.charAt(0) == 's') pos += 'bottom:' + (m[1] + plotOffset.bottom) + 'px;';\n if (p.charAt(1) == 'e') pos += 'right:' + (m[0] + plotOffset.right) + 'px;';\n else if (p.charAt(1) == 'w') pos += 'left:' + (m[0] + plotOffset.left) + 'px;';\n var legend = $(\n '<div class=\"legend\">' + table.replace('style=\"', 'style=\"position:absolute;' + pos + ';') + '</div>'\n ).appendTo(placeholder);\n if (options.legend.backgroundOpacity != 0.0) {\n // put in the transparent background\n // separately to avoid blended labels and\n // label boxes\n let c = options.legend.backgroundColor;\n if (c == null) {\n c = options.grid.backgroundColor;\n if (c && typeof c == 'string') c = $.color.parse(c);\n else c = $.color.extract(legend, 'background-color');\n c.a = 1;\n c = c.toString();\n }\n let div = legend.children();\n $(\n '<div style=\"position:absolute;width:' +\n div.width() +\n 'px;height:' +\n div.height() +\n 'px;' +\n pos +\n 'background-color:' +\n c +\n ';\"> </div>'\n )\n .prependTo(legend)\n .css('opacity', options.legend.backgroundOpacity);\n }\n }\n }\n\n // interactive features\n\n var highlights = [],\n redrawTimeout = null;\n\n // returns the data item the mouse is over, or null if none is found\n function findNearbyItem(mouseX, mouseY, seriesFilter) {\n let maxDistance = options.grid.mouseActiveRadius,\n smallestDistance = maxDistance * maxDistance + 1,\n item = null,\n i,\n j,\n ps;\n\n for (i = series.length - 1; i >= 0; --i) {\n if (!seriesFilter(series[i])) continue;\n\n let s = series[i],\n axisx = s.xaxis,\n axisy = s.yaxis,\n points = s.datapoints.points,\n mx = axisx.c2p(mouseX), // precompute some stuff to make the loop faster\n my = axisy.c2p(mouseY),\n maxx = maxDistance / axisx.scale,\n maxy = maxDistance / axisy.scale;\n\n ps = s.datapoints.pointsize;\n // with inverse transforms, we can't use the maxx/maxy\n // optimization, sadly\n if (axisx.options.inverseTransform) maxx = Number.MAX_VALUE;\n if (axisy.options.inverseTransform) maxy = Number.MAX_VALUE;\n\n if (s.lines.show || s.points.show) {\n for (j = 0; j < points.length; j += ps) {\n var x = points[j],\n y = points[j + 1];\n if (x == null) continue;\n\n // For points and lines, the cursor must be within a\n // certain distance to the data point\n if (x - mx > maxx || x - mx < -maxx || y - my > maxy || y - my < -maxy) continue;\n\n // We have to calculate distances in pixels, not in\n // data units, because the scales of the axes may be different\n let dx = Math.abs(axisx.p2c(x) - mouseX),\n dy = Math.abs(axisy.p2c(y) - mouseY),\n dist = dx * dx + dy * dy; // we save the sqrt\n\n // use <= to ensure last point takes precedence\n // (last generally means on top of)\n if (dist < smallestDistance) {\n smallestDistance = dist;\n item = [i, j / ps];\n }\n }\n }\n\n if (s.bars.show && !item) {\n // no other point can be nearby\n\n var barLeft, barRight;\n\n switch (s.bars.align) {\n case 'left':\n barLeft = 0;\n break;\n case 'right':\n barLeft = -s.bars.barWidth;\n break;\n default:\n barLeft = -s.bars.barWidth / 2;\n }\n\n barRight = barLeft + s.bars.barWidth;\n\n for (j = 0; j < points.length; j += ps) {\n var x = points[j],\n y = points[j + 1],\n b = points[j + 2];\n if (x == null) continue;\n\n // for a bar graph, the cursor must be inside the bar\n if (\n series[i].bars.horizontal\n ? mx <= Math.max(b, x) && mx >= Math.min(b, x) && my >= y + barLeft && my <= y + barRight\n : mx >= x + barLeft && mx <= x + barRight && my >= Math.min(b, y) && my <= Math.max(b, y)\n )\n item = [i, j / ps];\n }\n }\n }\n\n if (item) {\n i = item[0];\n j = item[1];\n ps = series[i].datapoints.pointsize;\n\n return {\n datapoint: series[i].datapoints.points.slice(j * ps, (j + 1) * ps),\n dataIndex: j,\n series: series[i],\n seriesIndex: i,\n };\n }\n\n return null;\n }\n\n function onMouseMove(e) {\n if (options.grid.hoverable)\n triggerClickHoverEvent('plothover', e, function(s) {\n return s['hoverable'] != false;\n });\n }\n\n function onMouseLeave(e) {\n if (options.grid.hoverable)\n triggerClickHoverEvent('plothover', e, function() {\n return false;\n });\n }\n\n function onClick(e) {\n if (plot.isSelecting) {\n return;\n }\n\n triggerClickHoverEvent('plotclick', e, function(s) {\n return s['clickable'] != false;\n });\n }\n\n // trigger click or hover event (they send the same parameters\n // so we share their code)\n function triggerClickHoverEvent(eventname, event, seriesFilter) {\n let offset = eventHolder.offset(),\n canvasX = event.pageX - offset.left - plotOffset.left,\n canvasY = event.pageY - offset.top - plotOffset.top,\n pos = canvasToAxisCoords({ left: canvasX, top: canvasY });\n\n pos.pageX = event.pageX;\n pos.pageY = event.pageY;\n\n // Add ctrlKey and metaKey to event\n pos.ctrlKey = event.ctrlKey;\n pos.metaKey = event.metaKey;\n\n let item = findNearbyItem(canvasX, canvasY, seriesFilter);\n\n if (item) {\n // fill in mouse pos for any listeners out there\n item.pageX = parseInt(item.series.xaxis.p2c(item.datapoint[0]) + offset.left + plotOffset.left, 10);\n item.pageY = parseInt(item.series.yaxis.p2c(item.datapoint[1]) + offset.top + plotOffset.top, 10);\n }\n\n if (options.grid.autoHighlight) {\n // clear auto-highlights\n for (let i = 0; i < highlights.length; ++i) {\n let h = highlights[i];\n if (\n h.auto == eventname &&\n !(item && h.series == item.series && h.point[0] == item.datapoint[0] && h.point[1] == item.datapoint[1])\n )\n unhighlight(h.series, h.point);\n }\n\n if (item) highlight(item.series, item.datapoint, eventname);\n }\n\n placeholder.trigger(eventname, [pos, item]);\n }\n\n function triggerRedrawOverlay() {\n let t = options.interaction.redrawOverlayInterval;\n if (t == -1) {\n // skip event queue\n drawOverlay();\n return;\n }\n\n if (!redrawTimeout) redrawTimeout = setTimeout(drawOverlay, t);\n }\n\n function drawOverlay() {\n redrawTimeout = null;\n\n // draw highlights\n octx.save();\n overlay.clear();\n octx.translate(plotOffset.left, plotOffset.top);\n\n let i, hi;\n for (i = 0; i < highlights.length; ++i) {\n hi = highlights[i];\n\n if (hi.series.bars.show) drawBarHighlight(hi.series, hi.point);\n else drawPointHighlight(hi.series, hi.point);\n }\n octx.restore();\n\n executeHooks(hooks.drawOverlay, [octx]);\n }\n\n function highlight(s, point, auto) {\n if (typeof s == 'number') s = series[s];\n\n if (typeof point == 'number') {\n let ps = s.datapoints.pointsize;\n point = s.datapoints.points.slice(ps * point, ps * (point + 1));\n }\n\n let i = indexOfHighlight(s, point);\n if (i == -1) {\n highlights.push({ series: s, point: point, auto: auto });\n\n triggerRedrawOverlay();\n } else if (!auto) highlights[i].auto = false;\n }\n\n function unhighlight(s, point) {\n if (s == null && point == null) {\n highlights = [];\n triggerRedrawOverlay();\n return;\n }\n\n if (typeof s == 'number') s = series[s];\n\n if (typeof point == 'number') {\n let ps = s.datapoints.pointsize;\n point = s.datapoints.points.slice(ps * point, ps * (point + 1));\n }\n\n let i = indexOfHighlight(s, point);\n if (i != -1) {\n highlights.splice(i, 1);\n\n triggerRedrawOverlay();\n }\n }\n\n function indexOfHighlight(s, p) {\n for (let i = 0; i < highlights.length; ++i) {\n let h = highlights[i];\n if (h.series == s && h.point[0] == p[0] && h.point[1] == p[1]) return i;\n }\n return -1;\n }\n\n function drawPointHighlight(series, point) {\n var x = point[0],\n y = point[1],\n axisx = series.xaxis,\n axisy = series.yaxis,\n highlightColor =\n typeof series.highlightColor === 'string'\n ? series.highlightColor\n : $.color\n .parse(series.color)\n .scale('a', 0.5)\n .toString();\n\n if (x < axisx.min || x > axisx.max || y < axisy.min || y > axisy.max) return;\n\n let pointRadius = series.points.radius + series.points.lineWidth / 2;\n octx.lineWidth = pointRadius;\n octx.strokeStyle = highlightColor;\n let radius = 1.5 * pointRadius;\n x = axisx.p2c(x);\n y = axisy.p2c(y);\n\n octx.beginPath();\n if (series.points.symbol == 'circle') octx.arc(x, y, radius, 0, 2 * Math.PI, false);\n else series.points.symbol(octx, x, y, radius, false);\n octx.closePath();\n octx.stroke();\n }\n\n function drawBarHighlight(series, point) {\n var highlightColor =\n typeof series.highlightColor === 'string'\n ? series.highlightColor\n : $.color\n .parse(series.color)\n .scale('a', 0.5)\n .toString(),\n fillStyle = highlightColor,\n barLeft;\n\n switch (series.bars.align) {\n case 'left':\n barLeft = 0;\n break;\n case 'right':\n barLeft = -series.bars.barWidth;\n break;\n default:\n barLeft = -series.bars.barWidth / 2;\n }\n\n octx.lineWidth = series.bars.lineWidth;\n octx.strokeStyle = highlightColor;\n\n drawBar(\n point[0],\n point[1],\n point[2] || 0,\n barLeft,\n barLeft + series.bars.barWidth,\n function() {\n return fillStyle;\n },\n series.xaxis,\n series.yaxis,\n octx,\n series.bars.horizontal,\n series.bars.lineWidth\n );\n }\n\n function getColorOrGradient(spec, bottom, top, defaultColor) {\n if (typeof spec == 'string') return spec;\n else {\n // assume this is a gradient spec; IE currently only\n // supports a simple vertical gradient properly, so that's\n // what we support too\n let gradient = ctx.createLinearGradient(0, top, 0, bottom);\n\n for (let i = 0, l = spec.colors.length; i < l; ++i) {\n let c = spec.colors[i];\n if (typeof c != 'string') {\n let co = $.color.parse(defaultColor);\n if (c.brightness != null) co = co.scale('rgb', c.brightness);\n if (c.opacity != null) co.a *= c.opacity;\n c = co.toString();\n }\n gradient.addColorStop(i / (l - 1), c);\n }\n\n return gradient;\n }\n }\n }\n\n // Add the plot function to the top level of the jQuery object\n\n $.plot = function(placeholder, data, options) {\n //var t0 = new Date();\n let plot = new Plot($(placeholder), data, options, $.plot.plugins);\n //(window.console ? console.log : alert)(\"time used (msecs): \" + ((new Date()).getTime() - t0.getTime()));\n return plot;\n };\n\n $.plot.version = '0.8.3';\n\n $.plot.plugins = [];\n\n // Also add the plot function as a chainable property\n\n $.fn.plot = function(data, options) {\n return this.each(function() {\n $.plot(this, data, options);\n });\n };\n\n // round to nearby lower multiple of base\n function floorInBase(n, base) {\n return base * Math.floor(n / base);\n }\n})(window.jQuery);\n","/**\n *\n * THIS FILE WAS COPIED INTO PROMETHEUS FROM GRAFANA'S VENDORED FORK OF FLOT\n * (LIVING AT https://github.com/grafana/grafana/tree/master/public/vendor/flot),\n * WHICH CONTAINS FIXES FOR DISPLAYING NULL VALUES IN STACKED GRAPHS. THE ORIGINAL\n * FLOT CODE WAS LICENSED UNDER THE MIT LICENSE AS STATED BELOW. ADDITIONAL\n * CHANGES HAVE BEEN CONTRIBUTED TO THE GRAFANA FORK UNDER AN APACHE 2 LICENSE, SEE\n * https://github.com/grafana/grafana/blob/master/license.\n *\n */\n\n/* eslint-disable prefer-spread */\n/* eslint-disable no-loop-func */\n/* eslint-disable @typescript-eslint/no-this-alias */\n/* eslint-disable no-redeclare */\n/* eslint-disable no-useless-escape */\n/* eslint-disable prefer-const */\n/* eslint-disable @typescript-eslint/explicit-function-return-type */\n/* eslint-disable @typescript-eslint/no-use-before-define */\n/* eslint-disable eqeqeq */\n/* eslint-disable no-var */\n\n/* Flot plugin for stacking data sets rather than overlyaing them.\n\nCopyright (c) 2007-2014 IOLA and Ole Laursen.\nLicensed under the MIT license.\n\nThe plugin assumes the data is sorted on x (or y if stacking horizontally).\nFor line charts, it is assumed that if a line has an undefined gap (from a\nnull point), then the line above it should have the same gap - insert zeros\ninstead of \"null\" if you want another behaviour. This also holds for the start\nand end of the chart. Note that stacking a mix of positive and negative values\nin most instances doesn't make sense (so it looks weird).\n\nTwo or more series are stacked when their \"stack\" attribute is set to the same\nkey (which can be any number or string or just \"true\"). To specify the default\nstack, you can set the stack option like this:\n\n series: {\n stack: null/false, true, or a key (number/string)\n }\n\nYou can also specify it for a single series, like this:\n\n $.plot( $(\"#placeholder\"), [{\n data: [ ... ],\n stack: true\n }])\n\nThe stacking order is determined by the order of the data series in the array\n(later series end up on top of the previous).\n\nInternally, the plugin modifies the datapoints in each series, adding an\noffset to the y value. For line series, extra data points are inserted through\ninterpolation. If there's a second y value, it's also adjusted (e.g for bar\ncharts or filled areas).\n\n*/\n\n(function($) {\n const options = {\n series: { stack: null }, // or number/string\n };\n\n function init(plot) {\n function findMatchingSeries(s, allseries) {\n let res = null;\n for (let i = 0; i < allseries.length; ++i) {\n if (s == allseries[i]) break;\n\n if (allseries[i].stack == s.stack) res = allseries[i];\n }\n\n return res;\n }\n\n function stackData(plot, s, datapoints) {\n if (s.stack == null || s.stack === false) return;\n\n const other = findMatchingSeries(s, plot.getData());\n if (!other) return;\n\n let ps = datapoints.pointsize,\n points = datapoints.points,\n otherps = other.datapoints.pointsize,\n otherpoints = other.datapoints.points,\n newpoints = [],\n px,\n py,\n intery,\n qx,\n qy,\n bottom,\n withlines = s.lines.show,\n horizontal = s.bars.horizontal,\n withbottom = ps > 2 && (horizontal ? datapoints.format[2].x : datapoints.format[2].y),\n withsteps = withlines && s.lines.steps,\n keyOffset = horizontal ? 1 : 0,\n accumulateOffset = horizontal ? 0 : 1,\n i = 0,\n j = 0,\n l,\n m;\n\n while (true) {\n if (i >= points.length && j >= otherpoints.length) break;\n\n l = newpoints.length;\n\n if (i < points.length && points[i] == null) {\n // take the points from the previous series\n for (m = 0; m < ps; ++m) newpoints.push(otherpoints[i + m]);\n if (withbottom) newpoints[l + 2] = otherpoints[i + accumulateOffset];\n i += ps;\n } else if (i >= points.length) {\n j += otherps;\n } else if (j >= otherpoints.length) {\n // take the remaining points from the current series\n for (m = 0; m < ps; ++m) newpoints.push(points[i + m]);\n i += ps;\n } else if (j < otherpoints.length && otherpoints[j] == null) {\n // ignore point\n j += otherps;\n } else {\n // cases where we actually got two points\n px = points[i + keyOffset];\n py = points[i + accumulateOffset];\n qx = otherpoints[j + keyOffset];\n qy = otherpoints[j + accumulateOffset];\n bottom = 0;\n\n if (px == qx) {\n for (m = 0; m < ps; ++m) newpoints.push(points[i + m]);\n\n newpoints[l + accumulateOffset] += qy;\n bottom = qy;\n\n i += ps;\n j += otherps;\n } else if (px > qx) {\n // take the point from the previous series so that next series will correctly stack\n if (i == 0) {\n for (m = 0; m < ps; ++m) newpoints.push(otherpoints[j + m]);\n bottom = qy;\n }\n // we got past point below, might need to\n // insert interpolated extra point\n if (i > 0 && points[i - ps] != null) {\n intery = py + ((points[i - ps + accumulateOffset] - py) * (qx - px)) / (points[i - ps + keyOffset] - px);\n newpoints.push(qx);\n newpoints.push(intery + qy);\n for (m = 2; m < ps; ++m) newpoints.push(points[i + m]);\n bottom = qy;\n }\n\n j += otherps;\n } else {\n // px < qx\n for (m = 0; m < ps; ++m) newpoints.push(points[i + m]);\n\n // we might be able to interpolate a point below,\n // this can give us a better y\n if (j > 0 && otherpoints[j - otherps] != null)\n bottom =\n qy +\n ((otherpoints[j - otherps + accumulateOffset] - qy) * (px - qx)) /\n (otherpoints[j - otherps + keyOffset] - qx);\n\n newpoints[l + accumulateOffset] += bottom;\n\n i += ps;\n }\n\n if (l != newpoints.length && withbottom) newpoints[l + 2] = bottom;\n }\n\n // maintain the line steps invariant\n if (\n withsteps &&\n l != newpoints.length &&\n l > 0 &&\n newpoints[l] != null &&\n newpoints[l] != newpoints[l - ps] &&\n newpoints[l + 1] != newpoints[l - ps + 1]\n ) {\n for (m = 0; m < ps; ++m) newpoints[l + ps + m] = newpoints[l + m];\n newpoints[l + 1] = newpoints[l - ps + 1];\n }\n }\n\n datapoints.points = newpoints;\n }\n\n plot.hooks.processDatapoints.push(stackData);\n }\n\n $.plot.plugins.push({\n init: init,\n options: options,\n name: 'stack',\n version: '1.2',\n });\n})(window.jQuery);\n","/**\n *\n * THIS FILE WAS COPIED INTO PROMETHEUS FROM GRAFANA'S VENDORED FORK OF FLOT\n * (LIVING AT https://github.com/grafana/grafana/tree/master/public/vendor/flot),\n * WHICH CONTAINS FIXES FOR DISPLAYING NULL VALUES IN STACKED GRAPHS. THE ORIGINAL\n * FLOT CODE WAS LICENSED UNDER THE MIT LICENSE AS STATED BELOW. ADDITIONAL\n * CHANGES HAVE BEEN CONTRIBUTED TO THE GRAFANA FORK UNDER AN APACHE 2 LICENSE, SEE\n * https://github.com/grafana/grafana/blob/master/license.\n *\n */\n\n/* eslint-disable prefer-rest-params */\n/* eslint-disable no-useless-concat */\n/* eslint-disable default-case */\n/* eslint-disable prefer-spread */\n/* eslint-disable no-loop-func */\n/* eslint-disable @typescript-eslint/no-this-alias */\n/* eslint-disable no-redeclare */\n/* eslint-disable no-useless-escape */\n/* eslint-disable prefer-const */\n/* eslint-disable @typescript-eslint/explicit-function-return-type */\n/* eslint-disable @typescript-eslint/no-use-before-define */\n/* eslint-disable eqeqeq */\n/* eslint-disable no-var */\n\n/* Pretty handling of time axes.\n\nCopyright (c) 2007-2013 IOLA and Ole Laursen.\nLicensed under the MIT license.\n\nSet axis.mode to \"time\" to enable. See the section \"Time series data\" in\nAPI.txt for details.\n\n*/\n\n(function($) {\n const options = {\n xaxis: {\n timezone: null, // \"browser\" for local to the client or timezone for timezone-js\n timeformat: null, // format string to use\n twelveHourClock: false, // 12 or 24 time in time mode\n monthNames: null, // list of names of months\n },\n };\n\n // round to nearby lower multiple of base\n\n function floorInBase(n, base) {\n return base * Math.floor(n / base);\n }\n\n // Returns a string with the date d formatted according to fmt.\n // A subset of the Open Group's strftime format is supported.\n\n function formatDate(d, fmt, monthNames, dayNames) {\n if (typeof d.strftime == 'function') {\n return d.strftime(fmt);\n }\n\n const leftPad = function(n, pad) {\n n = '' + n;\n pad = '' + (pad == null ? '0' : pad);\n return n.length == 1 ? pad + n : n;\n };\n\n const r = [];\n let escape = false;\n const hours = d.getHours();\n const isAM = hours < 12;\n\n if (monthNames == null) {\n monthNames = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'];\n }\n\n if (dayNames == null) {\n dayNames = ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'];\n }\n\n let hours12;\n\n if (hours > 12) {\n hours12 = hours - 12;\n } else if (hours == 0) {\n hours12 = 12;\n } else {\n hours12 = hours;\n }\n\n for (let i = 0; i < fmt.length; ++i) {\n let c = fmt.charAt(i);\n\n if (escape) {\n switch (c) {\n case 'a':\n c = '' + dayNames[d.getDay()];\n break;\n case 'b':\n c = '' + monthNames[d.getMonth()];\n break;\n case 'd':\n c = leftPad(d.getDate(), '');\n break;\n case 'e':\n c = leftPad(d.getDate(), ' ');\n break;\n case 'h': // For back-compat with 0.7; remove in 1.0\n case 'H':\n c = leftPad(hours);\n break;\n case 'I':\n c = leftPad(hours12);\n break;\n case 'l':\n c = leftPad(hours12, ' ');\n break;\n case 'm':\n c = leftPad(d.getMonth() + 1, '');\n break;\n case 'M':\n c = leftPad(d.getMinutes());\n break;\n // quarters not in Open Group's strftime specification\n case 'q':\n c = '' + (Math.floor(d.getMonth() / 3) + 1);\n break;\n case 'S':\n c = leftPad(d.getSeconds());\n break;\n case 'y':\n c = leftPad(d.getFullYear() % 100);\n break;\n case 'Y':\n c = '' + d.getFullYear();\n break;\n case 'p':\n c = isAM ? '' + 'am' : '' + 'pm';\n break;\n case 'P':\n c = isAM ? '' + 'AM' : '' + 'PM';\n break;\n case 'w':\n c = '' + d.getDay();\n break;\n }\n r.push(c);\n escape = false;\n } else {\n if (c == '%') {\n escape = true;\n } else {\n r.push(c);\n }\n }\n }\n\n return r.join('');\n }\n\n // To have a consistent view of time-based data independent of which time\n // zone the client happens to be in we need a date-like object independent\n // of time zones. This is done through a wrapper that only calls the UTC\n // versions of the accessor methods.\n\n function makeUtcWrapper(d) {\n function addProxyMethod(sourceObj, sourceMethod, targetObj, targetMethod) {\n sourceObj[sourceMethod] = function() {\n return targetObj[targetMethod].apply(targetObj, arguments);\n };\n }\n\n const utc = {\n date: d,\n };\n\n // support strftime, if found\n\n if (d.strftime != undefined) {\n addProxyMethod(utc, 'strftime', d, 'strftime');\n }\n\n addProxyMethod(utc, 'getTime', d, 'getTime');\n addProxyMethod(utc, 'setTime', d, 'setTime');\n\n const props = ['Date', 'Day', 'FullYear', 'Hours', 'Milliseconds', 'Minutes', 'Month', 'Seconds'];\n\n for (let p = 0; p < props.length; p++) {\n addProxyMethod(utc, 'get' + props[p], d, 'getUTC' + props[p]);\n addProxyMethod(utc, 'set' + props[p], d, 'setUTC' + props[p]);\n }\n\n return utc;\n }\n\n // select time zone strategy. This returns a date-like object tied to the\n // desired timezone\n\n function dateGenerator(ts, opts) {\n if (opts.timezone == 'browser') {\n return new Date(ts);\n } else if (!opts.timezone || opts.timezone == 'utc') {\n return makeUtcWrapper(new Date(ts));\n }\n // } else if (typeof timezoneJS != 'undefined' && typeof timezoneJS.Date != 'undefined') {\n // const d = new timezoneJS.Date();\n // // timezone-js is fickle, so be sure to set the time zone before\n // // setting the time.\n // d.setTimezone(opts.timezone);\n // d.setTime(ts);\n // return d;\n // }\n return makeUtcWrapper(new Date(ts));\n }\n\n // map of app. size of time units in milliseconds\n\n const timeUnitSize = {\n second: 1000,\n minute: 60 * 1000,\n hour: 60 * 60 * 1000,\n day: 24 * 60 * 60 * 1000,\n month: 30 * 24 * 60 * 60 * 1000,\n quarter: 3 * 30 * 24 * 60 * 60 * 1000,\n year: 365.2425 * 24 * 60 * 60 * 1000,\n };\n\n // the allowed tick sizes, after 1 year we use\n // an integer algorithm\n\n const baseSpec = [\n [1, 'second'],\n [2, 'second'],\n [5, 'second'],\n [10, 'second'],\n [30, 'second'],\n [1, 'minute'],\n [2, 'minute'],\n [5, 'minute'],\n [10, 'minute'],\n [30, 'minute'],\n [1, 'hour'],\n [2, 'hour'],\n [4, 'hour'],\n [8, 'hour'],\n [12, 'hour'],\n [1, 'day'],\n [2, 'day'],\n [3, 'day'],\n [0.25, 'month'],\n [0.5, 'month'],\n [1, 'month'],\n [2, 'month'],\n ];\n\n // we don't know which variant(s) we'll need yet, but generating both is\n // cheap\n\n const specMonths = baseSpec.concat([[3, 'month'], [6, 'month'], [1, 'year']]);\n const specQuarters = baseSpec.concat([[1, 'quarter'], [2, 'quarter'], [1, 'year']]);\n\n function init(plot) {\n plot.hooks.processOptions.push(function(plot) {\n $.each(plot.getAxes(), function(axisName, axis) {\n const opts = axis.options;\n\n if (opts.mode == 'time') {\n axis.tickGenerator = function(axis) {\n const ticks = [];\n const d = dateGenerator(axis.min, opts);\n let minSize = 0;\n\n // make quarter use a possibility if quarters are\n // mentioned in either of these options\n\n const spec =\n (opts.tickSize && opts.tickSize[1] === 'quarter') || (opts.minTickSize && opts.minTickSize[1] === 'quarter')\n ? specQuarters\n : specMonths;\n\n if (opts.minTickSize != null) {\n if (typeof opts.tickSize == 'number') {\n minSize = opts.tickSize;\n } else {\n minSize = opts.minTickSize[0] * timeUnitSize[opts.minTickSize[1]];\n }\n }\n\n for (var i = 0; i < spec.length - 1; ++i) {\n if (\n axis.delta < (spec[i][0] * timeUnitSize[spec[i][1]] + spec[i + 1][0] * timeUnitSize[spec[i + 1][1]]) / 2 &&\n spec[i][0] * timeUnitSize[spec[i][1]] >= minSize\n ) {\n break;\n }\n }\n\n let size = spec[i][0];\n let unit = spec[i][1];\n\n // special-case the possibility of several years\n\n if (unit == 'year') {\n // if given a minTickSize in years, just use it,\n // ensuring that it's an integer\n\n if (opts.minTickSize != null && opts.minTickSize[1] == 'year') {\n size = Math.floor(opts.minTickSize[0]);\n } else {\n const magn = Math.pow(10, Math.floor(Math.log(axis.delta / timeUnitSize.year) / Math.LN10));\n const norm = axis.delta / timeUnitSize.year / magn;\n\n if (norm < 1.5) {\n size = 1;\n } else if (norm < 3) {\n size = 2;\n } else if (norm < 7.5) {\n size = 5;\n } else {\n size = 10;\n }\n\n size *= magn;\n }\n\n // minimum size for years is 1\n\n if (size < 1) {\n size = 1;\n }\n }\n\n axis.tickSize = opts.tickSize || [size, unit];\n const tickSize = axis.tickSize[0];\n unit = axis.tickSize[1];\n\n const step = tickSize * timeUnitSize[unit];\n\n if (unit == 'second') {\n d.setSeconds(floorInBase(d.getSeconds(), tickSize));\n } else if (unit == 'minute') {\n d.setMinutes(floorInBase(d.getMinutes(), tickSize));\n } else if (unit == 'hour') {\n d.setHours(floorInBase(d.getHours(), tickSize));\n } else if (unit == 'month') {\n d.setMonth(floorInBase(d.getMonth(), tickSize));\n } else if (unit == 'quarter') {\n d.setMonth(3 * floorInBase(d.getMonth() / 3, tickSize));\n } else if (unit == 'year') {\n d.setFullYear(floorInBase(d.getFullYear(), tickSize));\n }\n\n // reset smaller components\n\n d.setMilliseconds(0);\n\n if (step >= timeUnitSize.minute) {\n d.setSeconds(0);\n }\n if (step >= timeUnitSize.hour) {\n d.setMinutes(0);\n }\n if (step >= timeUnitSize.day) {\n d.setHours(0);\n }\n if (step >= timeUnitSize.day * 4) {\n d.setDate(1);\n }\n if (step >= timeUnitSize.month * 2) {\n d.setMonth(floorInBase(d.getMonth(), 3));\n }\n if (step >= timeUnitSize.quarter * 2) {\n d.setMonth(floorInBase(d.getMonth(), 6));\n }\n if (step >= timeUnitSize.year) {\n d.setMonth(0);\n }\n\n let carry = 0;\n let v = Number.NaN;\n let prev;\n\n do {\n prev = v;\n v = d.getTime();\n ticks.push(v);\n\n if (unit == 'month' || unit == 'quarter') {\n if (tickSize < 1) {\n // a bit complicated - we'll divide the\n // month/quarter up but we need to take\n // care of fractions so we don't end up in\n // the middle of a day\n\n d.setDate(1);\n const start = d.getTime();\n d.setMonth(d.getMonth() + (unit == 'quarter' ? 3 : 1));\n const end = d.getTime();\n d.setTime(v + carry * timeUnitSize.hour + (end - start) * tickSize);\n carry = d.getHours();\n d.setHours(0);\n } else {\n d.setMonth(d.getMonth() + tickSize * (unit == 'quarter' ? 3 : 1));\n }\n } else if (unit == 'year') {\n d.setFullYear(d.getFullYear() + tickSize);\n } else {\n d.setTime(v + step);\n }\n } while (v < axis.max && v != prev);\n\n return ticks;\n };\n\n axis.tickFormatter = function(v, axis) {\n const d = dateGenerator(v, axis.options);\n\n // first check global format\n\n if (opts.timeformat != null) {\n return formatDate(d, opts.timeformat, opts.monthNames, opts.dayNames);\n }\n\n // possibly use quarters if quarters are mentioned in\n // any of these places\n\n const useQuarters =\n (axis.options.tickSize && axis.options.tickSize[1] == 'quarter') ||\n (axis.options.minTickSize && axis.options.minTickSize[1] == 'quarter');\n\n const t = axis.tickSize[0] * timeUnitSize[axis.tickSize[1]];\n const span = axis.max - axis.min;\n const suffix = opts.twelveHourClock ? ' %p' : '';\n const hourCode = opts.twelveHourClock ? '%I' : '%H';\n let fmt;\n\n if (t < timeUnitSize.minute) {\n fmt = hourCode + ':%M:%S' + suffix;\n } else if (t < timeUnitSize.day) {\n if (span < 2 * timeUnitSize.day) {\n fmt = hourCode + ':%M' + suffix;\n } else {\n fmt = '%b %d ' + hourCode + ':%M' + suffix;\n }\n } else if (t < timeUnitSize.month) {\n fmt = '%b %d';\n } else if ((useQuarters && t < timeUnitSize.quarter) || (!useQuarters && t < timeUnitSize.year)) {\n if (span < timeUnitSize.year) {\n fmt = '%b';\n } else {\n fmt = '%b %Y';\n }\n } else if (useQuarters && t < timeUnitSize.year) {\n if (span < timeUnitSize.year) {\n fmt = 'Q%q';\n } else {\n fmt = 'Q%q %Y';\n }\n } else {\n fmt = '%Y';\n }\n\n const rt = formatDate(d, fmt, opts.monthNames, opts.dayNames);\n\n return rt;\n };\n }\n });\n });\n }\n\n $.plot.plugins.push({\n init: init,\n options: options,\n name: 'time',\n version: '1.0',\n });\n\n // Time-axis support used to be in Flot core, which exposed the\n // formatDate function on the plot object. Various plugins depend\n // on the function, so we need to re-expose it here.\n\n $.plot.formatDate = formatDate;\n})(window.jQuery);\n","/**\n *\n * THIS FILE WAS COPIED INTO PROMETHEUS FROM GRAFANA'S VENDORED FORK OF FLOT\n * (LIVING AT https://github.com/grafana/grafana/tree/master/public/vendor/flot),\n * WHICH CONTAINS FIXES FOR DISPLAYING NULL VALUES IN STACKED GRAPHS. THE ORIGINAL\n * FLOT CODE WAS LICENSED UNDER THE MIT LICENSE AS STATED BELOW. ADDITIONAL\n * CHANGES HAVE BEEN CONTRIBUTED TO THE GRAFANA FORK UNDER AN APACHE 2 LICENSE, SEE\n * https://github.com/grafana/grafana/blob/master/license.\n *\n */\n\n/* eslint-disable prefer-spread */\n/* eslint-disable no-loop-func */\n/* eslint-disable @typescript-eslint/no-this-alias */\n/* eslint-disable no-redeclare */\n/* eslint-disable no-useless-escape */\n/* eslint-disable prefer-const */\n/* eslint-disable @typescript-eslint/explicit-function-return-type */\n/* eslint-disable @typescript-eslint/no-use-before-define */\n/* eslint-disable eqeqeq */\n/* eslint-disable no-var */\n/* Flot plugin for showing crosshairs when the mouse hovers over the plot.\n\nCopyright (c) 2007-2014 IOLA and Ole Laursen.\nLicensed under the MIT license.\n\nThe plugin supports these options:\n\n\tcrosshair: {\n\t\tmode: null or \"x\" or \"y\" or \"xy\"\n\t\tcolor: color\n\t\tlineWidth: number\n\t}\n\nSet the mode to one of \"x\", \"y\" or \"xy\". The \"x\" mode enables a vertical\ncrosshair that lets you trace the values on the x axis, \"y\" enables a\nhorizontal crosshair and \"xy\" enables them both. \"color\" is the color of the\ncrosshair (default is \"rgba(170, 0, 0, 0.80)\"), \"lineWidth\" is the width of\nthe drawn lines (default is 1).\n\nThe plugin also adds four public methods:\n\n - setCrosshair( pos )\n\n Set the position of the crosshair. Note that this is cleared if the user\n moves the mouse. \"pos\" is in coordinates of the plot and should be on the\n form { x: xpos, y: ypos } (you can use x2/x3/... if you're using multiple\n axes), which is coincidentally the same format as what you get from a\n \"plothover\" event. If \"pos\" is null, the crosshair is cleared.\n\n - clearCrosshair()\n\n Clear the crosshair.\n\n - lockCrosshair(pos)\n\n Cause the crosshair to lock to the current location, no longer updating if\n the user moves the mouse. Optionally supply a position (passed on to\n setCrosshair()) to move it to.\n\n Example usage:\n\n\tvar myFlot = $.plot( $(\"#graph\"), ..., { crosshair: { mode: \"x\" } } };\n\t$(\"#graph\").bind( \"plothover\", function ( evt, position, item ) {\n\t\tif ( item ) {\n\t\t\t// Lock the crosshair to the data point being hovered\n\t\t\tmyFlot.lockCrosshair({\n\t\t\t\tx: item.datapoint[ 0 ],\n\t\t\t\ty: item.datapoint[ 1 ]\n\t\t\t});\n\t\t} else {\n\t\t\t// Return normal crosshair operation\n\t\t\tmyFlot.unlockCrosshair();\n\t\t}\n\t});\n\n - unlockCrosshair()\n\n Free the crosshair to move again after locking it.\n*/\n\n(function($) {\n const options = {\n crosshair: {\n mode: null, // one of null, \"x\", \"y\" or \"xy\",\n color: 'rgba(170, 0, 0, 0.80)',\n lineWidth: 1,\n },\n };\n\n function init(plot) {\n // position of crosshair in pixels\n const crosshair = { x: -1, y: -1, locked: false };\n\n plot.setCrosshair = function setCrosshair(pos) {\n if (!pos) crosshair.x = -1;\n else {\n const o = plot.p2c(pos);\n crosshair.x = Math.max(0, Math.min(o.left, plot.width()));\n crosshair.y = Math.max(0, Math.min(o.top, plot.height()));\n }\n\n plot.triggerRedrawOverlay();\n };\n\n plot.clearCrosshair = plot.setCrosshair; // passes null for pos\n\n plot.lockCrosshair = function lockCrosshair(pos) {\n if (pos) plot.setCrosshair(pos);\n crosshair.locked = true;\n };\n\n plot.unlockCrosshair = function unlockCrosshair() {\n crosshair.locked = false;\n };\n\n function onMouseOut() {\n if (crosshair.locked) return;\n\n if (crosshair.x != -1) {\n crosshair.x = -1;\n plot.triggerRedrawOverlay();\n }\n }\n\n function onMouseMove(e) {\n if (crosshair.locked) return;\n\n if (plot.getSelection && plot.getSelection()) {\n crosshair.x = -1; // hide the crosshair while selecting\n return;\n }\n\n const offset = plot.offset();\n crosshair.x = Math.max(0, Math.min(e.pageX - offset.left, plot.width()));\n crosshair.y = Math.max(0, Math.min(e.pageY - offset.top, plot.height()));\n plot.triggerRedrawOverlay();\n }\n\n plot.hooks.bindEvents.push(function(plot, eventHolder) {\n if (!plot.getOptions().crosshair.mode) return;\n\n eventHolder.mouseout(onMouseOut);\n eventHolder.mousemove(onMouseMove);\n });\n\n plot.hooks.drawOverlay.push(function(plot, ctx) {\n const c = plot.getOptions().crosshair;\n if (!c.mode) return;\n\n const plotOffset = plot.getPlotOffset();\n\n ctx.save();\n ctx.translate(plotOffset.left, plotOffset.top);\n\n if (crosshair.x != -1) {\n const adj = plot.getOptions().crosshair.lineWidth % 2 ? 0.5 : 0;\n\n ctx.strokeStyle = c.color;\n ctx.lineWidth = c.lineWidth;\n ctx.lineJoin = 'round';\n\n ctx.beginPath();\n if (c.mode.indexOf('x') != -1) {\n const drawX = Math.floor(crosshair.x) + adj;\n ctx.moveTo(drawX, 0);\n ctx.lineTo(drawX, plot.height());\n }\n if (c.mode.indexOf('y') != -1) {\n const drawY = Math.floor(crosshair.y) + adj;\n ctx.moveTo(0, drawY);\n ctx.lineTo(plot.width(), drawY);\n }\n ctx.stroke();\n }\n ctx.restore();\n });\n\n plot.hooks.shutdown.push(function(plot, eventHolder) {\n eventHolder.unbind('mouseout', onMouseOut);\n eventHolder.unbind('mousemove', onMouseMove);\n });\n }\n\n $.plot.plugins.push({\n init: init,\n options: options,\n name: 'crosshair',\n version: '1.0',\n });\n})(window.jQuery);\n","import jquery from 'jquery';\n\n(window as any).jQuery = jquery;\n(window as any).moment = require('moment');\n","import React from 'react';\n\nconst PathPrefixContext = React.createContext('');\n\nfunction usePathPrefix() {\n return React.useContext(PathPrefixContext);\n}\n\nexport { usePathPrefix, PathPrefixContext };\n","import React, { FC, useState } from 'react';\nimport { Link } from '@reach/router';\nimport {\n Collapse,\n Navbar,\n NavbarToggler,\n Nav,\n NavItem,\n NavLink,\n UncontrolledDropdown,\n DropdownToggle,\n DropdownMenu,\n DropdownItem,\n} from 'reactstrap';\nimport { usePathPrefix } from './contexts/PathPrefixContext';\n\ninterface NavbarProps {\n consolesLink: string | null;\n}\n\nconst Navigation: FC<NavbarProps> = ({ consolesLink }) => {\n const [isOpen, setIsOpen] = useState(false);\n const toggle = () => setIsOpen(!isOpen);\n const pathPrefix = usePathPrefix();\n return (\n <Navbar className=\"mb-3\" dark color=\"dark\" expand=\"md\" fixed=\"top\">\n <NavbarToggler onClick={toggle} />\n <Link className=\"pt-0 navbar-brand\" to={`${pathPrefix}/graph`}>\n Prometheus\n </Link>\n <Collapse isOpen={isOpen} navbar style={{ justifyContent: 'space-between' }}>\n <Nav className=\"ml-0\" navbar>\n {consolesLink !== null && (\n <NavItem>\n <NavLink href={consolesLink}>Consoles</NavLink>\n </NavItem>\n )}\n <NavItem>\n <NavLink tag={Link} to={`${pathPrefix}/alerts`}>\n Alerts\n </NavLink>\n </NavItem>\n <NavItem>\n <NavLink tag={Link} to={`${pathPrefix}/graph`}>\n Graph\n </NavLink>\n </NavItem>\n <UncontrolledDropdown nav inNavbar>\n <DropdownToggle nav caret>\n Status\n </DropdownToggle>\n <DropdownMenu>\n <DropdownItem tag={Link} to={`${pathPrefix}/status`}>\n Runtime & Build Information\n </DropdownItem>\n <DropdownItem tag={Link} to={`${pathPrefix}/tsdb-status`}>\n TSDB Status\n </DropdownItem>\n <DropdownItem tag={Link} to={`${pathPrefix}/flags`}>\n Command-Line Flags\n </DropdownItem>\n <DropdownItem tag={Link} to={`${pathPrefix}/config`}>\n Configuration\n </DropdownItem>\n <DropdownItem tag={Link} to={`${pathPrefix}/rules`}>\n Rules\n </DropdownItem>\n <DropdownItem tag={Link} to={`${pathPrefix}/targets`}>\n Targets\n </DropdownItem>\n <DropdownItem tag={Link} to={`${pathPrefix}/service-discovery`}>\n Service Discovery\n </DropdownItem>\n </DropdownMenu>\n </UncontrolledDropdown>\n <NavItem>\n <NavLink href=\"https://prometheus.io/docs/prometheus/latest/getting_started/\">Help</NavLink>\n </NavItem>\n <NavItem>\n <NavLink href={`${pathPrefix}/classic/graph${window.location.search}`}>Classic UI</NavLink>\n </NavItem>\n </Nav>\n </Collapse>\n </Navbar>\n );\n};\n\nexport default Navigation;\n","import { useState, useEffect } from 'react';\n\nexport type APIResponse<T> = { status: string; data: T };\n\nexport interface FetchState<T> {\n response: APIResponse<T>;\n error?: Error;\n isLoading: boolean;\n}\n\nexport const useFetch = <T extends {}>(url: string, options?: RequestInit): FetchState<T> => {\n const [response, setResponse] = useState<APIResponse<T>>({ status: 'start fetching' } as any);\n const [error, setError] = useState<Error>();\n const [isLoading, setIsLoading] = useState<boolean>(true);\n\n useEffect(() => {\n const fetchData = async () => {\n setIsLoading(true);\n try {\n const res = await fetch(url, { cache: 'no-store', credentials: 'same-origin', ...options });\n if (!res.ok) {\n throw new Error(res.statusText);\n }\n const json = (await res.json()) as APIResponse<T>;\n setResponse(json);\n setIsLoading(false);\n } catch (error) {\n setError(error);\n }\n };\n fetchData();\n }, [url, options]);\n return { response, error, isLoading };\n};\n","import React, { FC, ComponentType } from 'react';\nimport { Alert } from 'reactstrap';\nimport { FontAwesomeIcon } from '@fortawesome/react-fontawesome';\nimport { faSpinner } from '@fortawesome/free-solid-svg-icons';\n\ninterface StatusIndicatorProps {\n error?: Error;\n isLoading?: boolean;\n customErrorMsg?: JSX.Element;\n componentTitle?: string;\n}\n\nexport const withStatusIndicator = <T extends {}>(Component: ComponentType<T>): FC<StatusIndicatorProps & T> => ({\n error,\n isLoading,\n customErrorMsg,\n componentTitle,\n ...rest\n}) => {\n if (error) {\n return (\n <Alert color=\"danger\">\n {customErrorMsg ? (\n customErrorMsg\n ) : (\n <>\n <strong>Error:</strong> Error fetching {componentTitle || Component.displayName}: {error.message}\n </>\n )}\n </Alert>\n );\n }\n\n if (isLoading) {\n return (\n <FontAwesomeIcon\n size=\"3x\"\n icon={faSpinner}\n spin\n className=\"position-absolute\"\n style={{ transform: 'translate(-50%, -50%)', top: '50%', left: '50%' }}\n />\n );\n }\n return <Component {...(rest as T)} />;\n};\n","import React, { Component } from 'react';\nimport { Button, InputGroup, InputGroupAddon, InputGroupText, Input } from 'reactstrap';\n\nimport Downshift, { ControllerStateAndHelpers } from 'downshift';\nimport fuzzy from 'fuzzy';\nimport sanitizeHTML from 'sanitize-html';\n\nimport { FontAwesomeIcon } from '@fortawesome/react-fontawesome';\nimport { faSearch, faSpinner } from '@fortawesome/free-solid-svg-icons';\n\ninterface ExpressionInputProps {\n value: string;\n onExpressionChange: (expr: string) => void;\n autocompleteSections: { [key: string]: string[] };\n executeQuery: () => void;\n loading: boolean;\n enableAutocomplete: boolean;\n}\n\ninterface ExpressionInputState {\n height: number | string;\n}\n\nclass ExpressionInput extends Component<ExpressionInputProps, ExpressionInputState> {\n private exprInputRef = React.createRef<HTMLInputElement>();\n\n constructor(props: ExpressionInputProps) {\n super(props);\n this.state = {\n height: 'auto',\n };\n }\n\n componentDidMount() {\n this.setHeight();\n }\n\n setHeight = () => {\n const { offsetHeight, clientHeight, scrollHeight } = this.exprInputRef.current!;\n const offset = offsetHeight - clientHeight; // Needed in order for the height to be more accurate.\n this.setState({ height: scrollHeight + offset });\n };\n\n handleInput = () => {\n this.setValue(this.exprInputRef.current!.value);\n };\n\n setValue = (value: string) => {\n const { onExpressionChange } = this.props;\n onExpressionChange(value);\n this.setState({ height: 'auto' }, this.setHeight);\n };\n\n componentDidUpdate(prevProps: ExpressionInputProps) {\n const { value } = this.props;\n if (value !== prevProps.value) {\n this.setValue(value);\n }\n }\n\n handleKeyPress = (event: React.KeyboardEvent<HTMLInputElement>) => {\n const { executeQuery } = this.props;\n if (event.key === 'Enter' && !event.shiftKey) {\n executeQuery();\n event.preventDefault();\n }\n };\n\n getSearchMatches = (input: string, expressions: string[]) => {\n return fuzzy.filter(input.replace(/ /g, ''), expressions, {\n pre: '<strong>',\n post: '</strong>',\n });\n };\n\n createAutocompleteSection = (downshift: ControllerStateAndHelpers<any>) => {\n const { inputValue = '', closeMenu, highlightedIndex } = downshift;\n const { autocompleteSections } = this.props;\n let index = 0;\n const sections =\n inputValue!.length && this.props.enableAutocomplete\n ? Object.entries(autocompleteSections).reduce((acc, [title, items]) => {\n const matches = this.getSearchMatches(inputValue!, items);\n return !matches.length\n ? acc\n : [\n ...acc,\n <ul className=\"autosuggest-dropdown-list\" key={title}>\n <li className=\"autosuggest-dropdown-header\">{title}</li>\n {matches\n .slice(0, 100) // Limit DOM rendering to 100 results, as DOM rendering is sloooow.\n .map(({ original, string: text }) => {\n const itemProps = downshift.getItemProps({\n key: original,\n index,\n item: original,\n style: {\n backgroundColor: highlightedIndex === index++ ? 'lightgray' : 'white',\n },\n });\n return (\n <li\n key={title}\n {...itemProps}\n dangerouslySetInnerHTML={{ __html: sanitizeHTML(text, { allowedTags: ['strong'] }) }}\n />\n );\n })}\n </ul>,\n ];\n }, [] as JSX.Element[])\n : [];\n\n if (!sections.length) {\n // This is ugly but is needed in order to sync state updates.\n // This way we force downshift to wait React render call to complete before closeMenu to be triggered.\n setTimeout(closeMenu);\n return null;\n }\n\n return (\n <div {...downshift.getMenuProps()} className=\"autosuggest-dropdown\">\n {sections}\n </div>\n );\n };\n\n render() {\n const { executeQuery, value } = this.props;\n const { height } = this.state;\n return (\n <Downshift onSelect={this.setValue}>\n {downshift => (\n <div>\n <InputGroup className=\"expression-input\">\n <InputGroupAddon addonType=\"prepend\">\n <InputGroupText>\n {this.props.loading ? <FontAwesomeIcon icon={faSpinner} spin /> : <FontAwesomeIcon icon={faSearch} />}\n </InputGroupText>\n </InputGroupAddon>\n <Input\n onInput={this.handleInput}\n style={{ height }}\n autoFocus\n type=\"textarea\"\n rows=\"1\"\n onKeyPress={this.handleKeyPress}\n placeholder=\"Expression (press Shift+Enter for newlines)\"\n innerRef={this.exprInputRef}\n {...downshift.getInputProps({\n onKeyDown: (event: React.KeyboardEvent): void => {\n switch (event.key) {\n case 'Home':\n case 'End':\n // We want to be able to jump to the beginning/end of the input field.\n // By default, Downshift otherwise jumps to the first/last suggestion item instead.\n (event.nativeEvent as any).preventDownshiftDefault = true;\n break;\n case 'ArrowUp':\n case 'ArrowDown':\n if (!downshift.isOpen) {\n (event.nativeEvent as any).preventDownshiftDefault = true;\n }\n break;\n case 'Enter':\n downshift.closeMenu();\n break;\n case 'Escape':\n if (!downshift.isOpen) {\n this.exprInputRef.current!.blur();\n }\n break;\n default:\n }\n },\n } as any)}\n value={value}\n />\n <InputGroupAddon addonType=\"append\">\n <Button className=\"execute-btn\" color=\"primary\" onClick={executeQuery}>\n Execute\n </Button>\n </InputGroupAddon>\n </InputGroup>\n {downshift.isOpen && this.createAutocompleteSection(downshift)}\n </div>\n )}\n </Downshift>\n );\n }\n}\n\nexport default ExpressionInput;\n","import $ from 'jquery';\nimport React, { Component } from 'react';\nimport { Button, InputGroup, InputGroupAddon, Input } from 'reactstrap';\n\nimport moment from 'moment-timezone';\n\nimport 'tempusdominus-core';\nimport 'tempusdominus-bootstrap-4';\nimport '../../../node_modules/tempusdominus-bootstrap-4/build/css/tempusdominus-bootstrap-4.min.css';\n\nimport { dom, library } from '@fortawesome/fontawesome-svg-core';\nimport { FontAwesomeIcon } from '@fortawesome/react-fontawesome';\nimport {\n faChevronLeft,\n faChevronRight,\n faCalendarCheck,\n faArrowUp,\n faArrowDown,\n faTimes,\n} from '@fortawesome/free-solid-svg-icons';\n\nlibrary.add(faChevronLeft, faChevronRight, faCalendarCheck, faArrowUp, faArrowDown, faTimes);\n// Sadly needed to also replace <i> within the date picker, since it's not a React component.\ndom.watch();\n\ninterface TimeInputProps {\n time: number | null; // Timestamp in milliseconds.\n useLocalTime: boolean;\n range: number; // Range in seconds.\n placeholder: string;\n onChangeTime: (time: number | null) => void;\n}\n\nclass TimeInput extends Component<TimeInputProps> {\n private timeInputRef = React.createRef<HTMLInputElement>();\n private $time: any = null;\n\n getBaseTime = (): number => {\n return this.props.time || moment().valueOf();\n };\n\n calcShiftRange = () => this.props.range / 2;\n\n increaseTime = (): void => {\n const time = this.getBaseTime() + this.calcShiftRange();\n this.props.onChangeTime(time);\n };\n\n decreaseTime = (): void => {\n const time = this.getBaseTime() - this.calcShiftRange();\n this.props.onChangeTime(time);\n };\n\n clearTime = (): void => {\n this.props.onChangeTime(null);\n };\n\n timezone = (): string => {\n return this.props.useLocalTime ? moment.tz.guess() : 'UTC';\n };\n\n componentDidMount() {\n this.$time = $(this.timeInputRef.current!);\n\n this.$time.datetimepicker({\n icons: {\n today: 'fas fa-calendar-check',\n },\n buttons: {\n //showClear: true,\n showClose: true,\n showToday: true,\n },\n sideBySide: true,\n format: 'YYYY-MM-DD HH:mm:ss',\n locale: 'en',\n timeZone: this.timezone(),\n defaultDate: this.props.time,\n });\n\n this.$time.on('change.datetimepicker', (e: any) => {\n if (e.date) {\n this.props.onChangeTime(e.date.valueOf());\n }\n });\n }\n\n componentWillUnmount() {\n this.$time.datetimepicker('destroy');\n }\n\n componentDidUpdate(prevProps: TimeInputProps) {\n const { time, useLocalTime } = this.props;\n if (prevProps.time !== time) {\n this.$time.datetimepicker('date', time ? moment(time) : null);\n }\n if (prevProps.useLocalTime !== useLocalTime) {\n this.$time.datetimepicker('options', { timeZone: this.timezone(), defaultDate: null });\n }\n }\n\n render() {\n return (\n <InputGroup className=\"time-input\" size=\"sm\">\n <InputGroupAddon addonType=\"prepend\">\n <Button title=\"Decrease time\" onClick={this.decreaseTime}>\n <FontAwesomeIcon icon={faChevronLeft} fixedWidth />\n </Button>\n </InputGroupAddon>\n\n <Input\n placeholder={this.props.placeholder}\n innerRef={this.timeInputRef}\n onFocus={() => this.$time.datetimepicker('show')}\n onBlur={() => this.$time.datetimepicker('hide')}\n onKeyDown={e => ['Escape', 'Enter'].includes(e.key) && this.$time.datetimepicker('hide')}\n />\n\n {/* CAUTION: While the datetimepicker also has an option to show a 'clear' button,\n that functionality is broken, so we create an external solution instead. */}\n {this.props.time && (\n <InputGroupAddon addonType=\"append\">\n <Button className=\"clear-time-btn\" title=\"Clear time\" onClick={this.clearTime}>\n <FontAwesomeIcon icon={faTimes} fixedWidth />\n </Button>\n </InputGroupAddon>\n )}\n\n <InputGroupAddon addonType=\"append\">\n <Button title=\"Increase time\" onClick={this.increaseTime}>\n <FontAwesomeIcon icon={faChevronRight} fixedWidth />\n </Button>\n </InputGroupAddon>\n </InputGroup>\n );\n }\n}\n\nexport default TimeInput;\n","import React, { Component } from 'react';\nimport { Button, ButtonGroup, Form, InputGroup, InputGroupAddon, Input } from 'reactstrap';\n\nimport { FontAwesomeIcon } from '@fortawesome/react-fontawesome';\nimport { faPlus, faMinus, faChartArea, faChartLine } from '@fortawesome/free-solid-svg-icons';\n\nimport TimeInput from './TimeInput';\nimport { parseDuration, formatDuration } from '../../utils';\n\ninterface GraphControlsProps {\n range: number;\n endTime: number | null;\n useLocalTime: boolean;\n resolution: number | null;\n stacked: boolean;\n\n onChangeRange: (range: number) => void;\n onChangeEndTime: (endTime: number | null) => void;\n onChangeResolution: (resolution: number | null) => void;\n onChangeStacking: (stacked: boolean) => void;\n}\n\nclass GraphControls extends Component<GraphControlsProps> {\n private rangeRef = React.createRef<HTMLInputElement>();\n private resolutionRef = React.createRef<HTMLInputElement>();\n\n rangeSteps = [\n 1,\n 10,\n 60,\n 5 * 60,\n 15 * 60,\n 30 * 60,\n 60 * 60,\n 2 * 60 * 60,\n 6 * 60 * 60,\n 12 * 60 * 60,\n 24 * 60 * 60,\n 48 * 60 * 60,\n 7 * 24 * 60 * 60,\n 14 * 24 * 60 * 60,\n 28 * 24 * 60 * 60,\n 56 * 24 * 60 * 60,\n 365 * 24 * 60 * 60,\n 730 * 24 * 60 * 60,\n ].map(s => s * 1000);\n\n onChangeRangeInput = (rangeText: string): void => {\n const range = parseDuration(rangeText);\n if (range === null) {\n this.changeRangeInput(this.props.range);\n } else {\n this.props.onChangeRange(range);\n }\n };\n\n changeRangeInput = (range: number): void => {\n this.rangeRef.current!.value = formatDuration(range);\n };\n\n increaseRange = (): void => {\n for (const range of this.rangeSteps) {\n if (this.props.range < range) {\n this.changeRangeInput(range);\n this.props.onChangeRange(range);\n return;\n }\n }\n };\n\n decreaseRange = (): void => {\n for (const range of this.rangeSteps.slice().reverse()) {\n if (this.props.range > range) {\n this.changeRangeInput(range);\n this.props.onChangeRange(range);\n return;\n }\n }\n };\n\n componentDidUpdate(prevProps: GraphControlsProps) {\n if (prevProps.range !== this.props.range) {\n this.changeRangeInput(this.props.range);\n }\n if (prevProps.resolution !== this.props.resolution) {\n this.resolutionRef.current!.value = this.props.resolution !== null ? this.props.resolution.toString() : '';\n }\n }\n\n render() {\n return (\n <Form inline className=\"graph-controls\" onSubmit={e => e.preventDefault()}>\n <InputGroup className=\"range-input\" size=\"sm\">\n <InputGroupAddon addonType=\"prepend\">\n <Button title=\"Decrease range\" onClick={this.decreaseRange}>\n <FontAwesomeIcon icon={faMinus} fixedWidth />\n </Button>\n </InputGroupAddon>\n\n <Input\n defaultValue={formatDuration(this.props.range)}\n innerRef={this.rangeRef}\n onBlur={() => this.onChangeRangeInput(this.rangeRef.current!.value)}\n />\n\n <InputGroupAddon addonType=\"append\">\n <Button title=\"Increase range\" onClick={this.increaseRange}>\n <FontAwesomeIcon icon={faPlus} fixedWidth />\n </Button>\n </InputGroupAddon>\n </InputGroup>\n\n <TimeInput\n time={this.props.endTime}\n useLocalTime={this.props.useLocalTime}\n range={this.props.range}\n placeholder=\"End time\"\n onChangeTime={this.props.onChangeEndTime}\n />\n\n <Input\n placeholder=\"Res. (s)\"\n className=\"resolution-input\"\n defaultValue={this.props.resolution !== null ? this.props.resolution.toString() : ''}\n innerRef={this.resolutionRef}\n onBlur={() => {\n const res = parseInt(this.resolutionRef.current!.value);\n this.props.onChangeResolution(res ? res : null);\n }}\n bsSize=\"sm\"\n />\n\n <ButtonGroup className=\"stacked-input\" size=\"sm\">\n <Button\n title=\"Show unstacked line graph\"\n onClick={() => this.props.onChangeStacking(false)}\n active={!this.props.stacked}\n >\n <FontAwesomeIcon icon={faChartLine} fixedWidth />\n </Button>\n <Button title=\"Show stacked graph\" onClick={() => this.props.onChangeStacking(true)} active={this.props.stacked}>\n <FontAwesomeIcon icon={faChartArea} fixedWidth />\n </Button>\n </ButtonGroup>\n </Form>\n );\n }\n}\n\nexport default GraphControls;\n","import React, { FC } from 'react';\nimport { metricToSeriesName } from '../../utils';\n\ninterface SeriesNameProps {\n labels: { [key: string]: string } | null;\n format: boolean;\n}\n\nconst SeriesName: FC<SeriesNameProps> = ({ labels, format }) => {\n const renderFormatted = (): React.ReactElement => {\n const labelNodes: React.ReactElement[] = [];\n let first = true;\n for (const label in labels) {\n if (label === '__name__') {\n continue;\n }\n\n labelNodes.push(\n <span key={label}>\n {!first && ', '}\n <span className=\"legend-label-name\">{label}</span>=<span className=\"legend-label-value\">\"{labels[label]}\"</span>\n </span>\n );\n\n if (first) {\n first = false;\n }\n }\n\n return (\n <div>\n <span className=\"legend-metric-name\">{labels!.__name__ || ''}</span>\n <span className=\"legend-label-brace\">{'{'}</span>\n {labelNodes}\n <span className=\"legend-label-brace\">{'}'}</span>\n </div>\n );\n };\n\n if (labels === null) {\n return <>scalar</>;\n }\n\n if (format) {\n return renderFormatted();\n }\n // Return a simple text node. This is much faster to scroll through\n // for longer lists (hundreds of items).\n return <>{metricToSeriesName(labels!)}</>;\n};\n\nexport default SeriesName;\n","import React, { PureComponent, SyntheticEvent } from 'react';\nimport SeriesName from './SeriesName';\nimport { GraphSeries } from './Graph';\n\ninterface LegendProps {\n chartData: GraphSeries[];\n shouldReset: boolean;\n onLegendMouseOut: (ev: SyntheticEvent<HTMLDivElement>) => void;\n onSeriesToggle: (selected: number[], index: number) => void;\n onHover: (index: number) => (ev: SyntheticEvent<HTMLDivElement>) => void;\n}\n\ninterface LegendState {\n selectedIndexes: number[];\n}\n\nexport class Legend extends PureComponent<LegendProps, LegendState> {\n state = {\n selectedIndexes: [] as number[],\n };\n componentDidUpdate(prevProps: LegendProps) {\n if (this.props.shouldReset && prevProps.shouldReset !== this.props.shouldReset) {\n this.setState({ selectedIndexes: [] });\n }\n }\n handleSeriesSelect = (index: number) => (ev: React.MouseEvent<HTMLDivElement, MouseEvent>) => {\n // TODO: add proper event type\n const { selectedIndexes } = this.state;\n\n let selected = [index];\n if (ev.ctrlKey || ev.metaKey) {\n const { chartData } = this.props;\n if (selectedIndexes.includes(index)) {\n selected = selectedIndexes.filter(idx => idx !== index);\n } else {\n selected =\n // Flip the logic - In case none is selected ctrl + click should deselect clicked series.\n selectedIndexes.length === 0\n ? chartData.reduce<number[]>((acc, _, i) => (i === index ? acc : [...acc, i]), [])\n : [...selectedIndexes, index]; // Select multiple.\n }\n } else if (selectedIndexes.length === 1 && selectedIndexes.includes(index)) {\n selected = [];\n }\n\n this.setState({ selectedIndexes: selected });\n this.props.onSeriesToggle(selected, index);\n };\n\n render() {\n const { chartData, onLegendMouseOut, onHover } = this.props;\n const { selectedIndexes } = this.state;\n const canUseHover = chartData.length > 1 && selectedIndexes.length === 0;\n\n return (\n <div className=\"graph-legend\" onMouseOut={canUseHover ? onLegendMouseOut : undefined}>\n {chartData.map(({ index, color, labels }) => (\n <div\n style={{ opacity: selectedIndexes.length === 0 || selectedIndexes.includes(index) ? 1 : 0.5 }}\n onClick={chartData.length > 1 ? this.handleSeriesSelect(index) : undefined}\n onMouseOver={canUseHover ? onHover(index) : undefined}\n key={index}\n className=\"legend-item\"\n >\n <span className=\"legend-swatch\" style={{ backgroundColor: color }}></span>\n <SeriesName labels={labels} format />\n </div>\n ))}\n {chartData.length > 1 && (\n <div className=\"pl-1 mt-1 text-muted\" style={{ fontSize: 13 }}>\n Click: select series, {navigator.platform.includes('Mac') ? 'CMD' : 'CTRL'} + click: toggle multiple series\n </div>\n )}\n </div>\n );\n }\n}\n","import $ from 'jquery';\n\nimport { escapeHTML } from '../../utils';\nimport { Metric } from '../../types/types';\nimport { GraphProps, GraphSeries } from './Graph';\nimport moment from 'moment-timezone';\n\nexport const formatValue = (y: number | null): string => {\n if (y === null) {\n return 'null';\n }\n const absY = Math.abs(y);\n\n if (absY >= 1e24) {\n return (y / 1e24).toFixed(2) + 'Y';\n } else if (absY >= 1e21) {\n return (y / 1e21).toFixed(2) + 'Z';\n } else if (absY >= 1e18) {\n return (y / 1e18).toFixed(2) + 'E';\n } else if (absY >= 1e15) {\n return (y / 1e15).toFixed(2) + 'P';\n } else if (absY >= 1e12) {\n return (y / 1e12).toFixed(2) + 'T';\n } else if (absY >= 1e9) {\n return (y / 1e9).toFixed(2) + 'G';\n } else if (absY >= 1e6) {\n return (y / 1e6).toFixed(2) + 'M';\n } else if (absY >= 1e3) {\n return (y / 1e3).toFixed(2) + 'k';\n } else if (absY >= 1) {\n return y.toFixed(2);\n } else if (absY === 0) {\n return y.toFixed(2);\n } else if (absY < 1e-23) {\n return (y / 1e-24).toFixed(2) + 'y';\n } else if (absY < 1e-20) {\n return (y / 1e-21).toFixed(2) + 'z';\n } else if (absY < 1e-17) {\n return (y / 1e-18).toFixed(2) + 'a';\n } else if (absY < 1e-14) {\n return (y / 1e-15).toFixed(2) + 'f';\n } else if (absY < 1e-11) {\n return (y / 1e-12).toFixed(2) + 'p';\n } else if (absY < 1e-8) {\n return (y / 1e-9).toFixed(2) + 'n';\n } else if (absY < 1e-5) {\n return (y / 1e-6).toFixed(2) + 'µ';\n } else if (absY < 1e-2) {\n return (y / 1e-3).toFixed(2) + 'm';\n } else if (absY <= 1) {\n return y.toFixed(2);\n }\n throw Error(\"couldn't format a value, this is a bug\");\n};\n\nexport const getHoverColor = (color: string, opacity: number, stacked: boolean) => {\n const { r, g, b } = $.color.parse(color);\n if (!stacked) {\n return `rgba(${r}, ${g}, ${b}, ${opacity})`;\n }\n /*\n Unfortunately flot doesn't take into consideration\n the alpha value when adjusting the color on the stacked series.\n TODO: find better way to set the opacity.\n */\n const base = (1 - opacity) * 255;\n return `rgb(${Math.round(base + opacity * r)},${Math.round(base + opacity * g)},${Math.round(base + opacity * b)})`;\n};\n\nexport const toHoverColor = (index: number, stacked: boolean) => (series: GraphSeries, i: number) => ({\n ...series,\n color: getHoverColor(series.color, i !== index ? 0.3 : 1, stacked),\n});\n\nexport const getOptions = (stacked: boolean, useLocalTime: boolean): jquery.flot.plotOptions => {\n return {\n grid: {\n hoverable: true,\n clickable: true,\n autoHighlight: true,\n mouseActiveRadius: 100,\n },\n legend: {\n show: false,\n },\n xaxis: {\n mode: 'time',\n showTicks: true,\n showMinorTicks: true,\n timeBase: 'milliseconds',\n timezone: useLocalTime ? 'browser' : undefined,\n },\n yaxis: {\n tickFormatter: formatValue,\n },\n crosshair: {\n mode: 'xy',\n color: '#bbb',\n },\n tooltip: {\n show: true,\n cssClass: 'graph-tooltip',\n content: (_, xval, yval, { series }): string => {\n const { labels, color } = series;\n let dateTime = moment(xval);\n if (!useLocalTime) {\n dateTime = dateTime.utc();\n }\n return `\n <div class=\"date\">${dateTime.format('YYYY-MM-DD HH:mm:ss Z')}</div>\n <div>\n <span class=\"detail-swatch\" style=\"background-color: ${color}\"></span>\n <span>${labels.__name__ || 'value'}: <strong>${yval}</strong></span>\n <div>\n <div class=\"labels mt-1\">\n ${Object.keys(labels)\n .map(k =>\n k !== '__name__' ? `<div class=\"mb-1\"><strong>${k}</strong>: ${escapeHTML(labels[k])}</div>` : ''\n )\n .join('')}\n </div>\n `;\n },\n defaultTheme: false,\n lines: true,\n },\n series: {\n stack: stacked,\n lines: {\n lineWidth: stacked ? 1 : 2,\n steps: false,\n fill: stacked,\n },\n shadowSize: 0,\n },\n };\n};\n\n// This was adapted from Flot's color generation code.\nexport const getColors = (data: { resultType: string; result: Array<{ metric: Metric; values: [number, string][] }> }) => {\n const colorPool = ['#edc240', '#afd8f8', '#cb4b4b', '#4da74d', '#9440ed'];\n const colorPoolSize = colorPool.length;\n let variation = 0;\n return data.result.map((_, i) => {\n // Each time we exhaust the colors in the pool we adjust\n // a scaling factor used to produce more variations on\n // those colors. The factor alternates negative/positive\n // to produce lighter/darker colors.\n\n // Reset the variation after every few cycles, or else\n // it will end up producing only white or black colors.\n\n if (i % colorPoolSize === 0 && i) {\n if (variation >= 0) {\n variation = variation < 0.5 ? -variation - 0.2 : 0;\n } else {\n variation = -variation;\n }\n }\n return $.color.parse(colorPool[i % colorPoolSize] || '#666').scale('rgb', 1 + variation);\n });\n};\n\nexport const normalizeData = ({ queryParams, data }: GraphProps): GraphSeries[] => {\n const colors = getColors(data);\n const { startTime, endTime, resolution } = queryParams!;\n return data.result.map(({ values, metric }, index) => {\n // Insert nulls for all missing steps.\n const data = [];\n let pos = 0;\n\n for (let t = startTime; t <= endTime; t += resolution) {\n // Allow for floating point inaccuracy.\n const currentValue = values[pos];\n if (values.length > pos && currentValue[0] < t + resolution / 100) {\n data.push([currentValue[0] * 1000, parseValue(currentValue[1])]);\n pos++;\n } else {\n data.push([t * 1000, null]);\n }\n }\n\n return {\n labels: metric !== null ? metric : {},\n color: colors[index].toString(),\n data,\n index,\n };\n });\n};\n\nexport const parseValue = (value: string) => {\n const val = parseFloat(value);\n // \"+Inf\", \"-Inf\", \"+Inf\" will be parsed into NaN by parseFloat(). They\n // can't be graphed, so show them as gaps (null).\n return isNaN(val) ? null : val;\n};\n","import $ from 'jquery';\nimport React, { PureComponent } from 'react';\nimport ReactResizeDetector from 'react-resize-detector';\n\nimport { Legend } from './Legend';\nimport { Metric, QueryParams } from '../../types/types';\nimport { isPresent } from '../../utils';\nimport { normalizeData, getOptions, toHoverColor } from './GraphHelpers';\n\nrequire('../../vendor/flot/jquery.flot');\nrequire('../../vendor/flot/jquery.flot.stack');\nrequire('../../vendor/flot/jquery.flot.time');\nrequire('../../vendor/flot/jquery.flot.crosshair');\nrequire('jquery.flot.tooltip');\n\nexport interface GraphProps {\n data: {\n resultType: string;\n result: Array<{ metric: Metric; values: [number, string][] }>;\n };\n stacked: boolean;\n useLocalTime: boolean;\n queryParams: QueryParams | null;\n}\n\nexport interface GraphSeries {\n labels: { [key: string]: string };\n color: string;\n data: (number | null)[][]; // [x,y][]\n index: number;\n}\n\ninterface GraphState {\n chartData: GraphSeries[];\n}\n\nclass Graph extends PureComponent<GraphProps, GraphState> {\n private chartRef = React.createRef<HTMLDivElement>();\n private $chart?: jquery.flot.plot;\n private rafID = 0;\n private selectedSeriesIndexes: number[] = [];\n\n state = {\n chartData: normalizeData(this.props),\n };\n\n componentDidUpdate(prevProps: GraphProps) {\n const { data, stacked, useLocalTime } = this.props;\n if (prevProps.data !== data) {\n this.selectedSeriesIndexes = [];\n this.setState({ chartData: normalizeData(this.props) }, this.plot);\n } else if (prevProps.stacked !== stacked) {\n this.setState({ chartData: normalizeData(this.props) }, () => {\n if (this.selectedSeriesIndexes.length === 0) {\n this.plot();\n } else {\n this.plot(this.state.chartData.filter((_, i) => this.selectedSeriesIndexes.includes(i)));\n }\n });\n }\n\n if (prevProps.useLocalTime !== useLocalTime) {\n this.plot();\n }\n }\n\n componentDidMount() {\n this.plot();\n }\n\n componentWillUnmount() {\n this.destroyPlot();\n }\n\n plot = (data: GraphSeries[] = this.state.chartData) => {\n if (!this.chartRef.current) {\n return;\n }\n this.destroyPlot();\n\n this.$chart = $.plot($(this.chartRef.current), data, getOptions(this.props.stacked, this.props.useLocalTime));\n };\n\n destroyPlot = () => {\n if (isPresent(this.$chart)) {\n this.$chart.destroy();\n }\n };\n\n plotSetAndDraw(data: GraphSeries[] = this.state.chartData) {\n if (isPresent(this.$chart)) {\n this.$chart.setData(data);\n this.$chart.draw();\n }\n }\n\n handleSeriesSelect = (selected: number[], selectedIndex: number) => {\n const { chartData } = this.state;\n this.plot(\n this.selectedSeriesIndexes.length === 1 && this.selectedSeriesIndexes.includes(selectedIndex)\n ? chartData.map(toHoverColor(selectedIndex, this.props.stacked))\n : chartData.filter((_, i) => selected.includes(i)) // draw only selected\n );\n this.selectedSeriesIndexes = selected;\n };\n\n handleSeriesHover = (index: number) => () => {\n if (this.rafID) {\n cancelAnimationFrame(this.rafID);\n }\n this.rafID = requestAnimationFrame(() => {\n this.plotSetAndDraw(this.state.chartData.map(toHoverColor(index, this.props.stacked)));\n });\n };\n\n handleLegendMouseOut = () => {\n cancelAnimationFrame(this.rafID);\n this.plotSetAndDraw();\n };\n\n handleResize = () => {\n if (isPresent(this.$chart)) {\n this.plot(this.$chart.getData() as GraphSeries[]);\n }\n };\n\n render() {\n const { chartData } = this.state;\n return (\n <div className=\"graph\">\n <ReactResizeDetector handleWidth onResize={this.handleResize} skipOnMount />\n <div className=\"graph-chart\" ref={this.chartRef} />\n <Legend\n shouldReset={this.selectedSeriesIndexes.length === 0}\n chartData={chartData}\n onHover={this.handleSeriesHover}\n onLegendMouseOut={this.handleLegendMouseOut}\n onSeriesToggle={this.handleSeriesSelect}\n />\n </div>\n );\n }\n}\n\nexport default Graph;\n","import React, { Component } from 'react';\n\nimport { Alert, Button, Col, Nav, NavItem, NavLink, Row, TabContent, TabPane } from 'reactstrap';\n\nimport moment from 'moment-timezone';\n\nimport ExpressionInput from './ExpressionInput';\nimport GraphControls from './GraphControls';\nimport { GraphTabContent } from './GraphTabContent';\nimport DataTable from './DataTable';\nimport TimeInput from './TimeInput';\nimport QueryStatsView, { QueryStats } from './QueryStatsView';\nimport { QueryParams } from '../../types/types';\nimport { API_PATH } from '../../constants/constants';\n\ninterface PanelProps {\n options: PanelOptions;\n onOptionsChanged: (opts: PanelOptions) => void;\n useLocalTime: boolean;\n pastQueries: string[];\n metricNames: string[];\n removePanel: () => void;\n onExecuteQuery: (query: string) => void;\n pathPrefix: string;\n enableAutocomplete: boolean;\n}\n\ninterface PanelState {\n data: any; // TODO: Type data.\n lastQueryParams: QueryParams | null;\n loading: boolean;\n error: string | null;\n stats: QueryStats | null;\n exprInputValue: string;\n}\n\nexport interface PanelOptions {\n expr: string;\n type: PanelType;\n range: number; // Range in milliseconds.\n endTime: number | null; // Timestamp in milliseconds.\n resolution: number | null; // Resolution in seconds.\n stacked: boolean;\n}\n\nexport enum PanelType {\n Graph = 'graph',\n Table = 'table',\n}\n\nexport const PanelDefaultOptions: PanelOptions = {\n type: PanelType.Table,\n expr: '',\n range: 60 * 60 * 1000,\n endTime: null,\n resolution: null,\n stacked: false,\n};\n\nclass Panel extends Component<PanelProps, PanelState> {\n private abortInFlightFetch: (() => void) | null = null;\n\n constructor(props: PanelProps) {\n super(props);\n\n this.state = {\n data: null,\n lastQueryParams: null,\n loading: false,\n error: null,\n stats: null,\n exprInputValue: props.options.expr,\n };\n }\n\n componentDidUpdate({ options: prevOpts }: PanelProps) {\n const { endTime, range, resolution, type } = this.props.options;\n if (\n prevOpts.endTime !== endTime ||\n prevOpts.range !== range ||\n prevOpts.resolution !== resolution ||\n prevOpts.type !== type\n ) {\n this.executeQuery();\n }\n }\n\n componentDidMount() {\n this.executeQuery();\n }\n\n executeQuery = (): void => {\n const { exprInputValue: expr } = this.state;\n const queryStart = Date.now();\n this.props.onExecuteQuery(expr);\n if (this.props.options.expr !== expr) {\n this.setOptions({ expr });\n }\n if (expr === '') {\n return;\n }\n\n if (this.abortInFlightFetch) {\n this.abortInFlightFetch();\n this.abortInFlightFetch = null;\n }\n\n const abortController = new AbortController();\n this.abortInFlightFetch = () => abortController.abort();\n this.setState({ loading: true });\n\n const endTime = this.getEndTime().valueOf() / 1000; // TODO: shouldn't valueof only work when it's a moment?\n const startTime = endTime - this.props.options.range / 1000;\n const resolution = this.props.options.resolution || Math.max(Math.floor(this.props.options.range / 250000), 1);\n const params: URLSearchParams = new URLSearchParams({\n query: expr,\n });\n\n let path: string;\n switch (this.props.options.type) {\n case 'graph':\n path = 'query_range';\n params.append('start', startTime.toString());\n params.append('end', endTime.toString());\n params.append('step', resolution.toString());\n break;\n case 'table':\n path = 'query';\n params.append('time', endTime.toString());\n break;\n default:\n throw new Error('Invalid panel type \"' + this.props.options.type + '\"');\n }\n\n fetch(`${this.props.pathPrefix}/${API_PATH}/${path}?${params}`, {\n cache: 'no-store',\n credentials: 'same-origin',\n signal: abortController.signal,\n })\n .then(resp => resp.json())\n .then(json => {\n if (json.status !== 'success') {\n throw new Error(json.error || 'invalid response JSON');\n }\n\n let resultSeries = 0;\n if (json.data) {\n const { resultType, result } = json.data;\n if (resultType === 'scalar') {\n resultSeries = 1;\n } else if (result && result.length > 0) {\n resultSeries = result.length;\n }\n }\n\n this.setState({\n error: null,\n data: json.data,\n lastQueryParams: {\n startTime,\n endTime,\n resolution,\n },\n stats: {\n loadTime: Date.now() - queryStart,\n resolution,\n resultSeries,\n },\n loading: false,\n });\n this.abortInFlightFetch = null;\n })\n .catch(error => {\n if (error.name === 'AbortError') {\n // Aborts are expected, don't show an error for them.\n return;\n }\n this.setState({\n error: 'Error executing query: ' + error.message,\n loading: false,\n });\n });\n };\n\n setOptions(opts: object): void {\n const newOpts = { ...this.props.options, ...opts };\n this.props.onOptionsChanged(newOpts);\n }\n\n handleExpressionChange = (expr: string): void => {\n this.setState({ exprInputValue: expr });\n };\n\n handleChangeRange = (range: number): void => {\n this.setOptions({ range: range });\n };\n\n getEndTime = (): number | moment.Moment => {\n if (this.props.options.endTime === null) {\n return moment();\n }\n return this.props.options.endTime;\n };\n\n handleChangeEndTime = (endTime: number | null) => {\n this.setOptions({ endTime: endTime });\n };\n\n handleChangeResolution = (resolution: number | null) => {\n this.setOptions({ resolution: resolution });\n };\n\n handleChangeType = (type: PanelType) => {\n if (this.props.options.type === type) {\n return;\n }\n\n this.setState({ data: null });\n this.setOptions({ type: type });\n };\n\n handleChangeStacking = (stacked: boolean) => {\n this.setOptions({ stacked: stacked });\n };\n\n render() {\n const { pastQueries, metricNames, options } = this.props;\n return (\n <div className=\"panel\">\n <Row>\n <Col>\n <ExpressionInput\n value={this.state.exprInputValue}\n onExpressionChange={this.handleExpressionChange}\n executeQuery={this.executeQuery}\n loading={this.state.loading}\n enableAutocomplete={this.props.enableAutocomplete}\n autocompleteSections={{\n 'Query History': pastQueries,\n 'Metric Names': metricNames,\n }}\n />\n </Col>\n </Row>\n <Row>\n <Col>{this.state.error && <Alert color=\"danger\">{this.state.error}</Alert>}</Col>\n </Row>\n <Row>\n <Col>\n <Nav tabs>\n <NavItem>\n <NavLink\n className={options.type === 'table' ? 'active' : ''}\n onClick={() => this.handleChangeType(PanelType.Table)}\n >\n Table\n </NavLink>\n </NavItem>\n <NavItem>\n <NavLink\n className={options.type === 'graph' ? 'active' : ''}\n onClick={() => this.handleChangeType(PanelType.Graph)}\n >\n Graph\n </NavLink>\n </NavItem>\n {!this.state.loading && !this.state.error && this.state.stats && <QueryStatsView {...this.state.stats} />}\n </Nav>\n <TabContent activeTab={options.type}>\n <TabPane tabId=\"table\">\n {options.type === 'table' && (\n <>\n <div className=\"table-controls\">\n <TimeInput\n time={options.endTime}\n useLocalTime={this.props.useLocalTime}\n range={options.range}\n placeholder=\"Evaluation time\"\n onChangeTime={this.handleChangeEndTime}\n />\n </div>\n <DataTable data={this.state.data} />\n </>\n )}\n </TabPane>\n <TabPane tabId=\"graph\">\n {this.props.options.type === 'graph' && (\n <>\n <GraphControls\n range={options.range}\n endTime={options.endTime}\n useLocalTime={this.props.useLocalTime}\n resolution={options.resolution}\n stacked={options.stacked}\n onChangeRange={this.handleChangeRange}\n onChangeEndTime={this.handleChangeEndTime}\n onChangeResolution={this.handleChangeResolution}\n onChangeStacking={this.handleChangeStacking}\n />\n <GraphTabContent\n data={this.state.data}\n stacked={options.stacked}\n useLocalTime={this.props.useLocalTime}\n lastQueryParams={this.state.lastQueryParams}\n />\n </>\n )}\n </TabPane>\n </TabContent>\n </Col>\n </Row>\n <Row>\n <Col>\n <Button className=\"float-right\" color=\"link\" onClick={this.props.removePanel} size=\"sm\">\n Remove Panel\n </Button>\n </Col>\n </Row>\n </div>\n );\n }\n}\n\nexport default Panel;\n","import React, { FC } from 'react';\nimport { Alert } from 'reactstrap';\nimport Graph from './Graph';\nimport { QueryParams } from '../../types/types';\nimport { isPresent } from '../../utils';\n\ninterface GraphTabContentProps {\n data: any;\n stacked: boolean;\n useLocalTime: boolean;\n lastQueryParams: QueryParams | null;\n}\n\nexport const GraphTabContent: FC<GraphTabContentProps> = ({ data, stacked, useLocalTime, lastQueryParams }) => {\n if (!isPresent(data)) {\n return <Alert color=\"light\">No data queried yet</Alert>;\n }\n if (data.result.length === 0) {\n return <Alert color=\"secondary\">Empty query result</Alert>;\n }\n if (data.resultType !== 'matrix') {\n return (\n <Alert color=\"danger\">Query result is of wrong type '{data.resultType}', should be 'matrix' (range vector).</Alert>\n );\n }\n return <Graph data={data} stacked={stacked} useLocalTime={useLocalTime} queryParams={lastQueryParams} />;\n};\n","import React, { FC, ReactNode } from 'react';\n\nimport { Alert, Table } from 'reactstrap';\n\nimport SeriesName from './SeriesName';\nimport { Metric } from '../../types/types';\n\nexport interface QueryResult {\n data:\n | null\n | {\n resultType: 'vector';\n result: InstantSample[];\n }\n | {\n resultType: 'matrix';\n result: RangeSamples[];\n }\n | {\n resultType: 'scalar';\n result: SampleValue;\n }\n | {\n resultType: 'string';\n result: string;\n };\n}\n\ninterface InstantSample {\n metric: Metric;\n value: SampleValue;\n}\n\ninterface RangeSamples {\n metric: Metric;\n values: SampleValue[];\n}\n\ntype SampleValue = [number, string];\n\nconst limitSeries = <S extends InstantSample | RangeSamples>(series: S[]): S[] => {\n const maxSeries = 10000;\n\n if (series.length > maxSeries) {\n return series.slice(0, maxSeries);\n }\n return series;\n};\n\nconst DataTable: FC<QueryResult> = ({ data }) => {\n if (data === null) {\n return <Alert color=\"light\">No data queried yet</Alert>;\n }\n\n if (data.result === null || data.result.length === 0) {\n return <Alert color=\"secondary\">Empty query result</Alert>;\n }\n\n const maxFormattableSize = 1000;\n let rows: ReactNode[] = [];\n let limited = false;\n const doFormat = data.result.length <= maxFormattableSize;\n switch (data.resultType) {\n case 'vector':\n rows = (limitSeries(data.result) as InstantSample[]).map(\n (s: InstantSample, index: number): ReactNode => {\n return (\n <tr key={index}>\n <td>\n <SeriesName labels={s.metric} format={doFormat} />\n </td>\n <td>{s.value[1]}</td>\n </tr>\n );\n }\n );\n limited = rows.length !== data.result.length;\n break;\n case 'matrix':\n rows = (limitSeries(data.result) as RangeSamples[]).map((s, index) => {\n const valueText = s.values\n .map(v => {\n return v[1] + ' @' + v[0];\n })\n .join('\\n');\n return (\n <tr style={{ whiteSpace: 'pre' }} key={index}>\n <td>\n <SeriesName labels={s.metric} format={doFormat} />\n </td>\n <td>{valueText}</td>\n </tr>\n );\n });\n limited = rows.length !== data.result.length;\n break;\n case 'scalar':\n rows.push(\n <tr key=\"0\">\n <td>scalar</td>\n <td>{data.result[1]}</td>\n </tr>\n );\n break;\n case 'string':\n rows.push(\n <tr key=\"0\">\n <td>string</td>\n <td>{data.result[1]}</td>\n </tr>\n );\n break;\n default:\n return <Alert color=\"danger\">Unsupported result value type</Alert>;\n }\n\n return (\n <>\n {limited && (\n <Alert color=\"danger\">\n <strong>Warning:</strong> Fetched {data.result.length} metrics, only displaying first {rows.length}.\n </Alert>\n )}\n {!doFormat && (\n <Alert color=\"secondary\">\n <strong>Notice:</strong> Showing more than {maxFormattableSize} series, turning off label formatting for\n performance reasons.\n </Alert>\n )}\n <Table hover size=\"sm\" className=\"data-table\">\n <tbody>{rows}</tbody>\n </Table>\n </>\n );\n};\n\nexport default DataTable;\n","import React, { FC } from 'react';\nimport './QueryStatsView.css';\n\nexport interface QueryStats {\n loadTime: number;\n resolution: number;\n resultSeries: number;\n}\n\nconst QueryStatsView: FC<QueryStats> = props => {\n const { loadTime, resolution, resultSeries } = props;\n\n return (\n <div className=\"query-stats\">\n <span className=\"float-right\">\n Load time: {loadTime}ms &ensp; Resolution: {resolution}s &ensp; Result series: {resultSeries}\n </span>\n </div>\n );\n};\n\nexport default QueryStatsView;\n","export const API_PATH = 'api/v1';\n","import moment from 'moment-timezone';\n\nimport { PanelOptions, PanelType, PanelDefaultOptions } from '../pages/graph/Panel';\nimport { PanelMeta } from '../pages/graph/PanelList';\n\nexport const generateID = () => {\n return `_${Math.random()\n .toString(36)\n .substr(2, 9)}`;\n};\n\nexport const byEmptyString = (p: string) => p.length > 0;\n\nexport const isPresent = <T>(obj: T): obj is NonNullable<T> => obj !== null && obj !== undefined;\n\nexport const escapeHTML = (str: string): string => {\n const entityMap: { [key: string]: string } = {\n '&': '&amp;',\n '<': '&lt;',\n '>': '&gt;',\n '\"': '&quot;',\n \"'\": '&#39;',\n '/': '&#x2F;',\n };\n\n return String(str).replace(/[&<>\"'/]/g, function(s) {\n return entityMap[s];\n });\n};\n\nexport const metricToSeriesName = (labels: { [key: string]: string }) => {\n if (labels === null) {\n return 'scalar';\n }\n let tsName = (labels.__name__ || '') + '{';\n const labelStrings: string[] = [];\n for (const label in labels) {\n if (label !== '__name__') {\n labelStrings.push(label + '=\"' + labels[label] + '\"');\n }\n }\n tsName += labelStrings.join(', ') + '}';\n return tsName;\n};\n\nexport const parseDuration = (durationStr: string): number | null => {\n if (durationStr === '') {\n return null;\n }\n if (durationStr === '0') {\n // Allow 0 without a unit.\n return 0;\n }\n\n const durationRE = new RegExp('^(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?$');\n const matches = durationStr.match(durationRE);\n if (!matches) {\n return null;\n }\n\n let dur = 0;\n\n // Parse the match at pos `pos` in the regex and use `mult` to turn that\n // into ms, then add that value to the total parsed duration.\n const m = (pos: number, mult: number) => {\n if (matches[pos] === undefined) {\n return;\n }\n const n = parseInt(matches[pos]);\n dur += n * mult;\n };\n\n m(2, 1000 * 60 * 60 * 24 * 365); // y\n m(4, 1000 * 60 * 60 * 24 * 7); // w\n m(6, 1000 * 60 * 60 * 24); // d\n m(8, 1000 * 60 * 60); // h\n m(10, 1000 * 60); // m\n m(12, 1000); // s\n m(14, 1); // ms\n\n return dur;\n};\n\nexport const formatDuration = (d: number): string => {\n let ms = d;\n let r = '';\n if (ms === 0) {\n return '0s';\n }\n\n const f = (unit: string, mult: number, exact: boolean) => {\n if (exact && ms % mult !== 0) {\n return;\n }\n const v = Math.floor(ms / mult);\n if (v > 0) {\n r += `${v}${unit}`;\n ms -= v * mult;\n }\n };\n\n // Only format years and weeks if the remainder is zero, as it is often\n // easier to read 90d than 12w6d.\n f('y', 1000 * 60 * 60 * 24 * 365, true);\n f('w', 1000 * 60 * 60 * 24 * 7, true);\n\n f('d', 1000 * 60 * 60 * 24, false);\n f('h', 1000 * 60 * 60, false);\n f('m', 1000 * 60, false);\n f('s', 1000, false);\n f('ms', 1, false);\n\n return r;\n};\n\nexport function parseTime(timeText: string): number {\n return moment.utc(timeText).valueOf();\n}\n\nexport function formatTime(time: number): string {\n return moment.utc(time).format('YYYY-MM-DD HH:mm:ss');\n}\n\nexport const now = (): number => moment().valueOf();\n\nexport const humanizeDuration = (milliseconds: number): string => {\n const sign = milliseconds < 0 ? '-' : '';\n const unsignedMillis = milliseconds < 0 ? -1 * milliseconds : milliseconds;\n const duration = moment.duration(unsignedMillis, 'ms');\n const ms = Math.floor(duration.milliseconds());\n const s = Math.floor(duration.seconds());\n const m = Math.floor(duration.minutes());\n const h = Math.floor(duration.hours());\n const d = Math.floor(duration.asDays());\n if (d !== 0) {\n return `${sign}${d}d ${h}h ${m}m ${s}s`;\n }\n if (h !== 0) {\n return `${sign}${h}h ${m}m ${s}s`;\n }\n if (m !== 0) {\n return `${sign}${m}m ${s}s`;\n }\n if (s !== 0) {\n return `${sign}${s}.${ms}s`;\n }\n if (unsignedMillis > 0) {\n return `${sign}${unsignedMillis.toFixed(3)}ms`;\n }\n return '0s';\n};\n\nexport const formatRelative = (startStr: string, end: number): string => {\n const start = parseTime(startStr);\n if (start < 0) {\n return 'Never';\n }\n return humanizeDuration(end - start);\n};\n\nconst paramFormat = /^g\\d+\\..+=.+$/;\n\nexport const decodePanelOptionsFromQueryString = (query: string): PanelMeta[] => {\n if (query === '') {\n return [];\n }\n const urlParams = query.substring(1).split('&');\n\n return urlParams.reduce<PanelMeta[]>((panels, urlParam, i) => {\n const panelsCount = panels.length;\n const prefix = `g${panelsCount}.`;\n if (urlParam.startsWith(`${prefix}expr=`)) {\n const prefixLen = prefix.length;\n return [\n ...panels,\n {\n id: generateID(),\n key: `${panelsCount}`,\n options: urlParams.slice(i).reduce((opts, param) => {\n return param.startsWith(prefix) && paramFormat.test(param)\n ? { ...opts, ...parseOption(param.substring(prefixLen)) }\n : opts;\n }, PanelDefaultOptions),\n },\n ];\n }\n return panels;\n }, []);\n};\n\nexport const parseOption = (param: string): Partial<PanelOptions> => {\n const [opt, val] = param.split('=');\n const decodedValue = decodeURIComponent(val.replace(/\\+/g, ' '));\n switch (opt) {\n case 'expr':\n return { expr: decodedValue };\n\n case 'tab':\n return { type: decodedValue === '0' ? PanelType.Graph : PanelType.Table };\n\n case 'stacked':\n return { stacked: decodedValue === '1' };\n\n case 'range_input':\n const range = parseDuration(decodedValue);\n return isPresent(range) ? { range } : {};\n\n case 'end_input':\n case 'moment_input':\n return { endTime: parseTime(decodedValue) };\n\n case 'step_input':\n const resolution = parseInt(decodedValue);\n return resolution > 0 ? { resolution } : {};\n }\n return {};\n};\n\nexport const formatParam = (key: string) => (paramName: string, value: number | string | boolean) => {\n return `g${key}.${paramName}=${encodeURIComponent(value)}`;\n};\n\nexport const toQueryString = ({ key, options }: PanelMeta) => {\n const formatWithKey = formatParam(key);\n const { expr, type, stacked, range, endTime, resolution } = options;\n const time = isPresent(endTime) ? formatTime(endTime) : false;\n const urlParams = [\n formatWithKey('expr', expr),\n formatWithKey('tab', type === PanelType.Graph ? 0 : 1),\n formatWithKey('stacked', stacked ? 1 : 0),\n formatWithKey('range_input', formatDuration(range)),\n time ? `${formatWithKey('end_input', time)}&${formatWithKey('moment_input', time)}` : '',\n isPresent(resolution) ? formatWithKey('step_input', resolution) : '',\n ];\n return urlParams.filter(byEmptyString).join('&');\n};\n\nexport const encodePanelOptionsToQueryString = (panels: PanelMeta[]) => {\n return `?${panels.map(toQueryString).join('&')}`;\n};\n\nexport const createExpressionLink = (expr: string) => {\n return `../graph?g0.expr=${encodeURIComponent(expr)}&g0.tab=1&g0.stacked=0&g0.range_input=1h`;\n};\nexport const mapObjEntries = <T, key extends keyof T, Z>(\n o: T,\n cb: ([k, v]: [string, T[key]], i: number, arr: [string, T[key]][]) => Z\n) => Object.entries(o).map(cb);\n\nexport const callAll = (...fns: Array<(...args: any) => void>) => (...args: any) => {\n // eslint-disable-next-line prefer-spread\n fns.filter(Boolean).forEach(fn => fn.apply(null, args));\n};\n\nexport const parsePrometheusFloat = (value: string) => {\n if (isNaN(Number(value))) {\n return value;\n } else {\n return Number(value);\n }\n};\n","import React, { FC, useState, Fragment } from 'react';\nimport { Link } from '@reach/router';\nimport { Alert, Collapse, Table, Badge } from 'reactstrap';\nimport { RuleStatus } from './AlertContents';\nimport { Rule } from '../../types/types';\nimport { faChevronDown, faChevronRight } from '@fortawesome/free-solid-svg-icons';\nimport { FontAwesomeIcon } from '@fortawesome/react-fontawesome';\nimport { createExpressionLink, parsePrometheusFloat, formatDuration } from '../../utils/index';\n\ninterface CollapsibleAlertPanelProps {\n rule: Rule;\n showAnnotations: boolean;\n}\n\nconst alertColors: RuleStatus<string> = {\n firing: 'danger',\n pending: 'warning',\n inactive: 'success',\n};\n\nconst CollapsibleAlertPanel: FC<CollapsibleAlertPanelProps> = ({ rule, showAnnotations }) => {\n const [open, toggle] = useState(false);\n\n return (\n <>\n <Alert fade={false} onClick={() => toggle(!open)} color={alertColors[rule.state]} style={{ cursor: 'pointer' }}>\n <FontAwesomeIcon icon={open ? faChevronDown : faChevronRight} fixedWidth />\n <strong>{rule.name}</strong> ({`${rule.alerts.length} active`})\n </Alert>\n <Collapse isOpen={open} className=\"mb-2\">\n <pre style={{ background: '#f5f5f5', padding: 15 }}>\n <code>\n <div>\n name: <Link to={createExpressionLink(`ALERTS{alertname=\"${rule.name}\"}`)}>{rule.name}</Link>\n </div>\n <div>\n expr: <Link to={createExpressionLink(rule.query)}>{rule.query}</Link>\n </div>\n {rule.duration > 0 && (\n <div>\n <div>for: {formatDuration(rule.duration * 1000)}</div>\n </div>\n )}\n {rule.labels && Object.keys(rule.labels).length > 0 && (\n <div>\n <div>labels:</div>\n {Object.entries(rule.labels).map(([key, value]) => (\n <div className=\"ml-4\" key={key}>\n {key}: {value}\n </div>\n ))}\n </div>\n )}\n {rule.annotations && Object.keys(rule.annotations).length > 0 && (\n <div>\n <div>annotations:</div>\n {Object.entries(rule.annotations).map(([key, value]) => (\n <div className=\"ml-4\" key={key}>\n {key}: {value}\n </div>\n ))}\n </div>\n )}\n </code>\n </pre>\n {rule.alerts.length > 0 && (\n <Table bordered size=\"sm\">\n <thead>\n <tr>\n <th>Labels</th>\n <th>State</th>\n <th>Active Since</th>\n <th>Value</th>\n </tr>\n </thead>\n <tbody>\n {rule.alerts.map((alert, i) => {\n return (\n <Fragment key={i}>\n <tr>\n <td style={{ verticalAlign: 'middle' }}>\n {Object.entries(alert.labels).map(([k, v], j) => {\n return (\n <Badge key={j} color=\"primary\" className=\"mr-1\">\n {k}={v}\n </Badge>\n );\n })}\n </td>\n <td>\n <h5 className=\"m-0\">\n <Badge color={alertColors[alert.state] + ' text-uppercase'} className=\"px-3\">\n {alert.state}\n </Badge>\n </h5>\n </td>\n <td>{alert.activeAt}</td>\n <td>{parsePrometheusFloat(alert.value)}</td>\n </tr>\n {showAnnotations && <Annotations annotations={alert.annotations} />}\n </Fragment>\n );\n })}\n </tbody>\n </Table>\n )}\n </Collapse>\n </>\n );\n};\n\ninterface AnnotationsProps {\n annotations: Record<string, string>;\n}\n\nexport const Annotations: FC<AnnotationsProps> = ({ annotations }) => {\n return (\n <Fragment>\n <tr>\n <td colSpan={4}>\n <h5 className=\"font-weight-bold\">Annotations</h5>\n </td>\n </tr>\n <tr>\n <td colSpan={4}>\n {Object.entries(annotations).map(([k, v], i) => {\n return (\n <div key={i}>\n <strong>{k}</strong>\n <div>{v}</div>\n </div>\n );\n })}\n </td>\n </tr>\n </Fragment>\n );\n};\n\nexport default CollapsibleAlertPanel;\n","import React, { FC, memo, CSSProperties } from 'react';\nimport { FormGroup, Label, Input, InputProps } from 'reactstrap';\n\ninterface CheckboxProps extends InputProps {\n wrapperStyles?: CSSProperties;\n}\n\nconst Checkbox: FC<CheckboxProps> = ({ children, wrapperStyles, id, ...rest }) => {\n return (\n <FormGroup className=\"custom-control custom-checkbox\" style={wrapperStyles}>\n <Input {...rest} id={id} type=\"checkbox\" className=\"custom-control-input\" />\n <Label style={{ userSelect: 'none' }} className=\"custom-control-label\" for={id}>\n {children}\n </Label>\n </FormGroup>\n );\n};\n\nexport default memo(Checkbox);\n","import { Dispatch, SetStateAction, useEffect, useState } from 'react';\n\nexport function useLocalStorage<S>(localStorageKey: string, initialState: S): [S, Dispatch<SetStateAction<S>>] {\n const localStorageState = JSON.parse(localStorage.getItem(localStorageKey) || JSON.stringify(initialState));\n const [value, setValue] = useState(localStorageState);\n\n useEffect(() => {\n const serializedState = JSON.stringify(value);\n localStorage.setItem(localStorageKey, serializedState);\n }, [localStorageKey, value]);\n\n return [value, setValue];\n}\n","import React, { FC, Fragment } from 'react';\nimport { Badge } from 'reactstrap';\nimport CollapsibleAlertPanel from './CollapsibleAlertPanel';\nimport Checkbox from '../../components/Checkbox';\nimport { isPresent } from '../../utils';\nimport { Rule } from '../../types/types';\nimport { useLocalStorage } from '../../hooks/useLocalStorage';\n\nexport type RuleState = keyof RuleStatus<any>;\n\nexport interface RuleStatus<T> {\n firing: T;\n pending: T;\n inactive: T;\n}\n\nexport interface AlertsProps {\n groups?: RuleGroup[];\n statsCount: RuleStatus<number>;\n}\n\nexport interface Alert {\n labels: Record<string, string>;\n state: RuleState;\n value: string;\n annotations: Record<string, string>;\n activeAt: string;\n}\n\ninterface RuleGroup {\n name: string;\n file: string;\n rules: Rule[];\n interval: number;\n}\n\nconst stateColorTuples: Array<[RuleState, 'success' | 'warning' | 'danger']> = [\n ['inactive', 'success'],\n ['pending', 'warning'],\n ['firing', 'danger'],\n];\n\nconst AlertsContent: FC<AlertsProps> = ({ groups = [], statsCount }) => {\n const [filter, setFilter] = useLocalStorage('alerts-status-filter', {\n firing: true,\n pending: true,\n inactive: true,\n });\n const [showAnnotations, setShowAnnotations] = useLocalStorage('alerts-annotations-status', { checked: false });\n\n const toggleFilter = (ruleState: RuleState) => () => {\n setFilter({\n ...filter,\n [ruleState]: !filter[ruleState],\n });\n };\n\n const toggleAnnotations = () => {\n setShowAnnotations({ checked: !showAnnotations.checked });\n };\n\n return (\n <>\n <div className=\"d-flex togglers-wrapper\">\n {stateColorTuples.map(([state, color]) => {\n return (\n <Checkbox\n key={state}\n wrapperStyles={{ marginRight: 10 }}\n checked={filter[state]}\n id={`${state}-toggler`}\n onClick={toggleFilter(state)}\n >\n <Badge color={color} className=\"text-capitalize\">\n {state} ({statsCount[state]})\n </Badge>\n </Checkbox>\n );\n })}\n <Checkbox\n wrapperStyles={{ marginLeft: 'auto' }}\n checked={showAnnotations.checked}\n id=\"show-annotations-toggler\"\n onClick={() => toggleAnnotations()}\n >\n <span style={{ fontSize: '0.9rem', lineHeight: 1.9 }}>Show annotations</span>\n </Checkbox>\n </div>\n {groups.map((group, i) => {\n const hasFilterOn = group.rules.some(rule => filter[rule.state]);\n return hasFilterOn ? (\n <Fragment key={i}>\n <GroupInfo rules={group.rules}>\n {group.file} &gt; {group.name}\n </GroupInfo>\n {group.rules.map((rule, j) => {\n return (\n filter[rule.state] && (\n <CollapsibleAlertPanel key={rule.name + j} showAnnotations={showAnnotations.checked} rule={rule} />\n )\n );\n })}\n </Fragment>\n ) : null;\n })}\n </>\n );\n};\n\ninterface GroupInfoProps {\n rules: Rule[];\n}\n\nexport const GroupInfo: FC<GroupInfoProps> = ({ rules, children }) => {\n const statesCounter = rules.reduce<any>(\n (acc, r) => {\n return {\n ...acc,\n [r.state]: acc[r.state] + r.alerts.length,\n };\n },\n {\n firing: 0,\n pending: 0,\n }\n );\n\n return (\n <div className=\"group-info border rounded-sm\" style={{ lineHeight: 1.1 }}>\n {children}\n <div className=\"badges-wrapper\">\n {isPresent(statesCounter.inactive) && <Badge color=\"success\">inactive</Badge>}\n {statesCounter.pending > 0 && <Badge color=\"warning\">pending ({statesCounter.pending})</Badge>}\n {statesCounter.firing > 0 && <Badge color=\"danger\">firing ({statesCounter.firing})</Badge>}\n </div>\n </div>\n );\n};\n\nAlertsContent.displayName = 'Alerts';\n\nexport default AlertsContent;\n","import React, { FC } from 'react';\nimport { RouteComponentProps } from '@reach/router';\nimport { useFetch } from '../../hooks/useFetch';\nimport { withStatusIndicator } from '../../components/withStatusIndicator';\nimport AlertsContent, { RuleStatus, AlertsProps } from './AlertContents';\nimport { usePathPrefix } from '../../contexts/PathPrefixContext';\nimport { API_PATH } from '../../constants/constants';\n\nconst AlertsWithStatusIndicator = withStatusIndicator(AlertsContent);\n\nconst Alerts: FC<RouteComponentProps> = () => {\n const pathPrefix = usePathPrefix();\n const { response, error, isLoading } = useFetch<AlertsProps>(`${pathPrefix}/${API_PATH}/rules?type=alert`);\n\n const ruleStatsCount: RuleStatus<number> = {\n inactive: 0,\n pending: 0,\n firing: 0,\n };\n\n if (response.data && response.data.groups) {\n response.data.groups.forEach(el => el.rules.forEach(r => ruleStatsCount[r.state]++));\n }\n\n return <AlertsWithStatusIndicator {...response.data} statsCount={ruleStatsCount} error={error} isLoading={isLoading} />;\n};\n\nexport default Alerts;\n","import React, { useState, FC } from 'react';\nimport { RouteComponentProps } from '@reach/router';\nimport { Button } from 'reactstrap';\nimport CopyToClipboard from 'react-copy-to-clipboard';\n\nimport './Config.css';\nimport { withStatusIndicator } from '../../components/withStatusIndicator';\nimport { useFetch } from '../../hooks/useFetch';\nimport { usePathPrefix } from '../../contexts/PathPrefixContext';\nimport { API_PATH } from '../../constants/constants';\n\ntype YamlConfig = { yaml?: string };\n\ninterface ConfigContentProps {\n error?: Error;\n data?: YamlConfig;\n}\n\nconst YamlContent = ({ yaml }: YamlConfig) => <pre className=\"config-yaml\">{yaml}</pre>;\nYamlContent.displayName = 'Config';\n\nconst ConfigWithStatusIndicator = withStatusIndicator(YamlContent);\n\nexport const ConfigContent: FC<ConfigContentProps> = ({ error, data }) => {\n const [copied, setCopied] = useState(false);\n const config = data && data.yaml;\n return (\n <>\n <h2>\n Configuration&nbsp;\n <CopyToClipboard\n text={config!}\n onCopy={(_, result) => {\n setCopied(result);\n setTimeout(setCopied, 1500);\n }}\n >\n <Button color=\"light\" disabled={!config}>\n {copied ? 'Copied' : 'Copy to clipboard'}\n </Button>\n </CopyToClipboard>\n </h2>\n <ConfigWithStatusIndicator error={error} isLoading={!config} yaml={config} />\n </>\n );\n};\n\nconst Config: FC<RouteComponentProps> = () => {\n const pathPrefix = usePathPrefix();\n const { response, error } = useFetch<YamlConfig>(`${pathPrefix}/${API_PATH}/status/config`);\n return <ConfigContent error={error} data={response.data} />;\n};\n\nexport default Config;\n","import React, { FC } from 'react';\nimport { RouteComponentProps } from '@reach/router';\nimport { Table } from 'reactstrap';\nimport { withStatusIndicator } from '../../components/withStatusIndicator';\nimport { useFetch } from '../../hooks/useFetch';\nimport { usePathPrefix } from '../../contexts/PathPrefixContext';\nimport { API_PATH } from '../../constants/constants';\n\ninterface FlagMap {\n [key: string]: string;\n}\n\ninterface FlagsProps {\n data?: FlagMap;\n}\n\nexport const FlagsContent: FC<FlagsProps> = ({ data = {} }) => {\n return (\n <>\n <h2>Command-Line Flags</h2>\n <Table bordered size=\"sm\" striped>\n <tbody>\n {Object.keys(data).map(key => (\n <tr key={key}>\n <th>{key}</th>\n <td>{data[key]}</td>\n </tr>\n ))}\n </tbody>\n </Table>\n </>\n );\n};\nconst FlagsWithStatusIndicator = withStatusIndicator(FlagsContent);\n\nFlagsContent.displayName = 'Flags';\n\nconst Flags: FC<RouteComponentProps> = () => {\n const pathPrefix = usePathPrefix();\n const { response, error, isLoading } = useFetch<FlagMap>(`${pathPrefix}/${API_PATH}/status/flags`);\n return <FlagsWithStatusIndicator data={response.data} error={error} isLoading={isLoading} />;\n};\n\nexport default Flags;\n","import React, { FC } from 'react';\nimport { RouteComponentProps } from '@reach/router';\nimport { APIResponse } from '../../hooks/useFetch';\nimport { Alert, Table, Badge } from 'reactstrap';\nimport { Link } from '@reach/router';\nimport { formatRelative, createExpressionLink, humanizeDuration, formatDuration } from '../../utils';\nimport { Rule } from '../../types/types';\nimport { now } from 'moment';\n\ninterface RulesContentProps {\n response: APIResponse<RulesMap>;\n}\n\ninterface RuleGroup {\n name: string;\n file: string;\n rules: Rule[];\n evaluationTime: string;\n lastEvaluation: string;\n}\n\nexport interface RulesMap {\n groups: RuleGroup[];\n}\n\nconst GraphExpressionLink: FC<{ expr: string; text: string; title: string }> = props => {\n return (\n <>\n <strong>{props.title}:</strong>\n <Link className=\"ml-4\" to={createExpressionLink(props.expr)}>\n {props.text}\n </Link>\n <br />\n </>\n );\n};\n\nexport const RulesContent: FC<RouteComponentProps & RulesContentProps> = ({ response }) => {\n const getBadgeColor = (state: string) => {\n switch (state) {\n case 'ok':\n return 'success';\n\n case 'err':\n return 'danger';\n\n case 'unknown':\n return 'warning';\n }\n };\n\n if (response.data) {\n const groups: RuleGroup[] = response.data.groups;\n return (\n <>\n <h2>Rules</h2>\n {groups.map((g, i) => {\n return (\n <Table bordered key={i}>\n <thead>\n <tr>\n <td colSpan={3}>\n <a href={'#' + g.name}>\n <h2 id={g.name}>{g.name}</h2>\n </a>\n </td>\n <td>\n <h2>{formatRelative(g.lastEvaluation, now())} ago</h2>\n </td>\n <td>\n <h2>{humanizeDuration(parseFloat(g.evaluationTime) * 1000)}</h2>\n </td>\n </tr>\n </thead>\n <tbody>\n <tr className=\"font-weight-bold\">\n <td>Rule</td>\n <td>State</td>\n <td>Error</td>\n <td>Last Evaluation</td>\n <td>Evaluation Time</td>\n </tr>\n {g.rules.map((r, i) => {\n return (\n <tr key={i}>\n <td style={{ backgroundColor: '#F5F5F5' }} className=\"rule_cell\">\n {r.alerts ? (\n <GraphExpressionLink title=\"alert\" text={r.name} expr={`ALERTS{alertname=\"${r.name}\"}`} />\n ) : (\n <GraphExpressionLink title=\"record\" text={r.name} expr={r.name} />\n )}\n <GraphExpressionLink title=\"expr\" text={r.query} expr={r.query} />\n {r.duration > 0 && (\n <div>\n <strong>for:</strong> {formatDuration(r.duration * 1000)}\n </div>\n )}\n {r.labels && Object.keys(r.labels).length > 0 && (\n <div>\n <strong>labels:</strong>\n {Object.entries(r.labels).map(([key, value]) => (\n <div className=\"ml-4\" key={key}>\n {key}: {value}\n </div>\n ))}\n </div>\n )}\n {r.alerts && r.annotations && Object.keys(r.annotations).length > 0 && (\n <div>\n <strong>annotations:</strong>\n {Object.entries(r.annotations).map(([key, value]) => (\n <div className=\"ml-4\" key={key}>\n {key}: {value}\n </div>\n ))}\n </div>\n )}\n </td>\n <td>\n <Badge color={getBadgeColor(r.health)}>{r.health.toUpperCase()}</Badge>\n </td>\n <td>{r.lastError ? <Alert color=\"danger\">{r.lastError}</Alert> : null}</td>\n <td>{formatRelative(r.lastEvaluation, now())} ago</td>\n <td>{humanizeDuration(parseFloat(r.evaluationTime) * 1000)}</td>\n </tr>\n );\n })}\n </tbody>\n </Table>\n );\n })}\n </>\n );\n }\n\n return null;\n};\n","import React, { FC } from 'react';\nimport { RouteComponentProps } from '@reach/router';\nimport { useFetch } from '../../hooks/useFetch';\nimport { withStatusIndicator } from '../../components/withStatusIndicator';\nimport { RulesMap, RulesContent } from './RulesContent';\nimport { usePathPrefix } from '../../contexts/PathPrefixContext';\nimport { API_PATH } from '../../constants/constants';\n\nconst RulesWithStatusIndicator = withStatusIndicator(RulesContent);\n\nconst Rules: FC<RouteComponentProps> = () => {\n const pathPrefix = usePathPrefix();\n const { response, error, isLoading } = useFetch<RulesMap>(`${pathPrefix}/${API_PATH}/rules`);\n\n return <RulesWithStatusIndicator response={response} error={error} isLoading={isLoading} />;\n};\n\nexport default Rules;\n","import React, { FC } from 'react';\nimport { Button } from 'reactstrap';\n\ninterface ToggleMoreLessProps {\n event(): void;\n showMore: boolean;\n}\n\nexport const ToggleMoreLess: FC<ToggleMoreLessProps> = ({ children, event, showMore }) => {\n return (\n <h3>\n {children}\n <Button\n size=\"xs\"\n onClick={event}\n style={{\n padding: '0.3em 0.3em 0.25em 0.3em',\n fontSize: '0.375em',\n marginLeft: '1em',\n verticalAlign: 'baseline',\n }}\n color=\"primary\"\n >\n show {showMore ? 'less' : 'more'}\n </Button>\n </h3>\n );\n};\n","import React, { FC, useState } from 'react';\nimport { RouteComponentProps } from '@reach/router';\nimport { Badge, Table } from 'reactstrap';\nimport { TargetLabels } from './Services';\nimport { ToggleMoreLess } from '../../components/ToggleMoreLess';\n\ninterface LabelProps {\n value: TargetLabels[];\n name: string;\n}\n\nconst formatLabels = (labels: Record<string, string> | string) => {\n return Object.entries(labels).map(([key, value]) => {\n return (\n <div key={key}>\n <Badge color=\"primary\" className=\"mr-1\">\n {`${key}=\"${value}\"`}\n </Badge>\n </div>\n );\n });\n};\n\nexport const LabelsTable: FC<RouteComponentProps & LabelProps> = ({ value, name }) => {\n const [showMore, setShowMore] = useState(false);\n\n return (\n <>\n <div>\n <ToggleMoreLess\n event={(): void => {\n setShowMore(!showMore);\n }}\n showMore={showMore}\n >\n <span className=\"target-head\">{name}</span>\n </ToggleMoreLess>\n </div>\n {showMore ? (\n <Table size=\"sm\" bordered hover striped>\n <thead>\n <tr>\n <th>Discovered Labels</th>\n <th>Target Labels</th>\n </tr>\n </thead>\n <tbody>\n {value.map((_, i) => {\n return (\n <tr key={i}>\n <td>{formatLabels(value[i].discoveredLabels)}</td>\n {value[i].isDropped ? (\n <td style={{ fontWeight: 'bold' }}>Dropped</td>\n ) : (\n <td>{formatLabels(value[i].labels)}</td>\n )}\n </tr>\n );\n })}\n </tbody>\n </Table>\n ) : null}\n </>\n );\n};\n","import React, { FC } from 'react';\nimport { RouteComponentProps } from '@reach/router';\nimport { useFetch } from '../../hooks/useFetch';\nimport { LabelsTable } from './LabelsTable';\nimport { Target, Labels, DroppedTarget } from '../targets/target';\n\nimport { withStatusIndicator } from '../../components/withStatusIndicator';\nimport { mapObjEntries } from '../../utils';\nimport { usePathPrefix } from '../../contexts/PathPrefixContext';\nimport { API_PATH } from '../../constants/constants';\n\ninterface ServiceMap {\n activeTargets: Target[];\n droppedTargets: DroppedTarget[];\n}\n\nexport interface TargetLabels {\n discoveredLabels: Labels;\n labels: Labels;\n isDropped: boolean;\n}\n\nexport const processSummary = (activeTargets: Target[], droppedTargets: DroppedTarget[]) => {\n const targets: Record<string, { active: number; total: number }> = {};\n\n // Get targets of each type along with the total and active end points\n for (const target of activeTargets) {\n const { scrapePool: name } = target;\n if (!targets[name]) {\n targets[name] = {\n total: 0,\n active: 0,\n };\n }\n targets[name].total++;\n targets[name].active++;\n }\n for (const target of droppedTargets) {\n const { job: name } = target.discoveredLabels;\n if (!targets[name]) {\n targets[name] = {\n total: 0,\n active: 0,\n };\n }\n targets[name].total++;\n }\n\n return targets;\n};\n\nexport const processTargets = (activeTargets: Target[], droppedTargets: DroppedTarget[]) => {\n const labels: Record<string, TargetLabels[]> = {};\n\n for (const target of activeTargets) {\n const name = target.scrapePool;\n if (!labels[name]) {\n labels[name] = [];\n }\n labels[name].push({\n discoveredLabels: target.discoveredLabels,\n labels: target.labels,\n isDropped: false,\n });\n }\n\n for (const target of droppedTargets) {\n const { job: name } = target.discoveredLabels;\n if (!labels[name]) {\n labels[name] = [];\n }\n labels[name].push({\n discoveredLabels: target.discoveredLabels,\n isDropped: true,\n labels: {},\n });\n }\n\n return labels;\n};\n\nexport const ServiceDiscoveryContent: FC<ServiceMap> = ({ activeTargets, droppedTargets }) => {\n const targets = processSummary(activeTargets, droppedTargets);\n const labels = processTargets(activeTargets, droppedTargets);\n\n return (\n <>\n <h2>Service Discovery</h2>\n <ul>\n {mapObjEntries(targets, ([k, v]) => (\n <li key={k}>\n <a href={'#' + k}>\n {k} ({v.active} / {v.total} active targets)\n </a>\n </li>\n ))}\n </ul>\n <hr />\n {mapObjEntries(labels, ([k, v]) => {\n return <LabelsTable value={v} name={k} key={k} />;\n })}\n </>\n );\n};\nServiceDiscoveryContent.displayName = 'ServiceDiscoveryContent';\n\nconst ServicesWithStatusIndicator = withStatusIndicator(ServiceDiscoveryContent);\n\nconst ServiceDiscovery: FC<RouteComponentProps> = () => {\n const pathPrefix = usePathPrefix();\n const { response, error, isLoading } = useFetch<ServiceMap>(`${pathPrefix}/${API_PATH}/targets`);\n return (\n <ServicesWithStatusIndicator\n {...response.data}\n error={error}\n isLoading={isLoading}\n componentTitle=\"Service Discovery information\"\n />\n );\n};\n\nexport default ServiceDiscovery;\n","import React, { Fragment, FC } from 'react';\nimport { RouteComponentProps } from '@reach/router';\nimport { Table } from 'reactstrap';\nimport { withStatusIndicator } from '../../components/withStatusIndicator';\nimport { useFetch } from '../../hooks/useFetch';\nimport { usePathPrefix } from '../../contexts/PathPrefixContext';\nimport { API_PATH } from '../../constants/constants';\n\ninterface StatusPageProps {\n data: Record<string, string>;\n title: string;\n}\n\nexport const statusConfig: Record<\n string,\n { title?: string; customizeValue?: (v: any, key: string) => any; customRow?: boolean; skip?: boolean }\n> = {\n startTime: { title: 'Start time', customizeValue: (v: string) => new Date(v).toUTCString() },\n CWD: { title: 'Working directory' },\n reloadConfigSuccess: {\n title: 'Configuration reload',\n customizeValue: (v: boolean) => (v ? 'Successful' : 'Unsuccessful'),\n },\n lastConfigTime: { title: 'Last successful configuration reload' },\n corruptionCount: { title: 'WAL corruptions' },\n goroutineCount: { title: 'Goroutines' },\n storageRetention: { title: 'Storage retention' },\n activeAlertmanagers: {\n customRow: true,\n customizeValue: (alertMgrs: { url: string }[], key) => {\n return (\n <Fragment key={key}>\n <tr>\n <th>Endpoint</th>\n </tr>\n {alertMgrs.map(({ url }) => {\n const { origin, pathname } = new URL(url);\n return (\n <tr key={url}>\n <td>\n <a href={url}>{origin}</a>\n {pathname}\n </td>\n </tr>\n );\n })}\n </Fragment>\n );\n },\n },\n droppedAlertmanagers: { skip: true },\n};\n\nexport const StatusContent: FC<StatusPageProps> = ({ data, title }) => {\n return (\n <>\n <h2>{title}</h2>\n <Table className=\"h-auto\" size=\"sm\" bordered striped>\n <tbody>\n {Object.entries(data).map(([k, v]) => {\n const { title = k, customizeValue = (val: any) => val, customRow, skip } = statusConfig[k] || {};\n if (skip) {\n return null;\n }\n if (customRow) {\n return customizeValue(v, k);\n }\n return (\n <tr key={k}>\n <th className=\"capitalize-title\" style={{ width: '35%' }}>\n {title}\n </th>\n <td className=\"text-break\">{customizeValue(v, title)}</td>\n </tr>\n );\n })}\n </tbody>\n </Table>\n </>\n );\n};\nconst StatusWithStatusIndicator = withStatusIndicator(StatusContent);\n\nStatusContent.displayName = 'Status';\n\nconst Status: FC<RouteComponentProps> = () => {\n const pathPrefix = usePathPrefix();\n const path = `${pathPrefix}/${API_PATH}`;\n\n return (\n <>\n {[\n { fetchResult: useFetch<Record<string, string>>(`${path}/status/runtimeinfo`), title: 'Runtime Information' },\n { fetchResult: useFetch<Record<string, string>>(`${path}/status/buildinfo`), title: 'Build Information' },\n { fetchResult: useFetch<Record<string, string>>(`${path}/alertmanagers`), title: 'Alertmanagers' },\n ].map(({ fetchResult, title }) => {\n const { response, isLoading, error } = fetchResult;\n return (\n <StatusWithStatusIndicator\n key={title}\n data={response.data}\n title={title}\n isLoading={isLoading}\n error={error}\n componentTitle={title}\n />\n );\n })}\n </>\n );\n};\n\nexport default Status;\n","import React, { Dispatch, FC, SetStateAction } from 'react';\nimport { Button, ButtonGroup } from 'reactstrap';\nimport styles from './Filter.module.css';\n\nexport interface FilterData {\n showHealthy: boolean;\n showUnhealthy: boolean;\n}\n\nexport interface FilterProps {\n filter: FilterData;\n setFilter: Dispatch<SetStateAction<FilterData>>;\n}\n\nconst Filter: FC<FilterProps> = ({ filter, setFilter }) => {\n const { showHealthy } = filter;\n const btnProps = {\n all: {\n active: showHealthy,\n className: `all ${styles.btn}`,\n color: 'primary',\n onClick: (): void => setFilter({ ...filter, showHealthy: true }),\n },\n unhealthy: {\n active: !showHealthy,\n className: `unhealthy ${styles.btn}`,\n color: 'primary',\n onClick: (): void => setFilter({ ...filter, showHealthy: false }),\n },\n };\n return (\n <ButtonGroup>\n <Button {...btnProps.all}>All</Button>\n <Button {...btnProps.unhealthy}>Unhealthy</Button>\n </ButtonGroup>\n );\n};\n\nexport default Filter;\n","import React, { FC } from 'react';\nimport { Badge, Alert } from 'reactstrap';\n\nexport interface EndpointLinkProps {\n endpoint: string;\n globalUrl: string;\n}\n\nconst EndpointLink: FC<EndpointLinkProps> = ({ endpoint, globalUrl }) => {\n let url: URL;\n try {\n url = new URL(endpoint);\n } catch (e) {\n return (\n <Alert color=\"danger\">\n <strong>Error:</strong> {e.message}\n </Alert>\n );\n }\n\n const { host, pathname, protocol, searchParams }: URL = url;\n const params = Array.from(searchParams.entries());\n\n return (\n <>\n <a href={globalUrl}>{`${protocol}//${host}${pathname}`}</a>\n {params.length > 0 ? <br /> : null}\n {params.map(([labelName, labelValue]: [string, string]) => {\n return (\n <Badge color=\"primary\" className={`mr-1 ${labelName}`} key={labelName}>\n {`${labelName}=\"${labelValue}\"`}\n </Badge>\n );\n })}\n </>\n );\n};\n\nexport default EndpointLink;\n","import React, { FC, Fragment, useState } from 'react';\nimport { Badge, Tooltip } from 'reactstrap';\nimport 'css.escape';\nimport styles from './TargetLabels.module.css';\n\ninterface Labels {\n [key: string]: string;\n}\n\nexport interface TargetLabelsProps {\n discoveredLabels: Labels;\n labels: Labels;\n idx: number;\n scrapePool: string;\n}\n\nconst formatLabels = (labels: Labels): string[] => Object.keys(labels).map(key => `${key}=\"${labels[key]}\"`);\n\nconst TargetLabels: FC<TargetLabelsProps> = ({ discoveredLabels, labels, idx, scrapePool }) => {\n const [tooltipOpen, setTooltipOpen] = useState(false);\n\n const toggle = (): void => setTooltipOpen(!tooltipOpen);\n const id = `series-labels-${scrapePool}-${idx}`;\n\n return (\n <>\n <div id={id} className=\"series-labels-container\">\n {Object.keys(labels).map(labelName => {\n return (\n <Badge color=\"primary\" className=\"mr-1\" key={labelName}>\n {`${labelName}=\"${labels[labelName]}\"`}\n </Badge>\n );\n })}\n </div>\n <Tooltip isOpen={tooltipOpen} target={CSS.escape(id)} toggle={toggle} style={{ maxWidth: 'none', textAlign: 'left' }}>\n <b>Before relabeling:</b>\n {formatLabels(discoveredLabels).map((s: string, idx: number) => (\n <Fragment key={idx}>\n <br />\n <span className={styles.discovered}>{s}</span>\n </Fragment>\n ))}\n </Tooltip>\n </>\n );\n};\n\nexport default TargetLabels;\n","import React, { FC } from 'react';\nimport { ScrapePool, getColor } from './target';\nimport { Collapse, Table, Badge } from 'reactstrap';\nimport styles from './ScrapePoolPanel.module.css';\nimport { Target } from './target';\nimport EndpointLink from './EndpointLink';\nimport TargetLabels from './TargetLabels';\nimport { now } from 'moment';\nimport { useLocalStorage } from '../../hooks/useLocalStorage';\nimport { ToggleMoreLess } from '../../components/ToggleMoreLess';\nimport { formatRelative, humanizeDuration } from '../../utils';\n\ninterface PanelProps {\n scrapePool: string;\n targetGroup: ScrapePool;\n}\n\nexport const columns = ['Endpoint', 'State', 'Labels', 'Last Scrape', 'Scrape Duration', 'Error'];\n\nconst ScrapePoolPanel: FC<PanelProps> = ({ scrapePool, targetGroup }) => {\n const [{ expanded }, setOptions] = useLocalStorage(`targets-${scrapePool}-expanded`, { expanded: true });\n const modifier = targetGroup.upCount < targetGroup.targets.length ? 'danger' : 'normal';\n const id = `pool-${scrapePool}`;\n const anchorProps = {\n href: `#${id}`,\n id,\n };\n\n return (\n <div className={styles.container}>\n <ToggleMoreLess event={(): void => setOptions({ expanded: !expanded })} showMore={expanded}>\n <a className={styles[modifier]} {...anchorProps}>\n {`${scrapePool} (${targetGroup.upCount}/${targetGroup.targets.length} up)`}\n </a>\n </ToggleMoreLess>\n <Collapse isOpen={expanded}>\n <Table className={styles.table} size=\"sm\" bordered hover striped>\n <thead>\n <tr key=\"header\">\n {columns.map(column => (\n <th key={column}>{column}</th>\n ))}\n </tr>\n </thead>\n <tbody>\n {targetGroup.targets.map((target: Target, idx: number) => {\n const {\n discoveredLabels,\n labels,\n scrapePool,\n scrapeUrl,\n globalUrl,\n lastError,\n lastScrape,\n lastScrapeDuration,\n health,\n } = target;\n const color = getColor(health);\n\n return (\n <tr key={scrapeUrl}>\n <td className={styles.endpoint}>\n <EndpointLink endpoint={scrapeUrl} globalUrl={globalUrl} />\n </td>\n <td className={styles.state}>\n <Badge color={color}>{health.toUpperCase()}</Badge>\n </td>\n <td className={styles.labels}>\n <TargetLabels discoveredLabels={discoveredLabels} labels={labels} scrapePool={scrapePool} idx={idx} />\n </td>\n <td className={styles['last-scrape']}>{formatRelative(lastScrape, now())}</td>\n <td className={styles['scrape-duration']}>{humanizeDuration(lastScrapeDuration * 1000)}</td>\n <td className={styles.errors}>{lastError ? <Badge color={color}>{lastError}</Badge> : null}</td>\n </tr>\n );\n })}\n </tbody>\n </Table>\n </Collapse>\n </div>\n );\n};\n\nexport default ScrapePoolPanel;\n","export interface Labels {\n [key: string]: string;\n}\n\nexport interface Target {\n discoveredLabels: Labels;\n labels: Labels;\n scrapePool: string;\n scrapeUrl: string;\n globalUrl: string;\n lastError: string;\n lastScrape: string;\n lastScrapeDuration: number;\n health: string;\n}\n\nexport interface DroppedTarget {\n discoveredLabels: Labels;\n}\n\nexport interface ScrapePool {\n upCount: number;\n targets: Target[];\n}\n\nexport interface ScrapePools {\n [scrapePool: string]: ScrapePool;\n}\n\nexport const groupTargets = (targets: Target[]): ScrapePools =>\n targets.reduce((pools: ScrapePools, target: Target) => {\n const { health, scrapePool } = target;\n const up = health.toLowerCase() === 'up' ? 1 : 0;\n if (!pools[scrapePool]) {\n pools[scrapePool] = {\n upCount: 0,\n targets: [],\n };\n }\n pools[scrapePool].targets.push(target);\n pools[scrapePool].upCount += up;\n return pools;\n }, {});\n\nexport const getColor = (health: string): string => {\n switch (health.toLowerCase()) {\n case 'up':\n return 'success';\n case 'down':\n return 'danger';\n default:\n return 'warning';\n }\n};\n","import React, { FC } from 'react';\nimport { FilterData } from './Filter';\nimport { useFetch } from '../../hooks/useFetch';\nimport { groupTargets, Target } from './target';\nimport ScrapePoolPanel from './ScrapePoolPanel';\nimport { withStatusIndicator } from '../../components/withStatusIndicator';\nimport { usePathPrefix } from '../../contexts/PathPrefixContext';\nimport { API_PATH } from '../../constants/constants';\n\ninterface ScrapePoolListProps {\n filter: FilterData;\n activeTargets: Target[];\n}\n\nexport const ScrapePoolContent: FC<ScrapePoolListProps> = ({ filter, activeTargets }) => {\n const targetGroups = groupTargets(activeTargets);\n const { showHealthy, showUnhealthy } = filter;\n return (\n <>\n {Object.keys(targetGroups).reduce<JSX.Element[]>((panels, scrapePool) => {\n const targetGroup = targetGroups[scrapePool];\n const isHealthy = targetGroup.upCount === targetGroup.targets.length;\n return (isHealthy && showHealthy) || (!isHealthy && showUnhealthy)\n ? [...panels, <ScrapePoolPanel key={scrapePool} scrapePool={scrapePool} targetGroup={targetGroup} />]\n : panels;\n }, [])}\n </>\n );\n};\nScrapePoolContent.displayName = 'ScrapePoolContent';\n\nconst ScrapePoolListWithStatusIndicator = withStatusIndicator(ScrapePoolContent);\n\nconst ScrapePoolList: FC<{ filter: FilterData }> = ({ filter }) => {\n const pathPrefix = usePathPrefix();\n const { response, error, isLoading } = useFetch<ScrapePoolListProps>(`${pathPrefix}/${API_PATH}/targets?state=active`);\n const { status: responseStatus } = response;\n const badResponse = responseStatus !== 'success' && responseStatus !== 'start fetching';\n return (\n <ScrapePoolListWithStatusIndicator\n {...response.data}\n filter={filter}\n error={badResponse ? new Error(responseStatus) : error}\n isLoading={isLoading}\n componentTitle=\"Targets information\"\n />\n );\n};\n\nexport default ScrapePoolList;\n","import React, { FC } from 'react';\nimport { RouteComponentProps } from '@reach/router';\nimport Filter from './Filter';\nimport ScrapePoolList from './ScrapePoolList';\nimport { useLocalStorage } from '../../hooks/useLocalStorage';\nimport { usePathPrefix } from '../../contexts/PathPrefixContext';\nimport { API_PATH } from '../../constants/constants';\n\nconst Targets: FC<RouteComponentProps> = () => {\n const pathPrefix = usePathPrefix();\n const [filter, setFilter] = useLocalStorage('targets-page-filter', { showHealthy: true, showUnhealthy: true });\n const filterProps = { filter, setFilter };\n const scrapePoolListProps = { filter, pathPrefix, API_PATH };\n\n return (\n <>\n <h2>Targets</h2>\n <Filter {...filterProps} />\n <ScrapePoolList {...scrapePoolListProps} />\n </>\n );\n};\n\nexport default Targets;\n","import React, { FC, useState, useEffect } from 'react';\nimport { RouteComponentProps } from '@reach/router';\nimport { Alert, Button } from 'reactstrap';\n\nimport Panel, { PanelOptions, PanelDefaultOptions } from './Panel';\nimport Checkbox from '../../components/Checkbox';\nimport { generateID, decodePanelOptionsFromQueryString, encodePanelOptionsToQueryString, callAll } from '../../utils';\nimport { useFetch } from '../../hooks/useFetch';\nimport { useLocalStorage } from '../../hooks/useLocalStorage';\nimport { usePathPrefix } from '../../contexts/PathPrefixContext';\nimport { API_PATH } from '../../constants/constants';\n\nexport type PanelMeta = { key: string; options: PanelOptions; id: string };\n\nexport const updateURL = (nextPanels: PanelMeta[]) => {\n const query = encodePanelOptionsToQueryString(nextPanels);\n window.history.pushState({}, '', query);\n};\n\ninterface PanelListProps extends RouteComponentProps {\n panels: PanelMeta[];\n metrics: string[];\n useLocalTime: boolean;\n queryHistoryEnabled: boolean;\n enableAutocomplete: boolean;\n}\n\nexport const PanelListContent: FC<PanelListProps> = ({\n metrics = [],\n useLocalTime,\n queryHistoryEnabled,\n enableAutocomplete,\n ...rest\n}) => {\n const [panels, setPanels] = useState(rest.panels);\n const [historyItems, setLocalStorageHistoryItems] = useLocalStorage<string[]>('history', []);\n\n useEffect(() => {\n !panels.length && addPanel();\n window.onpopstate = () => {\n const panels = decodePanelOptionsFromQueryString(window.location.search);\n if (panels.length > 0) {\n setPanels(panels);\n }\n };\n // We want useEffect to act only as componentDidMount, but react still complains about the empty dependencies list.\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, []);\n\n const handleExecuteQuery = (query: string) => {\n const isSimpleMetric = metrics.indexOf(query) !== -1;\n if (isSimpleMetric || !query.length) {\n return;\n }\n const extendedItems = historyItems.reduce(\n (acc, metric) => {\n return metric === query ? acc : [...acc, metric]; // Prevent adding query twice.\n },\n [query]\n );\n setLocalStorageHistoryItems(extendedItems.slice(0, 50));\n };\n\n const addPanel = () => {\n callAll(\n setPanels,\n updateURL\n )([\n ...panels,\n {\n id: generateID(),\n key: `${panels.length}`,\n options: PanelDefaultOptions,\n },\n ]);\n };\n\n const pathPrefix = usePathPrefix();\n\n return (\n <>\n {panels.map(({ id, options }) => (\n <Panel\n pathPrefix={pathPrefix}\n onExecuteQuery={handleExecuteQuery}\n key={id}\n options={options}\n onOptionsChanged={opts =>\n callAll(setPanels, updateURL)(panels.map(p => (id === p.id ? { ...p, options: opts } : p)))\n }\n removePanel={() =>\n callAll(\n setPanels,\n updateURL\n )(\n panels.reduce<PanelMeta[]>(\n (acc, panel) => (panel.id !== id ? [...acc, { ...panel, key: `${acc.length}` }] : acc),\n []\n )\n )\n }\n useLocalTime={useLocalTime}\n metricNames={metrics}\n pastQueries={queryHistoryEnabled ? historyItems : []}\n enableAutocomplete={enableAutocomplete}\n />\n ))}\n <Button className=\"d-block mb-3\" color=\"primary\" onClick={addPanel}>\n Add Panel\n </Button>\n </>\n );\n};\n\nconst PanelList: FC<RouteComponentProps> = () => {\n const [delta, setDelta] = useState(0);\n const [useLocalTime, setUseLocalTime] = useLocalStorage('use-local-time', false);\n const [enableQueryHistory, setEnableQueryHistory] = useLocalStorage('enable-query-history', false);\n const [enableAutocomplete, setEnableAutocomplete] = useLocalStorage('enable-metric-autocomplete', true);\n\n const pathPrefix = usePathPrefix();\n const { response: metricsRes, error: metricsErr } = useFetch<string[]>(`${pathPrefix}/${API_PATH}/label/__name__/values`);\n\n const browserTime = new Date().getTime() / 1000;\n const { response: timeRes, error: timeErr } = useFetch<{ result: number[] }>(\n `${pathPrefix}/${API_PATH}/query?query=time()`\n );\n\n useEffect(() => {\n if (timeRes.data) {\n const serverTime = timeRes.data.result[0];\n setDelta(Math.abs(browserTime - serverTime));\n }\n /**\n * React wants to include browserTime to useEffect dependencies list which will cause a delta change on every re-render\n * Basically it's not recommended to disable this rule, but this is the only way to take control over the useEffect\n * dependencies and to not include the browserTime variable.\n **/\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, [timeRes.data]);\n\n return (\n <>\n <Checkbox\n wrapperStyles={{ marginLeft: 3, display: 'inline-block' }}\n id=\"query-history-checkbox\"\n onChange={({ target }) => setEnableQueryHistory(target.checked)}\n defaultChecked={enableQueryHistory}\n >\n Enable query history\n </Checkbox>\n <Checkbox\n wrapperStyles={{ marginLeft: 20, display: 'inline-block' }}\n id=\"use-local-time-checkbox\"\n onChange={({ target }) => setUseLocalTime(target.checked)}\n defaultChecked={useLocalTime}\n >\n Use local time\n </Checkbox>\n <Checkbox\n wrapperStyles={{ marginLeft: 20, display: 'inline-block' }}\n id=\"autocomplete\"\n onChange={({ target }) => setEnableAutocomplete(target.checked)}\n defaultChecked={enableAutocomplete}\n >\n Enable autocomplete\n </Checkbox>\n {(delta > 30 || timeErr) && (\n <Alert color=\"danger\">\n <strong>Warning: </strong>\n {timeErr && `Unexpected response status when fetching server time: ${timeErr.message}`}\n {delta >= 30 &&\n `Error fetching server time: Detected ${delta} seconds time difference between your browser and the server. Prometheus relies on accurate time and time drift might cause unexpected query results.`}\n </Alert>\n )}\n {metricsErr && (\n <Alert color=\"danger\">\n <strong>Warning: </strong>\n Error fetching metrics list: Unexpected response status when fetching metric names: {metricsErr.message}\n </Alert>\n )}\n <PanelListContent\n panels={decodePanelOptionsFromQueryString(window.location.search)}\n useLocalTime={useLocalTime}\n metrics={metricsRes.data}\n queryHistoryEnabled={enableQueryHistory}\n enableAutocomplete={enableAutocomplete}\n />\n </>\n );\n};\n\nexport default PanelList;\n","import React, { FC } from 'react';\nimport { RouteComponentProps } from '@reach/router';\nimport { Table } from 'reactstrap';\n\nimport { useFetch } from '../../hooks/useFetch';\nimport { withStatusIndicator } from '../../components/withStatusIndicator';\nimport { usePathPrefix } from '../../contexts/PathPrefixContext';\nimport { API_PATH } from '../../constants/constants';\n\ninterface Stats {\n name: string;\n value: number;\n}\n\ninterface HeadStats {\n numSeries: number;\n chunkCount: number;\n minTime: number;\n maxTime: number;\n}\n\nexport interface TSDBMap {\n headStats: HeadStats;\n seriesCountByMetricName: Stats[];\n labelValueCountByLabelName: Stats[];\n memoryInBytesByLabelName: Stats[];\n seriesCountByLabelValuePair: Stats[];\n}\n\nexport const TSDBStatusContent: FC<TSDBMap> = ({\n headStats,\n labelValueCountByLabelName,\n seriesCountByMetricName,\n memoryInBytesByLabelName,\n seriesCountByLabelValuePair,\n}) => {\n const unixToTime = (unix: number): string => new Date(unix).toISOString();\n const { chunkCount, numSeries, minTime, maxTime } = headStats;\n const stats = [\n { header: 'Number of Series', value: numSeries },\n { header: 'Number of Chunks', value: chunkCount },\n { header: 'Current Min Time', value: `${unixToTime(minTime)} (${minTime})` },\n { header: 'Current Max Time', value: `${unixToTime(maxTime)} (${maxTime})` },\n ];\n return (\n <div>\n <h2>TSDB Status</h2>\n <h3 className=\"p-2\">Head Stats</h3>\n <div className=\"p-2\">\n <Table bordered size=\"sm\" striped>\n <thead>\n <tr>\n {stats.map(({ header }) => {\n return <th key={header}>{header}</th>;\n })}\n </tr>\n </thead>\n <tbody>\n <tr>\n {stats.map(({ header, value }) => {\n return <td key={header}>{value}</td>;\n })}\n </tr>\n </tbody>\n </Table>\n </div>\n <h3 className=\"p-2\">Head Cardinality Stats</h3>\n {[\n { title: 'Top 10 label names with value count', stats: labelValueCountByLabelName },\n { title: 'Top 10 series count by metric names', stats: seriesCountByMetricName },\n { title: 'Top 10 label names with high memory usage', unit: 'Bytes', stats: memoryInBytesByLabelName },\n { title: 'Top 10 series count by label value pairs', stats: seriesCountByLabelValuePair },\n ].map(({ title, unit = 'Count', stats }) => {\n return (\n <div className=\"p-2\" key={title}>\n <h3>{title}</h3>\n <Table bordered size=\"sm\" striped>\n <thead>\n <tr>\n <th>Name</th>\n <th>{unit}</th>\n </tr>\n </thead>\n <tbody>\n {stats.map(({ name, value }) => {\n return (\n <tr key={name}>\n <td>{name}</td>\n <td>{value}</td>\n </tr>\n );\n })}\n </tbody>\n </Table>\n </div>\n );\n })}\n </div>\n );\n};\nTSDBStatusContent.displayName = 'TSDBStatusContent';\n\nconst TSDBStatusContentWithStatusIndicator = withStatusIndicator(TSDBStatusContent);\n\nconst TSDBStatus: FC<RouteComponentProps> = () => {\n const pathPrefix = usePathPrefix();\n const { response, error, isLoading } = useFetch<TSDBMap>(`${pathPrefix}/${API_PATH}/status/tsdb`);\n\n return (\n <TSDBStatusContentWithStatusIndicator\n error={error}\n isLoading={isLoading}\n {...response.data}\n componentTitle=\"TSDB Status information\"\n />\n );\n};\n\nexport default TSDBStatus;\n","import React, { FC } from 'react';\nimport Navigation from './Navbar';\nimport { Container } from 'reactstrap';\n\nimport './App.css';\nimport { Router, Redirect } from '@reach/router';\nimport { Alerts, Config, Flags, Rules, ServiceDiscovery, Status, Targets, TSDBStatus, PanelList } from './pages';\nimport { PathPrefixContext } from './contexts/PathPrefixContext';\n\ninterface AppProps {\n consolesLink: string | null;\n}\n\nconst App: FC<AppProps> = ({ consolesLink }) => {\n // This dynamically/generically determines the pathPrefix by stripping the first known\n // endpoint suffix from the window location path. It works out of the box for both direct\n // hosting and reverse proxy deployments with no additional configurations required.\n let basePath = window.location.pathname;\n const paths = [\n '/graph',\n '/alerts',\n '/status',\n '/tsdb-status',\n '/flags',\n '/config',\n '/rules',\n '/targets',\n '/service-discovery',\n ];\n if (basePath.endsWith('/')) {\n basePath = basePath.slice(0, -1);\n }\n if (basePath.length > 1) {\n for (let i = 0; i < paths.length; i++) {\n if (basePath.endsWith(paths[i])) {\n basePath = basePath.slice(0, basePath.length - paths[i].length);\n break;\n }\n }\n }\n\n return (\n <PathPrefixContext.Provider value={basePath}>\n <Navigation consolesLink={consolesLink} />\n <Container fluid style={{ paddingTop: 70 }}>\n <Router basepath={`${basePath}`}>\n <Redirect from=\"/\" to={`graph`} noThrow />\n {/*\n NOTE: Any route added here needs to also be added to the list of\n React-handled router paths (\"reactRouterPaths\") in /web/web.go.\n */}\n <PanelList path=\"/graph\" />\n <Alerts path=\"/alerts\" />\n <Config path=\"/config\" />\n <Flags path=\"/flags\" />\n <Rules path=\"/rules\" />\n <ServiceDiscovery path=\"/service-discovery\" />\n <Status path=\"/status\" />\n <TSDBStatus path=\"/tsdb-status\" />\n <Targets path=\"/targets\" />\n </Router>\n </Container>\n </PathPrefixContext.Provider>\n );\n};\n\nexport default App;\n","import './globals';\nimport React from 'react';\nimport ReactDOM from 'react-dom';\nimport App from './App';\nimport 'bootstrap/dist/css/bootstrap.min.css';\nimport { isPresent } from './utils';\n\n// Declared/defined in public/index.html, value replaced by Prometheus when serving bundle.\ndeclare const GLOBAL_CONSOLES_LINK: string;\n\nlet consolesLink: string | null = GLOBAL_CONSOLES_LINK;\n\nif (\n GLOBAL_CONSOLES_LINK === 'CONSOLES_LINK_PLACEHOLDER' ||\n GLOBAL_CONSOLES_LINK === '' ||\n !isPresent(GLOBAL_CONSOLES_LINK)\n) {\n consolesLink = null;\n}\n\nReactDOM.render(<App consolesLink={consolesLink} />, document.getElementById('root'));\n","// extracted by mini-css-extract-plugin\nmodule.exports = {\"container\":\"ScrapePoolPanel_container__2macm\",\"title\":\"ScrapePoolPanel_title__1ppGj\",\"normal\":\"ScrapePoolPanel_normal__1AuiN ScrapePoolPanel_title__1ppGj\",\"danger\":\"ScrapePoolPanel_danger__ZoHk6 ScrapePoolPanel_title__1ppGj\",\"table\":\"ScrapePoolPanel_table__1Sdr1\",\"cell\":\"ScrapePoolPanel_cell__3LVb_\",\"endpoint\":\"ScrapePoolPanel_endpoint__1N4gx ScrapePoolPanel_cell__3LVb_\",\"labels\":\"ScrapePoolPanel_labels__1VVxb ScrapePoolPanel_cell__3LVb_\",\"state\":\"ScrapePoolPanel_state__2BqDx ScrapePoolPanel_cell__3LVb_\",\"last-scrape\":\"ScrapePoolPanel_last-scrape__192VK ScrapePoolPanel_cell__3LVb_\",\"errors\":\"ScrapePoolPanel_errors__2JBvY ScrapePoolPanel_cell__3LVb_\"};","// extracted by mini-css-extract-plugin\nmodule.exports = {\"btn\":\"Filter_btn__1yhdg\"};","// extracted by mini-css-extract-plugin\nmodule.exports = {\"discovered\":\"TargetLabels_discovered__2eSl4\"};"],"sourceRoot":""} \ No newline at end of file
diff --git a/databases/prometheus/files/react/static/js/runtime-main.7e00e584.js b/databases/prometheus/files/react/static/js/runtime-main.7e00e584.js
new file mode 100644
index 00000000000..6a9213ab045
--- /dev/null
+++ b/databases/prometheus/files/react/static/js/runtime-main.7e00e584.js
@@ -0,0 +1,2 @@
+!function(e){function r(r){for(var n,l,a=r[0],p=r[1],f=r[2],c=0,s=[];c<a.length;c++)l=a[c],Object.prototype.hasOwnProperty.call(o,l)&&o[l]&&s.push(o[l][0]),o[l]=0;for(n in p)Object.prototype.hasOwnProperty.call(p,n)&&(e[n]=p[n]);for(i&&i(r);s.length;)s.shift()();return u.push.apply(u,f||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,a=1;a<t.length;a++){var p=t[a];0!==o[p]&&(n=!1)}n&&(u.splice(r--,1),e=l(l.s=t[0]))}return e}var n={},o={1:0},u=[];function l(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,l),t.l=!0,t.exports}l.m=e,l.c=n,l.d=function(e,r,t){l.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},l.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.t=function(e,r){if(1&r&&(e=l(e)),8&r)return e;if(4&r&&"object"===typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(l.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)l.d(t,n,function(r){return e[r]}.bind(null,n));return t},l.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return l.d(r,"a",r),r},l.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},l.p="./";var a=this.webpackJsonpgraph=this.webpackJsonpgraph||[],p=a.push.bind(a);a.push=r,a=a.slice();for(var f=0;f<a.length;f++)r(a[f]);var i=p;t()}([]);
+//# sourceMappingURL=runtime-main.7e00e584.js.map \ No newline at end of file
diff --git a/databases/prometheus/files/react/static/js/runtime-main.7e00e584.js.map b/databases/prometheus/files/react/static/js/runtime-main.7e00e584.js.map
new file mode 100644
index 00000000000..c66abd6b954
--- /dev/null
+++ b/databases/prometheus/files/react/static/js/runtime-main.7e00e584.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["../webpack/bootstrap"],"names":["webpackJsonpCallback","data","moduleId","chunkId","chunkIds","moreModules","executeModules","i","resolves","length","Object","prototype","hasOwnProperty","call","installedChunks","push","modules","parentJsonpFunction","shift","deferredModules","apply","checkDeferredModules","result","deferredModule","fulfilled","j","depId","splice","__webpack_require__","s","installedModules","1","exports","module","l","m","c","d","name","getter","o","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","p","jsonpArray","this","oldJsonpFunction","slice"],"mappings":"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","file":"static/js/runtime-main.7e00e584.js","sourcesContent":[" \t// install a JSONP callback for chunk loading\n \tfunction webpackJsonpCallback(data) {\n \t\tvar chunkIds = data[0];\n \t\tvar moreModules = data[1];\n \t\tvar executeModules = data[2];\n\n \t\t// add \"moreModules\" to the modules object,\n \t\t// then flag all \"chunkIds\" as loaded and fire callback\n \t\tvar moduleId, chunkId, i = 0, resolves = [];\n \t\tfor(;i < chunkIds.length; i++) {\n \t\t\tchunkId = chunkIds[i];\n \t\t\tif(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) {\n \t\t\t\tresolves.push(installedChunks[chunkId][0]);\n \t\t\t}\n \t\t\tinstalledChunks[chunkId] = 0;\n \t\t}\n \t\tfor(moduleId in moreModules) {\n \t\t\tif(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {\n \t\t\t\tmodules[moduleId] = moreModules[moduleId];\n \t\t\t}\n \t\t}\n \t\tif(parentJsonpFunction) parentJsonpFunction(data);\n\n \t\twhile(resolves.length) {\n \t\t\tresolves.shift()();\n \t\t}\n\n \t\t// add entry modules from loaded chunk to deferred list\n \t\tdeferredModules.push.apply(deferredModules, executeModules || []);\n\n \t\t// run deferred modules when all chunks ready\n \t\treturn checkDeferredModules();\n \t};\n \tfunction checkDeferredModules() {\n \t\tvar result;\n \t\tfor(var i = 0; i < deferredModules.length; i++) {\n \t\t\tvar deferredModule = deferredModules[i];\n \t\t\tvar fulfilled = true;\n \t\t\tfor(var j = 1; j < deferredModule.length; j++) {\n \t\t\t\tvar depId = deferredModule[j];\n \t\t\t\tif(installedChunks[depId] !== 0) fulfilled = false;\n \t\t\t}\n \t\t\tif(fulfilled) {\n \t\t\t\tdeferredModules.splice(i--, 1);\n \t\t\t\tresult = __webpack_require__(__webpack_require__.s = deferredModule[0]);\n \t\t\t}\n \t\t}\n\n \t\treturn result;\n \t}\n\n \t// The module cache\n \tvar installedModules = {};\n\n \t// object to store loaded and loading chunks\n \t// undefined = chunk not loaded, null = chunk preloaded/prefetched\n \t// Promise = chunk loading, 0 = chunk loaded\n \tvar installedChunks = {\n \t\t1: 0\n \t};\n\n \tvar deferredModules = [];\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"./\";\n\n \tvar jsonpArray = this[\"webpackJsonpgraph\"] = this[\"webpackJsonpgraph\"] || [];\n \tvar oldJsonpFunction = jsonpArray.push.bind(jsonpArray);\n \tjsonpArray.push = webpackJsonpCallback;\n \tjsonpArray = jsonpArray.slice();\n \tfor(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);\n \tvar parentJsonpFunction = oldJsonpFunction;\n\n\n \t// run deferred modules from other chunks\n \tcheckDeferredModules();\n"],"sourceRoot":""} \ No newline at end of file