diff --git a/.gitignore b/.gitignore index cc3f97a4..8c0fc39c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ html _site Gemfile.lock + +.sass-cache +.jekyll-cache diff --git a/Gemfile b/Gemfile index bc4ca250..fcb0ede1 100644 --- a/Gemfile +++ b/Gemfile @@ -1,11 +1,13 @@ source 'https://rubygems.org' -gem 'jekyll', '~> 3.5.0' -gem 'asciidoctor', '~> 1.5.0' +gem 'jekyll' gem 'coderay', '~> 1.1.0' -gem 'rake-jekyll', '~> 1.1.0' + +gem 'kramdown-parser-gfm' group :jekyll_plugins do gem "jekyll-asciidoc", '~> 1.0.0' - gem 'jekyll-last-modified-at' end + +gem 'webrick' +gem 'jekyll_github_sample', git: "https://github.com/bwillis/jekyll-github-sample", ref: 'master' diff --git a/README.adoc b/README.adoc index 3ea016e1..e848a91a 100644 --- a/README.adoc +++ b/README.adoc @@ -29,11 +29,10 @@ An image from the jekyll project is available and documented here: https://githu All you need to do -provided you have Docker installed- is to open a terminal and move to the folder where you cloned this repo and issue: - $ export JEKYLL_VERSION=3.5 - docker run --rm \ + $ docker run --rm \ --publish 4000:4000 \ --volume="$PWD:/srv/jekyll" \ - -it jekyll/jekyll:$JEKYLL_VERSION \ + -it jekyll/jekyll \ jekyll serve The container just created will install missing dependencies for you and will diff --git a/_config.yml b/_config.yml index 411bd524..75d1717b 100644 --- a/_config.yml +++ b/_config.yml @@ -1,19 +1,58 @@ # jekyll configuration -title: 'Welcome to the LibreMesh project' - +title: LibreMesh +author: LibreMesh exclude: [ 'Gemfile', 'Gemfile.lock', 'Rakefile', 'README', 'vendor' ] - prefix: '' +asciidoc_ext: txt + +# Social (First three Required) +repo: "https://github.com/libremesh/libremesh.github.io" # edit url +github_user: "libremesh" +github_repo: "lime-packages" +main_repo: "https://github.com/libremesh/lime-packages" + +matrix: libremesh-dev:matrix.guifi.net +mailinglist: https://www.autistici.org/mailman/listinfo/libremesh + + +logo: "assets/logo/logo_nano.png" + +color: "#333" # primary color for header, buttons +accentColor: black # purple, green, etc. +themeColor: black # purple, green, blue, orange, purple, grey +# fixedNav: 'true' # true or false + +defaults: + - scope: + path: "_docs" + type: "docs" + values: + layout: page + - scope: + path: "" + type: "pages" + values: + layout: "page" + - scope: + path: "posts" + type: "posts" + values: + layout: "post" + - scope: + path: "packages" + type: "pages" + values: + layout: "packages" + +plugins: + - jekyll_github_sample asciidoctor: attributes: - idseparator=_ - - source-highlighter=coderay + - source-highlighter=rouge - icons=font - - hardbreaks! - - toc=auto - -asciidoc_ext: txt -# end of configuration +exclude: + - collect_packages.sh \ No newline at end of file diff --git a/_data/packages.yml b/_data/packages.yml new file mode 100644 index 00000000..38a18aff --- /dev/null +++ b/_data/packages.yml @@ -0,0 +1,96 @@ +packages: + - name: altermundi-grafana + - name: auto-usb-wwan + readme: Readme.md + - name: babeld-auto-gw-mode + readme: Readme.md + - name: bandwidth-test + - name: batman-adv-auto-gw-mode + - name: bmx6-auto-gw-mode + - name: bmx7-auto-gw-bw-mode + - name: bmx7-auto-gw-mode + - name: bmx7-mdns + - name: check-date-http + readme: Readme.md + - name: check-internet + readme: Readme.md + - name: cotonete + readme: README.md + makefile_external_url: https://raw.githubusercontent.com/nicopace/cotonete/master/packages/cotonete/Makefile + - name: deferable-reboot + - name: eupgrade + - name: first-boot-wizard + - name: hotplug-initd-services + - name: lime-app + - name: lime-ap-watchping + readme: README + - name: lime-debug + - name: lime-docs + - name: lime-hwd-ground-routing + - name: lime-hwd-openwrt-wan + - name: lime-hwd-usbradio + - name: lime-proto-anygw + - name: lime-proto-babeld + - name: lime-proto-batadv + - name: lime-proto-bgp + - name: lime-proto-bmx6 + - name: lime-proto-bmx7 + - name: lime-proto-olsr2 + - name: lime-proto-olsr6 + - name: lime-proto-olsr + - name: lime-proto-wan + - name: lime-report + - name: lime-smart-wifi + - name: lime-system + - name: lime-webui + - name: lua-argparse + readme: Readme.md + - name: luci-app-batman-adv + - name: luci-app-openairview + - name: luci-lib-jquery-flot + - name: luci-mod-status + - name: miniserver-client + - name: pirania + readme: Readme.md + - name: prometheus-node-exporter-lua-location-latlon + - name: prometheus-node-exporter-lua-wifi-params + - name: prometheus-node-exporter-lua-wifi-stations-extra + - name: prometheus-node-exporter-lua-wifi-survey + - name: prometheus-node-push-influx + - name: random-numgen + - name: safe-reboot + - name: safe-upgrade + readme: Readme.md + - name: shared-state-async + readme: README.adoc + - name: shared-state-babeld_hosts + - name: shared-state-bat_hosts + - name: shared-state-dnsmasq_hosts + - name: shared-state-dnsmasq_leases + - name: shared-state-dnsmasq_servers + - name: shared-state-network_nodes + - name: shared-state-node_info + - name: shared-state-nodes_and_links + - name: shared-state-persist + - name: shared-state-pirania + - name: shared-state + - name: shared-state-wifi_links_info + - name: soporteremoto + - name: sprunge + - name: ubus-lime-batman-adv + readme: Readme.md + - name: ubus-lime-bmx6 + readme: Readme.md + - name: ubus-lime-groundrouting + readme: Readme.md + - name: ubus-lime-location + readme: Readme.md + - name: ubus-lime-metrics + - name: ubus-lime-openairview + readme: Readme.md + - name: ubus-lime-utils + readme: README.md + - name: ubus-tmate + readme: README.md + - name: watchping + - name: wifi-unstuck-wa diff --git a/_data/structure.yml b/_data/structure.yml index 6cababe8..52d3c389 100644 --- a/_data/structure.yml +++ b/_data/structure.yml @@ -1,21 +1,37 @@ main: - home + - about - news - communication - get_it - how_it_works - development - - docs_overview - - about docs: - - docs_overview - - quick_starting_guide - - connecting_to_nodes - - configuration - - ethernet_config - - wifi_config - - hardware - - troubleshooting - + - ref: docs_overview + - ref: quick_starting_guide + subpages: + - ref: quick_starting_guide + - ref: connecting_to_nodes + - ref: cli_configuration + - ref: configuration + subpages: + - ref: configuration + - ref: faq-and-recommendations + - ref: lime-example + - ref: ethernet_config + - ref: wifi_config + - ref: troubleshooting + - ref: hardware + subpages: + - ref: hardware + - ref: tp-link + - ref: xiaomi-miwifir3 + +development: + - ref: development + subpages: + - ref: development + - ref: development-network_profiles + - ref: development-kernel_vermagic diff --git a/_data/translations.yaml b/_data/translations.yaml deleted file mode 100644 index 1ca55008..00000000 --- a/_data/translations.yaml +++ /dev/null @@ -1,8 +0,0 @@ -edit_page: - en: "Edit this page" - es: "Editar esta página" - it: "Modifica questa pagina" -create_page: - en: "Create new page" - es: "Crear nueva página" - it: "Crea una nuova pagina" diff --git a/_includes/docs_nav.html b/_includes/docs_nav.html deleted file mode 100644 index dbc74b3f..00000000 --- a/_includes/docs_nav.html +++ /dev/null @@ -1,16 +0,0 @@ -

Documentation

-
-
- -
-
diff --git a/_includes/editable.html b/_includes/editable.html new file mode 100644 index 00000000..a1d6e0f1 --- /dev/null +++ b/_includes/editable.html @@ -0,0 +1,59 @@ + + + + diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100755 index 00000000..5aba2389 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,45 @@ + + +{% assign slashes = page.url | split: "/" %} \ No newline at end of file diff --git a/_includes/head.html b/_includes/head.html new file mode 100755 index 00000000..03286e95 --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,36 @@ + + + + + + + + {% if page.title %}{{ page.title }} | {{ site.title }}{% else %}{{ site.title }}{% endif %} + + {% if site.author %}{% endif %} + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_includes/header.html b/_includes/header.html new file mode 100755 index 00000000..d5faeba9 --- /dev/null +++ b/_includes/header.html @@ -0,0 +1,86 @@ + + + + + + + +{% if page.disable_search %}{% else %}{% endif %} + Skip to content + +
+ +
diff --git a/_includes/headers.html b/_includes/headers.html new file mode 100644 index 00000000..4259b659 --- /dev/null +++ b/_includes/headers.html @@ -0,0 +1,15 @@ + + \ No newline at end of file diff --git a/_includes/nav_development.html b/_includes/nav_development.html new file mode 100644 index 00000000..ba31cbd6 --- /dev/null +++ b/_includes/nav_development.html @@ -0,0 +1,34 @@ +{% for item in site.data.structure.development %} +{% assign docs_lang_pages=site.pages | where:"ref",item.ref | where:"lang",lang | default: false %} +{% unless docs_lang_pages %} {% assign docs_lang_pages=site.pages | where:"ref",item.ref | where:"lang","en" %} {% endunless %} +{% assign doc_page=docs_lang_pages.first %} +
  • + {% if item.subpages %} +
    +
    + {% if doc_page.fontawesome_icon %}{% endif %} + {{ doc_page.title }} +
    + +
    + + {% else %} + + {% if doc_page.fontawesome_icon %}{% endif %} + {{ doc_page.title }} + + {% endif %} +
  • +{% endfor %} \ No newline at end of file diff --git a/_includes/nav_documentation.html b/_includes/nav_documentation.html new file mode 100644 index 00000000..3d255d8d --- /dev/null +++ b/_includes/nav_documentation.html @@ -0,0 +1,38 @@ +
  • + Documentation +
  • + + {% for item in site.data.structure.docs %} + {% assign docs_lang_pages=site.pages | where:"ref",item.ref | where:"lang",lang | default: false %} + {% unless docs_lang_pages %} {% assign docs_lang_pages=site.pages | where:"ref",item.ref | where:"lang","en" %} {% endunless %} + {% assign doc_page=docs_lang_pages.first %} +
  • + {% if item.subpages %} +
    +
    + {% if doc_page.fontawesome_icon %}{% endif %} + {{ doc_page.title }} +
    + +
    + + {% else %} + + {% if doc_page.fontawesome_icon %}{% endif %} + {{ doc_page.title }} + + {% endif %} +
  • + {% endfor %} \ No newline at end of file diff --git a/_includes/nav_links.html b/_includes/nav_links.html new file mode 100644 index 00000000..0edd242d --- /dev/null +++ b/_includes/nav_links.html @@ -0,0 +1,35 @@ +
  • + Links +
  • +
  • + +
    + + Latest Release Firmware +
    +
    +
  • +
  • + +
    + + Source Code +
    +
    +
  • +
  • + +
    + + Mailing List +
    +
    +
  • +
  • + +
    + + Element Chatroom +
    +
    +
  • \ No newline at end of file diff --git a/_includes/nav_packages.html b/_includes/nav_packages.html new file mode 100644 index 00000000..ca25ff8e --- /dev/null +++ b/_includes/nav_packages.html @@ -0,0 +1,19 @@ +
  • +
    +
    + + Packages +
    + +
    + +
  • \ No newline at end of file diff --git a/_includes/side_nav.html b/_includes/side_nav.html deleted file mode 100644 index 5a116589..00000000 --- a/_includes/side_nav.html +++ /dev/null @@ -1,10 +0,0 @@ -

    Links

    -
    - -
    diff --git a/_includes/sidebar.html b/_includes/sidebar.html new file mode 100644 index 00000000..19b8ee49 --- /dev/null +++ b/_includes/sidebar.html @@ -0,0 +1,28 @@ +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +
    diff --git a/_includes/tags.html b/_includes/tags.html new file mode 100644 index 00000000..8a85c1f2 --- /dev/null +++ b/_includes/tags.html @@ -0,0 +1,2 @@ +{% if site.tag_search_endpoint %}{% if page.tags %}{% endif %}{% endif %} diff --git a/_includes/toc.html b/_includes/toc.html new file mode 100644 index 00000000..3cff42f1 --- /dev/null +++ b/_includes/toc.html @@ -0,0 +1,182 @@ +{% capture tocWorkspace %} + {% comment %} + Copyright (c) 2017 Vladimir "allejo" Jimenez + + 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. + {% endcomment %} + {% comment %} + Version 1.2.0 + https://github.com/allejo/jekyll-toc + + "...like all things liquid - where there's a will, and ~36 hours to spare, there's usually a/some way" ~jaybe + + Usage: + {% include toc.html html=content sanitize=true class="inline_toc" id="my_toc" h_min=2 h_max=3 %} + + Parameters: + * html (string) - the HTML of compiled markdown generated by kramdown in Jekyll + + Optional Parameters: + * sanitize (bool) : false - when set to true, the headers will be stripped of any HTML in the TOC + * class (string) : '' - a CSS class assigned to the TOC + * id (string) : '' - an ID to assigned to the TOC + * h_min (int) : 1 - the minimum TOC header level to use; any header lower than this value will be ignored + * h_max (int) : 6 - the maximum TOC header level to use; any header greater than this value will be ignored + * ordered (bool) : false - when set to true, an ordered list will be outputted instead of an unordered list + * item_class (string) : '' - add custom class(es) for each list item; has support for '%level%' placeholder, which is the current heading level + * submenu_class (string) : '' - add custom class(es) for each child group of headings; has support for '%level%' placeholder which is the current "submenu" heading level + * base_url (string) : '' - add a base url to the TOC links for when your TOC is on another page than the actual content + * anchor_class (string) : '' - add custom class(es) for each anchor element + * skip_no_ids (bool) : false - skip headers that do not have an `id` attribute + + Output: + An ordered or unordered list representing the table of contents of a markdown block. This snippet will only + generate the table of contents and will NOT output the markdown given to it + {% endcomment %} + + {% capture newline %} + {% endcapture %} + {% assign newline = newline | rstrip %} + + {% capture deprecation_warnings %}{% endcapture %} + + {% if include.baseurl %} + {% capture deprecation_warnings %}{{ deprecation_warnings }}{{ newline }}{% endcapture %} + {% endif %} + + {% if include.skipNoIDs %} + {% capture deprecation_warnings %}{{ deprecation_warnings }}{{ newline }}{% endcapture %} + {% endif %} + + {% capture jekyll_toc %}{% endcapture %} + {% assign orderedList = include.ordered | default: false %} + {% assign baseURL = include.base_url | default: include.baseurl | default: '' %} + {% assign skipNoIDs = include.skip_no_ids | default: include.skipNoIDs | default: false %} + {% assign minHeader = include.h_min | default: 1 %} + {% assign maxHeader = include.h_max | default: 6 %} + {% assign nodes = include.html | strip | split: ' maxHeader %} + {% continue %} + {% endif %} + + {% assign _workspace = node | split: '' | first }}>{% endcapture %} + {% assign header = _workspace[0] | replace: _hAttrToStrip, '' %} + + {% if include.item_class and include.item_class != blank %} + {% capture listItemClass %} class="{{ include.item_class | replace: '%level%', currLevel | split: '.' | join: ' ' }}"{% endcapture %} + {% endif %} + + {% if include.submenu_class and include.submenu_class != blank %} + {% assign subMenuLevel = currLevel | minus: 1 %} + {% capture subMenuClass %} class="{{ include.submenu_class | replace: '%level%', subMenuLevel | split: '.' | join: ' ' }}"{% endcapture %} + {% endif %} + + {% capture anchorBody %}{% if include.sanitize %}{{ header | strip_html }}{% else %}{{ header }}{% endif %}{% endcapture %} + + {% if htmlID %} + {% capture anchorAttributes %} href="{% if baseURL %}{{ baseURL }}{% endif %}#{{ htmlID }}"{% endcapture %} + + {% if include.anchor_class %} + {% capture anchorAttributes %}{{ anchorAttributes }} class="{{ include.anchor_class | split: '.' | join: ' ' }}"{% endcapture %} + {% endif %} + + {% capture listItem %}{{ anchorBody }}{% endcapture %} + {% elsif skipNoIDs == true %} + {% continue %} + {% else %} + {% capture listItem %}{{ anchorBody }}{% endcapture %} + {% endif %} + + {% if currLevel > lastLevel %} + {% capture jekyll_toc %}{{ jekyll_toc }}<{{ listModifier }}{{ subMenuClass }}>{% endcapture %} + {% elsif currLevel < lastLevel %} + {% assign repeatCount = lastLevel | minus: currLevel %} + + {% for i in (1..repeatCount) %} + {% capture jekyll_toc %}{{ jekyll_toc }}{% endcapture %} + {% endfor %} + + {% capture jekyll_toc %}{{ jekyll_toc }}{% endcapture %} + {% else %} + {% capture jekyll_toc %}{{ jekyll_toc }}{% endcapture %} + {% endif %} + + {% capture jekyll_toc %}{{ jekyll_toc }}{{ listItem }}{% endcapture %} + + {% assign lastLevel = currLevel %} + {% assign firstHeader = false %} + {% endfor %} + + {% assign repeatCount = minHeader | minus: 1 %} + {% assign repeatCount = lastLevel | minus: repeatCount %} + {% for i in (1..repeatCount) %} + {% capture jekyll_toc %}{{ jekyll_toc }}{% endcapture %} + {% endfor %} + + {% if jekyll_toc != '' %} + {% assign rootAttributes = '' %} + {% if include.class and include.class != blank %} + {% capture rootAttributes %} class="{{ include.class | split: '.' | join: ' ' }}"{% endcapture %} + {% endif %} + + {% if include.id and include.id != blank %} + {% capture rootAttributes %}{{ rootAttributes }} id="{{ include.id }}"{% endcapture %} + {% endif %} + + {% if rootAttributes %} + {% assign nodes = jekyll_toc | split: '>' %} + {% capture jekyll_toc %}<{{ listModifier }}{{ rootAttributes }}>{{ nodes | shift | join: '>' }}>{% endcapture %} + {% endif %} + {% endif %} +{% endcapture %}{% assign tocWorkspace = '' %}{{ deprecation_warnings }}{{ jekyll_toc -}} diff --git a/_includes/toc.js.html b/_includes/toc.js.html new file mode 100644 index 00000000..8dcd9c79 --- /dev/null +++ b/_includes/toc.js.html @@ -0,0 +1,35 @@ + + + diff --git a/_includes/top_nav.html b/_includes/top_nav.html index 2c435797..7f69d54e 100644 --- a/_includes/top_nav.html +++ b/_includes/top_nav.html @@ -1,9 +1,16 @@ +
    +
      {% for item in site.data.structure.main %} - {% assign docs_lang_pages=site.pages | where:"ref",item | where:"lang",lang | default: false %} + {% assign docs_lang_pages=site.pages | where:"ref",item | where:"lang",lang | default: false %} {% unless docs_lang_pages %} {% assign docs_lang_pages=site.pages | where:"ref",item | where:"lang","en" %} {% endunless %} {% assign doc_page=docs_lang_pages.first %} -
    • {{ doc_page.title }}
    • +
    • + {{ doc_page.title }} +
    • {% endfor %} +
    + +
    \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 95b28f43..87815222 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,145 +1,26 @@ - -{% assign lang=page.lang %} - - - - - - {{page.title}} + + + {% assign lang=page.lang %} + {% include head.html %} - - - - - - - - - - - - - - - - - - - + {% include header.html %} +
    +
    +
    + - - -
    - - - {% if page.url contains '/docs/' %} - - {% endif %} - - - - -
    - -
    - {% if page.url contains '/docs/' %} - - {% endif %} -
    -

    - - {{ site.data.translations['edit_page'][page.lang] }} -

    + {% include sidebar.html %} +
    + {{ content }} +
    -
    - - {{ content }} - +
    - - - - - - {% unless page.url contains '/docs/' %} - - {% endunless %} - - - - - - - - - -
    -
    -
    -
    -
    -

    Last updated {{ page.last_modified_at | date: '%Y-%m-%d %H:%M:%S' }}

    -
    -
    -
    -
    - - - - - + {% include footer.html %} + {% include headers.html %} + {% include tags.html %} + diff --git a/_layouts/packages.html b/_layouts/packages.html new file mode 100755 index 00000000..163348ce --- /dev/null +++ b/_layouts/packages.html @@ -0,0 +1,9 @@ +--- +layout: page +--- + +{{ site.main_repo }}/blob/master/packages/{{page.title}} + +
    +{{ content }} +
    \ No newline at end of file diff --git a/_layouts/page.html b/_layouts/page.html new file mode 100755 index 00000000..840180df --- /dev/null +++ b/_layouts/page.html @@ -0,0 +1,11 @@ +--- +layout: default +--- +
    +
    +

    {{ page.title }}

    + {{ content }} + {% include toc.js.html html=content %} + {% include editable.html %} +
    +
    diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100755 index 00000000..fc4be8b3 --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,7 @@ +--- +layout: page +--- + +{% if page.badges %}{% for badge in page.badges %}{{ badge.tag }}{% endfor %}{% endif %} + +{{ content }} diff --git a/about.txt b/about.txt index 5c959206..1f72fb7e 100644 --- a/about.txt +++ b/about.txt @@ -3,12 +3,8 @@ title: About ref: about lang: en --- -About the project -================= -== About - -image:logo/logo.png["The LibreMesh logo",role="right"] +image:/assets/logo/logo.png["The LibreMesh logo",role="right"] LibreMesh is a community and an open project, so anyone friendly is welcome. We encourage anyone using the LibreMesh to become part of this community. @@ -31,4 +27,4 @@ image::https://opencollective.com/libremesh/contributors.svg?width=700&button=fa Donations to the project are managed via OpenCollective, thanks! -image::img/opencollective.png["Contributions via OpenCollective", link="https://opencollective.com/libremesh/contribute"] +image::/assets/img/opencollective.png["Contributions via OpenCollective", link="https://opencollective.com/libremesh/contribute"] diff --git a/css/asciidoctor.css b/assets/css/asciidoctor.css similarity index 92% rename from css/asciidoctor.css rename to assets/css/asciidoctor.css index f6a074d0..28465db8 100644 --- a/css/asciidoctor.css +++ b/assets/css/asciidoctor.css @@ -1,5 +1,5 @@ /* Asciidoctor default stylesheet | MIT License | http://asciidoctor.org */ -@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400"; +/* @import "https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400"; */ article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block} audio,canvas,video{display:inline-block} audio:not([controls]){display:none;height:0} @@ -19,7 +19,7 @@ mark{background:#ff0;color:#000} code,kbd,pre,samp{font-family:monospace;font-size:1em} pre{white-space:pre-wrap} q{quotes:"\201C" "\201D" "\2018" "\2019"} -small{font-size:80%} +/* small{font-size:80%} */ sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline} sup{top:-.5em} sub{bottom:-.25em} @@ -59,28 +59,28 @@ img{display:inline-block;vertical-align:middle} textarea{height:auto;min-height:50px} select{width:100%} p.lead,.paragraph.lead>p,#preamble>.sectionbody>.paragraph:first-of-type p{font-size:1.21875em;line-height:1.6} -.subheader,.admonitionblock td.content>.title,.audioblock>.title,.exampleblock>.title,.imageblock>.title,.listingblock>.title,.literalblock>.title,.stemblock>.title,.openblock>.title,.paragraph>.title,.quoteblock>.title,table.tableblock>.title,.verseblock>.title,.videoblock>.title,.dlist>.title,.olist>.title,.ulist>.title,.qlist>.title,.hdlist>.title{line-height:1.45;color:#7a2518;font-weight:400;margin-top:0;margin-bottom:.25em} +/* .subheader,.admonitionblock td.content>.title,.audioblock>.title,.exampleblock>.title,.imageblock>.title,.listingblock>.title,.literalblock>.title,.stemblock>.title,.openblock>.title,.paragraph>.title,.quoteblock>.title,table.tableblock>.title,.verseblock>.title,.videoblock>.title,.dlist>.title,.olist>.title,.ulist>.title,.qlist>.title,.hdlist>.title{line-height:1.45;color:#7a2518;font-weight:400;margin-top:0;margin-bottom:.25em} */ div,dl,dt,dd,ul,ol,li,h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0;direction:ltr} a{color:#2156a5;text-decoration:underline;line-height:inherit} a:hover,a:focus{color:#1d4b8f} a img{border:none} p{font-family:inherit;font-weight:400;font-size:1em;line-height:1.6;margin-bottom:1.25em;text-rendering:optimizeLegibility} -p aside{font-size:.875em;line-height:1.35;font-style:italic} +/* p aside{font-size:.875em;line-height:1.35;font-style:italic} */ h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{font-family:"Open Sans","DejaVu Sans",sans-serif;font-weight:300;font-style:normal;color:#119413;text-rendering:optimizeLegibility;margin-top:1em;margin-bottom:.5em;line-height:1.0125em} -h1 small,h2 small,h3 small,#toctitle small,.sidebarblock>.content>.title small,h4 small,h5 small,h6 small{font-size:60%;color:#e99b8f;line-height:0} -h1{font-size:2.125em} -h2{font-size:1.6875em} -h3,#toctitle,.sidebarblock>.content>.title{font-size:1.375em} +/* h1 small,h2 small,h3 small,#toctitle small,.sidebarblock>.content>.title small,h4 small,h5 small,h6 small{font-size:60%;color:#e99b8f;line-height:0} */ +/* h1{font-size:2.125em} +h2{font-size:1.6875em} */ +/* h3,#toctitle,.sidebarblock>.content>.title{font-size:1.375em} h4,h5{font-size:1.125em} -h6{font-size:1em} +h6{font-size:1em} */ hr{border:solid #ddddd8;border-width:1px 0 0;clear:both;margin:1.25em 0 1.1875em;height:0} em,i{font-style:italic;line-height:inherit} strong,b{font-weight:bold;line-height:inherit} -small{font-size:60%;line-height:inherit} +/* small{font-size:60%;line-height:inherit} */ code{font-family:"Droid Sans Mono","DejaVu Sans Mono",monospace;font-weight:400;color:rgba(0,0,0,.9)} -ul,ol,dl{font-size:1em;line-height:1.6;margin-bottom:1.25em;list-style-position:outside;font-family:inherit} -ul,ol,ul.no-bullet,ol.no-bullet{margin-left:1.5em} -ul li ul,ul li ol{margin-left:1.25em;margin-bottom:0;font-size:1em} +/* ul,ol,dl{font-size:1em;line-height:1.6;margin-bottom:1.25em;list-style-position:outside;font-family:inherit} */ +/* ul,ol,ul.no-bullet,ol.no-bullet{margin-left:1.5em} */ +/* ul li ul,ul li ol{margin-left:1.25em;margin-bottom:0;font-size:1em} */ ul.square li ul,ul.circle li ul,ul.disc li ul{list-style:inherit} ul.square{list-style-type:square} ul.circle{list-style-type:circle} @@ -96,11 +96,13 @@ blockquote cite{display:block;font-size:.9375em;color:rgba(0,0,0,.6)} blockquote cite:before{content:"\2014 \0020"} blockquote cite a,blockquote cite a:visited{color:rgba(0,0,0,.6)} blockquote,blockquote p{line-height:1.6;color:rgba(0,0,0,.85)} -@media only screen and (min-width:768px){h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{line-height:1.2} +/*@media only screen and (min-width:768px){h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{line-height:1.2} h1{font-size:2.75em} h2{font-size:2.3125em} h3,#toctitle,.sidebarblock>.content>.title{font-size:1.6875em} -h4{font-size:1.4375em}}table{background:#fff;margin-bottom:1.25em;border:solid 1px #dedede} +h4{font-size:1.4375em}} +*/ +table{background:#fff;margin-bottom:1.25em;border:solid 1px #dedede} table thead,table tfoot{background:#f7f8f7;font-weight:bold} table thead tr th,table thead tr td,table tfoot tr th,table tfoot tr td{padding:.5em .625em .625em;font-size:inherit;color:rgba(0,0,0,.8);text-align:left} table tr th,table tr td{padding:.5625em .625em;font-size:inherit;color:rgba(0,0,0,.8)} @@ -173,7 +175,7 @@ body.toc2.toc-right{padding-left:0;padding-right:20em}}#content #toc{border-styl #content h1>a.link,h2>a.link,h3>a.link,#toctitle>a.link,.sidebarblock>.content>.title>a.link,h4>a.link,h5>a.link,h6>a.link{color:#ba3925;text-decoration:none} #content h1>a.link:hover,h2>a.link:hover,h3>a.link:hover,#toctitle>a.link:hover,.sidebarblock>.content>.title>a.link:hover,h4>a.link:hover,h5>a.link:hover,h6>a.link:hover{color:#a53221} .audioblock,.imageblock,.literalblock,.listingblock,.stemblock,.videoblock{margin-bottom:1.25em} -.admonitionblock td.content>.title,.audioblock>.title,.exampleblock>.title,.imageblock>.title,.listingblock>.title,.literalblock>.title,.stemblock>.title,.openblock>.title,.paragraph>.title,.quoteblock>.title,table.tableblock>.title,.verseblock>.title,.videoblock>.title,.dlist>.title,.olist>.title,.ulist>.title,.qlist>.title,.hdlist>.title{text-rendering:optimizeLegibility;text-align:left;font-family:"Noto Serif","DejaVu Serif",serif;font-size:1rem;font-style:italic} +/* .admonitionblock td.content>.title,.audioblock>.title,.exampleblock>.title,.imageblock>.title,.listingblock>.title,.literalblock>.title,.stemblock>.title,.openblock>.title,.paragraph>.title,.quoteblock>.title,table.tableblock>.title,.verseblock>.title,.videoblock>.title,.dlist>.title,.olist>.title,.ulist>.title,.qlist>.title,.hdlist>.title{text-rendering:optimizeLegibility;text-align:left;font-family:"Noto Serif","DejaVu Serif",serif;font-size:1rem;font-style:italic} */ table.tableblock>caption.title{white-space:nowrap;overflow:visible;max-width:0} .paragraph.lead>p,#preamble>.sectionbody>.paragraph:first-of-type p{color:rgba(0,0,0,.85)} table.tableblock #preamble>.sectionbody>.paragraph:first-of-type p{font-size:inherit} @@ -210,7 +212,7 @@ table.pyhltable td.code{padding-left:.75em;padding-right:0} pre.pygments .lineno,table.pyhltable td:not(.code){color:#999;padding-left:0;padding-right:.5em;border-right:1px solid #ddddd8} pre.pygments .lineno{display:inline-block;margin-right:.25em} table.pyhltable .linenodiv{background:none!important;padding-right:0!important} -.quoteblock{margin:0 1em 1.25em 1.5em;display:table} +/* .quoteblock{margin:0 1em 1.25em 1.5em;display:table} .quoteblock>.title{margin-left:-1.5em;margin-bottom:.75em} .quoteblock blockquote,.quoteblock blockquote p{color:rgba(0,0,0,.85);font-size:1.15rem;line-height:1.75;word-spacing:.1em;letter-spacing:0;font-style:italic;text-align:justify} .quoteblock blockquote{margin:0;padding:0;border:0} @@ -219,17 +221,17 @@ table.pyhltable .linenodiv{background:none!important;padding-right:0!important} .quoteblock .attribution{margin-top:.5em;margin-right:.5ex;text-align:right} .quoteblock .quoteblock{margin-left:0;margin-right:0;padding:.5em 0;border-left:3px solid rgba(0,0,0,.6)} .quoteblock .quoteblock blockquote{padding:0 0 0 .75em} -.quoteblock .quoteblock blockquote:before{display:none} +.quoteblock .quoteblock blockquote:before{display:none} */ .verseblock{margin:0 1em 1.25em 1em} .verseblock pre{font-family:"Open Sans","DejaVu Sans",sans;font-size:1.15rem;color:rgba(0,0,0,.85);font-weight:300;text-rendering:optimizeLegibility} .verseblock pre strong{font-weight:400} .verseblock .attribution{margin-top:1.25rem;margin-left:.5ex} -.quoteblock .attribution,.verseblock .attribution{font-size:.9375em;line-height:1.45;font-style:italic} +/* .quoteblock .attribution,.verseblock .attribution{font-size:.9375em;line-height:1.45;font-style:italic} .quoteblock .attribution br,.verseblock .attribution br{display:none} .quoteblock .attribution cite,.verseblock .attribution cite{display:block;letter-spacing:-.05em;color:rgba(0,0,0,.6)} .quoteblock.abstract{margin:0 0 1.25em 0;display:block} .quoteblock.abstract blockquote,.quoteblock.abstract blockquote p{text-align:left;word-spacing:0} -.quoteblock.abstract blockquote:before,.quoteblock.abstract blockquote p:first-of-type:before{display:none} +.quoteblock.abstract blockquote:before,.quoteblock.abstract blockquote p:first-of-type:before{display:none} */ table.tableblock{max-width:100%;border-collapse:separate} table.tableblock td>.paragraph:last-child p>p:last-child,table.tableblock th>p:last-child,table.tableblock td>p:last-child{margin-bottom:0} table.spread{width:100%} @@ -360,7 +362,7 @@ h1,h2{letter-spacing:-.01em} dt,th.tableblock,td.content{text-rendering:optimizeLegibility} p,td.content{letter-spacing:-.01em} p strong,td.content strong{letter-spacing:-.005em} -p,blockquote,dt,td.content{font-size:1.0625rem} +/* p,blockquote,dt,td.content{font-size:1.0625rem} */ p{margin-bottom:1.25rem} .sidebarblock p,.sidebarblock dt,.sidebarblock td.content,p.tableblock{font-size:1em} .exampleblock>.content{background-color:#fffef7;border-color:#e0e0dc;-webkit-box-shadow:0 1px 4px #e0e0dc;box-shadow:0 1px 4px #e0e0dc} diff --git a/css/coderay.css b/assets/css/coderay.css similarity index 99% rename from css/coderay.css rename to assets/css/coderay.css index 0568d60d..31802032 100644 --- a/css/coderay.css +++ b/assets/css/coderay.css @@ -40,7 +40,7 @@ table.CodeRay td.code>pre{padding:0} .CodeRay .hex{color:#058} .CodeRay .integer,.CodeRay .float{color:#099} .CodeRay .include{color:#555} -.CodeRay .inline{color:#00} +.CodeRay .inline{color:#000} .CodeRay .inline .inline{background:#ccc} .CodeRay .inline .inline .inline{background:#bbb} .CodeRay .inline .inline-delimiter{color:#d14} diff --git a/assets/css/font-awesome.min.css b/assets/css/font-awesome.min.css new file mode 100644 index 00000000..64c046b0 --- /dev/null +++ b/assets/css/font-awesome.min.css @@ -0,0 +1,7 @@ +/*! + * Font Awesome Free 6.5.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) + * Copyright 2023 Fonticons, Inc. + */ + .fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"} + .fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/assets/webfonts/fa-brands-400.woff2) format("woff2"),url(/assets/webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-pixiv:before{content:"\e640"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-brave:before{content:"\e63c"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-opensuse:before{content:"\e62b"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-square-letterboxd:before{content:"\e62e"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-shoelace:before{content:"\e60c"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-google-scholar:before{content:"\e63b"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-signal-messenger:before{content:"\e663"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-mintbit:before{content:"\e62f"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-brave-reverse:before{content:"\e63d"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-letterboxd:before{content:"\e62d"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-upwork:before{content:"\e641"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-webflow:before{content:"\e65c"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(/assets/webfonts/fa-regular-400.woff2) format("woff2"),url(/assets/webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(/assets/webfonts/fa-solid-900.woff2) format("woff2"),url(/assets/webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(/assets/webfonts/fa-brands-400.woff2) format("woff2"),url(/assets/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(/assets/webfonts/fa-solid-900.woff2) format("woff2"),url(/assets/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(/assets/webfonts/fa-regular-400.woff2) format("woff2"),url(/assets/webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/assets/webfonts/fa-solid-900.woff2) format("woff2"),url(/assets/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/assets/webfonts/fa-brands-400.woff2) format("woff2"),url(/assets/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/assets/webfonts/fa-regular-400.woff2) format("woff2"),url(/assets/webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(/assets/webfonts/fa-v4compatibility.woff2) format("woff2"),url(/assets/webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a} \ No newline at end of file diff --git a/css/lime.css b/assets/css/lime.css similarity index 100% rename from css/lime.css rename to assets/css/lime.css diff --git a/assets/css/main.css b/assets/css/main.css new file mode 100644 index 00000000..1a16bb2a --- /dev/null +++ b/assets/css/main.css @@ -0,0 +1,2887 @@ +--- +layout: null +excluded_in_search: true +--- + +html { + box-sizing: border-box; +} +*, :after, :before { + box-sizing: inherit; +} +html { + -webkit-text-size-adjust: none; + -moz-text-size-adjust: none; + -ms-text-size-adjust: none; + text-size-adjust: none; +} +body { + margin: 0; +} +hr { + overflow: visible; + box-sizing: content-box; +} +a { + -webkit-text-decoration-skip: objects; +} +a, button, input, label { + -webkit-tap-highlight-color: transparent; +} +a { + color: inherit; + text-decoration: none; +} +small, sub, sup { + font-size: 80%} +sub, sup { + position: relative; + line-height: 0; + vertical-align: baseline; +} +sub { + bottom: -.25em; +} +sup { + top: -.5em; +} +img { + border-style: none; +} +table { + border-collapse: separate; + border-spacing: 0; +} +td, th { + font-weight: 400; + vertical-align: top; +} +button { + margin: 0; + padding: 0; + border: 0; + outline-style: none; + background: transparent; + font-size: inherit; +} +input { + border: 0; + outline: 0; +} + +.form-input { + width: 100%; + padding: 12px 20px; + margin: 8px 0; + display: inline-block; + border: 1px solid #ccc; + border-radius: 4px; + box-sizing: border-box; +} + +.changelog, +.changelog > div { + margin: 0; + padding: 0; + list-style: none; } +.changelog .date { + color: #888; + font-style: italic; } + +/* Badges */ + +span.badge { + font-family: "Open Sans", sans-serif; + padding: 2px 5px; + margin-right: 5px; + text-transform: uppercase; + font-size: 1.0rem; + border-radius: 2px; + background: #eee; + font-weight: bold; } +span.badge-primary { + background: #3c7dae; + color: #fff; } +span.badge-secondary { + background: #999; + color: #fff; } +span.badge-danger { + background: firebrick; + color: #fff; } +span.badge-warning { + background: darkorange; + color: #fff; } +span.badge-info { + background: royalblue; + color: #fff; } +span.badge-success { + background: forestgreen; + color: #fff; } + +/* Buttons */ + +.btn { + border-radius: 3px; + padding: 5px; + cursor: pointer; + color: white; +} + +.btn:hover { + background: #888; +} + +.btn-primary { + background: #3c7dae; + color: #fff; } +.btn-secondary { + background: #999; + color: #fff; } +.btn-danger { + background: firebrick; + color: #fff; } +.btn-warning { + background: darkorange; + color: #fff; } +.btn-info { + background: royalblue; + color: #fff; } +.btn-success { + background: forestgreen; + color: #fff; } + +/* Primary Styles */ + +.md-clipboard:before, .md-icon, .md-nav__button, .md-nav__link:after, .md-nav__title:before, .md-search-result__article--document:before, .md-source-file:before, .md-typeset .admonition>.admonition-title:before, .md-typeset .admonition>summary:before, .md-typeset .critic.comment:before, .md-typeset .footnote-backref, .md-typeset .task-list-control .task-list-indicator:before, .md-typeset details>.admonition-title:before, .md-typeset details>summary:before, .md-typeset summary:after { + font-family: Material Icons; + font-style: normal; + font-variant: normal; + font-weight: 400; + line-height: 1; + text-transform: none; + white-space: nowrap; + speak: none; + word-wrap: normal; + direction: ltr; +} + +.md-content__icon, .md-footer-nav__button, .md-header-nav__button, .md-nav__button, .md-nav__title:before, .md-search-result__article--document:before { + display: inline-block; + margin: .4rem; + padding: .4rem; + font-size: 2.4rem; + cursor: pointer; +} +.md-icon--arrow-back:before { + content: "\E5C4"} +.md-icon--arrow-forward:before { + content: "\E5C8"} +.md-icon--menu:before { + content: "\E5D2"} +.md-icon--search:before { + content: "\E8B6"} +[dir=rtl] .md-icon--arrow-back:before { + content: "\E5C8"} +[dir=rtl] .md-icon--arrow-forward:before { + content: "\E5C4"} +body { + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +body, input { + color: rgba(0, 0, 0, .87); + -webkit-font-feature-settings: "kern", "liga"; + font-feature-settings: "kern", "liga"; + font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; +} +code, kbd, pre { + color: rgba(0, 0, 0, .87); + -webkit-font-feature-settings: "kern"; + font-feature-settings: "kern"; + font-family: Courier New, Courier, monospace; +} +.md-typeset { + font-size: 1.6rem; + line-height: 1.6; + -webkit-print-color-adjust: exact; +} +.md-typeset blockquote, .md-typeset ol, .md-typeset p, .md-typeset ul { + margin: 1em 0; +} +.md-typeset h1 { + margin: 0 0 4rem; + color: rgba(0, 0, 0, .54); + font-size: 3.125rem; + line-height: 1.3; +} +.md-typeset h1, .md-typeset h2 { + font-weight: 300; + letter-spacing: -.01em; +} +.md-typeset h2 { + margin: 4rem 0 1.6rem; + font-size: 2.5rem; + line-height: 1.4; +} +.md-typeset h3 { + margin: 3.2rem 0 1.6rem; + font-size: 2rem; + font-weight: 400; + letter-spacing: -.01em; + line-height: 1.5; +} +.md-typeset h2+h3 { + margin-top: 1.6rem; +} +.md-typeset h4 { + font-size: 1.6rem; +} +.md-typeset h4, .md-typeset h5, .md-typeset h6 { + margin: 1.6rem 0; + font-weight: 700; + letter-spacing: -.01em; +} +.md-typeset h5, .md-typeset h6 { + color: rgba(0, 0, 0, .54); + font-size: 1.28rem; +} +.md-typeset h5 { + text-transform: uppercase; +} +.md-typeset hr { + margin: 1.5em 0; + border-bottom: .1rem dotted rgba(0, 0, 0, .26); +} +.md-typeset a { + color: #3f51b5; + word-break: break-word; +} +.md-typeset a, .md-typeset a:before { + transition: color .125s; +} +.md-typeset a:active, .md-typeset a:hover { + color: #536dfe; +} +.md-typeset code, .md-typeset pre { + background-color: hsla(0, 0%, 93%, .5); + color: #37474f; + font-size: 85%; + direction: ltr; +} +.md-typeset code { + margin: 0 .29412em; + padding: .07353em 0; + border-radius: .2rem; + box-shadow: .29412em 0 0 hsla(0, 0%, 93%, .5), -.29412em 0 0 hsla(0, 0%, 93%, .5); + word-break: break-word; + -webkit-box-decoration-break: clone; + box-decoration-break: clone; +} +.md-typeset h1 code, .md-typeset h2 code, .md-typeset h3 code, .md-typeset h4 code, .md-typeset h5 code, .md-typeset h6 code { + margin: 0; + background-color: transparent; + box-shadow: none; +} +.md-typeset a>code { + margin: inherit; + padding: inherit; + border-radius: none; + background-color: inherit; + color: inherit; + box-shadow: none; +} +.md-typeset pre { + position: relative; + margin: 1em 0; + border-radius: .2rem; + line-height: 1.4; + -webkit-overflow-scrolling: touch; +} +.md-typeset pre>code { + display: block; + margin: 0; + padding: 1.05rem 1.2rem; + background-color: transparent; + font-size: inherit; + box-shadow: none; + -webkit-box-decoration-break: none; + box-decoration-break: none; + overflow: auto; +} +.md-typeset pre>code::-webkit-scrollbar { + width: .4rem; + height: .4rem; +} +.md-typeset pre>code::-webkit-scrollbar-thumb { + background-color: rgba(0, 0, 0, .26); +} +.md-typeset pre>code::-webkit-scrollbar-thumb:hover { + background-color: #536dfe; +} +.md-typeset kbd { + padding: 0 .29412em; + border: .1rem solid #c9c9c9; + border-radius: .3rem; + border-bottom-color: #bcbcbc; + background-color: #fcfcfc; + color: #555; + font-size: 85%; + box-shadow: 0 .1rem 0 #b0b0b0; + word-break: break-word; +} +.md-typeset mark { + margin: 0 .25em; + padding: .0625em 0; + border-radius: .2rem; + background-color: rgba(255, 235, 59, .5); + box-shadow: .25em 0 0 rgba(255, 235, 59, .5), -.25em 0 0 rgba(255, 235, 59, .5); + word-break: break-word; + -webkit-box-decoration-break: clone; + box-decoration-break: clone; +} +.md-typeset abbr { + border-bottom: .1rem dotted rgba(0, 0, 0, .54); + text-decoration: none; + cursor: help; +} +.md-typeset small { + opacity: .75; +} +.md-typeset sub, .md-typeset sup { + margin-left: .07812em; +} +[dir=rtl] .md-typeset sub, [dir=rtl] .md-typeset sup { + margin-right: .07812em; + margin-left: 0; +} +[dir=rtl] .md-typeset blockquote { + padding-right: 1.2rem; + padding-left: 0; + border-right: .4rem solid rgba(0, 0, 0, .26); + border-left: initial; +} +.md-typeset ul { + list-style-type: disc; +} +.md-typeset ol, .md-typeset ul { + margin-left: .625em; + padding: 0; +} +[dir=rtl] .md-typeset ol, [dir=rtl] .md-typeset ul { + margin-right: .625em; + margin-left: 0; +} +.md-typeset ol ol, .md-typeset ul ol { + list-style-type: lower-alpha; +} +.md-typeset ol ol ol, .md-typeset ul ol ol { + list-style-type: lower-roman; +} +.md-typeset ol li, .md-typeset ul li { + margin-bottom: .5em; + margin-left: 1.25em; +} +[dir=rtl] .md-typeset ol li, [dir=rtl] .md-typeset ul li { + margin-right: 1.25em; + margin-left: 0; +} +.md-typeset ol li blockquote, .md-typeset ol li p, .md-typeset ul li blockquote, .md-typeset ul li p { + margin: .5em 0; +} + +blockquote { + background-color: rgba(255,229,100,.3); + border-left: 8px solid #ffe564; + padding: 15px 20px 15px 15px; +} + +.md-typeset ol li:last-child, .md-typeset ul li:last-child { + margin-bottom: 0; +} +.md-typeset ol li ol, .md-typeset ol li ul, .md-typeset ul li ol, .md-typeset ul li ul { + margin: .5em 0 .5em .625em; +} +[dir=rtl] .md-typeset ol li ol, [dir=rtl] .md-typeset ol li ul, [dir=rtl] .md-typeset ul li ol, [dir=rtl] .md-typeset ul li ul { + margin-right: .625em; + margin-left: 0; +} +.md-typeset dd { + margin: 1em 0 1em 1.875em; +} +[dir=rtl] .md-typeset dd { + margin-right: 1.875em; + margin-left: 0; +} +.md-typeset iframe, .md-typeset img, .md-typeset svg { + max-width: 100%} +.md-typeset table:not([class]) { + box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2); + display: inline-block; + max-width: 100%; + border-radius: .2rem; + font-size: 1.28rem; + overflow: auto; + -webkit-overflow-scrolling: touch; +} +.md-typeset table:not([class])+* { + margin-top: 1.5em; +} +.md-typeset table:not([class]) td:not([align]), .md-typeset table:not([class]) th:not([align]) { + text-align: left; +} +[dir=rtl] .md-typeset table:not([class]) td:not([align]), [dir=rtl] .md-typeset table:not([class]) th:not([align]) { + text-align: right; +} +.md-typeset table:not([class]) th { + min-width: 10rem; + padding: 1.2rem 1.6rem; + background-color: rgba(0, 0, 0, .54); + color: #fff; + vertical-align: top; +} +.md-typeset table:not([class]) td { + padding: 1.2rem 1.6rem; + border-top: .1rem solid rgba(0, 0, 0, .07); + vertical-align: top; +} +.md-typeset table:not([class]) tr:first-child td { + border-top: 0; +} +.md-typeset table:not([class]) a { + word-break: normal; +} +.md-typeset__scrollwrap { + margin: 1em -1.6rem; + overflow-x: auto; + -webkit-overflow-scrolling: touch; +} +.md-typeset .md-typeset__table { + display: inline-block; + margin-bottom: .5em; + padding: 0 1.6rem; +} +.md-typeset .md-typeset__table table { + display: table; + width: 100%; + margin: 0; + overflow: hidden; +} +html { + font-size: 62.5%; + overflow-x: hidden; +} +body, html { + height: 100%} +body { + position: relative; +} +hr { + display: block; + height: .1rem; + padding: 0; + border: 0; +} +.md-svg { + display: none; +} +.md-grid { + max-width: 122rem; + margin-right: auto; + margin-left: auto; +} +.md-container, .md-main { + overflow: auto; +} +.md-container { + display: table; + width: 100%; + height: 100%; + padding-top: 4.8rem; + table-layout: fixed; +} +.md-main { + display: table-row; + height: 100%} +.md-main__inner { + height: 100%; + padding-top: 3rem; + padding-bottom: .1rem; +} +.md-toggle { + display: none; +} +.md-overlay { + position: fixed; + top: 0; + width: 0; + height: 0; + transition: width 0s .25s, height 0s .25s, opacity .25s; + background-color: rgba(0, 0, 0, .54); + opacity: 0; + z-index: 3; +} +.md-flex { + display: table; +} +.md-flex__cell { + display: table-cell; + position: relative; + vertical-align: top; +} +.md-flex__cell--shrink { + width: 0; +} +.md-flex__cell--stretch { + display: table; + width: 100%; + table-layout: fixed; +} +.md-flex__ellipsis { + display: table-cell; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; +} +.md-skip { + position: fixed; + width: .1rem; + height: .1rem; + margin: 1rem; + padding: .6rem 1rem; + clip: rect(.1rem); + -webkit-transform: translateY(.8rem); + transform: translateY(.8rem); + border-radius: .2rem; + background-color: rgba(0, 0, 0, .87); + color: #fff; + font-size: 1.28rem; + opacity: 0; + overflow: hidden; +} +.md-skip:focus { + width: auto; + height: auto; + clip: auto; + -webkit-transform: translateX(0); + transform: translateX(0); + transition: opacity .175s 75ms, -webkit-transform .25s cubic-bezier(.4, 0, .2, 1); + transition: transform .25s cubic-bezier(.4, 0, .2, 1), opacity .175s 75ms; + transition: transform .25s cubic-bezier(.4, 0, .2, 1), opacity .175s 75ms, -webkit-transform .25s cubic-bezier(.4, 0, .2, 1); + opacity: 1; + z-index: 10; +} +@page { + margin: 25mm; +} +.md-clipboard { + position: absolute; + top: .6rem; + right: .6rem; + width: 2.8rem; + height: 2.8rem; + border-radius: .2rem; + font-size: 1.6rem; + cursor: pointer; + z-index: 1; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; +} +.md-clipboard:before { + transition: color .25s, opacity .25s; + color: rgba(0, 0, 0, .07); + content: "\E14D"} +.codehilite:hover .md-clipboard:before, .md-typeset .highlight:hover .md-clipboard:before, pre:hover .md-clipboard:before { + color: rgba(0, 0, 0, .54); +} +.md-clipboard:focus:before, .md-clipboard:hover:before { + color: #536dfe; +} +.md-clipboard__message { + display: block; + position: absolute; + top: 0; + right: 3.4rem; + padding: .6rem 1rem; + -webkit-transform: translateX(.8rem); + transform: translateX(.8rem); + transition: opacity .175s, -webkit-transform .25s cubic-bezier(.9, .1, .9, 0); + transition: transform .25s cubic-bezier(.9, .1, .9, 0), opacity .175s; + transition: transform .25s cubic-bezier(.9, .1, .9, 0), opacity .175s, -webkit-transform .25s cubic-bezier(.9, .1, .9, 0); + border-radius: .2rem; + background-color: rgba(0, 0, 0, .54); + color: #fff; + font-size: 1.28rem; + white-space: nowrap; + opacity: 0; + pointer-events: none; +} +.md-clipboard__message--active { + -webkit-transform: translateX(0); + transform: translateX(0); + transition: opacity .175s 75ms, -webkit-transform .25s cubic-bezier(.4, 0, .2, 1); + transition: transform .25s cubic-bezier(.4, 0, .2, 1), opacity .175s 75ms; + transition: transform .25s cubic-bezier(.4, 0, .2, 1), opacity .175s 75ms, -webkit-transform .25s cubic-bezier(.4, 0, .2, 1); + opacity: 1; + pointer-events: auto; +} +.md-clipboard__message:before { + content: attr(aria-label); +} +.md-clipboard__message:after { + display: block; + position: absolute; + top: 50%; + right: -.4rem; + width: 0; + margin-top: -.4rem; + border-width: .4rem 0 .4rem .4rem; + border-style: solid; + border-color: transparent rgba(0, 0, 0, .54); + content: ""} +.md-content__inner { + margin: 0 1.6rem 2.4rem; + padding-top: 1.2rem; +} +.md-content__inner:before { + display: block; + height: .8rem; + content: ""} +.md-content__inner>:last-child { + margin-bottom: 0; +} +.md-content__icon { + position: relative; + margin: .8rem 0; + padding: 0; + float: right; +} +.md-typeset .md-content__icon { + color: rgba(0, 0, 0, .26); +} +.md-header { + position: fixed; + top: 0; + right: 0; + left: 0; + height: 4.8rem; + transition: background-color .25s, color .25s; + /* background-color: #3f51b5; */ + color: #fff; + box-shadow: none; + z-index: 2; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; +} +.no-js .md-header { + transition: none; + box-shadow: none; +} +.md-header[data-md-state=shadow] { + transition: background-color .25s, color .25s, box-shadow .25s; + box-shadow: 0 0 .4rem rgba(0, 0, 0, .1), 0 .4rem .8rem rgba(0, 0, 0, .2); +} +.md-header-nav { + padding: 0 .4rem; +} +.md-header-nav__button { + position: relative; + transition: opacity .25s; + z-index: 1; +} +.md-header-nav__button:hover { + opacity: .7; +} +.md-header-nav__button.md-logo * { + display: block; +} +.no-js .md-header-nav__button.md-icon--search { + display: none; +} +.md-header-nav__topic { + display: block; + position: absolute; + transition: opacity .15s, -webkit-transform .4s cubic-bezier(.1, .7, .1, 1); + transition: transform .4s cubic-bezier(.1, .7, .1, 1), opacity .15s; + transition: transform .4s cubic-bezier(.1, .7, .1, 1), opacity .15s, -webkit-transform .4s cubic-bezier(.1, .7, .1, 1); + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; +} +.md-header-nav__topic+.md-header-nav__topic { + -webkit-transform: translateX(2.5rem); + transform: translateX(2.5rem); + transition: opacity .15s, -webkit-transform .4s cubic-bezier(1, .7, .1, .1); + transition: transform .4s cubic-bezier(1, .7, .1, .1), opacity .15s; + transition: transform .4s cubic-bezier(1, .7, .1, .1), opacity .15s, -webkit-transform .4s cubic-bezier(1, .7, .1, .1); + opacity: 0; + z-index: -1; + pointer-events: none; +} +[dir=rtl] .md-header-nav__topic+.md-header-nav__topic { + -webkit-transform: translateX(-2.5rem); + transform: translateX(-2.5rem); +} +.no-js .md-header-nav__topic { + position: static; +} +.no-js .md-header-nav__topic+.md-header-nav__topic { + display: none; +} +.md-header-nav__title { + padding: 0 2rem; + font-size: 1.8rem; + line-height: 4.8rem; +} +.md-header-nav__title[data-md-state=active] .md-header-nav__topic { + -webkit-transform: translateX(-2.5rem); + transform: translateX(-2.5rem); + transition: opacity .15s, -webkit-transform .4s cubic-bezier(1, .7, .1, .1); + transition: transform .4s cubic-bezier(1, .7, .1, .1), opacity .15s; + transition: transform .4s cubic-bezier(1, .7, .1, .1), opacity .15s, -webkit-transform .4s cubic-bezier(1, .7, .1, .1); + opacity: 0; + z-index: -1; + pointer-events: none; +} +[dir=rtl] .md-header-nav__title[data-md-state=active] .md-header-nav__topic { + -webkit-transform: translateX(2.5rem); + transform: translateX(2.5rem); +} +.md-header-nav__title[data-md-state=active] .md-header-nav__topic+.md-header-nav__topic { + -webkit-transform: translateX(0); + transform: translateX(0); + transition: opacity .15s, -webkit-transform .4s cubic-bezier(.1, .7, .1, 1); + transition: transform .4s cubic-bezier(.1, .7, .1, 1), opacity .15s; + transition: transform .4s cubic-bezier(.1, .7, .1, 1), opacity .15s, -webkit-transform .4s cubic-bezier(.1, .7, .1, 1); + opacity: 1; + z-index: 0; + pointer-events: auto; +} +.md-header-nav__source { + display: none; +} +.md-hero { + transition: background .25s; + background-color: #3f51b5; + color: #fff; + font-size: 2rem; + overflow: hidden; +} +.md-hero__inner { + margin-top: 2rem; + padding: 1.6rem 1.6rem .8rem; + transition: opacity .25s, -webkit-transform .4s cubic-bezier(.1, .7, .1, 1); + transition: transform .4s cubic-bezier(.1, .7, .1, 1), opacity .25s; + transition: transform .4s cubic-bezier(.1, .7, .1, 1), opacity .25s, -webkit-transform .4s cubic-bezier(.1, .7, .1, 1); + transition-delay: .1s; +} +[data-md-state=hidden] .md-hero__inner { + pointer-events: none; + -webkit-transform: translateY(1.25rem); + transform: translateY(1.25rem); + transition: opacity .1s 0s, -webkit-transform 0s .4s; + transition: transform 0s .4s, opacity .1s 0s; + transition: transform 0s .4s, opacity .1s 0s, -webkit-transform 0s .4s; + opacity: 0; +} +.md-hero--expand .md-hero__inner { + margin-bottom: 2.4rem; +} +.md-footer-nav { + background-color: rgba(0, 0, 0, .87); + color: #fff; + margin-top:50px; + padding-top:30px; +} +.md-footer-nav__inner { + padding: .4rem; + overflow: auto; +} +.md-footer-nav__link { + padding-top: 2.8rem; + padding-bottom: .8rem; + transition: opacity .25s; +} +.md-footer-nav__link:hover { + opacity: .7; +} +.md-footer-nav__link--prev { + width: 25%; + float: left; +} +[dir=rtl] .md-footer-nav__link--prev { + float: right; +} +.md-footer-nav__link--next { + width: 75%; + float: right; + text-align: right; +} +[dir=rtl] .md-footer-nav__link--next { + float: left; + text-align: left; +} +.md-footer-nav__button { + transition: background .25s; +} +.md-footer-nav__title { + position: relative; + padding: 0 2rem; + font-size: 1.8rem; + line-height: 4.8rem; +} +.md-footer-nav__direction { + position: absolute; + right: 0; + left: 0; + margin-top: -2rem; + padding: 0 2rem; + color: hsla(0, 0%, 100%, .7); + font-size: 1.5rem; +} +.md-footer-meta { + background-color: rgba(0, 0, 0, .895); +} +.md-footer-meta__inner { + padding: .4rem; + overflow: auto; +} +html .md-footer-meta.md-typeset a { + color: hsla(0, 0%, 100%, .7); +} +html .md-footer-meta.md-typeset a:focus, html .md-footer-meta.md-typeset a:hover { + color: #fff; +} +.md-footer-copyright { + margin: 0 1.2rem; + padding: .8rem 0; + color: hsla(0, 0%, 100%, .3); + font-size: 1.28rem; +} +.md-footer-copyright__highlight { + color: hsla(0, 0%, 100%, .7); +} +.md-footer-social { + margin: 0 .8rem; + padding: .4rem 0 1.2rem; +} +.md-footer-social__link { + display: inline-block; + width: 3.2rem; + height: 3.2rem; + font-size: 1.6rem; + text-align: center; +} +.md-footer-social__link:before { + line-height: 1.9; +} +.md-nav { + font-size: 1.4rem; + line-height: 1.3; +} +.md-nav__title { + display: block; + padding: 0 1.2rem; + font-weight: 700; + text-overflow: ellipsis; + overflow: hidden; +} +.md-nav__title:before { + display: none; + content: "\E5C4"} +[dir=rtl] .md-nav__title:before { + content: "\E5C8"} +.md-nav__title .md-nav__button { + display: none; +} +.md-nav__list { + margin: 0; + padding: 0; + list-style: none; +} +.md-nav__item { + padding: 0 1.2rem; +} +.md-nav__item:last-child { + padding-bottom: 1.2rem; +} +.md-nav__item .md-nav__item { + padding-right: 0; +} +[dir=rtl] .md-nav__item .md-nav__item { + padding-right: 1.2rem; + padding-left: 0; +} +.md-nav__item .md-nav__item:last-child { + padding-bottom: 0; +} +.md-nav__button img { + width: 100%; + height: auto; +} +.md-nav__link { + display: block; + margin-top: .625em; + transition: color .125s; + text-overflow: ellipsis; + cursor: pointer; + overflow: hidden; +} +.md-nav__item--nested>.md-nav__link:after { + content: "\E313"} + +.open-parent:after { + content: "\E316" !important} + +html .md-nav__link[for=__toc], html .md-nav__link[for=__toc]+.md-nav__link:after, html .md-nav__link[for=__toc]~.md-nav { + display: none; +} +.md-nav__link[data-md-state=blur] { + color: rgba(0, 0, 0, .54); +} +.md-nav__link--active, .md-nav__link:active { + color: #3f51b5; +} +.md-nav__item--nested>.md-nav__link { + color: inherit; +} +.md-nav__link:focus, .md-nav__link:hover { + color: #536dfe; +} +.md-nav__source, .no-js .md-search { + display: none; +} +.md-search__overlay { + opacity: 0; + z-index: 1; +} +.md-search__form { + position: relative; +} +.md-search__input { + position: relative; + padding: 0 4.4rem 0 7.2rem; + text-overflow: ellipsis; + z-index: 2; +} +[dir=rtl] .md-search__input { + padding: 0 7.2rem 0 4.4rem; +} +.md-search__input::-webkit-input-placeholder { + transition: color .25s cubic-bezier(.1, .7, .1, 1); +} +.md-search__input:-ms-input-placeholder, .md-search__input::-ms-input-placeholder { + transition: color .25s cubic-bezier(.1, .7, .1, 1); +} +.md-search__input::placeholder { + transition: color .25s cubic-bezier(.1, .7, .1, 1); +} +.md-search__input::-webkit-input-placeholder, .md-search__input~.md-search__icon { + color: rgba(0, 0, 0, .54); +} +.md-search__input:-ms-input-placeholder, .md-search__input::-ms-input-placeholder, .md-search__input~.md-search__icon { + color: rgba(0, 0, 0, .54); +} +.md-search__input::placeholder, .md-search__input~.md-search__icon { + color: rgba(0, 0, 0, .54); +} +.md-search__input::-ms-clear { + display: none; +} +.md-search__icon { + position: absolute; + transition: color .25s cubic-bezier(.1, .7, .1, 1), opacity .25s; + font-size: 2.4rem; + cursor: pointer; + z-index: 2; +} +.md-search__icon:hover { + opacity: .7; +} +.md-search__icon[for=__search] { + top: .6rem; + left: 1rem; +} +[dir=rtl] .md-search__icon[for=__search] { + right: 1rem; + left: auto; +} +.md-search__icon[for=__search]:before { + content: "\E8B6"} +.md-search__icon[type=reset] { + top: .6rem; + right: 1rem; + -webkit-transform: scale(.125); + transform: scale(.125); + transition: opacity .15s, -webkit-transform .15s cubic-bezier(.1, .7, .1, 1); + transition: transform .15s cubic-bezier(.1, .7, .1, 1), opacity .15s; + transition: transform .15s cubic-bezier(.1, .7, .1, 1), opacity .15s, -webkit-transform .15s cubic-bezier(.1, .7, .1, 1); + opacity: 0; +} +[dir=rtl] .md-search__icon[type=reset] { + right: auto; + left: 1rem; +} +[data-md-toggle=search]:checked~.md-header .md-search__input:valid~.md-search__icon[type=reset] { + -webkit-transform: scale(1); + transform: scale(1); + opacity: 1; +} +[data-md-toggle=search]:checked~.md-header .md-search__input:valid~.md-search__icon[type=reset]:hover { + opacity: .7; +} +.md-search__output { + position: absolute; + width: 100%; + border-radius: 0 0 .2rem .2rem; + overflow: hidden; + z-index: 1; +} +.md-search__scrollwrap { + height: 100%; + background-color: #fff; + box-shadow: inset 0 .1rem 0 rgba(0, 0, 0, .07); + overflow-y: auto; + -webkit-overflow-scrolling: touch; +} +.md-search-result { + color: rgba(0, 0, 0, .87); + word-break: break-word; +} +.md-search-result__meta { + padding: 0 1.6rem; + background-color: rgba(0, 0, 0, .07); + color: rgba(0, 0, 0, .54); + font-size: 1.28rem; + line-height: 3.6rem; +} +.md-search-result__list { + margin: 0; + padding: 0; + border-top: .1rem solid rgba(0, 0, 0, .07); + list-style: none; +} +.md-search-result__item { + box-shadow: 0 -.1rem 0 rgba(0, 0, 0, .07); +} +.md-search-result__link { + display: block; + transition: background .25s; + outline: 0; + overflow: hidden; +} +.md-search-result__link:hover, .md-search-result__link[data-md-state=active] { + background-color: rgba(83, 109, 254, .1); +} +.md-search-result__link:hover .md-search-result__article:before, .md-search-result__link[data-md-state=active] .md-search-result__article:before { + opacity: .7; +} +.md-search-result__link:last-child .md-search-result__teaser { + margin-bottom: 1.2rem; +} +.md-search-result__article { + position: relative; + padding: 0 1.6rem; + overflow: auto; +} +.md-search-result__article--document:before { + position: absolute; + left: 0; + margin: .2rem; + transition: opacity .25s; + color: rgba(0, 0, 0, .54); + content: "\E880"} +[dir=rtl] .md-search-result__article--document:before { + right: 0; + left: auto; +} +.md-search-result__article--document .md-search-result__title { + margin: 1.1rem 0; + font-size: 1.6rem; + font-weight: 400; + line-height: 1.4; +} +.md-search-result__title { + margin: .5em 0; + font-size: 1.28rem; + font-weight: 700; + line-height: 1.4; +} +.md-search-result__teaser { + display: -webkit-box; + max-height: 3.3rem; + margin: .5em 0; + color: rgba(0, 0, 0, .54); + font-size: 1.28rem; + line-height: 1.4; + text-overflow: ellipsis; + overflow: hidden; + -webkit-line-clamp: 2; +} +.md-search-result em { + font-style: normal; + font-weight: 700; + text-decoration: underline; +} +.md-sidebar { + position: absolute; + width: 24.2rem; + padding: 2.4rem 0; + overflow: hidden; +} +.md-sidebar[data-md-state=lock] { + position: fixed; + top: 4.8rem; +} +.md-sidebar--secondary { + display: none; + position: fixed +} +.md-sidebar__scrollwrap { + max-height: 100%; + margin: 0 .4rem; + overflow-y: auto; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; +} +.md-sidebar__scrollwrap::-webkit-scrollbar { + width: .4rem; + height: .4rem; +} +.md-sidebar__scrollwrap::-webkit-scrollbar-thumb { + background-color: rgba(0, 0, 0, .26); +} +.md-sidebar__scrollwrap::-webkit-scrollbar-thumb:hover { + background-color: #536dfe; +} +@-webkit-keyframes md-source__facts--done { + 0% { + height: 0; +} +to { + height: 1.3rem; +} +} +@keyframes md-source__facts--done { + 0% { + height: 0; +} +to { + height: 1.3rem; +} +} +@-webkit-keyframes md-source__fact--done { + 0% { + -webkit-transform: translateY(100%); + transform: translateY(100%); + opacity: 0; +} +50% { + opacity: 0; +} +to { + -webkit-transform: translateY(0); + transform: translateY(0); + opacity: 1; +} +} +@keyframes md-source__fact--done { + 0% { + -webkit-transform: translateY(100%); + transform: translateY(100%); + opacity: 0; +} +50% { + opacity: 0; +} +to { + -webkit-transform: translateY(0); + transform: translateY(0); + opacity: 1; +} +} +.md-source { + display: block; + padding-right: 1.2rem; + transition: opacity .25s; + font-size: 1.3rem; + line-height: 1.2; + white-space: nowrap; +} +[dir=rtl] .md-source { + padding-right: 0; + padding-left: 1.2rem; +} +.md-source:hover { + opacity: .7; +} +.md-source:after, .md-source__icon { + display: inline-block; + height: 4.8rem; + content: ""; + vertical-align: middle; +} +.md-source__icon { + width: 4.8rem; +} +.md-source__icon svg { + width: 2.4rem; + height: 2.4rem; + margin-top: 1.2rem; + margin-left: 1.2rem; +} +[dir=rtl] .md-source__icon svg { + margin-right: 1.2rem; + margin-left: 0; +} +.md-source__icon+.md-source__repository { + margin-left: -4.4rem; + padding-left: 4rem; +} +[dir=rtl] .md-source__icon+.md-source__repository { + margin-right: -4.4rem; + margin-left: 0; + padding-right: 4rem; + padding-left: 0; +} +.md-source__repository { + display: inline-block; + max-width: 100%; + margin-left: 1.2rem; + font-weight: 700; + text-overflow: ellipsis; + overflow: hidden; + vertical-align: middle; +} +.md-source__facts { + margin: 0; + padding: 0; + font-size: 1.1rem; + font-weight: 700; + list-style-type: none; + opacity: .75; + overflow: hidden; +} +[data-md-state=done] .md-source__facts { + -webkit-animation: md-source__facts--done .25s ease-in; + animation: md-source__facts--done .25s ease-in; +} +.md-source__fact { + float: left; +} +[dir=rtl] .md-source__fact { + float: right; +} +[data-md-state=done] .md-source__fact { + -webkit-animation: md-source__fact--done .4s ease-out; + animation: md-source__fact--done .4s ease-out; +} +.md-source__fact:before { + margin: 0 .2rem; + content: "\B7"} +.md-source__fact:first-child:before { + display: none; +} +.md-source-file { + display: inline-block; + margin: 1em .5em 1em 0; + padding-right: .5rem; + border-radius: .2rem; + background-color: rgba(0, 0, 0, .07); + font-size: 1.28rem; + list-style-type: none; + cursor: pointer; + overflow: hidden; +} +.md-source-file:before { + display: inline-block; + margin-right: .5rem; + padding: .5rem; + background-color: rgba(0, 0, 0, .26); + color: #fff; + font-size: 1.6rem; + content: "\E86F"; + vertical-align: middle; +} +html .md-source-file { + transition: background .4s, color .4s, box-shadow .4s cubic-bezier(.4, 0, .2, 1); +} +html .md-source-file:before { + transition: inherit; +} +html body .md-typeset .md-source-file { + color: rgba(0, 0, 0, .54); +} +.md-source-file:hover { + box-shadow: 0 0 8px rgba(0, 0, 0, .18), 0 8px 16px rgba(0, 0, 0, .36); +} +.md-source-file:hover:before { + background-color: #536dfe; +} +.md-tabs { + width: 100%; + transition: background .25s; + background-color: #3f51b5; + color: #fff; + overflow: auto; +} +.md-tabs__list { + margin: 0; + margin-left: .4rem; + padding: 0; + list-style: none; + white-space: nowrap; +} +.md-tabs__item { + display: inline-block; + height: 4.8rem; + padding-right: 1.2rem; + padding-left: 1.2rem; +} +.md-tabs__link { + display: block; + margin-top: 1.6rem; + transition: opacity .25s, -webkit-transform .4s cubic-bezier(.1, .7, .1, 1); + transition: transform .4s cubic-bezier(.1, .7, .1, 1), opacity .25s; + transition: transform .4s cubic-bezier(.1, .7, .1, 1), opacity .25s, -webkit-transform .4s cubic-bezier(.1, .7, .1, 1); + font-size: 1.4rem; + opacity: .7; +} +.md-tabs__link--active, .md-tabs__link:hover { + color: inherit; + opacity: 1; +} +.md-tabs__item:nth-child(2) .md-tabs__link { + transition-delay: .02s; +} +.md-tabs__item:nth-child(3) .md-tabs__link { + transition-delay: .04s; +} +.md-tabs__item:nth-child(4) .md-tabs__link { + transition-delay: .06s; +} +.md-tabs__item:nth-child(5) .md-tabs__link { + transition-delay: .08s; +} +.md-tabs__item:nth-child(6) .md-tabs__link { + transition-delay: .1s; +} +.md-tabs__item:nth-child(7) .md-tabs__link { + transition-delay: .12s; +} +.md-tabs__item:nth-child(8) .md-tabs__link { + transition-delay: .14s; +} +.md-tabs__item:nth-child(9) .md-tabs__link { + transition-delay: .16s; +} +.md-tabs__item:nth-child(10) .md-tabs__link { + transition-delay: .18s; +} +.md-tabs__item:nth-child(11) .md-tabs__link { + transition-delay: .2s; +} +.md-tabs__item:nth-child(12) .md-tabs__link { + transition-delay: .22s; +} +.md-tabs__item:nth-child(13) .md-tabs__link { + transition-delay: .24s; +} +.md-tabs__item:nth-child(14) .md-tabs__link { + transition-delay: .26s; +} +.md-tabs__item:nth-child(15) .md-tabs__link { + transition-delay: .28s; +} +.md-tabs__item:nth-child(16) .md-tabs__link { + transition-delay: .3s; +} +.md-tabs[data-md-state=hidden] { + pointer-events: none; +} +.md-tabs[data-md-state=hidden] .md-tabs__link { + -webkit-transform: translateY(50%); + transform: translateY(50%); + transition: color .25s, opacity .1s, -webkit-transform 0s .4s; + transition: color .25s, transform 0s .4s, opacity .1s; + transition: color .25s, transform 0s .4s, opacity .1s, -webkit-transform 0s .4s; + opacity: 0; +} +.md-typeset .admonition, .md-typeset details { + box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2); + position: relative; + margin: 1.5625em 0; + padding: 0 1.2rem; + border-left: .4rem solid #448aff; + border-radius: .2rem; + font-size: 1.28rem; + overflow: auto; +} +[dir=rtl] .md-typeset .admonition, [dir=rtl] .md-typeset details { + border-right: .4rem solid #448aff; + border-left: none; +} +html .md-typeset .admonition>:last-child, html .md-typeset details>:last-child { + margin-bottom: 1.2rem; +} +.md-typeset .admonition .admonition, .md-typeset .admonition details, .md-typeset details .admonition, .md-typeset details details { + margin: 1em 0; +} +.md-typeset .admonition>.admonition-title, .md-typeset .admonition>summary, .md-typeset details>.admonition-title, .md-typeset details>summary { + margin: 0 -1.2rem; + padding: .8rem 1.2rem .8rem 4rem; + border-bottom: .1rem solid rgba(68, 138, 255, .1); + background-color: rgba(68, 138, 255, .1); + font-weight: 700; +} +[dir=rtl] .md-typeset .admonition>.admonition-title, [dir=rtl] .md-typeset .admonition>summary, [dir=rtl] .md-typeset details>.admonition-title, [dir=rtl] .md-typeset details>summary { + padding: .8rem 4rem .8rem 1.2rem; +} +.md-typeset .admonition>.admonition-title:last-child, .md-typeset .admonition>summary:last-child, .md-typeset details>.admonition-title:last-child, .md-typeset details>summary:last-child { + margin-bottom: 0; +} +.md-typeset .admonition>.admonition-title:before, .md-typeset .admonition>summary:before, .md-typeset details>.admonition-title:before, .md-typeset details>summary:before { + position: absolute; + left: 1.2rem; + color: #448aff; + font-size: 2rem; + content: "\E3C9"} +[dir=rtl] .md-typeset .admonition>.admonition-title:before, [dir=rtl] .md-typeset .admonition>summary:before, [dir=rtl] .md-typeset details>.admonition-title:before, [dir=rtl] .md-typeset details>summary:before { + right: 1.2rem; + left: auto; +} +.md-typeset .admonition.abstract, .md-typeset .admonition.summary, .md-typeset .admonition.tldr, .md-typeset details.abstract, .md-typeset details.summary, .md-typeset details.tldr { + border-left-color: #00b0ff; +} +[dir=rtl] .md-typeset .admonition.abstract, [dir=rtl] .md-typeset .admonition.summary, [dir=rtl] .md-typeset .admonition.tldr, [dir=rtl] .md-typeset details.abstract, [dir=rtl] .md-typeset details.summary, [dir=rtl] .md-typeset details.tldr { + border-right-color: #00b0ff; +} +.md-typeset .admonition.abstract>.admonition-title, .md-typeset .admonition.abstract>summary, .md-typeset .admonition.summary>.admonition-title, .md-typeset .admonition.summary>summary, .md-typeset .admonition.tldr>.admonition-title, .md-typeset .admonition.tldr>summary, .md-typeset details.abstract>.admonition-title, .md-typeset details.abstract>summary, .md-typeset details.summary>.admonition-title, .md-typeset details.summary>summary, .md-typeset details.tldr>.admonition-title, .md-typeset details.tldr>summary { + border-bottom-color: .1rem solid rgba(0, 176, 255, .1); + background-color: rgba(0, 176, 255, .1); +} +.md-typeset .admonition.abstract>.admonition-title:before, .md-typeset .admonition.abstract>summary:before, .md-typeset .admonition.summary>.admonition-title:before, .md-typeset .admonition.summary>summary:before, .md-typeset .admonition.tldr>.admonition-title:before, .md-typeset .admonition.tldr>summary:before, .md-typeset details.abstract>.admonition-title:before, .md-typeset details.abstract>summary:before, .md-typeset details.summary>.admonition-title:before, .md-typeset details.summary>summary:before, .md-typeset details.tldr>.admonition-title:before, .md-typeset details.tldr>summary:before { + color: #00b0ff; + content: "\E8D2"} +.md-typeset .admonition.info, .md-typeset .admonition.todo, .md-typeset details.info, .md-typeset details.todo { + border-left-color: #00b8d4; +} +[dir=rtl] .md-typeset .admonition.info, [dir=rtl] .md-typeset .admonition.todo, [dir=rtl] .md-typeset details.info, [dir=rtl] .md-typeset details.todo { + border-right-color: #00b8d4; +} +.md-typeset .admonition.info>.admonition-title, .md-typeset .admonition.info>summary, .md-typeset .admonition.todo>.admonition-title, .md-typeset .admonition.todo>summary, .md-typeset details.info>.admonition-title, .md-typeset details.info>summary, .md-typeset details.todo>.admonition-title, .md-typeset details.todo>summary { + border-bottom-color: .1rem solid rgba(0, 184, 212, .1); + background-color: rgba(0, 184, 212, .1); +} +.md-typeset .admonition.info>.admonition-title:before, .md-typeset .admonition.info>summary:before, .md-typeset .admonition.todo>.admonition-title:before, .md-typeset .admonition.todo>summary:before, .md-typeset details.info>.admonition-title:before, .md-typeset details.info>summary:before, .md-typeset details.todo>.admonition-title:before, .md-typeset details.todo>summary:before { + color: #00b8d4; + content: "\E88E"} +.md-typeset .admonition.hint, .md-typeset .admonition.important, .md-typeset .admonition.tip, .md-typeset details.hint, .md-typeset details.important, .md-typeset details.tip { + border-left-color: #00bfa5; +} +[dir=rtl] .md-typeset .admonition.hint, [dir=rtl] .md-typeset .admonition.important, [dir=rtl] .md-typeset .admonition.tip, [dir=rtl] .md-typeset details.hint, [dir=rtl] .md-typeset details.important, [dir=rtl] .md-typeset details.tip { + border-right-color: #00bfa5; +} +.md-typeset .admonition.hint>.admonition-title, .md-typeset .admonition.hint>summary, .md-typeset .admonition.important>.admonition-title, .md-typeset .admonition.important>summary, .md-typeset .admonition.tip>.admonition-title, .md-typeset .admonition.tip>summary, .md-typeset details.hint>.admonition-title, .md-typeset details.hint>summary, .md-typeset details.important>.admonition-title, .md-typeset details.important>summary, .md-typeset details.tip>.admonition-title, .md-typeset details.tip>summary { + border-bottom-color: .1rem solid rgba(0, 191, 165, .1); + background-color: rgba(0, 191, 165, .1); +} +.md-typeset .admonition.hint>.admonition-title:before, .md-typeset .admonition.hint>summary:before, .md-typeset .admonition.important>.admonition-title:before, .md-typeset .admonition.important>summary:before, .md-typeset .admonition.tip>.admonition-title:before, .md-typeset .admonition.tip>summary:before, .md-typeset details.hint>.admonition-title:before, .md-typeset details.hint>summary:before, .md-typeset details.important>.admonition-title:before, .md-typeset details.important>summary:before, .md-typeset details.tip>.admonition-title:before, .md-typeset details.tip>summary:before { + color: #00bfa5; + content: "\E80E"} +.md-typeset .admonition.check, .md-typeset .admonition.done, .md-typeset .admonition.success, .md-typeset details.check, .md-typeset details.done, .md-typeset details.success { + border-left-color: #00c853; +} +[dir=rtl] .md-typeset .admonition.check, [dir=rtl] .md-typeset .admonition.done, [dir=rtl] .md-typeset .admonition.success, [dir=rtl] .md-typeset details.check, [dir=rtl] .md-typeset details.done, [dir=rtl] .md-typeset details.success { + border-right-color: #00c853; +} +.md-typeset .admonition.check>.admonition-title, .md-typeset .admonition.check>summary, .md-typeset .admonition.done>.admonition-title, .md-typeset .admonition.done>summary, .md-typeset .admonition.success>.admonition-title, .md-typeset .admonition.success>summary, .md-typeset details.check>.admonition-title, .md-typeset details.check>summary, .md-typeset details.done>.admonition-title, .md-typeset details.done>summary, .md-typeset details.success>.admonition-title, .md-typeset details.success>summary { + border-bottom-color: .1rem solid rgba(0, 200, 83, .1); + background-color: rgba(0, 200, 83, .1); +} +.md-typeset .admonition.check>.admonition-title:before, .md-typeset .admonition.check>summary:before, .md-typeset .admonition.done>.admonition-title:before, .md-typeset .admonition.done>summary:before, .md-typeset .admonition.success>.admonition-title:before, .md-typeset .admonition.success>summary:before, .md-typeset details.check>.admonition-title:before, .md-typeset details.check>summary:before, .md-typeset details.done>.admonition-title:before, .md-typeset details.done>summary:before, .md-typeset details.success>.admonition-title:before, .md-typeset details.success>summary:before { + color: #00c853; + content: "\E876"} +.md-typeset .admonition.faq, .md-typeset .admonition.help, .md-typeset .admonition.question, .md-typeset details.faq, .md-typeset details.help, .md-typeset details.question { + border-left-color: #64dd17; +} +[dir=rtl] .md-typeset .admonition.faq, [dir=rtl] .md-typeset .admonition.help, [dir=rtl] .md-typeset .admonition.question, [dir=rtl] .md-typeset details.faq, [dir=rtl] .md-typeset details.help, [dir=rtl] .md-typeset details.question { + border-right-color: #64dd17; +} +.md-typeset .admonition.faq>.admonition-title, .md-typeset .admonition.faq>summary, .md-typeset .admonition.help>.admonition-title, .md-typeset .admonition.help>summary, .md-typeset .admonition.question>.admonition-title, .md-typeset .admonition.question>summary, .md-typeset details.faq>.admonition-title, .md-typeset details.faq>summary, .md-typeset details.help>.admonition-title, .md-typeset details.help>summary, .md-typeset details.question>.admonition-title, .md-typeset details.question>summary { + border-bottom-color: .1rem solid rgba(100, 221, 23, .1); + background-color: rgba(100, 221, 23, .1); +} +.md-typeset .admonition.faq>.admonition-title:before, .md-typeset .admonition.faq>summary:before, .md-typeset .admonition.help>.admonition-title:before, .md-typeset .admonition.help>summary:before, .md-typeset .admonition.question>.admonition-title:before, .md-typeset .admonition.question>summary:before, .md-typeset details.faq>.admonition-title:before, .md-typeset details.faq>summary:before, .md-typeset details.help>.admonition-title:before, .md-typeset details.help>summary:before, .md-typeset details.question>.admonition-title:before, .md-typeset details.question>summary:before { + color: #64dd17; + content: "\E887"} +.md-typeset .admonition.attention, .md-typeset .admonition.caution, .md-typeset .admonition.warning, .md-typeset details.attention, .md-typeset details.caution, .md-typeset details.warning { + border-left-color: #ff9100; +} +[dir=rtl] .md-typeset .admonition.attention, [dir=rtl] .md-typeset .admonition.caution, [dir=rtl] .md-typeset .admonition.warning, [dir=rtl] .md-typeset details.attention, [dir=rtl] .md-typeset details.caution, [dir=rtl] .md-typeset details.warning { + border-right-color: #ff9100; +} +.md-typeset .admonition.attention>.admonition-title, .md-typeset .admonition.attention>summary, .md-typeset .admonition.caution>.admonition-title, .md-typeset .admonition.caution>summary, .md-typeset .admonition.warning>.admonition-title, .md-typeset .admonition.warning>summary, .md-typeset details.attention>.admonition-title, .md-typeset details.attention>summary, .md-typeset details.caution>.admonition-title, .md-typeset details.caution>summary, .md-typeset details.warning>.admonition-title, .md-typeset details.warning>summary { + border-bottom-color: .1rem solid rgba(255, 145, 0, .1); + background-color: rgba(255, 145, 0, .1); +} +.md-typeset .admonition.attention>.admonition-title:before, .md-typeset .admonition.attention>summary:before, .md-typeset .admonition.caution>.admonition-title:before, .md-typeset .admonition.caution>summary:before, .md-typeset .admonition.warning>.admonition-title:before, .md-typeset .admonition.warning>summary:before, .md-typeset details.attention>.admonition-title:before, .md-typeset details.attention>summary:before, .md-typeset details.caution>.admonition-title:before, .md-typeset details.caution>summary:before, .md-typeset details.warning>.admonition-title:before, .md-typeset details.warning>summary:before { + color: #ff9100; + content: "\E002"} +.md-typeset .admonition.fail, .md-typeset .admonition.failure, .md-typeset .admonition.missing, .md-typeset details.fail, .md-typeset details.failure, .md-typeset details.missing { + border-left-color: #ff5252; +} +[dir=rtl] .md-typeset .admonition.fail, [dir=rtl] .md-typeset .admonition.failure, [dir=rtl] .md-typeset .admonition.missing, [dir=rtl] .md-typeset details.fail, [dir=rtl] .md-typeset details.failure, [dir=rtl] .md-typeset details.missing { + border-right-color: #ff5252; +} +.md-typeset .admonition.fail>.admonition-title, .md-typeset .admonition.fail>summary, .md-typeset .admonition.failure>.admonition-title, .md-typeset .admonition.failure>summary, .md-typeset .admonition.missing>.admonition-title, .md-typeset .admonition.missing>summary, .md-typeset details.fail>.admonition-title, .md-typeset details.fail>summary, .md-typeset details.failure>.admonition-title, .md-typeset details.failure>summary, .md-typeset details.missing>.admonition-title, .md-typeset details.missing>summary { + border-bottom-color: .1rem solid rgba(255, 82, 82, .1); + background-color: rgba(255, 82, 82, .1); +} +.md-typeset .admonition.fail>.admonition-title:before, .md-typeset .admonition.fail>summary:before, .md-typeset .admonition.failure>.admonition-title:before, .md-typeset .admonition.failure>summary:before, .md-typeset .admonition.missing>.admonition-title:before, .md-typeset .admonition.missing>summary:before, .md-typeset details.fail>.admonition-title:before, .md-typeset details.fail>summary:before, .md-typeset details.failure>.admonition-title:before, .md-typeset details.failure>summary:before, .md-typeset details.missing>.admonition-title:before, .md-typeset details.missing>summary:before { + color: #ff5252; + content: "\E14C"} +.md-typeset .admonition.danger, .md-typeset .admonition.error, .md-typeset details.danger, .md-typeset details.error { + border-left-color: #ff1744; +} +[dir=rtl] .md-typeset .admonition.danger, [dir=rtl] .md-typeset .admonition.error, [dir=rtl] .md-typeset details.danger, [dir=rtl] .md-typeset details.error { + border-right-color: #ff1744; +} +.md-typeset .admonition.danger>.admonition-title, .md-typeset .admonition.danger>summary, .md-typeset .admonition.error>.admonition-title, .md-typeset .admonition.error>summary, .md-typeset details.danger>.admonition-title, .md-typeset details.danger>summary, .md-typeset details.error>.admonition-title, .md-typeset details.error>summary { + border-bottom-color: .1rem solid rgba(255, 23, 68, .1); + background-color: rgba(255, 23, 68, .1); +} +.md-typeset .admonition.danger>.admonition-title:before, .md-typeset .admonition.danger>summary:before, .md-typeset .admonition.error>.admonition-title:before, .md-typeset .admonition.error>summary:before, .md-typeset details.danger>.admonition-title:before, .md-typeset details.danger>summary:before, .md-typeset details.error>.admonition-title:before, .md-typeset details.error>summary:before { + color: #ff1744; + content: "\E3E7"} +.md-typeset .admonition.bug, .md-typeset details.bug { + border-left-color: #f50057; +} +[dir=rtl] .md-typeset .admonition.bug, [dir=rtl] .md-typeset details.bug { + border-right-color: #f50057; +} +.md-typeset .admonition.bug>.admonition-title, .md-typeset .admonition.bug>summary, .md-typeset details.bug>.admonition-title, .md-typeset details.bug>summary { + border-bottom-color: .1rem solid rgba(245, 0, 87, .1); + background-color: rgba(245, 0, 87, .1); +} +.md-typeset .admonition.bug>.admonition-title:before, .md-typeset .admonition.bug>summary:before, .md-typeset details.bug>.admonition-title:before, .md-typeset details.bug>summary:before { + color: #f50057; + content: "\E868"} +.md-typeset .admonition.example, .md-typeset details.example { + border-left-color: #651fff; +} +[dir=rtl] .md-typeset .admonition.example, [dir=rtl] .md-typeset details.example { + border-right-color: #651fff; +} +.md-typeset .admonition.example>.admonition-title, .md-typeset .admonition.example>summary, .md-typeset details.example>.admonition-title, .md-typeset details.example>summary { + border-bottom-color: .1rem solid rgba(101, 31, 255, .1); + background-color: rgba(101, 31, 255, .1); +} +.md-typeset .admonition.example>.admonition-title:before, .md-typeset .admonition.example>summary:before, .md-typeset details.example>.admonition-title:before, .md-typeset details.example>summary:before { + color: #651fff; + content: "\E242"} +.md-typeset .admonition.cite, .md-typeset .admonition.quote, .md-typeset details.cite, .md-typeset details.quote { + border-left-color: #9e9e9e; +} +[dir=rtl] .md-typeset .admonition.cite, [dir=rtl] .md-typeset .admonition.quote, [dir=rtl] .md-typeset details.cite, [dir=rtl] .md-typeset details.quote { + border-right-color: #9e9e9e; +} +.md-typeset .admonition.cite>.admonition-title, .md-typeset .admonition.cite>summary, .md-typeset .admonition.quote>.admonition-title, .md-typeset .admonition.quote>summary, .md-typeset details.cite>.admonition-title, .md-typeset details.cite>summary, .md-typeset details.quote>.admonition-title, .md-typeset details.quote>summary { + border-bottom-color: .1rem solid hsla(0, 0%, 62%, .1); + background-color: hsla(0, 0%, 62%, .1); +} +.md-typeset .admonition.cite>.admonition-title:before, .md-typeset .admonition.cite>summary:before, .md-typeset .admonition.quote>.admonition-title:before, .md-typeset .admonition.quote>summary:before, .md-typeset details.cite>.admonition-title:before, .md-typeset details.cite>summary:before, .md-typeset details.quote>.admonition-title:before, .md-typeset details.quote>summary:before { + color: #9e9e9e; + content: "\E244"} +.codehilite .o, .codehilite .ow, .md-typeset .highlight .o, .md-typeset .highlight .ow { + color: inherit; +} +.codehilite .ge, .md-typeset .highlight .ge { + color: #000; +} +.codehilite .gr, .md-typeset .highlight .gr { + color: #a00; +} +.codehilite .gh, .md-typeset .highlight .gh { + color: #999; +} +.codehilite .go, .md-typeset .highlight .go { + color: #888; +} +.codehilite .gp, .md-typeset .highlight .gp { + color: #555; +} +.codehilite .gs, .md-typeset .highlight .gs { + color: inherit; +} +.codehilite .gu, .md-typeset .highlight .gu { + color: #aaa; +} +.codehilite .gt, .md-typeset .highlight .gt { + color: #a00; +} +.codehilite .gd, .md-typeset .highlight .gd { + background-color: #fdd; +} +.codehilite .gi, .md-typeset .highlight .gi { + background-color: #dfd; +} +.codehilite .k, .md-typeset .highlight .k { + color: #3b78e7; +} +.codehilite .kc, .md-typeset .highlight .kc { + color: #a71d5d; +} +.codehilite .kd, .codehilite .kn, .md-typeset .highlight .kd, .md-typeset .highlight .kn { + color: #3b78e7; +} +.codehilite .kp, .md-typeset .highlight .kp { + color: #a71d5d; +} +.codehilite .kr, .codehilite .kt, .md-typeset .highlight .kr, .md-typeset .highlight .kt { + color: #3e61a2; +} +.codehilite .c, .codehilite .cm, .md-typeset .highlight .c, .md-typeset .highlight .cm { + color: #999; +} +.codehilite .cp, .md-typeset .highlight .cp { + color: #666; +} +.codehilite .c1, .codehilite .ch, .codehilite .cs, .md-typeset .highlight .c1, .md-typeset .highlight .ch, .md-typeset .highlight .cs { + color: #999; +} +.codehilite .na, .codehilite .nb, .md-typeset .highlight .na, .md-typeset .highlight .nb { + color: #c2185b; +} +.codehilite .bp, .md-typeset .highlight .bp { + color: #3e61a2; +} +.codehilite .nc, .md-typeset .highlight .nc { + color: #c2185b; +} +.codehilite .no, .md-typeset .highlight .no { + color: #3e61a2; +} +.codehilite .nd, .codehilite .ni, .md-typeset .highlight .nd, .md-typeset .highlight .ni { + color: #666; +} +.codehilite .ne, .codehilite .nf, .md-typeset .highlight .ne, .md-typeset .highlight .nf { + color: #c2185b; +} +.codehilite .nl, .md-typeset .highlight .nl { + color: #3b5179; +} +.codehilite .nn, .md-typeset .highlight .nn { + color: #ec407a; +} +.codehilite .nt, .md-typeset .highlight .nt { + color: #3b78e7; +} +.codehilite .nv, .codehilite .vc, .codehilite .vg, .codehilite .vi, .md-typeset .highlight .nv, .md-typeset .highlight .vc, .md-typeset .highlight .vg, .md-typeset .highlight .vi { + color: #3e61a2; +} +.codehilite .nx, .md-typeset .highlight .nx { + color: #ec407a; +} +.codehilite .il, .codehilite .m, .codehilite .mf, .codehilite .mh, .codehilite .mi, .codehilite .mo, .md-typeset .highlight .il, .md-typeset .highlight .m, .md-typeset .highlight .mf, .md-typeset .highlight .mh, .md-typeset .highlight .mi, .md-typeset .highlight .mo { + color: #e74c3c; +} +.codehilite .s, .codehilite .sb, .codehilite .sc, .md-typeset .highlight .s, .md-typeset .highlight .sb, .md-typeset .highlight .sc { + color: #0d904f; +} +.codehilite .sd, .md-typeset .highlight .sd { + color: #999; +} +.codehilite .s2, .md-typeset .highlight .s2 { + color: #0d904f; +} +.codehilite .se, .codehilite .sh, .codehilite .si, .codehilite .sx, .md-typeset .highlight .se, .md-typeset .highlight .sh, .md-typeset .highlight .si, .md-typeset .highlight .sx { + color: #183691; +} +.codehilite .sr, .md-typeset .highlight .sr { + color: #009926; +} +.codehilite .s1, .codehilite .ss, .md-typeset .highlight .s1, .md-typeset .highlight .ss { + color: #0d904f; +} +.codehilite .err, .md-typeset .highlight .err { + color: #a61717; +} +.codehilite .w, .md-typeset .highlight .w { + color: transparent; +} +.codehilite .hll, .md-typeset .highlight .hll { + display: block; + margin: 0 -1.2rem; + padding: 0 1.2rem; + background-color: rgba(255, 235, 59, .5); +} +.md-typeset .codehilite, .md-typeset .highlight { + position: relative; + margin: 1em 0; + padding: 0; + border-radius: .2rem; + background-color: hsla(0, 0%, 93%, .5); + color: #37474f; + line-height: 1.4; + -webkit-overflow-scrolling: touch; +} +.md-typeset .codehilite code, .md-typeset .codehilite pre, .md-typeset .highlight code, .md-typeset .highlight pre { + display: block; + margin: 0; + padding: 1.05rem 1.2rem; + background-color: transparent; + overflow: auto; + vertical-align: top; +} +.md-typeset .codehilite code::-webkit-scrollbar, .md-typeset .codehilite pre::-webkit-scrollbar, .md-typeset .highlight code::-webkit-scrollbar, .md-typeset .highlight pre::-webkit-scrollbar { + width: .4rem; + height: .4rem; +} +.md-typeset .codehilite code::-webkit-scrollbar-thumb, .md-typeset .codehilite pre::-webkit-scrollbar-thumb, .md-typeset .highlight code::-webkit-scrollbar-thumb, .md-typeset .highlight pre::-webkit-scrollbar-thumb { + background-color: rgba(0, 0, 0, .26); +} +.md-typeset .codehilite code::-webkit-scrollbar-thumb:hover, .md-typeset .codehilite pre::-webkit-scrollbar-thumb:hover, .md-typeset .highlight code::-webkit-scrollbar-thumb:hover, .md-typeset .highlight pre::-webkit-scrollbar-thumb:hover { + background-color: #536dfe; +} +.md-typeset pre.codehilite, .md-typeset pre.highlight { + overflow: visible; +} +.md-typeset pre.codehilite code, .md-typeset pre.highlight code { + display: block; + padding: 1.05rem 1.2rem; + overflow: auto; +} +.md-typeset .codehilitetable, .md-typeset .highlighttable { + display: block; + margin: 1em 0; + border-radius: .2em; + font-size: 1.6rem; + overflow: hidden; +} +.md-typeset .codehilitetable tbody, .md-typeset .codehilitetable td, .md-typeset .highlighttable tbody, .md-typeset .highlighttable td { + display: block; + padding: 0; +} +.md-typeset .codehilitetable tr, .md-typeset .highlighttable tr { + display: flex; +} +.md-typeset .codehilitetable .codehilite, .md-typeset .codehilitetable .highlight, .md-typeset .codehilitetable .linenodiv, .md-typeset .highlighttable .codehilite, .md-typeset .highlighttable .highlight, .md-typeset .highlighttable .linenodiv { + margin: 0; + border-radius: 0; +} +.md-typeset .codehilitetable .linenodiv, .md-typeset .highlighttable .linenodiv { + padding: 1.05rem 1.2rem; +} +.md-typeset .codehilitetable .linenos, .md-typeset .highlighttable .linenos { + background-color: rgba(0, 0, 0, .07); + color: rgba(0, 0, 0, .26); + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.md-typeset .codehilitetable .linenos pre, .md-typeset .highlighttable .linenos pre { + margin: 0; + padding: 0; + background-color: transparent; + color: inherit; + text-align: right; +} +.md-typeset .codehilitetable .code, .md-typeset .highlighttable .code { + flex: 1; + overflow: hidden; +} +.md-typeset>.codehilitetable, .md-typeset>.highlighttable { + box-shadow: none; +} +.md-typeset [id^="fnref:"] { + display: inline-block; +} +.md-typeset [id^="fnref:"]:target { + margin-top: -7.6rem; + padding-top: 7.6rem; + pointer-events: none; +} +.md-typeset [id^="fn:"]:before { + display: none; + height: 0; + content: ""} +.md-typeset [id^="fn:"]:target:before { + display: block; + margin-top: -7rem; + padding-top: 7rem; + pointer-events: none; +} +.md-typeset .footnote { + color: rgba(0, 0, 0, .54); + font-size: 1.28rem; +} +.md-typeset .footnote ol { + margin-left: 0; +} +.md-typeset .footnote li { + transition: color .25s; +} +.md-typeset .footnote li:target { + color: rgba(0, 0, 0, .87); +} +.md-typeset .footnote li :first-child { + margin-top: 0; +} +.md-typeset .footnote li:hover .footnote-backref, .md-typeset .footnote li:target .footnote-backref { + -webkit-transform: translateX(0); + transform: translateX(0); + opacity: 1; +} +.md-typeset .footnote li:hover .footnote-backref:hover, .md-typeset .footnote li:target .footnote-backref { + color: #536dfe; +} +.md-typeset .footnote-ref { + display: inline-block; + pointer-events: auto; +} +.md-typeset .footnote-ref:before { + display: inline; + margin: 0 .2em; + border-left: .1rem solid rgba(0, 0, 0, .26); + font-size: 1.25em; + content: ""; + vertical-align: -.5rem; +} +.md-typeset .footnote-backref { + display: inline-block; + -webkit-transform: translateX(.5rem); + transform: translateX(.5rem); + transition: color .25s, opacity .125s .125s, -webkit-transform .25s .125s; + transition: transform .25s .125s, color .25s, opacity .125s .125s; + transition: transform .25s .125s, color .25s, opacity .125s .125s, -webkit-transform .25s .125s; + color: rgba(0, 0, 0, .26); + font-size: 0; + opacity: 0; + vertical-align: text-bottom; +} +[dir=rtl] .md-typeset .footnote-backref { + -webkit-transform: translateX(-.5rem); + transform: translateX(-.5rem); +} +.md-typeset .footnote-backref:before { + display: inline-block; + font-size: 1.6rem; + content: "\E31B"} +[dir=rtl] .md-typeset .footnote-backref:before { + -webkit-transform: scaleX(-1); + transform: scaleX(-1); +} +.md-typeset .headerlink { + display: inline-block; + margin-left: 1rem; + -webkit-transform: translateY(.5rem); + transform: translateY(.5rem); + transition: color .25s, opacity .125s .25s, -webkit-transform .25s .25s; + transition: transform .25s .25s, color .25s, opacity .125s .25s; + transition: transform .25s .25s, color .25s, opacity .125s .25s, -webkit-transform .25s .25s; + opacity: 0; +} +[dir=rtl] .md-typeset .headerlink { + margin-right: 1rem; + margin-left: 0; +} +html body .md-typeset .headerlink { + color: rgba(0, 0, 0, .26); +} +.md-typeset h1[id]:before { + display: block; + margin-top: -.9rem; + padding-top: .9rem; + content: ""} +.md-typeset h1[id]:target:before { + margin-top: -6.9rem; + padding-top: 6.9rem; +} +.md-typeset h1[id] .headerlink:focus, .md-typeset h1[id]:hover .headerlink, .md-typeset h1[id]:target .headerlink { + -webkit-transform: translate(0); + transform: translate(0); + opacity: 1; +} +.md-typeset h1[id] .headerlink:focus, .md-typeset h1[id]:hover .headerlink:hover, .md-typeset h1[id]:target .headerlink { + color: #536dfe; +} +.md-typeset h2[id]:before { + display: block; + margin-top: -.8rem; + padding-top: .8rem; + content: ""} +.md-typeset h2[id]:target:before { + margin-top: -6.8rem; + padding-top: 6.8rem; +} +.md-typeset h2[id] .headerlink:focus, .md-typeset h2[id]:hover .headerlink, .md-typeset h2[id]:target .headerlink { + -webkit-transform: translate(0); + transform: translate(0); + opacity: 1; +} +.md-typeset h2[id] .headerlink:focus, .md-typeset h2[id]:hover .headerlink:hover, .md-typeset h2[id]:target .headerlink { + color: #536dfe; +} +.md-typeset h3[id]:before { + display: block; + margin-top: -.9rem; + padding-top: .9rem; + content: ""} +.md-typeset h3[id]:target:before { + margin-top: -6.9rem; + padding-top: 6.9rem; +} +.md-typeset h3[id] .headerlink:focus, .md-typeset h3[id]:hover .headerlink, .md-typeset h3[id]:target .headerlink { + -webkit-transform: translate(0); + transform: translate(0); + opacity: 1; +} +.md-typeset h3[id] .headerlink:focus, .md-typeset h3[id]:hover .headerlink:hover, .md-typeset h3[id]:target .headerlink { + color: #536dfe; +} +.md-typeset h4[id]:before { + display: block; + margin-top: -.9rem; + padding-top: .9rem; + content: ""} +.md-typeset h4[id]:target:before { + margin-top: -6.9rem; + padding-top: 6.9rem; +} +.md-typeset h4[id] .headerlink:focus, .md-typeset h4[id]:hover .headerlink, .md-typeset h4[id]:target .headerlink { + -webkit-transform: translate(0); + transform: translate(0); + opacity: 1; +} +.md-typeset h4[id] .headerlink:focus, .md-typeset h4[id]:hover .headerlink:hover, .md-typeset h4[id]:target .headerlink { + color: #536dfe; +} +.md-typeset h5[id]:before { + display: block; + margin-top: -1.1rem; + padding-top: 1.1rem; + content: ""} +.md-typeset h5[id]:target:before { + margin-top: -7.1rem; + padding-top: 7.1rem; +} +.md-typeset h5[id] .headerlink:focus, .md-typeset h5[id]:hover .headerlink, .md-typeset h5[id]:target .headerlink { + -webkit-transform: translate(0); + transform: translate(0); + opacity: 1; +} +.md-typeset h5[id] .headerlink:focus, .md-typeset h5[id]:hover .headerlink:hover, .md-typeset h5[id]:target .headerlink { + color: #536dfe; +} +.md-typeset h6[id]:before { + display: block; + margin-top: -1.1rem; + padding-top: 1.1rem; + content: ""} +.md-typeset h6[id]:target:before { + margin-top: -7.1rem; + padding-top: 7.1rem; +} +.md-typeset h6[id] .headerlink:focus, .md-typeset h6[id]:hover .headerlink, .md-typeset h6[id]:target .headerlink { + -webkit-transform: translate(0); + transform: translate(0); + opacity: 1; +} +.md-typeset h6[id] .headerlink:focus, .md-typeset h6[id]:hover .headerlink:hover, .md-typeset h6[id]:target .headerlink { + color: #536dfe; +} +.md-typeset .MJXc-display { + margin: .75em 0; + padding: .75em 0; + overflow: auto; + -webkit-overflow-scrolling: touch; +} +.md-typeset .MathJax_CHTML { + outline: 0; +} +.md-typeset .critic.comment, .md-typeset del.critic, .md-typeset ins.critic { + margin: 0 .25em; + padding: .0625em 0; + border-radius: .2rem; + -webkit-box-decoration-break: clone; + box-decoration-break: clone; +} +.md-typeset del.critic { + background-color: #fdd; + box-shadow: .25em 0 0 #fdd, -.25em 0 0 #fdd; +} +.md-typeset ins.critic { + background-color: #dfd; + box-shadow: .25em 0 0 #dfd, -.25em 0 0 #dfd; +} +.md-typeset .critic.comment { + background-color: hsla(0, 0%, 93%, .5); + color: #37474f; + box-shadow: .25em 0 0 hsla(0, 0%, 93%, .5), -.25em 0 0 hsla(0, 0%, 93%, .5); +} +.md-typeset .critic.comment:before { + padding-right: .125em; + color: rgba(0, 0, 0, .26); + content: "\E0B7"; + vertical-align: -.125em; +} +.md-typeset .critic.block { + display: block; + margin: 1em 0; + padding-right: 1.6rem; + padding-left: 1.6rem; + box-shadow: none; +} +.md-typeset .critic.block :first-child { + margin-top: .5em; +} +.md-typeset .critic.block :last-child { + margin-bottom: .5em; +} +.md-typeset details { + display: block; + padding-top: 0; +} +.md-typeset details[open]>summary:after { + -webkit-transform: rotate(180deg); + transform: rotate(180deg); +} +.md-typeset details:not([open]) { + padding-bottom: 0; +} +.md-typeset details:not([open])>summary { + border-bottom: none; +} +.md-typeset details summary { + padding-right: 4rem; +} +[dir=rtl] .md-typeset details summary { + padding-left: 4rem; +} +.no-details .md-typeset details:not([open])>* { + display: none; +} +.no-details .md-typeset details:not([open]) summary { + display: block; +} +.md-typeset summary { + display: block; + outline: none; + cursor: pointer; +} +.md-typeset summary::-webkit-details-marker { + display: none; +} +.md-typeset summary:after { + position: absolute; + top: .8rem; + right: 1.2rem; + color: rgba(0, 0, 0, .26); + font-size: 2rem; + content: "\E313"} +[dir=rtl] .md-typeset summary:after { + right: auto; + left: 1.2rem; +} +.md-typeset .emojione { + width: 2rem; + vertical-align: text-top; +} +.md-typeset code.codehilite, .md-typeset code.highlight { + margin: 0 .29412em; + padding: .07353em 0; +} +.md-typeset .superfences-content { + display: none; + order: 99; + width: 100%; + background-color: #fff; +} +.md-typeset .superfences-content>* { + margin: 0; + border-radius: 0; +} +.md-typeset .superfences-tabs { + display: flex; + position: relative; + flex-wrap: wrap; + margin: 1em 0; + border: .1rem solid rgba(0, 0, 0, .07); + border-radius: .2em; +} +.md-typeset .superfences-tabs>input { + display: none; +} +.md-typeset .superfences-tabs>input:checked+label { + font-weight: 700; +} +.md-typeset .superfences-tabs>input:checked+label+.superfences-content { + display: block; +} +.md-typeset .superfences-tabs>label { + width: auto; + padding: 1.2rem; + transition: color .125s; + font-size: 1.28rem; + cursor: pointer; +} +html .md-typeset .superfences-tabs>label:hover { + color: #536dfe; +} +.md-typeset .task-list-item { + position: relative; + list-style-type: none; +} +.md-typeset .task-list-item [type=checkbox] { + position: absolute; + top: .45em; + left: -2em; +} +[dir=rtl] .md-typeset .task-list-item [type=checkbox] { + right: -2em; + left: auto; +} +.md-typeset .task-list-control .task-list-indicator:before { + position: absolute; + top: .15em; + left: -1.25em; + color: rgba(0, 0, 0, .26); + font-size: 1.25em; + content: "\E835"; + vertical-align: -.25em; +} +[dir=rtl] .md-typeset .task-list-control .task-list-indicator:before { + right: -1.25em; + left: auto; +} +.md-typeset .task-list-control [type=checkbox]:checked+.task-list-indicator:before { + content: "\E834"} +.md-typeset .task-list-control [type=checkbox] { + opacity: 0; + z-index: -1; +} +@media print { + .md-typeset a: after { + color: rgba(0, 0, 0, .54); + content: " [" attr(href) "]"} +.md-typeset code, .md-typeset pre { + white-space: pre-wrap; +} +.md-typeset code { + box-shadow: none; + -webkit-box-decoration-break: initial; + box-decoration-break: slice; +} +.md-clipboard, .md-content__icon, .md-footer, .md-header, .md-sidebar, .md-tabs, .md-typeset .headerlink { + display: none; +} +} +@media only screen and (max-width:44.9375em) { + .md-typeset pre { + margin: 1em -1.6rem; + border-radius: 0; +} +.md-typeset pre>code { + padding: 1.05rem 1.6rem; +} +.md-footer-nav__link--prev .md-footer-nav__title { + display: none; +} +.md-search-result__teaser { + max-height: 5rem; + -webkit-line-clamp: 3; +} +.codehilite .hll, .md-typeset .highlight .hll { + margin: 0 -1.6rem; + padding: 0 1.6rem; +} +.md-typeset>.codehilite, .md-typeset>.highlight { + margin: 1em -1.6rem; + border-radius: 0; +} +.md-typeset>.codehilite code, .md-typeset>.codehilite pre, .md-typeset>.highlight code, .md-typeset>.highlight pre { + padding: 1.05rem 1.6rem; +} +.md-typeset>.codehilitetable, .md-typeset>.highlighttable { + margin: 1em -1.6rem; + border-radius: 0; +} +.md-typeset>.codehilitetable .codehilite>code, .md-typeset>.codehilitetable .codehilite>pre, .md-typeset>.codehilitetable .highlight>code, .md-typeset>.codehilitetable .highlight>pre, .md-typeset>.codehilitetable .linenodiv, .md-typeset>.highlighttable .codehilite>code, .md-typeset>.highlighttable .codehilite>pre, .md-typeset>.highlighttable .highlight>code, .md-typeset>.highlighttable .highlight>pre, .md-typeset>.highlighttable .linenodiv { + padding: 1rem 1.6rem; +} +.md-typeset>p>.MJXc-display { + margin: .75em -1.6rem; + padding: .25em 1.6rem; +} +.md-typeset>.superfences-tabs { + margin: 1em -1.6rem; + border: 0; + border-top: .1rem solid rgba(0, 0, 0, .07); + border-radius: 0; +} +.md-typeset>.superfences-tabs code, .md-typeset>.superfences-tabs pre { + padding: 1.05rem 1.6rem; +} +} +@media only screen and (min-width:100em) { + html { + font-size: 68.75%} +} +@media only screen and (min-width:125em) { + html { + font-size: 75%} +} +@media only screen and (max-width:59.9375em) { + body[data-md-state=lock] { + overflow: hidden; +} +.ios body[data-md-state=lock] .md-container { + display: none; +} +html .md-nav__link[for=__toc] { + display: block; + padding-right: 4.8rem; +} +html .md-nav__link[for=__toc]:after { + color: inherit; + content: "\E8DE"} +html .md-nav__link[for=__toc]+.md-nav__link { + display: none; +} +html .md-nav__link[for=__toc]~.md-nav { + display: flex; +} +html [dir=rtl] .md-nav__link { + padding-right: 1.6rem; + padding-left: 4.8rem; +} +.md-nav__source { + display: block; + padding: 0 .4rem; + background-color: rgba(50, 64, 144, .9675); + color: #fff; +} +.md-search__overlay { + position: absolute; + top: .4rem; + left: .4rem; + width: 3.6rem; + height: 3.6rem; + -webkit-transform-origin: center; + transform-origin: center; + transition: opacity .2s .2s, -webkit-transform .3s .1s; + transition: transform .3s .1s, opacity .2s .2s; + transition: transform .3s .1s, opacity .2s .2s, -webkit-transform .3s .1s; + border-radius: 2rem; + background-color: #fff; + overflow: hidden; + pointer-events: none; +} +[dir=rtl] .md-search__overlay { + right: .4rem; + left: auto; +} +[data-md-toggle=search]:checked~.md-header .md-search__overlay { + transition: opacity .1s, -webkit-transform .4s; + transition: transform .4s, opacity .1s; + transition: transform .4s, opacity .1s, -webkit-transform .4s; + opacity: 1; +} +.md-search__inner { + position: fixed; + top: 0; + left: 100%; + width: 100%; + height: 100%; + -webkit-transform: translateX(5%); + transform: translateX(5%); + transition: right 0s .3s, left 0s .3s, opacity .15s .15s, -webkit-transform .15s cubic-bezier(.4, 0, .2, 1) .15s; + transition: right 0s .3s, left 0s .3s, transform .15s cubic-bezier(.4, 0, .2, 1) .15s, opacity .15s .15s; + transition: right 0s .3s, left 0s .3s, transform .15s cubic-bezier(.4, 0, .2, 1) .15s, opacity .15s .15s, -webkit-transform .15s cubic-bezier(.4, 0, .2, 1) .15s; + opacity: 0; + z-index: 2; +} +[data-md-toggle=search]:checked~.md-header .md-search__inner { + left: 0; + -webkit-transform: translateX(0); + transform: translateX(0); + transition: right 0s 0s, left 0s 0s, opacity .15s .15s, -webkit-transform .15s cubic-bezier(.1, .7, .1, 1) .15s; + transition: right 0s 0s, left 0s 0s, transform .15s cubic-bezier(.1, .7, .1, 1) .15s, opacity .15s .15s; + transition: right 0s 0s, left 0s 0s, transform .15s cubic-bezier(.1, .7, .1, 1) .15s, opacity .15s .15s, -webkit-transform .15s cubic-bezier(.1, .7, .1, 1) .15s; + opacity: 1; +} +[dir=rtl] [data-md-toggle=search]:checked~.md-header .md-search__inner { + right: 0; + left: auto; +} +html [dir=rtl] .md-search__inner { + right: 100%; + left: auto; + -webkit-transform: translateX(-5%); + transform: translateX(-5%); +} +.md-search__input { + width: 100%; + height: 4.8rem; + font-size: 1.8rem; +} +.md-search__icon[for=__search] { + top: 1.2rem; + left: 1.6rem; +} +.md-search__icon[for=__search][for=__search]:before { + content: "\E5C4"} +[dir=rtl] .md-search__icon[for=__search][for=__search]:before { + content: "\E5C8"} +.md-search__icon[type=reset] { + top: 1.2rem; + right: 1.6rem; +} +.md-search__output { + top: 4.8rem; + bottom: 0; +} +.md-search-result__article--document:before { + display: none; +} +} +@media only screen and (max-width:76.1875em) { + [data-md-toggle=drawer]: checked~.md-overlay { + width: 100%; + height: 100%; + transition: width 0s, height 0s, opacity .25s; + opacity: 1; +} +.not-mobile-nav { + display: none !important; +} +.mobile-nav { + display: normal !important; +} +.md-nav--primary .md-nav__item--nested>.md-nav__link:after { + content: "" !important} +[dir=rtl] .md-nav--primary .md-nav__item--nested>.md-nav__link:after { + content: "" !important} + +.md-header-nav__button.md-icon--home, .md-header-nav__button.md-logo { + display: none; +} +.md-hero__inner { + margin-top: 4.8rem; + margin-bottom: 2.4rem; +} +.md-nav { + background-color: #fff; +} +.md-nav--primary, .md-nav--primary .md-nav { + display: flex; + position: absolute; + top: 0; + right: 0; + left: 0; + flex-direction: column; + height: 100%; + z-index: 1; +} +.md-nav--primary .md-nav__item, .md-nav--primary .md-nav__title { + font-size: 1.6rem; + line-height: 1.5; +} +html .md-nav--primary .md-nav__title { + position: relative; + height: 11.2rem; + padding: 6rem 1.6rem .4rem; + background-color: rgba(0, 0, 0, .07); + color: rgba(0, 0, 0, .54); + font-weight: 400; + line-height: 4.8rem; + white-space: nowrap; + cursor: pointer; +} +html .md-nav--primary .md-nav__title:before { + display: block; + position: absolute; + top: .4rem; + left: .4rem; + width: 4rem; + height: 4rem; + color: rgba(0, 0, 0, .54); +} +html .md-nav--primary .md-nav__title~.md-nav__list { + background-color: #fff; + box-shadow: inset 0 .1rem 0 rgba(0, 0, 0, .07); +} +html .md-nav--primary .md-nav__title~.md-nav__list>.md-nav__item:first-child { + border-top: 0; +} +html .md-nav--primary .md-nav__title--site { + position: relative; + background-color: #3f51b5; + color: #fff; +} +html .md-nav--primary .md-nav__title--site .md-nav__button { + display: block; + position: absolute; + top: .4rem; + left: .4rem; + width: 6.4rem; + height: 6.4rem; + font-size: 4.8rem; +} +html .md-nav--primary .md-nav__title--site:before { + display: none; +} +html [dir=rtl] .md-nav--primary .md-nav__title--site .md-nav__button, html [dir=rtl] .md-nav--primary .md-nav__title:before { + right: .4rem; + left: auto; +} +.md-nav--primary .md-nav__list { + flex: 1; + overflow-y: auto; +} +.md-nav--primary .md-nav__item { + padding: 0; + border-top: .1rem solid rgba(0, 0, 0, .07); +} +[dir=rtl] .md-nav--primary .md-nav__item { + padding: 0; +} +.md-nav--primary .md-nav__item--nested>.md-nav__link { + padding-right: 4.8rem; +} +[dir=rtl] .md-nav--primary .md-nav__item--nested>.md-nav__link { + padding-right: 1.6rem; + padding-left: 4.8rem; +} +.md-nav--primary .md-nav__item--nested>.md-nav__link:after { + content: "\E315"} +[dir=rtl] .md-nav--primary .md-nav__item--nested>.md-nav__link:after { + content: "\E314"} +.md-nav--primary .md-nav__link { + position: relative; + margin-top: 0; + padding: 1.2rem 1.6rem; +} +.md-nav--primary .md-nav__link:after { + position: absolute; + top: 50%; + right: 1.2rem; + margin-top: -1.2rem; + color: inherit; + font-size: 2.4rem; +} +[dir=rtl] .md-nav--primary .md-nav__link:after { + right: auto; + left: 1.2rem; +} +.md-nav--primary .md-nav--secondary .md-nav__link { + position: static; +} +.md-nav--primary .md-nav--secondary .md-nav { + position: static; + background-color: transparent; +} +.md-nav--primary .md-nav--secondary .md-nav .md-nav__link { + padding-left: 2.8rem; +} +[dir=rtl] .md-nav--primary .md-nav--secondary .md-nav .md-nav__link { + padding-right: 2.8rem; + padding-left: 0; +} +.md-nav--primary .md-nav--secondary .md-nav .md-nav .md-nav__link { + padding-left: 4rem; +} +[dir=rtl] .md-nav--primary .md-nav--secondary .md-nav .md-nav .md-nav__link { + padding-right: 4rem; + padding-left: 0; +} +.md-nav--primary .md-nav--secondary .md-nav .md-nav .md-nav .md-nav__link { + padding-left: 5.2rem; +} +[dir=rtl] .md-nav--primary .md-nav--secondary .md-nav .md-nav .md-nav .md-nav__link { + padding-right: 5.2rem; + padding-left: 0; +} +.md-nav--primary .md-nav--secondary .md-nav .md-nav .md-nav .md-nav .md-nav__link { + padding-left: 6.4rem; +} +[dir=rtl] .md-nav--primary .md-nav--secondary .md-nav .md-nav .md-nav .md-nav .md-nav__link { + padding-right: 6.4rem; + padding-left: 0; +} +.md-nav__toggle~.md-nav { + display: flex; + -webkit-transform: translateX(100%); + transform: translateX(100%); + transition: opacity .125s .05s, -webkit-transform .25s cubic-bezier(.8, 0, .6, 1); + transition: transform .25s cubic-bezier(.8, 0, .6, 1), opacity .125s .05s; + transition: transform .25s cubic-bezier(.8, 0, .6, 1), opacity .125s .05s, -webkit-transform .25s cubic-bezier(.8, 0, .6, 1); + opacity: 0; +} +[dir=rtl] .md-nav__toggle~.md-nav { + -webkit-transform: translateX(-100%); + transform: translateX(-100%); +} +.no-csstransforms3d .md-nav__toggle~.md-nav { + display: none; +} +.md-nav__toggle:checked~.md-nav { + -webkit-transform: translateX(0); + transform: translateX(0); + transition: opacity .125s .125s, -webkit-transform .25s cubic-bezier(.4, 0, .2, 1); + transition: transform .25s cubic-bezier(.4, 0, .2, 1), opacity .125s .125s; + transition: transform .25s cubic-bezier(.4, 0, .2, 1), opacity .125s .125s, -webkit-transform .25s cubic-bezier(.4, 0, .2, 1); + opacity: 1; +} +.no-csstransforms3d .md-nav__toggle:checked~.md-nav { + display: flex; +} +.md-sidebar--primary { + position: fixed; + top: 0; + left: -24.2rem; + width: 24.2rem; + height: 100%; + -webkit-transform: translateX(0); + transform: translateX(0); + transition: box-shadow .25s, -webkit-transform .25s cubic-bezier(.4, 0, .2, 1); + transition: transform .25s cubic-bezier(.4, 0, .2, 1), box-shadow .25s; + transition: transform .25s cubic-bezier(.4, 0, .2, 1), box-shadow .25s, -webkit-transform .25s cubic-bezier(.4, 0, .2, 1); + background-color: #fff; + z-index: 3; +} +[dir=rtl] .md-sidebar--primary { + right: -24.2rem; + left: auto; +} +.no-csstransforms3d .md-sidebar--primary { + display: none; +} +[data-md-toggle=drawer]:checked~.md-container .md-sidebar--primary { + box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .4); + -webkit-transform: translateX(24.2rem); + transform: translateX(24.2rem); +} +[dir=rtl] [data-md-toggle=drawer]:checked~.md-container .md-sidebar--primary { + -webkit-transform: translateX(-24.2rem); + transform: translateX(-24.2rem); +} +.no-csstransforms3d [data-md-toggle=drawer]:checked~.md-container .md-sidebar--primary { + display: block; +} +.md-sidebar--primary .md-sidebar__scrollwrap { + overflow: hidden; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + margin: 0; +} +.md-tabs { + display: none; +} +} +@media only screen and (min-width:60em) { + .md-content { + margin-right: 24.2rem; +} +[dir=rtl] .md-content { + margin-right: 0; + margin-left: 24.2rem; +} +.md-header-nav__button.md-icon--search { + display: none; +} +.md-header-nav__source { + display: block; + width: 23rem; + max-width: 23rem; + margin-left: 2.8rem; + padding-right: 1.2rem; +} +[dir=rtl] .md-header-nav__source { + margin-right: 2.8rem; + margin-left: 0; + padding-right: 0; + padding-left: 1.2rem; +} +.md-search { + padding: .4rem; +} +.md-search__overlay { + position: fixed; + top: 0; + left: 0; + width: 0; + height: 0; + transition: width 0s .25s, height 0s .25s, opacity .25s; + background-color: rgba(0, 0, 0, .54); + cursor: pointer; +} +[dir=rtl] .md-search__overlay { + right: 0; + left: auto; +} +[data-md-toggle=search]:checked~.md-header .md-search__overlay { + width: 100%; + height: 100%; + transition: width 0s, height 0s, opacity .25s; + opacity: 1; +} +.md-search__inner { + position: relative; + width: 23rem; + padding: .2rem 0; + float: right; + transition: width .25s cubic-bezier(.1, .7, .1, 1); +} +[dir=rtl] .md-search__inner { + float: left; +} +.md-search__form, .md-search__input { + border-radius: .2rem; +} +.md-search__input { + width: 100%; + height: 3.6rem; + padding-left: 4.4rem; + transition: background-color .25s cubic-bezier(.1, .7, .1, 1), color .25s cubic-bezier(.1, .7, .1, 1); + background-color: rgba(0, 0, 0, .26); + color: inherit; + font-size: 1.6rem; +} +[dir=rtl] .md-search__input { + padding-right: 4.4rem; +} +.md-search__input+.md-search__icon { + color: inherit; +} +.md-search__input::-webkit-input-placeholder { + color: hsla(0, 0%, 100%, .7); +} +.md-search__input:-ms-input-placeholder, .md-search__input::-ms-input-placeholder { + color: hsla(0, 0%, 100%, .7); +} +.md-search__input::placeholder { + color: hsla(0, 0%, 100%, .7); +} +.md-search__input:hover { + background-color: hsla(0, 0%, 100%, .12); +} +[data-md-toggle=search]:checked~.md-header .md-search__input { + border-radius: .2rem .2rem 0 0; + background-color: #fff; + color: rgba(0, 0, 0, .87); + text-overflow: none; +} +[data-md-toggle=search]:checked~.md-header .md-search__input+.md-search__icon, [data-md-toggle=search]:checked~.md-header .md-search__input::-webkit-input-placeholder { + color: rgba(0, 0, 0, .54); +} +[data-md-toggle=search]:checked~.md-header .md-search__input+.md-search__icon, [data-md-toggle=search]:checked~.md-header .md-search__input:-ms-input-placeholder, [data-md-toggle=search]:checked~.md-header .md-search__input::-ms-input-placeholder { + color: rgba(0, 0, 0, .54); +} +[data-md-toggle=search]:checked~.md-header .md-search__input+.md-search__icon, [data-md-toggle=search]:checked~.md-header .md-search__input::placeholder { + color: rgba(0, 0, 0, .54); +} +.md-search__output { + top: 3.8rem; + transition: opacity .4s; + opacity: 0; +} +[data-md-toggle=search]:checked~.md-header .md-search__output { + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .4); + opacity: 1; +} +.md-search__scrollwrap { + max-height: 0; +} +[data-md-toggle=search]:checked~.md-header .md-search__scrollwrap { + max-height: 75vh; +} +.md-search__scrollwrap::-webkit-scrollbar { + width: .4rem; + height: .4rem; +} +.md-search__scrollwrap::-webkit-scrollbar-thumb { + background-color: rgba(0, 0, 0, .26); +} +.md-search__scrollwrap::-webkit-scrollbar-thumb:hover { + background-color: #536dfe; +} +.md-search-result__meta { + padding-left: 4.4rem; +} +[dir=rtl] .md-search-result__meta { + padding-right: 4.4rem; + padding-left: 0; +} +.md-search-result__article { + padding-left: 4.4rem; +} +[dir=rtl] .md-search-result__article { + padding-right: 4.4rem; + padding-left: 1.6rem; +} +.md-sidebar--secondary { + display: block; + margin-left: 100%; + -webkit-transform: translate(-100%); + transform: translate(-100%); +} +[dir=rtl] .md-sidebar--secondary { + margin-right: 100%; + margin-left: 0; + -webkit-transform: translate(100%); + transform: translate(100%); +} +} +@media only screen and (min-width:76.25em) { + .md-content { + margin-left: 24.2rem; +} +[dir=rtl] .md-content { + margin-right: 24.2rem; +} +.md-content__inner { + margin-right: 2.4rem; + margin-left: 2.4rem; +} +.md-header-nav__button.md-icon--menu { + display: none; +} +.md-nav[data-md-state=animate] { + transition: max-height .25s cubic-bezier(.86, 0, .07, 1); +} +.md-nav__toggle~.md-nav { + max-height: 0; + overflow: hidden; +} +.no-js .md-nav__toggle~.md-nav { + display: none; +} +.md-nav[data-md-state=expand], .md-nav__toggle:checked~.md-nav { + max-height: 100%} +.no-js .md-nav[data-md-state=expand], .no-js .md-nav__toggle:checked~.md-nav { + display: block; +} +.md-nav__item--nested>.md-nav>.md-nav__title { + display: none; +} +.md-nav__item--nested>.md-nav__link:after { + display: inline-block; + -webkit-transform-origin: .45em .45em; + transform-origin: .45em .45em; + -webkit-transform-style: preserve-3d; + transform-style: preserve-3d; + vertical-align: -.125em; +} +.js .md-nav__item--nested>.md-nav__link:after { + transition: -webkit-transform .4s; + transition: transform .4s; + transition: transform .4s, -webkit-transform .4s; +} +.md-nav__item--nested .md-nav__toggle:checked~.md-nav__link:after { + -webkit-transform: rotateX(180deg); + transform: rotateX(180deg); +} +.md-search__scrollwrap, [data-md-toggle=search]:checked~.md-header .md-search__inner { + width: 68.8rem; +} +.md-sidebar--secondary { + margin-left: 122rem; +} +[dir=rtl] .md-sidebar--secondary { + margin-right: 122rem; + margin-left: 0; +} +.md-tabs~.md-main .md-nav--primary>.md-nav__list>.md-nav__item--nested { + font-size: 0; + visibility: hidden; +} +.md-tabs--active~.md-main .md-nav--primary .md-nav__title { + display: block; + padding: 0; +} +.md-tabs--active~.md-main .md-nav--primary .md-nav__title--site { + display: none; +} +.no-js .md-tabs--active~.md-main .md-nav--primary .md-nav { + display: block; +} +.md-tabs--active~.md-main .md-nav--primary>.md-nav__list>.md-nav__item { + font-size: 0; + visibility: hidden; +} +.md-tabs--active~.md-main .md-nav--primary>.md-nav__list>.md-nav__item--nested { + display: none; + font-size: 1.4rem; + overflow: auto; + visibility: visible; +} +.md-tabs--active~.md-main .md-nav--primary>.md-nav__list>.md-nav__item--nested>.md-nav__link { + display: none; +} +.md-tabs--active~.md-main .md-nav--primary>.md-nav__list>.md-nav__item--active { + display: block; +} +.md-tabs--active~.md-main .md-nav[data-md-level="1"] { + max-height: none; + overflow: visible; +} +.md-tabs--active~.md-main .md-nav[data-md-level="1"]>.md-nav__list>.md-nav__item { + padding-left: 0; +} +.md-tabs--active~.md-main .md-nav[data-md-level="1"] .md-nav .md-nav__title { + display: none; +} +} +@media only screen and (min-width:45em) { + .md-footer-nav__link { + width: 50%} +.md-footer-copyright { + max-width: 75%; + float: left; +} +[dir=rtl] .md-footer-copyright { + float: right; +} +.md-footer-social { + padding: 1.2rem 0; + float: right; +} +[dir=rtl] .md-footer-social { + float: left; +} +} +@media only screen and (max-width:29.9375em) { + [data-md-toggle=search]: checked~.md-header .md-search__overlay { + -webkit-transform: scale(45); + transform: scale(45); +} +} +@media only screen and (min-width:30em) and (max-width:44.9375em) { + [data-md-toggle=search]: checked~.md-header .md-search__overlay { + -webkit-transform: scale(60); + transform: scale(60); +} +} +@media only screen and (min-width:45em) and (max-width:59.9375em) { + [data-md-toggle=search]: checked~.md-header .md-search__overlay { + -webkit-transform: scale(75); + transform: scale(75); +} +} +@media only screen and (min-width:60em) and (max-width:76.1875em) { + .md-search__scrollwrap, [data-md-toggle=search]: checked~.md-header .md-search__inner { + width: 46.8rem; +} +.md-search-result__teaser { + max-height: 5rem; + -webkit-line-clamp: 3; +} +} +/*# sourceMappingURL=data:application/json; + charset=utf-8; + base64, eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJhc3NldHMvc3R5bGVzaGVldHMvYXBwbGljYXRpb24uYmEwZmQxYTYuY3NzIiwic291cmNlUm9vdCI6IiJ9*/ diff --git a/css/normalize.css b/assets/css/normalize.css similarity index 100% rename from css/normalize.css rename to assets/css/normalize.css diff --git a/assets/css/palette.css b/assets/css/palette.css new file mode 100644 index 00000000..740a2948 --- /dev/null +++ b/assets/css/palette.css @@ -0,0 +1,907 @@ +--- +layout: null +excluded_in_search: true +--- +button[data-md-color-accent], button[data-md-color-primary] { + width: 13rem; + margin-bottom: .4rem; + padding: 2.4rem .8rem .4rem; + transition: background-color .25s, opacity .25s; + border-radius: .2rem; + color: #fff; + font-size: 1.28rem; + text-align: left; + cursor: pointer; +} +button[data-md-color-accent]:hover, button[data-md-color-primary]:hover { + opacity: .75; +} +button[data-md-color-primary=red] { + background-color: {{ site.color }}; +} +[data-md-color-primary=red] .md-typeset a { + color: {{ site.color }}; +} +[data-md-color-primary=red] .md-header, [data-md-color-primary=red] .md-hero { + background-color: {{ site.color }}; +} +[data-md-color-primary=red] .md-nav__link--active, [data-md-color-primary=red] .md-nav__link:active { + color: {{ site.color }}; +} +[data-md-color-primary=red] .md-nav__item--nested>.md-nav__link { + color: inherit; +} +button[data-md-color-primary=pink] { + background-color: #e91e63; +} +[data-md-color-primary=pink] .md-typeset a { + color: #e91e63; +} +[data-md-color-primary=pink] .md-header, [data-md-color-primary=pink] .md-hero { + background-color: #e91e63; +} +[data-md-color-primary=pink] .md-nav__link--active, [data-md-color-primary=pink] .md-nav__link:active { + color: #e91e63; +} +[data-md-color-primary=pink] .md-nav__item--nested>.md-nav__link { + color: inherit; +} +button[data-md-color-primary=purple] { + background-color: #ab47bc; +} +[data-md-color-primary=purple] .md-typeset a { + color: #ab47bc; +} +[data-md-color-primary=purple] .md-header, [data-md-color-primary=purple] .md-hero { + background-color: #ab47bc; +} +[data-md-color-primary=purple] .md-nav__link--active, [data-md-color-primary=purple] .md-nav__link:active { + color: #ab47bc; +} +[data-md-color-primary=purple] .md-nav__item--nested>.md-nav__link { + color: inherit; +} +button[data-md-color-primary=deep-purple] { + background-color: #7e57c2; +} +[data-md-color-primary=deep-purple] .md-typeset a { + color: #7e57c2; +} +[data-md-color-primary=deep-purple] .md-header, [data-md-color-primary=deep-purple] .md-hero { + background-color: #7e57c2; +} +[data-md-color-primary=deep-purple] .md-nav__link--active, [data-md-color-primary=deep-purple] .md-nav__link:active { + color: #7e57c2; +} +[data-md-color-primary=deep-purple] .md-nav__item--nested>.md-nav__link { + color: inherit; +} +button[data-md-color-primary=indigo] { + background-color: #3f51b5; +} +[data-md-color-primary=indigo] .md-typeset a { + color: #3f51b5; +} +[data-md-color-primary=indigo] .md-header, [data-md-color-primary=indigo] .md-hero { + background-color: #3f51b5; +} +[data-md-color-primary=indigo] .md-nav__link--active, [data-md-color-primary=indigo] .md-nav__link:active { + color: #3f51b5; +} +[data-md-color-primary=indigo] .md-nav__item--nested>.md-nav__link { + color: inherit; +} +button[data-md-color-primary=blue] { + background-color: #2196f3; +} +[data-md-color-primary=blue] .md-typeset a { + color: #2196f3; +} +[data-md-color-primary=blue] .md-header, [data-md-color-primary=blue] .md-hero { + background-color: #2196f3; +} +[data-md-color-primary=blue] .md-nav__link--active, [data-md-color-primary=blue] .md-nav__link:active { + color: #2196f3; +} +[data-md-color-primary=blue] .md-nav__item--nested>.md-nav__link { + color: inherit; +} +button[data-md-color-primary=light-blue] { + background-color: #03a9f4; +} +[data-md-color-primary=light-blue] .md-typeset a { + color: #03a9f4; +} +[data-md-color-primary=light-blue] .md-header, [data-md-color-primary=light-blue] .md-hero { + background-color: #03a9f4; +} +[data-md-color-primary=light-blue] .md-nav__link--active, [data-md-color-primary=light-blue] .md-nav__link:active { + color: #03a9f4; +} +[data-md-color-primary=light-blue] .md-nav__item--nested>.md-nav__link { + color: inherit; +} +button[data-md-color-primary=cyan] { + background-color: #00bcd4; +} +[data-md-color-primary=cyan] .md-typeset a { + color: #00bcd4; +} +[data-md-color-primary=cyan] .md-header, [data-md-color-primary=cyan] .md-hero { + background-color: #00bcd4; +} +[data-md-color-primary=cyan] .md-nav__link--active, [data-md-color-primary=cyan] .md-nav__link:active { + color: #00bcd4; +} +[data-md-color-primary=cyan] .md-nav__item--nested>.md-nav__link { + color: inherit; +} +button[data-md-color-primary=teal] { + background-color: #009688; +} +[data-md-color-primary=teal] .md-typeset a { + color: #009688; +} +[data-md-color-primary=teal] .md-header, [data-md-color-primary=teal] .md-hero { + background-color: #009688; +} +[data-md-color-primary=teal] .md-nav__link--active, [data-md-color-primary=teal] .md-nav__link:active { + color: #009688; +} +[data-md-color-primary=teal] .md-nav__item--nested>.md-nav__link { + color: inherit; +} +button[data-md-color-primary=green] { + background-color: #4caf50; +} +[data-md-color-primary=green] .md-typeset a { + color: #4caf50; +} +[data-md-color-primary=green] .md-header, [data-md-color-primary=green] .md-hero { + background-color: #4caf50; +} +[data-md-color-primary=green] .md-nav__link--active, [data-md-color-primary=green] .md-nav__link:active { + color: #4caf50; +} +[data-md-color-primary=green] .md-nav__item--nested>.md-nav__link { + color: inherit; +} +button[data-md-color-primary=light-green] { + background-color: #7cb342; +} +[data-md-color-primary=light-green] .md-typeset a { + color: #7cb342; +} +[data-md-color-primary=light-green] .md-header, [data-md-color-primary=light-green] .md-hero { + background-color: #7cb342; +} +[data-md-color-primary=light-green] .md-nav__link--active, [data-md-color-primary=light-green] .md-nav__link:active { + color: #7cb342; +} +[data-md-color-primary=light-green] .md-nav__item--nested>.md-nav__link { + color: inherit; +} +button[data-md-color-primary=lime] { + background-color: #c0ca33; +} +[data-md-color-primary=lime] .md-typeset a { + color: #c0ca33; +} +[data-md-color-primary=lime] .md-header, [data-md-color-primary=lime] .md-hero { + background-color: #c0ca33; +} +[data-md-color-primary=lime] .md-nav__link--active, [data-md-color-primary=lime] .md-nav__link:active { + color: #c0ca33; +} +[data-md-color-primary=lime] .md-nav__item--nested>.md-nav__link { + color: inherit; +} +button[data-md-color-primary=yellow] { + background-color: #f9a825; +} +[data-md-color-primary=yellow] .md-typeset a { + color: #f9a825; +} +[data-md-color-primary=yellow] .md-header, [data-md-color-primary=yellow] .md-hero { + background-color: #f9a825; +} +[data-md-color-primary=yellow] .md-nav__link--active, [data-md-color-primary=yellow] .md-nav__link:active { + color: #f9a825; +} +[data-md-color-primary=yellow] .md-nav__item--nested>.md-nav__link { + color: inherit; +} +button[data-md-color-primary=amber] { + background-color: #ffa000; +} +[data-md-color-primary=amber] .md-typeset a { + color: #ffa000; +} +[data-md-color-primary=amber] .md-header, [data-md-color-primary=amber] .md-hero { + background-color: #ffa000; +} +[data-md-color-primary=amber] .md-nav__link--active, [data-md-color-primary=amber] .md-nav__link:active { + color: #ffa000; +} +[data-md-color-primary=amber] .md-nav__item--nested>.md-nav__link { + color: inherit; +} +button[data-md-color-primary=orange] { + background-color: #fb8c00; +} +[data-md-color-primary=orange] .md-typeset a { + color: #fb8c00; +} +[data-md-color-primary=orange] .md-header, [data-md-color-primary=orange] .md-hero { + background-color: #fb8c00; +} +[data-md-color-primary=orange] .md-nav__link--active, [data-md-color-primary=orange] .md-nav__link:active { + color: #fb8c00; +} +[data-md-color-primary=orange] .md-nav__item--nested>.md-nav__link { + color: inherit; +} +button[data-md-color-primary=deep-orange] { + background-color: #ff7043; +} +[data-md-color-primary=deep-orange] .md-typeset a { + color: #ff7043; +} +[data-md-color-primary=deep-orange] .md-header, [data-md-color-primary=deep-orange] .md-hero { + background-color: #ff7043; +} +[data-md-color-primary=deep-orange] .md-nav__link--active, [data-md-color-primary=deep-orange] .md-nav__link:active { + color: #ff7043; +} +[data-md-color-primary=deep-orange] .md-nav__item--nested>.md-nav__link { + color: inherit; +} +button[data-md-color-primary=brown] { + background-color: #795548; +} +[data-md-color-primary=brown] .md-typeset a { + color: #795548; +} +[data-md-color-primary=brown] .md-header, [data-md-color-primary=brown] .md-hero { + background-color: #795548; +} +[data-md-color-primary=brown] .md-nav__link--active, [data-md-color-primary=brown] .md-nav__link:active { + color: #795548; +} +[data-md-color-primary=brown] .md-nav__item--nested>.md-nav__link { + color: inherit; +} +button[data-md-color-primary=grey] { + background-color: #757575; +} +[data-md-color-primary=grey] .md-typeset a { + color: #757575; +} +[data-md-color-primary=grey] .md-header, [data-md-color-primary=grey] .md-hero { + background-color: #757575; +} +[data-md-color-primary=grey] .md-nav__link--active, [data-md-color-primary=grey] .md-nav__link:active { + color: #757575; +} +[data-md-color-primary=grey] .md-nav__item--nested>.md-nav__link { + color: inherit; +} +button[data-md-color-primary=blue-grey] { + background-color: #546e7a; +} +[data-md-color-primary=blue-grey] .md-typeset a { + color: #546e7a; +} +[data-md-color-primary=blue-grey] .md-header, [data-md-color-primary=blue-grey] .md-hero { + background-color: #546e7a; +} +[data-md-color-primary=blue-grey] .md-nav__link--active, [data-md-color-primary=blue-grey] .md-nav__link:active { + color: #546e7a; +} +[data-md-color-primary=blue-grey] .md-nav__item--nested>.md-nav__link { + color: inherit; +} +button[data-md-color-primary=white] { + box-shadow: inset 0 0 .1rem rgba(0, 0, 0, .54); +} +[data-md-color-primary=white] .md-header, [data-md-color-primary=white] .md-hero, button[data-md-color-primary=white] { + background-color: #fff; + color: rgba(0, 0, 0, .87); +} +[data-md-color-primary=white] .md-hero--expand { + border-bottom: .1rem solid rgba(0, 0, 0, .07); +} +button[data-md-color-accent=red] { + background-color: #ff1744; +} +[data-md-color-accent=red] .md-typeset a:active, [data-md-color-accent=red] .md-typeset a:hover { + color: #ff1744; +} +[data-md-color-accent=red] .md-typeset .codehilite pre::-webkit-scrollbar-thumb:hover, [data-md-color-accent=red] .md-typeset pre code::-webkit-scrollbar-thumb:hover { + background-color: #ff1744; +} +[data-md-color-accent=red] .md-nav__link:focus, [data-md-color-accent=red] .md-nav__link:hover, [data-md-color-accent=red] .md-typeset .footnote li:hover .footnote-backref:hover, [data-md-color-accent=red] .md-typeset .footnote li:target .footnote-backref, [data-md-color-accent=red] .md-typeset .md-clipboard:active:before, [data-md-color-accent=red] .md-typeset .md-clipboard:hover:before, [data-md-color-accent=red] .md-typeset [id] .headerlink:focus, [data-md-color-accent=red] .md-typeset [id]:hover .headerlink:hover, [data-md-color-accent=red] .md-typeset [id]:target .headerlink { + color: #ff1744; +} +[data-md-color-accent=red] .md-search__scrollwrap::-webkit-scrollbar-thumb:hover { + background-color: #ff1744; +} +[data-md-color-accent=red] .md-search-result__link:hover, [data-md-color-accent=red] .md-search-result__link[data-md-state=active] { + background-color: rgba(255, 23, 68, .1); +} +[data-md-color-accent=red] .md-sidebar__scrollwrap::-webkit-scrollbar-thumb:hover { + background-color: #ff1744; +} +[data-md-color-accent=red] .md-source-file:hover:before { + background-color: #ff1744; +} +button[data-md-color-accent=pink] { + background-color: #f50057; +} +[data-md-color-accent=pink] .md-typeset a:active, [data-md-color-accent=pink] .md-typeset a:hover { + color: #f50057; +} +[data-md-color-accent=pink] .md-typeset .codehilite pre::-webkit-scrollbar-thumb:hover, [data-md-color-accent=pink] .md-typeset pre code::-webkit-scrollbar-thumb:hover { + background-color: #f50057; +} +[data-md-color-accent=pink] .md-nav__link:focus, [data-md-color-accent=pink] .md-nav__link:hover, [data-md-color-accent=pink] .md-typeset .footnote li:hover .footnote-backref:hover, [data-md-color-accent=pink] .md-typeset .footnote li:target .footnote-backref, [data-md-color-accent=pink] .md-typeset .md-clipboard:active:before, [data-md-color-accent=pink] .md-typeset .md-clipboard:hover:before, [data-md-color-accent=pink] .md-typeset [id] .headerlink:focus, [data-md-color-accent=pink] .md-typeset [id]:hover .headerlink:hover, [data-md-color-accent=pink] .md-typeset [id]:target .headerlink { + color: #f50057; +} +[data-md-color-accent=pink] .md-search__scrollwrap::-webkit-scrollbar-thumb:hover { + background-color: #f50057; +} +[data-md-color-accent=pink] .md-search-result__link:hover, [data-md-color-accent=pink] .md-search-result__link[data-md-state=active] { + background-color: rgba(245, 0, 87, .1); +} +[data-md-color-accent=pink] .md-sidebar__scrollwrap::-webkit-scrollbar-thumb:hover { + background-color: #f50057; +} +[data-md-color-accent=pink] .md-source-file:hover:before { + background-color: #f50057; +} +button[data-md-color-accent=purple] { + background-color: #e040fb; +} +[data-md-color-accent=purple] .md-typeset a:active, [data-md-color-accent=purple] .md-typeset a:hover { + color: #e040fb; +} +[data-md-color-accent=purple] .md-typeset .codehilite pre::-webkit-scrollbar-thumb:hover, [data-md-color-accent=purple] .md-typeset pre code::-webkit-scrollbar-thumb:hover { + background-color: #e040fb; +} +[data-md-color-accent=purple] .md-nav__link:focus, [data-md-color-accent=purple] .md-nav__link:hover, [data-md-color-accent=purple] .md-typeset .footnote li:hover .footnote-backref:hover, [data-md-color-accent=purple] .md-typeset .footnote li:target .footnote-backref, [data-md-color-accent=purple] .md-typeset .md-clipboard:active:before, [data-md-color-accent=purple] .md-typeset .md-clipboard:hover:before, [data-md-color-accent=purple] .md-typeset [id] .headerlink:focus, [data-md-color-accent=purple] .md-typeset [id]:hover .headerlink:hover, [data-md-color-accent=purple] .md-typeset [id]:target .headerlink { + color: #e040fb; +} +[data-md-color-accent=purple] .md-search__scrollwrap::-webkit-scrollbar-thumb:hover { + background-color: #e040fb; +} +[data-md-color-accent=purple] .md-search-result__link:hover, [data-md-color-accent=purple] .md-search-result__link[data-md-state=active] { + background-color: rgba(224, 64, 251, .1); +} +[data-md-color-accent=purple] .md-sidebar__scrollwrap::-webkit-scrollbar-thumb:hover { + background-color: #e040fb; +} +[data-md-color-accent=purple] .md-source-file:hover:before { + background-color: #e040fb; +} +button[data-md-color-accent=deep-purple] { + background-color: #7c4dff; +} +[data-md-color-accent=deep-purple] .md-typeset a:active, [data-md-color-accent=deep-purple] .md-typeset a:hover { + color: #7c4dff; +} +[data-md-color-accent=deep-purple] .md-typeset .codehilite pre::-webkit-scrollbar-thumb:hover, [data-md-color-accent=deep-purple] .md-typeset pre code::-webkit-scrollbar-thumb:hover { + background-color: #7c4dff; +} +[data-md-color-accent=deep-purple] .md-nav__link:focus, [data-md-color-accent=deep-purple] .md-nav__link:hover, [data-md-color-accent=deep-purple] .md-typeset .footnote li:hover .footnote-backref:hover, [data-md-color-accent=deep-purple] .md-typeset .footnote li:target .footnote-backref, [data-md-color-accent=deep-purple] .md-typeset .md-clipboard:active:before, [data-md-color-accent=deep-purple] .md-typeset .md-clipboard:hover:before, [data-md-color-accent=deep-purple] .md-typeset [id] .headerlink:focus, [data-md-color-accent=deep-purple] .md-typeset [id]:hover .headerlink:hover, [data-md-color-accent=deep-purple] .md-typeset [id]:target .headerlink { + color: #7c4dff; +} +[data-md-color-accent=deep-purple] .md-search__scrollwrap::-webkit-scrollbar-thumb:hover { + background-color: #7c4dff; +} +[data-md-color-accent=deep-purple] .md-search-result__link:hover, [data-md-color-accent=deep-purple] .md-search-result__link[data-md-state=active] { + background-color: rgba(124, 77, 255, .1); +} +[data-md-color-accent=deep-purple] .md-sidebar__scrollwrap::-webkit-scrollbar-thumb:hover { + background-color: #7c4dff; +} +[data-md-color-accent=deep-purple] .md-source-file:hover:before { + background-color: #7c4dff; +} +button[data-md-color-accent=indigo] { + background-color: #536dfe; +} +[data-md-color-accent=indigo] .md-typeset a:active, [data-md-color-accent=indigo] .md-typeset a:hover { + color: #536dfe; +} +[data-md-color-accent=indigo] .md-typeset .codehilite pre::-webkit-scrollbar-thumb:hover, [data-md-color-accent=indigo] .md-typeset pre code::-webkit-scrollbar-thumb:hover { + background-color: #536dfe; +} +[data-md-color-accent=indigo] .md-nav__link:focus, [data-md-color-accent=indigo] .md-nav__link:hover, [data-md-color-accent=indigo] .md-typeset .footnote li:hover .footnote-backref:hover, [data-md-color-accent=indigo] .md-typeset .footnote li:target .footnote-backref, [data-md-color-accent=indigo] .md-typeset .md-clipboard:active:before, [data-md-color-accent=indigo] .md-typeset .md-clipboard:hover:before, [data-md-color-accent=indigo] .md-typeset [id] .headerlink:focus, [data-md-color-accent=indigo] .md-typeset [id]:hover .headerlink:hover, [data-md-color-accent=indigo] .md-typeset [id]:target .headerlink { + color: #536dfe; +} +[data-md-color-accent=indigo] .md-search__scrollwrap::-webkit-scrollbar-thumb:hover { + background-color: #536dfe; +} +[data-md-color-accent=indigo] .md-search-result__link:hover, [data-md-color-accent=indigo] .md-search-result__link[data-md-state=active] { + background-color: rgba(83, 109, 254, .1); +} +[data-md-color-accent=indigo] .md-sidebar__scrollwrap::-webkit-scrollbar-thumb:hover { + background-color: #536dfe; +} +[data-md-color-accent=indigo] .md-source-file:hover:before { + background-color: #536dfe; +} +button[data-md-color-accent=blue] { + background-color: #448aff; +} +[data-md-color-accent=blue] .md-typeset a:active, [data-md-color-accent=blue] .md-typeset a:hover { + color: #448aff; +} +[data-md-color-accent=blue] .md-typeset .codehilite pre::-webkit-scrollbar-thumb:hover, [data-md-color-accent=blue] .md-typeset pre code::-webkit-scrollbar-thumb:hover { + background-color: #448aff; +} +[data-md-color-accent=blue] .md-nav__link:focus, [data-md-color-accent=blue] .md-nav__link:hover, [data-md-color-accent=blue] .md-typeset .footnote li:hover .footnote-backref:hover, [data-md-color-accent=blue] .md-typeset .footnote li:target .footnote-backref, [data-md-color-accent=blue] .md-typeset .md-clipboard:active:before, [data-md-color-accent=blue] .md-typeset .md-clipboard:hover:before, [data-md-color-accent=blue] .md-typeset [id] .headerlink:focus, [data-md-color-accent=blue] .md-typeset [id]:hover .headerlink:hover, [data-md-color-accent=blue] .md-typeset [id]:target .headerlink { + color: #448aff; +} +[data-md-color-accent=blue] .md-search__scrollwrap::-webkit-scrollbar-thumb:hover { + background-color: #448aff; +} +[data-md-color-accent=blue] .md-search-result__link:hover, [data-md-color-accent=blue] .md-search-result__link[data-md-state=active] { + background-color: rgba(68, 138, 255, .1); +} +[data-md-color-accent=blue] .md-sidebar__scrollwrap::-webkit-scrollbar-thumb:hover { + background-color: #448aff; +} +[data-md-color-accent=blue] .md-source-file:hover:before { + background-color: #448aff; +} +button[data-md-color-accent=light-blue] { + background-color: #0091ea; +} +[data-md-color-accent=light-blue] .md-typeset a:active, [data-md-color-accent=light-blue] .md-typeset a:hover { + color: #0091ea; +} +[data-md-color-accent=light-blue] .md-typeset .codehilite pre::-webkit-scrollbar-thumb:hover, [data-md-color-accent=light-blue] .md-typeset pre code::-webkit-scrollbar-thumb:hover { + background-color: #0091ea; +} +[data-md-color-accent=light-blue] .md-nav__link:focus, [data-md-color-accent=light-blue] .md-nav__link:hover, [data-md-color-accent=light-blue] .md-typeset .footnote li:hover .footnote-backref:hover, [data-md-color-accent=light-blue] .md-typeset .footnote li:target .footnote-backref, [data-md-color-accent=light-blue] .md-typeset .md-clipboard:active:before, [data-md-color-accent=light-blue] .md-typeset .md-clipboard:hover:before, [data-md-color-accent=light-blue] .md-typeset [id] .headerlink:focus, [data-md-color-accent=light-blue] .md-typeset [id]:hover .headerlink:hover, [data-md-color-accent=light-blue] .md-typeset [id]:target .headerlink { + color: #0091ea; +} +[data-md-color-accent=light-blue] .md-search__scrollwrap::-webkit-scrollbar-thumb:hover { + background-color: #0091ea; +} +[data-md-color-accent=light-blue] .md-search-result__link:hover, [data-md-color-accent=light-blue] .md-search-result__link[data-md-state=active] { + background-color: rgba(0, 145, 234, .1); +} +[data-md-color-accent=light-blue] .md-sidebar__scrollwrap::-webkit-scrollbar-thumb:hover { + background-color: #0091ea; +} +[data-md-color-accent=light-blue] .md-source-file:hover:before { + background-color: #0091ea; +} +button[data-md-color-accent=cyan] { + background-color: #00b8d4; +} +[data-md-color-accent=cyan] .md-typeset a:active, [data-md-color-accent=cyan] .md-typeset a:hover { + color: #00b8d4; +} +[data-md-color-accent=cyan] .md-typeset .codehilite pre::-webkit-scrollbar-thumb:hover, [data-md-color-accent=cyan] .md-typeset pre code::-webkit-scrollbar-thumb:hover { + background-color: #00b8d4; +} +[data-md-color-accent=cyan] .md-nav__link:focus, [data-md-color-accent=cyan] .md-nav__link:hover, [data-md-color-accent=cyan] .md-typeset .footnote li:hover .footnote-backref:hover, [data-md-color-accent=cyan] .md-typeset .footnote li:target .footnote-backref, [data-md-color-accent=cyan] .md-typeset .md-clipboard:active:before, [data-md-color-accent=cyan] .md-typeset .md-clipboard:hover:before, [data-md-color-accent=cyan] .md-typeset [id] .headerlink:focus, [data-md-color-accent=cyan] .md-typeset [id]:hover .headerlink:hover, [data-md-color-accent=cyan] .md-typeset [id]:target .headerlink { + color: #00b8d4; +} +[data-md-color-accent=cyan] .md-search__scrollwrap::-webkit-scrollbar-thumb:hover { + background-color: #00b8d4; +} +[data-md-color-accent=cyan] .md-search-result__link:hover, [data-md-color-accent=cyan] .md-search-result__link[data-md-state=active] { + background-color: rgba(0, 184, 212, .1); +} +[data-md-color-accent=cyan] .md-sidebar__scrollwrap::-webkit-scrollbar-thumb:hover { + background-color: #00b8d4; +} +[data-md-color-accent=cyan] .md-source-file:hover:before { + background-color: #00b8d4; +} +button[data-md-color-accent=teal] { + background-color: #00bfa5; +} +[data-md-color-accent=teal] .md-typeset a:active, [data-md-color-accent=teal] .md-typeset a:hover { + color: #00bfa5; +} +[data-md-color-accent=teal] .md-typeset .codehilite pre::-webkit-scrollbar-thumb:hover, [data-md-color-accent=teal] .md-typeset pre code::-webkit-scrollbar-thumb:hover { + background-color: #00bfa5; +} +[data-md-color-accent=teal] .md-nav__link:focus, [data-md-color-accent=teal] .md-nav__link:hover, [data-md-color-accent=teal] .md-typeset .footnote li:hover .footnote-backref:hover, [data-md-color-accent=teal] .md-typeset .footnote li:target .footnote-backref, [data-md-color-accent=teal] .md-typeset .md-clipboard:active:before, [data-md-color-accent=teal] .md-typeset .md-clipboard:hover:before, [data-md-color-accent=teal] .md-typeset [id] .headerlink:focus, [data-md-color-accent=teal] .md-typeset [id]:hover .headerlink:hover, [data-md-color-accent=teal] .md-typeset [id]:target .headerlink { + color: #00bfa5; +} +[data-md-color-accent=teal] .md-search__scrollwrap::-webkit-scrollbar-thumb:hover { + background-color: #00bfa5; +} +[data-md-color-accent=teal] .md-search-result__link:hover, [data-md-color-accent=teal] .md-search-result__link[data-md-state=active] { + background-color: rgba(0, 191, 165, .1); +} +[data-md-color-accent=teal] .md-sidebar__scrollwrap::-webkit-scrollbar-thumb:hover { + background-color: #00bfa5; +} +[data-md-color-accent=teal] .md-source-file:hover:before { + background-color: #00bfa5; +} +button[data-md-color-accent=green] { + background-color: #00c853; +} +[data-md-color-accent=green] .md-typeset a:active, [data-md-color-accent=green] .md-typeset a:hover { + color: #00c853; +} +[data-md-color-accent=green] .md-typeset .codehilite pre::-webkit-scrollbar-thumb:hover, [data-md-color-accent=green] .md-typeset pre code::-webkit-scrollbar-thumb:hover { + background-color: #00c853; +} +[data-md-color-accent=green] .md-nav__link:focus, [data-md-color-accent=green] .md-nav__link:hover, [data-md-color-accent=green] .md-typeset .footnote li:hover .footnote-backref:hover, [data-md-color-accent=green] .md-typeset .footnote li:target .footnote-backref, [data-md-color-accent=green] .md-typeset .md-clipboard:active:before, [data-md-color-accent=green] .md-typeset .md-clipboard:hover:before, [data-md-color-accent=green] .md-typeset [id] .headerlink:focus, [data-md-color-accent=green] .md-typeset [id]:hover .headerlink:hover, [data-md-color-accent=green] .md-typeset [id]:target .headerlink { + color: #00c853; +} +[data-md-color-accent=green] .md-search__scrollwrap::-webkit-scrollbar-thumb:hover { + background-color: #00c853; +} +[data-md-color-accent=green] .md-search-result__link:hover, [data-md-color-accent=green] .md-search-result__link[data-md-state=active] { + background-color: rgba(0, 200, 83, .1); +} +[data-md-color-accent=green] .md-sidebar__scrollwrap::-webkit-scrollbar-thumb:hover { + background-color: #00c853; +} +[data-md-color-accent=green] .md-source-file:hover:before { + background-color: #00c853; +} +button[data-md-color-accent=light-green] { + background-color: #64dd17; +} +[data-md-color-accent=light-green] .md-typeset a:active, [data-md-color-accent=light-green] .md-typeset a:hover { + color: #64dd17; +} +[data-md-color-accent=light-green] .md-typeset .codehilite pre::-webkit-scrollbar-thumb:hover, [data-md-color-accent=light-green] .md-typeset pre code::-webkit-scrollbar-thumb:hover { + background-color: #64dd17; +} +[data-md-color-accent=light-green] .md-nav__link:focus, [data-md-color-accent=light-green] .md-nav__link:hover, [data-md-color-accent=light-green] .md-typeset .footnote li:hover .footnote-backref:hover, [data-md-color-accent=light-green] .md-typeset .footnote li:target .footnote-backref, [data-md-color-accent=light-green] .md-typeset .md-clipboard:active:before, [data-md-color-accent=light-green] .md-typeset .md-clipboard:hover:before, [data-md-color-accent=light-green] .md-typeset [id] .headerlink:focus, [data-md-color-accent=light-green] .md-typeset [id]:hover .headerlink:hover, [data-md-color-accent=light-green] .md-typeset [id]:target .headerlink { + color: #64dd17; +} +[data-md-color-accent=light-green] .md-search__scrollwrap::-webkit-scrollbar-thumb:hover { + background-color: #64dd17; +} +[data-md-color-accent=light-green] .md-search-result__link:hover, [data-md-color-accent=light-green] .md-search-result__link[data-md-state=active] { + background-color: rgba(100, 221, 23, .1); +} +[data-md-color-accent=light-green] .md-sidebar__scrollwrap::-webkit-scrollbar-thumb:hover { + background-color: #64dd17; +} +[data-md-color-accent=light-green] .md-source-file:hover:before { + background-color: #64dd17; +} +button[data-md-color-accent=lime] { + background-color: #aeea00; +} +[data-md-color-accent=lime] .md-typeset a:active, [data-md-color-accent=lime] .md-typeset a:hover { + color: #aeea00; +} +[data-md-color-accent=lime] .md-typeset .codehilite pre::-webkit-scrollbar-thumb:hover, [data-md-color-accent=lime] .md-typeset pre code::-webkit-scrollbar-thumb:hover { + background-color: #aeea00; +} +[data-md-color-accent=lime] .md-nav__link:focus, [data-md-color-accent=lime] .md-nav__link:hover, [data-md-color-accent=lime] .md-typeset .footnote li:hover .footnote-backref:hover, [data-md-color-accent=lime] .md-typeset .footnote li:target .footnote-backref, [data-md-color-accent=lime] .md-typeset .md-clipboard:active:before, [data-md-color-accent=lime] .md-typeset .md-clipboard:hover:before, [data-md-color-accent=lime] .md-typeset [id] .headerlink:focus, [data-md-color-accent=lime] .md-typeset [id]:hover .headerlink:hover, [data-md-color-accent=lime] .md-typeset [id]:target .headerlink { + color: #aeea00; +} +[data-md-color-accent=lime] .md-search__scrollwrap::-webkit-scrollbar-thumb:hover { + background-color: #aeea00; +} +[data-md-color-accent=lime] .md-search-result__link:hover, [data-md-color-accent=lime] .md-search-result__link[data-md-state=active] { + background-color: rgba(174, 234, 0, .1); +} +[data-md-color-accent=lime] .md-sidebar__scrollwrap::-webkit-scrollbar-thumb:hover { + background-color: #aeea00; +} +[data-md-color-accent=lime] .md-source-file:hover:before { + background-color: #aeea00; +} +button[data-md-color-accent=yellow] { + background-color: #ffd600; +} +[data-md-color-accent=yellow] .md-typeset a:active, [data-md-color-accent=yellow] .md-typeset a:hover { + color: #ffd600; +} +[data-md-color-accent=yellow] .md-typeset .codehilite pre::-webkit-scrollbar-thumb:hover, [data-md-color-accent=yellow] .md-typeset pre code::-webkit-scrollbar-thumb:hover { + background-color: #ffd600; +} +[data-md-color-accent=yellow] .md-nav__link:focus, [data-md-color-accent=yellow] .md-nav__link:hover, [data-md-color-accent=yellow] .md-typeset .footnote li:hover .footnote-backref:hover, [data-md-color-accent=yellow] .md-typeset .footnote li:target .footnote-backref, [data-md-color-accent=yellow] .md-typeset .md-clipboard:active:before, [data-md-color-accent=yellow] .md-typeset .md-clipboard:hover:before, [data-md-color-accent=yellow] .md-typeset [id] .headerlink:focus, [data-md-color-accent=yellow] .md-typeset [id]:hover .headerlink:hover, [data-md-color-accent=yellow] .md-typeset [id]:target .headerlink { + color: #ffd600; +} +[data-md-color-accent=yellow] .md-search__scrollwrap::-webkit-scrollbar-thumb:hover { + background-color: #ffd600; +} +[data-md-color-accent=yellow] .md-search-result__link:hover, [data-md-color-accent=yellow] .md-search-result__link[data-md-state=active] { + background-color: rgba(255, 214, 0, .1); +} +[data-md-color-accent=yellow] .md-sidebar__scrollwrap::-webkit-scrollbar-thumb:hover { + background-color: #ffd600; +} +[data-md-color-accent=yellow] .md-source-file:hover:before { + background-color: #ffd600; +} +button[data-md-color-accent=amber] { + background-color: #ffab00; +} +[data-md-color-accent=amber] .md-typeset a:active, [data-md-color-accent=amber] .md-typeset a:hover { + color: #ffab00; +} +[data-md-color-accent=amber] .md-typeset .codehilite pre::-webkit-scrollbar-thumb:hover, [data-md-color-accent=amber] .md-typeset pre code::-webkit-scrollbar-thumb:hover { + background-color: #ffab00; +} +[data-md-color-accent=amber] .md-nav__link:focus, [data-md-color-accent=amber] .md-nav__link:hover, [data-md-color-accent=amber] .md-typeset .footnote li:hover .footnote-backref:hover, [data-md-color-accent=amber] .md-typeset .footnote li:target .footnote-backref, [data-md-color-accent=amber] .md-typeset .md-clipboard:active:before, [data-md-color-accent=amber] .md-typeset .md-clipboard:hover:before, [data-md-color-accent=amber] .md-typeset [id] .headerlink:focus, [data-md-color-accent=amber] .md-typeset [id]:hover .headerlink:hover, [data-md-color-accent=amber] .md-typeset [id]:target .headerlink { + color: #ffab00; +} +[data-md-color-accent=amber] .md-search__scrollwrap::-webkit-scrollbar-thumb:hover { + background-color: #ffab00; +} +[data-md-color-accent=amber] .md-search-result__link:hover, [data-md-color-accent=amber] .md-search-result__link[data-md-state=active] { + background-color: rgba(255, 171, 0, .1); +} +[data-md-color-accent=amber] .md-sidebar__scrollwrap::-webkit-scrollbar-thumb:hover { + background-color: #ffab00; +} +[data-md-color-accent=amber] .md-source-file:hover:before { + background-color: #ffab00; +} +button[data-md-color-accent=orange] { + background-color: #ff9100; +} +[data-md-color-accent=orange] .md-typeset a:active, [data-md-color-accent=orange] .md-typeset a:hover { + color: #ff9100; +} +[data-md-color-accent=orange] .md-typeset .codehilite pre::-webkit-scrollbar-thumb:hover, [data-md-color-accent=orange] .md-typeset pre code::-webkit-scrollbar-thumb:hover { + background-color: #ff9100; +} +[data-md-color-accent=orange] .md-nav__link:focus, [data-md-color-accent=orange] .md-nav__link:hover, [data-md-color-accent=orange] .md-typeset .footnote li:hover .footnote-backref:hover, [data-md-color-accent=orange] .md-typeset .footnote li:target .footnote-backref, [data-md-color-accent=orange] .md-typeset .md-clipboard:active:before, [data-md-color-accent=orange] .md-typeset .md-clipboard:hover:before, [data-md-color-accent=orange] .md-typeset [id] .headerlink:focus, [data-md-color-accent=orange] .md-typeset [id]:hover .headerlink:hover, [data-md-color-accent=orange] .md-typeset [id]:target .headerlink { + color: #ff9100; +} +[data-md-color-accent=orange] .md-search__scrollwrap::-webkit-scrollbar-thumb:hover { + background-color: #ff9100; +} +[data-md-color-accent=orange] .md-search-result__link:hover, [data-md-color-accent=orange] .md-search-result__link[data-md-state=active] { + background-color: rgba(255, 145, 0, .1); +} +[data-md-color-accent=orange] .md-sidebar__scrollwrap::-webkit-scrollbar-thumb:hover { + background-color: #ff9100; +} +[data-md-color-accent=orange] .md-source-file:hover:before { + background-color: #ff9100; +} +button[data-md-color-accent=deep-orange] { + background-color: #ff6e40; +} +[data-md-color-accent=deep-orange] .md-typeset a:active, [data-md-color-accent=deep-orange] .md-typeset a:hover { + color: #ff6e40; +} +[data-md-color-accent=deep-orange] .md-typeset .codehilite pre::-webkit-scrollbar-thumb:hover, [data-md-color-accent=deep-orange] .md-typeset pre code::-webkit-scrollbar-thumb:hover { + background-color: #ff6e40; +} +[data-md-color-accent=deep-orange] .md-nav__link:focus, [data-md-color-accent=deep-orange] .md-nav__link:hover, [data-md-color-accent=deep-orange] .md-typeset .footnote li:hover .footnote-backref:hover, [data-md-color-accent=deep-orange] .md-typeset .footnote li:target .footnote-backref, [data-md-color-accent=deep-orange] .md-typeset .md-clipboard:active:before, [data-md-color-accent=deep-orange] .md-typeset .md-clipboard:hover:before, [data-md-color-accent=deep-orange] .md-typeset [id] .headerlink:focus, [data-md-color-accent=deep-orange] .md-typeset [id]:hover .headerlink:hover, [data-md-color-accent=deep-orange] .md-typeset [id]:target .headerlink { + color: #ff6e40; +} +[data-md-color-accent=deep-orange] .md-search__scrollwrap::-webkit-scrollbar-thumb:hover { + background-color: #ff6e40; +} +[data-md-color-accent=deep-orange] .md-search-result__link:hover, [data-md-color-accent=deep-orange] .md-search-result__link[data-md-state=active] { + background-color: rgba(255, 110, 64, .1); +} +[data-md-color-accent=deep-orange] .md-sidebar__scrollwrap::-webkit-scrollbar-thumb:hover { + background-color: #ff6e40; +} +[data-md-color-accent=deep-orange] .md-source-file:hover:before { + background-color: #ff6e40; +} +@media only screen and (max-width:59.9375em) { + [data-md-color-primary=red] .md-nav__source { + background-color: rgba(190, 66, 64, .9675); +} +[data-md-color-primary=pink] .md-nav__source { + background-color: rgba(185, 24, 79, .9675); +} +[data-md-color-primary=purple] .md-nav__source { + background-color: rgba(136, 57, 150, .9675); +} +[data-md-color-primary=deep-purple] .md-nav__source { + background-color: rgba(100, 69, 154, .9675); +} +[data-md-color-primary=indigo] .md-nav__source { + background-color: rgba(50, 64, 144, .9675); +} +[data-md-color-primary=blue] .md-nav__source { + background-color: rgba(26, 119, 193, .9675); +} +[data-md-color-primary=light-blue] .md-nav__source { + background-color: rgba(2, 134, 194, .9675); +} +[data-md-color-primary=cyan] .md-nav__source { + background-color: rgba(0, 150, 169, .9675); +} +[data-md-color-primary=teal] .md-nav__source { + background-color: rgba(0, 119, 108, .9675); +} +[data-md-color-primary=green] .md-nav__source { + background-color: rgba(60, 139, 64, .9675); +} +[data-md-color-primary=light-green] .md-nav__source { + background-color: rgba(99, 142, 53, .9675); +} +[data-md-color-primary=lime] .md-nav__source { + background-color: rgba(153, 161, 41, .9675); +} +[data-md-color-primary=yellow] .md-nav__source { + background-color: rgba(198, 134, 29, .9675); +} +[data-md-color-primary=amber] .md-nav__source { + background-color: rgba(203, 127, 0, .9675); +} +[data-md-color-primary=orange] .md-nav__source { + background-color: rgba(200, 111, 0, .9675); +} +[data-md-color-primary=deep-orange] .md-nav__source { + background-color: rgba(203, 89, 53, .9675); +} +[data-md-color-primary=brown] .md-nav__source { + background-color: rgba(96, 68, 57, .9675); +} +[data-md-color-primary=grey] .md-nav__source { + background-color: rgba(93, 93, 93, .9675); +} +[data-md-color-primary=blue-grey] .md-nav__source { + background-color: rgba(67, 88, 97, .9675); +} +[data-md-color-primary=white] .md-nav__source { + background-color: rgba(0, 0, 0, .07); + color: rgba(0, 0, 0, .87); +} +} +@media only screen and (max-width:76.1875em) { + html [data-md-color-primary=red] .md-nav--primary .md-nav__title--site { + background-color: {{ site.color }}; +} +html [data-md-color-primary=pink] .md-nav--primary .md-nav__title--site { + background-color: #e91e63; +} +html [data-md-color-primary=purple] .md-nav--primary .md-nav__title--site { + background-color: #ab47bc; +} +html [data-md-color-primary=deep-purple] .md-nav--primary .md-nav__title--site { + background-color: #7e57c2; +} +html [data-md-color-primary=indigo] .md-nav--primary .md-nav__title--site { + background-color: #3f51b5; +} +html [data-md-color-primary=blue] .md-nav--primary .md-nav__title--site { + background-color: #2196f3; +} +html [data-md-color-primary=light-blue] .md-nav--primary .md-nav__title--site { + background-color: #03a9f4; +} +html [data-md-color-primary=cyan] .md-nav--primary .md-nav__title--site { + background-color: #00bcd4; +} +html [data-md-color-primary=teal] .md-nav--primary .md-nav__title--site { + background-color: #009688; +} +html [data-md-color-primary=green] .md-nav--primary .md-nav__title--site { + background-color: #4caf50; +} +html [data-md-color-primary=light-green] .md-nav--primary .md-nav__title--site { + background-color: #7cb342; +} +html [data-md-color-primary=lime] .md-nav--primary .md-nav__title--site { + background-color: #c0ca33; +} +html [data-md-color-primary=yellow] .md-nav--primary .md-nav__title--site { + background-color: #f9a825; +} +html [data-md-color-primary=amber] .md-nav--primary .md-nav__title--site { + background-color: #ffa000; +} +html [data-md-color-primary=orange] .md-nav--primary .md-nav__title--site { + background-color: #fb8c00; +} +html [data-md-color-primary=deep-orange] .md-nav--primary .md-nav__title--site { + background-color: #ff7043; +} +html [data-md-color-primary=brown] .md-nav--primary .md-nav__title--site { + background-color: #795548; +} +html [data-md-color-primary=grey] .md-nav--primary .md-nav__title--site { + background-color: #757575; +} +html [data-md-color-primary=blue-grey] .md-nav--primary .md-nav__title--site { + background-color: #546e7a; +} +html [data-md-color-primary=white] .md-nav--primary .md-nav__title--site { + background-color: #fff; + color: rgba(0, 0, 0, .87); +} +[data-md-color-primary=white] .md-hero { + border-bottom: .1rem solid rgba(0, 0, 0, .07); +} +} +@media only screen and (min-width:76.25em) { + [data-md-color-primary=red] .md-tabs { + background-color: {{ site.color }}; +} +[data-md-color-primary=pink] .md-tabs { + background-color: #e91e63; +} +[data-md-color-primary=purple] .md-tabs { + background-color: #ab47bc; +} +[data-md-color-primary=deep-purple] .md-tabs { + background-color: #7e57c2; +} +[data-md-color-primary=indigo] .md-tabs { + background-color: #3f51b5; +} +[data-md-color-primary=blue] .md-tabs { + background-color: #2196f3; +} +[data-md-color-primary=light-blue] .md-tabs { + background-color: #03a9f4; +} +[data-md-color-primary=cyan] .md-tabs { + background-color: #00bcd4; +} +[data-md-color-primary=teal] .md-tabs { + background-color: #009688; +} +[data-md-color-primary=green] .md-tabs { + background-color: #4caf50; +} +[data-md-color-primary=light-green] .md-tabs { + background-color: #7cb342; +} +[data-md-color-primary=lime] .md-tabs { + background-color: #c0ca33; +} +[data-md-color-primary=yellow] .md-tabs { + background-color: #f9a825; +} +[data-md-color-primary=amber] .md-tabs { + background-color: #ffa000; +} +[data-md-color-primary=orange] .md-tabs { + background-color: #fb8c00; +} +[data-md-color-primary=deep-orange] .md-tabs { + background-color: #ff7043; +} +[data-md-color-primary=brown] .md-tabs { + background-color: #795548; +} +[data-md-color-primary=grey] .md-tabs { + background-color: #757575; +} +[data-md-color-primary=blue-grey] .md-tabs { + background-color: #546e7a; +} +[data-md-color-primary=white] .md-tabs { + border-bottom: .1rem solid rgba(0, 0, 0, .07); + background-color: #fff; + color: rgba(0, 0, 0, .87); +} +} +@media only screen and (min-width:60em) { + [data-md-color-primary=white] .md-search__input { + background-color: rgba(0, 0, 0, .07); +} +[data-md-color-primary=white] .md-search__input::-webkit-input-placeholder { + color: rgba(0, 0, 0, .54); +} +[data-md-color-primary=white] .md-search__input:-ms-input-placeholder, [data-md-color-primary=white] .md-search__input::-ms-input-placeholder { + color: rgba(0, 0, 0, .54); +} +[data-md-color-primary=white] .md-search__input::placeholder { + color: rgba(0, 0, 0, .54); +} +} +/*# sourceMappingURL=data:application/json; + charset=utf-8; + base64, eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJhc3NldHMvc3R5bGVzaGVldHMvYXBwbGljYXRpb24tcGFsZXR0ZS42MDc5NDc2Yy5jc3MiLCJzb3VyY2VSb290IjoiIn0=*/ diff --git a/assets/css/style.css b/assets/css/style.css new file mode 100644 index 00000000..46e1fb93 --- /dev/null +++ b/assets/css/style.css @@ -0,0 +1,234 @@ +:root { + --total: 8; + --color-primary: #119413; + --color-secondary: #536dfe; + --color-header: #333; +} + +.md-sidebar--primary, .md-sidebar--secondary { top: 9.6em; position: fixed; } +.md-header-nav__title { padding: 0; } +.md-logo { height: 3.5rem; width: 3.5rem; } +.md-header { background-color: var(--color-header); height: auto; } +.md-tabs__item--active .md-tabs__link { color: #3f51b5; opacity: 1; } +.md-tabs__item--active { background-color: #ddd; } +table { font-size: 0.8em } +.md-container { padding-top: 10rem } +table tr td { padding: 0.2em 0.5em; } + +/* icons */ +li.fa-li { display: flex; align-items: baseline; } + +/* headings */ +.md-typeset h1, .md-typeset h2, .md-typeset h3 { font-weight: normal;} +.md-typeset h1 { position: relative; + padding-top: 13rem; + margin-top: -13rem; + z-index: 0; + color: #666} + +.sectionbody { z-index: 1; position: relative; } + +.hs { + display: grid; + grid-gap: calc(var(--gutter) / 2); + grid-template-columns: 10px repeat(var(--total), calc(50% - var(--gutter) * 2)) 10px; + /* grid-template-rows: minmax(150px, 1fr); */ + + overflow-x: scroll; + scroll-snap-type: x proximity; + padding-bottom: calc(.75 * var(--gutter)); + margin-bottom: calc(-.25 * var(--gutter)); +} + +.hs:before, +.hs:after { content: ''; width: 10px;} + +.full { grid-column: 1 / -1; } + +.hs > li, +.item { + scroll-snap-align: center; + padding: calc(var(--gutter) / 2 * 1.5); + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + background: #fff; + border-radius: 8px; +} + +.no-scrollbar { scrollbar-width: none; margin-bottom: 0; padding-bottom: 0;} +.no-scrollbar::-webkit-scrollbar { display: none; } + +.text-grey { color: rgba(0, 0, 0, .54); letter-spacing: .5px; } + +.sect-1 { padding-top: 2em;} +.md-typeset h1[id]:first-of-type:before { margin-top: -3.5rem; padding-top: 0;} +header .md-tabs__list { margin-left: 0;} +.md-footer-nav { margin-top: 0; background-color: transparent;} +.md-footer-meta { background-color: var(--color-header); position: relative;} + +footer .u-container {height: 2em; + position: relative; + background-color: #fff;} +.md-typeset h2[id]::before {padding-top: 1em;} + +.md-header-nav { padding: 0;} + +.lng li.md-tabs__item {align-items: center;display: flex;} +.lng li.md-tabs__item:hover a.md-tabs__link {background-color: #555;} +.lng a.md-tabs__link {background-color: #333; padding: 1rem; text-align:center; min-width: 3.5rem; height: 3.5rem; line-height: 1.2; margin: .7rem .1rem .7rem 0; opacity: 1; font-size: 1.3rem; border-radius: 50%; letter-spacing: .5px;} +.lng a.md-tabs__link.lng-active {background-color: #262626;} + +header .md-tabs__item { padding-right: 1rem; padding-left: 1rem;} + +blockquote { background-color: rgba(204, 254, 167, .6); border-left: none;} + +.packages-container #preamble > .sectionbody > .paragraph:first-of-type p { font-size: 1em } +.packages-container h1:nth-of-type(1) { font-size: 1.5em; color: var(--color-primary); margin-bottom: 0; } + +.admonitionblock table td.content {border-left: transparent;} + +/* menu */ +body .md-sidebar--primary, body .md-sidebar--secondary, +body header .hs.no-scrollbar ul.md-tabs__list { transition: .15s ease-in-out } + +.md-sidebar--primary .md-nav__link {display: flex; align-items: center;} +.md-sidebar--primary .md-nav__link { margin-top: 0em; cursor: pointer } + + +.md-sidebar--primary .md-nav__item--nested { margin-top: 0em; cursor: pointer } + +.md-sidebar--primary .md-nav__item--nested:hover > div > i, +.md-sidebar--primary .md-nav__item--nested:hover > i { color: var(--color-primary); } + +.md-sidebar--primary .md-nav__item--nested div {display: flex; justify-content: space-between; align-items: center;} +.md-sidebar--primary .md-nav__link > div, +.md-sidebar--primary .md-nav__item > div {display: flex; align-items: center; } +.md-sidebar--primary .md-nav__item i {width: 3rem; color: #333; font-size: 1.6rem} +.md-sidebar--primary .md-nav__item.caption:not(:first-of-type) { padding-top: 1em; padding-bottom: .5em} +.md-sidebar--primary .md-nav__item--active:not(.md-nav__item--nested) { color: #536dfe; } +.md-sidebar--primary .md-nav__item--nested.md-nav__item--nested-open span i { transform: rotate(90deg) translateY(.2em) translateX(.2em); } +.md-sidebar--primary .md-nav__item span i { width: 1em; padding-right: 1em; transition: .2s ease-in-out; } + +.md-sidebar--secondary .md-nav__link { color: var(--color-header) } +.md-sidebar--secondary .md-nav__link.md-nav__link-passed { color: rgba(0, 0, 0, 0.45)} +.md-sidebar--secondary .md-nav__link-active { color:var(--color-secondary) !important} + +.md-sidebar--primary, +.md-sidebar--secondary { overflow: hidden; height: 90vh;} +.md-sidebar--secondary .md-nav__item .md-nav__link:hover { color: var(--color-primary)} + +/* subpages */ +.md-sidebar--primary ul.md-nav__list .md-nav__item--nested ul.md-nav__list, +.md-sidebar--primary ul.md-nav__list .md-nav__item--nested ul.md-nav__list li * { height: 0; margin: 0 } +.md-sidebar--primary ul.md-nav__list .md-nav__item--nested.md-nav__item--nested-open ul.md-nav__list, +.md-sidebar--primary ul.md-nav__list .md-nav__item--nested.md-nav__item--nested-open ul.md-nav__list li * { height: auto; margin: unset; } +.md-sidebar--primary ul.md-nav__list .md-nav__item--nested.md-nav__item--nested-open ul.md-nav__list li { padding-left: 2.75em; } +ul.md-nav__list ul.md-nav__list.md-nav__list-open li { display: block } +.md-nav__link:focus, .md-nav__link:hover { outline: none;} + +.md-nav--primary .fa-chevron-right { font-size: 0.75em !important;} +/* end menu */ + + +/* code highlight */ +.md-typeset code, .md-typeset pre { background-color: #eee !important; color: var(--color-header) } +.md-typeset code { padding: 0 3px;} +.md-typeset pre.highlight code { padding: 0 } +.md-typeset pre > code, +.md-typeset .content pre { font-size: 1.3rem; padding: 1.2em 1.6rem} +.md-typeset code[data-lang]:before {display: none !important;} + +.md-sidebar--primary .md-nav__item .md-nav__link--active:hover, +.md-sidebar--primary .md-nav__item .md-nav__link:hover, +.md-nav__item--nested-open div:hover, +.md-nav__item--nested > div:hover { color: var(--color-primary); } + +.md-sidebar--primary .md-nav__item .md-nav__link:hover i, +.md-nav__item--nested div:hover > div i, +.md-nav__item--nested > div:hover > span i, +.md-sidebar--primary .md-nav__item.md-nav__item--nested.md-nav__item--nested-open-active > div, +.md-sidebar--primary .md-nav__item.md-nav__item--nested.md-nav__item--nested-open-active > div i { color: var(--color-primary) !important} + + + +header .md-flex__cell.md-flex__cell--shrink { vertical-align: middle;} +header .md-header-nav__topic { padding-left: 1em} + +.md-typeset h2 { margin: 1rem 0 1rem; } + +.md-nav__item--nested ul.md-nav__list { display: none;} +.md-nav__item--nested.md-nav__item--nested-open ul.md-nav__list { display: block;} + + +.md-source:hover { color: #fff; opacity: 0.7 } + +.md-header-nav__button.md-icon--menu {padding-left: 1rem;} +.md-sidebar--primary ul.md-nav__list .md-nav__item--nested.md-nav__item--nested-open ul.md-nav__list li:first-child .md-nav__link { padding-top: 0.65em} +.md-sidebar--primary .md-nav__item--nested { padding-right: 0;} + +.md-sidebar--primary .md-nav__item {padding-left: 0;} + +.listingblock .title { font-weight: 700;} +td.icon {padding-right: 0 !important;max-width: 4em;} + + +body.no-toc .md-sidebar--secondary { display: none; } +body.no-toc #md-container-pancakes .md-content { margin-right: 0;} + +.md-typeset .highlight .c { color: #365d66;} + +a.anchor:before { display: none !important;} + +@media screen and (min-width: 45em) { + .md-typeset h1 { padding-bottom: 3rem;} + .md-sidebar--primary .md-nav__item .md-nav__link, .md-sidebar--primary .md-nav__item--nested > div { padding: 0.4em 0.85rem 0.4em 0;} + .md-sidebar--primary .md-nav__item.caption { + padding-top: 0; + padding-bottom: 0.4em; + font-size: 1.4rem; +} + +} + +@media only screen and (max-width: 76.1875em) { + .md-sidebar--primary ul.md-nav__list .md-nav__item--nested.md-nav__item--nested-open ul.md-nav__list li:first-child .md-nav__link { padding-top: 1em} + .md-typeset h1 { font-size: 1.8em;} + .md-nav--primary .md-nav__item, .md-nav--primary .md-nav__title {font-size: 0.95em;border: none;} + + .md-nav--primary .md-nav__link, + /* .md-sidebar--primary .md-nav__item > div { padding: 0.4em 0.4em 0.4em 1em;} */ + .md-sidebar--primary ul.md-nav__list .md-nav__item--nested.md-nav__item--nested-open ul.md-nav__list li { margin-top: 0;} + .md-sidebar--primary, .md-sidebar--secondary {height: 95vh;} + .md-nav--primary .md-nav__item.caption { padding: 2em 1em .5em !important} + + .md-nav--primary .md-nav__item:not(.md-nav__item--nested) .md-nav__link, .md-nav--primary .md-nav__item--nested { + padding: 0.5em 0; + } + .md-sidebar--primary ul.md-nav__list .md-nav__item--nested.md-nav__item--nested-open ul.md-nav__list li { padding-left: calc(3rem + 1em) !important; margin-top: 0em } + + +.md-sidebar--primary .md-nav__item:not(.md-nav__item--nested), +.md-sidebar--primary .md-nav__item.md-nav__item--nested > div { padding: 0 1rem 0 1.2rem;} +} + +@media screen and (max-width: 45em) { + .md-typeset .content pre { font-size: 1.3rem; margin: 0} + + + .md-sidebar--primary .md-nav__item strong { padding: 1.6rem 1.2rem; display: block;} + .md-nav__item--nested-open .md-nav__link { padding: 0.5em 1.8rem;} + .md-nav__item.caption { padding: 0 } + .md-nav__item.caption strong { padding: 1em 0 0.2em } + .md-nav--primary .md-nav__item.caption:first-of-type { padding-top: 1em;} + .md-sidebar--primary .md-nav__item.caption:not(:first-of-type) { padding-top: 1em; } + .md-sidebar--primary .md-nav__item--nested > div { padding-right: 0.85rem; padding-left: 1em; } + .md-sidebar--primary .md-nav__item--nested > div > div { display: flex; align-items: center;} + + .md-sidebar--primary .md-nav__item--nested, + .md-sidebar--primary ul.md-nav__list .md-nav__item--nested.md-nav__item--nested-open ul.md-nav__list li { margin-top:0; } + + .md-sidebar--primary .md-nav__item--nested-open ul { padding-bottom: 0.4em;} + .md-typeset blockquote {margin: 1.2rem -1.6rem;} +} \ No newline at end of file diff --git a/img/0xff_logo.png b/assets/img/0xff_logo.png similarity index 100% rename from img/0xff_logo.png rename to assets/img/0xff_logo.png diff --git a/img/Shuttleworth_Funded.jpg b/assets/img/Shuttleworth_Funded.jpg similarity index 100% rename from img/Shuttleworth_Funded.jpg rename to assets/img/Shuttleworth_Funded.jpg diff --git a/img/altermundi_logo.png b/assets/img/altermundi_logo.png similarity index 100% rename from img/altermundi_logo.png rename to assets/img/altermundi_logo.png diff --git a/img/bat-adv.png b/assets/img/bat-adv.png similarity index 100% rename from img/bat-adv.png rename to assets/img/bat-adv.png diff --git a/img/bmx7.png b/assets/img/bmx7.png similarity index 100% rename from img/bmx7.png rename to assets/img/bmx7.png diff --git a/img/firstbootwizard-splash.png b/assets/img/firstbootwizard-splash.png similarity index 100% rename from img/firstbootwizard-splash.png rename to assets/img/firstbootwizard-splash.png diff --git a/img/guifi-logo.png b/assets/img/guifi-logo.png similarity index 100% rename from img/guifi-logo.png rename to assets/img/guifi-logo.png diff --git a/img/lede.png b/assets/img/lede.png similarity index 100% rename from img/lede.png rename to assets/img/lede.png diff --git a/img/librerouter_isologo.png b/assets/img/librerouter_isologo.png similarity index 100% rename from img/librerouter_isologo.png rename to assets/img/librerouter_isologo.png diff --git a/img/logo_freifunknet.png b/assets/img/logo_freifunknet.png similarity index 100% rename from img/logo_freifunknet.png rename to assets/img/logo_freifunknet.png diff --git a/img/mesh_topology.png b/assets/img/mesh_topology.png similarity index 100% rename from img/mesh_topology.png rename to assets/img/mesh_topology.png diff --git a/img/network1.png b/assets/img/network1.png similarity index 100% rename from img/network1.png rename to assets/img/network1.png diff --git a/img/network2.png b/assets/img/network2.png similarity index 100% rename from img/network2.png rename to assets/img/network2.png diff --git a/img/network3.png b/assets/img/network3.png similarity index 100% rename from img/network3.png rename to assets/img/network3.png diff --git a/img/network4.png b/assets/img/network4.png similarity index 100% rename from img/network4.png rename to assets/img/network4.png diff --git a/img/network5.png b/assets/img/network5.png similarity index 100% rename from img/network5.png rename to assets/img/network5.png diff --git a/img/network6.png b/assets/img/network6.png similarity index 100% rename from img/network6.png rename to assets/img/network6.png diff --git a/img/ninux_logo.png b/assets/img/ninux_logo.png similarity index 100% rename from img/ninux_logo.png rename to assets/img/ninux_logo.png diff --git a/img/opencollective.png b/assets/img/opencollective.png similarity index 100% rename from img/opencollective.png rename to assets/img/opencollective.png diff --git a/img/openwrt.png b/assets/img/openwrt.png similarity index 100% rename from img/openwrt.png rename to assets/img/openwrt.png diff --git a/assets/js/jquery.js b/assets/js/jquery.js new file mode 100644 index 00000000..06517c4d --- /dev/null +++ b/assets/js/jquery.js @@ -0,0 +1,4178 @@ +/*! jQuery v3.3.1 | (c) JS Foundation and other contributors | jquery.org/license */ +!function(e, t) { + "use strict"; + "object" == typeof module && "object" == typeof module.exports ? module.exports = e.document ? t(e, !0) : function(e) { + if (!e.document) + throw new Error("jQuery requires a window with a document"); + return t(e) + } + : t(e) +}("undefined" != typeof window ? window : this, function(e, t) { + "use strict"; + var n = [] + , r = e.document + , i = Object.getPrototypeOf + , o = n.slice + , a = n.concat + , s = n.push + , u = n.indexOf + , l = {} + , c = l.toString + , f = l.hasOwnProperty + , p = f.toString + , d = p.call(Object) + , h = {} + , g = function e(t) { + return "function" == typeof t && "number" != typeof t.nodeType + } + , y = function e(t) { + return null != t && t === t.window + } + , v = { + type: !0, + src: !0, + noModule: !0 + }; + function m(e, t, n) { + var i, o = (t = t || r).createElement("script"); + if (o.text = e, + n) + for (i in v) + n[i] && (o[i] = n[i]); + t.head.appendChild(o).parentNode.removeChild(o) + } + function x(e) { + return null == e ? e + "" : "object" == typeof e || "function" == typeof e ? l[c.call(e)] || "object" : typeof e + } + var b = "3.3.1" + , w = function(e, t) { + return new w.fn.init(e,t) + } + , T = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g; + w.fn = w.prototype = { + jquery: "3.3.1", + constructor: w, + length: 0, + toArray: function() { + return o.call(this) + }, + get: function(e) { + return null == e ? o.call(this) : e < 0 ? this[e + this.length] : this[e] + }, + pushStack: function(e) { + var t = w.merge(this.constructor(), e); + return t.prevObject = this, + t + }, + each: function(e) { + return w.each(this, e) + }, + map: function(e) { + return this.pushStack(w.map(this, function(t, n) { + return e.call(t, n, t) + })) + }, + slice: function() { + return this.pushStack(o.apply(this, arguments)) + }, + first: function() { + return this.eq(0) + }, + last: function() { + return this.eq(-1) + }, + eq: function(e) { + var t = this.length + , n = +e + (e < 0 ? t : 0); + return this.pushStack(n >= 0 && n < t ? [this[n]] : []) + }, + end: function() { + return this.prevObject || this.constructor() + }, + push: s, + sort: n.sort, + splice: n.splice + }, + w.extend = w.fn.extend = function() { + var e, t, n, r, i, o, a = arguments[0] || {}, s = 1, u = arguments.length, l = !1; + for ("boolean" == typeof a && (l = a, + a = arguments[s] || {}, + s++), + "object" == typeof a || g(a) || (a = {}), + s === u && (a = this, + s--); s < u; s++) + if (null != (e = arguments[s])) + for (t in e) + n = a[t], + a !== (r = e[t]) && (l && r && (w.isPlainObject(r) || (i = Array.isArray(r))) ? (i ? (i = !1, + o = n && Array.isArray(n) ? n : []) : o = n && w.isPlainObject(n) ? n : {}, + a[t] = w.extend(l, o, r)) : void 0 !== r && (a[t] = r)); + return a + } + , + w.extend({ + expando: "jQuery" + ("3.3.1" + Math.random()).replace(/\D/g, ""), + isReady: !0, + error: function(e) { + throw new Error(e) + }, + noop: function() {}, + isPlainObject: function(e) { + var t, n; + return !(!e || "[object Object]" !== c.call(e)) && (!(t = i(e)) || "function" == typeof (n = f.call(t, "constructor") && t.constructor) && p.call(n) === d) + }, + isEmptyObject: function(e) { + var t; + for (t in e) + return !1; + return !0 + }, + globalEval: function(e) { + m(e) + }, + each: function(e, t) { + var n, r = 0; + if (C(e)) { + for (n = e.length; r < n; r++) + if (!1 === t.call(e[r], r, e[r])) + break + } else + for (r in e) + if (!1 === t.call(e[r], r, e[r])) + break; + return e + }, + trim: function(e) { + return null == e ? "" : (e + "").replace(T, "") + }, + makeArray: function(e, t) { + var n = t || []; + return null != e && (C(Object(e)) ? w.merge(n, "string" == typeof e ? [e] : e) : s.call(n, e)), + n + }, + inArray: function(e, t, n) { + return null == t ? -1 : u.call(t, e, n) + }, + merge: function(e, t) { + for (var n = +t.length, r = 0, i = e.length; r < n; r++) + e[i++] = t[r]; + return e.length = i, + e + }, + grep: function(e, t, n) { + for (var r, i = [], o = 0, a = e.length, s = !n; o < a; o++) + (r = !t(e[o], o)) !== s && i.push(e[o]); + return i + }, + map: function(e, t, n) { + var r, i, o = 0, s = []; + if (C(e)) + for (r = e.length; o < r; o++) + null != (i = t(e[o], o, n)) && s.push(i); + else + for (o in e) + null != (i = t(e[o], o, n)) && s.push(i); + return a.apply([], s) + }, + guid: 1, + support: h + }), + "function" == typeof Symbol && (w.fn[Symbol.iterator] = n[Symbol.iterator]), + w.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "), function(e, t) { + l["[object " + t + "]"] = t.toLowerCase() + }); + function C(e) { + var t = !!e && "length"in e && e.length + , n = x(e); + return !g(e) && !y(e) && ("array" === n || 0 === t || "number" == typeof t && t > 0 && t - 1 in e) + } + var E = function(e) { + var t, n, r, i, o, a, s, u, l, c, f, p, d, h, g, y, v, m, x, b = "sizzle" + 1 * new Date, w = e.document, T = 0, C = 0, E = ae(), k = ae(), S = ae(), D = function(e, t) { + return e === t && (f = !0), + 0 + }, N = {}.hasOwnProperty, A = [], j = A.pop, q = A.push, L = A.push, H = A.slice, O = function(e, t) { + for (var n = 0, r = e.length; n < r; n++) + if (e[n] === t) + return n; + return -1 + }, P = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", M = "[\\x20\\t\\r\\n\\f]", R = "(?:\\\\.|[\\w-]|[^\0-\\xa0])+", I = "\\[" + M + "*(" + R + ")(?:" + M + "*([*^$|!~]?=)" + M + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + R + "))|)" + M + "*\\]", W = ":(" + R + ")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|" + I + ")*)|.*)\\)|)", $ = new RegExp(M + "+","g"), B = new RegExp("^" + M + "+|((?:^|[^\\\\])(?:\\\\.)*)" + M + "+$","g"), F = new RegExp("^" + M + "*," + M + "*"), _ = new RegExp("^" + M + "*([>+~]|" + M + ")" + M + "*"), z = new RegExp("=" + M + "*([^\\]'\"]*?)" + M + "*\\]","g"), X = new RegExp(W), U = new RegExp("^" + R + "$"), V = { + ID: new RegExp("^#(" + R + ")"), + CLASS: new RegExp("^\\.(" + R + ")"), + TAG: new RegExp("^(" + R + "|[*])"), + ATTR: new RegExp("^" + I), + PSEUDO: new RegExp("^" + W), + CHILD: new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + M + "*(even|odd|(([+-]|)(\\d*)n|)" + M + "*(?:([+-]|)" + M + "*(\\d+)|))" + M + "*\\)|)","i"), + bool: new RegExp("^(?:" + P + ")$","i"), + needsContext: new RegExp("^" + M + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + M + "*((?:-\\d)?\\d*)" + M + "*\\)|)(?=[^-]|$)","i") + }, G = /^(?:input|select|textarea|button)$/i, Y = /^h\d$/i, Q = /^[^{]+\{\s*\[native \w/, J = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, K = /[+~]/, Z = new RegExp("\\\\([\\da-f]{1,6}" + M + "?|(" + M + ")|.)","ig"), ee = function(e, t, n) { + var r = "0x" + t - 65536; + return r !== r || n ? t : r < 0 ? String.fromCharCode(r + 65536) : String.fromCharCode(r >> 10 | 55296, 1023 & r | 56320) + }, te = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g, ne = function(e, t) { + return t ? "\0" === e ? "\ufffd" : e.slice(0, -1) + "\\" + e.charCodeAt(e.length - 1).toString(16) + " " : "\\" + e + }, re = function() { + p() + }, ie = me(function(e) { + return !0 === e.disabled && ("form"in e || "label"in e) + }, { + dir: "parentNode", + next: "legend" + }); + try { + L.apply(A = H.call(w.childNodes), w.childNodes), + A[w.childNodes.length].nodeType + } catch (e) { + L = { + apply: A.length ? function(e, t) { + q.apply(e, H.call(t)) + } + : function(e, t) { + var n = e.length + , r = 0; + while (e[n++] = t[r++]) + ; + e.length = n - 1 + } + } + } + function oe(e, t, r, i) { + var o, s, l, c, f, h, v, m = t && t.ownerDocument, T = t ? t.nodeType : 9; + if (r = r || [], + "string" != typeof e || !e || 1 !== T && 9 !== T && 11 !== T) + return r; + if (!i && ((t ? t.ownerDocument || t : w) !== d && p(t), + t = t || d, + g)) { + if (11 !== T && (f = J.exec(e))) + if (o = f[1]) { + if (9 === T) { + if (!(l = t.getElementById(o))) + return r; + if (l.id === o) + return r.push(l), + r + } else if (m && (l = m.getElementById(o)) && x(t, l) && l.id === o) + return r.push(l), + r + } else { + if (f[2]) + return L.apply(r, t.getElementsByTagName(e)), + r; + if ((o = f[3]) && n.getElementsByClassName && t.getElementsByClassName) + return L.apply(r, t.getElementsByClassName(o)), + r + } + if (n.qsa && !S[e + " "] && (!y || !y.test(e))) { + if (1 !== T) + m = t, + v = e; + else if ("object" !== t.nodeName.toLowerCase()) { + (c = t.getAttribute("id")) ? c = c.replace(te, ne) : t.setAttribute("id", c = b), + s = (h = a(e)).length; + while (s--) + h[s] = "#" + c + " " + ve(h[s]); + v = h.join(","), + m = K.test(e) && ge(t.parentNode) || t + } + if (v) + try { + return L.apply(r, m.querySelectorAll(v)), + r + } catch (e) {} finally { + c === b && t.removeAttribute("id") + } + } + } + return u(e.replace(B, "$1"), t, r, i) + } + function ae() { + var e = []; + function t(n, i) { + return e.push(n + " ") > r.cacheLength && delete t[e.shift()], + t[n + " "] = i + } + return t + } + function se(e) { + return e[b] = !0, + e + } + function ue(e) { + var t = d.createElement("fieldset"); + try { + return !!e(t) + } catch (e) { + return !1 + } finally { + t.parentNode && t.parentNode.removeChild(t), + t = null + } + } + function le(e, t) { + var n = e.split("|") + , i = n.length; + while (i--) + r.attrHandle[n[i]] = t + } + function ce(e, t) { + var n = t && e + , r = n && 1 === e.nodeType && 1 === t.nodeType && e.sourceIndex - t.sourceIndex; + if (r) + return r; + if (n) + while (n = n.nextSibling) + if (n === t) + return -1; + return e ? 1 : -1 + } + function fe(e) { + return function(t) { + return "input" === t.nodeName.toLowerCase() && t.type === e + } + } + function pe(e) { + return function(t) { + var n = t.nodeName.toLowerCase(); + return ("input" === n || "button" === n) && t.type === e + } + } + function de(e) { + return function(t) { + return "form"in t ? t.parentNode && !1 === t.disabled ? "label"in t ? "label"in t.parentNode ? t.parentNode.disabled === e : t.disabled === e : t.isDisabled === e || t.isDisabled !== !e && ie(t) === e : t.disabled === e : "label"in t && t.disabled === e + } + } + function he(e) { + return se(function(t) { + return t = +t, + se(function(n, r) { + var i, o = e([], n.length, t), a = o.length; + while (a--) + n[i = o[a]] && (n[i] = !(r[i] = n[i])) + }) + }) + } + function ge(e) { + return e && "undefined" != typeof e.getElementsByTagName && e + } + n = oe.support = {}, + o = oe.isXML = function(e) { + var t = e && (e.ownerDocument || e).documentElement; + return !!t && "HTML" !== t.nodeName + } + , + p = oe.setDocument = function(e) { + var t, i, a = e ? e.ownerDocument || e : w; + return a !== d && 9 === a.nodeType && a.documentElement ? (d = a, + h = d.documentElement, + g = !o(d), + w !== d && (i = d.defaultView) && i.top !== i && (i.addEventListener ? i.addEventListener("unload", re, !1) : i.attachEvent && i.attachEvent("onunload", re)), + n.attributes = ue(function(e) { + return e.className = "i", + !e.getAttribute("className") + }), + n.getElementsByTagName = ue(function(e) { + return e.appendChild(d.createComment("")), + !e.getElementsByTagName("*").length + }), + n.getElementsByClassName = Q.test(d.getElementsByClassName), + n.getById = ue(function(e) { + return h.appendChild(e).id = b, + !d.getElementsByName || !d.getElementsByName(b).length + }), + n.getById ? (r.filter.ID = function(e) { + var t = e.replace(Z, ee); + return function(e) { + return e.getAttribute("id") === t + } + } + , + r.find.ID = function(e, t) { + if ("undefined" != typeof t.getElementById && g) { + var n = t.getElementById(e); + return n ? [n] : [] + } + } + ) : (r.filter.ID = function(e) { + var t = e.replace(Z, ee); + return function(e) { + var n = "undefined" != typeof e.getAttributeNode && e.getAttributeNode("id"); + return n && n.value === t + } + } + , + r.find.ID = function(e, t) { + if ("undefined" != typeof t.getElementById && g) { + var n, r, i, o = t.getElementById(e); + if (o) { + if ((n = o.getAttributeNode("id")) && n.value === e) + return [o]; + i = t.getElementsByName(e), + r = 0; + while (o = i[r++]) + if ((n = o.getAttributeNode("id")) && n.value === e) + return [o] + } + return [] + } + } + ), + r.find.TAG = n.getElementsByTagName ? function(e, t) { + return "undefined" != typeof t.getElementsByTagName ? t.getElementsByTagName(e) : n.qsa ? t.querySelectorAll(e) : void 0 + } + : function(e, t) { + var n, r = [], i = 0, o = t.getElementsByTagName(e); + if ("*" === e) { + while (n = o[i++]) + 1 === n.nodeType && r.push(n); + return r + } + return o + } + , + r.find.CLASS = n.getElementsByClassName && function(e, t) { + if ("undefined" != typeof t.getElementsByClassName && g) + return t.getElementsByClassName(e) + } + , + v = [], + y = [], + (n.qsa = Q.test(d.querySelectorAll)) && (ue(function(e) { + h.appendChild(e).innerHTML = "", + e.querySelectorAll("[msallowcapture^='']").length && y.push("[*^$]=" + M + "*(?:''|\"\")"), + e.querySelectorAll("[selected]").length || y.push("\\[" + M + "*(?:value|" + P + ")"), + e.querySelectorAll("[id~=" + b + "-]").length || y.push("~="), + e.querySelectorAll(":checked").length || y.push(":checked"), + e.querySelectorAll("a#" + b + "+*").length || y.push(".#.+[+~]") + }), + ue(function(e) { + e.innerHTML = ""; + var t = d.createElement("input"); + t.setAttribute("type", "hidden"), + e.appendChild(t).setAttribute("name", "D"), + e.querySelectorAll("[name=d]").length && y.push("name" + M + "*[*^$|!~]?="), + 2 !== e.querySelectorAll(":enabled").length && y.push(":enabled", ":disabled"), + h.appendChild(e).disabled = !0, + 2 !== e.querySelectorAll(":disabled").length && y.push(":enabled", ":disabled"), + e.querySelectorAll("*,:x"), + y.push(",.*:") + })), + (n.matchesSelector = Q.test(m = h.matches || h.webkitMatchesSelector || h.mozMatchesSelector || h.oMatchesSelector || h.msMatchesSelector)) && ue(function(e) { + n.disconnectedMatch = m.call(e, "*"), + m.call(e, "[s!='']:x"), + v.push("!=", W) + }), + y = y.length && new RegExp(y.join("|")), + v = v.length && new RegExp(v.join("|")), + t = Q.test(h.compareDocumentPosition), + x = t || Q.test(h.contains) ? function(e, t) { + var n = 9 === e.nodeType ? e.documentElement : e + , r = t && t.parentNode; + return e === r || !(!r || 1 !== r.nodeType || !(n.contains ? n.contains(r) : e.compareDocumentPosition && 16 & e.compareDocumentPosition(r))) + } + : function(e, t) { + if (t) + while (t = t.parentNode) + if (t === e) + return !0; + return !1 + } + , + D = t ? function(e, t) { + if (e === t) + return f = !0, + 0; + var r = !e.compareDocumentPosition - !t.compareDocumentPosition; + return r || (1 & (r = (e.ownerDocument || e) === (t.ownerDocument || t) ? e.compareDocumentPosition(t) : 1) || !n.sortDetached && t.compareDocumentPosition(e) === r ? e === d || e.ownerDocument === w && x(w, e) ? -1 : t === d || t.ownerDocument === w && x(w, t) ? 1 : c ? O(c, e) - O(c, t) : 0 : 4 & r ? -1 : 1) + } + : function(e, t) { + if (e === t) + return f = !0, + 0; + var n, r = 0, i = e.parentNode, o = t.parentNode, a = [e], s = [t]; + if (!i || !o) + return e === d ? -1 : t === d ? 1 : i ? -1 : o ? 1 : c ? O(c, e) - O(c, t) : 0; + if (i === o) + return ce(e, t); + n = e; + while (n = n.parentNode) + a.unshift(n); + n = t; + while (n = n.parentNode) + s.unshift(n); + while (a[r] === s[r]) + r++; + return r ? ce(a[r], s[r]) : a[r] === w ? -1 : s[r] === w ? 1 : 0 + } + , + d) : d + } + , + oe.matches = function(e, t) { + return oe(e, null, null, t) + } + , + oe.matchesSelector = function(e, t) { + if ((e.ownerDocument || e) !== d && p(e), + t = t.replace(z, "='$1']"), + n.matchesSelector && g && !S[t + " "] && (!v || !v.test(t)) && (!y || !y.test(t))) + try { + var r = m.call(e, t); + if (r || n.disconnectedMatch || e.document && 11 !== e.document.nodeType) + return r + } catch (e) {} + return oe(t, d, null, [e]).length > 0 + } + , + oe.contains = function(e, t) { + return (e.ownerDocument || e) !== d && p(e), + x(e, t) + } + , + oe.attr = function(e, t) { + (e.ownerDocument || e) !== d && p(e); + var i = r.attrHandle[t.toLowerCase()] + , o = i && N.call(r.attrHandle, t.toLowerCase()) ? i(e, t, !g) : void 0; + return void 0 !== o ? o : n.attributes || !g ? e.getAttribute(t) : (o = e.getAttributeNode(t)) && o.specified ? o.value : null + } + , + oe.escape = function(e) { + return (e + "").replace(te, ne) + } + , + oe.error = function(e) { + throw new Error("Syntax error, unrecognized expression: " + e) + } + , + oe.uniqueSort = function(e) { + var t, r = [], i = 0, o = 0; + if (f = !n.detectDuplicates, + c = !n.sortStable && e.slice(0), + e.sort(D), + f) { + while (t = e[o++]) + t === e[o] && (i = r.push(o)); + while (i--) + e.splice(r[i], 1) + } + return c = null, + e + } + , + i = oe.getText = function(e) { + var t, n = "", r = 0, o = e.nodeType; + if (o) { + if (1 === o || 9 === o || 11 === o) { + if ("string" == typeof e.textContent) + return e.textContent; + for (e = e.firstChild; e; e = e.nextSibling) + n += i(e) + } else if (3 === o || 4 === o) + return e.nodeValue + } else + while (t = e[r++]) + n += i(t); + return n + } + , + (r = oe.selectors = { + cacheLength: 50, + createPseudo: se, + match: V, + attrHandle: {}, + find: {}, + relative: { + ">": { + dir: "parentNode", + first: !0 + }, + " ": { + dir: "parentNode" + }, + "+": { + dir: "previousSibling", + first: !0 + }, + "~": { + dir: "previousSibling" + } + }, + preFilter: { + ATTR: function(e) { + return e[1] = e[1].replace(Z, ee), + e[3] = (e[3] || e[4] || e[5] || "").replace(Z, ee), + "~=" === e[2] && (e[3] = " " + e[3] + " "), + e.slice(0, 4) + }, + CHILD: function(e) { + return e[1] = e[1].toLowerCase(), + "nth" === e[1].slice(0, 3) ? (e[3] || oe.error(e[0]), + e[4] = +(e[4] ? e[5] + (e[6] || 1) : 2 * ("even" === e[3] || "odd" === e[3])), + e[5] = +(e[7] + e[8] || "odd" === e[3])) : e[3] && oe.error(e[0]), + e + }, + PSEUDO: function(e) { + var t, n = !e[6] && e[2]; + return V.CHILD.test(e[0]) ? null : (e[3] ? e[2] = e[4] || e[5] || "" : n && X.test(n) && (t = a(n, !0)) && (t = n.indexOf(")", n.length - t) - n.length) && (e[0] = e[0].slice(0, t), + e[2] = n.slice(0, t)), + e.slice(0, 3)) + } + }, + filter: { + TAG: function(e) { + var t = e.replace(Z, ee).toLowerCase(); + return "*" === e ? function() { + return !0 + } + : function(e) { + return e.nodeName && e.nodeName.toLowerCase() === t + } + }, + CLASS: function(e) { + var t = E[e + " "]; + return t || (t = new RegExp("(^|" + M + ")" + e + "(" + M + "|$)")) && E(e, function(e) { + return t.test("string" == typeof e.className && e.className || "undefined" != typeof e.getAttribute && e.getAttribute("class") || "") + }) + }, + ATTR: function(e, t, n) { + return function(r) { + var i = oe.attr(r, e); + return null == i ? "!=" === t : !t || (i += "", + "=" === t ? i === n : "!=" === t ? i !== n : "^=" === t ? n && 0 === i.indexOf(n) : "*=" === t ? n && i.indexOf(n) > -1 : "$=" === t ? n && i.slice(-n.length) === n : "~=" === t ? (" " + i.replace($, " ") + " ").indexOf(n) > -1 : "|=" === t && (i === n || i.slice(0, n.length + 1) === n + "-")) + } + }, + CHILD: function(e, t, n, r, i) { + var o = "nth" !== e.slice(0, 3) + , a = "last" !== e.slice(-4) + , s = "of-type" === t; + return 1 === r && 0 === i ? function(e) { + return !!e.parentNode + } + : function(t, n, u) { + var l, c, f, p, d, h, g = o !== a ? "nextSibling" : "previousSibling", y = t.parentNode, v = s && t.nodeName.toLowerCase(), m = !u && !s, x = !1; + if (y) { + if (o) { + while (g) { + p = t; + while (p = p[g]) + if (s ? p.nodeName.toLowerCase() === v : 1 === p.nodeType) + return !1; + h = g = "only" === e && !h && "nextSibling" + } + return !0 + } + if (h = [a ? y.firstChild : y.lastChild], + a && m) { + x = (d = (l = (c = (f = (p = y)[b] || (p[b] = {}))[p.uniqueID] || (f[p.uniqueID] = {}))[e] || [])[0] === T && l[1]) && l[2], + p = d && y.childNodes[d]; + while (p = ++d && p && p[g] || (x = d = 0) || h.pop()) + if (1 === p.nodeType && ++x && p === t) { + c[e] = [T, d, x]; + break + } + } else if (m && (x = d = (l = (c = (f = (p = t)[b] || (p[b] = {}))[p.uniqueID] || (f[p.uniqueID] = {}))[e] || [])[0] === T && l[1]), + !1 === x) + while (p = ++d && p && p[g] || (x = d = 0) || h.pop()) + if ((s ? p.nodeName.toLowerCase() === v : 1 === p.nodeType) && ++x && (m && ((c = (f = p[b] || (p[b] = {}))[p.uniqueID] || (f[p.uniqueID] = {}))[e] = [T, x]), + p === t)) + break; + return (x -= i) === r || x % r == 0 && x / r >= 0 + } + } + }, + PSEUDO: function(e, t) { + var n, i = r.pseudos[e] || r.setFilters[e.toLowerCase()] || oe.error("unsupported pseudo: " + e); + return i[b] ? i(t) : i.length > 1 ? (n = [e, e, "", t], + r.setFilters.hasOwnProperty(e.toLowerCase()) ? se(function(e, n) { + var r, o = i(e, t), a = o.length; + while (a--) + e[r = O(e, o[a])] = !(n[r] = o[a]) + }) : function(e) { + return i(e, 0, n) + } + ) : i + } + }, + pseudos: { + not: se(function(e) { + var t = [] + , n = [] + , r = s(e.replace(B, "$1")); + return r[b] ? se(function(e, t, n, i) { + var o, a = r(e, null, i, []), s = e.length; + while (s--) + (o = a[s]) && (e[s] = !(t[s] = o)) + }) : function(e, i, o) { + return t[0] = e, + r(t, null, o, n), + t[0] = null, + !n.pop() + } + }), + has: se(function(e) { + return function(t) { + return oe(e, t).length > 0 + } + }), + contains: se(function(e) { + return e = e.replace(Z, ee), + function(t) { + return (t.textContent || t.innerText || i(t)).indexOf(e) > -1 + } + }), + lang: se(function(e) { + return U.test(e || "") || oe.error("unsupported lang: " + e), + e = e.replace(Z, ee).toLowerCase(), + function(t) { + var n; + do { + if (n = g ? t.lang : t.getAttribute("xml:lang") || t.getAttribute("lang")) + return (n = n.toLowerCase()) === e || 0 === n.indexOf(e + "-") + } while ((t = t.parentNode) && 1 === t.nodeType); + return !1 + } + }), + target: function(t) { + var n = e.location && e.location.hash; + return n && n.slice(1) === t.id + }, + root: function(e) { + return e === h + }, + focus: function(e) { + return e === d.activeElement && (!d.hasFocus || d.hasFocus()) && !!(e.type || e.href || ~e.tabIndex) + }, + enabled: de(!1), + disabled: de(!0), + checked: function(e) { + var t = e.nodeName.toLowerCase(); + return "input" === t && !!e.checked || "option" === t && !!e.selected + }, + selected: function(e) { + return e.parentNode && e.parentNode.selectedIndex, + !0 === e.selected + }, + empty: function(e) { + for (e = e.firstChild; e; e = e.nextSibling) + if (e.nodeType < 6) + return !1; + return !0 + }, + parent: function(e) { + return !r.pseudos.empty(e) + }, + header: function(e) { + return Y.test(e.nodeName) + }, + input: function(e) { + return G.test(e.nodeName) + }, + button: function(e) { + var t = e.nodeName.toLowerCase(); + return "input" === t && "button" === e.type || "button" === t + }, + text: function(e) { + var t; + return "input" === e.nodeName.toLowerCase() && "text" === e.type && (null == (t = e.getAttribute("type")) || "text" === t.toLowerCase()) + }, + first: he(function() { + return [0] + }), + last: he(function(e, t) { + return [t - 1] + }), + eq: he(function(e, t, n) { + return [n < 0 ? n + t : n] + }), + even: he(function(e, t) { + for (var n = 0; n < t; n += 2) + e.push(n); + return e + }), + odd: he(function(e, t) { + for (var n = 1; n < t; n += 2) + e.push(n); + return e + }), + lt: he(function(e, t, n) { + for (var r = n < 0 ? n + t : n; --r >= 0; ) + e.push(r); + return e + }), + gt: he(function(e, t, n) { + for (var r = n < 0 ? n + t : n; ++r < t; ) + e.push(r); + return e + }) + } + }).pseudos.nth = r.pseudos.eq; + for (t in { + radio: !0, + checkbox: !0, + file: !0, + password: !0, + image: !0 + }) + r.pseudos[t] = fe(t); + for (t in { + submit: !0, + reset: !0 + }) + r.pseudos[t] = pe(t); + function ye() {} + ye.prototype = r.filters = r.pseudos, + r.setFilters = new ye, + a = oe.tokenize = function(e, t) { + var n, i, o, a, s, u, l, c = k[e + " "]; + if (c) + return t ? 0 : c.slice(0); + s = e, + u = [], + l = r.preFilter; + while (s) { + n && !(i = F.exec(s)) || (i && (s = s.slice(i[0].length) || s), + u.push(o = [])), + n = !1, + (i = _.exec(s)) && (n = i.shift(), + o.push({ + value: n, + type: i[0].replace(B, " ") + }), + s = s.slice(n.length)); + for (a in r.filter) + !(i = V[a].exec(s)) || l[a] && !(i = l[a](i)) || (n = i.shift(), + o.push({ + value: n, + type: a, + matches: i + }), + s = s.slice(n.length)); + if (!n) + break + } + return t ? s.length : s ? oe.error(e) : k(e, u).slice(0) + } + ; + function ve(e) { + for (var t = 0, n = e.length, r = ""; t < n; t++) + r += e[t].value; + return r + } + function me(e, t, n) { + var r = t.dir + , i = t.next + , o = i || r + , a = n && "parentNode" === o + , s = C++; + return t.first ? function(t, n, i) { + while (t = t[r]) + if (1 === t.nodeType || a) + return e(t, n, i); + return !1 + } + : function(t, n, u) { + var l, c, f, p = [T, s]; + if (u) { + while (t = t[r]) + if ((1 === t.nodeType || a) && e(t, n, u)) + return !0 + } else + while (t = t[r]) + if (1 === t.nodeType || a) + if (f = t[b] || (t[b] = {}), + c = f[t.uniqueID] || (f[t.uniqueID] = {}), + i && i === t.nodeName.toLowerCase()) + t = t[r] || t; + else { + if ((l = c[o]) && l[0] === T && l[1] === s) + return p[2] = l[2]; + if (c[o] = p, + p[2] = e(t, n, u)) + return !0 + } + return !1 + } + } + function xe(e) { + return e.length > 1 ? function(t, n, r) { + var i = e.length; + while (i--) + if (!e[i](t, n, r)) + return !1; + return !0 + } + : e[0] + } + function be(e, t, n) { + for (var r = 0, i = t.length; r < i; r++) + oe(e, t[r], n); + return n + } + function we(e, t, n, r, i) { + for (var o, a = [], s = 0, u = e.length, l = null != t; s < u; s++) + (o = e[s]) && (n && !n(o, r, i) || (a.push(o), + l && t.push(s))); + return a + } + function Te(e, t, n, r, i, o) { + return r && !r[b] && (r = Te(r)), + i && !i[b] && (i = Te(i, o)), + se(function(o, a, s, u) { + var l, c, f, p = [], d = [], h = a.length, g = o || be(t || "*", s.nodeType ? [s] : s, []), y = !e || !o && t ? g : we(g, p, e, s, u), v = n ? i || (o ? e : h || r) ? [] : a : y; + if (n && n(y, v, s, u), + r) { + l = we(v, d), + r(l, [], s, u), + c = l.length; + while (c--) + (f = l[c]) && (v[d[c]] = !(y[d[c]] = f)) + } + if (o) { + if (i || e) { + if (i) { + l = [], + c = v.length; + while (c--) + (f = v[c]) && l.push(y[c] = f); + i(null, v = [], l, u) + } + c = v.length; + while (c--) + (f = v[c]) && (l = i ? O(o, f) : p[c]) > -1 && (o[l] = !(a[l] = f)) + } + } else + v = we(v === a ? v.splice(h, v.length) : v), + i ? i(null, a, v, u) : L.apply(a, v) + }) + } + function Ce(e) { + for (var t, n, i, o = e.length, a = r.relative[e[0].type], s = a || r.relative[" "], u = a ? 1 : 0, c = me(function(e) { + return e === t + }, s, !0), f = me(function(e) { + return O(t, e) > -1 + }, s, !0), p = [function(e, n, r) { + var i = !a && (r || n !== l) || ((t = n).nodeType ? c(e, n, r) : f(e, n, r)); + return t = null, + i + } + ]; u < o; u++) + if (n = r.relative[e[u].type]) + p = [me(xe(p), n)]; + else { + if ((n = r.filter[e[u].type].apply(null, e[u].matches))[b]) { + for (i = ++u; i < o; i++) + if (r.relative[e[i].type]) + break; + return Te(u > 1 && xe(p), u > 1 && ve(e.slice(0, u - 1).concat({ + value: " " === e[u - 2].type ? "*" : "" + })).replace(B, "$1"), n, u < i && Ce(e.slice(u, i)), i < o && Ce(e = e.slice(i)), i < o && ve(e)) + } + p.push(n) + } + return xe(p) + } + function Ee(e, t) { + var n = t.length > 0 + , i = e.length > 0 + , o = function(o, a, s, u, c) { + var f, h, y, v = 0, m = "0", x = o && [], b = [], w = l, C = o || i && r.find.TAG("*", c), E = T += null == w ? 1 : Math.random() || .1, k = C.length; + for (c && (l = a === d || a || c); m !== k && null != (f = C[m]); m++) { + if (i && f) { + h = 0, + a || f.ownerDocument === d || (p(f), + s = !g); + while (y = e[h++]) + if (y(f, a || d, s)) { + u.push(f); + break + } + c && (T = E) + } + n && ((f = !y && f) && v--, + o && x.push(f)) + } + if (v += m, + n && m !== v) { + h = 0; + while (y = t[h++]) + y(x, b, a, s); + if (o) { + if (v > 0) + while (m--) + x[m] || b[m] || (b[m] = j.call(u)); + b = we(b) + } + L.apply(u, b), + c && !o && b.length > 0 && v + t.length > 1 && oe.uniqueSort(u) + } + return c && (T = E, + l = w), + x + }; + return n ? se(o) : o + } + return s = oe.compile = function(e, t) { + var n, r = [], i = [], o = S[e + " "]; + if (!o) { + t || (t = a(e)), + n = t.length; + while (n--) + (o = Ce(t[n]))[b] ? r.push(o) : i.push(o); + (o = S(e, Ee(i, r))).selector = e + } + return o + } + , + u = oe.select = function(e, t, n, i) { + var o, u, l, c, f, p = "function" == typeof e && e, d = !i && a(e = p.selector || e); + if (n = n || [], + 1 === d.length) { + if ((u = d[0] = d[0].slice(0)).length > 2 && "ID" === (l = u[0]).type && 9 === t.nodeType && g && r.relative[u[1].type]) { + if (!(t = (r.find.ID(l.matches[0].replace(Z, ee), t) || [])[0])) + return n; + p && (t = t.parentNode), + e = e.slice(u.shift().value.length) + } + o = V.needsContext.test(e) ? 0 : u.length; + while (o--) { + if (l = u[o], + r.relative[c = l.type]) + break; + if ((f = r.find[c]) && (i = f(l.matches[0].replace(Z, ee), K.test(u[0].type) && ge(t.parentNode) || t))) { + if (u.splice(o, 1), + !(e = i.length && ve(u))) + return L.apply(n, i), + n; + break + } + } + } + return (p || s(e, d))(i, t, !g, n, !t || K.test(e) && ge(t.parentNode) || t), + n + } + , + n.sortStable = b.split("").sort(D).join("") === b, + n.detectDuplicates = !!f, + p(), + n.sortDetached = ue(function(e) { + return 1 & e.compareDocumentPosition(d.createElement("fieldset")) + }), + ue(function(e) { + return e.innerHTML = "", + "#" === e.firstChild.getAttribute("href") + }) || le("type|href|height|width", function(e, t, n) { + if (!n) + return e.getAttribute(t, "type" === t.toLowerCase() ? 1 : 2) + }), + n.attributes && ue(function(e) { + return e.innerHTML = "", + e.firstChild.setAttribute("value", ""), + "" === e.firstChild.getAttribute("value") + }) || le("value", function(e, t, n) { + if (!n && "input" === e.nodeName.toLowerCase()) + return e.defaultValue + }), + ue(function(e) { + return null == e.getAttribute("disabled") + }) || le(P, function(e, t, n) { + var r; + if (!n) + return !0 === e[t] ? t.toLowerCase() : (r = e.getAttributeNode(t)) && r.specified ? r.value : null + }), + oe + }(e); + w.find = E, + w.expr = E.selectors, + w.expr[":"] = w.expr.pseudos, + w.uniqueSort = w.unique = E.uniqueSort, + w.text = E.getText, + w.isXMLDoc = E.isXML, + w.contains = E.contains, + w.escapeSelector = E.escape; + var k = function(e, t, n) { + var r = [] + , i = void 0 !== n; + while ((e = e[t]) && 9 !== e.nodeType) + if (1 === e.nodeType) { + if (i && w(e).is(n)) + break; + r.push(e) + } + return r + } + , S = function(e, t) { + for (var n = []; e; e = e.nextSibling) + 1 === e.nodeType && e !== t && n.push(e); + return n + } + , D = w.expr.match.needsContext; + function N(e, t) { + return e.nodeName && e.nodeName.toLowerCase() === t.toLowerCase() + } + var A = /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i; + function j(e, t, n) { + return g(t) ? w.grep(e, function(e, r) { + return !!t.call(e, r, e) !== n + }) : t.nodeType ? w.grep(e, function(e) { + return e === t !== n + }) : "string" != typeof t ? w.grep(e, function(e) { + return u.call(t, e) > -1 !== n + }) : w.filter(t, e, n) + } + w.filter = function(e, t, n) { + var r = t[0]; + return n && (e = ":not(" + e + ")"), + 1 === t.length && 1 === r.nodeType ? w.find.matchesSelector(r, e) ? [r] : [] : w.find.matches(e, w.grep(t, function(e) { + return 1 === e.nodeType + })) + } + , + w.fn.extend({ + find: function(e) { + var t, n, r = this.length, i = this; + if ("string" != typeof e) + return this.pushStack(w(e).filter(function() { + for (t = 0; t < r; t++) + if (w.contains(i[t], this)) + return !0 + })); + for (n = this.pushStack([]), + t = 0; t < r; t++) + w.find(e, i[t], n); + return r > 1 ? w.uniqueSort(n) : n + }, + filter: function(e) { + return this.pushStack(j(this, e || [], !1)) + }, + not: function(e) { + return this.pushStack(j(this, e || [], !0)) + }, + is: function(e) { + return !!j(this, "string" == typeof e && D.test(e) ? w(e) : e || [], !1).length + } + }); + var q, L = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/; + (w.fn.init = function(e, t, n) { + var i, o; + if (!e) + return this; + if (n = n || q, + "string" == typeof e) { + if (!(i = "<" === e[0] && ">" === e[e.length - 1] && e.length >= 3 ? [null, e, null] : L.exec(e)) || !i[1] && t) + return !t || t.jquery ? (t || n).find(e) : this.constructor(t).find(e); + if (i[1]) { + if (t = t instanceof w ? t[0] : t, + w.merge(this, w.parseHTML(i[1], t && t.nodeType ? t.ownerDocument || t : r, !0)), + A.test(i[1]) && w.isPlainObject(t)) + for (i in t) + g(this[i]) ? this[i](t[i]) : this.attr(i, t[i]); + return this + } + return (o = r.getElementById(i[2])) && (this[0] = o, + this.length = 1), + this + } + return e.nodeType ? (this[0] = e, + this.length = 1, + this) : g(e) ? void 0 !== n.ready ? n.ready(e) : e(w) : w.makeArray(e, this) + } + ).prototype = w.fn, + q = w(r); + var H = /^(?:parents|prev(?:Until|All))/ + , O = { + children: !0, + contents: !0, + next: !0, + prev: !0 + }; + w.fn.extend({ + has: function(e) { + var t = w(e, this) + , n = t.length; + return this.filter(function() { + for (var e = 0; e < n; e++) + if (w.contains(this, t[e])) + return !0 + }) + }, + closest: function(e, t) { + var n, r = 0, i = this.length, o = [], a = "string" != typeof e && w(e); + if (!D.test(e)) + for (; r < i; r++) + for (n = this[r]; n && n !== t; n = n.parentNode) + if (n.nodeType < 11 && (a ? a.index(n) > -1 : 1 === n.nodeType && w.find.matchesSelector(n, e))) { + o.push(n); + break + } + return this.pushStack(o.length > 1 ? w.uniqueSort(o) : o) + }, + index: function(e) { + return e ? "string" == typeof e ? u.call(w(e), this[0]) : u.call(this, e.jquery ? e[0] : e) : this[0] && this[0].parentNode ? this.first().prevAll().length : -1 + }, + add: function(e, t) { + return this.pushStack(w.uniqueSort(w.merge(this.get(), w(e, t)))) + }, + addBack: function(e) { + return this.add(null == e ? this.prevObject : this.prevObject.filter(e)) + } + }); + function P(e, t) { + while ((e = e[t]) && 1 !== e.nodeType) + ; + return e + } + w.each({ + parent: function(e) { + var t = e.parentNode; + return t && 11 !== t.nodeType ? t : null + }, + parents: function(e) { + return k(e, "parentNode") + }, + parentsUntil: function(e, t, n) { + return k(e, "parentNode", n) + }, + next: function(e) { + return P(e, "nextSibling") + }, + prev: function(e) { + return P(e, "previousSibling") + }, + nextAll: function(e) { + return k(e, "nextSibling") + }, + prevAll: function(e) { + return k(e, "previousSibling") + }, + nextUntil: function(e, t, n) { + return k(e, "nextSibling", n) + }, + prevUntil: function(e, t, n) { + return k(e, "previousSibling", n) + }, + siblings: function(e) { + return S((e.parentNode || {}).firstChild, e) + }, + children: function(e) { + return S(e.firstChild) + }, + contents: function(e) { + return N(e, "iframe") ? e.contentDocument : (N(e, "template") && (e = e.content || e), + w.merge([], e.childNodes)) + } + }, function(e, t) { + w.fn[e] = function(n, r) { + var i = w.map(this, t, n); + return "Until" !== e.slice(-5) && (r = n), + r && "string" == typeof r && (i = w.filter(r, i)), + this.length > 1 && (O[e] || w.uniqueSort(i), + H.test(e) && i.reverse()), + this.pushStack(i) + } + }); + var M = /[^\x20\t\r\n\f]+/g; + function R(e) { + var t = {}; + return w.each(e.match(M) || [], function(e, n) { + t[n] = !0 + }), + t + } + w.Callbacks = function(e) { + e = "string" == typeof e ? R(e) : w.extend({}, e); + var t, n, r, i, o = [], a = [], s = -1, u = function() { + for (i = i || e.once, + r = t = !0; a.length; s = -1) { + n = a.shift(); + while (++s < o.length) + !1 === o[s].apply(n[0], n[1]) && e.stopOnFalse && (s = o.length, + n = !1) + } + e.memory || (n = !1), + t = !1, + i && (o = n ? [] : "") + }, l = { + add: function() { + return o && (n && !t && (s = o.length - 1, + a.push(n)), + function t(n) { + w.each(n, function(n, r) { + g(r) ? e.unique && l.has(r) || o.push(r) : r && r.length && "string" !== x(r) && t(r) + }) + }(arguments), + n && !t && u()), + this + }, + remove: function() { + return w.each(arguments, function(e, t) { + var n; + while ((n = w.inArray(t, o, n)) > -1) + o.splice(n, 1), + n <= s && s-- + }), + this + }, + has: function(e) { + return e ? w.inArray(e, o) > -1 : o.length > 0 + }, + empty: function() { + return o && (o = []), + this + }, + disable: function() { + return i = a = [], + o = n = "", + this + }, + disabled: function() { + return !o + }, + lock: function() { + return i = a = [], + n || t || (o = n = ""), + this + }, + locked: function() { + return !!i + }, + fireWith: function(e, n) { + return i || (n = [e, (n = n || []).slice ? n.slice() : n], + a.push(n), + t || u()), + this + }, + fire: function() { + return l.fireWith(this, arguments), + this + }, + fired: function() { + return !!r + } + }; + return l + } + ; + function I(e) { + return e + } + function W(e) { + throw e + } + function $(e, t, n, r) { + var i; + try { + e && g(i = e.promise) ? i.call(e).done(t).fail(n) : e && g(i = e.then) ? i.call(e, t, n) : t.apply(void 0, [e].slice(r)) + } catch (e) { + n.apply(void 0, [e]) + } + } + w.extend({ + Deferred: function(t) { + var n = [["notify", "progress", w.Callbacks("memory"), w.Callbacks("memory"), 2], ["resolve", "done", w.Callbacks("once memory"), w.Callbacks("once memory"), 0, "resolved"], ["reject", "fail", w.Callbacks("once memory"), w.Callbacks("once memory"), 1, "rejected"]] + , r = "pending" + , i = { + state: function() { + return r + }, + always: function() { + return o.done(arguments).fail(arguments), + this + }, + "catch": function(e) { + return i.then(null, e) + }, + pipe: function() { + var e = arguments; + return w.Deferred(function(t) { + w.each(n, function(n, r) { + var i = g(e[r[4]]) && e[r[4]]; + o[r[1]](function() { + var e = i && i.apply(this, arguments); + e && g(e.promise) ? e.promise().progress(t.notify).done(t.resolve).fail(t.reject) : t[r[0] + "With"](this, i ? [e] : arguments) + }) + }), + e = null + }).promise() + }, + then: function(t, r, i) { + var o = 0; + function a(t, n, r, i) { + return function() { + var s = this + , u = arguments + , l = function() { + var e, l; + if (!(t < o)) { + if ((e = r.apply(s, u)) === n.promise()) + throw new TypeError("Thenable self-resolution"); + l = e && ("object" == typeof e || "function" == typeof e) && e.then, + g(l) ? i ? l.call(e, a(o, n, I, i), a(o, n, W, i)) : (o++, + l.call(e, a(o, n, I, i), a(o, n, W, i), a(o, n, I, n.notifyWith))) : (r !== I && (s = void 0, + u = [e]), + (i || n.resolveWith)(s, u)) + } + } + , c = i ? l : function() { + try { + l() + } catch (e) { + w.Deferred.exceptionHook && w.Deferred.exceptionHook(e, c.stackTrace), + t + 1 >= o && (r !== W && (s = void 0, + u = [e]), + n.rejectWith(s, u)) + } + } + ; + t ? c() : (w.Deferred.getStackHook && (c.stackTrace = w.Deferred.getStackHook()), + e.setTimeout(c)) + } + } + return w.Deferred(function(e) { + n[0][3].add(a(0, e, g(i) ? i : I, e.notifyWith)), + n[1][3].add(a(0, e, g(t) ? t : I)), + n[2][3].add(a(0, e, g(r) ? r : W)) + }).promise() + }, + promise: function(e) { + return null != e ? w.extend(e, i) : i + } + } + , o = {}; + return w.each(n, function(e, t) { + var a = t[2] + , s = t[5]; + i[t[1]] = a.add, + s && a.add(function() { + r = s + }, n[3 - e][2].disable, n[3 - e][3].disable, n[0][2].lock, n[0][3].lock), + a.add(t[3].fire), + o[t[0]] = function() { + return o[t[0] + "With"](this === o ? void 0 : this, arguments), + this + } + , + o[t[0] + "With"] = a.fireWith + }), + i.promise(o), + t && t.call(o, o), + o + }, + when: function(e) { + var t = arguments.length + , n = t + , r = Array(n) + , i = o.call(arguments) + , a = w.Deferred() + , s = function(e) { + return function(n) { + r[e] = this, + i[e] = arguments.length > 1 ? o.call(arguments) : n, + --t || a.resolveWith(r, i) + } + }; + if (t <= 1 && ($(e, a.done(s(n)).resolve, a.reject, !t), + "pending" === a.state() || g(i[n] && i[n].then))) + return a.then(); + while (n--) + $(i[n], s(n), a.reject); + return a.promise() + } + }); + var B = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/; + w.Deferred.exceptionHook = function(t, n) { + e.console && e.console.warn && t && B.test(t.name) && e.console.warn("jQuery.Deferred exception: " + t.message, t.stack, n) + } + , + w.readyException = function(t) { + e.setTimeout(function() { + throw t + }) + } + ; + var F = w.Deferred(); + w.fn.ready = function(e) { + return F.then(e)["catch"](function(e) { + w.readyException(e) + }), + this + } + , + w.extend({ + isReady: !1, + readyWait: 1, + ready: function(e) { + (!0 === e ? --w.readyWait : w.isReady) || (w.isReady = !0, + !0 !== e && --w.readyWait > 0 || F.resolveWith(r, [w])) + } + }), + w.ready.then = F.then; + function _() { + r.removeEventListener("DOMContentLoaded", _), + e.removeEventListener("load", _), + w.ready() + } + "complete" === r.readyState || "loading" !== r.readyState && !r.documentElement.doScroll ? e.setTimeout(w.ready) : (r.addEventListener("DOMContentLoaded", _), + e.addEventListener("load", _)); + var z = function(e, t, n, r, i, o, a) { + var s = 0 + , u = e.length + , l = null == n; + if ("object" === x(n)) { + i = !0; + for (s in n) + z(e, t, s, n[s], !0, o, a) + } else if (void 0 !== r && (i = !0, + g(r) || (a = !0), + l && (a ? (t.call(e, r), + t = null) : (l = t, + t = function(e, t, n) { + return l.call(w(e), n) + } + )), + t)) + for (; s < u; s++) + t(e[s], n, a ? r : r.call(e[s], s, t(e[s], n))); + return i ? e : l ? t.call(e) : u ? t(e[0], n) : o + } + , X = /^-ms-/ + , U = /-([a-z])/g; + function V(e, t) { + return t.toUpperCase() + } + function G(e) { + return e.replace(X, "ms-").replace(U, V) + } + var Y = function(e) { + return 1 === e.nodeType || 9 === e.nodeType || !+e.nodeType + }; + function Q() { + this.expando = w.expando + Q.uid++ + } + Q.uid = 1, + Q.prototype = { + cache: function(e) { + var t = e[this.expando]; + return t || (t = {}, + Y(e) && (e.nodeType ? e[this.expando] = t : Object.defineProperty(e, this.expando, { + value: t, + configurable: !0 + }))), + t + }, + set: function(e, t, n) { + var r, i = this.cache(e); + if ("string" == typeof t) + i[G(t)] = n; + else + for (r in t) + i[G(r)] = t[r]; + return i + }, + get: function(e, t) { + return void 0 === t ? this.cache(e) : e[this.expando] && e[this.expando][G(t)] + }, + access: function(e, t, n) { + return void 0 === t || t && "string" == typeof t && void 0 === n ? this.get(e, t) : (this.set(e, t, n), + void 0 !== n ? n : t) + }, + remove: function(e, t) { + var n, r = e[this.expando]; + if (void 0 !== r) { + if (void 0 !== t) { + n = (t = Array.isArray(t) ? t.map(G) : (t = G(t))in r ? [t] : t.match(M) || []).length; + while (n--) + delete r[t[n]] + } + (void 0 === t || w.isEmptyObject(r)) && (e.nodeType ? e[this.expando] = void 0 : delete e[this.expando]) + } + }, + hasData: function(e) { + var t = e[this.expando]; + return void 0 !== t && !w.isEmptyObject(t) + } + }; + var J = new Q + , K = new Q + , Z = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/ + , ee = /[A-Z]/g; + function te(e) { + return "true" === e || "false" !== e && ("null" === e ? null : e === +e + "" ? +e : Z.test(e) ? JSON.parse(e) : e) + } + function ne(e, t, n) { + var r; + if (void 0 === n && 1 === e.nodeType) + if (r = "data-" + t.replace(ee, "-$&").toLowerCase(), + "string" == typeof (n = e.getAttribute(r))) { + try { + n = te(n) + } catch (e) {} + K.set(e, t, n) + } else + n = void 0; + return n + } + w.extend({ + hasData: function(e) { + return K.hasData(e) || J.hasData(e) + }, + data: function(e, t, n) { + return K.access(e, t, n) + }, + removeData: function(e, t) { + K.remove(e, t) + }, + _data: function(e, t, n) { + return J.access(e, t, n) + }, + _removeData: function(e, t) { + J.remove(e, t) + } + }), + w.fn.extend({ + data: function(e, t) { + var n, r, i, o = this[0], a = o && o.attributes; + if (void 0 === e) { + if (this.length && (i = K.get(o), + 1 === o.nodeType && !J.get(o, "hasDataAttrs"))) { + n = a.length; + while (n--) + a[n] && 0 === (r = a[n].name).indexOf("data-") && (r = G(r.slice(5)), + ne(o, r, i[r])); + J.set(o, "hasDataAttrs", !0) + } + return i + } + return "object" == typeof e ? this.each(function() { + K.set(this, e) + }) : z(this, function(t) { + var n; + if (o && void 0 === t) { + if (void 0 !== (n = K.get(o, e))) + return n; + if (void 0 !== (n = ne(o, e))) + return n + } else + this.each(function() { + K.set(this, e, t) + }) + }, null, t, arguments.length > 1, null, !0) + }, + removeData: function(e) { + return this.each(function() { + K.remove(this, e) + }) + } + }), + w.extend({ + queue: function(e, t, n) { + var r; + if (e) + return t = (t || "fx") + "queue", + r = J.get(e, t), + n && (!r || Array.isArray(n) ? r = J.access(e, t, w.makeArray(n)) : r.push(n)), + r || [] + }, + dequeue: function(e, t) { + t = t || "fx"; + var n = w.queue(e, t) + , r = n.length + , i = n.shift() + , o = w._queueHooks(e, t) + , a = function() { + w.dequeue(e, t) + }; + "inprogress" === i && (i = n.shift(), + r--), + i && ("fx" === t && n.unshift("inprogress"), + delete o.stop, + i.call(e, a, o)), + !r && o && o.empty.fire() + }, + _queueHooks: function(e, t) { + var n = t + "queueHooks"; + return J.get(e, n) || J.access(e, n, { + empty: w.Callbacks("once memory").add(function() { + J.remove(e, [t + "queue", n]) + }) + }) + } + }), + w.fn.extend({ + queue: function(e, t) { + var n = 2; + return "string" != typeof e && (t = e, + e = "fx", + n--), + arguments.length < n ? w.queue(this[0], e) : void 0 === t ? this : this.each(function() { + var n = w.queue(this, e, t); + w._queueHooks(this, e), + "fx" === e && "inprogress" !== n[0] && w.dequeue(this, e) + }) + }, + dequeue: function(e) { + return this.each(function() { + w.dequeue(this, e) + }) + }, + clearQueue: function(e) { + return this.queue(e || "fx", []) + }, + promise: function(e, t) { + var n, r = 1, i = w.Deferred(), o = this, a = this.length, s = function() { + --r || i.resolveWith(o, [o]) + }; + "string" != typeof e && (t = e, + e = void 0), + e = e || "fx"; + while (a--) + (n = J.get(o[a], e + "queueHooks")) && n.empty && (r++, + n.empty.add(s)); + return s(), + i.promise(t) + } + }); + var re = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source + , ie = new RegExp("^(?:([+-])=|)(" + re + ")([a-z%]*)$","i") + , oe = ["Top", "Right", "Bottom", "Left"] + , ae = function(e, t) { + return "none" === (e = t || e).style.display || "" === e.style.display && w.contains(e.ownerDocument, e) && "none" === w.css(e, "display") + } + , se = function(e, t, n, r) { + var i, o, a = {}; + for (o in t) + a[o] = e.style[o], + e.style[o] = t[o]; + i = n.apply(e, r || []); + for (o in t) + e.style[o] = a[o]; + return i + }; + function ue(e, t, n, r) { + var i, o, a = 20, s = r ? function() { + return r.cur() + } + : function() { + return w.css(e, t, "") + } + , u = s(), l = n && n[3] || (w.cssNumber[t] ? "" : "px"), c = (w.cssNumber[t] || "px" !== l && +u) && ie.exec(w.css(e, t)); + if (c && c[3] !== l) { + u /= 2, + l = l || c[3], + c = +u || 1; + while (a--) + w.style(e, t, c + l), + (1 - o) * (1 - (o = s() / u || .5)) <= 0 && (a = 0), + c /= o; + c *= 2, + w.style(e, t, c + l), + n = n || [] + } + return n && (c = +c || +u || 0, + i = n[1] ? c + (n[1] + 1) * n[2] : +n[2], + r && (r.unit = l, + r.start = c, + r.end = i)), + i + } + var le = {}; + function ce(e) { + var t, n = e.ownerDocument, r = e.nodeName, i = le[r]; + return i || (t = n.body.appendChild(n.createElement(r)), + i = w.css(t, "display"), + t.parentNode.removeChild(t), + "none" === i && (i = "block"), + le[r] = i, + i) + } + function fe(e, t) { + for (var n, r, i = [], o = 0, a = e.length; o < a; o++) + (r = e[o]).style && (n = r.style.display, + t ? ("none" === n && (i[o] = J.get(r, "display") || null, + i[o] || (r.style.display = "")), + "" === r.style.display && ae(r) && (i[o] = ce(r))) : "none" !== n && (i[o] = "none", + J.set(r, "display", n))); + for (o = 0; o < a; o++) + null != i[o] && (e[o].style.display = i[o]); + return e + } + w.fn.extend({ + show: function() { + return fe(this, !0) + }, + hide: function() { + return fe(this) + }, + toggle: function(e) { + return "boolean" == typeof e ? e ? this.show() : this.hide() : this.each(function() { + ae(this) ? w(this).show() : w(this).hide() + }) + } + }); + var pe = /^(?:checkbox|radio)$/i + , de = /<([a-z][^\/\0>\x20\t\r\n\f]+)/i + , he = /^$|^module$|\/(?:java|ecma)script/i + , ge = { + option: [1, ""], + thead: [1, "", "
    "], + col: [2, "", "
    "], + tr: [2, "", "
    "], + td: [3, "", "
    "], + _default: [0, "", ""] + }; + ge.optgroup = ge.option, + ge.tbody = ge.tfoot = ge.colgroup = ge.caption = ge.thead, + ge.th = ge.td; + function ye(e, t) { + var n; + return n = "undefined" != typeof e.getElementsByTagName ? e.getElementsByTagName(t || "*") : "undefined" != typeof e.querySelectorAll ? e.querySelectorAll(t || "*") : [], + void 0 === t || t && N(e, t) ? w.merge([e], n) : n + } + function ve(e, t) { + for (var n = 0, r = e.length; n < r; n++) + J.set(e[n], "globalEval", !t || J.get(t[n], "globalEval")) + } + var me = /<|&#?\w+;/; + function xe(e, t, n, r, i) { + for (var o, a, s, u, l, c, f = t.createDocumentFragment(), p = [], d = 0, h = e.length; d < h; d++) + if ((o = e[d]) || 0 === o) + if ("object" === x(o)) + w.merge(p, o.nodeType ? [o] : o); + else if (me.test(o)) { + a = a || f.appendChild(t.createElement("div")), + s = (de.exec(o) || ["", ""])[1].toLowerCase(), + u = ge[s] || ge._default, + a.innerHTML = u[1] + w.htmlPrefilter(o) + u[2], + c = u[0]; + while (c--) + a = a.lastChild; + w.merge(p, a.childNodes), + (a = f.firstChild).textContent = "" + } else + p.push(t.createTextNode(o)); + f.textContent = "", + d = 0; + while (o = p[d++]) + if (r && w.inArray(o, r) > -1) + i && i.push(o); + else if (l = w.contains(o.ownerDocument, o), + a = ye(f.appendChild(o), "script"), + l && ve(a), + n) { + c = 0; + while (o = a[c++]) + he.test(o.type || "") && n.push(o) + } + return f + } + !function() { + var e = r.createDocumentFragment().appendChild(r.createElement("div")) + , t = r.createElement("input"); + t.setAttribute("type", "radio"), + t.setAttribute("checked", "checked"), + t.setAttribute("name", "t"), + e.appendChild(t), + h.checkClone = e.cloneNode(!0).cloneNode(!0).lastChild.checked, + e.innerHTML = "", + h.noCloneChecked = !!e.cloneNode(!0).lastChild.defaultValue + }(); + var be = r.documentElement + , we = /^key/ + , Te = /^(?:mouse|pointer|contextmenu|drag|drop)|click/ + , Ce = /^([^.]*)(?:\.(.+)|)/; + function Ee() { + return !0 + } + function ke() { + return !1 + } + function Se() { + try { + return r.activeElement + } catch (e) {} + } + function De(e, t, n, r, i, o) { + var a, s; + if ("object" == typeof t) { + "string" != typeof n && (r = r || n, + n = void 0); + for (s in t) + De(e, s, n, r, t[s], o); + return e + } + if (null == r && null == i ? (i = n, + r = n = void 0) : null == i && ("string" == typeof n ? (i = r, + r = void 0) : (i = r, + r = n, + n = void 0)), + !1 === i) + i = ke; + else if (!i) + return e; + return 1 === o && (a = i, + (i = function(e) { + return w().off(e), + a.apply(this, arguments) + } + ).guid = a.guid || (a.guid = w.guid++)), + e.each(function() { + w.event.add(this, t, i, r, n) + }) + } + w.event = { + global: {}, + add: function(e, t, n, r, i) { + var o, a, s, u, l, c, f, p, d, h, g, y = J.get(e); + if (y) { + n.handler && (n = (o = n).handler, + i = o.selector), + i && w.find.matchesSelector(be, i), + n.guid || (n.guid = w.guid++), + (u = y.events) || (u = y.events = {}), + (a = y.handle) || (a = y.handle = function(t) { + return "undefined" != typeof w && w.event.triggered !== t.type ? w.event.dispatch.apply(e, arguments) : void 0 + } + ), + l = (t = (t || "").match(M) || [""]).length; + while (l--) + d = g = (s = Ce.exec(t[l]) || [])[1], + h = (s[2] || "").split(".").sort(), + d && (f = w.event.special[d] || {}, + d = (i ? f.delegateType : f.bindType) || d, + f = w.event.special[d] || {}, + c = w.extend({ + type: d, + origType: g, + data: r, + handler: n, + guid: n.guid, + selector: i, + needsContext: i && w.expr.match.needsContext.test(i), + namespace: h.join(".") + }, o), + (p = u[d]) || ((p = u[d] = []).delegateCount = 0, + f.setup && !1 !== f.setup.call(e, r, h, a) || e.addEventListener && e.addEventListener(d, a)), + f.add && (f.add.call(e, c), + c.handler.guid || (c.handler.guid = n.guid)), + i ? p.splice(p.delegateCount++, 0, c) : p.push(c), + w.event.global[d] = !0) + } + }, + remove: function(e, t, n, r, i) { + var o, a, s, u, l, c, f, p, d, h, g, y = J.hasData(e) && J.get(e); + if (y && (u = y.events)) { + l = (t = (t || "").match(M) || [""]).length; + while (l--) + if (s = Ce.exec(t[l]) || [], + d = g = s[1], + h = (s[2] || "").split(".").sort(), + d) { + f = w.event.special[d] || {}, + p = u[d = (r ? f.delegateType : f.bindType) || d] || [], + s = s[2] && new RegExp("(^|\\.)" + h.join("\\.(?:.*\\.|)") + "(\\.|$)"), + a = o = p.length; + while (o--) + c = p[o], + !i && g !== c.origType || n && n.guid !== c.guid || s && !s.test(c.namespace) || r && r !== c.selector && ("**" !== r || !c.selector) || (p.splice(o, 1), + c.selector && p.delegateCount--, + f.remove && f.remove.call(e, c)); + a && !p.length && (f.teardown && !1 !== f.teardown.call(e, h, y.handle) || w.removeEvent(e, d, y.handle), + delete u[d]) + } else + for (d in u) + w.event.remove(e, d + t[l], n, r, !0); + w.isEmptyObject(u) && J.remove(e, "handle events") + } + }, + dispatch: function(e) { + var t = w.event.fix(e), n, r, i, o, a, s, u = new Array(arguments.length), l = (J.get(this, "events") || {})[t.type] || [], c = w.event.special[t.type] || {}; + for (u[0] = t, + n = 1; n < arguments.length; n++) + u[n] = arguments[n]; + if (t.delegateTarget = this, + !c.preDispatch || !1 !== c.preDispatch.call(this, t)) { + s = w.event.handlers.call(this, t, l), + n = 0; + while ((o = s[n++]) && !t.isPropagationStopped()) { + t.currentTarget = o.elem, + r = 0; + while ((a = o.handlers[r++]) && !t.isImmediatePropagationStopped()) + t.rnamespace && !t.rnamespace.test(a.namespace) || (t.handleObj = a, + t.data = a.data, + void 0 !== (i = ((w.event.special[a.origType] || {}).handle || a.handler).apply(o.elem, u)) && !1 === (t.result = i) && (t.preventDefault(), + t.stopPropagation())) + } + return c.postDispatch && c.postDispatch.call(this, t), + t.result + } + }, + handlers: function(e, t) { + var n, r, i, o, a, s = [], u = t.delegateCount, l = e.target; + if (u && l.nodeType && !("click" === e.type && e.button >= 1)) + for (; l !== this; l = l.parentNode || this) + if (1 === l.nodeType && ("click" !== e.type || !0 !== l.disabled)) { + for (o = [], + a = {}, + n = 0; n < u; n++) + void 0 === a[i = (r = t[n]).selector + " "] && (a[i] = r.needsContext ? w(i, this).index(l) > -1 : w.find(i, this, null, [l]).length), + a[i] && o.push(r); + o.length && s.push({ + elem: l, + handlers: o + }) + } + return l = this, + u < t.length && s.push({ + elem: l, + handlers: t.slice(u) + }), + s + }, + addProp: function(e, t) { + Object.defineProperty(w.Event.prototype, e, { + enumerable: !0, + configurable: !0, + get: g(t) ? function() { + if (this.originalEvent) + return t(this.originalEvent) + } + : function() { + if (this.originalEvent) + return this.originalEvent[e] + } + , + set: function(t) { + Object.defineProperty(this, e, { + enumerable: !0, + configurable: !0, + writable: !0, + value: t + }) + } + }) + }, + fix: function(e) { + return e[w.expando] ? e : new w.Event(e) + }, + special: { + load: { + noBubble: !0 + }, + focus: { + trigger: function() { + if (this !== Se() && this.focus) + return this.focus(), + !1 + }, + delegateType: "focusin" + }, + blur: { + trigger: function() { + if (this === Se() && this.blur) + return this.blur(), + !1 + }, + delegateType: "focusout" + }, + click: { + trigger: function() { + if ("checkbox" === this.type && this.click && N(this, "input")) + return this.click(), + !1 + }, + _default: function(e) { + return N(e.target, "a") + } + }, + beforeunload: { + postDispatch: function(e) { + void 0 !== e.result && e.originalEvent && (e.originalEvent.returnValue = e.result) + } + } + } + }, + w.removeEvent = function(e, t, n) { + e.removeEventListener && e.removeEventListener(t, n) + } + , + w.Event = function(e, t) { + if (!(this instanceof w.Event)) + return new w.Event(e,t); + e && e.type ? (this.originalEvent = e, + this.type = e.type, + this.isDefaultPrevented = e.defaultPrevented || void 0 === e.defaultPrevented && !1 === e.returnValue ? Ee : ke, + this.target = e.target && 3 === e.target.nodeType ? e.target.parentNode : e.target, + this.currentTarget = e.currentTarget, + this.relatedTarget = e.relatedTarget) : this.type = e, + t && w.extend(this, t), + this.timeStamp = e && e.timeStamp || Date.now(), + this[w.expando] = !0 + } + , + w.Event.prototype = { + constructor: w.Event, + isDefaultPrevented: ke, + isPropagationStopped: ke, + isImmediatePropagationStopped: ke, + isSimulated: !1, + preventDefault: function() { + var e = this.originalEvent; + this.isDefaultPrevented = Ee, + e && !this.isSimulated && e.preventDefault() + }, + stopPropagation: function() { + var e = this.originalEvent; + this.isPropagationStopped = Ee, + e && !this.isSimulated && e.stopPropagation() + }, + stopImmediatePropagation: function() { + var e = this.originalEvent; + this.isImmediatePropagationStopped = Ee, + e && !this.isSimulated && e.stopImmediatePropagation(), + this.stopPropagation() + } + }, + w.each({ + altKey: !0, + bubbles: !0, + cancelable: !0, + changedTouches: !0, + ctrlKey: !0, + detail: !0, + eventPhase: !0, + metaKey: !0, + pageX: !0, + pageY: !0, + shiftKey: !0, + view: !0, + "char": !0, + charCode: !0, + key: !0, + keyCode: !0, + button: !0, + buttons: !0, + clientX: !0, + clientY: !0, + offsetX: !0, + offsetY: !0, + pointerId: !0, + pointerType: !0, + screenX: !0, + screenY: !0, + targetTouches: !0, + toElement: !0, + touches: !0, + which: function(e) { + var t = e.button; + return null == e.which && we.test(e.type) ? null != e.charCode ? e.charCode : e.keyCode : !e.which && void 0 !== t && Te.test(e.type) ? 1 & t ? 1 : 2 & t ? 3 : 4 & t ? 2 : 0 : e.which + } + }, w.event.addProp), + w.each({ + mouseenter: "mouseover", + mouseleave: "mouseout", + pointerenter: "pointerover", + pointerleave: "pointerout" + }, function(e, t) { + w.event.special[e] = { + delegateType: t, + bindType: t, + handle: function(e) { + var n, r = this, i = e.relatedTarget, o = e.handleObj; + return i && (i === r || w.contains(r, i)) || (e.type = o.origType, + n = o.handler.apply(this, arguments), + e.type = t), + n + } + } + }), + w.fn.extend({ + on: function(e, t, n, r) { + return De(this, e, t, n, r) + }, + one: function(e, t, n, r) { + return De(this, e, t, n, r, 1) + }, + off: function(e, t, n) { + var r, i; + if (e && e.preventDefault && e.handleObj) + return r = e.handleObj, + w(e.delegateTarget).off(r.namespace ? r.origType + "." + r.namespace : r.origType, r.selector, r.handler), + this; + if ("object" == typeof e) { + for (i in e) + this.off(i, t, e[i]); + return this + } + return !1 !== t && "function" != typeof t || (n = t, + t = void 0), + !1 === n && (n = ke), + this.each(function() { + w.event.remove(this, e, n, t) + }) + } + }); + var Ne = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi + , Ae = /\s*$/g; + function Le(e, t) { + return N(e, "table") && N(11 !== t.nodeType ? t : t.firstChild, "tr") ? w(e).children("tbody")[0] || e : e + } + function He(e) { + return e.type = (null !== e.getAttribute("type")) + "/" + e.type, + e + } + function Oe(e) { + return "true/" === (e.type || "").slice(0, 5) ? e.type = e.type.slice(5) : e.removeAttribute("type"), + e + } + function Pe(e, t) { + var n, r, i, o, a, s, u, l; + if (1 === t.nodeType) { + if (J.hasData(e) && (o = J.access(e), + a = J.set(t, o), + l = o.events)) { + delete a.handle, + a.events = {}; + for (i in l) + for (n = 0, + r = l[i].length; n < r; n++) + w.event.add(t, i, l[i][n]) + } + K.hasData(e) && (s = K.access(e), + u = w.extend({}, s), + K.set(t, u)) + } + } + function Me(e, t) { + var n = t.nodeName.toLowerCase(); + "input" === n && pe.test(e.type) ? t.checked = e.checked : "input" !== n && "textarea" !== n || (t.defaultValue = e.defaultValue) + } + function Re(e, t, n, r) { + t = a.apply([], t); + var i, o, s, u, l, c, f = 0, p = e.length, d = p - 1, y = t[0], v = g(y); + if (v || p > 1 && "string" == typeof y && !h.checkClone && je.test(y)) + return e.each(function(i) { + var o = e.eq(i); + v && (t[0] = y.call(this, i, o.html())), + Re(o, t, n, r) + }); + if (p && (i = xe(t, e[0].ownerDocument, !1, e, r), + o = i.firstChild, + 1 === i.childNodes.length && (i = o), + o || r)) { + for (u = (s = w.map(ye(i, "script"), He)).length; f < p; f++) + l = i, + f !== d && (l = w.clone(l, !0, !0), + u && w.merge(s, ye(l, "script"))), + n.call(e[f], l, f); + if (u) + for (c = s[s.length - 1].ownerDocument, + w.map(s, Oe), + f = 0; f < u; f++) + l = s[f], + he.test(l.type || "") && !J.access(l, "globalEval") && w.contains(c, l) && (l.src && "module" !== (l.type || "").toLowerCase() ? w._evalUrl && w._evalUrl(l.src) : m(l.textContent.replace(qe, ""), c, l)) + } + return e + } + function Ie(e, t, n) { + for (var r, i = t ? w.filter(t, e) : e, o = 0; null != (r = i[o]); o++) + n || 1 !== r.nodeType || w.cleanData(ye(r)), + r.parentNode && (n && w.contains(r.ownerDocument, r) && ve(ye(r, "script")), + r.parentNode.removeChild(r)); + return e + } + w.extend({ + htmlPrefilter: function(e) { + return e.replace(Ne, "<$1>") + }, + clone: function(e, t, n) { + var r, i, o, a, s = e.cloneNode(!0), u = w.contains(e.ownerDocument, e); + if (!(h.noCloneChecked || 1 !== e.nodeType && 11 !== e.nodeType || w.isXMLDoc(e))) + for (a = ye(s), + r = 0, + i = (o = ye(e)).length; r < i; r++) + Me(o[r], a[r]); + if (t) + if (n) + for (o = o || ye(e), + a = a || ye(s), + r = 0, + i = o.length; r < i; r++) + Pe(o[r], a[r]); + else + Pe(e, s); + return (a = ye(s, "script")).length > 0 && ve(a, !u && ye(e, "script")), + s + }, + cleanData: function(e) { + for (var t, n, r, i = w.event.special, o = 0; void 0 !== (n = e[o]); o++) + if (Y(n)) { + if (t = n[J.expando]) { + if (t.events) + for (r in t.events) + i[r] ? w.event.remove(n, r) : w.removeEvent(n, r, t.handle); + n[J.expando] = void 0 + } + n[K.expando] && (n[K.expando] = void 0) + } + } + }), + w.fn.extend({ + detach: function(e) { + return Ie(this, e, !0) + }, + remove: function(e) { + return Ie(this, e) + }, + text: function(e) { + return z(this, function(e) { + return void 0 === e ? w.text(this) : this.empty().each(function() { + 1 !== this.nodeType && 11 !== this.nodeType && 9 !== this.nodeType || (this.textContent = e) + }) + }, null, e, arguments.length) + }, + append: function() { + return Re(this, arguments, function(e) { + 1 !== this.nodeType && 11 !== this.nodeType && 9 !== this.nodeType || Le(this, e).appendChild(e) + }) + }, + prepend: function() { + return Re(this, arguments, function(e) { + if (1 === this.nodeType || 11 === this.nodeType || 9 === this.nodeType) { + var t = Le(this, e); + t.insertBefore(e, t.firstChild) + } + }) + }, + before: function() { + return Re(this, arguments, function(e) { + this.parentNode && this.parentNode.insertBefore(e, this) + }) + }, + after: function() { + return Re(this, arguments, function(e) { + this.parentNode && this.parentNode.insertBefore(e, this.nextSibling) + }) + }, + empty: function() { + for (var e, t = 0; null != (e = this[t]); t++) + 1 === e.nodeType && (w.cleanData(ye(e, !1)), + e.textContent = ""); + return this + }, + clone: function(e, t) { + return e = null != e && e, + t = null == t ? e : t, + this.map(function() { + return w.clone(this, e, t) + }) + }, + html: function(e) { + return z(this, function(e) { + var t = this[0] || {} + , n = 0 + , r = this.length; + if (void 0 === e && 1 === t.nodeType) + return t.innerHTML; + if ("string" == typeof e && !Ae.test(e) && !ge[(de.exec(e) || ["", ""])[1].toLowerCase()]) { + e = w.htmlPrefilter(e); + try { + for (; n < r; n++) + 1 === (t = this[n] || {}).nodeType && (w.cleanData(ye(t, !1)), + t.innerHTML = e); + t = 0 + } catch (e) {} + } + t && this.empty().append(e) + }, null, e, arguments.length) + }, + replaceWith: function() { + var e = []; + return Re(this, arguments, function(t) { + var n = this.parentNode; + w.inArray(this, e) < 0 && (w.cleanData(ye(this)), + n && n.replaceChild(t, this)) + }, e) + } + }), + w.each({ + appendTo: "append", + prependTo: "prepend", + insertBefore: "before", + insertAfter: "after", + replaceAll: "replaceWith" + }, function(e, t) { + w.fn[e] = function(e) { + for (var n, r = [], i = w(e), o = i.length - 1, a = 0; a <= o; a++) + n = a === o ? this : this.clone(!0), + w(i[a])[t](n), + s.apply(r, n.get()); + return this.pushStack(r) + } + }); + var We = new RegExp("^(" + re + ")(?!px)[a-z%]+$","i") + , $e = function(t) { + var n = t.ownerDocument.defaultView; + return n && n.opener || (n = e), + n.getComputedStyle(t) + } + , Be = new RegExp(oe.join("|"),"i"); + !function() { + function t() { + if (c) { + l.style.cssText = "position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0", + c.style.cssText = "position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%", + be.appendChild(l).appendChild(c); + var t = e.getComputedStyle(c); + i = "1%" !== t.top, + u = 12 === n(t.marginLeft), + c.style.right = "60%", + s = 36 === n(t.right), + o = 36 === n(t.width), + c.style.position = "absolute", + a = 36 === c.offsetWidth || "absolute", + be.removeChild(l), + c = null + } + } + function n(e) { + return Math.round(parseFloat(e)) + } + var i, o, a, s, u, l = r.createElement("div"), c = r.createElement("div"); + c.style && (c.style.backgroundClip = "content-box", + c.cloneNode(!0).style.backgroundClip = "", + h.clearCloneStyle = "content-box" === c.style.backgroundClip, + w.extend(h, { + boxSizingReliable: function() { + return t(), + o + }, + pixelBoxStyles: function() { + return t(), + s + }, + pixelPosition: function() { + return t(), + i + }, + reliableMarginLeft: function() { + return t(), + u + }, + scrollboxSize: function() { + return t(), + a + } + })) + }(); + function Fe(e, t, n) { + var r, i, o, a, s = e.style; + return (n = n || $e(e)) && ("" !== (a = n.getPropertyValue(t) || n[t]) || w.contains(e.ownerDocument, e) || (a = w.style(e, t)), + !h.pixelBoxStyles() && We.test(a) && Be.test(t) && (r = s.width, + i = s.minWidth, + o = s.maxWidth, + s.minWidth = s.maxWidth = s.width = a, + a = n.width, + s.width = r, + s.minWidth = i, + s.maxWidth = o)), + void 0 !== a ? a + "" : a + } + function _e(e, t) { + return { + get: function() { + if (!e()) + return (this.get = t).apply(this, arguments); + delete this.get + } + } + } + var ze = /^(none|table(?!-c[ea]).+)/ + , Xe = /^--/ + , Ue = { + position: "absolute", + visibility: "hidden", + display: "block" + } + , Ve = { + letterSpacing: "0", + fontWeight: "400" + } + , Ge = ["Webkit", "Moz", "ms"] + , Ye = r.createElement("div").style; + function Qe(e) { + if (e in Ye) + return e; + var t = e[0].toUpperCase() + e.slice(1) + , n = Ge.length; + while (n--) + if ((e = Ge[n] + t)in Ye) + return e + } + function Je(e) { + var t = w.cssProps[e]; + return t || (t = w.cssProps[e] = Qe(e) || e), + t + } + function Ke(e, t, n) { + var r = ie.exec(t); + return r ? Math.max(0, r[2] - (n || 0)) + (r[3] || "px") : t + } + function Ze(e, t, n, r, i, o) { + var a = "width" === t ? 1 : 0 + , s = 0 + , u = 0; + if (n === (r ? "border" : "content")) + return 0; + for (; a < 4; a += 2) + "margin" === n && (u += w.css(e, n + oe[a], !0, i)), + r ? ("content" === n && (u -= w.css(e, "padding" + oe[a], !0, i)), + "margin" !== n && (u -= w.css(e, "border" + oe[a] + "Width", !0, i))) : (u += w.css(e, "padding" + oe[a], !0, i), + "padding" !== n ? u += w.css(e, "border" + oe[a] + "Width", !0, i) : s += w.css(e, "border" + oe[a] + "Width", !0, i)); + return !r && o >= 0 && (u += Math.max(0, Math.ceil(e["offset" + t[0].toUpperCase() + t.slice(1)] - o - u - s - .5))), + u + } + function et(e, t, n) { + var r = $e(e) + , i = Fe(e, t, r) + , o = "border-box" === w.css(e, "boxSizing", !1, r) + , a = o; + if (We.test(i)) { + if (!n) + return i; + i = "auto" + } + return a = a && (h.boxSizingReliable() || i === e.style[t]), + ("auto" === i || !parseFloat(i) && "inline" === w.css(e, "display", !1, r)) && (i = e["offset" + t[0].toUpperCase() + t.slice(1)], + a = !0), + (i = parseFloat(i) || 0) + Ze(e, t, n || (o ? "border" : "content"), a, r, i) + "px" + } + w.extend({ + cssHooks: { + opacity: { + get: function(e, t) { + if (t) { + var n = Fe(e, "opacity"); + return "" === n ? "1" : n + } + } + } + }, + cssNumber: { + animationIterationCount: !0, + columnCount: !0, + fillOpacity: !0, + flexGrow: !0, + flexShrink: !0, + fontWeight: !0, + lineHeight: !0, + opacity: !0, + order: !0, + orphans: !0, + widows: !0, + zIndex: !0, + zoom: !0 + }, + cssProps: {}, + style: function(e, t, n, r) { + if (e && 3 !== e.nodeType && 8 !== e.nodeType && e.style) { + var i, o, a, s = G(t), u = Xe.test(t), l = e.style; + if (u || (t = Je(s)), + a = w.cssHooks[t] || w.cssHooks[s], + void 0 === n) + return a && "get"in a && void 0 !== (i = a.get(e, !1, r)) ? i : l[t]; + "string" == (o = typeof n) && (i = ie.exec(n)) && i[1] && (n = ue(e, t, i), + o = "number"), + null != n && n === n && ("number" === o && (n += i && i[3] || (w.cssNumber[s] ? "" : "px")), + h.clearCloneStyle || "" !== n || 0 !== t.indexOf("background") || (l[t] = "inherit"), + a && "set"in a && void 0 === (n = a.set(e, n, r)) || (u ? l.setProperty(t, n) : l[t] = n)) + } + }, + css: function(e, t, n, r) { + var i, o, a, s = G(t); + return Xe.test(t) || (t = Je(s)), + (a = w.cssHooks[t] || w.cssHooks[s]) && "get"in a && (i = a.get(e, !0, n)), + void 0 === i && (i = Fe(e, t, r)), + "normal" === i && t in Ve && (i = Ve[t]), + "" === n || n ? (o = parseFloat(i), + !0 === n || isFinite(o) ? o || 0 : i) : i + } + }), + w.each(["height", "width"], function(e, t) { + w.cssHooks[t] = { + get: function(e, n, r) { + if (n) + return !ze.test(w.css(e, "display")) || e.getClientRects().length && e.getBoundingClientRect().width ? et(e, t, r) : se(e, Ue, function() { + return et(e, t, r) + }) + }, + set: function(e, n, r) { + var i, o = $e(e), a = "border-box" === w.css(e, "boxSizing", !1, o), s = r && Ze(e, t, r, a, o); + return a && h.scrollboxSize() === o.position && (s -= Math.ceil(e["offset" + t[0].toUpperCase() + t.slice(1)] - parseFloat(o[t]) - Ze(e, t, "border", !1, o) - .5)), + s && (i = ie.exec(n)) && "px" !== (i[3] || "px") && (e.style[t] = n, + n = w.css(e, t)), + Ke(e, n, s) + } + } + }), + w.cssHooks.marginLeft = _e(h.reliableMarginLeft, function(e, t) { + if (t) + return (parseFloat(Fe(e, "marginLeft")) || e.getBoundingClientRect().left - se(e, { + marginLeft: 0 + }, function() { + return e.getBoundingClientRect().left + })) + "px" + }), + w.each({ + margin: "", + padding: "", + border: "Width" + }, function(e, t) { + w.cssHooks[e + t] = { + expand: function(n) { + for (var r = 0, i = {}, o = "string" == typeof n ? n.split(" ") : [n]; r < 4; r++) + i[e + oe[r] + t] = o[r] || o[r - 2] || o[0]; + return i + } + }, + "margin" !== e && (w.cssHooks[e + t].set = Ke) + }), + w.fn.extend({ + css: function(e, t) { + return z(this, function(e, t, n) { + var r, i, o = {}, a = 0; + if (Array.isArray(t)) { + for (r = $e(e), + i = t.length; a < i; a++) + o[t[a]] = w.css(e, t[a], !1, r); + return o + } + return void 0 !== n ? w.style(e, t, n) : w.css(e, t) + }, e, t, arguments.length > 1) + } + }); + function tt(e, t, n, r, i) { + return new tt.prototype.init(e,t,n,r,i) + } + w.Tween = tt, + tt.prototype = { + constructor: tt, + init: function(e, t, n, r, i, o) { + this.elem = e, + this.prop = n, + this.easing = i || w.easing._default, + this.options = t, + this.start = this.now = this.cur(), + this.end = r, + this.unit = o || (w.cssNumber[n] ? "" : "px") + }, + cur: function() { + var e = tt.propHooks[this.prop]; + return e && e.get ? e.get(this) : tt.propHooks._default.get(this) + }, + run: function(e) { + var t, n = tt.propHooks[this.prop]; + return this.options.duration ? this.pos = t = w.easing[this.easing](e, this.options.duration * e, 0, 1, this.options.duration) : this.pos = t = e, + this.now = (this.end - this.start) * t + this.start, + this.options.step && this.options.step.call(this.elem, this.now, this), + n && n.set ? n.set(this) : tt.propHooks._default.set(this), + this + } + }, + tt.prototype.init.prototype = tt.prototype, + tt.propHooks = { + _default: { + get: function(e) { + var t; + return 1 !== e.elem.nodeType || null != e.elem[e.prop] && null == e.elem.style[e.prop] ? e.elem[e.prop] : (t = w.css(e.elem, e.prop, "")) && "auto" !== t ? t : 0 + }, + set: function(e) { + w.fx.step[e.prop] ? w.fx.step[e.prop](e) : 1 !== e.elem.nodeType || null == e.elem.style[w.cssProps[e.prop]] && !w.cssHooks[e.prop] ? e.elem[e.prop] = e.now : w.style(e.elem, e.prop, e.now + e.unit) + } + } + }, + tt.propHooks.scrollTop = tt.propHooks.scrollLeft = { + set: function(e) { + e.elem.nodeType && e.elem.parentNode && (e.elem[e.prop] = e.now) + } + }, + w.easing = { + linear: function(e) { + return e + }, + swing: function(e) { + return .5 - Math.cos(e * Math.PI) / 2 + }, + _default: "swing" + }, + w.fx = tt.prototype.init, + w.fx.step = {}; + var nt, rt, it = /^(?:toggle|show|hide)$/, ot = /queueHooks$/; + function at() { + rt && (!1 === r.hidden && e.requestAnimationFrame ? e.requestAnimationFrame(at) : e.setTimeout(at, w.fx.interval), + w.fx.tick()) + } + function st() { + return e.setTimeout(function() { + nt = void 0 + }), + nt = Date.now() + } + function ut(e, t) { + var n, r = 0, i = { + height: e + }; + for (t = t ? 1 : 0; r < 4; r += 2 - t) + i["margin" + (n = oe[r])] = i["padding" + n] = e; + return t && (i.opacity = i.width = e), + i + } + function lt(e, t, n) { + for (var r, i = (pt.tweeners[t] || []).concat(pt.tweeners["*"]), o = 0, a = i.length; o < a; o++) + if (r = i[o].call(n, t, e)) + return r + } + function ct(e, t, n) { + var r, i, o, a, s, u, l, c, f = "width"in t || "height"in t, p = this, d = {}, h = e.style, g = e.nodeType && ae(e), y = J.get(e, "fxshow"); + n.queue || (null == (a = w._queueHooks(e, "fx")).unqueued && (a.unqueued = 0, + s = a.empty.fire, + a.empty.fire = function() { + a.unqueued || s() + } + ), + a.unqueued++, + p.always(function() { + p.always(function() { + a.unqueued--, + w.queue(e, "fx").length || a.empty.fire() + }) + })); + for (r in t) + if (i = t[r], + it.test(i)) { + if (delete t[r], + o = o || "toggle" === i, + i === (g ? "hide" : "show")) { + if ("show" !== i || !y || void 0 === y[r]) + continue; + g = !0 + } + d[r] = y && y[r] || w.style(e, r) + } + if ((u = !w.isEmptyObject(t)) || !w.isEmptyObject(d)) { + f && 1 === e.nodeType && (n.overflow = [h.overflow, h.overflowX, h.overflowY], + null == (l = y && y.display) && (l = J.get(e, "display")), + "none" === (c = w.css(e, "display")) && (l ? c = l : (fe([e], !0), + l = e.style.display || l, + c = w.css(e, "display"), + fe([e]))), + ("inline" === c || "inline-block" === c && null != l) && "none" === w.css(e, "float") && (u || (p.done(function() { + h.display = l + }), + null == l && (c = h.display, + l = "none" === c ? "" : c)), + h.display = "inline-block")), + n.overflow && (h.overflow = "hidden", + p.always(function() { + h.overflow = n.overflow[0], + h.overflowX = n.overflow[1], + h.overflowY = n.overflow[2] + })), + u = !1; + for (r in d) + u || (y ? "hidden"in y && (g = y.hidden) : y = J.access(e, "fxshow", { + display: l + }), + o && (y.hidden = !g), + g && fe([e], !0), + p.done(function() { + g || fe([e]), + J.remove(e, "fxshow"); + for (r in d) + w.style(e, r, d[r]) + })), + u = lt(g ? y[r] : 0, r, p), + r in y || (y[r] = u.start, + g && (u.end = u.start, + u.start = 0)) + } + } + function ft(e, t) { + var n, r, i, o, a; + for (n in e) + if (r = G(n), + i = t[r], + o = e[n], + Array.isArray(o) && (i = o[1], + o = e[n] = o[0]), + n !== r && (e[r] = o, + delete e[n]), + (a = w.cssHooks[r]) && "expand"in a) { + o = a.expand(o), + delete e[r]; + for (n in o) + n in e || (e[n] = o[n], + t[n] = i) + } else + t[r] = i + } + function pt(e, t, n) { + var r, i, o = 0, a = pt.prefilters.length, s = w.Deferred().always(function() { + delete u.elem + }), u = function() { + if (i) + return !1; + for (var t = nt || st(), n = Math.max(0, l.startTime + l.duration - t), r = 1 - (n / l.duration || 0), o = 0, a = l.tweens.length; o < a; o++) + l.tweens[o].run(r); + return s.notifyWith(e, [l, r, n]), + r < 1 && a ? n : (a || s.notifyWith(e, [l, 1, 0]), + s.resolveWith(e, [l]), + !1) + }, l = s.promise({ + elem: e, + props: w.extend({}, t), + opts: w.extend(!0, { + specialEasing: {}, + easing: w.easing._default + }, n), + originalProperties: t, + originalOptions: n, + startTime: nt || st(), + duration: n.duration, + tweens: [], + createTween: function(t, n) { + var r = w.Tween(e, l.opts, t, n, l.opts.specialEasing[t] || l.opts.easing); + return l.tweens.push(r), + r + }, + stop: function(t) { + var n = 0 + , r = t ? l.tweens.length : 0; + if (i) + return this; + for (i = !0; n < r; n++) + l.tweens[n].run(1); + return t ? (s.notifyWith(e, [l, 1, 0]), + s.resolveWith(e, [l, t])) : s.rejectWith(e, [l, t]), + this + } + }), c = l.props; + for (ft(c, l.opts.specialEasing); o < a; o++) + if (r = pt.prefilters[o].call(l, e, c, l.opts)) + return g(r.stop) && (w._queueHooks(l.elem, l.opts.queue).stop = r.stop.bind(r)), + r; + return w.map(c, lt, l), + g(l.opts.start) && l.opts.start.call(e, l), + l.progress(l.opts.progress).done(l.opts.done, l.opts.complete).fail(l.opts.fail).always(l.opts.always), + w.fx.timer(w.extend(u, { + elem: e, + anim: l, + queue: l.opts.queue + })), + l + } + w.Animation = w.extend(pt, { + tweeners: { + "*": [function(e, t) { + var n = this.createTween(e, t); + return ue(n.elem, e, ie.exec(t), n), + n + } + ] + }, + tweener: function(e, t) { + g(e) ? (t = e, + e = ["*"]) : e = e.match(M); + for (var n, r = 0, i = e.length; r < i; r++) + n = e[r], + pt.tweeners[n] = pt.tweeners[n] || [], + pt.tweeners[n].unshift(t) + }, + prefilters: [ct], + prefilter: function(e, t) { + t ? pt.prefilters.unshift(e) : pt.prefilters.push(e) + } + }), + w.speed = function(e, t, n) { + var r = e && "object" == typeof e ? w.extend({}, e) : { + complete: n || !n && t || g(e) && e, + duration: e, + easing: n && t || t && !g(t) && t + }; + return w.fx.off ? r.duration = 0 : "number" != typeof r.duration && (r.duration in w.fx.speeds ? r.duration = w.fx.speeds[r.duration] : r.duration = w.fx.speeds._default), + null != r.queue && !0 !== r.queue || (r.queue = "fx"), + r.old = r.complete, + r.complete = function() { + g(r.old) && r.old.call(this), + r.queue && w.dequeue(this, r.queue) + } + , + r + } + , + w.fn.extend({ + fadeTo: function(e, t, n, r) { + return this.filter(ae).css("opacity", 0).show().end().animate({ + opacity: t + }, e, n, r) + }, + animate: function(e, t, n, r) { + var i = w.isEmptyObject(e) + , o = w.speed(t, n, r) + , a = function() { + var t = pt(this, w.extend({}, e), o); + (i || J.get(this, "finish")) && t.stop(!0) + }; + return a.finish = a, + i || !1 === o.queue ? this.each(a) : this.queue(o.queue, a) + }, + stop: function(e, t, n) { + var r = function(e) { + var t = e.stop; + delete e.stop, + t(n) + }; + return "string" != typeof e && (n = t, + t = e, + e = void 0), + t && !1 !== e && this.queue(e || "fx", []), + this.each(function() { + var t = !0 + , i = null != e && e + "queueHooks" + , o = w.timers + , a = J.get(this); + if (i) + a[i] && a[i].stop && r(a[i]); + else + for (i in a) + a[i] && a[i].stop && ot.test(i) && r(a[i]); + for (i = o.length; i--; ) + o[i].elem !== this || null != e && o[i].queue !== e || (o[i].anim.stop(n), + t = !1, + o.splice(i, 1)); + !t && n || w.dequeue(this, e) + }) + }, + finish: function(e) { + return !1 !== e && (e = e || "fx"), + this.each(function() { + var t, n = J.get(this), r = n[e + "queue"], i = n[e + "queueHooks"], o = w.timers, a = r ? r.length : 0; + for (n.finish = !0, + w.queue(this, e, []), + i && i.stop && i.stop.call(this, !0), + t = o.length; t--; ) + o[t].elem === this && o[t].queue === e && (o[t].anim.stop(!0), + o.splice(t, 1)); + for (t = 0; t < a; t++) + r[t] && r[t].finish && r[t].finish.call(this); + delete n.finish + }) + } + }), + w.each(["toggle", "show", "hide"], function(e, t) { + var n = w.fn[t]; + w.fn[t] = function(e, r, i) { + return null == e || "boolean" == typeof e ? n.apply(this, arguments) : this.animate(ut(t, !0), e, r, i) + } + }), + w.each({ + slideDown: ut("show"), + slideUp: ut("hide"), + slideToggle: ut("toggle"), + fadeIn: { + opacity: "show" + }, + fadeOut: { + opacity: "hide" + }, + fadeToggle: { + opacity: "toggle" + } + }, function(e, t) { + w.fn[e] = function(e, n, r) { + return this.animate(t, e, n, r) + } + }), + w.timers = [], + w.fx.tick = function() { + var e, t = 0, n = w.timers; + for (nt = Date.now(); t < n.length; t++) + (e = n[t])() || n[t] !== e || n.splice(t--, 1); + n.length || w.fx.stop(), + nt = void 0 + } + , + w.fx.timer = function(e) { + w.timers.push(e), + w.fx.start() + } + , + w.fx.interval = 13, + w.fx.start = function() { + rt || (rt = !0, + at()) + } + , + w.fx.stop = function() { + rt = null + } + , + w.fx.speeds = { + slow: 600, + fast: 200, + _default: 400 + }, + w.fn.delay = function(t, n) { + return t = w.fx ? w.fx.speeds[t] || t : t, + n = n || "fx", + this.queue(n, function(n, r) { + var i = e.setTimeout(n, t); + r.stop = function() { + e.clearTimeout(i) + } + }) + } + , + function() { + var e = r.createElement("input") + , t = r.createElement("select").appendChild(r.createElement("option")); + e.type = "checkbox", + h.checkOn = "" !== e.value, + h.optSelected = t.selected, + (e = r.createElement("input")).value = "t", + e.type = "radio", + h.radioValue = "t" === e.value + }(); + var dt, ht = w.expr.attrHandle; + w.fn.extend({ + attr: function(e, t) { + return z(this, w.attr, e, t, arguments.length > 1) + }, + removeAttr: function(e) { + return this.each(function() { + w.removeAttr(this, e) + }) + } + }), + w.extend({ + attr: function(e, t, n) { + var r, i, o = e.nodeType; + if (3 !== o && 8 !== o && 2 !== o) + return "undefined" == typeof e.getAttribute ? w.prop(e, t, n) : (1 === o && w.isXMLDoc(e) || (i = w.attrHooks[t.toLowerCase()] || (w.expr.match.bool.test(t) ? dt : void 0)), + void 0 !== n ? null === n ? void w.removeAttr(e, t) : i && "set"in i && void 0 !== (r = i.set(e, n, t)) ? r : (e.setAttribute(t, n + ""), + n) : i && "get"in i && null !== (r = i.get(e, t)) ? r : null == (r = w.find.attr(e, t)) ? void 0 : r) + }, + attrHooks: { + type: { + set: function(e, t) { + if (!h.radioValue && "radio" === t && N(e, "input")) { + var n = e.value; + return e.setAttribute("type", t), + n && (e.value = n), + t + } + } + } + }, + removeAttr: function(e, t) { + var n, r = 0, i = t && t.match(M); + if (i && 1 === e.nodeType) + while (n = i[r++]) + e.removeAttribute(n) + } + }), + dt = { + set: function(e, t, n) { + return !1 === t ? w.removeAttr(e, n) : e.setAttribute(n, n), + n + } + }, + w.each(w.expr.match.bool.source.match(/\w+/g), function(e, t) { + var n = ht[t] || w.find.attr; + ht[t] = function(e, t, r) { + var i, o, a = t.toLowerCase(); + return r || (o = ht[a], + ht[a] = i, + i = null != n(e, t, r) ? a : null, + ht[a] = o), + i + } + }); + var gt = /^(?:input|select|textarea|button)$/i + , yt = /^(?:a|area)$/i; + w.fn.extend({ + prop: function(e, t) { + return z(this, w.prop, e, t, arguments.length > 1) + }, + removeProp: function(e) { + return this.each(function() { + delete this[w.propFix[e] || e] + }) + } + }), + w.extend({ + prop: function(e, t, n) { + var r, i, o = e.nodeType; + if (3 !== o && 8 !== o && 2 !== o) + return 1 === o && w.isXMLDoc(e) || (t = w.propFix[t] || t, + i = w.propHooks[t]), + void 0 !== n ? i && "set"in i && void 0 !== (r = i.set(e, n, t)) ? r : e[t] = n : i && "get"in i && null !== (r = i.get(e, t)) ? r : e[t] + }, + propHooks: { + tabIndex: { + get: function(e) { + var t = w.find.attr(e, "tabindex"); + return t ? parseInt(t, 10) : gt.test(e.nodeName) || yt.test(e.nodeName) && e.href ? 0 : -1 + } + } + }, + propFix: { + "for": "htmlFor", + "class": "className" + } + }), + h.optSelected || (w.propHooks.selected = { + get: function(e) { + var t = e.parentNode; + return t && t.parentNode && t.parentNode.selectedIndex, + null + }, + set: function(e) { + var t = e.parentNode; + t && (t.selectedIndex, + t.parentNode && t.parentNode.selectedIndex) + } + }), + w.each(["tabIndex", "readOnly", "maxLength", "cellSpacing", "cellPadding", "rowSpan", "colSpan", "useMap", "frameBorder", "contentEditable"], function() { + w.propFix[this.toLowerCase()] = this + }); + function vt(e) { + return (e.match(M) || []).join(" ") + } + function mt(e) { + return e.getAttribute && e.getAttribute("class") || "" + } + function xt(e) { + return Array.isArray(e) ? e : "string" == typeof e ? e.match(M) || [] : [] + } + w.fn.extend({ + addClass: function(e) { + var t, n, r, i, o, a, s, u = 0; + if (g(e)) + return this.each(function(t) { + w(this).addClass(e.call(this, t, mt(this))) + }); + if ((t = xt(e)).length) + while (n = this[u++]) + if (i = mt(n), + r = 1 === n.nodeType && " " + vt(i) + " ") { + a = 0; + while (o = t[a++]) + r.indexOf(" " + o + " ") < 0 && (r += o + " "); + i !== (s = vt(r)) && n.setAttribute("class", s) + } + return this + }, + removeClass: function(e) { + var t, n, r, i, o, a, s, u = 0; + if (g(e)) + return this.each(function(t) { + w(this).removeClass(e.call(this, t, mt(this))) + }); + if (!arguments.length) + return this.attr("class", ""); + if ((t = xt(e)).length) + while (n = this[u++]) + if (i = mt(n), + r = 1 === n.nodeType && " " + vt(i) + " ") { + a = 0; + while (o = t[a++]) + while (r.indexOf(" " + o + " ") > -1) + r = r.replace(" " + o + " ", " "); + i !== (s = vt(r)) && n.setAttribute("class", s) + } + return this + }, + toggleClass: function(e, t) { + var n = typeof e + , r = "string" === n || Array.isArray(e); + return "boolean" == typeof t && r ? t ? this.addClass(e) : this.removeClass(e) : g(e) ? this.each(function(n) { + w(this).toggleClass(e.call(this, n, mt(this), t), t) + }) : this.each(function() { + var t, i, o, a; + if (r) { + i = 0, + o = w(this), + a = xt(e); + while (t = a[i++]) + o.hasClass(t) ? o.removeClass(t) : o.addClass(t) + } else + void 0 !== e && "boolean" !== n || ((t = mt(this)) && J.set(this, "__className__", t), + this.setAttribute && this.setAttribute("class", t || !1 === e ? "" : J.get(this, "__className__") || "")) + }) + }, + hasClass: function(e) { + var t, n, r = 0; + t = " " + e + " "; + while (n = this[r++]) + if (1 === n.nodeType && (" " + vt(mt(n)) + " ").indexOf(t) > -1) + return !0; + return !1 + } + }); + var bt = /\r/g; + w.fn.extend({ + val: function(e) { + var t, n, r, i = this[0]; + { + if (arguments.length) + return r = g(e), + this.each(function(n) { + var i; + 1 === this.nodeType && (null == (i = r ? e.call(this, n, w(this).val()) : e) ? i = "" : "number" == typeof i ? i += "" : Array.isArray(i) && (i = w.map(i, function(e) { + return null == e ? "" : e + "" + })), + (t = w.valHooks[this.type] || w.valHooks[this.nodeName.toLowerCase()]) && "set"in t && void 0 !== t.set(this, i, "value") || (this.value = i)) + }); + if (i) + return (t = w.valHooks[i.type] || w.valHooks[i.nodeName.toLowerCase()]) && "get"in t && void 0 !== (n = t.get(i, "value")) ? n : "string" == typeof (n = i.value) ? n.replace(bt, "") : null == n ? "" : n + } + } + }), + w.extend({ + valHooks: { + option: { + get: function(e) { + var t = w.find.attr(e, "value"); + return null != t ? t : vt(w.text(e)) + } + }, + select: { + get: function(e) { + var t, n, r, i = e.options, o = e.selectedIndex, a = "select-one" === e.type, s = a ? null : [], u = a ? o + 1 : i.length; + for (r = o < 0 ? u : a ? o : 0; r < u; r++) + if (((n = i[r]).selected || r === o) && !n.disabled && (!n.parentNode.disabled || !N(n.parentNode, "optgroup"))) { + if (t = w(n).val(), + a) + return t; + s.push(t) + } + return s + }, + set: function(e, t) { + var n, r, i = e.options, o = w.makeArray(t), a = i.length; + while (a--) + ((r = i[a]).selected = w.inArray(w.valHooks.option.get(r), o) > -1) && (n = !0); + return n || (e.selectedIndex = -1), + o + } + } + } + }), + w.each(["radio", "checkbox"], function() { + w.valHooks[this] = { + set: function(e, t) { + if (Array.isArray(t)) + return e.checked = w.inArray(w(e).val(), t) > -1 + } + }, + h.checkOn || (w.valHooks[this].get = function(e) { + return null === e.getAttribute("value") ? "on" : e.value + } + ) + }), + h.focusin = "onfocusin"in e; + var wt = /^(?:focusinfocus|focusoutblur)$/ + , Tt = function(e) { + e.stopPropagation() + }; + w.extend(w.event, { + trigger: function(t, n, i, o) { + var a, s, u, l, c, p, d, h, v = [i || r], m = f.call(t, "type") ? t.type : t, x = f.call(t, "namespace") ? t.namespace.split(".") : []; + if (s = h = u = i = i || r, + 3 !== i.nodeType && 8 !== i.nodeType && !wt.test(m + w.event.triggered) && (m.indexOf(".") > -1 && (m = (x = m.split(".")).shift(), + x.sort()), + c = m.indexOf(":") < 0 && "on" + m, + t = t[w.expando] ? t : new w.Event(m,"object" == typeof t && t), + t.isTrigger = o ? 2 : 3, + t.namespace = x.join("."), + t.rnamespace = t.namespace ? new RegExp("(^|\\.)" + x.join("\\.(?:.*\\.|)") + "(\\.|$)") : null, + t.result = void 0, + t.target || (t.target = i), + n = null == n ? [t] : w.makeArray(n, [t]), + d = w.event.special[m] || {}, + o || !d.trigger || !1 !== d.trigger.apply(i, n))) { + if (!o && !d.noBubble && !y(i)) { + for (l = d.delegateType || m, + wt.test(l + m) || (s = s.parentNode); s; s = s.parentNode) + v.push(s), + u = s; + u === (i.ownerDocument || r) && v.push(u.defaultView || u.parentWindow || e) + } + a = 0; + while ((s = v[a++]) && !t.isPropagationStopped()) + h = s, + t.type = a > 1 ? l : d.bindType || m, + (p = (J.get(s, "events") || {})[t.type] && J.get(s, "handle")) && p.apply(s, n), + (p = c && s[c]) && p.apply && Y(s) && (t.result = p.apply(s, n), + !1 === t.result && t.preventDefault()); + return t.type = m, + o || t.isDefaultPrevented() || d._default && !1 !== d._default.apply(v.pop(), n) || !Y(i) || c && g(i[m]) && !y(i) && ((u = i[c]) && (i[c] = null), + w.event.triggered = m, + t.isPropagationStopped() && h.addEventListener(m, Tt), + i[m](), + t.isPropagationStopped() && h.removeEventListener(m, Tt), + w.event.triggered = void 0, + u && (i[c] = u)), + t.result + } + }, + simulate: function(e, t, n) { + var r = w.extend(new w.Event, n, { + type: e, + isSimulated: !0 + }); + w.event.trigger(r, null, t) + } + }), + w.fn.extend({ + trigger: function(e, t) { + return this.each(function() { + w.event.trigger(e, t, this) + }) + }, + triggerHandler: function(e, t) { + var n = this[0]; + if (n) + return w.event.trigger(e, t, n, !0) + } + }), + h.focusin || w.each({ + focus: "focusin", + blur: "focusout" + }, function(e, t) { + var n = function(e) { + w.event.simulate(t, e.target, w.event.fix(e)) + }; + w.event.special[t] = { + setup: function() { + var r = this.ownerDocument || this + , i = J.access(r, t); + i || r.addEventListener(e, n, !0), + J.access(r, t, (i || 0) + 1) + }, + teardown: function() { + var r = this.ownerDocument || this + , i = J.access(r, t) - 1; + i ? J.access(r, t, i) : (r.removeEventListener(e, n, !0), + J.remove(r, t)) + } + } + }); + var Ct = e.location + , Et = Date.now() + , kt = /\?/; + w.parseXML = function(t) { + var n; + if (!t || "string" != typeof t) + return null; + try { + n = (new e.DOMParser).parseFromString(t, "text/xml") + } catch (e) { + n = void 0 + } + return n && !n.getElementsByTagName("parsererror").length || w.error("Invalid XML: " + t), + n + } + ; + var St = /\[\]$/ + , Dt = /\r?\n/g + , Nt = /^(?:submit|button|image|reset|file)$/i + , At = /^(?:input|select|textarea|keygen)/i; + function jt(e, t, n, r) { + var i; + if (Array.isArray(t)) + w.each(t, function(t, i) { + n || St.test(e) ? r(e, i) : jt(e + "[" + ("object" == typeof i && null != i ? t : "") + "]", i, n, r) + }); + else if (n || "object" !== x(t)) + r(e, t); + else + for (i in t) + jt(e + "[" + i + "]", t[i], n, r) + } + w.param = function(e, t) { + var n, r = [], i = function(e, t) { + var n = g(t) ? t() : t; + r[r.length] = encodeURIComponent(e) + "=" + encodeURIComponent(null == n ? "" : n) + }; + if (Array.isArray(e) || e.jquery && !w.isPlainObject(e)) + w.each(e, function() { + i(this.name, this.value) + }); + else + for (n in e) + jt(n, e[n], t, i); + return r.join("&") + } + , + w.fn.extend({ + serialize: function() { + return w.param(this.serializeArray()) + }, + serializeArray: function() { + return this.map(function() { + var e = w.prop(this, "elements"); + return e ? w.makeArray(e) : this + }).filter(function() { + var e = this.type; + return this.name && !w(this).is(":disabled") && At.test(this.nodeName) && !Nt.test(e) && (this.checked || !pe.test(e)) + }).map(function(e, t) { + var n = w(this).val(); + return null == n ? null : Array.isArray(n) ? w.map(n, function(e) { + return { + name: t.name, + value: e.replace(Dt, "\r\n") + } + }) : { + name: t.name, + value: n.replace(Dt, "\r\n") + } + }).get() + } + }); + var qt = /%20/g + , Lt = /#.*$/ + , Ht = /([?&])_=[^&]*/ + , Ot = /^(.*?):[ \t]*([^\r\n]*)$/gm + , Pt = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/ + , Mt = /^(?:GET|HEAD)$/ + , Rt = /^\/\// + , It = {} + , Wt = {} + , $t = "*/".concat("*") + , Bt = r.createElement("a"); + Bt.href = Ct.href; + function Ft(e) { + return function(t, n) { + "string" != typeof t && (n = t, + t = "*"); + var r, i = 0, o = t.toLowerCase().match(M) || []; + if (g(n)) + while (r = o[i++]) + "+" === r[0] ? (r = r.slice(1) || "*", + (e[r] = e[r] || []).unshift(n)) : (e[r] = e[r] || []).push(n) + } + } + function _t(e, t, n, r) { + var i = {} + , o = e === Wt; + function a(s) { + var u; + return i[s] = !0, + w.each(e[s] || [], function(e, s) { + var l = s(t, n, r); + return "string" != typeof l || o || i[l] ? o ? !(u = l) : void 0 : (t.dataTypes.unshift(l), + a(l), + !1) + }), + u + } + return a(t.dataTypes[0]) || !i["*"] && a("*") + } + function zt(e, t) { + var n, r, i = w.ajaxSettings.flatOptions || {}; + for (n in t) + void 0 !== t[n] && ((i[n] ? e : r || (r = {}))[n] = t[n]); + return r && w.extend(!0, e, r), + e + } + function Xt(e, t, n) { + var r, i, o, a, s = e.contents, u = e.dataTypes; + while ("*" === u[0]) + u.shift(), + void 0 === r && (r = e.mimeType || t.getResponseHeader("Content-Type")); + if (r) + for (i in s) + if (s[i] && s[i].test(r)) { + u.unshift(i); + break + } + if (u[0]in n) + o = u[0]; + else { + for (i in n) { + if (!u[0] || e.converters[i + " " + u[0]]) { + o = i; + break + } + a || (a = i) + } + o = o || a + } + if (o) + return o !== u[0] && u.unshift(o), + n[o] + } + function Ut(e, t, n, r) { + var i, o, a, s, u, l = {}, c = e.dataTypes.slice(); + if (c[1]) + for (a in e.converters) + l[a.toLowerCase()] = e.converters[a]; + o = c.shift(); + while (o) + if (e.responseFields[o] && (n[e.responseFields[o]] = t), + !u && r && e.dataFilter && (t = e.dataFilter(t, e.dataType)), + u = o, + o = c.shift()) + if ("*" === o) + o = u; + else if ("*" !== u && u !== o) { + if (!(a = l[u + " " + o] || l["* " + o])) + for (i in l) + if ((s = i.split(" "))[1] === o && (a = l[u + " " + s[0]] || l["* " + s[0]])) { + !0 === a ? a = l[i] : !0 !== l[i] && (o = s[0], + c.unshift(s[1])); + break + } + if (!0 !== a) + if (a && e["throws"]) + t = a(t); + else + try { + t = a(t) + } catch (e) { + return { + state: "parsererror", + error: a ? e : "No conversion from " + u + " to " + o + } + } + } + return { + state: "success", + data: t + } + } + w.extend({ + active: 0, + lastModified: {}, + etag: {}, + ajaxSettings: { + url: Ct.href, + type: "GET", + isLocal: Pt.test(Ct.protocol), + global: !0, + processData: !0, + async: !0, + contentType: "application/x-www-form-urlencoded; charset=UTF-8", + accepts: { + "*": $t, + text: "text/plain", + html: "text/html", + xml: "application/xml, text/xml", + json: "application/json, text/javascript" + }, + contents: { + xml: /\bxml\b/, + html: /\bhtml/, + json: /\bjson\b/ + }, + responseFields: { + xml: "responseXML", + text: "responseText", + json: "responseJSON" + }, + converters: { + "* text": String, + "text html": !0, + "text json": JSON.parse, + "text xml": w.parseXML + }, + flatOptions: { + url: !0, + context: !0 + } + }, + ajaxSetup: function(e, t) { + return t ? zt(zt(e, w.ajaxSettings), t) : zt(w.ajaxSettings, e) + }, + ajaxPrefilter: Ft(It), + ajaxTransport: Ft(Wt), + ajax: function(t, n) { + "object" == typeof t && (n = t, + t = void 0), + n = n || {}; + var i, o, a, s, u, l, c, f, p, d, h = w.ajaxSetup({}, n), g = h.context || h, y = h.context && (g.nodeType || g.jquery) ? w(g) : w.event, v = w.Deferred(), m = w.Callbacks("once memory"), x = h.statusCode || {}, b = {}, T = {}, C = "canceled", E = { + readyState: 0, + getResponseHeader: function(e) { + var t; + if (c) { + if (!s) { + s = {}; + while (t = Ot.exec(a)) + s[t[1].toLowerCase()] = t[2] + } + t = s[e.toLowerCase()] + } + return null == t ? null : t + }, + getAllResponseHeaders: function() { + return c ? a : null + }, + setRequestHeader: function(e, t) { + return null == c && (e = T[e.toLowerCase()] = T[e.toLowerCase()] || e, + b[e] = t), + this + }, + overrideMimeType: function(e) { + return null == c && (h.mimeType = e), + this + }, + statusCode: function(e) { + var t; + if (e) + if (c) + E.always(e[E.status]); + else + for (t in e) + x[t] = [x[t], e[t]]; + return this + }, + abort: function(e) { + var t = e || C; + return i && i.abort(t), + k(0, t), + this + } + }; + if (v.promise(E), + h.url = ((t || h.url || Ct.href) + "").replace(Rt, Ct.protocol + "//"), + h.type = n.method || n.type || h.method || h.type, + h.dataTypes = (h.dataType || "*").toLowerCase().match(M) || [""], + null == h.crossDomain) { + l = r.createElement("a"); + try { + l.href = h.url, + l.href = l.href, + h.crossDomain = Bt.protocol + "//" + Bt.host != l.protocol + "//" + l.host + } catch (e) { + h.crossDomain = !0 + } + } + if (h.data && h.processData && "string" != typeof h.data && (h.data = w.param(h.data, h.traditional)), + _t(It, h, n, E), + c) + return E; + (f = w.event && h.global) && 0 == w.active++ && w.event.trigger("ajaxStart"), + h.type = h.type.toUpperCase(), + h.hasContent = !Mt.test(h.type), + o = h.url.replace(Lt, ""), + h.hasContent ? h.data && h.processData && 0 === (h.contentType || "").indexOf("application/x-www-form-urlencoded") && (h.data = h.data.replace(qt, "+")) : (d = h.url.slice(o.length), + h.data && (h.processData || "string" == typeof h.data) && (o += (kt.test(o) ? "&" : "?") + h.data, + delete h.data), + !1 === h.cache && (o = o.replace(Ht, "$1"), + d = (kt.test(o) ? "&" : "?") + "_=" + Et++ + d), + h.url = o + d), + h.ifModified && (w.lastModified[o] && E.setRequestHeader("If-Modified-Since", w.lastModified[o]), + w.etag[o] && E.setRequestHeader("If-None-Match", w.etag[o])), + (h.data && h.hasContent && !1 !== h.contentType || n.contentType) && E.setRequestHeader("Content-Type", h.contentType), + E.setRequestHeader("Accept", h.dataTypes[0] && h.accepts[h.dataTypes[0]] ? h.accepts[h.dataTypes[0]] + ("*" !== h.dataTypes[0] ? ", " + $t + "; q=0.01" : "") : h.accepts["*"]); + for (p in h.headers) + E.setRequestHeader(p, h.headers[p]); + if (h.beforeSend && (!1 === h.beforeSend.call(g, E, h) || c)) + return E.abort(); + if (C = "abort", + m.add(h.complete), + E.done(h.success), + E.fail(h.error), + i = _t(Wt, h, n, E)) { + if (E.readyState = 1, + f && y.trigger("ajaxSend", [E, h]), + c) + return E; + h.async && h.timeout > 0 && (u = e.setTimeout(function() { + E.abort("timeout") + }, h.timeout)); + try { + c = !1, + i.send(b, k) + } catch (e) { + if (c) + throw e; + k(-1, e) + } + } else + k(-1, "No Transport"); + function k(t, n, r, s) { + var l, p, d, b, T, C = n; + c || (c = !0, + u && e.clearTimeout(u), + i = void 0, + a = s || "", + E.readyState = t > 0 ? 4 : 0, + l = t >= 200 && t < 300 || 304 === t, + r && (b = Xt(h, E, r)), + b = Ut(h, b, E, l), + l ? (h.ifModified && ((T = E.getResponseHeader("Last-Modified")) && (w.lastModified[o] = T), + (T = E.getResponseHeader("etag")) && (w.etag[o] = T)), + 204 === t || "HEAD" === h.type ? C = "nocontent" : 304 === t ? C = "notmodified" : (C = b.state, + p = b.data, + l = !(d = b.error))) : (d = C, + !t && C || (C = "error", + t < 0 && (t = 0))), + E.status = t, + E.statusText = (n || C) + "", + l ? v.resolveWith(g, [p, C, E]) : v.rejectWith(g, [E, C, d]), + E.statusCode(x), + x = void 0, + f && y.trigger(l ? "ajaxSuccess" : "ajaxError", [E, h, l ? p : d]), + m.fireWith(g, [E, C]), + f && (y.trigger("ajaxComplete", [E, h]), + --w.active || w.event.trigger("ajaxStop"))) + } + return E + }, + getJSON: function(e, t, n) { + return w.get(e, t, n, "json") + }, + getScript: function(e, t) { + return w.get(e, void 0, t, "script") + } + }), + w.each(["get", "post"], function(e, t) { + w[t] = function(e, n, r, i) { + return g(n) && (i = i || r, + r = n, + n = void 0), + w.ajax(w.extend({ + url: e, + type: t, + dataType: i, + data: n, + success: r + }, w.isPlainObject(e) && e)) + } + }), + w._evalUrl = function(e) { + return w.ajax({ + url: e, + type: "GET", + dataType: "script", + cache: !0, + async: !1, + global: !1, + "throws": !0 + }) + } + , + w.fn.extend({ + wrapAll: function(e) { + var t; + return this[0] && (g(e) && (e = e.call(this[0])), + t = w(e, this[0].ownerDocument).eq(0).clone(!0), + this[0].parentNode && t.insertBefore(this[0]), + t.map(function() { + var e = this; + while (e.firstElementChild) + e = e.firstElementChild; + return e + }).append(this)), + this + }, + wrapInner: function(e) { + return g(e) ? this.each(function(t) { + w(this).wrapInner(e.call(this, t)) + }) : this.each(function() { + var t = w(this) + , n = t.contents(); + n.length ? n.wrapAll(e) : t.append(e) + }) + }, + wrap: function(e) { + var t = g(e); + return this.each(function(n) { + w(this).wrapAll(t ? e.call(this, n) : e) + }) + }, + unwrap: function(e) { + return this.parent(e).not("body").each(function() { + w(this).replaceWith(this.childNodes) + }), + this + } + }), + w.expr.pseudos.hidden = function(e) { + return !w.expr.pseudos.visible(e) + } + , + w.expr.pseudos.visible = function(e) { + return !!(e.offsetWidth || e.offsetHeight || e.getClientRects().length) + } + , + w.ajaxSettings.xhr = function() { + try { + return new e.XMLHttpRequest + } catch (e) {} + } + ; + var Vt = { + 0: 200, + 1223: 204 + } + , Gt = w.ajaxSettings.xhr(); + h.cors = !!Gt && "withCredentials"in Gt, + h.ajax = Gt = !!Gt, + w.ajaxTransport(function(t) { + var n, r; + if (h.cors || Gt && !t.crossDomain) + return { + send: function(i, o) { + var a, s = t.xhr(); + if (s.open(t.type, t.url, t.async, t.username, t.password), + t.xhrFields) + for (a in t.xhrFields) + s[a] = t.xhrFields[a]; + t.mimeType && s.overrideMimeType && s.overrideMimeType(t.mimeType), + t.crossDomain || i["X-Requested-With"] || (i["X-Requested-With"] = "XMLHttpRequest"); + for (a in i) + s.setRequestHeader(a, i[a]); + n = function(e) { + return function() { + n && (n = r = s.onload = s.onerror = s.onabort = s.ontimeout = s.onreadystatechange = null, + "abort" === e ? s.abort() : "error" === e ? "number" != typeof s.status ? o(0, "error") : o(s.status, s.statusText) : o(Vt[s.status] || s.status, s.statusText, "text" !== (s.responseType || "text") || "string" != typeof s.responseText ? { + binary: s.response + } : { + text: s.responseText + }, s.getAllResponseHeaders())) + } + } + , + s.onload = n(), + r = s.onerror = s.ontimeout = n("error"), + void 0 !== s.onabort ? s.onabort = r : s.onreadystatechange = function() { + 4 === s.readyState && e.setTimeout(function() { + n && r() + }) + } + , + n = n("abort"); + try { + s.send(t.hasContent && t.data || null) + } catch (e) { + if (n) + throw e + } + }, + abort: function() { + n && n() + } + } + }), + w.ajaxPrefilter(function(e) { + e.crossDomain && (e.contents.script = !1) + }), + w.ajaxSetup({ + accepts: { + script: "text/javascript, application/javascript, application/ecmascript, application/x-ecmascript" + }, + contents: { + script: /\b(?:java|ecma)script\b/ + }, + converters: { + "text script": function(e) { + return w.globalEval(e), + e + } + } + }), + w.ajaxPrefilter("script", function(e) { + void 0 === e.cache && (e.cache = !1), + e.crossDomain && (e.type = "GET") + }), + w.ajaxTransport("script", function(e) { + if (e.crossDomain) { + var t, n; + return { + send: function(i, o) { + t = w("